 @charset "UTF-8";


/* header
------------------------------------------------- */
#contents .header {
    width: 500px;
    height: 128px;
    background-color: #D3976D;
    position: absolute;
    left: calc(50% - 250px);
    top: 0;
}
#contents .header .logo {
    width: 130px;
    padding: 25px 0 0 23px;
}
@media screen and (max-width:999px){
#contents {
    padding-top: 128px;
} 
#contents .header {
    width: 500px;
    position: fixed;
    top: 0;
    z-index: 87;
}
}
@media screen and (max-width:499px){
#contents .header {
    width: 100%;
    left: 0;
}
}


/* navtoggle
------------------------------------------------- */
@media screen and (max-width:999px){
#navtoggle div::after {
    color: #fff;
}
#navtoggle span {
    background-color: #fff;
}
.nav-active #navtoggle div::after {
    color: #D3976D;
}
.nav-active #navtoggle span {
    background-color: #D3976D;
}
.no-scroll #navtoggle {
    display: none;
}
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    width: 100%;
    background-color: #D3976D;
}
.mainvisual .swiper-button-next,
.mainvisual .swiper-button-prev {
    width: 33px;
    height: 66px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.147%22%20height%3D%2267.465%22%20viewBox%3D%220%200%2035.147%2067.465%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1218%22%20data-name%3D%22%E3%83%91%E3%82%B9%201218%22%20d%3D%22M220.307-22268.621l33.025-33.023-33.025-33.027%22%20transform%3D%22translate(-219.6%2022335.379)%22%20fill%3D%22none%22%20stroke%3D%22%234b4b4b%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: cover;
    margin-top: -33px;
}
.mainvisual .swiper-button-prev {
    transform: scale(-1, 1);
}
.mainvisual .swiper-button-next::after,
.mainvisual .swiper-button-prev::after {
    display: none;
}


/* statement
------------------------------------------------- */
.statement {
    padding: 30px 0 60px;
}
.statement h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: normal;
    padding-bottom: 45px;
}
.statement p {
    font-weight: 600;
    line-height: 2.25;
    padding-bottom: 35px;
}


/* news
------------------------------------------------- */
.news {
    background-color: rgba(211,151,109,0.1);
    padding: 35px 0 55px;
    margin-bottom: 62px;
}
.news .headline1 {
    font-size: 25px;
    color: #D3976D;
    margin-bottom: 42px;
}
.news ul {
    border-top: 1px solid #D3976D;
}
.news ul li {
    border-bottom: 1px solid #D3976D;
    padding: 12px 0;
}
.news ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2010%2011%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M5.5%2C0%2C11%2C10H0Z%22%20transform%3D%22translate(10)%20rotate(90)%22%20fill%3D%22%23d3976d%22%2F%3E%3C%2Fsvg%3E') 96% center no-repeat;
    padding: 5px 45px 5px 12px;
    box-sizing: border-box;
}
.news ul li a.nolink {
    pointer-events: none;
    background: none;
}
.news ul li a dl {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news ul li a dl dt {
    width: 21.5%;
    font-size: 11px;
    color: #A2A2A2;
}
.news ul li a dl dd {
    width: 75%;
    font-weight: 600;
    color: #D3976D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news p {
    font-size: 12px;
    text-align: right;
    padding-top: 15px;
}
.news p a {
    color: #696868;
    text-decoration: underline;
}
@media screen and (max-width:499px){
.news ul li a {
    padding-left: 0;
}
.news ul li a dl dt {
    width: 27.5%;
}
.news ul li a dl dd {
    width: 70%;
}
}
@media (hover: hover) {
.news ul li a:hover {
    background-position: 105% center;
	background-color: #fff;
    border-radius: 10px;
}
.news ul li a.nolink:hover {
    background-color: rgba(211,151,109,0);
}
.news p a:hover {
    text-decoration: none;
}
}


/* about
------------------------------------------------- */
.about {
    padding: 58px 0 40px;
    position: relative;
    z-index: 2;
}
.about::after {
    content: '';
    width: 96%;
    height: 100%;
    background-color: #D3976D;
    border-radius: 20px 0 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.about .inner {
    z-index: 2;
}
.about .headline1 {
    white-space: nowrap;
}
.about .headline1 span {
    color: #fff;
}
.about .headline1 span::after {
    background-color: #fff;
}
.about ul li {
    width: 397px;
    max-width: 100%;
    height: 87px;
    margin: 0 0 15px 20px;
}
.about ul li a {
    width: 100%;
    height: 87px;
    background-color: #fff;
    border: 1.5px solid #EBBC9A;
    border-radius: 20px;
    box-shadow: 4px 4px 0 #D3D3D3;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #D3976D;
    letter-spacing: normal;
    padding-left: 27px;
    box-sizing: border-box;
    position: relative;
    transition: 0.2s;
}
.about ul li a span {
    width: 63px;
    height: 63px;
    border: 1px solid #EBBC9A;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    text-align: center;
    padding-top: 16px;
    box-sizing: border-box;
    position: absolute;
    right: 16px;
    top: 11px;
    transition: 0.2s;
}
.about ul li a span i {
    width: 18px;
    height: 16px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.297%22%20height%3D%2216.557%22%20viewBox%3D%220%200%2018.297%2016.557%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_160%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20160%22%20transform%3D%22translate(1%201.414)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_648%22%20data-name%3D%22%E3%83%91%E3%82%B9%20648%22%20d%3D%22M-112.617-20421.029l6.865%2C6.861-6.865%2C6.867%22%20transform%3D%22translate(122.049%2020421.029)%22%20fill%3D%22none%22%20stroke%3D%22%23ebbc9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_51%22%20data-name%3D%22%E7%B7%9A%2051%22%20x1%3D%2216%22%20transform%3D%22translate(0%207)%22%20fill%3D%22none%22%20stroke%3D%22%23ebbc9a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -9px;
    transition: 0.2s;
}
@media (hover: hover) {
.about ul li a:hover {
    transform: translateY(4px);
    box-shadow: none;
}
.about ul li a:hover span {
    background-color: #EBBC9A;
    color: #fff;
}
.about ul li a:hover span i {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.297%22%20height%3D%2216.557%22%20viewBox%3D%220%200%2018.297%2016.557%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_160%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20160%22%20transform%3D%22translate(1%201.414)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_648%22%20data-name%3D%22%E3%83%91%E3%82%B9%20648%22%20d%3D%22M-112.617-20421.029l6.865%2C6.861-6.865%2C6.867%22%20transform%3D%22translate(122.049%2020421.029)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_51%22%20data-name%3D%22%E7%B7%9A%2051%22%20x1%3D%2216%22%20transform%3D%22translate(0%207)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    margin-left: -6px;
}
}


/* support
------------------------------------------------- */
.support {
    padding: 140px 0 125px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.support::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(211,151,109,0.1);
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.support .inner {
    padding-top: 37px;
    z-index: 2;
}
.support .slider {
    width: 91.4%;
    margin: 0 auto;
    padding: 10px 0 80px;
    position: relative;
    z-index: 2;
}
.support .slider .swiper-slide .photo {
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 18px;
}
.support .slider .swiper-slide h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
}
.support .slider .swiper-slide h4 span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 8px;
}
.support .slider .swiper-slide .con {
    padding: 35px 35px 25px;
    position: relative;
}
.support .slider .swiper-slide .con::before,
.support .slider .swiper-slide .con::after {
    content: '“';
    font-size: 180px;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #EDC5AA;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 1;
}
.support .slider .swiper-slide .con::after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -20px;
    transform: scale(-1, -1);
}
.support .slider .swiper-slide .con h5 {
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
.support .slider .swiper-slide .con p {
    line-height: 2.0625;
    letter-spacing: -0.05em;
    position: relative;
    z-index: 2;
}
.support .slider .swiper-button-next,
.support .slider .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #D3976D;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    margin-left: 48px;
    z-index: 12;
    transition: 0.3s;
}
.support .slider .swiper-button-prev {
    left: auto;
    right: 50%;
    top: auto;
    bottom: 0;
    margin: 0 48px 0 0;
}
.support .slider .swiper-button-next::after,
.support .slider .swiper-button-prev::after {
    width: 18px;
    height: 16px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.297%22%20height%3D%2216.557%22%20viewBox%3D%220%200%2018.297%2016.557%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_160%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20160%22%20transform%3D%22translate(1%201.414)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_648%22%20data-name%3D%22%E3%83%91%E3%82%B9%20648%22%20d%3D%22M-112.617-20421.029l6.865%2C6.861-6.865%2C6.867%22%20transform%3D%22translate(122.049%2020421.029)%22%20fill%3D%22none%22%20stroke%3D%22%23d3976d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_51%22%20data-name%3D%22%E7%B7%9A%2051%22%20x1%3D%2216%22%20transform%3D%22translate(0%207)%22%20fill%3D%22none%22%20stroke%3D%22%23d3976d%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -9px;
    text-indent: -9999px;
    transition: 0.2s;
}
.support .slider .swiper-button-prev::after {
    transform: scale(-1, 1);
}
.support .slider .swiper-pagination {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #D3976D;
}
.support .slider .swiper-pagination .swiper-pagination-current {
    font-size: 25px;
    font-weight: 500;
}
@media (hover: hover) {
.support .slider .swiper-button-next:hover,
.support .slider .swiper-button-prev:hover {
    background-color: #D3976D;
}
.support .slider .swiper-button-next:hover::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.297%22%20height%3D%2216.557%22%20viewBox%3D%220%200%2018.297%2016.557%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_160%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20160%22%20transform%3D%22translate(1%201.414)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_648%22%20data-name%3D%22%E3%83%91%E3%82%B9%20648%22%20d%3D%22M-112.617-20421.029l6.865%2C6.861-6.865%2C6.867%22%20transform%3D%22translate(122.049%2020421.029)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_51%22%20data-name%3D%22%E7%B7%9A%2051%22%20x1%3D%2216%22%20transform%3D%22translate(0%207)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    margin-left: -4px;
}
.support .slider .swiper-button-prev:hover::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.297%22%20height%3D%2216.557%22%20viewBox%3D%220%200%2018.297%2016.557%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_160%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20160%22%20transform%3D%22translate(1%201.414)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_648%22%20data-name%3D%22%E3%83%91%E3%82%B9%20648%22%20d%3D%22M-112.617-20421.029l6.865%2C6.861-6.865%2C6.867%22%20transform%3D%22translate(122.049%2020421.029)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_51%22%20data-name%3D%22%E7%B7%9A%2051%22%20x1%3D%2216%22%20transform%3D%22translate(0%207)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    margin-left: -13px;
}
}


/* donation
------------------------------------------------- */
#donation.idPad {
    padding-top: 180px;
    margin-top: -180px;
}
.donation {
    padding: 70px 0 55px;
    margin: -82px 0 85px;
    position: relative;
    z-index: 2;
}
.donation::after {
    content: '';
    width: 96%;
    height: 100%;
    background-color: #D3976D;
    border-radius: 20px 0 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.donation .inner {
    z-index: 2;
}
.donation .headline1,
.donation .headline1 span {
    color: #fff;
}
.donation .headline1 span::after {
    background-color: #fff;
}
.donation h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: normal;
    color: #fff;
    padding-top: 10px; 
}
.donation .btn a {
    width: 173px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    margin: 5px 0 10px;
}
.donation h5 {
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    padding: 35px 0 12px;
}
.donation .btnst1 li {
    margin-bottom: 15px;
}
.donation .btnst1 li a span {
    font-size: 30px;
}
.donation .note {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}
.donation .box {
    width: 400px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #D3976D;
    border-radius: 16px;
    margin: 30px auto 0;
    box-sizing: border-box;
}
.donation .box h6 {
    width: 100%;
    height: 56px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    color: #D3976D;
    display: flex;
    align-items: center;
    padding-left: 18px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.donation .box h6::before {
    content: '';
    width: 16px;
    height: 18px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.557%22%20height%3D%2218.297%22%20viewBox%3D%220%200%2016.557%2018.297%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_160%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20160%22%20transform%3D%22translate(3439.642%20-832.5)%20rotate(90)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_648%22%20data-name%3D%22%E3%83%91%E3%82%B9%20648%22%20d%3D%22M-112.617-20421.029l6.865%2C6.861-6.865%2C6.867%22%20transform%3D%22translate(955.549%2023845.529)%22%20fill%3D%22none%22%20stroke%3D%22%23d3976d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_51%22%20data-name%3D%22%E7%B7%9A%2051%22%20x1%3D%2216%22%20transform%3D%22translate(833.5%203431.5)%22%20fill%3D%22none%22%20stroke%3D%22%23d3976d%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center bottom no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -9px;
    transition: 0.3s;
}
.donation .box h6.open::before {
    opacity: 0;
}
.donation .box h6::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.142%22%20height%3D%2214.142%22%20viewBox%3D%220%200%2014.142%2014.142%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_291%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20291%22%20transform%3D%22translate(-848.942%20-100.921)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_51%22%20data-name%3D%22%E7%B7%9A%2051%22%20x1%3D%2216%22%20transform%3D%22translate(850.356%20102.335)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%23d3976d%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_59%22%20data-name%3D%22%E7%B7%9A%2059%22%20x1%3D%2216%22%20transform%3D%22translate(861.67%20102.335)%20rotate(135)%22%20fill%3D%22none%22%20stroke%3D%22%23d3976d%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -7px;
    transition: 0.3s;
    opacity: 0;
}
.donation .box h6.open::after {
    opacity: 1;
}
.donation .box .con {
    padding: 12px 18px 15px;
    display: none;
}
.donation .box .con ul li {
    font-size: 14px;
    line-height: 1.785;
    letter-spacing: normal;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 8px;
}
.donation .box .con ul li::before{
    content: '●';
    color: #EBBC9A;
}
@media screen and (max-width:499px){
.donation .box h6 {
    height: 70px;
    line-height: 1.45;
}
}
@media (hover: hover) {
.donation .btn a:hover {
    background-color: #fff;
    color: #D3976D;
}
.donation .box h6:hover {
    text-decoration: underline;
}
.donation .box h6:hover::before {
    transform: rotate(-360deg);
}   
.donation .box h6:hover::after {
    transform: rotate(-180deg);
}   
}


/* donation-modal
------------------------------------------------- */
#donation-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(26,26,26,0.88);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}
#donation-modal .con {
    width: 500px;
    height: 100vh;
    margin: 0 auto;
    color: #fff;
    overflow-y: auto;
}
#donation-modal .con::-webkit-scrollbar {
    width: 8px;
    background: rgba(0,0,0,0);
}
#donation-modal .con::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 0;
    box-sizing: border-box;
}
#donation-modal .con h5 {
    font-weight: 600;
    text-align: center;
    padding: 80px 0 15px;
    margin-bottom: 15px;
}
#donation-modal .con p {
    font-size: 14px;
    line-height: 1.785;
    padding-bottom: 20px;
}
#donation-modal .con ol {
    padding-left: 2em;
}
#donation-modal .con ol li {
    font-size: 14px;
    line-height: 1.785;
    padding-bottom: 20px;
}
#donation-modal .con .btn {
    width: 130px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#donation-modal .con .btn a {
    width: 100%;
    height: 36px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #A2A2A2;
    padding-left: 54px;
    box-sizing: border-box;
    position: relative;
}
#donation-modal .con .btn a::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.488%22%20height%3D%2214.488%22%20viewBox%3D%220%200%2014.488%2014.488%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_124%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20124%22%20transform%3D%22translate(-654.955%20-688.471)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_508%22%20data-name%3D%22%E3%83%91%E3%82%B9%20508%22%20d%3D%22M655.662-13454.822l13.074%2C13.074%22%20transform%3D%22translate(0%2014144)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_509%22%20data-name%3D%22%E3%83%91%E3%82%B9%20509%22%20d%3D%22M668.736-13454.822l-13.074%2C13.074%22%20transform%3D%22translate(0%2014144)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -7px;
    transition: 0.4s;
}
@media screen and (max-width:499px){
#donation-modal .con {
    width: 100%;
    padding-bottom: 25vw;
    box-sizing: border-box;
} 
}
@media (hover: hover) {
#donation-modal .con .btn a:hover::before {
    transform: rotate(180deg);
}  
}


/* organization
------------------------------------------------- */
.organization {
    padding: 35px 0 30px;
}
.organization h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: #D3976D;
    padding: 5px 0 20px;
}
.organization .photo {
    width: 91.8%;
    border-radius: 20px 0 0 20px;
    margin-left: 8.2%;
    overflow: hidden;
}
.organization h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    padding: 20px 0;
}
.organization h5 span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 8px;
}
.organization .prof {
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: normal;
    margin-bottom: 25px;
}
.organization .prof span {
    display: none;
}
.organization .prof b {
    font-weight: 400;
}
.organization .prof b i {
    font-style: normal;
    text-decoration: underline;
    cursor: pointer;
}
.organization .txt {
    font-weight: 600;
    letter-spacing: normal;
    padding-bottom: 35px;
}

@media (hover: hover) {
.organization .prof b i:hover {
    text-decoration: none;
}  
}


/* basic
------------------------------------------------- */
.basic {
    background-color: #F5F5F5;
    border-radius: 20px 20px 0 0;
    padding: 73px 0 90px;
}
.basic .headline1 {
    letter-spacing: 0.05em;
}
.basic .headline1 span {
    letter-spacing: normal;
}
.basic .copy {
    line-height: 2.0625;
    letter-spacing: normal;
    padding-bottom: 25px;
}
.basic dl {
    display: flex;
    justify-content: space-between;
    line-height: 1.5625;
    letter-spacing: normal;
    margin-bottom: 5px;
}
.basic dl dt {
    width: 98px;
}
.basic dl dd {
    width: calc(100% - 98px);
}
.basic h5 {
    font-size: 20px;
    font-weight: 600;
    color: #D3976D;
    padding: 20px 0 2px;
}
.basic .txt {
    line-height: 1.5625;
    letter-spacing: normal;
}
.basic .btnst1 {
    margin-top: 50px;
}
.basic .btnst1 a {
    background: linear-gradient(0deg, #C6753D, #EBBC9A);
    box-shadow: 4px 4px 0 #F0D8C8;
    color: #fff;
}
@media (hover: hover) {
.basic .btnst1 a:hover {
    box-shadow: none;
}
}


/* anchor
------------------------------------------------- */
@media screen and (max-width:999px){
.idPad {
    margin-top: -128px;
    padding-top: 128px;
}
}