body {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}
a:hover {
    opacity: .7;
}
@media screen and (max-width:480px) {
    
.header_box_bg {
    width: 100%;
    margin: 0 auto;
}
.header_box {
    width: 100%;
    margin: 0 auto;
}
.header_box_left {
    display: none;
}
.header_box_center {
}
.menu-btn {
    display: none;
}
    .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #0FA956;
        border-radius: 50%;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
    #menu-btn-check {display: none;}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #0FA956;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.header_box_right {
    display: none;
}
/*    Y2Y   */
    .y2y {
        position:relative;
        padding-top: 3%;
        background: #fff;
    }
    .y2y_title {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_title img {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about {
        margin-top: -67%;
        background: #FDF8E3;
    }
    .y2y_about_box01 {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 70%;
    }
    .y2y_about_box01_left {
        display: none;
    }
    .y2y_about_box01_left img {
        width: 100%;
    }
    .y2y_about_box01_right {
        width: 100%;
        margin: 0;
    }
    .y2y_about_box01_right_title {
        font-size: 9vw;
        font-weight: 600;
        text-align: center;
    }
    .y2y_about_box01_right_text {
        margin: 15px 0 30px;
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
    }
    .y2y_about_title {
        display: block;
        width: 100%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .y2y_about_title h2 {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 9.5vw;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_about_title p {
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
    }
    .y2y_about_box02 {
        width: 90%;
        max-width: 1300px;
        margin: 50px auto;
    }
    .y2y_about_box02_left {
        margin: 0;
    }
    .y2y_about_box02_left p {
        font-size: 4.9vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
    }
    .y2y_about_box02_center {
        display: block;
        width: 15%;
        margin: 15px auto;
    }
    .y2y_about_box02_center img {
        width: 100%;
    }
    .y2y_about_box02_right {
        margin: 0;
    }
    .y2y_about_box02_right p {
        font-size: 4.9vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
    }
    .y2y_about_box02_right p span {
        font-size: 9vw;
        font-weight: 600;
    }
    .y2y_about h3 {
        font-size: 8vw;
        font-weight: 600;
        text-align: center;
        color: #E84C92;
        line-height: 130%;
    }
    .y2y_about_box03 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 30px auto;
    }
    .y2y_about_box03_block {
        display: block;
        width: 24%;
    }
    .y2y_about_box03_block img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about h4 {
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
        color: #E84C92;
    }
    .y2y_content {
        background: #FDF8E3;
        padding: 50px 0 0;
    }
    .y2y_content h2 {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 10vw;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_content_box01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 0;
    }
    .y2y_content_box01_left {
        width: 100%;
    }
    .y2y_content_box01_left img {
        display: block;
        width: 85%;
        margin: 0 auto;
    }
    .y2y_content_box01_right {
        width: 100%;
    }
    .y2y_content_box01_right ul {
        margin: 30px 0;
        padding: 0;
    }
    .y2y_content_box01_right ul li::before {
        content: ' ';
        margin-right: 5px;
        padding: 10px;
        background-image: url(../images/y2y12.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }
    .y2y_content_box01_right ul li {
        margin: 0 0 15px;
        padding: 0;
        font-size: 5vw;
        font-weight: 600;
    }
    .y2y_member {
        background: #FDF8E3;
        padding: 50px 0 0;
    }
    .y2y_member h2 {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 10vw;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_member p {
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
    }
    .y2y_footer {
        background: #FDF8E3;
        padding: 50px 0;
    }
    .y2y_footer img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (min-width:481px) and (max-width:1079px) {
    .pc_none {display: none!important;}
    .tb_none {display: none!important;}
    
.header_box_bg {
	position:fixed;
	top:0;
    width: 100%;
    margin: 0 auto;
    background: #0FA956;
	z-index:1;
}
.header_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 95%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px 0;
}
.header_box_left {
    width: 5%;
}
.header_box_left a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_left a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_center {
    width: 78%;
    margin: .4vw auto 0;
}
.header_box_center nav ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header_box_center nav ul li {
    margin: 0 10px;
    padding: 0;
}
.header_box_center nav ul li a {
    position: relative;
    display: inline-block;
    font-size: clamp(13px, 1vw, 21px);
    color: #fff;
}
.header_box_center nav ul li a::after {
    position: absolute;
    top:0;
    right: -15px;
    margin: auto;
    content: '|';
    color: #fff;
}
.menu-btn {
    display: none;
}
#menu-btn-check{
    display: none;
}
.header_box_right {
    width: 15%;
}
.header_box_right a {
    display: block;
    width: 90%;
    margin: 3% auto 0;
    padding: .5vw 0;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 1.5vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
/*    Y2Y   */
    .y2y {
        position:relative;
        padding-top: 3%;
        background: #fff;
    }
    .y2y_title {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_title img {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about {
        margin-top: -11.7%;
        background: #FDF8E3;
    }
    .y2y_about_box01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 100px;
    }
    .y2y_about_box01_left {
        width: 45%;
    }
    .y2y_about_box01_left img {
        width: 100%;
    }
    .y2y_about_box01_right {
        width: 53%;
        margin: 5% 0;
    }
    .y2y_about_box01_right_title {
        margin-bottom: 10px;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        text-align: center;
    }
    .y2y_about_box01_right_text {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        text-align: center;
        line-height: 150%;
    }
    .y2y_about_title {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .y2y_about_title h2 {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_about_title p {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
    }
    .y2y_about_box02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 50px auto;
    }
    .y2y_about_box02_left {
        width: 42.5%;
        margin: 4% 0;
    }
    .y2y_about_box02_left p {
        font-size: 2vw;
        font-size: clamp( 15px, 2vw, 28px);
        font-weight: 600;
        line-height: 200%;
    }
    .y2y_about_box02_center {
        width: 15%
    }
    .y2y_about_box02_center img {
        width: 100%;
    }
    .y2y_about_box02_right {
        width: 42.5%;
        margin: 9% 0;
    }
    .y2y_about_box02_right p {
        font-size: 2.5vw;
        font-size: clamp( 15px, 2.5vw, 28px);
        font-weight: 600;
        text-align: center;
    }
    .y2y_about_box02_right p span {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
    }
    .y2y_about h3 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .y2y_about_box03 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 50px auto;
    }
    .y2y_about_box03_block {
        display: block;
        width: 13%;
    }
    .y2y_about_box03_block img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about h4 {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
        color: #E84C92;
    }
    .y2y_content {
        background: #FDF8E3;
        padding: 100px 0 0;
    }
    .y2y_content h2 {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_content_box01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .y2y_content_box01_left {
        width: 50%;
    }
    .y2y_content_box01_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .y2y_content_box01_right {
        width: 49%;
    }
    .y2y_content_box01_right ul {
        margin: 6% 0;
        padding: 0;
    }
    .y2y_content_box01_right ul li::before {
        content: ' ';
        margin-right: 5px;
        padding: 10px;
        background-image: url(../images/y2y12.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }
    .y2y_content_box01_right ul li {
        margin: 0 0 35px;
        padding: 0;
        font-size: 2.5vw;
        font-size: clamp( 15px, 2.5vw, 32px);
        font-weight: 600;
    }
    .y2y_member {
        background: #FDF8E3;
        padding: 50px 0 0;
    }
    .y2y_member h2 {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_member p {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
    }
    .y2y_footer {
        background: #FDF8E3;
        padding: 50px 0;
    }
    .y2y_footer img {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
}
@media screen and (min-width:1080px) {
    .pc_none {display: none!important;}
    
.header_box_bg {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    background: #0FA956;
    z-index: 2;
}
.header_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 95%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px 0;
}
.header_box_left {
    width: 5%;
}
.header_box_left a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_left a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_center {
    width: 78%;
    margin: 1.5vw auto 0;
}
.header_box_center nav ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header_box_center nav ul li {
    margin: 0 10px;
    padding: 0;
}
.header_box_center nav ul li a {
    position: relative;
    display: inline-block;
    font-size: clamp(13px, 1vw, 21px);
    color: #fff;
}
.header_box_center nav ul li a::after {
    position: absolute;
    top:0;
    right: -15px;
    margin: auto;
    content: '|';
    color: #fff;
}
.menu-btn {
    display: none;
}
#menu-btn-check{
    display: none;
}
.header_box_right {
    width: 15%;
}
.header_box_right a {
    display: block;
    width: 90%;
    margin: 3% auto 0;
    padding: 10px 0;
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 1.5vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
/*    Y2Y   */
    .y2y {
        position:relative;
        padding-top: 3%;
        background: #fff;
    }
    .y2y_title {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_title img {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about {
        margin-top: -11.7%;
        background: #FDF8E3;
    }
    .y2y_about_box01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 100px;
    }
    .y2y_about_box01_left {
        width: 45%;
    }
    .y2y_about_box01_left img {
        width: 100%;
    }
    .y2y_about_box01_right {
        width: 53%;
        margin-top: 95px;
    }
    .y2y_about_box01_right_title {
        margin-bottom: 10px;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        text-align: center;
    }
    .y2y_about_box01_right_text {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        text-align: center;
        line-height: 150%;
    }
    .y2y_about_title {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .y2y_about_title h2 {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_about_title p {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
    }
    .y2y_about_box02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 100px auto;
    }
    .y2y_about_box02_left {
        width: 42.5%;
        margin: 4% 0;
    }
    .y2y_about_box02_left p {
        font-size: 2vw;
        font-size: clamp( 15px, 2vw, 28px);
        font-weight: 600;
        line-height: 200%;
    }
    .y2y_about_box02_center {
        width: 15%
    }
    .y2y_about_box02_center img {
        width: 100%;
    }
    .y2y_about_box02_right {
        width: 42.5%;
        margin: 9% 0;
    }
    .y2y_about_box02_right p {
        font-size: 2.5vw;
        font-size: clamp( 15px, 2.5vw, 28px);
        font-weight: 600;
        text-align: center;
    }
    .y2y_about_box02_right p span {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
    }
    .y2y_about h3 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .y2y_about_box03 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 100px auto;
    }
    .y2y_about_box03_block {
        display: block;
        width: 13%;
    }
    .y2y_about_box03_block img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about h4 {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
        color: #E84C92;
    }
    .y2y_content {
        background: #FDF8E3;
        padding: 100px 0 0;
    }
    .y2y_content h2 {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_content_box01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .y2y_content_box01_left {
        width: 50%;
    }
    .y2y_content_box01_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .y2y_content_box01_right {
        width: 49%;
    }
    .y2y_content_box01_right ul {
        margin: 23% 0;
        padding: 0;
    }
    .y2y_content_box01_right ul li::before {
        content: ' ';
        margin-right: 5px;
        padding: 15px;
        background-image: url(../images/y2y12.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }
    .y2y_content_box01_right ul li {
        margin: 0 0 35px;
        padding: 0;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
    }
    .y2y_member {
        background: #FDF8E3;
        padding: 50px 0 0;
    }
    .y2y_member h2 {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_member p {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
    }
    .y2y_footer {
        background: #FDF8E3;
        padding: 50px 0;
    }
    .y2y_footer img {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
}