

a,
a:hover {
	text-decoration: none;
/*	color: var(--red);*/
}

a:hover {

}

html {
    overflow-x: hidden;
}


body {
    position: relative;
    min-height: 100vh;
    font-family: 'saygon', sans-serif;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.3px;
    overflow-x: hidden;
}

.poppins {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.5px;
}

main, .main {
    flex: 1 0 auto;
    display: flex;
    flex-flow: column;
}

.boxed_width {
    max-width: 1470px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.center_body {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0;
}


/*
Header
*/

header {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 3;
}

.scrolled_header {
    background-color: var(--blue);
}

header .boxed_width {
    max-width: 1680px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}

.logo_box {
    /*width: 220px;
    height: 200px;*/
    background-color: var(--teal);
    padding: 35px 45px;
    border-radius: 0 0 20px 20px;
    transition: .3s;
}

.scrolled_header .logo_box {
    margin-bottom: -65px;
}

.logo_img {
    width: 130px;
    height: 100%;
    object-fit: contain;
}

.nav_wrapper {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .10);
    padding: 10px;
    border-radius: 30px;
    padding: 0 15px;
}

.nav_item {
    margin: 0 10px;
}

.nav_item a {
    padding: 10px 20px;
    font-size: 20px;
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    transition: .3s;
}

.nav_item a:hover {
    background-color: rgba(255,255,255,.8);
    color: var(--blue);
}

.nat_donate_btn a {
    font-size: 24px;
    font-weight: 600;
    color: var(--blue);
    background-color: #fff;
    width: 220px;
    height: 63px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.nat_donate_btn a:hover {
    background-color: var(--teal);
    color: #fff;
}

.nav_icon {
	display: none;
	right: 25px;
	top: 25px;
    height: 25px;
    z-index: 2;
}

.nav_icon a {
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    position: relative;
}

.nav_icon a span {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    user-select: none;
    height: 30px;
}

.nav_icon a span,
.nav_icon a span::before,
.nav_icon a span::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: all .3s;
    border-radius: 3px;
}

.nav_icon a span::before,
.nav_icon a span::after {
    position: absolute;
    content: "";
}

.nav_icon a span::before {
    top: -8px;
}

.nav_icon a span::after {
    top: 8px;
}

.nav_icon.mnb_on a span {
    background-color: transparent;
}

.nav_icon.mnb_on a span::before {
    transform: translateY(8px) rotate(45deg);
}

.nav_icon.mnb_on a span::after {
    transform: translateY(-7px) rotate(-45deg);
}

/*
Homepage
*/

.home_banner {
    height: 100vh;
    min-height: 950px;
    background-image: url(/assets/img/hp_banner_light.jpg);
    background-repeat:  no-repeat;
    background-position: 75%;

    display: flex;
    align-items: center;
    background-size: cover;
}

.banner_headline {
    margin-top: 100px;
    font-size: 150px;
    font-weight: 600;
    color: var(--lightblue);
    color: var(--blue);
    line-height: 1.2;
    margin-bottom: 50px;
}

.banner_text {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    max-width: 715px;
}

.section_2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sec_2_row {
    display: flex;
    align-items: center;
    margin-bottom: -50px;
}

.sec_2_row:last-of-type {
    margin-bottom: 100px;
}

.sec_2_img_col {
    width: calc(50% + 50px);
}

.sec_2_txt_box {
    width: calc(50% - 50px);
    padding: 5%;
}

.sec_2_txt_lg {
    font-size: 62px;
    color: var(--blue);
    font-weight: 500;
    line-height: 1.1;
}

.sec_2_txt_sm {
    font-size: 26px;
    color: var(--teal);
    font-weight: 500;
}

.arrow_text_section {
    display: flex;
    align-items: center;
}

.arrow_text {
    font-size: 32px;
    color: var(--teal);
    font-weight: 500;
}

.arrow_icon {
    width: 16px;
    margin: auto;
}

.section_3 {
    background-color: var(--teal);
    padding-top: 120px;
    padding-bottom: 120px;
}

.sec_3_ttl {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.1;
}

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

.sec_3_box {
    margin-bottom: 50px;
}

.sec_3_txt_box {
    padding: 50px;
    border-radius: 50px;
    width: calc(60% - 50px);
    height: 100%;
}

.s3tb_white {
    background-color: #fff;
}

.s3tb_blue {
    background-color: var(--blue);
}

.sec_3_img_col {
    width: 40%;
}

.s3i_inner {
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    padding-top: 80%;
    position: relative;
}

.s3tb_inner {
    padding-top: 50%;
    position: relative;
}

.s3tb_inner_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.sec_3_img_col img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_3_txt_lg {
    font-size: 40px;
    line-height: 1.1;
    color: var(--teal);
}

.sec_3_txt_sm {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
}

.s3tb_blue .sec_3_txt_sm {
    color: #fff;
}

.section_4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec_4_ttl {
    color: var(--blue);
    font-size: 60px;
    font-weight: 500;
    text-align: center;
}

.testim_outer_box {
    position: relative;
}

.testim_arrow {
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(219, 204, 247, 0.75);
    border-radius: 50px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 1;
}

.arr_left {
    left: -10px;
}

.arr_right {
    right: -10px;
}

.testim_arrow img {
    width: 100%;
}

.testim_box {
    padding: 20px;
}

.testim_box_inner {
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0px 3px 15px 0px rgba(219, 204, 247, 0.75);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.testim_text {
    font-weight: 300;
    margin-bottom: 0;
}

.testim_name {
    font-size: 21px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0px;
}

.testim_ttl {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

.testim_line {
    width: 80%;
    background-color: #000;
    height: 2px;
    margin: 20px auto;
}

.section_5 {
    background-image: url(/assets/img/sec_5_bg.jpg);
    padding-top: 150px;
    padding-bottom: 150px;
/*    background-attachment: fixed;*/
    background-position: bottom;
    background-repeat: no-repeat;
}

.section_5 .boxed_width {
    max-width: 1200px;
}

.sec_5_ttl {
    font-size: 85px;
    color: #fff;
    line-height: 1.1;
    text-align: center;
}

.section_6 {
    padding: 100px 0;
}

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

.sec_6_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec_6_box img {
    max-width: 100%;
    margin-bottom: 10px;
}

.sec_6_text {
    font-size: 26px;
    font-weight: 500;
    color: var(--teal);
    text-align: center;
}

.section_7 {
    background-image: url(/assets/img/sec_7_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.sec_7_ttl {
    text-align: center;
    font-size: 57px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.s7box {
    padding: 15px;
    width: 25%;
}

.s7box_inner {
    border-radius: 50px;
    padding: 30px;
    padding-top: 70px;
}

.s7b_dark .s7box_inner {
    background-color: var(--blue);
}

.s7b_light .s7box_inner {
    background-color: var(--lightblue);
}

.s7b_ttl {
    font-size: 33px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
}

.sec_7_boxes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: -130px;
}

.s7b_txt {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
}

.s7b_dark .s7b_ttl {
    color: var(--lightblue);
}

.s7b_dark .s7b_txt {
    color: #fff;
}

.s7b_light .s7b_ttl,
.s7b_light .s7b_txt {
    color: var(--blue);
}

.section_8 {
    background-image: url(/assets/img/sec_8_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain, 100%;
    padding-top: 230px;
    padding-bottom: 100px;
}

.section_8 .boxed_width {
    display: flex;
    margin-bottom: 100px;
}

.sec_8_left {
    width: 45%;
    padding-right: 5%;
}

.sec_8_left img {
    width: 100%;
}

.sec_8_right {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.s8r_line {
    width: 100%;
    max-width: 200px;
    height: 2px;
    background-color: var(--lightblue);
    margin: 30px auto 30px 0;
}

.sec_8_ttl {
    color: var(--lightblue);
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 0;
}

.s8_header {
    font-size: 35px;
    font-weight: 600;
    color: var(--teal);
    margin-bottom: 10px;
}

.s8_txt {
    font-size: 25px;
    font-weight: 500;
    color: var(--blue);
}

.sec_8_bottom_ttl {
    width: 100%;
    text-align: center;
    color: var(--blue);
    font-size: 62px;
    font-weight: 500;
    margin-bottom: 0;
}

.section_9 {
    background-image: url(/assets/img/sec_9_bg.jpg);
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 30px;
    padding-left: 30px;
/*    background-attachment: fixed;*/
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s9_line {
    max-width: 20%;
}

.sec_9_ttl {
    color: #fff;
    font-size: 57px;
    font-weight: 500;
    text-align: center;
    margin-left: -75px;
    margin-right: -75px;
    width: 850px;
}

.section_10 {
    padding: 120px 0;
    position: relative;
}

.section_10 .boxed_width {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.sec_10_ttl {
    font-size: 60px;
    font-weight: 500;
    color: var(--teal);
}

.sec_10_cta {
    background-color: var(--teal);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 530px;
    height: 115px;
    border-radius: 50px;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
}

.s10_cta_arr {
    width: 45px;
}

.s10_hand_img {
    position: absolute;
    right: 0;
    pointer-events: none;
}

/*
Contact page
*/

.page_banner {
    background-repeat:  no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    background-size: cover;
    padding-top: 200px;
}

.contact_page_banner {
    height: 700px;
    background-image: url(/assets/img/contact_page_banner.jpg);
}

.page_banner_ttl {
    color: #fff;
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
}

.contact_page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact_page_ttl {
    text-align: center;
    color: var(--teal);
    font-size: 62px;
    font-weight: 500;
    line-height: 1;
}

.contact_page_subttl {
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    max-width: 660px;
    margin: 0 auto 50px;
}

.contact_form_box {
    background-color: #ecf3f4;
    border-radius: 50px;
    padding: 75px;
    margin-bottom: 50px;
}

.cf_submit {
    font-size: 36px;
    color: #fff;
    background-color: var(--teal);
    border-radius: 21px;
    border: 2px solid var(--teal);
    text-transform: uppercase;
    padding: 10px 0;
    transition: .2s;
    font-weight: 500;
}

.cf_submit:hover {
    background-color: #fff;
    color: var(--teal);
}

.contact_page_bottom_text {
    font-size: 22px;
    font-weight: 300;
    color: var(--blue);
    text-align: center;
}

/*
Donate page
*/

.donate_page_banner {
    height: 600px;
    background-image: url(/assets/img/donate_page_banner.jpg);
}

.donate_page_banner .page_banner_ttl {
    font-size: 85px;
}

.donation_types {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.donation_type_btn {
    background-color: var(--teal);
    border: 2px solid var(--teal);
    color: #fff;
    /*height: 80px;*/
    padding: 5px 10px;
    max-width: 380px;
    width: 30%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    font-weight: 500;
    margin: 10px;
    transition: .2s;
}

.donation_type_btn:hover {
    color: var(--teal);
    background-color: #fff;
}

.donation_level_ttl {
    font-size: 23px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    margin: 50px 0;
}

.form_levels_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.donation_level {
    width: calc(25% - 20px);
    margin: 10px;
    background-color: var(--lighterblue);
    border: 2px solid var(--lighterblue);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 12px;
}

.dl_amount {
    font-size: 46px;
    color: var(--teal);
    margin-bottom: 0;
}

.dl_name {
    font-size: 13px;
    color: var(--blue);
    margin-bottom: 0;
}

.selected_donation_level {
    background-color: var(--blue);
    border: 2px solid var(--blue);
}

.selected_donation_level .dl_amount,
.selected_donation_level .dl_name {
    color: var(--lightblue);
}

.to_donate_btn {
    width: 100%;
    /*height: 85px;*/
    padding: 15px;
    color: #fff;
    background-color: var(--blue);
    border: 2px solid var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 50px;
    border-radius: 20px;
}

.enlist_amount_radio:checked + .enlist_amount p,
.payment_method_selected p,
.payment_method_selector .payment_method_input:checked + .pms_content {
    color: #fff;
}

.payment_method_selector .payment_method_input:checked + .pms_content {
    background-color: var(--blue);
}

/*
Services page
*/

.services_page_banner {
    height: 900px;
    background-image: url(/assets/img/services_page_banner.jpg);
}

.services_page_banner_ttl {
    display: flex;
    flex-direction: column;
}

.services_page_banner_ttl span {
    margin-left: 2.5em;
}

.services_page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.services_page_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

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

.line_page_ttl {
    position: relative;
    text-align: center;
    font-size: 62px;
    font-weight: 500;
    color: var(--blue);
    margin-bottom: 100px;
}

.line_page_ttl:after {
    content: '';
    position: absolute;
    height: 20px;
    width: calc(100% + 40px);
    bottom: 12px;
    left: -20px;
    background: rgb(92 193 198 / 21%);
    z-index: -1;
}

.services_page_txt {
    font-size: 23px;
    color: var(--blue);
    text-align: center;
}

.sbox {
    width: 100%;
    position: relative;
    padding: 70px 70px 70px 168px;
    border-radius: 25px;
    margin-bottom: 75px;
}

.sbox_light {
    background-color: var(--lighterblue);
}

.sbox_dark {
    background-color: var(--lightblue);
}

.sbox_icon {
    width: 196px;
    position: absolute;
    top: calc(50% - 98px);
    left: -98px;
}

.sbox_ttl {
    font-size: 50px;
}

.sbox_light .sbox_ttl {
    color: var(--teal);
}

.sbox_dark .sbox_ttl,
.sbox_txt {
    color: var(--blue);
}

.sbox_txt {
    font-size: 20px;
}

/*
Story page
*/

.story_page_banner {
    background-image: url(/assets/img/story_page_banner.jpg);
    height: 900px;
}

.stories_page_top {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hist_line {
    display: flex;
    margin-bottom: 100px;
}

.hist_line:first-of-type {
    /*margin-top: 100px;*/
}

.hl_text {
    width: 60%;
}

.hl_1 .hl_text {
    padding-right: 100px;
}

.hl_2 .hl_text {
    padding-left: 100px;
}

.hlt_ttl {
    font-size: 62px;
    color: var(--teal);
    font-weight: 600;
}

.hlt_txt {
    font-size: 23px;
    font-weight: 500;
    color: var(--blue);
}

.hl_image {
    width: 40%
}

.sp_mission {
    padding: 100px 30px;
    background-image: url(/assets/img/story_bg_1.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sp_mission p {
    color: var(--blue);
    text-align: center;
    font-weight: 500;
}

.spm_ttl {
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.spm_txt {
    font-size: 23px;
    max-width: 1000px;
}

.testim_section {
    padding-top: 75px;
    padding-bottom: 75px;
}

.aday_banner {
    background-image: url(/assets/img/story_bg_2.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.aday_clock {
    position: absolute;
    left: -100px;
    top: 0;
}

.aday_ttl {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: 100px;
    color: #f6f6f6;
    font-size: 48px;
    font-weight: 600;
}

.timeline_section {
    margin-bottom: 100px;
    margin-top: -15%;
}

.tl_center {

}

.story_bottom {
    background-image: url(/assets/img/story_bg_3.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    margin-top: 50px;
}

.story_bottom .boxed_width {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.story_bottom_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    width: 30%;
}

.sbb_icon {
    max-width: 75px;
    height: 75px;
}

.sbb_ttl {
    font-size: 55px;
    font-weight: 600;
}

.sbb_txt {
    font-size: 25px;
    font-weight: 500;
}



/*
Footer
*/

footer {
    display: flex;
    background-color: rgba(49, 130, 139, .20);
    flex-wrap: wrap;
}

.footer_left {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 70%;
    background-color: rgba(49, 130, 139, .20);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer_col {
    padding: 0 50px;
    border-right: 2px solid var(--blue);
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_text {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

.footer_nav {
    display: flex;
    flex-direction: column;
    /*border: unset;*/
}

.footer_nav a {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

.footer_nav a:first-child {
    font-weight: 600;
}

.footer_nav a:last-child {
    margin-bottom: 0;
}

.footer_dg {
    border: unset;
}

.footer_right {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 30%;
    padding-left: 50px;
}

.footer_right_ttl {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--teal);
    font-weight: 700;
}

.footer_right_cta {
    width: 330px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: var(--teal);
    border-radius: 50px;
}

.footer_right_cta img {
    width: 25px;
}

.footer_bottom {
    width: 100%;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.footer_bottom_txt {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

.sr_hide {
    visibility: hidden;
}




@media screen and (max-width: 1440px) {
    .banner_headline {
        font-size: 90px;
    }
    .arrow_text {
        font-size: 20px;
    }
    .sec_3_ttl {
        font-size: 50px;
    }
    .sec_3_txt_lg {
        font-size: 30px;
    }
    .sec_3_txt_sm {
        font-size: 18px;
    }
    .testim_box_inner {
        padding: 30px;
    }
    .testim_name {
        font-size: 18px;
    }
    .sec_5_ttl,
    .sec_8_ttl,
    .sec_10_ttl {
        font-size: 40px;
    }
    .sec_7_ttl,
    .sec_8_bottom_ttl {
        font-size: 36px;
    }
    .s7box {
        padding: 10px;
    }
    .s7box_inner {
        padding: 25px 15px;
    }
    .s7b_ttl {
        font-size: 25px;
    }
    .s7b_txt {
        font-size: 16px;
    }
    .sec_10_cta {
        font-size: 32px;
        width: 380px;
        height: 85px;
    }
    .s10_hand_img {
/*        display: none;*/
        max-width: 300px;
        bottom: 0;
    }
    .services_page_banner {
        height: 600px;
    }
    .services_page .boxed_width {
        max-width: 1070px;
    }
    .line_page_ttl {
        margin-bottom: 50px;
    }
}



@media screen and (max-width: 1200px) {
    .logo_img {
        width: 100px;
    }
    .nav_item a {
        font-size: 18px;
        padding: 10px;
    }
    .sec_2_txt_lg {
        font-size: 32px;
    }

    .sec_2_txt_sm {
        font-size: 20px;
    }
    .footer_left,
    .footer_right {
        padding-left: 30px;
    }
    .footer_right_ttl,
    .footer_right_cta {
        font-size: 20px;
    }
    .footer_right_cta {
        width: 230px;
        height: 50px;
    }
    .sec_9_ttl {
        font-size: 40px;
    }
    .sec_7_boxes {
        flex-wrap: wrap;
/*        margin-bottom: 0;*/
    }
    .s7box {
        width: 50%;
    }
    .s7box.s7b_dark:nth-of-type(3) {
        order: 1;
    }
    .sec_6_box img {
        max-width: 90px;
    }
    .sec_6_text {
        font-size: 20px;
    }
    .sec_3_img_col {
        width: 35%;
    }
    .sec_3_txt_box {
        padding: 25px;
        width: calc(65% - 30px);
    }
    .sec_3_box {
        margin-bottom: 30px;
    }
    .sec_3_txt_lg {
        font-size: 22px;
    }
    .sec_3_txt_sm {
        font-size: 16px;
    }
    .s3tb_inner {
        padding-top: 40%;
    }
    .page_banner {
        padding-top: 172px;
    }
    .contact_page_banner {
        height: 550px;
    }
    .page_banner_ttl,
    .donate_page_banner .page_banner_ttl {
        font-size: 60px;
    }
    .contact_page_ttl {
        font-size: 36px;
    }
    .contact_page_subttl {
        font-size: 18px;
    }
    .donation_type_btn {
        font-size: 34px;
    }
    .donation_level_ttl {
        margin: 20px 0;
    }
    .dl_amount {
        font-size: 26px;
    }
    .to_donate_btn {
        font-size: 22px;
    }
    .line_page_ttl {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .line_page_ttl:after {
        height: 15px;
    }
    .services_page_txt {
        font-size: 20px;
    }
    .sbox {
        padding: 30px;
        margin-bottom: 45px;
        display: flex;
        align-items: flex-start;
    }
    .sbox_icon {
        width: 100px;
        position: relative;
        top: unset;
        left: unset;
    }
    .sbox_inner {
        padding-left: 30px;
    }
    .sbox_ttl {
        font-size: 30px;
    }
    .sbox_txt {
        font-size: 18px;
    }
    .story_page_banner,
    .donate_page_banner {
        height: 600px;
    }
    .spm_ttl,
    .hlt_ttl {
        font-size: 44px;
    }
    .sbb_ttl {
        font-size: 35px;
    }
    .hlt_txt,
    .spm_txt,
    .sbb_txt {
        font-size: 20px;
    }
}

@media screen and (max-width: 959px) {
    .nat_donate_btn {
        margin-left: auto;
        margin-right: 20px;
    }
    .nav_wrapper {
/*        display: none;*/
        right: -100vw;
        opacity: 0;
        position: absolute;
        width: 100vw;
        height: calc(100vh - 100px);
        top: 100px;
        background: var(--blue);
        flex-direction: column;
        justify-content: center;
    }
    .nav_icon {
        display: flex;
    }
    .logo_box {
        padding: 15px;
    }
    .nat_donate_btn a {
        font-size: 20px;
        width: 115px;
        height: 43px;
    }
    .home_banner {
        min-height: 600px;
    }
    .banner_headline {
        margin-top: 0;
        font-size: 40px;
    }
    .banner_text {
        font-size: 18px;
        padding-right: 50px;
    }
    .section_2,
    .section_3,
    .section_6,
    .section_10 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec_2_row {
        margin-bottom: -20px;
    }
    .sec_2_img_col {
        width: calc(50% + 20px);
    }
    .sec_2_txt_box {
        width: calc(50% - 20px);
        padding: 3%;
    }
    .sec_2_txt_lg {
        font-size: 20px;
    }
    .sec_2_txt_sm {
        font-size: 16px;
    }
    .arrow_text_section {
        flex-wrap: wrap;
    }
    .arrow_icon {
        margin: 0 10px;
    }
    .sec_3_ttl {
        font-size: 30px;
    }
    .sec_3_row {
        flex-direction: column;
    }
    .sec_3_box {
        width: 100%;
    }
    .sec_3_img_col {
        width: 65%;
    }
    .s3tb_inner {
        padding-top: unset;
    }
    .s3tb_inner_2 {
        position: relative;
    }
    .s3i_inner {
/*        padding-top: 30%;*/
    }
    .sec_3_row:nth-of-type(1), .sec_3_row:nth-of-type(3) {
        flex-direction: column-reverse;
    }
    .sec_4_ttl {
        font-size: 24px;
    }
    .section_5 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_5_ttl {
        font-size: 30px;
    }
    .sec_6_box {
        padding: 0 20px;
    }
    .sec_6_box img {
        max-width: 60px;
    }
    .sec_6_text {
        font-size: 16px;
    }
    .section_7 {
        padding-top: 40px;
    }
    .sec_7_ttl, .sec_8_bottom_ttl {
        font-size: 26px;
    }
    .s7b_ttl {
        font-size: 20px;
    }
    .section_8 {
        padding-top: 180px;
        padding-bottom: 50px;
    }
    .section_8 .boxed_width {
        margin-bottom: 40px;
    }
    .section_9 {
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_9_ttl {
        font-size: 30px;
        width: unset;
        margin: unset;
    }
    .sec_5_ttl, .sec_8_ttl, .sec_10_ttl {
        font-size: 22px;
    }
    .sec_10_cta {
        font-size: 22px;
        width: 280px;
        height: 60px;
    }
    .s10_hand_img {
        max-width: 175px;
        bottom: 0;
    }
    .footer_left, .footer_right {
        width: 100%;
        padding: 20px;
    }
    .footer_col {
        padding: 0 25px;
    }
    .footer_right {
        align-items: center;
        flex-direction: column;
        display: flex;
    }
    .footer_bottom {
        padding: 15px 30px;
    }
    .page_banner {
        padding-top: 132px;
    }
    .contact_page_banner {
        height: 450px;
    }
    .page_banner_ttl,
    .donate_page_banner .page_banner_ttl {
        font-size: 40px;
    }
    .contact_page,
    .services_page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_form_box {
        border-radius: 20px;
        padding: 25px;
    }
    .cf_submit {
        font-size: 20px;
        border-radius: 10px;
        padding: 5px 0;
    }
    .contact_page_bottom_text {
        font-size: 16px;
    }
    .services_page_banner {
        height: 500px;
    }
    .story_page_banner,
    .donate_page_banner {
        height: 400px;
    }
    .spm_ttl, .hlt_ttl {
        font-size: 34px;
    }
    .hlt_txt, .spm_txt, .sbb_txt {
        font-size: 18px;
    }
    .stories_page_top,
    .sp_mission,
    .story_bottom {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sbb_icon {
        height: 60px;
    }
    .sbb_ttl {
        font-size: 26px;
    }
    .donation_type_btn {
        font-size: 24px;
    }
}


@media screen and (max-width: 600px) {
    .scrolled_header .logo_box {
        margin-bottom: 0;
    }
    .logo_box {
        padding: 10px 0 10px 0;
        background: transparent;
    }
    .logo_img {
        width: 60px;
    }
    .nat_donate_btn a {
        font-size: 18px;
        color: #fff;
        background: transparent;
        width: unset;
        height: unset;
        padding: 0;
    }
    .banner_headline {
        font-size: 30px;
    }
    .banner_text {
        font-size: 16px;
        padding-right: 0px;
    }
    .sec_2_row {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .sec_2_row:nth-of-type(2) {
        flex-direction: column-reverse;
    }
    .sec_2_txt_box {
        width: 100%;
        text-align: center;
    }
    .sec_2_row:last-of-type {
        margin-bottom: 30px;
    }
    .arrow_text_section {
        flex-wrap: wrap;
        justify-content: center;
    }
    .arrow_text {
        font-size: 18px;
    }
    .sec_3_ttl {
        font-size: 20px;
    }
    .sec_3_img_col {
        width: 100%;
    }
    .sec_3_txt_lg {
        font-size: 18px;
    }
    .sec_3_txt_sm {
        font-size: 14px;
    }
    .section_4 {
        padding-bottom: 0;
    }

    .section_6 .boxed_width {
        flex-direction: column;
    }
    .sec_6_box {
        margin-bottom: 30px;
    }
    .sec_6_box:last-child {
        margin-bottom: 0;
    }
    .s7box {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .s7box.s7b_dark:nth-of-type(3) {
        order: unset;
    }
    .sec_7_ttl, .sec_8_bottom_ttl {
        font-size: 18px;
    }
    .section_8 {
        padding-top: 150px;
    }
    .section_8 .boxed_width {
        flex-direction: column;
    }
    .sec_8_left {
        width: 100px;
        padding-right: 0;
        margin: auto;
    }
    .sec_8_right {
        width: 100%;
    }
    .s8_header {
        font-size: 20px;
    }
    .s8_txt {
        font-size: 16px;
        font-weight: 400;
    }
    .section_9 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sec_9_ttl {
        font-size: 20px;
    }
    .section_10 {
        padding-bottom: 70px;
    }
    .section_10 .boxed_width {
        flex-direction: column;
    }
    .footer_left {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_col {
        border-right: unset;
        width: 100%;
        height: unset;
        padding-bottom: 30px;
    }
    img.footer_logo {
        max-width: 100px;
        margin: auto;
    }
    .footer_right {
        padding: 40px 30px;
    }
    .page_banner {
        padding-top: 82px;
    }
    .contact_page_banner {
        height: 250px;
    }
    .page_banner_ttl,
    .donate_page_banner .page_banner_ttl {
        font-size: 30px;
    }
    .contact_page_ttl {
        font-size: 24px;
    }
    .contact_page_subttl {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .contact_form_box {
        padding: 15px;
        margin-bottom: 25px;
    }
    .services_page_banner {
        height: 250px;
    }
    .sbox {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin-bottom: 65px;
    }
    .sbox_icon {
        margin-top: -70px;
    }
    .sbox_inner {
        padding-left: 0;
        padding-top: 20px;
    }
    .services_page_txt,
    .sbox_txt {
        font-size: 16px;
        text-align: center;
    }
    .sbox_ttl {
        font-size: 24px;
        text-align: center;
    }
    .story_page_banner,
    .donate_page_banner {
        height: 300px;
    }
    .hl_image {
        width: 100%;
        max-width: 200px;
    }
    .hl_1 {
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 20px;
    }
    .hl_2 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .hl_text {
        width: 100%;
        text-align: center;
    }
    .hl_1 .hl_text,
    .hl_2 .hl_text {
        padding-right: 0;
        padding-left: 0;
        margin-top: 20px;
    }
    .spm_ttl, .hlt_ttl {
        font-size: 26px;
    }
    .hlt_txt, .spm_txt, .sbb_txt {
        font-size: 16px;
    }
    .sp_mission p {
        margin-bottom: 20px;
    }
    .story_bottom .boxed_width {
        flex-direction: column;
        align-items: center;
    }
    .story_bottom_box {
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
    }
    .story_bottom_box:last-child {
        margin-bottom: 0;
    }
    .donation_type_btn {
        font-size: 20px;
        width: unset;
    }
    .dl_amount {
        font-size: 20px;
    }
    .donation_level {
        width: calc(50% - 10px);
        margin: 5px;
        padding: 7px;
        height: 110px;
    }
    .dl_name {
        margin-bottom: auto;
    }
}

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







