/*
Theme Name:部活動地域移行研修会
*/


/* -------------------------
   基本設定
--------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 1.7;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
}

input,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.br-sp {
    display: none;
}

a,
a:hover {
    text-decoration: none;
    transition: 0.5s;
}



@media (max-width: 390px) {
    p {
        font-size: 16px;
    }

    a,
    a:hover,
    a:visited {
        text-decoration: none;
        transition: 0.5s;
    }
}

/* -------------------------
   ヘッダー
--------------------------*/

/* -------------------------
   hero
--------------------------*/
.header {
    width: 100%;
    padding-top: 20px;
    position: relative;
    background-image: url('images/bg_green.jpg');
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
}

.hero_content {
    position: relative;
    padding-bottom: 70px;
}

.nav {
    display: flex;
    justify-content: space-between;
}


.logo img {
    display: block;
    margin: 0 auto;
    width: 70%;
}

.hero_pc {
    width: 100%;
}

.hero_sp {
    display: none;
}

.btn_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    border: none;
    border-radius: 10px;
    background-color: #ea5413;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.btn_contact:hover {
    background-color: #ff9263;
    color: #FFF;
    transition : 1s;
}

.header_left {
    width: 140px;
    position: absolute;
    bottom: 90px;
    left: 7%;
}

.header_right {
    width: 190px;
    position: absolute;
    bottom: 180px;
    right: 7%;
}

/*　部活動地域移行研修会について　*/

.about {
    display: block;
    margin: 0 auto;
    width: 600px;
    padding: 40px;
    background: #FFF;
    background-image: linear-gradient(45deg, #ea5413 30px, transparent 0),
        linear-gradient(-45deg, #ea5413 30px, transparent 0),
        linear-gradient(135deg, #ea5413 30px, transparent 0),
        linear-gradient(-135deg, #ea5413 30px, transparent 0);
}

.about h3 {
    padding: 20px 0;
    font-size: 24px;
    font-weight: 600;
    color: #ea5413;
    text-align: center;
    letter-spacing: 0.04em;

}

.about p {
    text-align: center;
    line-height: 1.9;

}

@media (max-width: 768px) {
    .nav {
        display: none;
    }

    .hero_pc {
        display: none;

    }

    .hero_sp {
        display: block;
        width: 100%;
    }

    .about {
        width: 90%;
        padding: 10px;
        background-image: linear-gradient(45deg, #ea5413 15px, transparent 0),
            linear-gradient(-45deg, #ea5413 15px, transparent 0),
            linear-gradient(135deg, #ea5413 15px, transparent 0),
            linear-gradient(-135deg, #ea5413 15px, transparent 0);
    }

    .about p br {
        display: none;
    }

    .header_left,
    .header_right {
        display: none;
    }
}

@media (max-width: 390px) {

    .header {
        background-image: url('images/bg_green_sp.jpg');
    }

    .hero_sp {
        display: block;
        width: 100%;
    }

    .hero_pc {
        display: none;

    }

    .about h3 {
        font-size: 0.9em;

    }
}


/* -------------------------
   対象者
--------------------------*/
.target_content {
    padding: 50px 0 80px 0;
    background: #FFF;
    position: relative;
}

.target_content .container {
    width: 60%;
}

.target_content h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 35px;
    color: #ea5413;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.list-1 li {
    position: relative;
    list-style-type: none !important;
    /*ポチ消す*/
    padding: 0.8em;
    margin-bottom: 10px;
    line-height: 1.5;
    background: #f2f2f2;
    vertical-align: middle;
    border-radius: 40px;
    /*左側の角丸く*/
}

.list-1 li:before {
    display: inline-block;
    vertical-align: middle;
    /*以下白丸つくる*/
    content: '';
    width: 0.6em;
    height: 0.6em;
    background: #fff;
    border-radius: 50%;
    margin: 0 15px 0 10px;
}

.target_sup1 {
    padding-left: 50px;
    font-size: 0.9em;
}

.target_sup2 {
    margin: 0 10%;
    padding-top: 30px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #f6ff00;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;

}


.target_left {
    width: 250px;
    position: absolute;
    bottom: -100px;
    left: 5%;
    z-index: 30;
}

.target_right {
    width: 200px;
    position: absolute;
    bottom: 110px;
    right: 5%;
}

@media (max-width: 768px) {
    /* .target_content .container {
        width: 50%;
    } */

    .target_content .container {
        width: 90%;
    }

    .target_left {
        width: 80px;
        top: 70px;
        left: 3%;
    }

    .target_right {
        width: 70px;
        top: 20px;
        right: 3%;
    }

    .target_sup1 {
        padding-left: 1em;
        font-size: 0.9em;
    }

    .target_sup2 {
        padding-top: 30px;
        text-align: center;
        font-size: 1em;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-decoration: underline;
        text-decoration-thickness: 0.5em;
        text-decoration-color: #f6ff00;
        text-underline-offset: -0.2em;
        text-decoration-skip-ink: none;
    }

}

/* -------------------------
   研修日程
--------------------------*/
.schedule_content {
    padding: 40px 0;
    background-image: url('images/bg_green.jpg');
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    position: relative;
}

.schedule_content h2 {
    width: 500px;
    margin: 0 auto 50px auto;
    background: #FFF;
    text-align: center;
    font-size: 35px;
    color: #76aa02;
    font-weight: 600;
    letter-spacing: 0.04em;
}



.schedule_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px;
    background: #FFF;
    border-radius: 20px;
    align-items: center;
}

.list_box .caption {
    padding-top: 10px;
    font-size: 0.9em;
    line-height: 1.2;
}

.schedule_list .box1 {
    width: 430px;
}

.label {
    padding: 5px;
    background: #82cd00;
    color: #FFF;
    font-size: 1em;
}

.schedule_title {
    color: #ea5413;
    font-size: 1.5em;
}

table {
    border-spacing: 10px;
}

.list_box .date,
.list_box .place {
    color: #82cd00;
    border-bottom: solid 3px #82cd00;
    border-spacing: 5px 0;

}

.btn_entry {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    margin: 20px 0;
    border: none;
    border-radius: 10px;
    background-color: #82cd00;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.btn_entry:hover {
    background-color: #ea5413;
    color: #FFF;
    transition : 1s;
}


.schedule_left {
    width: 180px;
    position: absolute;
    bottom: 20px;
    left: 3%;
}

.schedule_right {
    width: 220px;
    position: absolute;
    bottom: 30px;
    right: 3%;
}

@media (max-width: 1600px) {

    .schedule_left,
    .schedule_right {
        display: none;
    }
}

@media (max-width: 1200px) {
    .schedule_content h2 {
        width: 80%;
    }

    .table {
        border-spacing: 20px;
    }

    .schedule_list .box1 {
        width: 100%;
    }

    .schedule_list {
        width: 80%;
        margin: 0 auto 20px auto;
        padding: 20px 40px;
        display: block;
    }

    .list_box {
        width: 100%;
        padding-bottom: 10px;
        justify-content: center;
        align-items: center;

    }

    .box2,
    .box3 {
        display: flex
    }

}

@media (max-width: 768px) {
    .schedule_content {
        background-image: url('images/bg_green_sp.jpg');
        background-repeat: repeat-x;
        background-position: center;
        background-size: cover;
    }

    .schedule_content h2 {
        width: 100%;
        margin: 0 auto 50px auto;
        font-size: 1.5em;
        color: #76aa02;
        font-weight: 600;
        letter-spacing: 0.04em;
    }

    .schedule_list {
        width: 100%;
        margin: 0 auto 20px auto;
        padding: 20px;

    }

    .schedule_title {
        font-size: 1.2em;
    }
}

@media (max-width: 390px) {
    .list_box .caption {
        font-size: 1em;
    }

}

/* -------------------------
   お知らせ
--------------------------*/

.news_containt {
    padding: 50px 0 100px 0;
    background: #FFF;
}

.news_containt .container {
    width: 60%;
}

.news_containt h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 35px;
    color: #ea5413;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.news-list a {
    padding-bottom: 30px;
    list-style: none outside;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 10px;
}


.news-list a:before {
    content: "";
    position: absolute;
    top: 1.5em;
    right: 0;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #ea5413;
}

.news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #ea5413;
    border-bottom: 2px solid #CCC;
    padding: 20px 20px;
}

.news-list .item:first-child a {
    border-top: 2px solid #CCC;
}

.news-list .item .date {
    margin: 0;
    min-width: 160px;
    font-size: 16px;
    color: #ea5413;
    padding: 0 20px 0 0;
}

.news-list .item .category {
    margin: 0;
    min-width: 140px;
    padding: 0 20px 0 0;
}

.news-list .item .category span {
    width: 100px;
    background: #999;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
}

.news-list .item .title {
    margin: 0;
    width: 100%;
}

/* 
.news-list .item a:hover .title {
    color: #00F;
} */

.btn_news {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    margin: 40px auto 0 auto;
    /* padding: .6em 2em; */
    border: 2px solid #ea5413;
    background-color: #fff;
    color: #ea5413;
}

.btn_news:hover {
    background-color: #ff9263;
    color: #FFF;
    transition : 1s;
}

@media screen and (max-width: 1200px) {
    .news-list a:before {
        top: 40%;
    }
}



@media screen and (max-width: 767px) {
    .news_containt .container {
        width: 90%;
    }

    .news-list .item a {
        flex-wrap: wrap;
    }

    .news-list .item .date {
        min-width: 100px;
    }

    .news-list .item .title {
        margin-top: 10px;
    }

    .news-list a:before {
        top: 40%;
    }
}

@media (max-width: 390px) {
    .btn_news {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 60px;
        margin: 40px auto 0 auto;
        /* padding: .6em 2em; */
        border: 2px solid #ea5413;
        background-color: #fff;
        color: #ea5413;
        font-size: 1.2em;
    }
}

/* -------------------------
   フッター
--------------------------*/
.footer {
    bottom: 0;
    width: 100%;
    padding: 90px 0 20px 0;
    margin-top: 50px;
    background-image: url('images/footer_bgall.png');
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    position: relative;
}


.footer .container {
    margin-top: 25px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.footer_left {
    width: 200px;
    position: absolute;
    top: -80px;
    left: 5%;
}

.footer_right {
    width: 200px;
    position: absolute;
    top: -40px;
    right: 5%;
}


.footer .container ul li {
    padding-bottom: 2px;
}

.footer .policy {
    font-size: 1.2em;
    color: #FFF;
    margin-top: 25px;

}

.footer .policy a {
    color: #FFF;
    border-bottom: solid 1px #FFF;
}

.footer .copy {
    margin-top: 25px;

}


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

    .footer_left {
        width: 90px;
        top: 20px;
        left: 5%;
    }

    .footer_right {
        width: 100px;
        top: 30px;
        right: 3%;
    }

}

/* -------------------------
   レスポンシブ対応
--------------------------*/
@media (max-width: 1000px) {
    .contact_container {
        width: 80%;
    }

    .form_area {
        width: 100%;
        margin: 20px auto;
        padding: 20px 20px;
    }
}

@media (max-width: 600px) {


    .has-text-align-center {
        text-align: left;
    }

    .logo {
        display: block;
        margin: 0 auto;
    }

    .logo img {
        width: 80%;
    }

    .contact_container {
        width: 90%;
        font-size: 14px;
        text-align: left;
    }

    .form_area {
        width: 100%;
        margin: 20px auto;
        padding: 20px 20px;
        border-radius: 10px;
    }

    .cf_a input,
    select {
        width: 85%;
        font-size: 22px;
    }

    .form_attn {
        margin: 50px 0 20px 0;
        padding: 20px;
    }

    .form_attn .form_h4 {
        font-size: 18px;


    }

    h2 {
        font-size: 24px;
    }

    .btn_form {
        width: 80%;
        margin: 50px auto 100px auto;
        padding: .9em 2em;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }

    .btn_contact {
        display: none;
    }

    .br-sp {
        display: block;
    }
}