@charset "utf-8";

/***********************************************
PC
************************************************/

/* ======== 共通 ======== */
* {
    box-sizing: border-box;
}
.pc {
    display: inherit;
}
.sp {
    display: none;
}
.row {
    width: 980px;
    margin: auto;
}
body {
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
p {
    margin-bottom: 25px;
}
strong {
    color: #f2790d;
}
a img {
    transition: 0.3s;
}
a img:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex div:first-child {
    margin-right: 40px;
}
.flex.top {
    align-items: baseline;
}
.mb0 {
    margin-bottom: 0!important;
}
.bg-dgreen {
    background: #00657d;
}
.bg-bgray {
    background: #f2f0ea;
}

/* ======== コンテンツ ======== */

header {
    background-image: -moz-linear-gradient( 90deg, rgb(0,113,121) 0%, rgb(0,174,187) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,113,121) 0%, rgb(0,174,187) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,113,121) 0%, rgb(0,174,187) 99%);
    padding: 25px 0 40px;
}
header .row {
    width: 1170px;
}
header .flex {
    margin-top: -20px;
}
header .flex .l {
    margin-top: -15px;
    text-align: center;
}
header .medal {
    margin-top: 20px;
}
.cv .btn {
    text-align: center;
}
.cv .btn a {
    display: block;
    border-radius: 16px;
    background-image: -moz-linear-gradient( 90deg, rgb(163,118,39) 0%, rgb(212,172,101) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(163,118,39) 0%, rgb(212,172,101) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(163,118,39) 0%, rgb(212,172,101) 100%);
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
    width: 680px;
    padding: 30px;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}
.cv .btn a:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(212,172,101) 0%, rgb(163,118,39) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(212,172,101) 0%, rgb(163,118,39) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(212,172,101) 0%, rgb(163,118,39) 100%);
    transition: 0.3s;
}
.cv .btn a::before {
    content: url(../img/v02/cv-arrow.png);
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}
.cv p {
    font-size: 22px;
    text-align: center;
    color: #333;
    margin-top: 15px;
    margin-bottom: 0;
}
.cv.text-w p {
    color: #FFF;
}
.cv-f {
    background: #00aebb;
    color: #FFF;
}
.cv-f .flex-area {
    position: relative;
}
.cv-f .flex-area .r {
    padding-left: 150px;
}
.cv-f .flex-area .h {
    font-size: 30px;
    font-weight: bold;
}
.cv-f .flex-area .h span {
    font-size: 40px;
}
.cv-f .square-box {
    position: absolute;
    left: 0;
    top: 0;
    color: #00aebb;
}
.cv-f .square {
    font-weight: bold;
    height: 120px;
    width: 120px;
    border-radius: 10px;
    text-align: center;
    background: #ffea00;
    font-size: 30px;
    line-height: 1;
    position: relative;
}
.cv-f .square span span {
    font-size: 60px;
}
.cv-f .square span.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


section {
    padding: 60px 0;
}
section.pb {
    padding: 60px 0 40px;
}
h2 {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
}
.sec04 h2 {
    margin-bottom: 60px;
}
h2 strong {
    color: #333;
    background: linear-gradient(transparent 70%, #fceb07 70%);
    background-position: bottom 10px left 100%;
    padding-bottom: 15px;
}
.h-sub {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.sec01 p strong {
    color: #333;
    background: linear-gradient(transparent 80%, #fceb07 80%);
    background-position: bottom 10px left 100%;
    padding-bottom: 15px;
    font-size: 22px;
}
.sec02  {
    padding-bottom: 140px;
}
.sec02 .flex-box {
    text-align: left;
    position: relative;
    padding-top: 30px;
}
.sec02 .flex-box h2 {
    display: inline-block;
    color: #FFF;
}
.sec02 .flex-box h2 strong {
    color: #FFF;
    background: linear-gradient(transparent 85%, #fceb07 85%);
    background-position: bottom 10px left 100%;
    padding-bottom: 15px;
}
.sec02 .flex-box img {
    position: absolute;
    right: 0;
    top: 60px;
}
.sec02 .flex-box p {
    color: #FFF;
    width: 490px;
    margin-top: 30px;
    line-height: 1.8;
}
.bubble-box {
    background: #FFF;
    border-radius: 10px;
    position: relative;
}
.bubble-box::after {
    content: url(../img/v02/bubble.png);
    position: absolute;
    bottom: -104px;
    left: 50%;
    transform: translateX(-50%);
}
.bubble-box .title {
    background: #ffea00;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.bubble-box .inner {
    padding: 25px;
}
.bubble-box .inner .flex {
    justify-content: flex-start;
    margin-bottom: 25px;
}
.bubble-box .inner .flex .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}
.sec03 .h-img {
    margin: 40px 0;
}
.sec03 .b-box {
    background: #FFF;
    border-radius: 10px;
    border: 4px solid #00aebb;
    margin-bottom: 45px;
}
.sec03 .b-box .title {
    background: #00aebb;
    color: #ffea00;
    border: 4px solid #00aebb;
    padding: 15px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.sec03 .b-box .title::after {
    content: "";
    background-image: url(../img/v02/sec03-arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 231px;
    height: 80px;
    display: block;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.sec03 .b-box .inner {
    font-size: 36px;
    padding: 50px 45px 15px;
    font-weight: bold;
}
.sec03 .b-box .inner strong {
    margin-bottom: 25px;
    color: #00aebb;
}
.sec03 .b-box .text p:last-child {
    margin-bottom: 0;
}
.sec03 .b-box .flex div:first-child {
  margin-right: 30px;
}
.box-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.box-area .item {
    background: #FFF;
    border-radius: 10px;
    width: 470px;
    margin-bottom: 35px;
}
.box-area .item .title {
    border-radius: 10px 10px 0 0;
    background: #00aebb;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 15px 30px;
}
.box-area .item .inner {
    padding: 25px;
}
.box-area .item .inner p:last-child {
    margin-bottom: 0;
}
.sec04 .proceed-area .item {
    background: #f2f0ea;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 30px;
    line-height: 1.8;
    position: relative;
}
.sec04 .proceed-area .item .flex {
    align-items: flex-start;
}
.sec04 .proceed-area .item .text {
    width: 390px;
    margin-right: 0;
}
.sec04 .proceed-area .item .flex .text {
    padding-left: 55px;
}
.sec04 .proceed-area .item .img {
    width: 440px;
    padding: 15px;
    text-align: center;
    background: #FFF;
    border-radius: 10px;
}
.sec04 .proceed-area .item h3 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 125px;
}
.sec04 .proceed-area .circle-box {
    position: absolute;
    left: 20px;
    top: 20px;
}
.sec04 .proceed-area .circle {
    font-weight: bold;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    background: #ffea00;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
}
.sec04 .proceed-area .circle span span {
    font-size: 50px;
}
.sec04 .proceed-area .circle span.text {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec04 .toggle-area {
    margin: 40px 0 0;
}
.sec04 .toggle-area .btn {
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 174, 187);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 0px 0px rgba(4, 0, 0, 0.08);
    width: 560px;
    text-align: center;
    color: #00aebb;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 50px;
    margin: auto;
    transition: 0.3s;
    position: relative;
}
.sec04 .toggle-area .btn::after {
    content: "";
    background-image: url(../img/v02/ico-plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.sec04 .toggle-area .btn.open::after {
    content: "";
    background-image: url(../img/v02/ico-minus.png);
}
.sec04 .toggle-area .btn:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.sec04 .toggle-in {
    padding: 25px 0 0;
}
.sec04 .toggle-in h4 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 25px;
}
.sec04 .toggle-in .img-box {
    background: #FFF;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
}
.price {
    padding-top: 0;
    margin-top: -20px;
}
.price .price-box01 {
    background: #e1f2f5;
    border-radius: 10px;
    padding: 55px 30px 30px;
    text-align: center;
    margin-bottom: 25px;
}
.price .price-box01 h2 {
    margin-bottom: 30px;
}
.price .price-box01 h3 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    text-align: left;
    margin: 30px 0 20px;
}
.price .price-box01 h3::before {
    content: "";
    background: #00aebb;
    width: 8px;
    height: 50px;
    border-radius: 2px;
    position: absolute;
    left: 0;
}
.price .price-box01 .catch {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    background: #00aebb;
    padding: 10px;
    border-radius: 10px;
}
.price .row02 {
    width: 640px;
    margin: auto;
}
.price .price-box02 {
    background: #f2f0ea;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin-bottom: 60px;
}
.price .price-box02 p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
}
.voice .chara {
    text-align: center;
    margin-top: 30px;
}
.voice .chara img {
    vertical-align: bottom;
}
.voice .item {
    background: #FFF;
    border-radius: 10px;
    margin-bottom: 50px;
}
.voice .item h3 {
    color: #FFF;
    background: #00aebb;
    border-radius: 10px 10px 0 0;
    font-size: 34px;
    text-align: center;
    padding: 15px;
    line-height: 1.3;
}
.voice .item h3 strong {
    color: #ffea00;
    font-size: 44px;
}
.voice .item .inner {
    padding: 30px;
}
.voice .item .flex {
    align-items: flex-start;
}
.voice .item .img {
    width: 460px;
    flex-shrink: 0;
    margin-right: 20px;
}
.voice .item .img img {
    width: 100%;
    height: auto;
}
.voice .item .text p:last-child {
    margin-bottom: 0;
}
.h-ico {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.school {
    padding-top: 0;
}
.school .h-ico {
    margin-top: -15px;
}
.school .box-area .item .inner {
    padding: 0;
}
.school .box-area .item .inner p {
    padding: 25px;
    margin-bottom: 0;
}
.school .box-area .title {
    text-align: left;
}
.school .box-area .map iframe {
    border-radius: 0 0 10px 10px;
    vertical-align: bottom;
    width: 100%;
    height: 250px;
}
.faq {
    padding-top: 0;
}
.faq .item {
    background: #FFF;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 25px;
}
.faq .item .q,
.faq .item .a,
.faq .item .a .fbox {
    display: flex;
    justify-content: flex-start;
}
.faq .item .q {
    align-items: center;
    margin-bottom: 25px;
}
.faq .item .q span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #00aebb;
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin-right: 15px;
    border-radius: 10px;
    border: 1px solid #00aebb;
    flex-shrink: 0;
}
.faq .item .a span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #FFF;
    color: #00aebb;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin-right: 15px;
    border-radius: 10px;
    border: 1px solid #00aebb;
    flex-shrink: 0;
}
.faq .item .q p:last-child,
.faq .item .a p:last-child {
    margin-bottom: 0;
}
.faq .item .a .text {
    padding-top: 20px;
    margin-right: 20px;
}
.faq .item .q p {
    font-weight: bold;
}
.faq .item .a p strong {
    color: #333;
}

footer {
    display: block;
}
footer .press {
    background-color: #f4f4f4;
}
footer .press .inner_container {
    max-width: 1058px;
    height: 80px;
    padding: 0;
    margin: 0 auto;
}
footer .press .inner_container img {
    width: 100%;
}
footer .main_footer {
    background-color: #00aebb;
}
footer .main_footer .inner_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    max-width: 980px;
    margin: 0 auto;
}
footer .main_footer .inner_container .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .main_footer .inner_container .footer_nav li {
    list-style: none;
    font-size: 15px;
    margin-right: 20px;
}
footer .main_footer .inner_container .footer_nav li a {
    color: #FFF;
}
footer .main_footer .inner_container .logo_copylight {
    text-align: right;
    color: #FFF;
    padding-top: 30px;
}
footer .main_footer .inner_container .logo_copylight p {
    font-size: 12px;
    line-height: 26px;
}

/***********************************************
SP
************************************************/
@media screen and (max-width: 667px){
    /* ======== 共通 ======== */
    .pc {
        display: none;
    }
    .sp {
        display: inherit;
    }
    .row {
        width: 100%;
        padding: 0 3vw;
    }
    body {
        font-size: 3.8vw;
    }
    .flex {
        display: block;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    p {
        margin-bottom: 3vw;
        font-size: 3.8vw;
    }
    .flex {
        display: block;
    }
    .flex div:first-child {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    /* ======== コンテンツ ======== */

    header {
        padding: 5vw 0;
    }
    header .row {
        width: 100%;
    }
    header .logo img {
        width: 25vw;
        margin-bottom: 5vw;
    }
    header .flex {
        margin-top: 0;
    }
    header .flex .l {
        margin-top: 0;
    }
    header .medal {
        margin-top: 5vw;
    }
    header .medal img {
        width: 80%;
    }
    header .flex .r {
        text-align: center;
    }
    header .flex .r img {
        width: 80%;
        vertical-align: baseline;
    }
    header .cv {
        margin-top: -4vw;
    }
    .cv .btn a {
        width: 100%;
        padding: 5vw;
        font-size: 5vw;
    }
    .cv .btn a::before {
        content: "";
        background-image: url(../img/v02/cv-arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        left: 5vw;
        width: 8vw;
        height: 8vw;
    }
    .cv p {
        font-size: 4vw;
        margin-top: 3vw;
    }
    .cv-f .flex-area .r {
        padding-left: 0;
    }
    .cv-f .flex-area .h {
        font-size: 4.5vw;
        padding-left: 19vw;
        margin-bottom: 4vw;
    }
    .cv-f .flex-area .h span {
        font-size: 6vw;
    }
    .cv-f .square {
        height: 16vw;
        width: 16vw;
        font-size: 4vw;
    }
    .cv-f .square span span {
        font-size: 8vw;
    }
    section {
        padding: 8vw 0;
    }
    section.pb {
        padding: 8vw 0 5vw;
    }
    h2 {
        font-size: 6vw;
        margin-bottom: 4vw;
    }
    .sec04 h2 {
        margin-bottom: 5vw;
    }
    .h-sub {
        font-size: 4.5vw;
        margin-bottom: 5vw;
    }
    .sec01 p strong {
        padding-bottom: 4vw;
        font-size: 4vw;
    }
    .sec02 .flex-box {
        padding-top: 0;
        text-align: center;
    }
    .sec02 .flex-box h2 {
        margin-bottom: 6vw;
    }
    .sec02 .flex-box img {
        position: relative;
        top: 0;
        width: 80%;
        margin: auto;
    }
    .sec02 .flex-box p {
        width: 100%;
        margin-top: 4vw;
        text-align: left;
    }
    .bubble-box {
        margin-top: 6vw;
    }
    .bubble-box .title {
        font-size: 4.5vw;
        padding: 3.5vw;
    }
    .bubble-box .inner {
        padding: 4vw;
    }
    .bubble-box .inner .flex {
        margin-bottom: 4vw;
    }
    .bubble-box .inner .flex .text {
        font-size: 4vw;
        line-height: 1.8;
    }
    .sec03 .h-img {
        margin: 6vw 0;
    }
    .sec03 .b-box {
        margin-bottom: 6vw;
    }
    .sec03 .b-box .title {
        padding: 3vw;
        font-size: 5vw;
    }
    .sec03 .b-box .title::after {
        width: 35vw;
    }
    .sec03 .b-box .inner {
        font-size: 5vw;
        padding: 15vw 4vw 4vw;
        text-align: center;
    }
    .sec03 .b-box .inner strong {
        margin-bottom: 4vw;
    }
    .sec03 .b-box .flex div:first-child {
      margin-right: 0;
    }
    .sec03 .b-box .img img {
        width: 45%;
        height: auto;
        margin: auto;
    }
    .box-area {
        display: block;
        margin-bottom: 6vw;
    }
    .box-area .item {
        width: 100%;
        margin-bottom: 6vw;
    }
    .box-area .item .title {
        font-size: 5vw;
        padding: 3vw 4vw;
    }
    .box-area .item .inner {
        padding: 4vw;
    }
    .sec04 .proceed-area {
        margin-top: 10vw;
    }
    .sec04 .proceed-area .item {
        margin-bottom: 4vw;
        padding: 4vw;
    }
    .sec04 .proceed-area .item .text {
        width: 100%;
    }
    .sec04 .proceed-area .item .flex .text {
        padding-left: 0;
    }
    .sec04 .proceed-area .item .img {
        width: 100%;
        padding: 4vw;
    }
    .sec04 .proceed-area .item h3 {
        font-size: 5vw;
        margin-bottom: 6vw;
        margin-top: 5vw;
        margin-left: 22vw;
    }
    .sec04 .proceed-area .circle-box {
        left: 4vw;
        top: 4vw;
    }
    .sec04 .proceed-area .circle {
        height: 18vw;
        width: 18vw;
        font-size: 2.5vw;
    }
    .sec04 .proceed-area .circle span span {
        font-size: 8vw;
    }
    .sec04 .toggle-area {
        margin: 6vw 0 0;
    }
    .sec04 .toggle-area .btn {
        width: 100%;
        font-size: 4vw;
        padding: 3vw 6vw;
    }
    .sec04 .toggle-area .btn::after {
        width: 5vw;
        height: 5vw;
        right: 4vw;
    }
    .sec04 .toggle-in {
        padding: 6vw 0 0;
    }
    .sec04 .toggle-in h4 {
        font-size: 5vw;
        margin-bottom: 4vw;
    }
    .sec04 .toggle-in .img-box {
        padding: 4vw;
        text-align: center;
    }
    .price {
        margin-top: 0;
    }
    .price .price-box01 {
        padding: 8vw 4vw;
        margin-bottom: 4vw;
    }
    .price .price-box01 h2 {
        margin-bottom: 4vw;
    }
    .price .price-box01 h3 {
        font-size: 4vw;
        padding-left: 4vw;
        margin: 4vw 0;
    }
    .price .price-box01 h3::before {
        width: 1vw;
        height: 7vw;
    }
    .price .price-box01 .catch {
        font-size: 5vw;
        padding: 2vw 4vw;
    }
    .price .row02 {
        width: 100%;
    }
    .price .price-box02 {
        padding: 4vw;
        margin-bottom: 10vw;
    }
    .price .price-box02 p {
        font-size: 3vw;
        margin-top: 4vw;
    }
    .voice .chara {
        margin-top: 6vw;
    }
    .voice .chara img {
        width: 35%;
        height: auto;
    }
    .voice .item {
        margin-bottom: 6vw;
    }
    .voice .item h3 {
        font-size: 4.5vw;
        padding: 4vw;
    }
    .voice .item h3 strong {
        font-size: 5.5vw;
    }
    .voice .item .inner {
        padding: 4vw;
    }
    .voice .item .img {
        width: 100%;
        margin-right: 0;
    }
    .voice .item .img img {
        width: 100%;
        height: auto;
    }
    .h-ico {
        margin-top: 4vw;
        margin-bottom: 6vw;
    }
    .h-ico img {
        width: 20%;
    }
    .school {
        padding-top: 0;
    }
    .school .h-ico {
        margin-top: 0;
    }
    
    .school .box-area .item .title {
        position: relative;
        cursor: pointer;
    }
    .school .box-area .item .title::after {
        content: "";
        background-image: url(../img/v02/ico-plus-w.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 5vw;
        height: 5vw;
        display: block;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .school .box-area .item .title.open::after {
        content: "";
        background-image: url(../img/v02/ico-minus-w.png);
    }
    .school .box-area .item .inner p {
        padding: 4vw;
    }
    .school .box-area .item .map {
        display: none;
    }
    .school .box-area .map iframe {
        height: 250px;
    }
    .faq {
        padding-top: 0;
    }
    .faq .item {
        padding: 4vw;
        margin-bottom: 6vw;
    }
    .faq .item .q {
        margin-bottom: 6vw;
    }
    .faq .item .q span {
        width: 12vw;
        height: 12vw;
        font-size: 5vw;
        line-height: 12vw;
        margin-right: 4vw;
    }
    .faq .item .a {
        display: block;
    }
    .faq .item .a .fbox {
        margin-bottom: 4vw;
    }
    .faq .item .a .img {
        margin-bottom: 4vw;
        text-align: right;
    }
    .faq .item .a .img img {
        width: 81%;
    }
    .faq .item .a span {
        width: 12vw;
        height: 12vw;
        font-size: 5vw;
        line-height: 12vw;
        margin-right: 4vw;
    }
    .faq .item .q p:last-child,
    .faq .item .a p:last-child {
        margin-bottom: 0;
    }
    .faq .item .a .text {
        padding-top: 5vw;
        margin-right: 5vw;
    }
    
    footer .press .inner_container {
        max-width: 100%;
        height: auto;
    }
    footer .main_footer .inner_container {
        height: auto;
        max-width: 100%;
        padding: 7vw 4vw;
    }
    footer .main_footer .inner_container .footer_nav {
        display: block;
    }
    footer .main_footer .inner_container .footer_nav li {
        font-size: 3.4vw;
        margin-right: 0;
    }
    footer .main_footer .inner_container .logo_copylight {
        padding-top: 0;
    }
    footer .main_footer .inner_container .logo_copylight p {
        font-size: 2.1vw;
        line-height: 1.3;
    }
}