@charset "UTF-8";


/*++++++++++++++++++++++++++
共通
++++++++++++++++++++++++++*/
section {
    margin: auto;
}

h2 {
    font-size: 50px;
    color: #006AB7;
    text-align: center;
    margin: 0 0 20px;
    font-family: "M PLUS 1p";
    line-height: 1em;
}

h2 span {
    display: block;
    font-size: 22px;
    margin: 8px 0 0 0;
    line-height: 1em;
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 38px;
    }

    h2 span {
        font-size: 16px;
    }
}

/*++++++++++++++++++++++++++
ヘッダー
++++++++++++++++++++++++++*/
header {
    background-color: #006AB7;
    width: 100%;
    padding: 10px 20px;
    position: relative;
}

header h1 {
    max-width: 250px;
    width: 100%;
}

header nav {
    position: absolute;
    top: 25px;
    right: 20px;
    display: flex;
    flex-direction: row;

}

header nav a {
    color: #ffffff;
    font-size: 18px;
    display: block;
    padding: 0 10px;
    text-align: center;

}

@media screen and (max-width: 850px) {

    header h1 {
        max-width: 200px;
        width: 100%;
    }

    header nav {
        display: none;
    }

}




/*++++++++++++++++++++++++++
mainvisual
++++++++++++++++++++++++++*/
#mainvisual {
    width: 100%;
    /*height: 0px;
    padding-top: 40%;*/
    background-image: url(../images/main_bk.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 0;
    margin: 0 auto 70px;
}

#mainvisual .main_photo {
    width: 50%;
}

#mainvisual .main_catch {
    width: 50%;
    margin: auto;
    text-align: center;
}

#mainvisual .main_catch img {
    max-width: 570px;
    padding: 0 30px;
}

@media screen and (max-width: 600px) {

    #mainvisual .main_catch img {
        max-width: 570px;
        padding: 0 15px 0 0;
    }


}

/*++++++++++++++++++++++++++
message
++++++++++++++++++++++++++*/

#message {
    width: 100%;
    background-image: url(../images/message_bk.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding: 0 0 20%;
    margin: 0 auto 70px;

}

#message .message_omoi {
    font-size: 30px;
    text-align: center;
    margin: 50px 0 40px 0;
    font-family: "M PLUS 1p";
    position: relative;
}

#message .message_omoi::after {
    border-bottom: 2px solid #006AB7;
    bottom: -15px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 140px;
}

#message .message_txt {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    line-height: 2.0em;
    font-size: 16px;
}

#message .message_name {
    text-align: left;
    max-width: 240px;
    width: 100%;
    margin: 20px 0 0 auto;
}

@media screen and (max-width: 600px){
    #message {
        background-size: 120% auto;

    }
    #message .message_omoi {
        font-size: 25px;
    }
    #message .message_txt {
        font-size: 15px;
    }
    #message .message_name {
        max-width: 150px;
    }

}


/*++++++++++++++++++++++++++
profile
++++++++++++++++++++++++++*/

#profile {
    max-width: 1000px;
    width: 95%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 70px;
}

#profile .profile_photo {
    width: 40%;
    display: block;
}

#profile .profile_photo img {
    max-width: 450px;
    width: 100%;
    padding: 0 20px 0 0;

}
#profile .profile_photo_sp {
    display: none;
}


#profile .profile_wrap {
    width: 55%;
    margin: auto;
}

#profile .profile_txt {
    font-size: 16px;
    line-height: 1.8em;
}

#profile .profile_kuwashiku {
    margin: 10px auto;
    border: 1px #BEBEBE solid;
    max-width: 380px;
    width: 95%;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    display: block;
    cursor: pointer;

}

#profile .profile_kuwashiku::after {
    content: url(../images/arrow_o.svg);
    vertical-align: 0px;
    margin: 0 0 0 5px;
}

#profile .profile_kuwashiku.close::after {
    content: url(../images/arrow_c.svg);
    vertical-align: 0px;
    margin: 0 0 0 5px;
}

#profile .box {
    display: none;
    /*はじめは非表示*/
}

@media screen and (max-width: 600px){

    #profile .profile_photo {
        display: none;
    }
    #profile .profile_wrap {
        width: 95%;
        margin: auto;
    }

    #profile .profile_photo_sp {
        display: block;
        margin: 0 auto 15px;
        max-width: 320px;
        width: 95%;
    }


}



/*++++++++++++++++++++++++++
challenge
++++++++++++++++++++++++++*/

#challenge {
    width: 100%;
}

#challenge .challenge_title_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #006AB7;
    line-height: 0;
    align-items: center;
    margin: 0 auto 70px;
}


#challenge .challenge_title_wrap .challenge_phpto {
    width: 35%;
}

#challenge .challenge_title_wrap .challenge_title {
    width: 65%;
    text-align: center;
}

#challenge .challenge_title_wrap .challenge_title img {
    max-width: 700px;
    width: 95%;
    margin: auto;
}

#challenge .challenge_wap {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#challenge .challenge_wap .challenge_number {
    width: 45%;
    margin: 0 auto;
    text-align: center;
}

#challenge .challenge_wap .challenge_txt_wrap {
    width: 55%;
    margin: auto;
}

#challenge .challenge_txt1 {
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 0 15px;
}

#challenge .challenge_check li {
    margin: 0 0 5px;
    text-indent: -1.9em;padding-left: 1.9em;
}

#challenge .challenge_check li::before {
    margin: 0 5px;
    content: url(../images/check.svg);
    vertical-align: 0px;
}


#challenge .challenge_wap:nth-child(3),
#challenge .challenge_wap:nth-child(5) {
    flex-direction: row-reverse;
}

#challenge .challenge_number.left {
    padding: 0 25px 0 0;
}

#challenge .challenge_number.right {
    padding: 0 0 0 25px;
}

#challenge .challenge_wap .challenge_txt_wrap.right {
    padding: 0 0 0 25px;
    border-left: 1px solid #b2b1b1;
}

#challenge .challenge_wap .challenge_txt_wrap.left {
    padding: 0 25px 0 0;
    border-right: 1px solid #b2b1b1;
}


@media screen and (max-width: 600px){

    #challenge .challenge_wap .challenge_number {
        width: 30%;
    }

    #challenge .challenge_wap .challenge_txt_wrap {
        width: 70%;
    }
    #challenge .challenge_wap .challenge_number {
        width: 95%;
        margin: 0 auto 20px ;
    }

    #challenge .challenge_wap .challenge_txt_wrap {
        width: 95%;
        margin: auto;
    }

    #challenge .challenge_number.left {
        padding: 0 0 0 0;
    }

    #challenge .challenge_number.right {
        padding: 0 0 0 0;
    }

    #challenge .challenge_wap .challenge_txt_wrap.right {
        padding: 0 0 0 0;
        border-left: 0px solid #b2b1b1;
    }

    #challenge .challenge_wap .challenge_txt_wrap.left {
        padding: 0 0 0 0;
        border-right: 0px solid #b2b1b1;
    }

}



/*++++++++++++++++++++++++++
supporter
++++++++++++++++++++++++++*/

#supporter {
    width: 100%;
}

#supporter .supporter_title {
    background-image: url(../images/supporter_bk.svg);
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 30px 0;
    margin: 0 auto 50px;
}

#supporter .supporter_catch {
    font-size: 18px;
    text-align: center;
    width: 90%;
    margin: auto;
}

#supporter .supporter_wrap {
    max-width: 1100px;
    width: 95%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 20px;
}

#supporter .supporter_wrap>* {
    width: 32%;
    margin: 0 auto;
}

#supporter .supporter_wrap a {
    display: block;
}

#supporter .supporter_sns {
    border-top: 5px #006AB7 solid;
    border-bottom: 5px #006AB7 solid;
    text-align: center;
    padding: 20px 0;
}

#supporter .supporter_txt1 {
    font-size: 30px;
    font-family: "M PLUS 1p";
}

#supporter .supporter_txt2 {
    font-size: 16px;
}


@media screen and (max-width: 600px){


    #supporter .supporter_wrap>* {
        width: 90%;
        margin: 0 auto 20px;
    }

}


/*++++++++++++++++++++++++++
privacy
++++++++++++++++++++++++++*/

#privacy {
    max-width: 1000px;
    width: 95%;
    padding: 0 0 0;
    margin: 70px auto 70px;
}

#privacy .privacy_txt1{
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 0 15px;
}

#privacy .privacy_txt2{
    font-size: 16px;
    line-height: 1.8em;
   text-indent: -1em;padding-left: 1em;
}


/*++++++++++++++++++++++++++
news
++++++++++++++++++++++++++*/

#news {
    max-width: 1000px;
    width: 95%;
    padding: 0 0 0;
    margin: 70px auto 70px;
}

#news .news_txt1{
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 0 15px;
}

#news .news_txt2{
    font-size: 16px;
    line-height: 1.8em;
   text-indent: -1em;padding-left: 1em;
}

#news {
    width: 100%;
}

#news .news_title_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #006AB7;
    line-height: 0;
    align-items: center;
    margin: 0 auto 70px;
}


#news .news_title_wrap .news_phpto {
    width: 35%;
}

#news .news_title_wrap .news_title {
    width: 65%;
    text-align: center;
}

#news .news_title_wrap .news_title img {
    max-width: 700px;
    width: 95%;
    margin: auto;
}

#news .news_wap {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#news .news_wap .news_number {
    width: 45%;
    margin: 0 auto;
    text-align: center;
}

#news .news_wap .news_txt_wrap {
    width: 55%;
    margin: auto;
}

#news .news_txt1 {
    font-size: 18px;
    line-height: 1em;
    margin: 0 0 15px;
	text-align: center
}

#news .news_check li {
    margin: 0 0 5px;
    text-indent: -1.9em;padding-left: 1.9em;
}

#news .news_check li::before {
    margin: 0 5px;
    content: url(../images/check.svg);
    vertical-align: 0px;
}


#news .news_wap:nth-child(2),
#news .news_wap:nth-child(4) {
    flex-direction: row-reverse;
}

#news .news_number.left {
    padding: 0 60px 0 0;
}

#news .news_number.right {
    padding: 0 0 0 60px;
}

#news .news_wap .news_txt_wrap.right {
    padding: 0 0 0 0px;
    border-left: 2px solid #b2b1b1;
}

#news .news_wap .news_txt_wrap.left {
    padding: 0 0 0 0px;
    border-right: 2px solid #b2b1b1;
}


@media screen and (max-width: 600px){

    #news .news_wap .news_number {
        width: 30%;
    }

    #news .news_wap .news_txt_wrap {
        width: 70%;
    }
    #news .news_wap .news_number {
        width: 95%;
        margin: 0 auto 20px ;
    }

    #news .news_wap .news_txt_wrap {
        width: 95%;
        margin: auto;
    }

    #news .news_number.left {
        padding: 0 0 0 0;
    }

    #news .news_number.right {
        padding: 0 0 0 0;
    }

    #news .news_wap .news_txt_wrap.right {
        padding: 0 0 0 0;
        border-left: 0px solid #b2b1b1;
    }

    #news .news_wap .news_txt_wrap.left {
        padding: 0 0 0 0;
        border-right: 0px solid #b2b1b1;
    }

}

/*++++++++++++++++++++++++++
フッター
++++++++++++++++++++++++++*/
footer {
    max-width: 1100px;
    width: 95%;
    text-align: center;
    margin: 20px auto;

}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

footer .access {
    font-size: 14px;
	display: inline-block;
	text-align: left;
	line-height: 110%;
}

footer .privacy {
    font-size: 14px;
}

footer .copyright {
    font-size: 12px;
}






/*--------------------------------------
    pagetop
---------------------------------------*/
a#btn_top {
    position: fixed;
    right: 40px;
    z-index: 10;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 8px 0 0 0;
    background: rgba(28, 99, 167, 0.54);
    font-size: 13px;
    border-radius: 40px;
    line-height: 1.2em;
    overflow: auto;
}


a#btn_top a:hover {
    text-decoration: none;
    background: rgba(28, 99, 167, 0.9);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media screen and (max-width: 600px) {

    a#btn_top {
        position: fixed;
        right: 10px;
        z-index: 10;
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        display: block;
        width: 60px;
        height: 60px;
        box-sizing: border-box;
        padding: 8px 0 0 0;
        background: rgba(28, 99, 167, 0.54);
        font-size: 13px;
        border-radius: 40px;
        line-height: 1.2em;
        overflow: auto;
    }


}



/*--------------------------------------
		lightbox
---------------------------------------*/
.lightbox {
    display: none;
    color: #000;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}