@charset "UTF-8";

/* * {
    outline: 1px solid red
} */

#Curriculum {
    width: 1200px;
    margin: 0 auto;
    border: 8px solid #D9E695;
    border-bottom: none;
    padding: 3% 0;
}

.Curriculum_content {
    display: flex;
    flex-wrap: wrap;
    width: 1020px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    gap: 90px 30px;
    margin-top: 30px;
    padding: 0;
}

.Tool_software {
    display: flex;
    flex-wrap: wrap;
    width: 948px;
    margin: 0 auto;
    justify-content: space-around;
}

.Curriculum_content li {
    width: 225px;
}

#Tool {
    width: 1200px;
    margin: 0 auto;
    border: 8px solid #D9E695;
    border-bottom: none;
    padding-bottom: 3%;
}

#Artwork {
    width: 1200px;
    height: 1400px;
    margin: 0 auto;
    border: 8px solid #D9E695;
    border-bottom: none;
    position: relative;
    padding: 3% 0;
}

/*.Artwork_circle_party {
    position: relative;
}*/

#Contact {
    width: 1200px;
    margin: 0 auto;
    border: 8px solid #D9E695;
    padding: 3% 0;
}

.Tool_software #Illustrator,
#Photoshop,
#PremierePro,
#VisualStudioCode {
    width: 380px;
}


.Tool_heading,
.Artwork_heading,
.Contact_summary {
    text-align: center;
}

.Artwork_heading {
    color: #F2A7CE;
    font-size: 32px;
    margin-top: 55px;
}

.Tool_heading {
    color: #78B1DE;
    font-size: 32px;
}

.Curriculum_topic,
.Tool_topic,
.Artwork_topic {
    text-align: center;
    font-size: 24px;
}

.Tool_movie video {
    width: 362px;
    height: 182px;
}

/*アコーディオン全体*/
/* .accordion-area{ 
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}*/

/* .accordion-area li{ 
    margin: 10px 0;
}*/

.Curriculum_content section {
    border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.Curriculum_title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 3% 3% 3% 3%;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.Curriculum_title::before,
.Curriculum_title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;

}

.Curriculum_title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);

}

.Curriculum_title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.Curriculum_box {
    display: none;
    /*はじめは非表示*/
    background: #f3f3f3;
    margin: 0 3% 3% 3%;
    padding: 3%;
}

/*.Artwork_circle-container {
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    display: inline-block;
}*/

/*.Artwork_circle {
    display: inline-block;
}*/

.Artwork_circle_party .Artwork_circle1 {
    width: 388px;
    height: 388px;
    border-radius: 50%;
    position: absolute;
    top: 345px;
    left: 70px;
}

.Artwork_circle2 {
    width: 314px;
    height: 314px;
    border-radius: 50%;
    position: relative;
    top: 175px;
    left: 776px;

}

.Artwork_circle3 {
    width: 329px;
    height: 329px;
    border-radius: 50%;
    position: absolute;
    top: 705px;
    left: 422px;
}

.Artwork_circle4 {
    width: 315px;
    height: 315px;
    border-radius: 50%;
    position: relative;
    top: 465px;
    left: 94px;
}

.Artwork_circle5 {
    width: 390px;
    height: 390px;
    border-radius: 50%;
    position: absolute;
    top: 955px;
    left: 710px;
}

/*.Artwork_circle1 img {
    width: 388px;
    height: 388px;
    border-radius: 50%;
    /*position: absolute;
    top: 345px;
    left: 70px;
}*/

.Curriculum_summary h2,
#Contact h2 {
    color: #0F9D58;
}

.Curriculum_summary h2,
#Contact h2 {
    margin-top: 20px;
    margin-left: 40px;
    font-size: 32px;
}

.Curriculum_spell {
    font-size: 32px;
    margin-left: 50px;
}

.Curriculum_topic {
    border-radius: 20px;
    background-color: #0F9D58;
    color: #ffffff;
    width: 20%;
    margin: 45px auto 0 auto;
}

.Tool_topic,
.Tool_heading {
    margin-top: 30px;
}

.Tool_topic {
    border-radius: 20px;
    background-color: #0F9D58;
    color: #ffffff;
    width: 20%;
    margin: 75px auto 0 auto;
}

#Illustrator h3,
#Photoshop h3,
#PremierePro h3,
#VisualStudioCode h3 {
    margin-top: 70px;
    font-size: 32px;
    padding: 0.5em;
    background: aliceblue;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
    text-align: center;
}


#Illustrator video,
#Photoshop video,
#PremierePro video,
#VisualStudioCode video {
    margin-top: 25px;
}

#Illustrator p,
#Photoshop p,
#PremierePro p,
#VisualStudioCode p {
    margin-top: 45px;
}

.Artwork_topic {

    border-radius: 20px;
    background-color: #0F9D58;
    color: #ffffff;
    width: 20%;
    margin: 10px auto 0 auto;
}

.Artwork_circle2 video {
    width: 314px;
    height: 314px;
    border-radius: 50%;
}

.Artwork_circle4 video {
    width: 315px;
    height: 315px;
    border-radius: 50%;
}

.Contact_summary img {
    margin-top: 40px;
}

.Contact_summary h3 {
    margin-top: 50px;
    font-size: 48px;
}

.Contact_attention,
.Contact_guide {
    margin-top: 40px;
}

.Contact_attention {
    font-size: 24px;
}

.Contact_tel,
.Contact_mail {
    margin-top: 30px;
}

.Contact_tel,
.Contact_mail,
.Contact_guide {
    font-size: 32px;
}

.Contact_arrow {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 60px;
    margin: 0 50px;
    border-radius: 9999px;
    background-color: #000000;
}

.Contact_arrow::before,
.Contact_arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 4px);
    width: 8px;
    height: 45px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 4px);
}

.Contact_arrow::before {
    transform: rotate(45deg);
}

.Contact_arrow::after {
    transform: rotate(-45deg);
}

.Contact_arrow_wrapper {
    display: flex;
    justify-content: center;
}

/*footer {
    margin-top: 20px;
}*/

form {
    width: 600px;
    margin: 20px auto 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border: 1px solid #333333;
    background-color: #ffffff;
    width: 100%;
    margin-top: 5px;
    padding: 4px 8px;
}

textarea {
    height: 148px;
    margin-bottom: 20px;
}

form p {
    line-height: 1.4;
    margin-bottom: 20px;
}

.submitBtn {
    text-align: center;
}

input[type="submit"] {
    background-color: #F2A7CE;
    padding: 20px 50px;
    border-radius: 10px;
}

@media screen and (max-width:767px) {

    #Curriculum,
    #Tool,
    #Contact,
    #Artwork,
    .Curriculum_content,
    .Curriculum_content section,
    .Tool_software {
        max-width: 515px;
        margin: 0 auto;
    }

    #Artwork {
        height: auto;
        position: static;
    }

    .Artwork_circle_party .Artwork_circle1 {
        position: static;
    }

    .Artwork_heading {
        font-size: 27px;
    }


    .Curriculum_content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
        justify-content: center;
        gap: 155px 30px;
        margin-top: 30px;
        padding: 0;
    }

    .Tool_software {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        justify-content: space-around;
        margin-top: 70px;
    }

    form {
        width: 100%;
        margin: 20px auto 0;
    }

    .Artwork_circle_party {
        display: block;
    }

    .Artwork_circle1,
    .Artwork_circle2,
    .Artwork_circle3,
    .Artwork_circle4,
    .Artwork_circle5 {
        position: static;
        margin: 0 auto;
        margin-top: 30px;
        height: auto;
    }

    .Contact_summary img {
        max-width: 100%;
    }
}

@media screen and (max-width:402px) {

    #Curriculum,
    #Tool,
    #Contact,
    #Artwork,
    .Curriculum_content,
    .Curriculum_content section,
    .Tool_software {
        max-width: 360px;
        margin: 0 auto;
    }

    .Artwork_circle_party .Artwork_circle1 {
        width: 85%;
        height: 295px;
    }

    .Tool_movie video {
        width: 100%;
    }

    .Contact_tel,
    .Contact_mail,
    .Contact_guide {
        font-size: 24px;
    }

    .Contact_attention {
        font-size: 15px;
    }

    .Artwork_circle_party {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .Artwork_circle1,
    .Artwork_circle2,
    .Artwork_circle3,
    .Artwork_circle4,
    .Artwork_circle5 {
        position: static;
        margin: 0 auto;
        margin-top: 30px;
        width: 270px;
        height: 270px;
    }

    .Tool_heading,
    .Artwork_heading {
        font-size: 19px;
    }

    .Contact_summary h3 {
        margin-top: 50px;
        font-size: 32px;
    }

    #Illustrator p,
    #Photoshop p,
    #PremierePro p,
    #VisualStudioCode p {
        margin-top: 30px;
        letter-spacing: -0.07em;
    }

    #Artwork img {
        max-width: 100%;
    }
}