/* Reset CSS */
* {
    margin: 0;
    padding: 0;
}
ul,ol {
    list-style: none;
}
a {
    text-decoration: none;
    transition: 0.5s all;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
.inr {
    max-width: 1920px;
    margin: auto;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}
a:hover {
    opacity: 0.7;
    transform: translate(3px,3px);
    transition: 0.5s all;
}
span.brwrap br {
    display: none !important;
}
/* header */
div#wrapper {
    overflow-x: hidden;
}
header {
    border-bottom: 6px solid #09ae3b;
    padding: 10px 0;
    box-sizing: border-box;
}
header .logo {
    max-width: 150px;
}

/* top */
section.top p {
    font-weight: normal;
    font-size: 1.6vw;
    color: #09ae3b;
    text-align: center;
    line-height: 1.1;
}
section.top p span {
    font-weight: bold;
    font-size: 2.8vw;
    display: inline;
    background-position: left -100% center;
    padding-bottom: 0.7em;
    font-weight: bold;
    background-size: 200% 0.4em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(252, 252, 0) 50%);
    transition: background-position 2s ease 0.1s;
}
.mainvisual .inr {
    background: url(img/top_bg.png) no-repeat top center;
    background-size: 100vw;
    padding-bottom: 5vw;
}
.mv_contact {
    width: 45%;
    margin-left: 120px;
    text-align: center;
}
.mv_contact p {
    color: #09ae3b;
    text-align: center;
    font-size: 1.5vw;
    letter-spacing: 1px;
}
.mv_contact .btn a {
    color: #fff;
    background: #09ae3b;
    display: inline-block;
    font-size: 1.7vw;
    padding: 5px 80px 5px 60px;
    border-radius: 30px;
    position: relative;
}
.mv_contact .btn a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 20px 15px 15px 15px;
    border-style: solid;
    border-color: #fff transparent transparent;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
}
.about {
    padding-top: 15%;
    color: #fff;
}
.about, .about2 {
    text-align: center;
}
.about h3 {
    font-size: 3.8vw;
    display: inline;
    background-position: left -100% center;
    padding-bottom: 1em;
    font-weight: bold;
    background-size: 200% 0.4em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(252, 252, 0) 50%);
    transition: background-position 2s ease 0.1s;
}
.about p {
    font-size: 0.8vw;
    line-height: 2;
}
.about2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    flex-wrap: wrap;
    margin-top: 2vw;
}
.about2 .left, .about2 .right {
    width: 50%;
}
.about2_circle {
    width: 21vw;
    height: 21vw;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.about2_circle h4 {
    width: 100%;
    text-align: center;
    color: #09ae3b;
    font-size: 2.1vw;
    line-height: 1.2;
}
.left .about2_circle {
    margin-right: 10%;
    margin-left: auto;
}
.right .about2_circle {
    margin-left: 10%;
    margin-right: auto;
}
.about2_circle p {
    font-size: 1.1vw;
}

/* recomend */
.recomend_title {
    text-align: center;
}
.recomend_title h3 {
    color: #09ae3b;
    font-size: 3.4vw;
    display: inline;
    background-position: left -100% center;
    padding-bottom: 1em;
    font-weight: bold;
    background-size: 200% 0.4em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(252, 252, 0) 50%);
    transition: background-position 2s ease 0.1s;
}
.recomend_title p {
    font-size: 0.8vw;
    font-weight: bold;
    color: #09ae3b;
}
.recomend_flow {
    background: #f6ffeb;
    padding: 40px;
    width: 87%;
    margin: auto;
}
.recomend_flow h4 {
    text-align: center;
    font-size: 2.3vw;
}
.recomend_flow ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.recomend_flow ul li {
    width: 31%;
    margin-right: 3.5%;
    background-color: #ffffff;
    border: 5px solid #09ae3b;
    box-sizing: border-box;
    padding: 40px 20px;
    border-radius: 15px;
    position: relative;
}
.recomend_flow ul li:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 4.5vw;
    color: #09ae3b;
    background: #fff;
    width: 6.3vw;
    height: 6.3vw;
    border-radius: 50%;
    border: 5px solid #09ae3b;
    text-align: center;
    line-height: 6.5vw;
    font-weight: bold;
    top: -5vw;
    left: 1.3vw;
}
.recomend_flow ul li:nth-child(1)::before {
    content: "1";
}
.recomend_flow ul li:nth-child(2)::before {
    content: "2";
}
.recomend_flow ul li:nth-child(3)::before {
    content: "3";
}
.recomend_flow ul li:nth-child(1)::after,
.recomend_flow ul li:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 2.5vw 7vw 7vw 7vw;
    border-style: solid;
    border-color: #09ae3b transparent transparent;
    top: 50%;
    left: calc(100% - 2vw);
    transform: translateY(-50%) rotate(-90deg);
}
.recomend_flow ul li:last-child {
    margin-right: 0;
}
.recomend_flow ul li h5 {
    color: #09ae3b;
    font-size: 1.4vw;
    text-align: center;
    font-weight: bold;
}
.recomend_flow ul li p {
    font-size: 1vw;
}

/* movie */

.movie {
    padding: 80px 0;
    max-width: 1200px;
    margin: auto;
    width: 65%;
}
.iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 5px solid #09ae3b;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* function */
.function {
    background: url(img/function_back.png) no-repeat top center;
    background-size: cover;
    padding: 40px 0;
}
.function_title {
    text-align: center;
}
.function_title h3 {
    color: #095f2c;
    font-size: 3.4vw;
    display: inline;
    background-position: left -100% center;
    padding-bottom: 1em;
    font-weight: bold;
    background-size: 200% 0.4em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(252, 252, 0) 50%);
    transition: background-position 2s ease 0.1s;
}
.function_title p {
    font-size: 0.8vw;
    font-weight: bold;
    color: #095f2c;
}
.function_content {
    background: #ffffff;
    border: 5px solid #09ae3b;
    padding: 120px 60px 80px;
    position: relative;
    max-width: 1400px;
    margin: auto;
    box-sizing: border-box;
    width: 80%;
}
.function_content h3 {
    position: absolute;
    background: #ffffff;
    border: 5px solid #09ae3b;
    color: #09ae3b;
    text-align: center;
    padding: 5px 2%;
    width: 100%;
    max-width: 34%;
    font-size: 2.2vw;
    box-sizing: border-box;
    top: -2.5%;
    left: 10%;
}
.function_content p {
    font-size: 1.1vw;
}
.function_content ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.function_content ul li {
    margin: 60px 4% 0;
    width: 42%;
}
.function_content ul li h5 {
    color: #09ae3b;
    font-size: 1.2vw;
    margin-top: 20px;
}
.function_content ul li p {
    font-size: 1vw;
}

/* case study */
section.case_study {
    padding: 60px 0 100px;
}
.case_study_title {
    text-align: center;
}
.case_study_title h3 {
    color: #09ae3b;
    font-size: 3.4vw;
    display: inline;
    background-position: left -100% center;
    padding-bottom: 1em;
    font-weight: bold;
    background-size: 200% 0.4em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(252, 252, 0) 50%);
    transition: background-position 2s ease 0.1s;
}
.case_study_title p {
    font-size: 0.8vw;
    font-weight: bold;
    color: #09ae3b;
}
section.case_study ul {
    max-width: 1400px;
    margin: auto;
    width: 80%;
}
section.case_study ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.cs_img {
    width: 35%;
    box-sizing: border-box;
    border: 3px solid #09ae3b;
}
.cs_txt {
    width: 62.5%;
    position: relative;
}
.cs_txt::before {
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    background: #f5f5f5;
    z-index: -1;
}
section.case_study ul li:nth-child(1) .cs_txt::before,
section.case_study ul li:nth-child(3) .cs_txt::before {
    left: -10%;
    top: -7%;
}
section.case_study ul li:nth-child(2) .cs_txt::before {
    right: -10%;
    top: -7%;
}
section.case_study ul li:nth-child(1) .cs_txt,
section.case_study ul li:nth-child(3) .cs_txt {
    margin-top: 8%;
}
section.case_study ul li:nth-child(2) .cs_img {
    margin-top: 12%;
}
.cs_txt h3 {
    color: #095f2c;
    font-size: 2vw;
}

@media screen and (min-width: 1000px) {
    section.case_study ul li:nth-child(3) .cs_txt h3 {
    font-size: 1.7vw;
    }
}
.cs_txt h3 br {
    display: none;
}
.cs_txt p {
    font-size: 1vw;
    line-height: 1.6;
}
section.case_study ul li:nth-child(1) .cs_txt,
section.case_study ul li:nth-child(3) .cs_txt {
    margin-left: 2.5%;
}
section.case_study ul li:nth-child(2) .cs_txt {
    margin-right: 2.5%;
}
section.case_study ul li:nth-child(1) .cs_txt p,
section.case_study ul li:nth-child(3) .cs_txt p {
    padding-left: 30px;
}
section.case_study ul li:nth-child(2) .cs_txt p {
    padding-right: 30px;
}
section.case_study ul li:nth-child(2) .cs_txt {
    order: -1;
}
.cs_txt div {
    text-align: center;
}
.cs_txt div a {
    color: #028b3a;
    font-size: 1.5vw;
    font-weight: bold;
    background: #ffffff;
    border: 3px solid #028b3a;
    padding: 5px 100px 5px 70px;
    display: inline-block;
    position: relative;
}
.cs_txt div a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 15px 12px 12px 12px;
    border-style: solid;
    border-color: #028b3a transparent transparent;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
}

/* faq */
section.faq {
    background: linear-gradient(45deg, #04b7a4 0%, #12f079 100%);
}
section.faq {
    padding: 60px 0 100px;
}
.faq_title {
    text-align: center;
}
.faq_title h3 {
    color: #fff;
    font-size: 3.4vw;
    display: inline;
    background-position: left -100% center;
    padding-bottom: 1em;
    font-weight: bold;
    background-size: 200% 0.4em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(252, 252, 0) 50%);
    transition: background-position 2s ease 0.1s;
}
.faq_title p {
    font-size: 0.8vw;
    font-weight: bold;
    color: #fff;
}
section.faq ul {
    max-width: 1400px;
    margin: auto;
    width: 80%;
}
section.faq ul li {
    background: #fff;
    margin-top: 60px;
    border-radius: 20px;
}
.faq_wrap {
    padding: 0 5vw 0 2vw;
}
.question p,
.answer p {
    font-size: 1.5vw;
    font-weight: bold;
}
.question {
    color: #09ae3b;
    padding: 20px 30px 20px 100px;
    position: relative;
}
.answer {
    display: none;
    color: #707070;
    padding: 20px 30px 20px 100px;
    border-top: 3px dashed #09ae3b;
    position: relative;
}
.question span::before {
    content: "Q";
    display: flex;
    background: #09ae3b;
    color: #fff;
    position: absolute;
    font-size: 2vw;
    width: 3.5vw;
    height: 3.5vw;
    text-align: center;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.answer span::before {
    content: "A";
    display: flex;
    background: #fff;
    color: #707070;
    border: 3px solid #707070;
    position: absolute;
    font-size: 2vw;
    width: 3.5vw;
    height: 3.5vw;
    text-align: center;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.question::before {
    content:"";
    display: block;
    width: 2.7vw;
    height: 0.27vw;
    background: #09ae3b;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: calc(100% + 5px);
}
.question::after {
    content:"";
    display: block;
    width: 0.27vw;
    height: 2.7vw;
    background: #09ae3b;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: calc(100% + 5px + 1.35vw - 0.135vw);
    transition: 0.5s all;
}
.question.open::after {
    transform: rotate(90deg);
    transition: 0.5s all;
}
footer {
    padding: 80px 0;
}
.footer_content {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
}
.footer_left, .footer_right {
    width: 50%;
}
.footer_left p {
    color: #095f2c;
    font-size: 1.8vw;
    font-weight: bold;
}
.footer_left p span {
    font-weight: normal;
    font-size: 1.3vw;
}
.footer_left a {
    font-size: 24px;
    color: #095f2c;
    cursor: pointer;
}
.footer_right {
    text-align: center;
}
.footer_right a.btn {
    color: #fff;
    background: #09ae3b;
    display: inline-block;
    padding: 15px 40px;
    max-width: 500px;
    width: 100%;
    font-size: 1.8vw;
    font-weight: bold;
    border-radius: 25px;
    box-sizing: border-box;
}
p.mail a {
    color: #095f2c;
    font-size: 1.4vw;
    letter-spacing: 2px;
}
/* general */
.center {
    text-align: center;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}
.mt80 {
    margin-top: 80px;
}
.mt100 {
    margin-top: 100px;
}
.mt120 {
    margin-top: 120px;
}
.mt160 {
    margin-top: 160px;
}

@media screen and (max-width: 1366px) {

    /* section.top p {
        font-size: 2.3vw;
    }
    section.top p span {
        font-size: 3.6vw;
    }
    .mv_contact p {
        font-size: 2.2vw;
    }
    .mv_contact {
        margin-left: 9vw;
    }
    .mv_contact .btn a {
        font-size: 2.2vw;
    }
    .left .about2_circle {
        margin-right: 10%;
        margin-left: auto;
    }
    .about p {
        font-size: 1.2vw;
    }
    .about2_circle {
        width: 26vw;
        height: 26vw;
    }
    .about2_circle h4 {
        font-size: 2.8vw;
    }
    .about2_circle p {
        font-size: 1.4vw;
    }
    .about h3,
    .recomend_title h3,
    .function_title h3,
    .case_study_title h3,
    .faq_title h3 {
        font-size: 3.7vw;
        background-size: 200% 1.5vw;
    }
    section.recomend {
        margin-top: 20px;
    }
    .recomend_flow h4 {
        font-size: 3.1vw;
    }
    .recomend_flow ul li:before {
        width: 6.5vw;
        height: 6.5vw;
        font-size: 4.7vw;
        top: -4.5vw;
        left: 2.1vw;
    }
    .cs_txt h3 br {
        display: block;
    }
    .cs_txt h3 {
        text-align: center;
        font-size: 2.9vw;
    }
    .function_content h3 {
        top: -2.8vw;
    } */
}
@media screen and (max-width: 999px) {
    .recomend_flow ul li {
        width: 100%;
        max-width: 540px;
        margin: 0 auto 100px;
    }
    .recomend_flow ul li:nth-child(1)::after,
    .recomend_flow ul li:nth-child(2)::after {
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(0deg);
    }
    .recomend_flow ul li:last-child {
        margin-right: auto;
    }
    .cs_img {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    .cs_txt {
        width: 100%;
    }
    section.case_study ul li:nth-child(1) .cs_txt,
    section.case_study ul li:nth-child(2) .cs_txt,
    section.case_study ul li:nth-child(3) .cs_txt {
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
    }
    section.case_study ul li:nth-child(1) .cs_txt::before,
    section.case_study ul li:nth-child(2) .cs_txt::before,
    section.case_study ul li:nth-child(3) .cs_txt::before {
        width: calc(100% + 80px);
        height: 115%;
        left: -40px;
        top: -21%;
    }
    section.case_study ul li:nth-child(1) .cs_txt p,
    section.case_study ul li:nth-child(2) .cs_txt p,
    section.case_study ul li:nth-child(3) .cs_txt p {
        padding-left: 0;
        padding-right: 0;
    }
    section.case_study ul li:nth-child(2) .cs_txt {
        order: 0;
    }
    section.case_study ul li:nth-child(2) .cs_img {
        margin-top: 0;
    }
    .function_content ul li {
        width: 100%;
        max-width: 540px;
        margin: 60px auto 0;
    }
    section.faq ul li label {
        font-size: 2.3vw;
    }
    footer {
        padding: 40px;
    }
    .footer_left,.footer_right {
        width: 100%;
    }
    .footer_right {
        margin-top: 60px;
    }
    .recomend_flow ul li h5 {
        font-size: 2.8vw;
    }
    .recomend_flow ul li p {
        font-size: 1.8vw;
    }
    .function_content h3 {
        top: -3vw;
        left: 4%;
    }
    .function_content ul li h5 {
        font-size: 2.6vw;
    }
    .function_content ul li p {
        font-size: 2.4vw;
    }
    .function_content p {
        font-size: 2vw;
    }
    .cs_txt h3 {
        font-size: 3vw;
    }
    section.case_study ul li:nth-child(3) .cs_txt h3 {
        font-size: 2.7vw;
    }
    .cs_txt p {
        font-size: 2vw;
    }
    .cs_txt div a {
        font-size: 2vw;
    }
    .question,
    .answer {
        padding: 20px 20px 20px 40px;
    }
    .footer_left p {
        font-size: 3vw;
    }
    .footer_left p span,
    p.mail a {
        font-size: 2vw;
    }
}
@media screen and (max-width: 800px) {
    .inr {
        padding-left: 20px;
        padding-right: 20px;
    }
    header .logo {
        max-width: 300px;
        width: 40%;
    }
    section.top p {
        font-size: 4.5vw;
    }
    section.top p br {
        display: block;
    }
    section.top p span {
        font-size: 5.5vw;
        line-height: 1.3;
    }
    span.brwrap br {
        display: block !important;
    }
    .mv_contact {
        width: 90%;
        margin: 0 auto;
    }
    .mv_contact p {
        font-size: 4.5vw;
    }
    .mv_contact .btn a {
        font-size: 5.3vw;
        border-radius: 40px;
    }
    .mv_contact .btn a:after {
        border-width: 3vw 2vw 2vw 2vw;
    }
    .btn {
        margin-top: 20px;
    }
    section.mainvisual {
        margin-top: 80px;
    }
    .mainvisual .inr {
        background: url(img/top_bg_sp.png) no-repeat center 50vw;
        background-size: 100%;
        padding-bottom: 10vw;
    }
    .about {
        padding-top: 68vw;
    }
    .about h3, .recomend_title h3, .function_title h3, .case_study_title h3, .faq_title h3 {
        font-size: 9vw;
        background-size: 200% 4.5vw;
    }
    .about p {
        font-size: 3.5vw;
    }
    .about2 .left, .about2 .right {
        width: 100%;
    }
    .left .about2_circle,
    .right .about2_circle {
        margin: 3vw auto;
    }
    .about2_circle {
        width: 80vw;
        height: 80vw;
    }
    .about2_circle h4 {
        font-size: 8vw;
    }
    .about2_circle p {
        font-size: 4vw;
    }
    .recomend_title p {
        font-size: 4vw;
    }
    .recomend_flow {
        padding: 20px;
    }
    .recomend_flow h4 {
        font-size: 5vw;
    }
    .recomend_flow ul li {
        padding: 20px 10px;
        margin-bottom: 130px;
        max-width: initial;
    }
    .recomend_flow ul li h5 {
        font-size: 4vw;
    }
    .recomend_flow ul li p {
        font-size: 3.6vw;
    }
    .recomend_flow ul li:before {
        width: 17vw;
        height: 17vw;
        font-size: 12vw;
        top: -13vw;
        left: 4vw;
    }
    .recomend_flow ul li:nth-child(1)::after, .recomend_flow ul li:nth-child(2)::after {
        border-width: 6vw 13vw 13vw 13vw;
    }
    section.movie {
        width: 100%;
        padding: 80px 20px;
        box-sizing: border-box;
    }
    .function_content h3 {
        font-size: 5vw;
        padding: 2px 20px;
        width: auto;
        max-width: inherit;
        top: -5vw;
        left: 4vw;
        border: 2px solid #09ae3b;
    }
    .function_title p {
        font-size: 4vw;
    }
    .function_content {
        border: 2px solid #09ae3b;
        width: 95%;
        padding: 60px 20px;
        max-width: initial;
        
    }
    .function_content p {
        font-size: 4vw;
    }
    .function_content ul li {
        margin: 40px auto 0;
        max-width: initial;
    }
    .function_content ul li h5 {
        font-size: 4.5vw;
    }
    .function_content ul li p {
        font-size: 3.7vw;
    }
    .case_study_title p {
        font-size: 4vw;
    }
    section.case_study ul {
        width: 95%;
        max-width: initial;
    }
    .cs_img {
        border: 2px solid #09ae3b;
    }
    .cs_txt h3,
    section.case_study ul li:nth-child(3) .cs_txt h3  {
        font-size: 5vw;
        text-align: center;
    }
    .cs_txt p {
        font-size: 3.8vw;
    }
    .cs_txt div a {
        padding: 5px 60px 5px 40px;
        width: 100%;
        box-sizing: border-box;
        font-size: 5vw;
        width: 90%;
        max-width: initial;
    }
    section.case_study ul li:nth-child(1) .cs_txt::before,
    section.case_study ul li:nth-child(2) .cs_txt::before,
    section.case_study ul li:nth-child(3) .cs_txt::before {
        top: -21vw;
    }
    .faq_title p {
        font-size: 4vw;
    }
    section.faq ul {
        width: 95%;
    }
    .faq_wrap {
        padding: 0 7vw 0 2vw;
    }
    .question p,
    .answer p {
        font-size: 3.2vw;
    }
    .question,
    .answer {
        padding: 2vw 1vw 2vw 8vw;
    }
    .question span::before,
    .answer span::before {
        font-size: 3vw;
        width: 5.5vw;
        height: 5.5vw;
    }
    .answer span::before {
        border:2px solid #707070;
    }
    section.faq ul li {
        margin-top: 30px;
        border-radius: 10px;
    }
    footer {
        padding: 30px 10px 40px;
    }
    .footer_content {
        width: 95%;
    }
    .footer_left p {
        font-size: 6vw;
    }
    .footer_left a {
        font-size: 5vw;
    }
    .footer_left p span {
        font-size: 4.5vw;
    }
    .footer_right {
        margin-top: 20px;
    }
    .footer_right a.btn {
        font-size: 5vw;
        padding: 20px;
        width: 100%;
        max-width: initial;
    }
    p.mail a {
        font-size: 3.3vw;
    }
    .spmt20 {
        margin-top: 20px !important;
    }
    .spmt40 {
        margin-top: 40px !important;
    }
    .spmt60 {
        margin-top: 60px !important;
    }
    .spmt80 {
        margin-top: 80px !important;
    }
    .spmt100 {
        margin-top: 100px !important;
    }
    .spmt120 {
        margin-top: 120px !important;
    }
}