@charset "UTF-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 200%;
	color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

article {
    overflow: hidden;
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

p {
    margin: 0;
}

a {
    color: #F08437;
    transition: all 0.1s ease 0s;
} 

a:hover {
    text-decoration: none;
    opacity:0.6;
}

a img {
    transition: all 0.1s ease 0s;
} 
a img:hover {
    opacity:0.6;
}

.sp-no {
	display: inline;
}
.pc-no {
	display: none;
}


/*サブページヘッダー*/
.page-hdr {
    width: 95%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

/*サブページメイン画像*/
.main-img-area {
    width: 100%;
    max-width: 1800px;
    margin: 100px auto 15px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 140px 0;
}
.main-img-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: rgb(0 0 0 / 0.1);
}
.main-img-area:after {
  width: 100%;
  height: 100%;
}
.main-img-area img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.main-img-area h1.page-title {
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 220%;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 130%;
    background-color: #fff;
    border-radius: 25px;
    padding: 1.2% 40px 1.5%;
    z-index: 5;
}
.main-img-area p.main-img-copy {
    position: absolute;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 85%;
    color: #fff;
    text-shadow: 0px 0px 6px #000000;
    top: 0.3%;
    right: 0.8%;
    z-index: 5;
}


/*パンクズリスト*/
.pankuzu {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto 65px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 70%;
    font-weight: 400;
    line-height: 210%;
}


/*共通コンテンツエリア*/
main .sub-page-wrap {
    width: 90%;
    max-width: 1400px;
    min-height: 500px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
}

main .sub-page-wrap p {
    width: 95%;
    margin: 30px auto;
}


/*内部リンク*/
.sub-page-link {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 85px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.sub-page-link li {
    width: 24%;
    margin: 0 0 1.4% 1.3%;
}
.sub-page-link li:first-child {
    margin-left: 0;
}
.sub-page-link li a {
    position: relative;
    height: 85px;
    padding: 15px 65px 15px 18px;
    box-sizing: border-box;
    border: 2px solid #E2E2E2;
    border-radius: 10px;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sub-page-link li a:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(8px); /* 上にpx持ち上げる */
}
.sub-page-link li a:after {
    position: absolute;
    border-right: 2px solid #F08437;
    border-top: 2px solid #F08437;
    bottom: 0;
    content: "";
    width: 5px;
    height: 5px;
    margin: auto;
    right: 25px;
    top: -2px;
    transform: rotate(135deg);
    transition: right .5s; 
}
.sub-page-link li a:before {
    content: '';
    width: 21px;
    height: 21px;
    background-color: #F0F1F4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
}



/*共通見出し*/
.sub-page-wrap h2 {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 190%;
    line-height: 140%;
    margin-bottom: 60px;
    padding: 18px 30px;
    background-color: #FFC7A3;
    border-radius: 0 0 40px 0;
}

.sub-page-wrap h3 {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 190%;
    line-height: 140%;
    margin: 0 auto 60px;
    padding: 0 0 15px 0;
    border-bottom: 8px solid #FFC7A3;
}

.sub-page-wrap h4 {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 170%;
    line-height: 140%;
    margin: 0 auto 50px;
    padding: 2px 0 0 40px;
    position: relative;
}
.sub-page-wrap h4:before {
    content: "";
    display: block;
    width: 20px;
    height: 50px;
    background-color: #FFC7A3;
    border-radius: 0 0 12px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


.sub-page-wrap h5 {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 170%;
    line-height: 140%;
    margin: 0 auto 30px;
    padding: 0 1.5% 15px;
    border-bottom: 3px solid #FFC7A3;
}

.sub-page-wrap h6 {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 170%;
    line-height: 140%;
    margin: 0 auto 30px;
    padding: 0 0 0 43px;
    position: relative;
}
.sub-page-wrap h6:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-color: #FFC7A3;
    position: absolute;
    top: 0.3em;
    left: 0;
    z-index: 0;
}


/*共通table*/
.sub-page-wrap .table-design {
    width: 100%;
    border-collapse: collapse;
    vertical-align: top;
}
.sub-page-wrap .table-design th, .table-design td {
    vertical-align: top;
    border: 1px solid #E2E2E2;
    padding: 15px 25px;
}
.sub-page-wrap .table-design th {
    background-color: #F0F1F4;
    color: #F08437;
    font-weight: 600;
    text-align: left;
    width: 22%;
    min-width: 200px;
}


/*共通リスト形式*/
.sub-page-wrap ul.wp-block-list {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 0 20px;
    list-style: none;
}
.sub-page-wrap ul.wp-block-list li {
    position: relative;
    margin-bottom: 15px;
}
.sub-page-wrap ul.wp-block-list li::after {
    display: block;
    content: '';
    position: absolute;
    top: 0.85em;
    left: -0.8em;
    width: 6px;
    height: 6px;
    background-color: #F08437;
    border-radius: 100%;
}


/*番号リスト文字*/
.sub-page-wrap ol.wp-block-list {
    width: 95%;
    line-height: 200%;
    margin: 0 auto;
    padding: 0 0 0 15px;
    list-style: none;
    counter-reset: num;
}
.sub-page-wrap ol.wp-block-list li {
    margin-bottom: 15px;
    padding-left: 0.6em;
    text-indent: -0.6em;
}
.sub-page-wrap ol.wp-block-list li:before {
    content: counter(num) ". ";
    counter-increment: num;
    display: inline-block;
    width: 0.6em;
    font-weight: 700;
    color: #F08437;
}


/*共通メインボタン*/
.linkbtn {
}
.linkbtn a {
    position: relative;
    background-color: #F08437;
    border: 1px solid #F08437;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 110%;
    text-align: center;
    padding: 20px 70px;
    text-decoration: none;
}
/* 通常の矢印(hoverで矢印移動) */
.linkbtn a:before {
    position: absolute;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    bottom: 0;
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    right: 30px;
    top: 0;
    transform: rotate(45deg);
    transition: right .5s; 
}
.linkbtn a:hover:before {
    right: 20px;
}


/*ページネーション*/
.page-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    list-style: none;
    gap: 15px;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.page-list li {
    display: flex;
}
.page-list-item a, .current {
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    box-sizing: border-box;
    border: 2px solid #F08437;
    border-radius: 50px;
    text-decoration: none;
    color: #F08437;
}
.page-list-item a {
    background-color: #fff;
}
.page-list-item a:hover {
    background-color: #FCE5D6;
    transition: 0.2s;
}
.current {
    color: #fff;
    background-color: #F08437;
}
.page-list span {
    display: flex;
    /*align-items: end;*/
}
.page-list-item span.page-numbers.dots {
    color: #F08437;
}
.page-list-item a.page-numbers.next {
    font-size: 85%;
}


/*ページトップへ戻るボタン*/
.pagetop {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color:rgba(240,132,55,0.8);
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.pagetop:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 42%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*footer*/
footer {
    width: 95%;
    margin: 130px auto 0;
    padding: 0;
}

.ftr-area {
    width: 100%;
    margin: 0 auto;
    padding: 90px 0;
    background-color: #F0F1F4;
    border-radius: 0 0 130px 0;
}
.ftr-area-content {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ftr-content-l {
    font-weight: 700;
    line-height: 210%;
    margin-right: 8%;
}

.ftr-logo {
    margin-bottom: 30px;
}

.ftr-content-r {
    width: 42%;
    min-width: 440px;
}

.ftr-content-linkarea {
    display: flex;
}

ul.ftr-content-linklist {
    list-style: none;
    margin-right: 8%; 
}
ul.ftr-content-linklist:last-child {
    margin-right: 0; 
}
ul.ftr-content-linklist a{
    color: #000;
    text-decoration: none;
}
ul.ftr-content-linklist a:hover {
    color: #F08437;
    text-decoration: underline;
}

.ftr-content-linksns {
    width: 115px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ftr-content-linksns img {
    width: 45px;
}

.ftr-copy-area {
    width: 100%;
    margin: 0; 
    padding: 12px 0;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 80%;
    color: #F08437;
    text-align: center;
}



/*NEWS*/
.news-list-area {
    width: 89%;
    max-width: 1200px;
    margin: 0 auto 100px;
}

.news-list{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-list .item{
    display: flex;
    text-decoration: none;
    border-bottom: 1px solid #F08437;
}
.news-list .item .date{
    width: 16%;
    min-width: 140px;
    margin: 0 1% 0 0;
    padding: 20px 0 23px 2.5%;
    font-weight: 700;
    color: #F08437;
}
.news-list .item .title{
    width: 100%;
    margin: 0;
    padding: 0;
}

.news-list .item a {
    width: 100%;
    padding: 20px 2.5% 23px 0;
    color: #2c2c2c;
    text-decoration: underline;
}
.news-list .item a:hover {
    opacity: 0.5;
    text-decoration: none;
}

/*ページ：NEWS-詳細*/
.sub-page-wrap h2.title.news-detail {
    margin-bottom: 17px;
}
.news-detail-date{
    width: 100% !important;
    margin: 0 auto 40px 0 !important;
    padding: 0 30px;
    font-weight: 700;
    color: #F08437;
}
.news-detail-area {
    width: 95%;
    max-width: 1340px;
    margin: 0 auto 100px;
}
.linkbtn.news-detail {
    text-align: center;
}



/*ページ：募集中の基金*/
.bosyukikin-list-area {
    width: 96%;
    max-width: 1340px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
}

ul.bosyukikin-list-box {
    width: 100%;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ul.bosyukikin-list-box li {
    width: 30.6%;
    margin: 0 4.1% 4.1% 0;
}
ul.bosyukikin-list-box li:nth-child(3n) {
    margin-right: 0;
}
ul.bosyukikin-list-box li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: #FEF3EB;
}

.bosyukikin-list-box-thumbnail {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 56.09%;
    overflow: visible;

}
.bosyukikin-list-box-thumbnail img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}

.bosyukikin-list-box-content {
    padding: 8%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.bosyukikin-list-box-title {
    font-size: 120%;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 15px;
}
.bosyukikin-list-box-text {
    line-height: 180%;
    color: #000;
    margin-bottom: 20px;
}

.bosyukikin-list-box-shien-area {
    width: 100%;
    margin-top: auto;
    font-weight: 600;
    line-height: 160%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #F08437;
}
.bosyukikin-list-box-shien-area .shiensogaku {
    width: 65%;
}
.bosyukikin-list-box-shien-area .shiensyasu {
    width: 30%;
}
.bosyukikin-list-box-shien-area .bosyukikin-shien-title {
    font-size: 80%;
    line-height: 130%;
    margin-bottom: 8px;
}
.bosyukikin-list-box-shien-area p.bosyukikin-shien-title {
    margin: 25px 0 0 0;
}
.bosyukikin-list-box-shien-area .bosyukikin-shien-number {
    font-size: 140%;
    line-height: 90%;
    color: #000;
}
.bosyukikin-list-box-shien-area p.bosyukikin-shien-number {
    margin: 10px 0 0 0;
}
.bosyukikin-list-box-shien-area .bosyukikin-shien-number>span {
    font-size: 50%;
}



/*ページ：募集中の基金-詳細*/
.bosyukikin-content-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bosyukikin-content-l-box {
    width: 69.5%;
    margin-right: 3.5%;
}

.bosyukikin-content-r-box {
    width: 24%;
    min-width: 230px;
    height: 100%;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 120px;
}

.bosyukikin-content-shien-area {
    padding: 10%;
    border-radius: 20px;
    background-color: #FEF3EB;
}
.bosyukikin-content-shien-area .shiensogaku {
    width: 100%;
    border-bottom: 1px solid #FFC7A3;
}
.bosyukikin-content-shien-area .shiensyasu {
    width: 100%;
}
.bosyukikin-content-shien-area .bosyukikin-shien-title {
    font-size: 85%;
    line-height: 150%;
    color: #f08437;
    margin: 20px 0 10px 0;
}
.bosyukikin-content-shien-area .bosyukikin-shien-number {
    font-size: 160%;
    font-weight: 700;
    line-height: 90%;
    color: #000;
    margin: 0 0 20px 0;
}
.bosyukikin-content-shien-area .bosyukikin-shien-number>span {
    font-size: 50%;
}

.linkbtn.bosyukikin-content {
    width: 100%;
}
.linkbtn.bosyukikin-content a {
    width: 100%;
    padding: 20px;
}
.linkbtn.bosyukikin-content a.link-none {
    pointer-events:none;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}
.linkbtn.bosyukikin-content a.link-none:before {
    content: none;
}

.bosyukikin-content-linkbtn-area {
    width: 69.5%;
    margin-top: 100px;
    text-align: center;
}





@media screen and (max-width: 1099px){
    /*内部リンク*/
    .sub-page-link {
        justify-content: space-between;
    }
    .sub-page-link li {
        width: 49.1%;
        margin: 0 0 2% 0;
    }
}

@media screen and (min-width: 821px) and (max-width: 1099px) {
/*サブページメイン画像*/
    .main-img-area {
        border-radius: 0 0 80px 0;
    }
    .main-img-area img {
        width: 100%;
        min-height: 230px;
    }
    
    
/*ページネーション*/
    .page-list {
        margin: 0 auto;
    }
    
    
/*NEWS*/
    .news-detail-area {
        width: 93%;
    }


/*ページ：募集中の基金*/
    ul.bosyukikin-list-box {
        width: 92%;
        margin: 0 auto;
        justify-content: space-between;
    }
    ul.bosyukikin-list-box li {
        width: 47%;
        margin: 0 0 6% 0;
    }

    .linkbtn.bosyukikin-content a:before {
        right: 17px;
    }
    .linkbtn.bosyukikin-content a:hover:before {
        right: 10px;
    }


    /*footer*/
    .ftr-area-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .ftr-content-l {
        width: 100%;
        max-width: 680px;
        margin: 0 0 45px 0 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .ftr-logo {
        width: 270px !important;
        margin-bottom: 0;
    }
    .ftr-logo img{
        width: 100%;
    }
    
    .ftr-content-r {
        width: 100% !important;
    }
    .ftr-content-linkarea {
        justify-content: center;
    }
    
    .ftr-content-linksns {
        margin: 40px auto 0;
    }
}



/*WPカスタマイズcss*/

/* 追加したオリジナルブルー (slug: custom-blue) */
.has-custom-blue-color {
    color: #0055ff;
}
.has-custom-blue-background-color {
    background-color: #0055ff;
}

/* 追加したオリジナルイエロー (slug: custom-yellow) */
.has-custom-yellow-color {
    color: #ffcc00;
}
.has-custom-yellow-background-color {
    background-color: #ffcc00;
}


.wp-block-buttons .wp-block-button__link {
    padding-right: 35px;
    padding-left: 35px;
    background-color: #F08437;
}

table ul {
    margin: 0 0 0 15px;
    padding: 0 0 0 7px;
}
table ul li::marker {
    color: #F08437;
}

table ol {
    margin: 0 0 0 15px;
    padding: 0 0 0 7px;
}
table ol li::marker {
    font-weight: 700;
    color: #F08437;
}
