@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(images/4082326_m.jpg);
    background-repeat: initial;
    color: #f7faf8;
    width: contain;
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
}

.logo {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
}

.logo img {
    width: 11vw;
    height: 20vh;
    margin-left: -36px;
    margin-top: 10px;
}

.logo h1 {
    font-size: 16px;
    margin: 46px 30px;
    color: #ffffff;
    font-weight: 200;
    font-family: sans-serif;
}

/* チェックボックスを非表示 */
.menu-checkbox {
    display: none;
}

/* メニューボタンの装飾 */
.menu-button {
    display: block;
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 100;
    height: 46px;
    width: 50px;
    cursor: pointer;
}

.menu-button::before,
.menu-button::after {
    content: '';
    transition: .3s;
}

.menu-button::before,
.menu-button::after,
.menu-button span {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    margin-top: -1px;
    background-color: #cccccc;
}

.menu-button::before {
    top: 0;
}

.menu-button::after {
    bottom: 0;
}

.menu-button span {
    top: 50%;
}

/* メニューボタンのアニメーション */
.menu-checkbox:checked~.menu-button::before {
    top: 50%;
    transform: rotate(45deg);
}

.menu-checkbox:checked~.menu-button::after {
    top: 50%;
    transform: rotate(-45deg);
}

.menu-checkbox:checked~.menu-button span {
    display: none;
}

/* ドロワーメニューの装飾 */
.drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    height: 100vh;
    width: 90vw;
    transform: translateX(-100%);
    transition: .5s;
    background-color: rgb(238, 237, 234);
}

.drawer-menu ul {
    margin: 0;
    /* margin-top: 50px; */
    padding: 0;
    padding-top: 50px;
    padding-left: 60px;
    list-style-type: none;
}

.drawer-menu a {
    display: block;
    color: #5d5b5b;
    text-decoration: none;
    font-size: 18px;
}

/* ドロワーメニューの開閉 */
.menu-checkbox:checked~.drawer-menu {
    transform: translateX(0);
}

/* ドロワーメニューの背景 */
.menu-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100vh;
    width: 90vw;
    /* background-color: rgba(0, 0, 0, .5); */
    cursor: pointer;
}

.menu-checkbox:checked~.menu-background {
    display: block;
}

.photo {
    height: 100vh;
    background-color: rgb(231, 228, 228);
    background-repeat: no-repeat;
    background-image: url(images/top3.jpg);
    background-size: cover;
}

.nav_item li a:hover {
    color: rgb(145, 145, 141);
}

.top {
    display: flex;
    justify-content: space-between;
}

.photo p {
    color: #ffffff;
    font-size: 25px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.photo h2 {
    color: #ffffff;
    font-size: 67px;
    font-weight: bolder;
    text-align: center;
    margin-top: 80px;
    font-family: Arial, Helvetica, sans-serif;
}

.wrapper01 {
    display: flex;
    justify-content: flex-start;
    width: 100vw;
    height: 100vh;
}

.wrapper01 img {
    margin: 10vh 0vh 10vh 0vh;
    width: 70vw;

}

.groupphoto {
    position: 2em;
}

.content01 h3 {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: left;
    margin-left: 30px;
    color: #77AF9C;

}

.content01 {
    background-color: #ffffff;
    text-align: initial;
    width: 45vw;
    height: 100vh;
}

.content01 p {
    width: 20vw;
    line-height: 1.75;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 50px;
    color: #16291e;
}

.content01 ul {
    margin-top: 20px;
}

.content01 li {
    font-size: 15px;
    margin-left: 68px;
    color: #77AF9C;

}

.wrapper02 h3 {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 80px;
    color: #ffffff;
    text-align: center;
}

.wrapper02 .inner {
    display: flex;
    justify-content: center;
}

.inner p {
    padding: 30px 10px 30px 30px;
    line-height: 2;
    font-size: 20px;
    width: 38vw;
    color: #24b92c;
    color: #ffffff;
    border-radius: 70px;
    background-color: rgba(4, 66, 32, 0.5);
    margin-left: 20px;
}

mark {
    background: linear-gradient(transparent 50%, #e36e6e 80%);
    animation: blinkOpacity 2.5s ease-in-out infinite alternate;
    color: #0ae79d;
}

@keyframes blinkOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1.5;
    }
}

.wrapper02 img {
    width: 37vw;
    margin-top: 80px;
    margin-bottom: 80px;
}

.wrapper02 {
    margin: 90px 50px;
    margin-bottom: 150px;
    border: 18px dotted #adabab;
    padding: 20px 0px;
    width: 90vw;
}

.wrapper02 p {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    margin-top: 85px;
}

.wrapper04 {
    width: 100vw;
}

.wrapper04 h3 {
    font-size: 80px;
    margin-bottom: 90px;
    margin-top: 200px;
    padding-top: 100px;
    color: #165e19;
    text-align: center;
}

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

.gallery img {
    width: 18vw;
    height: 33vh;
    padding-left: 5px;
    padding-top: 5px;
}

.wrapper04 {
    background-color: #ffffff;
    padding-bottom: 100px;
    margin: 0 auto;
    text-align: center;
}

.wrapper04 p {
    font-size: 14px;
    padding-top: 14px;
    color: #e81b89;
    margin-bottom: 30px;
    padding-bottom: 10px;

}

.wrapper04 a {
    text-decoration: none;
    margin-left: 20px;
    color: #020202;
    font-size: 18px;
}

.wrapper04 a :hover {
    background: #020202;
    color: #fff;
    transform: translateY(-5px);
}

.title-pdf {
    display: flex;
    justify-content: center;
}

.title-pdf p {
    font-size: 30px;
    color: #020202;
    padding-bottom: 0px;
    border-bottom: thick double #0ae79d;
    margin-top: 30px;
}

.wrap {
    display: flex;
    justify-content: space-around;
    height: 100vh;
}

.wrapper05 {
    margin-bottom: 100px;
}

.wrapper05 h3 {
    font-size: 80px;
    margin: 120px;
    text-align: center;
}

.question-box img {
    width: 30vw;
    height: 260px;
}

.question-box {
    display: flex;
    justify-content: center;
}

.question-box p {
    width: 40vw;
    margin-bottom: 10px;
    margin-left: 40px;
    border-radius: 70px;
    font-size: 15px;
    background-color: rgba(246, 248, 247, 0.5);
    color: black;
    line-height: 1.3;
    padding: 10px 0px 10px 20px;
}

p.q-line::first-line {
    color: rgb(201, 72, 137);
    font-weight: bolder;
    padding: 20px 0px 20px 30px;
}

footer p {
    font-family: sans-serif;
    margin-top: 30px;
    color: #f7faf8;
}

h4 {
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #0ae79d, -1px 1px 1px #0ae79d, 1px -1px 1px #0ae79d, -1px -1px 1px #0ae79d, 1px 1px 1px #0ae79d, -1px 1px 1px #0ae79d, 1px -1px 1px #0ae79d, -1px -1px 1px #0ae79d;
}

.banner {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.banner .container {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.banner img {
    width: 400px;
    padding-right: 15px;
    margin-bottom: -50px;
}

.banner .nuts_btn {
    width: 12vw;
    margin-left: 18vw;
    z-index: 3;
    margin-top: 20px;
}

.banner p {
    font-weight: bold;
    margin-top: 5px;
}

#counter {
    display: flex;
    justify-content: space-around;
}

.note {
    color: #f7faf8;
    margin-top: 50px;
    padding-bottom: 10px;
    text-align: center;
    margin-left: 170px;
}

.note p {
    font-size: 12px;
}

.policy p {
    text-align: center;
    font-size: 16px;
    margin-top: 80px;
    margin-bottom: 70px;
    line-height: 1.70;
}

.copyright p {
    background-color: rgb(53, 52, 52);
    color: #f8faf9;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 2;
    text-align: center;
}

.facebook-banner img {
    width: 8vw;
    margin-top: 70px;
}

.facebook-banner02 img {
    display: flex;
    justify-content: center;
    margin-left: 40vw;
    margin-bottom: -10vh;
    width: 20vw;
}

.bottom-menu {
    display: none;
}

@media screen and (max-width:1280px) {
    body {
        background-image: none;
    }

    .logo img {
        height: auto;
        width: 20vw;
        position: absolute;
        top: 30px;
        left: 60px;
    }

    .logo h1 {
        display: none;
    }

    .nav_item {
        margin-top: 40px;
    }

    .photo div {
        height: 50%;
    }

    .photo p {
        font-size: 20px;
        margin-top: -100px;
        margin-left: -40px;
    }

    .photo h2 {
        font-size: 37px;
        text-align: center;
        width: 83vw;
        margin: 0 auto;
        text-align: center;
        margin-top: 10vh;
    }

    .wrapper01 {
        display: block;
    }

    .content01 {
        width: 60vw;
    }

    .content01 p {
        font-size: 30px;
        width: 70vw;
        margin-left: 17vw;
    }

    .content01 h3 {
        font-size: 100px;
        text-align: center;
        margin-top: 90px;
        width: 80vw;
    }

    .content01 ul {
        margin-left: 17vw;
    }

    .content01 li {
        font-size: 25px;
    }

    .content01 img {
        margin: 0 auto;
        margin-left: 70px;
        text-align: center;
    }

    .groupphoto {
        margin-top: 20vh;
    }

    .wrapper02 {
        width: 90vw;
        margin: 0 auto;
        margin-top: 160vh;
    }

    .wrapper02 .inner {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .wrapper02 img {
        margin-bottom: 20vh;
        margin: 0 auto;
        display: block;
        justify-content: center;
        align-items: center;
        width: 80vw;
    }

    .wrapper02 h3 {
        text-align: center;
        margin-bottom: 100px;
        color: #0ae79d;
    }

    .wrapper02 p {
        margin: 0 auto;
        margin-top: 25vh;
        width: 88vw;
        border-radius: 0;
        line-height: 1.75;
        font-size: 30px;
        text-align: center;
        margin-bottom: 200px;
    }

    .groupphoto img {
        margin-top: 70vh;
        width: 100vw;
    }

    .wrapper04 {
        margin: 0 auto;
        margin-top: 46vh;
    }

    .wrapper04 h3 {
        font-size: 80px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 80px;
        padding-top: 20vh;
        color: #16291e;
    }

    .gallery {
        margin: 0 auto;
    }

    .gallery img {
        width: 40vw;
        height: auto;
        padding-left: 20px;
        padding-bottom: 20px;

    }

    .wrapper05 {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .wrapper05 p {
        font-size: 25px;
    }

    .wrapper05 h3 {
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 100px;
        text-align: center;
        width: 100vw;
        color: #16291e;
        font-size: 100px;
    }

    .title-pdf tr {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .title-pdf td a :hover {
        color: #e81b89;
    }

    .question-box {
        width: 100vw;
        display: block;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;

    }

    .question-box img {
        margin-bottom: 40px;
        width: 60%;
        height: auto;
    }

    .question-box p {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 90vw;
        background-color: rgba(204, 204, 204, 0.5);
    }

    .banner {
        display: block;
        margin: o auto;
        text-align: center;
    }

    .banner img {
        width: 80vw;
    }

    .banner p {
        color: black;
        font-size: 25px;
    }

    .banner .nuts_btn {
        width: 22vw;
    }

    .container p {
        margin-top: 60px;
    }

    .note {
        width: 80vw;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .note p {
        font-size: 24px;
        text-align: center;
        color: #16291e;
    }

    .facebook-banner img {
        width: 10vw;
        margin-top: 10vh;
    }

    footer .facebook-banner02 img {
        margin: 0 auto;
        width: 5vw;
        margin-top: 10vh;
    }

    .policy p {
        font-size: 20px;
        letter-spacing: 1.25;
        color: #16291e;
        width: 80vw;
        margin: 0 auto;
        text-align: center;
        margin-top: 90px;
        font-weight: 200;
    }
}

@media screen and (max-width:428px) {
    .photo {
        width: 100%;
        text-align: center;
    }

    .photo p {
        margin: 0 auto;
        font-size: 30px;
        margin-top: -20vh;
    }

    .logo img {
        width: 30vw;
    }

    .nav_item li a:hover {
        font-size: 20px;
    }

    .drawer-menu {
        z-index: 8;
    }

    .drawer-menu ul {
        margin-top: 30px;
    }

    .drawer-menu li {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -45px;
        text-align: center;
    }

    .drawer-menu a {
        font-size: 15px;
    }

    .content01 h3 {
        font-size: 40px;
    }

    .content01 p {
        width: 86vw;
        height: 300px;
        font-size: 16px;
        padding-right: 40px;
    }

    .content01 ul {
        margin-top: 13vh;
        width: 80vw;
        margin-left: 10vw;
    }

    .content01 li {
        font-size: 18px;
    }

    .groupphoto {
        width: 100vw;
        margin-top: -60vh;
    }

    .wrapper02 {
        width: 100vw;
        margin: 0 auto;
        margin-top: 50vh;
    }

    .wrapper02 h3 {
        font-size: 28px;
        margin: 20px 0;
        width: 90vw;
    }

    .article {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .article .text01 {
        font-size: 17px;
        width: 80vw;
        padding: 20px;
        height: auto;
    }

    .inner img {
        margin-bottom: -160px;
        margin-top: 50px;
    }

    .inner p {
        margin-bottom: 30px;
        padding-left: 10px;
    }

    .gallery img {
        margin-left: -10vw;
        width: 80vw;
        height: 45vh;
    }

    .facebook-banner img {
        width: 40vw;
        margin-top: 10vh;
    }

    #counter {
        margin-left: 4px;
        margin-bottom: 400px;
    }

    .wrapper04 {
        display: block;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .wrapper04 h3 {
        font-size: 32px;
    }

    .gallery img {
        width: 100vw;
        height: auto;
    }

    .wrapper05 h3 {
        font-size: 40px;
    }

    .wrapper05 img {
        width: 97vw;
    }

    .question-box p {
        font-size: 10px;
    }

    .banner .nuts_btn {
        width: 40vw;
    }

    h4 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .container img {
        width: 80vw;
    }

    .container p {
        font-size: 20px;
        margin-bottom: 10vh;
    }

    .note p {
        font-size: 14px;
    }

    #counter {
        margin-bottom: 10vh;
    }

    #counter img {
        width: 80vw;
    }

    footer .policy {
        margin-left: 10px;
        padding: auto;
    }

    .policy p {
        font-size: 10px;
        letter-spacing: normal;
    }

    .bottom-menu {
        display: flex;
        position: fixed;
        width: 100%;
        bottom: 0px;
        font-size: 0;
        opacity: 0.9;
        z-index: 10;
    }

    .bottom-menu ul {
        padding: 0;
        margin: 0;
    }

    .bottom-menu li img {
        width: 50vw;
        margin-top: 12px;
    }

    .bottom-menu li {
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 90px;
        padding: 0;
        margin: 0;
    }

    .bottom-menu li:first-child {
        background: #0ae79d;
    }

    .bottom-menu li:last-child {
        background: rgb(201, 72, 137);
    }

    /*ボタンを調整*/
    .bottom-menu li a {
        color: #fff;
        margin: 0 auto;
        text-align: center;
    }
}