@charset "UTF-8";

*{
    font-family: 'Noto Sans JP', sans-serif;
}

main,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
hgroup,
menu,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

main {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

html {
    height: 100%;
    scroll-behavior: smooth
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif
}

/*# sourceMappingURL=style_base.css.map */


.gh-inner {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 0px 0px
}

.supporterRecruitment-btn {
    padding-top: 100px;
    text-align: center;
}

button {
    height: 60px;
    width: 300px;
    font-size: 25px;
    color: rgb(47, 47, 47);
    background-color: rgb(172, 210, 146);
    border-radius: 100vh;
    border:none;
    font-weight: bold;
  }
  
  button:hover {
    opacity: 0.8;
    cursor : pointer;
    transform: translateY(2px);
  }

.btn-under {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    font-size: 1.2rem;
}

.footer-main {
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 50px;
}

/* アニメーション */
main {
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 2.5s;
    &.fadein-bottom{
        transform: translate(0,30px);
    }
    &.scrollin{
      opacity: 1 !important;
      transform: translate(0, 0) !important;
    }
  }
  /* ここまで */


@media all and (min-width: 961px) {
    .title-main {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        margin-top: 65px;
        text-align: center;
        font-size: 27px;
        font-weight: bold;
        background-color: rgb(187, 219, 164);
        color: rgb(47, 47, 47);
        padding: 0.5em 1em calc(0.5em - 6px);
    }

    .titleLine {
        margin-top: 3px;
        content: '';
        background-color: rgb(187, 219, 164);
        width: 100%;
        height: 3px;
        bottom: -6px;
        left: 0;
    }

    .title-M {
        font-family: 'Noto Sans JP', sans-serif;
        margin: 0 auto;
        font-size: 26px;
        border-bottom: solid 3px rgb(187, 219, 164);
        padding-bottom: 7px;
    }

    .title-sub {
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 100px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        padding: 0px auto 0px;
        padding-top: 15px;
        padding-bottom: 40px;
    }

    .title-S {
        margin: 0 auto;
        font-size: 1.3rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold
    }

    .txt-10 {
        display: flex;
        width: 100%;
        max-width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 0px auto 20px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .img-box {
        margin: 0 0 0 20px;
    }

    .img-mod-res {
        border-radius: 50%;
        /* position: relative; */
        width: 450px;
        height: 450px;
        padding: 0;
        background-image: url(img/page10.jpg);
        background-size: cover;
        /*background-size: contain*/
    }

    .txt-10-main {
        width: 100%;
        max-width: 800px;
        height: auto;
        margin: 0 0 0 70px;
        padding: 0;
        font-size: 1.5rem;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .txt01,
    .txt02,
    .txt03,
    .txt04 {
        font-size: 1.4rem;
        letter-spacing: .1rem;
        line-height: 1.5;
        margin-bottom: 40px;
        font-family: 'Noto Sans JP', sans-serif;
    }
}

@media all and (max-width: 960px) {
    .title-main {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        margin-top: 60px;
        text-align: center;
        font-size: 27px;
        font-weight: bold;
        background-color: rgb(187, 219, 164);
        color: rgb(47, 47, 47);
        /* padding: 0.5em 1em calc(0.5em - 6px); */
    }

    .titleLine {
        margin-top: 3px;
        content: '';
        background-color: rgb(187, 219, 164);
        width: 100%;
        height: 3px;
        bottom: -6px;
        left: 0;
    }

    .title-M {
        font-family: 'Noto Sans JP', sans-serif;
        margin: 0 auto;
        font-size: 1.5rem;
        /* border-bottom: solid 3px rgb(187, 219, 164);
        padding-bottom: 7px; */
    }

    .title-sub {
        display: flex;
        width: 100%;
        max-width: 80%;
        height: 100px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        padding: 0px auto 0px;
    }

    .title-S {
        text-align: center;
        margin: 0 auto;
        font-size: .8rem;
        font-weight: bold;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .txt-10 {
        display: flex;
        width: 100%;
        max-width: 800px;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 0px auto 20px;
        margin: 0 auto;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .img-box {
        margin: 0 0 0 10px;
    }

    .img-mod-res {
        border-radius: 50%;
        /* position: relative; */
        width: 220px;
        height: 220px;
        padding: 0;
        background-image: url(img/page10.jpg);
        background-size: cover;
        /*background-size: contain*/
    }

    .txt-10-main {
        width: 100%;
        max-width: 800px;
        height: auto;
        margin: 0 0 0 30px;
        padding: 0;
        font-size: 1rem;
        display: flex;
        justify-content: center;
    }

    .txt01,
    .txt02,
    .txt03,
    .txt04 {
        font-size: 0.7rem;
        line-height: 1.1;
        margin-bottom: 20px;
        font-family: 'Noto Sans JP', sans-serif;
    }
}

@media all and (min-width: 601px) {
    .txt-10-02 {
        background-color: rgb(255, 249, 240);
        width: 100%;
        max-width: 100%;
        height: 140px;
        margin-top: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px auto 20px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .txt05 {
        color: rgb(166, 142, 114);
        margin: 0 auto;
        font-size: 1.3rem;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .txt-11 {
        background-color: rgb(255, 249, 240);
        display: flex;
        width: 100%;
        max-width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 0px auto 20px;
        font-family: 'Noto Sans JP', sans-serif;
        padding-bottom: 80px;
    }

    /*心の居場所をつくります*/
    .txt-11-main1 {
        background-color: rgb(255, 255, 255);
        padding: 1em;
        margin: 30px 20px;
        border-radius: 10px 10px 10px 10px;
    }

    .txt-11-01 {
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold
    }

    .txt-11-02 {
        letter-spacing: .1rem;
        line-height: 1.5;
        font-family: serif;
    }

    .txt-11-03 {
        text-align: right;
        font-family: 'Noto Sans JP', sans-serif;
        margin-top: 10px;
    }

    /*本当に幸せな時間です！*/
    .txt-11-main2 {
        background-color: rgb(255, 255, 255);
        padding: 1em;
        margin: 30px 20px;
        border-radius: 10px 10px 10px 10px;
    }

    .txt-11-04 {
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold
    }

    .txt-11-05 {
        letter-spacing: .1rem;
        line-height: 1.5;
        font-family: serif;
    }

    .txt-11-06 {
        text-align: right;
        margin-top: 10px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    /*挑戦と失敗を恐れないで！*/
    .txt-11-main3 {
        background-color: rgb(255, 255, 255);
        padding: 1em;
        margin: 30px 10px;
        border-radius: 10px 10px 10px 10px;
    }

    .txt-11-07 {
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold
    }

    .txt-11-08 {
        letter-spacing: .1rem;
        line-height: 1.5;
        font-family: serif;
    }

    .txt-11-09 {
        text-align: right;
        margin-top: 10px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    /*一生の財産です*/
    .txt-11-main4 {
        background-color: rgb(255, 255, 255);
        padding: 1em;
        margin: 30px 10px;
        border-radius: 10px 10px 10px 10px;
    }

    .txt-11-10 {
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold
    }

    .txt-11-11 {
        letter-spacing: .1rem;
        line-height: 1.5;
        font-family: serif;
    }

    .txt-11-12 {
        text-align: right;
        margin-top: 10px;
        font-family: 'Noto Sans JP', sans-serif;
    }
}


@media all and (max-width: 600px) {
    .supporterRecruitment-btn {
        padding-top: 40px;
        text-align: center;
    }

    button {
        height: 45px;
        width: 220px;
        font-size: 17px;
    }

    .btn-under {
        padding-top: 20px;
        font-size: 14px;
        text-align: center;
    }

    .txt-10 {
        display: block;
        width: 100%;
        max-width: 800px;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 0px auto 20px;
        margin: 0 auto;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .img-box {
        margin: 0 auto;
    }

    .img-mod-res {
        border-radius: 0%;
        /* position: relative; */
        width: 270px;
        height: 270px;
        padding: 0;
        background-image: url(img/page10.jpg);
        background-size: cover;
        margin: 0 auto;
        margin-bottom: 30px;
        /*background-size: contain*/
    }

    .txt-10-main {
        width: 80%;
        max-width: 800px;
        height: auto;
        margin: 0 0 0 10%;
        padding: 0;
        font-size: 1rem;
        display: flex;
        justify-content: center;
    }
    
    .txt-10-02 {
        background-color: rgb(255, 249, 240);
        width: 100%;
        max-width: 100%;
        height: 140px;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px auto 20px
    }

    .txt05 {
        color: rgb(166, 142, 114);
        margin: 0 auto;
        width: 80%;
        font-size: 1rem;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .txt-11 {
        background-color: rgb(255, 249, 240);
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 0px auto 20px;
        padding-bottom: 60px;
    }

    /*心の居場所をつくります*/
    .txt-11-main1 {
        background-color: rgb(255, 255, 255);
        padding: 1em;
        margin: 0px 20px;
        border-radius: 10px 10px 10px 10px;
    }

    .txt-11-01 {
        margin-bottom: 10px;
        font-size: .9rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold
    }

    .txt-11-02 {
        font-size: .8rem;
        font-family: serif;
        letter-spacing: .1rem;
        line-height: 1.5;
    }

    .txt-11-03 {
        font-size: .8rem;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: right;
        margin-top: 10px;
    }

    /*本当に幸せな時間です！*/
    .txt-11-main2 {
        background-color: rgb(255, 255, 255);
        padding: 1em;
        margin: 30px 20px;
        border-radius: 10px 10px 10px 10px;
    }

    .txt-11-04 {
        margin-bottom: 10px;
        font-size: .9rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold
    }

    .txt-11-05 {
        font-size: .8rem;
        font-family: serif;
        letter-spacing: .1rem;
        line-height: 1.5;
    }

    .txt-11-06 {
        font-size: .8rem;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: right;
        margin-top: 10px;
    }

    /*挑戦と失敗を恐れないで！*/
    .txt-11-main3 {
        background-color: rgb(255, 255, 255);
        padding: 1em;
        margin: 30px 20px;
        border-radius: 10px 10px 10px 10px;
    }

    .txt-11-07 {
        margin-bottom: 10px;
        font-size: .9rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold
    }

    .txt-11-08 {
        font-size: .8rem;
        font-family: serif;
        letter-spacing: .1rem;
        line-height: 1.5;
    }

    .txt-11-09 {
        font-size: .8rem;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: right;
        margin-top: 10px;
    }

    /*一生の財産です*/
    .txt-11-main4 {
        background-color: rgb(255, 255, 255);
        padding: 1em;
        margin: 0px 20px;
        border-radius: 10px 10px 10px 10px;
    }

    .txt-11-10 {
        margin-bottom: 10px;
        font-size: .9rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold
    }

    .txt-11-11 {
        font-size: .8rem;
        font-family: serif;
        letter-spacing: .1rem;
        line-height: 1.5;
    }

    .txt-11-12 {
        font-size: .8rem;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: right;
        margin-top: 10px;
    }
}