@charset "UTF-8";

/* CSS Document */

/* Author: H.Nakazawa */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

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

caption,
th {
    text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 750px) {
    .pc_only {
        display: none;
    }
}

@media screen and (min-width: 750px) {
    .sp_only {
        display: none;
    }

    .sp_only img {
        width: 100%;
    }
}

@media screen and (min-width: 640px) {
    .pc {
        display: inline;
    }

    .sp {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }

    .sp {
        display: inline;
    }
}


/*-------------------------------
Base
-------------------------------*/

a img {
    border: 0;
}

a img:hover {}

.clear {
    clear: both;
}

body {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #262626;
    font-size: 16px;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 640px) {
    body {
        font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        color: #262626;
        font-size: 13px;
        line-height: 1.6em;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    img {
        max-width: 100%;
        overflow: hidden;
    }
}

a:link,
a:visited {
    color: #50b902;
    text-decoration: none;
}

a:hover,
a:active {
    color: #5bd202;
    text-decoration: underline;
}

.clearfloat {
    clear: both;
    height: 0;
    line-height: 0px;
}

p {
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 640px) {
    p {
        font-size: 14px;
        line-height: 1.8em;
        text-align: justify;
        margin: 0;
        padding: 0;
    }
}

a.anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}


/*-------------------------------
Contents
-------------------------------*/

#wrapper {
    padding: 0;
    margin: 0 auto;
}

.contents {
    width: 1100px;
    margin: 0 auto 0 auto;
}

#header_main {
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0 auto 0 auto;
    background: rgba(255, 255, 255, 0.85);
}

#header_sub {
    overflow: hidden;
    position: fixed;
    top: -70px;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 70px;
    margin: 0 auto 0 auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header ul.navi {
    list-style: none;
    display: flex;
    justify-content: center;
}

header ul.navi li {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 70px;
    padding: 0 20px;
}

header ul.navi li a {
    color: #262626;
    display: block
}

header ul.navi li a:hover {
    color: #59d100;
    text-decoration: none;
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    display: block
}

@media screen and (max-width: 640px) {
    .contents {
        width: 100%;
        min-width: 100%;
        padding: 0 10px 0 10px;
    }

    #header_main {
        position: relative;
        width: 100%;
        height: auto;
        padding: 5px 0;
        margin: 0 auto 0 auto;
        background: rgba(255, 255, 255, 0.85);
    }

    #header_sub {
        overflow: hidden;
        position: fixed;
        top: -70px;
        left: 0;
        z-index: 999;
        width: 100%;
        height: auto;
        padding: 5px 0;
        margin: 0 auto 0 auto;
        background: rgba(255, 255, 255, 0.85);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    header ul.navi {
        flex-wrap: wrap;
        list-style: none;
        display: flex;
        justify-content: center;
    }

    header ul.navi li {
        display: flex;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: auto;
        font-size: 14px;
        font-weight: 900;
        line-height: 1.6em;
        padding: 0 5px;
    }
}

#key {
    position: relative;
    width: 100%;
    height: 980px;
    margin: 0 auto 0 auto;
    padding: 0;
    background: url(../images/key.jpg) no-repeat center top;
    background-size: 100%;
    animation: fadein 3s ease-out forwards;
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

h1 {
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-top: 400px;
    width: 740px;
    height: 281px;
}

@media screen and (max-width: 640px) {
    #key_sp {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        animation: fadein 3s ease-out forwards;
    }

    #key_sp #catch {
        position: absolute;
        top: 55%;
        left: 50%;
        z-index: 100;
        width: 65%;
        height: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        padding-top: 0;
    }
}

/*--------news-------------*/

.col_01 {
    padding: 70px 0;
    background: url('../images/bg_01.jpg') repeat 0 0;
}

.news {
    width: 1100px;
    padding: 48px 88px;
    margin: 0 auto 0 auto;
    background: #fff;
}

.col_01 h3,
.col_03 h3 {
    color: #59d100;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2em;
}

.col_01 h2,
.col_03 h2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 1em;
}

.news dl {
    display: flex;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
    flex-flow: wrap;
    flex-wrap: wrap;
}

.news dt {
    width: 15%;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.news dt:before {
    color: #59d100;
    content: "●";
    font-size: 120%;
    margin-right: 3px;
}

.news dd {
    width: 85%;
    line-height: 1.5em;
    padding: 0;
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .col_01 {
        padding: 20px 20px;
        background: url('../images/bg_01.jpg') repeat 0 0;
        background-size: 100%;
    }

    .news {
        width: 100%;
        padding: 10px 15px;
        margin: 0 auto 0 auto;
        background: #fff;
    }

    .col_01 h3,
    .col_03 h3 {
        color: #59d100;
        font-size: 28px;
        font-weight: 900;
        text-align: center;
        line-height: 1.2em;
    }

    .col_01 h2,
    .col_03 h2 {
        font-size: 18px;
        font-weight: 900;
        text-align: center;
        line-height: 1em;
    }

    .news dl {
        display: inherit;
        -ms-flex-wrap: wrap;
        /*IE10*/
        -webkit-flex-wrap: wrap;
        /* Safari6.1以降 */
        flex-flow: wrap;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .news dt {
        width: auto;
        font-weight: 700;
        line-height: 1.5em;
        letter-spacing: 0em;
        margin-bottom: 5px;
    }

    .news dt:before {
        color: #59d100;
        content: "●";
        font-size: 120%;
        margin-right: 3px;
    }

    .news dd {
        width: auto;
        line-height: 1.5em;
        padding: 0;
        margin-bottom: 15px;
    }
}


/*--------02-------------*/
.col_02 {
    background: #fff;
}

.shapedividers_com-3087 {
    overflow: hidden;
    position: relative;
}

.shapedividers_com-3087::before {
    content: '';
    font-family: 'shape divider from ShapeDividers.com';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% 30px;
    background-position: 50% 0%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffffff"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23ffffff"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23ffffff"/></svg>');
}

@media (min-width:768px) {
    .shapedividers_com-3087::before {
        background-size: 100% 30px;
        background-position: 50% 0%;
    }
}

@media (min-width:1025px) {
    .shapedividers_com-3087::before {
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw;
        background-size: 100% 70px;
        background-position: 50% 0%;
        background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffffff"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23ffffff"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23ffffff"/></svg>');
    }
}

@media (min-width:2100px) {
    .shapedividers_com-3087::before {
        background-size: 100% calc(2vw + 70px);
    }
}

/*--------Navi-----------*/
.col_03 {
    padding: 145px 0 120px 0;
    background: url('../images/bg_02.jpg') repeat 0 0;
}

.col_03 .clist {
    margin-bottom: 40px;
}

.col_03 .clist ul {
    width: 825px;
    margin: 0 auto 0 auto;
}

.col_03 .clist ul li {
    display: inline-block;
    width: 124px;
    height: auto;
    margin: 5px 5px;
    border: solid 3px #59d100;
    border-radius: 18px;
    overflow: hidden;
}

.col_03 .clist ul li:hover {
    border: solid 5px #00c10b;
    margin: 3px 5px;
    opacity: 0.7;
}

.col_03 .clist ul li.active {
    border: solid 5px #faa115;
    margin: 3px 5px;
}

@media screen and (max-width: 640px) {
    .col_03 {
        padding: 40px 0 20px 0;
        background: url('../images/bg_02.jpg') repeat 0 0;
    }

    .col_03 .clist {
        margin-bottom: 25px;
    }

    .col_03 .clist ul {
        width: 100%;
        text-align: center;
        margin: 0 auto 0 auto;
    }

    .col_03 .clist ul li {
        display: inline-block;
        width: 20%;
        height: auto;
        margin: 3px 3px;
        border: solid 2px #59d100;
        border-radius: 12px;
        overflow: hidden;
    }

    .col_03 .clist ul li:hover {
        border: solid 2px #00c10b;
        margin: 3px 3px;
        opacity: 0.7;
    }

    .col_03 .clist ul li.active {
        border: solid 3px #faa115;
        margin: 2px 3px;
    }
}


/*--------キャラ----------*/
.col_03 .chara-content {
    width: 1100px;
    margin: 0 auto 80px auto;
}


.col_03 .chara-content .col_lft {
    float: left;
    width: 479px;
}

.col_03 .chara-content .col_rgt {
    float: right;
    width: 621px;
    padding-top: 20px;
}

.col_03 .chara-content .col_rgt h4 {
    color: #2d5600;
    font-size: 52px;
    font-weight: 900;
    line-height: 1.6em;
}

.col_03 .chara-content .col_rgt .cvname {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 2em;
    padding: 0 28px;
    margin-bottom: 32px;
    background: #fba216;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
}

.col_03 .chara-content .col_rgt dl {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-flow: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 28px;
}

@media screen and (max-width: 320px) {
    .col_03 .chara-content .col_rgt dl dt {
        font-size: 10px;
        line-height: 1.5em;
    }

    .col_03 .chara-content .col_rgt dd {
        font-size: 10px;
        line-height: 1.5em;
    }
}

.col_03 .chara-content .col_rgt dt {
    width: 5em;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.col_03 .chara-content .col_rgt dt:before {
    color: #fba216;
    content: "●";
    font-size: 130%;
    margin-right: 3px;
}

.col_03 .chara-content .col_rgt dd {
    width: 85%;
    padding: 0;
    margin-bottom: 8px;
}

.col_03 .chara-content .col_rgt .box_soft {
    padding: 18px 32px;
    margin-bottom: 32px;
    background: #eafbc2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.col_03 .chara-content .col_rgt .box_soft .tsoft {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    border-bottom: solid 1px #59d100;
}

.col_03 .chara-content .col_rgt .box_soft li {
    font-size: 18px;
    line-height: 1.8em;
}

.col_03 .chara-content .col_rgt li:before {
    color: #59d100;
    content: "●";
    font-size: 130%;
    margin-right: 3px;
}

.col_03 .chara-content .col_rgt .sozai img:hover {
    -webkit-filter: saturate(200%);
    -moz-filter: saturate(200%);
    -o-filter: saturate(200%);
    -ms-filter: saturate(200%);
    filter: saturate(200%);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

@media screen and (max-width: 640px) {
    .col_03 .chara-content {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 0 auto;
    }

    .col_03 .chara-content .col_lft {
        float: left;
        width: 50%;
    }

    .col_03 .chara-content .col_rgt {
        float: right;
        width: 50%;
        padding-top: 0px;
    }

    .col_03 .chara-content .col_rgt h4 {
        color: #2d5600;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.6em;
    }

    .col_03 .chara-content .col_rgt .cvname {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6em;
        padding: 0 15px;
        margin-bottom: 15px;
        background: #fba216;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        display: inline-block;
    }

    .col_03 .chara-content .col_rgt dl {
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-flow: wrap;
        flex-wrap: wrap;
        font-size: 13px;
        line-height: 1.5em;
        margin-bottom: 28px;
    }

    .col_03 .chara-content .col_rgt dt {
        width: 30%;
        flex-wrap: nowrap;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-bottom: 8px;
    }

    .col_03 .chara-content .col_rgt dt:before {
        color: #fba216;
        content: "●";
        font-size: 130%;
        margin-right: 1px;
    }

    .col_03 .chara-content .col_rgt dd {
        width: 70%;
        padding: 0;
        margin-bottom: 8px;
    }

    .col_03 .chara-content .box_soft {
        padding: 10px 0 15px 10px;
        margin-bottom: 10px;
        background: #eafbc2;
        border-radius: 12px;
    }

    .col_03 .chara-content .box_soft .tsoft {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 5px;
        margin-right: 10px;
        border-bottom: solid 1px #59d100;
    }

    .col_03 .chara-content .box_soft li {
        font-size: 13px;
        line-height: 1.3em;
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 3px;
    }

    .col_03 .chara-content li:before {
        color: #59d100;
        content: "●";
        font-size: 130%;
        margin-right: 3px;
    }
}

/*--------col_04-----------*/
.col_04 {
    padding: 60px 0 120px 0;
    background: url('../images/bg_03.png') repeat 0 0;
}

.col_04 .btn_01:hover,
.col_04 .btn_02:hover {
    -webkit-filter: saturate(200%);
    -moz-filter: saturate(200%);
    -o-filter: saturate(200%);
    -ms-filter: saturate(200%);
    filter: saturate(200%);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.col_04 h3 {
    text-indent: -9999px;
}

.col_04 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
}

.col_04 .contents .box_01 {
    position: relative;
    width: 1100px;
    height: 390px;
    margin-bottom: 3px;
    background: url('../images/box_01.png') repeat 0 0;
    z-index: 1;
}

.col_04 .box_01 p {
    position: absolute;
    top: 190px;
    right: 50px;
}

.col_04 .box_01 .btn_01 {
    position: absolute;
    top: 260px;
    right: 117px;
}

.col_04 .box_02 {
    position: relative;
    width: 1100px;
    height: 403px;
    margin-bottom: 60px;
    background: url('../images/box_02.png') repeat 0 0;
}

.col_04 .box_02 p {
    position: absolute;
    top: 205px;
    left: 70px;
}

.col_04 .box_02 .btn_01 {
    position: absolute;
    top: 275px;
    left: 99px;
}

.col_04 ul li {
    position: relative;
    float: left;
    width: 354px;
    height: 402px;
    margin-right: 19px;
    margin-bottom: 3px;
    padding: 175px 30px 0 30px;
}

.col_04 ul li:last-child {
    margin-right: 0;
}

.col_04 ul li.box_03 {
    margin-bottom: 3px;
    background: url('../images/box_03.png') repeat 0 0;
}

.col_04 ul li.box_04 {
    margin-bottom: 3px;
    background: url('../images/box_04.png') repeat 0 0;
}

.col_04 ul li.box_05 {
    margin-bottom: 3px;
    background: url('../images/box_05.png') repeat 0 0;
}

.col_04 ul li p {
    font-size: 16px;
}

.col_04 ul li .btn_02 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    width: 223px;
    height: 50px;
    margin: 0 auto 0 auto;
}

.col_04 .box_06 {
    position: relative;
    width: 1100px;
    height: 394px;
    margin-bottom: 60px;
    background: url('../images/box_06.png') repeat 0 0;
}

.col_04 .box_06 p {
    position: absolute;
    top: 190px;
    right: 40px;
    text-align: right;
}

.col_04 .box_06 .btn_01 {
    position: absolute;
    top: 280px;
    right: 117px;
}

.col_04 ul li.box_07 {
    margin-right: 18px;
    margin-bottom: 3px;
    background: url('../images/box_07.png') repeat 0 0;
}

.col_04 ul li.box_08 {
    position: relative;
    float: left;
    width: 728px;
    height: 403px;
    margin-right: 0;
    margin-bottom: 60px;
    padding: 0;
    background: url('../images/box_08.png') repeat 0 0;
}

.col_04 .box_08 .btn_02 {
    position: absolute;
    top: 34px;
    left: 120px;
}

@media screen and (max-width: 640px) {
    .col_04 {
        padding: 40px 0 40px 0;
        background: url('../images/bg_03.png') repeat 0 0;
    }

    .col_04 .btn_01:hover,
    .col_04 .btn_02:hover {
        -webkit-filter: saturate(200%);
        -moz-filter: saturate(200%);
        -o-filter: saturate(200%);
        -ms-filter: saturate(200%);
        filter: saturate(200%);
        -ms-transform: translateY(3px);
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    .col_04 h3 {
        text-indent: -9999px;
    }

    .col_04 p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5em;
    }

    .col_04 .box_01sp {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 0;
        z-index: 1;
    }

    .col_04 .box_01sp p {
        position: absolute;
        top: 23%;
        right: 20px;
        width: 50%;
        font-size: 13px;
    }

    .col_04 .box_01sp .btn_01 {
        position: absolute;
        bottom: 35px;
        right: 30px;
    }

    .col_04 .box_01sp .btn_01 img,
    .col_04 .box_02sp .btn_01 img {
        width: 150px;
        height: auto;
    }

    .col_04 .box_02sp {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .col_04 .box_02sp p {
        position: absolute;
        top: 23%;
        left: 20px;
        width: 50%;
    }

    .col_04 .box_02sp .btn_01 {
        position: absolute;
        bottom: 35px;
        left: 30px;
    }

    .col_04 .box_03sp {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 0;
        z-index: 1;
    }

    .col_04 .box_03sp p {
        position: absolute;
        top: 25%;
        right: 20px;
        width: 60%;
        font-size: 10px;
    }

    .col_04 .box_03sp .btn_01 {
        position: absolute;
        bottom: 27px;
        right: 30px;
    }

    .col_04 .box_03sp .btn_01 img {
        width: 90px;
        height: auto;
    }

    .col_04 .box_04sp {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 0;
        z-index: 1;
    }

    .col_04 .box_04sp .btn_01 {
        position: absolute;
        top: 30%;
        left: 15px;
    }

    .col_04 .box_04sp .btn_01 img {
        width: 120px;
        height: auto;
    }

}

@media screen and (max-width: 320px) {
    .col_04 .box_01sp p {
        position: absolute;
        top: 23%;
        right: 20px;
        width: 50%;
        font-size: 9px;
        line-height: 1.3em;
    }

    .col_04 .box_02sp p {
        position: absolute;
        top: 23%;
        left: 20px;
        width: 50%;
        font-size: 9px;
        line-height: 1.3em;
    }

    .col_04 .box_03sp p {
        position: absolute;
        top: 25%;
        right: 20px;
        width: 60%;
        font-size: 9px;
        line-height: 1.3em;
    }
}


/*----------------------------
Lv2
-----------------------------*/

.voice_navi {
    padding: 32px 0 0 0;
    background: -moz-linear-gradient(top, #f0fedf 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f0fedf 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f0fedf 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0fedf', endColorstr='#ffffff', GradientType=0);
}

.voice_navi h3 {
    color: #59d100;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2em;
}

.voice_navi h2 {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 1em;
}


/*--------tab menu-----------*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    order: -1;
}

.tab-wrap a,
.tab-wrap a:hover {
    color: #fff;
    text-decoration: none;
}

.tab-label {
    color: F262626;
    height: 90px;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 0;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: solid 4px #59d100;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    flex: 1;
    background: -moz-linear-gradient(top, #e0feca 0%, #bff09a 100%);
    background: -webkit-linear-gradient(top, #e0feca 0%, #bff09a 100%);
    background: linear-gradient(to bottom, #e0feca 0%, #bff09a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0feca', endColorstr='#bff09a', GradientType=0);
}

.tab-label:hover {
    border: solid 4px #fba216;
}

.tab-label:not(:last-of-type) {
    margin-right: 10px;
}

.tab-content {
    width: 100%;
    height: 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
}

.tab-switch:checked + .tab-label {
    background: #325A8C;
}

.tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 32px;
    opacity: 1;
    transition: .5s opacity;
    background: #bffa95;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.tab-switch:checked + .tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #59d100;
    border-width: 20px;
    margin-left: -20px;
}

.tab-switch:checked + .tab-label {
    color: #fff;
    background: #59d100;
    position: relative;
}

.tab-switch {
    display: none;
}

.tab-wrap .tab-content ul {
    width: 825px;
    margin: 0 auto 0 auto;
}

.tab-wrap .tab-content ul li {
    display: inline-block;
    color: #fff;
    width: 124px;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 5px 5px 10px 5px;
    border: solid 3px #59d100;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden;
    background: #59d100;
}

.tab-wrap .tab-content ul li:hover {
    border: solid 5px #00c10b;
    margin: 3px 5px;
    opacity: 0.7;
}

@media screen and (max-width: 640px) {
    .tab-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .tab-wrap:after {
        content: '';
        width: 100%;
        height: 3px;
        display: block;
        order: -1;
    }

    .tab-wrap a,
    .tab-wrap a:hover {
        color: #fff;
        text-decoration: none;
    }

    .tab-label {
        color: F262626;
        height: 60px;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        padding: 0;
        order: -1;
        position: relative;
        z-index: 1;
        cursor: pointer;
        border: solid 2px #59d100;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        flex: 1;
        background: -moz-linear-gradient(top, #e0feca 0%, #bff09a 100%);
        background: -webkit-linear-gradient(top, #e0feca 0%, #bff09a 100%);
        background: linear-gradient(to bottom, #e0feca 0%, #bff09a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0feca', endColorstr='#bff09a', GradientType=0);
    }

    .tab-label:hover {
        border: solid 3px #fba216;
    }

    .tab-label:not(:last-of-type) {
        margin-right: 5px;
    }

    .tab-content {
        width: 100%;
        height: 0;
        text-align: center;
        overflow: hidden;
        opacity: 0;
    }

    .tab-switch:checked + .tab-label {
        background: #325A8C;
    }

    .tab-switch:checked + .tab-label + .tab-content {
        height: auto;
        overflow: auto;
        padding: 10px;
        opacity: 1;
        transition: .5s opacity;
        background: #bffa95;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }

    .tab-switch:checked + .tab-label:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #59d100;
        border-width: 15px;
        margin-left: -15px;
    }

    .tab-switch:checked + .tab-label {
        color: #fff;
        background: #59d100;
        position: relative;
    }

    .tab-switch {
        display: none;
    }

    .tab-wrap .tab-content ul {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .tab-wrap .tab-content ul li {
        display: inline-block;
        color: #fff;
        width: 90px;
        height: auto;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.8em;
        text-align: center;
        padding: 0;
        margin: 5px 5px 5px 5px;
        border: solid 3px #59d100;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        overflow: hidden;
        background: #59d100;
    }

    .tab-wrap .tab-content ul li:hover {
        border: solid 3px #00c10b;
        margin: 3px 5px;
        opacity: 0.7;
    }
}



/*--------col_05-----------*/
.col_05 {
    padding: 60px 0;
}

.col_05 .box_01 {
    width: 1100px;
    padding: 45px;
    margin: 0 auto 25px auto;
    border: solid 3px #bce694;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

.col_05 .box_02 {
    width: 1100px;
    padding: 10px 45px 10px 45px;
    margin: 0 auto 25px auto;
    border-left: solid 3px #bce694;
    border-right: solid 3px #bce694;
    border-bottom: solid 3px #bce694;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    background: #fff;
    overflow: hidden;
}

.col_05 .img_cnt {
    width: 100%;
    margin-bottom: 40px;
}

.col_05 .img_cnt img {
    width: 100%;
    height: auto;
}

.col_05 h2 {
    color: #2d5600;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 32px;
}

.col_05 h3 {
    width: 1100px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 3em;
    padding-left: 32px;
    margin: 0 auto 0 auto;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background: #59d100;
}

.col_05 h4 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    padding: 15px 28px;
    margin: 0 auto 25px auto;
    border-radius: 30px;
    background: #59d100;
}

.col_05 .mr48 {
    margin-right: 48px;
    margin-bottom: 25px;
}

.col_05 p.cv {
    font-size: 14px;
    clear: both;
    text-align: right;
}

.col_05 .box_lft {
    clear: both;
    float: left;
    width: 502px;
    margin-bottom: 20px;
}

.col_05 .box_rgt {
    float: right;
    width: 502px;
    height: auto;
    margin-bottom: 20px;
}

.col_05 .box_lft2 {
    clear: both;
    float: left;
    width: 492px;
    margin-bottom: 40px;
}

.col_05 .box_rgt2 {
    float: right;
    width: 492px;
    height: auto;
    margin-bottom: 40px;
}

.col_05 .box_lft3 {
    clear: both;
    float: left;
    width: 502px;
    margin-bottom: 20px;
}

.col_05 .dot {
    clear: both;
    text-indent: -9999px;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: dotted 1px #bce694;
}

.col_05 .box_rgt img {
    float: right;
    margin-bottom: 5px;
}

.col_05 .box_lft img {
    width: 100%;
    height: auto;
}

.col_05 .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 5px 0;
}

.col_05 .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.col_05 .box_03 {
    clear: both;
    width: 100%;
    padding: 30px;
    margin-top: 25px;
    border: solid 1px #f7b076;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #fdfade;
    overflow: hidden;
}

.col_05 .box_03 p {
    margin-left: 1em;
}

.col_05 .img_lft {
    float: left;
}

.col_05 .rgt {
    float: right;
    width: 450px;
    padding-top: 5px;
}

.col_05 .box_voice {
    width: 100%;
    padding: 30px;
    margin-bottom: 32px;
    border-radius: 12px;
    background: #fff2b7;
    overflow: hidden;
}

.col_05 .box_voice .samv {
    float: left;
    font-weight: 500;
}

.col_05 .box_voice .samv:before {
    content: url("../images/icon_voice.png");
    margin-right: 5px;
    position: relative;
    top: 7px;
}

.col_05 .box_voice audio {
    float: right;
    width: 254px;
    margin-top: 5px;
}

.col_05 .box_buy {
    width: 100%;
    text-align: center;
    padding: 30px 0 27px 0;
    border-radius: 12px;
    background: #ffc0c0;
    box-shadow: 0 5px #ff9c9c;
    overflow: hidden;
}

.col_05 .box_buy .buyt {
    font-size: 28px;
    font-weight: 700;
}

.col_05 .box_buy a {
    color: #262626;
    text-decoration: none;
    color: inherit;
    display: block;
}

.col_05 .box_buy:hover {
    background: #ff9c9c;
    cursor: pointer;
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.col_05 iframe {
    margin: 0 auto 0 auto;
}

.col_05 .btn_03 {
    width: 500px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
    margin: 25px auto 0 auto;
    border-radius: 10px;
    border: solid 1px #cecfce;
    background: -moz-linear-gradient(top, #fbf9f8 0%, #e2e0df 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbf9f8 0%, #e2e0df 100%);
    background: linear-gradient(to bottom, #fbf9f8 0%, #e2e0df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf9f8', endColorstr='#e2e0df', GradientType=0);
    */
}

.col_05 .btn_03 a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.col_05 .btn_03:hover {
    color: #fd8603;
    cursor: pointer;
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.col_05 .nico {
    font-size: 16px;
    font-weight: 500;
}

.col_05 .nico:before {
    content: url("../images/icon_nico.png");
    margin-right: 3px;
    position: relative;
    top: 5px;
}

.col_05 .box_lft3 img {
    width: 300px;
    height: auto;
    margin: 0 auto 0 auto;
}

.col_05 .ttl {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.col_05 .ttl:before {
    color: #59d100;
    font-size: 120%;
    content: "●";
    margin-right: 5px;
    position: relative;
    top: 0px;
}

.col_05 h5 {
    color: #2d5600;
    font-size: 28px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
    .col_05 {
        padding: 10px 10px;
    }

    .col_05 .box_01 {
        width: 100%;
        padding: 10px;
        margin: 0 auto 15px auto;
        border: solid 3px #bce694;
        border-radius: 18px;
        background: #fff;
        overflow: hidden;
    }

    .col_05 .box_02 {
        width: 100%;
        padding: 10px;
        margin: 0 auto 20px auto;
        border-left: solid 3px #bce694;
        border-right: solid 3px #bce694;
        border-bottom: solid 3px #bce694;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        background: #fff;
        overflow: hidden;
    }

    .col_05 .img_cnt {
        width: 100%;
        margin-bottom: 20px;
    }

    .col_05 .img_cnt img {
        width: 100%;
        height: auto;
    }

    .col_05 h2 {
        color: #2d5600;
        font-size: 22px;
        font-weight: 900;
        line-height: 1.5em;
        text-align: center;
        margin-bottom: 15px;
    }

    .col_05 h3 {
        width: 100%;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 2.5em;
        padding-left: 20px;
        margin: 0 auto 0 auto;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        background: #59d100;
    }

    .col_05 h4 {
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3em;
        padding: 10px 15px;
        margin: 0 auto 15px auto;
        border-radius: 30px;
        background: #59d100;
    }

    .col_05 .mr48 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .col_05 p.cv {
        font-size: 13px;
        clear: both;
        text-align: right;
    }

    .col_05 .box_lft {
        clear: both;
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }

    .col_05 .box_rgt {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .col_05 .box_lft2 {
        clear: both;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .col_05 .box_rgt2 {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .col_05 .box_lft3 {
        clear: both;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .col_05 .dot {
        clear: both;
        text-indent: -9999px;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: dotted 1px #bce694;
    }

    .col_05 .box_rgt img {
        float: right;
        margin-bottom: 5px;
    }

    .col_05 .box_lft img {
        width: 100%;
        height: auto;
    }

    .col_05 .video {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin: 0 0 5px 0;
    }

    .col_05 .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .col_05 .box_03 {
        clear: both;
        width: 100%;
        padding: 15px;
        margin-top: 15px;
        border: solid 1px #f7b076;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background: #fdfade;
        overflow: hidden;
    }

    .col_05 .box_03 p {
        font-size: 13px;
        margin-left: 0;
    }

    .col_05 .img_lft {
        float: none;
        width: 100%;
    }

    .col_05 .rgt {
        float: none;
        width: 100%;
        padding-top: 5px;
        line-height: 1.5em;
    }

    .col_05 .box_voice {
        width: 100%;
        padding: 0 10px 10px 10px;
        margin-bottom: 15px;
        border-radius: 12px;
        background: #fff2b7;
        overflow: hidden;
    }

    .col_05 .box_voice .samv {
        float: none;
        font-weight: 500;
    }

    .col_05 .box_voice .samv:before {
        content: url("../images/icon_voice.png");
        margin-right: 5px;
        position: relative;
        top: 7px;
    }

    .col_05 .box_voice audio {
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    .col_05 .box_buy {
        width: 100%;
        text-align: center;
        padding: 20px 0 18px 0;
        border-radius: 12px;
        background: #ffc0c0;
        box-shadow: 0 5px #ff9c9c;
        overflow: hidden;
    }

    .col_05 .box_buy .buyt {
        font-size: 20px;
        font-weight: 700;
    }

    .col_05 .box_buy a {
        color: #262626;
        text-decoration: none;
        color: inherit;
        display: block;
    }

    .col_05 .box_buy:hover {
        background: #ff9c9c;
        cursor: pointer;
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    .col_05 iframe {
        margin: 0 auto 0 auto;
    }

    .col_05 .btn_03 {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        padding: 15px 0;
        margin: 10px auto 0 auto;
        border-radius: 10px;
        border: solid 1px #cecfce;
        background: -moz-linear-gradient(top, #fbf9f8 0%, #e2e0df 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #fbf9f8 0%, #e2e0df 100%);
        background: linear-gradient(to bottom, #fbf9f8 0%, #e2e0df 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf9f8', endColorstr='#e2e0df', GradientType=0);
        */
    }

    .col_05 .btn_03 a {
        color: inherit;
        display: block;
        text-decoration: none;
    }

    .col_05 .btn_03:hover {
        color: #fd8603;
        cursor: pointer;
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    .col_05 .nico {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .col_05 .nico:before {
        content: url("../images/icon_nico.png");
        margin-right: 3px;
        position: relative;
        top: 5px;
    }

    .col_05 .box_lft3 img {
        width: 300px;
        height: auto;
        margin: 0 auto 0 auto;
    }

    .col_05 .ttl {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .col_05 .ttl:before {
        color: #59d100;
        font-size: 120%;
        content: "●";
        margin-right: 5px;
        position: relative;
        top: 0px;
    }

    .col_05 h5 {
        color: #2d5600;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.2em;
        margin-bottom: 5px;
    }
}


/*----------------------------
Footer
-----------------------------*/

#pageTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 0.7;
}

#pageTop a {
    display: block;
    z-index: 999;
}

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

@media screen and (max-width: 640px) {
    #pageTop {
        position: fixed;
        bottom: 20px;
        right: 20px;
        opacity: 0.7;
    }

    #pageTop img {
        width: 38px;
    }
}

footer {
    clear: both;
    width: 100%;
    height: 180px;
    text-align: center;
    padding: 40px 0;
    background: #55e34e;
}

footer .sns {
    width: 64px;
    text-align: center;
    margin: 0 auto 20px auto;
}

footer p.copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 640px) {
    footer {
        clear: both;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 20px 0;
        background: #55e34e;
    }

    footer .sns {
        width: 32px;
        text-align: center;
        margin: 0 auto 10px auto;
    }

    footer p.copyright {
        color: #fff;
        float: none;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10px;
        letter-spacing: 0em;
        text-align: center;
        margin: 0 auto 0 auto;
        padding-top: 0px;
    }
}
