@charset "UTF-8";

/* 全体に対する設定 ----------------------------------------------- */
html{
    scroll-behavior: smooth;
}

* {
    font-family: 'inter', 'noto sans sc', sans-serif;
}

a{
    color: inherit;
    text-decoration: none;
}

ul{
    list-style: none;
}

.header__hamburger--active{
    -ms-filter: blur(5px);
    filter: blur(5px);
}

body{
    background-color: #f9f9f9;
    overflow-x: hidden;
}



/* Header ----------------------------------------------- */
.header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 2.5px 0;
    background-color: #f9f9f9;
    position: fixed;
    margin-top: -58px;
    z-index: 99;
    border-bottom: solid #757575 .4px;
}

@media screen and (min-width: 950px){
    .header__mobile-container{
        display: none !important;
    }
}

@media screen and (max-width: 950px){
    .header__pc-container{
        display: none !important;
    }

    .header__mobile-container{
        display: flex !important;
    }
}

@media screen and (max-width: 380px){
    .header__mobile-hamburgerMenuContent{
        margin: 2px 0;
    }

    .header__mobile-hamburgerMenuContent a{
        font-size: 20px;
    }

    .header__mobile-hamburgerMenuChild{
        margin-top: .8px;
    }

    .header__mobile-hamburgerMenuChild a{
        font-size: 16px;
    }

    #will-be-hidden-for-se{
        display: none;
    }
}




/* Header for PC ------------------------- */
.header__pc-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 91%;
    height: 53px;
}

.header__pc-logoBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.header__pc-logoBox a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.header__pc-logoBox a img{
    display: block;
    width: auto;
    height: 30px;
}

.header__pc-navBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.header__pc-navList{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    padding-right: 26px;
    border-right: solid #494949 .5px;
}

.header__pc-navList li{
    display: block;
    margin: auto 10px;
}

.header__pc-navList li a{
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #656565;
    transition: .1s;
    cursor: pointer;
}

.header__pc-navList li a:hover{
    color: rgb(188, 37, 119);
    transition: .1s;
}

.header__pc-childMenu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: calc(53px + 2.5px); /* header__container'height + header's padding-bottom */
    left: 0;
    background-color: #f9f9f9;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 900;
}

.header__pc-childContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 1600px;
    height: auto;
    padding: 40px 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}

.header__pc-childContent--active{
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.header__pc-childTitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.header__pc-childTitle p{
    display: block;
    width: auto;
    height: auto;
    font-weight: 600 !important;
    font-size: 22px !important;
    color: #484848 !important;
    transition: .1s !important;
}

.header__pc-childMenuNavBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.header__pc-childMenuNavBox a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-weight: 400;
    margin: 0 18px;
    color: #656565;
    transition: .1s;
}

.header__pc-childMenuNavBox a:hover{
    color: rgb(236, 126, 29) !important;
    font-weight: 400;
    transition: .1s;
}

.header__pc-childMenuNavBox a:nth-child(1){
    margin-left: 0;
}

.header__pc-childMenuNav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.header__pc-childMenuNav div{
    display: block;
    width: 160px;
    height: 90px;
    margin-bottom: 8px;
    border-radius: 5px;
}

.header__pc-childMenuNav p{
    display: block;
    width: 96%;
    height: auto;
    font-size: 14px;
}

#header__pc-child04{
    background-image: url('../images/regular-course.jpg');
    background-size: cover;
    background-position: center;
}

#header__pc-child05{
    background-image: url('../images/online-course.jpg');
    background-size: cover;
    background-position: center;
}

#header__pc-child06{
    background-image: url('../images/summer-camp.jpg');
    background-size: cover;
    background-position: center;
}

#header__pc-child07{
    background-image: url('../images/winter-camp.jpg');
    background-size: cover;
    background-position: center;
}

#header__pc-child08{
    background-image: url('../images/estimate.jpg');
    background-size: cover;
    background-position: center;
}

#header__pc-child09{
    background-image: url('../images/apply.jpg');
    background-size: cover;
    background-position: center;
}

#header__pc-child10{
    background-image: url('../images/login.png');
    background-size: cover;
    background-position: center;
}

.header__pc-socialMediaList{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 26px;
}

.header__pc-socialMediaContent{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0 8px;
}

.header__pc-socialMediaContent:nth-child(1){
    margin-left: 0;
}

.header__pc-socialMediaContent a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.header__pc-socialMediaContent a img{
    display: block;
    height: 13px;
    transition: .2s;
}

.header__pc-socialMediaContent a img:hover{
    transform: scale(1.15);
    transition: .2s;
}



/* Header for Mobile ------------------------- */
.header__mobile-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 91%;
    height: 53px;
}

.header__mobile-logoBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.header__mobile-logoBox a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.header__mobile-logoBox a img{
    display: block;
    width: auto;
    height: 30px;
}

.header__mobile-hamburgerBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    position: relative;
}

.header__mobile-hamburgerBox:hover{
    cursor: pointer;
}

.header__mobile-hamburger01{
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    opacity: 1;
    transition: opacity 0s .15s;
    position: absolute;
    right: 0;
    padding-left: 2px;
}

.header__mobile-hamburger01 span{
    display: block;
    width: 18px;
    height: 1.1px;
    background-color: #151515;
    transition: transform .15s;
}

.header__mobile-hamburger01 span:nth-child(1){
    margin-bottom: 2.4px;
    transition: transform .15s .15s;
    transform: translateY(0px);
}

.header__mobile-hamburger01 span:nth-child(2){
    margin-top: 2.4px;
    transition: transform .15s .15s;
    transform: translateY(0px);
}

.header__mobile-hamburger02{
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    opacity: 0;
    transition: opacity 0s .15s;
    position: absolute;
    right: 0;
    padding-left: 2px;
}

.header__mobile-hamburger02 span{
    display: block;
    width: 18px;
    height: 1.1px;
    background-color: #151515;
    transition: transform .15s;
}

.header__mobile-hamburger02 span:nth-child(1){
    transition: transform .15s;
    transform: rotate(0deg);
    transform-origin: center;
    margin-bottom: -0.55px;
}

.header__mobile-hamburger02 span:nth-child(2){
    transition: transform .15s;
    transform: rotate(0deg);
    transform-origin: center;
    margin-top: -0.55px;
}

.header__mobile-hamburger01--active{
    opacity: 0;
}

.header__mobile-hamburger01--active span:nth-child(1){
    transition: transform .15s;
    transform: translateY(2.95px) !important;
}

.header__mobile-hamburger01--active span:nth-child(2){
    transition: transform .15s;
    transform: translateY(-2.95px) !important;
}

.header__mobile-hamburger02--active{
    opacity: 1 !important;
}

.header__mobile-hamburger02--active span:nth-child(1){
    transition: transform .15s .15s;
    transform: rotate(45deg) !important;
}

.header__mobile-hamburger02--active span:nth-child(2){
    transition: transform .15s .15s;
    transform: rotate(-45deg) !important;
}

.header__mobile-hamburgerMenu{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: calc(100svh - 58px);
    position: absolute;
    top: 58px;
    left: 0;
    padding-top: 5px;
    background-color: inherit;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.header__mobile-hamburgerMenu--active{
    visibility: visible;
    opacity: 1;
    transition: .3s;
}

.header__mobile-hamburgerMenuContainer{
    display: flex;
    flex-direction: column;
    width: 91%;
    height: auto;
    justify-content: center;
    align-items: center;
}

.header__mobile-hamburgerMenuContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 3px 0;
}

.header__mobile-hamburgerMenuContent:nth-child(1){
    margin-top: 0;
}

.header__mobile-hamburgerMenuContent a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 22px;
    color: rgb(25, 177, 221);
    text-decoration: none;
    transition: .1s;
}

.header__mobile-hamburgerMenuContent p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 22px;
    color: rgb(25, 177, 221);
    text-decoration: none;
    transition: .1s;
}

.header__mobile-hamburgerMenuContent a:hover{
    text-decoration: underline;
    transition: .1s;
}

.header__mobile-hamburgerMenuChild{
    display: flex;
    flex-direction: column;
    margin-left: 22px;
    margin-top: 2px;
    width: calc(100% - 22px);
    height: auto;
    justify-content: center;
    align-items: flex-start;
}

.header__mobile-hamburgerMenuChild a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #494949;
    transition: .1s;
    margin: 1.9px 0;
}

.header__mobile-hamburgerMenuChild a:nth-child(1){
    margin-top: 0;
}

.header__mobile-hamburgerMenuChild a:hover{
    text-decoration: underline;
    transition: .1s;
}



main{
    margin-top: 58px;
}


/* Main ----------------------------------------------- */
.mainSection01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100svw;
    height: auto;
    padding: 24px 0;
    position: relative;
    overflow-x: hidden;
}

.mainSection01__topPink{
    display: block;
    width: 15%;
    height: auto;
    max-width: 190px;
    position: absolute;
    right: 0;
    top: -25px;
    animation-name: topObject;
    animation-duration: 1.8s;
    animation-delay: .2s;
    animation-timing-function: ease;
    z-index: 5;
}

.mainSection01__topPink img{
    display: block;
    width: 100%;
}

.mainSection01__topGreen{
    display: block;
    width: 15%;
    height: auto;
    max-width: 190px;
    position: absolute;
    right: 13%;
    top: -25px;
    animation-name: topObject;
    animation-duration: 1.8s;
    animation-delay: .2s;
    animation-timing-function: ease;
    z-index: 5;
}

.mainSection01__topGreen img{
    display: block;
    width: 100%;
}

@keyframes topObject{
    0%{
        transform: translateY(-250px);
    }

    100%{
        transform: translateY(0);
    }
}

@media screen and (max-width: 1603px) {
    .mainSection01__topPink{
        width: 13%;
        height: auto;
        max-width: 190px;
        position: absolute;
        right: 0;
        top: -25px;
    }

    .mainSection01__topGreen{
        width: 13%;
        height: auto;
        max-width: 190px;
        position: absolute;
        right: 14%;
        top: -25px;
    }
}

@media screen and (max-width: 950px){
    .mainSection01__topPink{
        width: 11%;
        height: auto;
        max-width: 190px;
        position: absolute;
        right: 0;
        top: -15px;
    }

    .mainSection01__topGreen{
        width: 11%;
        height: auto;
        max-width: 190px;
        position: absolute;
        right: 12%;
        top: -15px;
    }
}

.mainSection01__container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 91%;
    height: auto;
    z-index: 55;
}

@keyframes fadeIn01{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

.mainSection01__container--left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    animation-name: fadeIn01;
    animation-duration: 1.7s;
    animation-delay: .1s;
    animation-timing-function: ease;
}

.mainSection01__container--right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: calc(100svh - 100px);
    animation-name: fadeIn01;
    animation-duration: 1.7s;
    animation-delay: .1s;
    animation-timing-function: ease;
}

.mainSection01__container--right img{
    display: block;
    height: 96%;
    width: auto;
}

.mainSection01__container--txtBox{
    display: flex;
    flex-direction: column;
    width: 96%;
    height: auto;
    justify-content: center;
    align-items: flex-start;
}

.mainSection01__container--txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection01__container--txt img{
    display: block;
    width: 100%;
    height: auto;
}

.mainSection01__container--subText{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.mainSection01__container--subText p{
    display: block;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    color: #505050;
}


.mainSection01__container--mobile{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 91%;
    height: calc(100svh - 210px);
    z-index: 55;
    animation-name: fadeIn01;
    animation-duration: 1.7s;
    animation-delay: .1s;
    animation-timing-function: ease;
}

.mainSection01__imageBox--mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection01__imageBox--mobile img{
    display: block;
    width: 100%;
    height: auto;
}

.mainSection01__textBox--mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 90px;
}

.mainSection01__textBox--mobile img{
    display: block;
    width: 100%;
    height: auto;
}

.mainSection01__textBox--mobile p{
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #393939;
    margin-top: 6px;
}

@media screen and (max-width: 570px) {
    #main01--laptop{
        display: none;
    }
    
    #main01--mobile{
        display: flex;
    }
}




.mainSection02{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-image: url('../images/background.svg');
    position: relative;
}

.mainSection02::before{
    display: block;
    content: '';
    background-image: url('../images/wave01.svg');
    width: 100%;
    height: 35px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
}

.mainSection02__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 91%;
    height: auto;
}

.mainSection02__ttlBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.mainSection02__ttlBox p{
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #f2f2f2;
}

.mainSection02__subTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 2px;
}

.mainSection02__subTitleBox p{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #d7d7d7;
}

.mainSection02__contentBox{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.mainSection02__imageBox{
    display: block;
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

#main02__01{
    background-image: url('../images/main02-01.jpg');
    background-size: cover;
    background-position: center;
}

#main02__02{
    background-image: url('../images/main02-02.jpg');
    background-size: cover;
    background-position: center;
}

#main02__03{
    background-image: url('../images/main02-03.jpg');
    background-size: cover;
    background-position: center;
}

.mainSection02__content{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 15px;
    margin: 0 20px;
}

.mainSection02__content h3{
    display: block;
    width: 90%;
    font-weight: 600;
    font-size: 15px;
    color:rgb(236, 126, 29);
    text-align: left;
    line-height: 1.3;
    margin-bottom: 6px;
}

.mainSection02__content p{
    display: block;
    width: 90%;
    font-weight: 400;
    font-size: 12px;
    color: #4d4d4d;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 6px;
}

.mainSection03{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 120px 0;
    background-color: #f9f9f9;
    position: relative;
    overflow-x: hidden;
}

@media screen and (max-width: 570px) {
    .mainSection02__contentBox{
        flex-direction: column;
        align-items: center;
    }

    .mainSection02__content{
        display: flex;
        flex-direction: column;
        width: 80%;
        height: auto;
        justify-content: flex-start;
        align-items: center;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .mainSection02__imageBox{
        display: block;
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }

    .mainSection03__videoBox{
        flex-direction: column;
    }
    
    .mainSection03__video{
        width: 92% !important;
        height: auto;
        margin: 0;
    }

    .mainSection03__video:nth-child(1){
        margin-bottom: 40px;
    }
}

.mainSection03__container{
    display: flex;
    flex-direction: column;
    width: 91%;
    height: auto;
    justify-content: center;
    align-items: center;
    z-index: 55;
}

.mainSection03__ttlBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection03__ttlBox p{
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #292929;
}

.mainSection03__subTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 2px;
}

.mainSection03__subTitleBox p{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #383838;
}

.mainSection03__linkBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 18px;
}

.mainSection03__linkBox a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 5px 10px;
    border: solid 1.1px rgb(193, 61, 61);
    background-color: rgb(193, 61, 61);
    border-radius: 1rem;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    transition: .2s;
}

.mainSection03__linkBox a:hover{
    background-color: #f9f9f9;
    border: solid 1.1px rgb(193, 61, 61);
    color:rgb(193, 61, 61);
    transition: .2s;
}

.mainSection03__videoBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.mainSection03__video{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: auto;
    margin: 0 25px;
}

.mainSection03__top-right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    position: absolute;
    top: -20px;
    right: 50px;
}

.mainSection03__top-right img{
    display: block;
    transform: rotate(90deg);
    width: 70px;
}

.mainSection03__bottom-left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 15px;
    left: 0px;
}

.mainSection03__bottom-left img{
    display: block;
    transform: rotate(270deg);
    width: 70px;
}

.mainSection04{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 120px 0;
    background-image: url('../images/background02.svg');
    position: relative;
}

.mainSection04::before{
    display: block;
    width: 100%;
    height: 70px;
    content: '';
    background-image: url('../images/curve.svg');
    transform: rotate(180deg);
    position: absolute;
    top: 0;
}

.mainSection04::after{
    display: block;
    width: 100%;
    height: 70px;
    content: '';
    transform: rotateX(180deg);
    background-image: url('../images/tilt.svg');
    position: absolute;
    bottom: 0;
    z-index: 56;
}

.mainSection04__images{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.mainSection04__images img{
    display: block;
    width: 450px;
    height: auto;
}

.mainSection04__container{
    display: flex;
    flex-direction: column;
    width: 91%;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    z-index: 55;
}

.mainSection04__ttlBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection04__ttlBox p{
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #f3f3f3;
}

.mainSection04__subTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    height: auto;
    margin-top: 2px;
    margin-bottom: 40px;
}

.mainSection04__subTitleBox p{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #d9d9d9;
}

.mainSection04__logoBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: auto;
}

#main04-01to03, #main04-04to06{
    margin-bottom: 28px;
}

.mainSection04__logo{
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 8px;
}

#main04-01{
    background-image: url('../images/main04-1.jpg');
    background-size: cover;
    background-position: center;
    margin-right: 38px;
}

#main04-02{
    background-image: url('../images/main04-2.jpg');
    background-size: cover;
    background-position: center;
    margin-right: 38px;
}

#main04-03{
    background-image: url('../images/main04-3.jpg');
    background-size: cover;
    background-position: center;
}

#main04-04{
    background-image: url('../images/main04-4.jpg');
    background-size: cover;
    background-position: center;
    margin-right: 38px;
}

#main04-05{
    background-image: url('../images/main04-5.jpg');
    background-size: cover;
    background-position: center;
    margin-right: 38px;
}

#main04-06{
    background-image: url('../images/main04-6.jpg');
    background-size: cover;
    background-position: center;
}

#main04-07{
    background-image: url('../images/main04-7.jpg');
    background-size: cover;
    background-position: center;
    margin-right: 38px;
}

#main04-08{
    background-image: url('../images/main04-8.jpg');
    background-size: cover;
    background-position: center;
}

.mainSection05{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 70px 0;
    background-color: #383838;
    position: relative;
}

.mainSection05__container{
    display: flex;
    flex-direction: column;
    width: 91%;
    height: auto;
    justify-content: center;
    align-items: flex-start;
}

.mainSection05__ttlBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection05__ttlBox p{
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #f3f3f3;
}

.mainSection05__subTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 2px;
}

.mainSection05__subTitleBox p{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #d9d9d9;
}

.mainSection05__linkBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.mainSection05__linkBox a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 5px 10px;
    border: solid 1.1px rgb(251, 0, 119);
    background-color: rgb(251, 0, 119);
    border-radius: 1rem;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    transition: .2s;
}

.mainSection05__linkBox a:hover{
    background-color: #f9f9f9;
    border: solid 1.1px rgb(251, 0, 119);
    color:rgb(251, 0, 119);
    transition: .2s;
}

.mainSection05__contentBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.mainSection05__content{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: auto;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
}

.mainSection05__contentImage{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 210px;
    border-radius: 50%;
}

.mainSection05__contentTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.mainSection05__contentTitle p{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 52px;
    color: #f9f9f9;
}

.mainSection05__contentDescription{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection05__contentDescription p{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 14.2px;
    color: #d9d9d9;
    margin-top: 6px;
}

#main05-01{
    background-image: url('../images/main05-01.jpg');
    background-size: cover;
    background-position: center;
}

#main05-02{
    background-image: url('../images/main05-02.jpg');
    background-size: cover;
    background-position: center;
}

#main05-03{
    background-image: url('../images/main05-03.jpg');
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 570px) {
    .mainSection05__contentBox{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    
    .mainSection05__content{
        display: flex;
        flex-direction: column;
        width: 250px;
        height: auto;
        justify-content: center;
        align-items: center;
        margin: 25px 0;
    }

    .mainSection04__images{
        display: none;
    }

    .mainSection04__logoBox{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
    }
}

.mainSection06{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 70px 0 130px 0;
    background-color: #f9f9f9;
    position: relative;
}

.mainSection06__container{
    display: flex;
    flex-direction: column;
    width: 91%;
    height: auto;
    justify-content: center;
    align-items: flex-start;
}

.mainSection06__ttlBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.mainSection06__ttlBox p{
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #383838;
}

.mainSection06__subTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 2px;
    margin-bottom: 35px;
}

.mainSection06__subTitleBox p{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #4f4f4f;
}

.mainSection06__imageContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.mainSection06__place{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: auto;
    margin: 0 25px;
}

.mainSection06__imageBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 230px;
    margin-bottom: 9px;
    border-radius: 8px;
}

.mainSection06__placeName{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 98%;
    height: auto;
}

.mainSection06__placeName p{
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #414141;
}

.mainSection06__placeDescription{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 98%;
    height: auto;
    margin-top: 3px;
}

.mainSection06__placeDescription p{
    display: block;
    font-weight: 400;
    font-size: 12.4px;
    color: #555555;
}

#main06-01{
    background-image: url('../images/main06-01.jpg');
    background-size: cover;
    background-position: center;
}

#main06-02{
    background-image: url('../images/main06-02.jpg');
    background-size: cover;
    background-position: center;
}

#main06-03{
    background-image: url('../images/main06-03.jpg');
    background-size: cover;
    background-position: center;
}

#main06-04{
    background-image: url('../images/main06-04.jpg');
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 570px) {
    .mainSection06__imageContainer{
        flex-direction: column;
        margin-bottom: 0;
    }

    .mainSection06__place{
        width: 350px;
        height: auto;
        margin: 15px 0;
    }

    .mainSection02__ttlBox, .mainSection02__subTitleBox{
        width: 91%;
    }

    .mainSection03__ttlBox, .mainSection03__subTitleBox, .mainSection03__linkBox{
        width: 91%;
    }

    .mainSection04__ttlBox, .mainSection04__subTitleBox{
        width: 91%;
    }

    .mainSection04__container, .mainSection05__container, .mainSection06__container{
        align-items: center;
    }

    .mainSection05__ttlBox, .mainSection05__subTitleBox, .mainSection05__linkBox{
        width: 91%;
    }

    .mainSection06__ttlBox, .mainSection06__subTitleBox{
        width: 91%;
    }
}




.footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 90px 0 0 0;
    background-color: #383838;
    position: relative;
}

.footer::before{
    display: block;
    content: '';
    width: 100%;
    height: 45px;
    background-image: url('../images/footer-top.svg');
    position: absolute;
    top: -45px;
}

.footer__container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 91%;
    height: auto;
    padding-bottom: 30px;
}

@media screen and (max-width: 570px) {
    .footer__container{
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .footer__leftSide{
        width: 100% !important;
    }

    .footer__rightSide{
        width: 100% !important;
    }

    .footer__addressTitle{
        margin-top: 30px !important;
    }
}

.footer__leftSide{
    display: flex;
    flex-direction: column;
    width: 48%;
    height: auto;
    justify-content: center;
    align-items:  center;
}

.footer__logoBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.footer__logoBox img{
    display: block;
    height: 40px;
}

.footer__miilaBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.footer__miilaBox p{
    font-weight: 300;
    font-size: 11px;
    color: #b9b9b9;
    margin-top: 7px;
}

.footer__mapBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    margin-top: 40px;
}

.footer__rightSide{
    display: flex;
    flex-direction: column;
    width: 48%;
    height: auto;
    justify-content: center;
    align-items:  center;
}

.footer__addressBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.footer__addressTitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 110px;
    color: #e8e8e8;
}

.footer__addressTitle p{
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    margin-left: 7px;
}

.footer__address{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 41px;
    margin-top: 8px;
}

.footer__address p{
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #d7d7d7;
    text-align: left;
    font-weight: 300;
}

.footer__contactBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.footer__contactTitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 50px;
    color: #e8e8e8;
    margin-bottom: 8px;
}

.footer__contactTitle p{
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    margin-left: 7px;
}

.footer__contactContent{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 41px;
    color: #d7d7d7;
    margin-bottom: 9px;
}

.footer__contactContent p{
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
    text-align: left;
    font-weight: 300;
    margin-left: 8px;
}

.footer__footer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #191919;
}

.footer__footer p{
    display: block;
    font-weight: 300;
    font-size: 11px;
    color: #b6b6b6;
}