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

/*index：メイン画像*/
.index-main-img-area {
    width: 95%;
    max-width: 1800px;
    margin: 0 auto 130px;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 200px 0;
}
.index-main-img-area img {
    width: 100%;
}

.index-main-slider img {
  width: 100%;
  object-fit: cover;
}

.index-main-img-area h1.index-maintext-deco {
    position: absolute;
    width: 35%;
    max-width: 520px;
    bottom: -1px;
    left: -1px;
}
.index-main-img-area h1.index-main-img-deco img {
    width: 100%;
}
.index-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;
}


/*index共通コピーライト*/
p.index-area-img-copy {
    position: absolute;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 75%;
    color: #fff;
    text-shadow: 0px 0px 6px #000000;
    top: 0.3%;
    right: 2%;
}


/*index共通見出し*/
h2.index-title {
    margin: 0 auto 50px;
    position: relative;
    z-index: 10;
}
h2.index-title img {
    width: 100%;
}


h3.index-title {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 220%;
    line-height: 170%;
    color: #F08437;
    margin-bottom: 30px;
}
h3.index-title span.index-title-underline {
    text-decoration: underline; /* 下線 */
    text-decoration-thickness: 0.2em; /* 線の太さ */
    text-decoration-color: rgba(240, 132, 55, 0.2); /* 線の色 */
    text-underline-offset: 0em; /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}


/*index共通：説明用テキスト*/
.index-text {
    font-size: 110%;
    line-height: 200%;
    text-align: center;
    margin-bottom: 80px;
}


/*index共通：リスト*/
ul.index-list-wrap{
    font-size: 110%;
    line-height: 160%;
    margin-bottom: 40px;
    padding: 0 0 0 25px;
    list-style: none;
}
ul.index-list-wrap li {
    position: relative;
    margin-bottom: 10px;
}
ul.index-list-wrap li::after {
    display: block;
    content: '';
    position: absolute;
    top: 0.48em;
    left: -1.2em;
    width: 15px;
    height: 15px;
    background-color: #F08437;
}

ul.index-list-s-wrap{
    font-size: 90%;
    line-height: 150%;
    margin-bottom: 40px;
    padding: 0 0 0 22px;
    list-style: none;
}
ul.index-list-s-wrap li {
    position: relative;
    margin-bottom: 10px;
}
ul.index-list-s-wrap li::after {
    display: block;
    content: '';
    position: absolute;
    top: .4em;
    left: -1.2em;
    width: 13px;
    height: 13px;
    background-color: #F08437;
}



/*index-NEWS*/
.index-news-area {
    margin: 0 0 130px 0;
    padding: 0;
}

h2.index-title.news {
    width: 23%;
    max-width: 228px;
    min-width: 122px;
}

.index-news-list-area {
    width: 80%;
    max-width: 1200px;
    margin: -40px auto 60px;
    padding: 0;
}

.linkbtn.index-news-area {
    width: 300px;
    margin: 0 auto;
}
.linkbtn.index-news-area a {
    width: 100%;
}



/*SNS*/
.index-sns-area {
    margin: 0;
    padding: 0 0 130px 0;
    position: relative;
}
.index-sns-area-deco-l {
    position: absolute;
    left:0;
    bottom: 0;
    width: 13%;
    max-width: 250px;
    min-width: 120px;
    z-index: 1;
}
.index-sns-area-deco-l img {
    width: 100%;
}

h2.index-title.sns {
    width: 20%;
    max-width: 206px;
    min-width: 110px;
}

.index-sns-linksns-box {
    width: 140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.index-sns-linksns-box img {
    width: 50px;
}



/*まちコネとは*/
.about-area {
    padding: 130px 0;
    background-color: #FEF3EB;
    position: relative;
}

.about-area-deco-r {
    position: absolute;
    top:0;
    right: 0;
    width: 20%;
    max-width: 400px;
    min-width: 200px;
    z-index: 1;
    transform:rotate(180deg)
}
.about-area-deco-l {
    position: absolute;
    left:0;
    bottom: 0;
    width: 20%;
    max-width: 400px;
    min-width: 200px;
    z-index: 1;
}
.about-area-deco-r img,.about-area-deco-l img {
    width: 100%;
}

h2.index-title.about {
    width: 28%;
    max-width: 288px;
    min-width: 155px;
}

.about-area .index-text {
    position: relative;
    z-index: 10;
}

.about-area-box {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 180px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.about-area-box .about-area-box-text-area {
    width: 45.8%;
    text-align: left;
    height: auto;
}
.about-area-text {
    font-size: 110%;
    margin-bottom: 50px;
}

.about-area-box .about-area-box-pic-area {
    width: 50.5%;
    min-width: 500px;
    height: auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.about-area-box .about-area-box-pic {
    width: 92%;
    max-width: 640px;
}
.about-area-box .about-area-box-pic img {
    width: 100%;
    border-radius: 0 0 140px 0;
}
.about-area-box .about-area-box-pic-s {
    width: 49.5%;
    max-width: 350px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -26%;
}
.about-area-box .about-area-box-pic-s img {
    width: 100%;
    border-radius: 0 0 80px 0;
}

.about-profile-btn {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px 60px 60px;
    border-radius: 0 0 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 0px 30px #FF663333;
    position: relative;
    z-index: 10;
}
.about-profile-btn-box {
    width: 68%;
    margin-right: 4%;
    display: flex;
    align-items: center;
}
.about-profile-btn-icon {
    min-width: 120px;
    margin-right: 6%;
}
.about-profile-btn-icon img {
    width: 100%;
}
.about-profile-btn-title {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 220%;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
}
.about-profile-btn-text {
    font-size: 110%;
    line-height: 150%;
}
.linkbtn.about-profile {
    width: 300px;
}
.linkbtn.about-profile a {
    width: 100%;
}



/*事業内容*/
.program-area {
    padding: 130px 0;
    position: relative;
}

.program-area-deco-r {
    position: absolute;
    top:0;
    right: 0;
    width: 20%;
    max-width: 250px;
    min-width: 120px;
    z-index: 1;
    transform:rotate(180deg)
}
.program-area-deco-l {
    position: absolute;
    left:0;
    bottom: 0;
    width: 20%;
    max-width: 350px;
    min-width: 160px;
    z-index: 1;
}
.program-area-deco-r img,.program-area-deco-l img {
    width: 100%;
}

h2.index-title.program {
    width: 38%;
    max-width: 385px;
    min-width: 207px;
}

.program-area-bg-r {
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 26%, #F0F1F4 26%, #F0F1F4 100%);
    position: relative;
    z-index: 10;
}
.program-area-bg-l {
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 26%, #F0F1F4 26%, #F0F1F4 100%);
}
.program-area-box {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 80px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.program-area-box-pic {
    width: 45.5%;
    min-width: 480px;
    position: relative;
}
.program-area-box-pic.r-box{
    margin-left: 3%;
}
.program-area-box-pic.l-box{
    margin-right: 3%;
}
.program-area-box-pic img {
    width: 100%;
    border-radius: 0 0 130px 0;
}
.program-area-box-content {
    width: 50%;
    text-align: left;
}
.index-title.program-area {
    line-height: 130%;
}
.program-area-box-text {
    font-weight: 600;
    margin-bottom: 30px;
}

.linkbtn.program-content {
    width: 300px;
}
.linkbtn.program-content a {
    width: 100%;
}

.bosyukikin-jyosei-box {
    width: 85%;
    max-width: 1300px;
    margin: 130px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.bosyukikin-jyosei-btn {
    width: 47.3%;
    height: 100%;
}
.bosyukikin-jyosei-btn.jyosei-btn {
    margin-top: 9.2%;
}
.bosyukikin-jyosei-btn a {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px 6%;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-radius: 0 0 70px 0;
    box-shadow: 0px 0px 30px #001E4333;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* 滑らかに動かす */
}
.bosyukikin-jyosei-btn a:hover {
    transform: translateX(13px); /* 上にpx持ち上げる */
}
.bosyukikin-jyosei-btn-icon {
    margin-right: 6.5%;
}
.bosyukikin-jyosei-btn-icon img {
    width: 100%;
}
.bosyukikin-jyosei-btn-title {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 220%;
    line-height: 120%;
    margin-right: 15%;
}
.bosyukikin-jyosei-btn a:after {
    position: absolute;
    border-right: 3px solid #F08437;
    border-top: 3px solid #F08437;
    bottom: 0;
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    right: 56px;
    top: 0;
    transform: rotate(45deg);
    transition: right .5s; 
}
.bosyukikin-jyosei-btn a:before {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #F0F1F4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
}



/*支援・参加*/
.get-involved-area {
    padding: 130px 0;
    background-color: #FEF3EB;
    position: relative;
}

.get-involved-area-deco-r {
    position: absolute;
    top:0;
    right: 0;
    width: 20%;
    max-width: 350px;
    min-width: 160px;
    z-index: 1;
    transform:rotate(180deg)
}
.get-involved-area-deco-l {
    position: absolute;
    left:0;
    bottom: 0;
    width: 20%;
    max-width: 400px;
    min-width: 120px;
    z-index: 1;
}
.get-involved-area-deco-r img,.get-involved-area-deco-l img {
    width: 100%;
}

h2.index-title.get-involved {
    width: 60%;
    max-width: 603px;
    min-width: 325px;
}

.get-involved-area-box {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 180px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.get-involved-area-box .get-involved-area-box-textarea {
    width: 45.8%;
    text-align: left;
    height: auto;
}
.get-involved-area-text {
    font-size: 110%;
    margin-bottom: 50px;
}

.get-involved-area-box .get-involved-area-box-picarea {
    width: 50.5%;
    height: auto;
    display: flex;
    position: relative;
}
.get-involved-area-box .get-involved-area-box-pic {
    width: 92%;
    max-width: 640px;
    position: relative;
}
.get-involved-area-box .get-involved-area-box-pic img {
    width: 100%;
    border-radius: 0 0 140px 0;
}
.get-involved-area-box .get-involved-area-box-pic-s {
    width: 49.5%;
    max-width: 350px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -26%;
}
.get-involved-area-box .get-involved-area-box-pic-s img {
    width: 100%;
    border-radius: 0 0 80px 0;
}


/*チャリティショップ事業*/
.get-involved-subarea-bg-r {
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 26%, #fff 26%, #fff 100%);
    position: relative;
    z-index: 10;
}
.get-involved-subarea-box {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.get-involved-subarea-box-pic {
    width: 45.5%;
    min-width: 480px;
}
.get-involved-subarea-box-pic.l-box{
    margin-right: 3%;
}
.get-involved-subarea-box-pic img {
    width: 100%;
    border-radius: 0 0 130px 0;
}
.get-involved-subarea-box-content {
    width: 50%;
    text-align: left;
}
.get-involved-subarea-box-text {
    font-weight: 600;
    margin-bottom: 30px;
}

.linkbtn.get-involved-content {
    width: 300px;
}
.linkbtn.get-involved-content a {
    width: 100%;
}




/*お問い合わせ*/
.contact-area {
    padding: 130px 0 0 0;
    position: relative;
}

.contact-area-deco-r {
    position: absolute;
    top:0;
    right: 0;
    width: 20%;
    max-width: 400px;
    min-width: 120px;
    z-index: 1;
    transform:rotate(180deg)
}
.contact-area-deco-r img {
    width: 100%;
}

h2.index-title.contact {
    width: 40%;
    max-width: 405px;
    min-width: 218px;
}

.contact-area-content {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.contact-content-r {
    min-width: 450px;
}

.contact-content-title {
    font-size: 190%;
    font-weight: 800;
    line-height: 130%;
    margin-bottom: 30px;
}

.contact-content-text {
    font-size: 110%;
    line-height: 200%;
    margin-bottom: 30px;
}

.contact-content-l {
    width: 100%;
    max-width: 650px;
}
.gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67.69%; /*16:9の比率にしたい場合、9/16=56.25%*/
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}


