@charset "UTF-8";

body {
    font-size: 16px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    /* color: #3e3a39; */
}


/*画面サイズが767px以下はここを読み込む*/
@media screen and (max-width:767px) {
    /* コンセプト文 */
    .concept {
        margin: 40px 20px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 0.9em;
        letter-spacing: 0.15em;
        line-height: 2.2em;
        text-align: center;
    }
    .concept p .mark {
        display: none;
    }

    /* ３つの分類 */
    #proud {
        background-color: #e2eeda;
        padding: 20px 0px 50px 0px;
    }
    #axcelcamp {
        background-color: #e1eff7;
        padding: 20px 0px 50px 0px;
    }
    #hackathon {
        background-color: #f9fae6;
        padding:20px 0px 50px 0px;
    }

    /* コンテンツ */
    .contents {
        margin: 0px auto;
        padding: 0 20px;
    }

    /* 各コースの名前 */
    .contents .name {
        display: flex;
        width: 100%;
        height: 2.5em;
        margin-bottom: 10px;
    }
    .contents .name .number {
        font-family: 'Oswald', sans-serif;
        font-size: 2.5em;
        margin-right: 8px;
    }
    .contents .name h1 {
        font-size: 0.9em;
        margin: auto 0 0;
    }
    .contents .name h1 .main-name {
        font-size: 1.6em;
        font-weight: 800;
    }
    .contents .name h1 .sub-name {
        font-size: 1.1em;
        font-weight: 800;
    }
    .contents .name .name-logo {
        margin: 0 0 0 auto;
    }

    /* 各コースのコース内容（写真、スローガン、詳細） */
    .contents .course .pic {
        width: 100%;
        margin-bottom: 20px;
    }
    .contents .course .pic img {
        width: 100%;
    }
    .contents .course .pic .second-pic {
        display: none;
    }
    .contents .course .text {
        width: 100%;
        margin-left: auto;
    }
    .contents .course .text hr {
        border-top: 2.5px solid ;
    }
    .contents .course .text .slogan {
        letter-spacing: 0.1em;
        line-height: 1.3em;
        font-size: 1.2em;
        font-weight: 600;
        text-align: center;
        margin: 16px 0;
    }
    .contents .course .text .detail {
        letter-spacing: 0.075em;
        line-height: 1.6em;
        font-size: 1em;
        font-weight: 400;
        margin: 13px 0px 30px 0px;
    }

    /* 各コースの対象・営業時間・料金の見出し */
    #proud h3 {
        background-color: #b7d4a2;
    }
    #axcelcamp h3 {
        background-color: #b4d8ea;
    }
    #hackathon h3 {
        background-color: #eaedad;
    }


    .contents .course .text .infomations .info {
        margin-bottom: 25px;
    }
    .contents .course .text .infomations .info h3 {
        font-size: 1.1em;
        letter-spacing: 0.5em;
        padding: 8px;
        text-align: center;
        border-radius: 16.8px;
        margin-bottom: 10px;
    }
    .contents .course .text .infomations .info p {
        letter-spacing: 0.1em;
        line-height: 1.6em;
        font-size: 1em;
        font-weight: 400;
        margin: 0px 10px;
        text-align: center;
    }
    .contents .course .text .infomations .info .other {
        display: flex;
        margin: 0 auto;
        align-items: center;
        flex-direction: column;
        text-align: left;
    }
    .contents .course .text .infomations .info p:nth-child(3) {
        margin-top: 10px;
    }
    .contents .course .text .infomations .info p .small{
        font-size: 0.8em
    }
    .contents .course .text .infomations .info p .bold {
        font-weight: 500;
    }

    /* お問い合わせフォーム */
    .contents .course .text .infomations .form a {
        display: block;
        color: white;
        text-decoration: none;
        text-align: center;
        padding: 8px;
        margin: 0 auto;
        background-color: #000000;
        letter-spacing: 0.2em;
    }
    .contents .course .text .infomations .form a i {
        margin-left: 10px;
    }

    /* 講師紹介 */
    .contents .teacher {
        margin: 25px auto 50px auto;
        justify-content: center;
    }
    .contents .teacher .pic {
        margin: 0 auto;
        width: 80%;
    }    
    .contents .teacher .pic img {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
    .contents .teacher .text {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .contents .teacher .text p {
        display: block;
        font-weight: 600;
    }
    .contents .teacher .text .bold{
        font-size: 1.2em;
    }
    .contents .teacher ul {
        margin-top: 15px;
    }
    .contents .teacher ul li {
        list-style: none;
        font-size: 0.9em;
        margin-bottom: 8px;
        letter-spacing: 0.05em;
    }
    
    /* 募集 */
    .contents .recruiting {
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .contents .recruting-content {
        width: 100%;
    }
    .contents .recruting-content:first-child {
        margin-bottom: 60px;
    }
    .contents .recruting-content .title {
        background-color: #ff3246;
        opacity: 70%;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: 600;
        border-radius: 5px;
        font-size: 1.1em;
    }
    .contents .recruting-content p {
        letter-spacing: 0.075em;
        margin-top: 15px;
        line-height: 1.5em;
        font-size: 1.1em;
    }
    .contents .recruting-content a {
        display: block;
        background-color: #e6e6e6;
        color: #666666;
        text-align: center;
        padding: 8px;
        text-decoration: none;
        margin-top: 15px;
        border-radius: 16px;
    }

    /* 会社紹介 */
    .contents .company {
        margin-bottom: 50px;
    }
    .contents .company-content {
        width: 100%;
        margin-bottom: 20px;
    }
    .contents .company-content .map iframe{
        width: 100%;
    }
    .contents .company-content .title {
        font-size: 1.25em;
        font-weight: 600;
        text-align: center;
    }
    .contents .company-content hr {
        border-top: 2.5px solid ;
        margin: 10px 0px 10px 0px;
    }
    .contents .company-content .texts {
        display: flex;
        margin: 0 auto;
        align-items: center;
        flex-direction: column;
    }    
    .contents .company-content .text {
        font-size: 1.1em;
        margin-bottom: 15px;
        line-height: 1.3em;
    }
    .contents .company-content p .small{
        font-size: 0.9em;
    }
    .contents .company-content p .bold{
        font-weight: 500;
    }
}


/*画面サイズが576pxから767pxはここを読み込む*/
@media screen and (min-width:576px) and (max-width:767px){
    /* コンセプト文 */
    .concept p {
        font-size: 1.3em;
        margin-top: 60px;
        margin-bottom: 80px;
        line-height: 2em;
    }
}


/*画面サイズが768px以上はここを読み込む*/
@media screen and (min-width:768px){
    /* コンセプト文 */
    .concept p {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 1.25em;
        letter-spacing: 0.15em;
        line-height: 2.3em;
        text-align: center;
        margin-top: 70px;
        margin-bottom: 80px;
    }
    .concept p .line {
        display: none;
    }
    /* ３つの分類 */
    #proud {
        background-color: #e2eeda;
        padding: 30px 0px 50px 0px;
    }
    #axcelcamp {
        background-color: #e1eff7;
        padding: 30px 0px 50px 0px;
    }
    #hackathon {
        background-color: #f9fae6;
        padding:30px 0px 50px 0px;
    }

    /* コンテンツ */
    .contents {
        margin: 0px auto;
        padding: 0 25px;
        max-width: 941px;
    }

    /* 各コースの名前（数字、名前、ロゴ） */
    .contents .name {
        display: flex;
        width: 50%;
        height: 2.8em;
        margin-bottom: 10px;
    }
    .contents .name .number {
        font-family: 'Oswald', sans-serif;
        font-size: 2.8em;
        margin-right: 8px;
    }
    .contents .name h1 {
        font-size: 0.9em;
        margin: auto 0 0;
    }
    .contents .name h1 .main-name {
        font-size: 1.7em;
        font-weight: 800;
    }
    .contents .name h1 .sub-name {
        font-size: 1.2em;
        font-weight: 800;
    }
    .contents .name .name-logo {
        margin: 0 0 0 auto;
    }

    /* 各コースのコース内容（写真、スローガン、詳細） */
    .contents .course {
        display: flex;
    }
    .contents .course .pic {
        width: 50%;
    }
    .contents .course .pic img {
        width: 100%;
    }
    .contents .course .pic .first-pic {
        margin-bottom: 10px;
    }
    .contents .course .text {
        width: 45%;
        margin-left: auto;
    }
    .contents .course .text hr {
        border-top: 2.5px solid ;
    }
    .contents .course .text .slogan {
        letter-spacing: 0.1em;
        line-height: 1.3em;
        font-size: 1.2em;
        font-weight: 600;
        text-align: center;
        margin: 16px 0;
    }
    .contents .course .text .detail {
        letter-spacing: 0.075em;
        line-height: 1.6em;
        font-size: 1.1em;
        font-weight: 400;
        margin: 13px 0;
    }

    /* 各コースの対象・営業時間・料金の見出し */
    #proud h3 {
        background-color: #b7d4a2;
    }
    #axcelcamp h3 {
        background-color: #b4d8ea;
    }
    #hackathon h3 {
        background-color: #eaedad;
    }
    .contents .course .text .infomations .info {
        margin-bottom: 25px;
    }
    .contents .course .text .infomations .info h3 {
        font-size: 1.1em;
        letter-spacing: 0.5em;
        padding: 8px;
        text-align: center;
        border-radius: 16.8px;
        margin-bottom: 10px;
    }
    .contents .course .text .infomations .info p {
        letter-spacing: 0.1em;
        line-height: 1.6em;
        font-size: 1.1em;
        font-weight: 400;
        margin: 0px 10px;
        text-align: center;
    }
    .contents .course .text .infomations .info .other {
        display: flex;
        margin: 0 auto;
        align-items: center;
        flex-direction: column;
        text-align: left;
    }
    .contents .course .text .infomations .info p:nth-child(3) {
        margin-top: 10px;
    }
    .contents .course .text .infomations .info p .small{
        font-size: 0.8em
    }
    .contents .course .text .infomations .info p .bold {
        font-weight: 500;
    }

    /* お問い合わせフォーム */
    .contents .course .text .infomations .form a {
        display: block;
        color: white;
        text-decoration: none;
        text-align: center;
        padding: 8px;
        margin: 0 auto;
        background-color: #000000;
        letter-spacing: 0.2em;
    }
    .contents .course .text .infomations .form a i {
        margin-left: 10px;
    }
    .contents .course .text .infomations .form a:hover {
        background-color: #666666;
    }

    /* 講師紹介 */
    .contents .teacher {
        display: flex;
        margin: 50px auto;
        align-items: center;
        justify-content: center;
    }
    .contents .teacher .pic {
        width: 30%;
        margin-right: 30px;
    }    
    .contents .teacher .pic img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .contents .teacher .text {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .contents .teacher .text p {
        font-weight: 600;
    }
    .contents .teacher .text .bold{
        font-size: 1.4em;
    }
    .contents .teacher ul {
        margin-top: 15px;
    }
    .contents .teacher ul li {
        list-style: none;
        font-size: 1.1em;
        margin-bottom: 8px;
        letter-spacing: 0.05em;
    }
    
    /* 募集 */
    .contents .recruiting {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .contents .recruting-content {
        width: 48%;
    }
    .contents .recruting-content .title {
        background-color: #ff3246;
        opacity: 70%;
        padding: 7px;
        color: white;
        text-align: center;
        font-weight: 600;
        border-radius: 5px;
        font-size: 1.2em;
    }
    .contents .recruting-content p {
        margin-top: 15px;
        line-height: 1.5em;
        font-size: 1.1em;
    }
    .contents .recruting-content a {
        display: block;
        background-color: #e6e6e6;
        color: #666666;
        text-align: center;
        padding: 8px;
        text-decoration: none;
        margin-top: 15px;
        border-radius: 16px;
    }
    .contents .recruting-content a:hover {
        opacity: 70%;
    }

    /* 会社紹介 */
    .contents .company {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .contents .company-content {
        width: 47%;
    }
    .contents .company-content .map iframe{
        width: 100%;
    }
    .contents .company-content .title {
        font-size: 1.25em;
        font-weight: 600;
    }
    .contents .company-content hr {
        border-top: 2.5px solid ;
        margin: 10px 0px 10px 0px;
    }
    .contents .company-content .text {
        font-size: 1.1em;
        margin-bottom: 15px;
        line-height: 1.3em;
    }
    .contents .company-content p .small{
        font-size: 0.9em;
    }
    .contents .company-content p .bold{
        font-weight: 500;
    }
}

/*画面サイズが992pxからはここを読み込む*/
@media screen and (min-width:992px) {
    /* コンセプト文 */
    .concept p {
        font-size: 1.5em;
        margin-top: 80px;
        margin-bottom: 100px;
    }
}



/* フッター */
footer {
    color: #b3b3b3;
    background-color: black;
    text-align: center;
    padding: 40px;
}
footer .icon {
    margin-bottom: 15px;
}
footer a {
    color: #b3b3b3;
    margin-right: 10px;
}
footer a:last-child {
    margin-right: 0px;
}
footer a:hover {
    opacity: 70%;
}
footer p {
    color: #b3b3b3;
    font-size: 0.7em;
}