@charset "UTF-8";

/*■■■■■■■■■■■■■■■■■■■■■■
reset css
■■■■■■■■■■■■■■■■■■■■■■■■*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: unset;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a {
    text-decoration: none;
    overflow: hidden;
}

img {
    border: none;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

hr {
    display: none;
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl {
    margin: 0;
    padding: 0;
}

dt {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-feature-settings: "palt" 1;
}

span {
    font-feature-settings: "palt" 1;
}

* {
    -webkit-appearance: none;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.sp {
    display: none !important;
}

.pc {
    display: block !important;
}
@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    
}


/*■■■■■■■■■■■■■■■■■■■■■■
common
■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
}

.content-wrap {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1400px) {
    .content-wrap {
        width: 70%;
    }
}
@media screen and (max-width: 1000px) {
    .content-wrap {
        width: 70%;
    }
}
/* @media screen and (max-width: 750px) {
    .content-wrap {
        width: 90%;
    }
} */
@media screen and (max-width: 500px) {
    .content-wrap {
        width: 90%;
    }
}

.ttl {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
@media screen and (min-width: 1400px) {
    .ttl {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 750px) {
    .ttl {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .ttl {
        margin-bottom: 30px;
    }
}
/*■■■■■■■■■■■■■■■■■■■■■■
header
■■■■■■■■■■■■■■■■■■■■■■■■*/
.header {
    width: 90%;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: "BIZ UDGothic", sans-serif !important;
    font-weight: 600;
}
@media screen and (min-width: 1400px) {
    .header {
        height: 100px;
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .header {
        width: 95%;
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .header {
        width: 90%;
        display: block;
        text-align: center;
        height: auto;
        padding: 10px 0;
    }
}

.header-h1 {
    line-height: 1.3;
}

.header span {
    display: inline-block;
}

.green {
    color: #6BBC6E;
}

.header-btn {
    background-color: #E84E72;
    color: #FFF;
    display: inline-flex;
    width: 200px;
    border-radius: 50px;
    padding: 8px 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1400px) {
    .header-btn {
        width: 300px;
        padding: 12px 10px;
    }
}
@media screen and (max-width: 1000px) {
    .header-btn {
        width: 300px;
    }
}
@media screen and (max-width: 500px) {
    .header-btn {
        width: 300px;
        padding: 5px 20px;
        margin-top: 10px;
    }
}

.header-btn img {
    width: 80%;
}
/*■■■■■■■■■■■■■■■■■■■■■■
mv
■■■■■■■■■■■■■■■■■■■■■■■■*/
.mv {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    background-image: linear-gradient(#6BBC6E 0% 32%, #FFF 32% 100%);
}
@media screen and (min-width: 1400px) {
    .mv {
        background-image: linear-gradient(#6BBC6E 0% 27%, #FFF 27% 100%);
    }
}
@media screen and (max-width: 750px) {
    .mv {
        padding-top: 10px;
    }
}

.mv_head {
    padding-top: 30px;
    position: relative;
}

.mv-spark-1,
.mv-spark-2 {
    position: absolute;
    width: 70px;
}
@media screen and (max-width: 1000px) {
    .mv-spark-1,
    .mv-spark-2 {
        width: 40px;
    }
}
@media screen and (max-width: 500px) {
    .mv-spark-1,
    .mv-spark-2 {
        width: 20px;
    }
}

.mv-spark-1 {
    top: 50%;
    right: -5%;
}
@media screen and (max-width: 1000px) {
    .mv-spark-1 {
        top: 30%;
        right: 0%;
    }
}
@media screen and (max-width: 500px) {
    .mv-spark-1 {
        top: 0%;
        right: 0%;
    }
}

.mv-spark-2 {
    left: -5%;
}
@media screen and (max-width: 1000px) {
    .mv-spark-2 {
        left: -3%;
        top: 100%;
    }
}
@media screen and (max-width: 500px) {
    .mv-spark-2 {
        left: -2%;
        top: 0;
    }
}

.mv-ttl {
    display: block;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 500px) {
    .mv-ttl {
        width: 100%;
    }
}

.mv-price {
    display: block;
    width: 90%;
    padding-top: 20px;
    margin: 0 auto;
    margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
    .mv-price {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 750px) {
    .mv-price {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    .mv-price {
        width: 100%;
        margin-bottom: 10px;
    }
}

.mv-wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.mv-text {
    width: 55%;
    height: auto;
    /* padding-top: 50px;
    padding-left: 30px; */
    padding-right: 10px;
    object-fit: contain;
}
@media screen and (max-width: 1500px) {
    .mv-text {
    padding-left: 30px;
    }
}
@media screen and (max-width: 750px) {
    .mv-text {
        padding-left: 10px;
        width: 52%;
    }
}
@media screen and (max-width: 500px) {
    .mv-text {
        padding-left: 10px;
        padding-right: 0;
    }
}

.mv-illust {
    /* width: 45vw; */
    width: 45%;
    margin-left: auto;
    object-fit: contain;
}
@media screen and (max-width: 750px) {
    .mv-illust {
        width: 48%;
        padding-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .mv-illust {
        padding-top: 0;
        margin-top: 10px;
    }
}

/*■■■■■■■■■■■■■■■■■■■■■■
campaign
■■■■■■■■■■■■■■■■■■■■■■■■*/
.cam {
    padding: 40px 0 100px;
    position: relative;
}
@media screen and (max-width: 1000px) {
    .cam {
        padding: 40px 0 80px;
    }
}
@media screen and (max-width: 500px) {
    .cam {
        padding: 30px 0 60px;
    }
}

.cam-main {
    width: 100%;
}

.cam-btn {
    width: 60%;
    position: absolute;
    right: 0;
    left: 0;
    top: 20%;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .cam-btn {
        width: 60%;
        right: 0;
        left: 0;
        top: 21%;
    }
}
@media screen and (max-width: 750px) {
    .cam-btn {
        width: 60%;
        /* top: 27%; */
    }
}
@media screen and (max-width: 620px) {
    .cam-btn {
        top: 22%;
    }
}
@media screen and (max-width: 500px) {
    .cam-btn {
        width: 70%;
        top: 21.5%;
    }
}

.cam-btn:hover {
    transition: all .3s ease;
    scale: 1.1;
}

.cam-btn img {
    width: 100%;
    max-width: 600px;
}

/*■■■■■■■■■■■■■■■■■■■■■■
point
■■■■■■■■■■■■■■■■■■■■■■■■*/
.point {
    padding: 160px 0 120px;
    background-color: #F4F4F4;
}
@media screen and (max-width: 1000px) {
    .point {
        padding: 120px 0 100px;
    }
}
@media screen and (max-width: 750px) {
    .point {
        padding: 80px 0 50px;
    }
}

.point-1,
.point-2 {
    position: relative;
}

.point-2 {
    text-align: right;
}



.point-figure-1,
.point-figure-2 {
    width: 95%;
    position: relative;
    display: block;
    margin: 0 auto;
}
/* @media screen and (max-width: 1000px) {
    .point-figure-1,
    .point-figure-2 {
        display: block;
    }
} */
@media screen and (max-width: 500px) {
    .point-figure-1,
    .point-figure-2 {
        width: 100%;
    }
}

.point-figure-1 {
    width: 85%;
    padding-left: 3%;
    padding-right: 17%;
    position: relative;
}
@media screen and (max-width: 1000px) {
    .point-figure-1 {
        width: 85%;
    }
}
@media screen and (max-width: 500px) {
    .point-figure-1 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.point-figure-2 {
    width: 85%;
    /* padding-left: 20%; */
    padding-left: 20%;
    margin-top: 50px;
}
@media screen and (max-width: 1000px) {
    .point-figure-2 {
        width: 85%;
    }
}
@media screen and (max-width: 500px) {
    .point-figure-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.point-01,
.point-02 {
    position: absolute;
    width: 25%;
}

.point-01 {
    top: -10%;
    left: 0%;
}
@media screen and (max-width: 1000px) {
    .point-01 {
        top: -5%;
        left: 0%;
    }
}
@media screen and (max-width: 500px) {
    .point-01 {
        top: -10%;
        left: 0;
    }
}

.point-02 {
    top: -10%;
    left: 18%;
}
@media screen and (max-width: 1000px) {
    .point-02 {
        top: -10%;
        left: 20%;
    }
}
@media screen and (max-width: 500px) {
    .point-02 {
        top: -10%;
        left: 0;
    }
}


/*■■■■■■■■■■■■■■■■■■■■■■
lineup
■■■■■■■■■■■■■■■■■■■■■■■■*/
.lineup {
    padding: 180px 0;
}
@media screen and (max-width: 1000px) {
    .lineup {
        padding: 80px 0;
    }
}

.lineup-ttl {
    display: block;
    margin: 0 auto;
    /* width: 70%; */
    width: 50%;
}
@media screen and (max-width: 1000px) {
    .lineup-ttl {
        /* width: 50%; */
        width: 45%;
    }
}
@media screen and (max-width: 750px) {
    .lineup-ttl {
        width: 60%;
    }
}
@media screen and (max-width: 500px) {
    .lineup-ttl {
        /* width: 90%; */
        width: 80%;
    }
}


.ttl-border {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

.lineup-list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 500px) {
    .lineup-list {
        width: 100%;
    }
}

.lineup-list::after {
    content: "";
    display: block;
    width: 30%;
}

.lineup-list-item {
    /* width: 30%; */
    width: 28%;
    margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
    .lineup-list-item {
        width: 45%;
        margin-bottom: 10px;
    }
}

.lineup-list-item img {
    width: 100%;
}

.lineup-list-item-last {
    position: relative;
}

.lineup-new {
    position: absolute;
    top: -7%;
    left: -8%;
    width: 30% !important;
}

.lineup-bubble {
    width: 90%;
    margin: 0 auto;
    position: relative;
    background-color: #ED963C;
    padding: 5% 5% 0 5%;
    margin-top: 50px;
    color: #FFF;
    border-radius: 20px;
}
@media screen and (max-width: 500px) {
    .lineup-bubble {
        width: 100%;
        border-radius: 10px;
    }
}
.lineup-bubble {
    margin-top: 30px;
}

.lineup-bubble::before {
    content: "";
    position: absolute;
    top: -99px;
    left: 50%;
    margin-left: -50px;
    border: 50px solid transparent;
    border-bottom: 50px solid #ED963C;
}
@media screen and (max-width: 750px) {
    .lineup-bubble::before {
        top: -80px;
        margin-left: -40px;
        border: 40px solid transparent;
        border-bottom: 40px solid #ED963C;
    }
}
@media screen and (max-width: 500px) {
    .lineup-bubble::before {
        top: -60px;
        margin-left: -30px;
        border: 30px solid transparent;
        border-bottom: 30px solid #ED963C;
    }
}

.lineup-bubble-ttl {
    width: 100%;
}

.lineup-bubble-shuppi {
    display: block;
    width: 100%;
    margin: 20px auto 0;
}

.lineup-bubble-choki {
    display: block;
    width: 100%;
    margin: 20px auto;
    margin-bottom: 20px;
}

.lineup-bubble-text {
    font-size: 18px;
}
@media screen and (max-width: 750px) {
    .lineup-bubble-text {
        font-size: 14px;
    }
}

.lineup-bubble-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
    .lineup-bubble-list {
        margin-top: 0px;
    }
}
@media screen and (max-width: 750px) {
    .lineup-bubble-list {
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .lineup-bubble-list {
        display: block;
        margin-bottom: 20px;
    }
}

.lineup-bubble-list-item {
    margin: 0 auto;
}
@media screen and (max-width: 500px) {
    .lineup-bubble-list-item {
        display: flex;
        align-items: center;
    }
    .lineup-bubble-list-item:not(:last-child) {
        margin-bottom: 10px;
    }
}

.lineup-bubble-list-item-1 {
    width: 33%;
}
.lineup-bubble-list-item-2 {
    width: 35%;
}
.lineup-bubble-list-item-3 {
    width: 33%;
}
@media screen and (max-width: 500px) {
    .lineup-bubble-list-item-1,
    .lineup-bubble-list-item-2,
    .lineup-bubble-list-item-3
     {
        width: 100%;
    }
}

.lineup-bubble-list-item-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 160px;
    object-fit: contain;
}
@media screen and (max-width: 750px) {
    .lineup-bubble-list-item-img {
        height: 120px;
    }
}
@media screen and (max-width: 500px) {
    .lineup-bubble-list-item-img {
        width: 100px;
        height: auto;
    }
}

.lineup-bubble-list-item-txt {
    display: inline-block;
    padding: 0 10px;
    margin-top: 8px;
}
@media screen and (max-width: 750px) {
    .lineup-bubble-list-item-txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .lineup-bubble-list-item-txt {
        width: 100%;
        font-size: 12px;
        padding:  0 0 0 10px;
    }
}

.lineup-bubble-list-item-txt span {
    font-size: 14px;
}
@media screen and (max-width: 750px) {
    .lineup-bubble-list-item-txt span {
        font-size: 12px;
    }
}
@media screen and (max-width: 500px) {
    .lineup-bubble-list-item-txt span {
        font-size: 10px;
    }
}

.lineup-bubble-price {
    width: 100%;
}

/*■■■■■■■■■■■■■■■■■■■■■■
review
■■■■■■■■■■■■■■■■■■■■■■■■*/
.review {
    padding: 120px 0;
    background-color: #F4F4F4;
}
@media screen and (max-width: 1000px) {
    .review {
        padding: 100px 0;
    }
}

.review-ttl {
    /* width: 80%; */
    width: 65%;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .review-ttl {
        /* width: 70%; */
        width: 60%;
    }
}
@media screen and (max-width: 750px) {
    .review-ttl {
        width: 80%;
    }
}
@media screen and (max-width: 500px) {
    .review-ttl {
        /* width: 95%; */
        width: 90%;
    }
}

.review-text {
    margin-bottom: 10px;
}

.review-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .review-list {
        display: block;
    }
}

.review-list-item {
    width: 50%;
}
@media screen and (max-width: 750px) {
    .review-list-item {
        width: 100%;
    }
}

.review-list-item-ttl {
    width: 90%;
    margin: 0 auto;
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
    background-color: #6BBC6E;
    text-align: center;
    padding: 5px 0;
    border-radius: 40px;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
    .review-list-item-ttl {
        width: 90%;
        font-size: 18px;
    }
}
@media screen and (max-width: 750px) {
    .review-list-item-ttl {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .review-list-item-ttl {
        width: 80%;
    }
}

.review-list-item-illust {
    width: 75%;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .review-list-item-illust {
        padding: 10px 10px 0 10px;
    }
}

.review-list-item-illust-wrap {
    display: grid;
    place-content: center;
}

.review-list-item-figure {
    display: block;
    width: 100%;
}

/*■■■■■■■■■■■■■■■■■■■■■■
qa
■■■■■■■■■■■■■■■■■■■■■■■■*/
.qa {
    padding: 120px 0;
}
@media screen and (max-width: 1000px) {
    .qa {
        padding: 100px 0;
    }
}

.qa-ttl {
    /* width: 40%; */
    width: 30%;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .qa-ttl {
        /* width: 32%; */
        width: 28%;
    }
}
@media screen and (max-width: 750px) {
    .qa-ttl {
        /* width: 32%; */
        width: 38%;
    }
}
@media screen and (max-width: 500px) {
    .qa-ttl {
        /* width: 50%; */
        width: 45%;
    }
}

.qa-img-l,
.qa-img-r {
    display: block;
    width: 80%;
}
@media screen and (max-width: 750px) {
    .qa-img-l,
    .qa-img-r {
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .qa-img-l,
    .qa-img-r {
        width: 100%;
    }
}

.qa-img-r {
    margin-left: auto;
    margin-top: 30px;
}
@media screen and (max-width: 750px) {
    .qa-img-r {
        margin-top: 10px;
    }
}

.qa-img-r:not(:last-child) {
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .qa-img-r:not(:last-child) {
        margin-bottom: 10px;
    }
}

/*■■■■■■■■■■■■■■■■■■■■■■
pamph
■■■■■■■■■■■■■■■■■■■■■■■■*/
.pamph {
    padding: 120px 0;
    background-color: #F4F4F4;
}
@media screen and (max-width: 1000px) {
    .pamph {
        padding: 100px 0;
    }
}

.pamph-ttl {
    /* width: 80%; */
    width: 80%;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .pamph-ttl {
        /* width: 70%; */
        width: 70%;
    }
}
@media screen and (max-width: 750px) {
    .pamph-ttl {
        /* width: 70%; */
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .pamph-ttl {
        /* width: 100%; */
        width: 95%;
    }
}

.pamph-btn {
    width: 230px;
    margin-top: 30px;
}
@media screen and (max-width: 750px) {
    .pamph-btn {
        width: 200px;
    }
}
@media screen and (max-width: 500px) {
    .pamph-btn {
        width: 75%;
    }
}

.pamph-btn img {
    height: 20px;
    object-fit: contain;
}
@media screen and (max-width: 750px) {
    .pamph-btn img {
        height: 16px;
    }
}
@media screen and (max-width: 500px) {
    .pamph-btn img {
        height: 16px;
    }
}

.pamph-column {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
/* @media screen and (max-width: 500px) {
    .pamph-column {
        display: block;
        align-items: center;
    }
} */
@media screen and (max-width: 750px) {
    .pamph-column {
        display: block;
        align-items: center;
    }
}

.pamph-item {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* @media screen and (max-width: 500px) {
    .pamph-item {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .pamph-item:not(:last-child) {
        margin-bottom: 50px;
    }
} */
@media screen and (max-width: 750px) {
    .pamph-item {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .pamph-item:not(:last-child) {
        margin-bottom: 50px;
    }
}

.pamph-item-ttl {
    display: block;
    color: white;
    width: 320px;
    font-size: 25px;
    border-radius: 50px;
    text-align: center;
    padding: 4px 3px;
    margin-bottom: 30px;
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif !important;
    font-weight: 500;
}
@media screen and (max-width: 1000px) {
    .pamph-item-ttl {
        width: 90%;
        max-width: 280px;
        font-size: 22px;
        margin-bottom: 20px;
    }
}
/* @media screen and (max-width: 750px) {
    .pamph-item-ttl {
        width: 200px;
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    .pamph-item-ttl {
        width: 90%;
        max-width: none;
        
    }
} */
@media screen and (max-width: 750px) {
    .pamph-item-ttl {
        font-size: 18px;
        width: 80%;
        max-width: none;
        
    }
}
@media screen and (max-width: 500px) {
    .pamph-item-ttl {
        width: 90%;
    }
}

.pamph-webpamphlet-ttl {
    background-color: #F74E77;
}
.pamph-flyer-ttl {
    background-color: #6BBC6E;
}

.pamph-webpamphletimg {
    object-fit: contain;
    height: 400px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .pamph-webpamphletimg {
        height: 300px;
    }
}

/* @media screen and (max-width: 500px) {
    .pamph-webpamphletimg {
        height: auto;
        width: 70%;
    }
} */
@media screen and (max-width: 750px) {
    .pamph-webpamphletimg {
        height: auto;
        width: 70%;
    }
}

.browser {
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 50px;
    border: 2px solid black;
    justify-content: center;
    background-color: #6BBC6E;
    margin-bottom: 10px;
}

.browser:hover {
    background-color: #69e76d;
    transition: 0.3s ease;
}

.download {
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 50px;
    border: 2px solid black;
    justify-content: center;
    background-color: white;
}

.download:hover {
    background-color: #efefefef;
    transition: 0.3s ease;
}

.pamph-flyer {
    width: 45%;
}

/*■■■■■■■■■■■■■■■■■■■■■■
footer
■■■■■■■■■■■■■■■■■■■■■■■■*/
.footer {
    padding: 40px 0 200px;
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif !important;
}

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

.footer-wrap {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .footer-wrap {
        margin-top: 50px;
        flex-direction: column;
    }
}

.footer-inner {
    width: 47%;
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .footer-inner {
        width: 100%;
        margin-bottom: 30px;
    }
}

.footer-inner p {
    padding-left: 15px;
}
.footer-hikiuke {
    padding-left: 20px !important;
}

.footer-inner-ttl {
    width: 100%;
    background-color: #717071;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    display: block;
    padding: 2px 5px 2px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.footer-company {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.footer-address {
    font-size: 15px;
    letter-spacing: 0.01em;
}

.footer-company-list-icon {
    text-indent: -1em;
}

.footer-company-list-icon::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #6BBC6E;
    border-radius: 10px;
}

.footer-mark {
    margin-top: 80px;
    text-align: end;
}



/*■■■■■■■■■■■■■■■■■■■■■■
followBtn
■■■■■■■■■■■■■■■■■■■■■■■■*/
.followBtn {
    position: fixed;
    z-index: 100;
    display: none;
}
.followBtn-1 {
    bottom: 100px;
    right: 0;
}
@media screen and (max-width: 750px) {
    .followBtn-1 {
        bottom: 90px;
    }
}
@media screen and (max-width: 500px) {
    .followBtn-1 {
        bottom: 80px;
    }
}

.footer-btn-up {
    width: 60px;
    display: block;
    margin-right: 30px;
    margin-left: auto;
}
@media screen and (max-width: 500px) {
    .footer-btn-up {
        width: 45px;
       margin-right: 20px;
    }
}

.followBtn-2 {
    bottom: 20px;
    right: 0;
    z-index: 100;
}

.footer-btn-application {
    width: 350px;
}
@media screen and (max-width: 750px) {
    .footer-btn-application {
        width: 300px;
    }
}
@media screen and (max-width: 500px) {
    .footer-btn-application {
        width: 250px;
    }
}