@charset "UTF-8";

body {
    margin: 0;
}

img {
    vertical-align: top;
}

/*
ヘッダー
*/
.Header {
    padding: 18px 0;
}

.Header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1.Header_logo {
    width: 80%;
    max-width: 526px;
    margin: 0;
    line-height: 1;
}

h1.Header_logo img {
    width: 100%;
    height: auto;
}

ul.HeaderShare_nav li img {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

ul.HeaderShare_nav li a:hover img {
    filter: brightness(120%);
}

@media screen and (min-width: 941px) {
    /* PC */
    .Header_wrap {
        padding: 0 30px;
    }

    ul.HeaderShare_nav {
        display: flex;
        list-style: none;
        margin: 0;
    }

    ul.HeaderShare_nav li {
        width: 48%;
        max-width: 200px;
        margin-left: 2%;
    }

    ul.HeaderShare_nav li img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Header_wrap {
        padding: 0 20px;
    }

    ul.HeaderShare_nav {
        display: none;
    }
}

/*
キービジュアル
*/
.KeyVisual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38vw;
    max-height: 600px;
    background: url("img/keyvisual_bg.png") no-repeat center/cover;
}

.KeyVisual img {
    height: auto;
    margin: 0 auto;
}

@media screen and (min-width: 941px) {
    /* PC */
    .KeyVisual img {
        width: 50%;
        max-width: 800px;
        min-width: 592px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .KeyVisual img {
        width: 64%;
        max-width: 700px;
    }
}

.Container {
    text-align: center;
}

/*
メインナビゲーション
*/
.MainNav {
    background-color: #5C97E6;
}

.MainNav ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-weight: bold;
    letter-spacing: 1px;
}

.MainNav ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
}

.MainNav ul li a:hover {
    text-decoration: underline;
}

.MainNav ul li a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (min-width: 941px) {
    /* PC */
    .MainNav ul li {

    }

    .MainNav ul li a {
        justify-content: center;
        padding: 20px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .MainNav ul {
        flex-direction: column;
    }

    .MainNav li {
        width: 100%;
        font-size: 14px;
        text-align: left;
    }

    .MainNav li:not(:first-child) {
        border-top: 1px solid #73aeef;
    }

    .MainNav li a {
        position: relative;
        display: block;
        padding: 10px 20px;
    }

    .MainNav li a::after {
        position: absolute;
        right: 20px;
        content: '▼';
        font-size: 10px;
    }
}

/*
コンテンツ見出し
*/
.Heading {
    background-color: #6CF59A;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Heading {
        font-size: 28px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Heading {
        font-size: 20px;
    }
}

/*
メインコンテンツ
*/
.Description {
    padding-top: 60px;
    padding-bottom: 60px;
}

.Description_c {
    max-width: 800px;
    width: 100%;
    margin: 43px auto 0;
}

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

@media screen and (min-width: 941px) {
    /* PC */
    .Description_number {
        width: 68px;
        height: 68px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Description_number {
        width: 48px;
        height: 48px;
    }
}

.Description_number img {
    width: 100%;
    height: auto;
}

.Description_c h3 {
    margin: 20px 0 0;
    line-height: 1.64;
    letter-spacing: 1px;
}

.Description p {
    line-height: 1.64;
    text-align: left;
}

.Description_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 400px;
    height: 50vw;
    margin: 36px auto 0;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Description_c h3 {
        font-size: 24px;
    }

    .Description p {
        margin: 32px auto 0;
        font-size: 18px;
    }

    .Description_img {
        margin: 36px auto 0;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Description_c h3 {
        padding: 0 20px;
        font-size: 18px;
    }

    .Description p {
        margin: 20px auto 0;
        padding: 0 20px;
        font-size: 14px;
        line-height: 1.8;
    }

    .Description_img {
        margin: 26px auto 0;
    }
}

.Description_img__text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 118px;
    height: 14.75vw;
}

.Description_img__text img {
    width: auto;
}

.Description_img.-pic1 {
    background: url("img/description_pic1_bg.jpg") no-repeat center/cover;
}

.Description_img.-pic1 .Description_img__text {
    background-color: rgba(108, 245, 154, 0.8);
}

.Description_img.-pic1 .Description_img__text img {
    height: 59.32%;
    max-height: 70px;
}

.Description_img.-pic2 {
    background: url("img/description_pic2_bg.jpg") no-repeat center/cover;
}

.Description_img.-pic2 .Description_img__text {
    background-color: rgba(92, 151, 230, 0.8);
}

.Description_img.-pic2 .Description_img__text img {
    height: 77.19%;
    max-height: 91px;
}

.Description_img.-pic3 {
    background: url("img/description_pic3_bg.jpg") no-repeat center/cover;
}

.Description_img.-pic3 img {
    width: auto;
    height: 73%;
    max-height: 292px;
}

.StopHenoko h3.StopHenoko_title {
    max-width: 538px;
    margin: 0 auto;
}

.StopHenoko_title img {
    width: 100%;
    height: auto;
}

.StopHenoko_img {
    width: 100%;
    margin: 36px 0 0;
}

.StopHenoko_img img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Description_c.StopHenoko {
        margin: 80px auto 0;
    }

    .StopHenoko h3.StopHenoko_title {
        width: 67.27%;
    }

    .StopHenoko_img {
        margin: 36px 0 0;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Description_c.StopHenoko {
        margin: 60px auto 0;
    }

    .StopHenoko h3.StopHenoko_title {
        width: 80%;
    }

    .StopHenoko_img {
        margin: 24px 0 0;
    }
}

.Description_share {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #6CF59A;
}

.Description_share p {
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.Description_share ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.Description_share ul li {
    width: 250px;
    padding: 0;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Description_share {
        width: 880px;
        height: 100px;
        margin: 76px auto 0;
        padding: 45px 0;
        border-radius: 100px;
    }

    .Description_share p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: 1.4px;
    }

    .Description_share p br {
        display: none;
    }

    .Description_share ul {
        margin: 30px 0 0;
    }

    .Description_share ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Description_share {
        width: 100%;
        margin: 40px 0 0;
        padding: 35px 0;
    }

    .Description_share p {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 1px;
    }

    .Description_share ul {
        flex-direction: column;
        margin: 20px 0 0;
    }

    .Description_share ul li {
        width: 250px;
        margin-top: 10px;
    }

    .Description_share ul li:first-child {
        margin-top: 0;
    }
}

.Description_share ul li img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.Description_share ul li a:hover img {
    filter: brightness(120%);
}

/*
署名で協力
*/
.Sign {
    background-color: #EDEEEE;
}

.Sign_p {
    font-weight: bold;
    letter-spacing: 1px;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Sign {
        padding: 60px 0 100px;
    }

    .Sign_p {
        margin-top: 52px;
        font-size: 20px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Sign {
        padding: 40px 0 60px;
    }

    .Sign_p {
        margin: 42px 20px 0;
        font-size: 18px;
    }
}

.Sign_var {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1060px;
}

.Sign_var__item dt {
    font-weight: bold;
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
    border-bottom: solid 2px black;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Sign_var {
        margin: 50px auto 0;
    }

    .Sign_var__item {
        max-width: 500px;
        width: 48%;
        margin: 0 1%;
        text-align: center;
    }

    .Sign_var__item dt {
        font-size: 18px;
    }

    .Sign_var__item dd {
        margin: 30px 0 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Sign_var {
        flex-direction: column;
        margin: 35px auto 0;
    }

    .Sign_var__item {
        max-width: 500px;
        width: 90%;
        margin: 40px auto 0;
    }

    .Sign_var__item:first-child {
        margin-top: 0;
    }

    .Sign_var__item dt {
        font-size: 18px;
    }

    .Sign_var__item dd {
        margin: 15px 0 0;
        font-size: 14px;
    }
}

.Sign_var__item dd img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.Sign_var__item dd a:hover img {
    filter: brightness(120%);
}

/*
最新の情報
*/
.Notice {
    max-width: 1100px;
}

.Notice_wrap {
    display: flex;
}

.Notice_wrap > div {
    max-width: 500px;
    height: 475px;
}

.Notice_twitter iframe {
    border: 1px solid #EEE !important;
}

.Notice_facebook .fb-page {
    display: block !important;
    width: 100%;
    height: 470px;
}

.Notice_facebook .fb-page span {
    width: 100% !important;
    border: 1px solid #EEE;
}

.Notice_facebook .fb-page span iframe {
    width: 100% !important;
}

.Notice_twitter .SandboxRoot.env-bp-430 h1.timeline-Header-title {
    font-size: 14px;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Notice {
        padding: 60px 20px 100px;
        margin: 0 auto;
    }

    .Notice_wrap {
        justify-content: space-between;
        margin: 56px 0 0;
    }

    .Notice_wrap > div {
        width: 46%;
        margin: 0 10px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Notice {
        padding: 40px 0 60px;
        margin: 0;
    }

    .Notice_wrap {
        flex-direction: column;
        margin: 46px 0 0;
    }

    .Notice_wrap > div {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Notice_wrap > div.Notice_facebook {
        margin-top: 20px;
    }
}

/*
活動報告
*/
.Report {
    padding: 50px 0 100px;
    background-color: #EDEEEE;
    clear: both;
}

.Report_p {
    margin: 52px 20px 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}

.Report_note {
    margin-top: 30px;
}

.Report_note img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.Report_note a:hover img {
    filter: brightness(120%);
}

/*
About Us
*/
.AboutUs {
    max-width: 1060px;
    margin: 0 auto;
}

.AboutUs p {
    max-width: 800px;
    margin: 0 auto;
}

.History_h {
    letter-spacing: 1px;
}

.History p {
    display: inline-block;
    text-align: left;
}

@media screen and (min-width: 941px) {
    /* PC */
    .AboutUs {
        padding: 60px 0 100px;
    }

    .History_h {
        margin: 56px 0 0;
        font-size: 20px;
    }

    .History p {
        margin-top: 35px;
        font-size: 16px;
        line-height: 1.64;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .AboutUs {
        padding: 40px 0 60px;
    }

    .History {
        padding: 0 20px;
    }

    .History_h {
        margin: 36px 0 0;
        font-size: 18px;
    }

    .History p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.8;
    }
}

.AboutUs_wrap {
    display: flex;
}

.AboutUs_item__h {
    margin: 0;
    font-weight: bold;
}

.AboutUs_item {
    background-color: #EDEEEE;
    box-sizing: border-box;
}

.AboutUs_item ul {
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
}

.AboutUs_item ul li {
    margin: 0.5em 0 0 1.5em;
}

@media screen and (min-width: 941px) {
    /* PC */
    .AboutUs_wrap {
        justify-content: space-between;
        margin: 50px 20px 0;
    }

    .AboutUs_item__h {
        font-size: 18px;
    }

    .AboutUs_item {
        width: 48%;
        max-width: 500px;
        padding: 30px;
    }

    .AboutUs_item ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .AboutUs_wrap {
        flex-direction: column;
        margin: 35px 20px 0;
    }

    .AboutUs_item__h {
        font-size: 16px;
    }

    .AboutUs_item {
        margin: 20px auto 0;
        padding: 20px;
    }

    .AboutUs_item:first-child {
        margin-top: 0;
    }

    .AboutUs_item ul li {
        font-size: 14px;
    }
}

/*
寄付で支援する
*/
.Support {
    background-color: #EDEEEE;
}

.Support_p {
    font-weight: bold;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Support {
        padding: 60px 0 100px;
    }

    .Support_p {
        margin-top: 52px;
        font-size: 20px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Support {
        padding: 40px 0 60px;
    }

    .Support_p {
        margin: 36px 20px 0;
        font-size: 18px;
    }
}

.Support_bank {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
}

.Support_bank dl {
    font-weight: bold;
}

.Support_bank dl dd {
    margin: 20px 0 0;
    font-size: 20px;
    letter-spacing: 1.4px;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Support_bank {
        width: 880px;
        height: 200px;
        margin: 68px auto 0;
        border-radius: 100px;
    }

    .Support_bank dl {
        margin-top: -10px;
    }

    .Support_bank dl dt {
        font-size: 16px;
    }

    .Support_bank dl dd {
        margin: 20px 0 0;
        font-size: 20px;
        letter-spacing: 1.4px;
    }

    .Support_bank dl dd br {
        display: none;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Support_bank {
        width: 96%;
        height: 140px;
        margin: 38px auto 0;
        border-radius: 70px;
    }

    .Support_bank dl {
        margin: -5px 30px 0;
    }

    .Support_bank dl dt {
        font-size: 14px;
    }

    .Support_bank dl dd {
        margin: 10px 0 0;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 1.64;
    }
}

.Support_useapplications {
    font-weight: bold;
}

.Support_useapplications dd a {
    padding-bottom: 4px;
    color: #000;
    border-bottom: 2px solid #000;
    text-decoration: none;
}

.Support_useapplications dd a:hover {
    border-bottom: none;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Support_useapplications {
        margin: 80px 0 0;
    }

    .Support_useapplications dt {
        font-size: 20px;
    }

    .Support_useapplications dd {
        margin: 25px 0 0;
        font-size: 16px;
    }

    .Support_useapplications.-type2 dd {
        font-size: 20px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Support_useapplications {
        margin: 60px 20px 0;
    }

    .Support_useapplications dt {
        font-size: 18px;
    }

    .Support_useapplications dd {
        margin: 15px 0 0;
        font-size: 14px;
    }

    .Support_useapplications.-type2 dd {
        font-size: 16px;
    }
}

/*
フッター
*/
.Footer_logo {
    max-width: 498px;
    width: 80%;
    margin: 0 auto;
}

.Footer_logo img {
    width: 100%;
    height: auto;
}

.Footer_inquiry {
    padding: 0;
    font-weight: bold;
    text-align: center;
    list-style: none;
}

.Footer_inquiry li {
    margin: 25px 0 0;
    line-height: 1;
}

.Footer_inquiry li:first-child {
    margin-top: 0;
}

.Footer_inquiry li a {
    color: #000;
}

.Footer_inquiry li::after {
    content: '>';
    margin-left: 8px;
}

.Footer_inquiry li a:hover {
    text-decoration: none;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Footer {
        padding: 80px 0 0;
    }

    .Footer_inquiry {
        margin: 50px 0 0;
        font-size: 16px;
    }

    .Footer_inquiry li {
        margin: 25px 0 0;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Footer {
        padding: 60px 0 0;
    }

    .Footer_inquiry {
        margin: 40px 0 0;
        font-size: 14px;
    }

    .Footer_inquiry li {
        margin: 20px 0 0;
    }
}

.Footer_nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

.Footer_nav ul li a {
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Footer_nav {
        margin: 60px 0 0;
    }

    .Footer_nav ul {
        font-size: 15px;
    }

    .Footer_nav ul li {
        margin: 0;
    }

    .Footer_nav ul li:not(:first-child)::before {
        content: '|';
        margin: 0 14px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Footer_nav {
        margin: 60px 0 0;
    }

    .Footer_nav ul {
        flex-direction: column;
        margin: 0;
        font-size: 13px;
    }

    .Footer_nav ul li {
        margin: 0;
        line-height: 1;
        border-top: 1px solid #DDD;
    }

    .Footer_nav ul a {
        position: relative;
        display: block;
        padding: 15px 20px;
    }

    .Footer_nav ul a:after {
        position: absolute;
        right: 20px;
        content: '▲';
        margin: 0;
        font-size: 11px;
        line-height: 1;
        vertical-align: middle;
    }
}

.Footer_copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #5c97e6;
}

.Footer_copyright small {
    font-size: 12px;
    line-height: 1;
    color: #FFF;
}

@media screen and (min-width: 941px) {
    /* PC */
    .Footer_copyright {
        height: 100px;
        margin: 60px 0 0;
    }

    .Footer_copyright small {
        font-size: 12px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .Footer_copyright {
        height: 80px;
        margin: 0;
    }

    .Footer_copyright small {
        font-size: 11px;
    }
}

.FloatNav {
    position: fixed;
    z-index: 100;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.FloatNav li {
    margin: 0 0 5px;
}

.FloatNav li a img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.FloatNav li a:hover img {
    filter: brightness(120%);
}

@media screen and (min-width: 941px) {
    /* PC */
    .FloatNav {
        top: 15%;
    }

    .FloatNav li {
        width: 68px;
        height: 120px;
    }
}

@media screen and (max-width: 940px) {
    /* SP */
    .FloatNav {
        top: 10%;
    }

    .FloatNav li {
        width: 48px;
        height: 85px;
    }
}