@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300&display=swap");

/****************************************************
 * Stylesheet
 * 1.general
 * 2.layout
 * 3.template
 * 4.content
 * 5.Smartphone
 * ※The breakpoint is 768 pixel, so please change it according to the site
 ****************************************************/


/****************************************************

/****************************************************
 * 1.GENERAL
 ****************************************************/

html {
    font-size: 10px;
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Noto Sans JP' , sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    color: #333333;
}

.inner_in {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}

a {
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
    cursor: pointer;
}

.is_pc {
    display: block;
}

.is_sp {
    display: none;
}

.fw_bold {
    font-weight: bold;
}

.alg_center {
    text-align: center !important;
}

.alg_right {
    text-align: right !important;
}

.alg_left {
    text-align: left;
}

.section_ttl {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.sub_ttl {
    font-family: "Roboto";
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 7px;
    letter-spacing: normal;
    text-align: center;
    color: #06135e;
}

.sub_ttl span {
    display: inline-block;
    position: relative;
    padding: 0 64px;
}

.sub_ttl span::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #06135e;
    position: absolute;
    left: 0;
    top: 46%;
}

.sub_ttl span::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #06135e;
    position: absolute;
    right: 0;
    top: 46%;
}

.btn-main {
    position: relative;
    display: block;
    width: 100%;
    max-width: 680px;
    height: 100px;
    margin: 0 auto;
    padding: 23px 0;
    border-radius: 50px;
    box-shadow: 0px 7px 7px 0 rgba(155, 155, 155, 0.48);
    background-image: linear-gradient(to right, #ed4f4f, #f07b2c);
}

.btn-main::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../img/common/btn_character.png");
    background-size: cover;
    width: 175px;
    height: 136px;
}

.btn-main::after {
    content: "";
    position: absolute;
    right: 52px;
    bottom: 40px;
    width: 26px;
    height: 14px;
    background-image: url("../img/common/icon_arrowdown.png");
    background-size: cover;
}

.btn-main p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
}

.btn-main span {
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
}


/*Header*/

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: transparent;
    transition: all 0.5s;
}

#header .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#header.activer {
    background-color: transparent;
    transition: all 0.3s;
}
#header.activer h1 a {
    display: none;
}

#header h1 {
    margin-top: 26px;
    margin-left: 5vw;
}
#header h1 a {
    display: block;
    width: 152px;
}

#header ul {
    display: flex;
}

#header ul li {
    width: 233px;
    margin-left: 2px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

#header ul li:first-child {
    background-image: linear-gradient(to right, #509915, #82b422);
}

#header ul li:last-child {
    background-image: linear-gradient(to right, #ed4f4f, #f07b2c);
}

#header .contact {
    display: flex;
    padding: 13px 18px 12px 16px;
    color: #ffffff;
    align-items: center;
    text-align: center;
}

#header .contact .phone_txt {
    font-size: 1.5rem;
    line-height: 1.33;
    color: #ffffff;
}

#header .mail_txt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.11;
    color: #ffffff;
}

#header .contact .phone_number {
    font-size: 2.1rem;
    line-height: 1.33;
    color: #ffffff;
    padding-left: 10px;
}

#header ul li a img {
    width: 26px;
    height: 26px;
    margin-right: 7px;
}

#header ul li:last-child a img {
    width: 30px;
    height: 21px;
    margin-right: 23px;
}

.top_sec01 {
    position: relative;
    background-image: url("../img/top_sec01_bg.png");
    background-size: cover;
    background-position: center center;
    height: 1090px;
    text-align: left;
    z-index: 1;
}

.top_sec01 .content {
    padding-top: 255px;
}

.top_sec01 h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.17;
    color: #fefefe;
    padding: 18px 0 61px;
}

.top_sec01 h2 span {
    font-size: 6.8rem;
    line-height: 1.09;
    color: #f5d463;
}

.top_sec01 h2 span.roboto {
    font-family: "Roboto";
}

.top_sec01 h2 span.text {
    font-size: 6.8rem;
    color: #ffffff;
}

.top_sec01 h2 span.text01 {
    font-size: 6rem;
}

.top_sec01 p {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.33;
    color: #ffffff;
}

.top_sec01 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 576px;
    max-height: 100px;
    padding: 26px 0 22px;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    background-image: linear-gradient(to right, #ed4f4f, #f07b2c);
    box-shadow: 0px 7px 7px 0 rgba(0, 0, 0, 0.48);
}

.top_sec01 a:after {
    content: "";
    position: absolute;
    bottom: 40px;
    right: 50px;
    background-image: url("../img/common/icon_arrowdown.png");
    background-size: cover;
    width: 26px;
    height: 14px;
}

.top_sec01 a>div {
    margin-left: -12px;
}

.top_sec01 a span.text01 {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.33;
}

.top_sec01 a span.text02 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.33;
}

.top_sec02 {
    background-image: url("../img/top_sec02_bg.jpg");
    background-size: cover;
    background-position: center center;
    /* height: 1160px; */
    margin-top: -270px;
    padding-bottom: 80px;
    text-align: center;
}

.top_sec02 .inner_in {
    padding-bottom: 60px;
}

.top_sec02 h3 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.89;
    padding-top: 332px;
    color: #000;
}

.top_sec02 h3.red {
    padding-top: 16px;
    color: #ed514e;
}

.top_sec02 h3 span {
    font-family: "Roboto";
}

.top_sec02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 43px;
}

.top_sec02 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 49%;
    max-width: 490px;
    background-color: #ffffff;
    border-left: 6px solid #5d7cba;
    margin-bottom: 20px;
    padding: 31px 55px 26px 27px;
}

.top_sec02 ul li .text {
    width: 100%;
    max-width: 320px;
    margin-left: 10px;
}

.top_sec02 ul li .text h4 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #06135e;
    margin-bottom: 4px;
}

.top_sec02 ul li .text p {
    color: #ffffff;
}

.top_sec02 ul li p span {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.22727272727;
    background-color: #06135e;
    padding: 0 2px;
    margin-top: -1px;
}

.top_sec02 ul li p span:first-child {
    margin-bottom: 5px;
}

.top_sec03 {
    padding: 42px 0 120px;
    position: relative;
    max-width: 1410px;
    margin: 0 auto;
}

.item_sec03 {
    display: flex;
    align-content: space-between;
    justify-items: center;
    min-height: 430px;
}

.item_sec03 .img_item {
    width: 34%;
}

.item_sec03 .img_item img {
    position: absolute;
    left: 0;
    z-index: -1;
}

.item_sec03 .ctn_item {
    background: rgb(255 255 255 / 0.7);
    width: 66%;
    padding: 70px 95px 64px 98px;
    margin-top: 65px;
    max-height: 303px;
    box-shadow: 0px 0px 10px #ccc;
}

.item_sec03:nth-child(3) .ctn_item {
    padding: 70px 80px 64px 98px;
}

@media only screen and (min-width: 769px) and (max-width: 930px) {
    .item_sec03:nth-child(3) .ctn_item {
        padding: 70px 30px 64px 60px;
    }
    .item_sec03 .ctn_item {
        padding: 70px 30px 64px 60px;
    }
    .ttl_itemsec09 {
        margin-right: 70px;
    }
}

.item_sec03 .ctn_item .number {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 8.2rem;
    font-style: italic;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #06135e;
    display: inline-block;
    vertical-align: middle;
}

.item_sec03 .ctn_item .text {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.14;
    color: #06135e;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.item_sec03 .ctn_item p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 15px;
}

.ctn_sec03 .item_sec03:nth-child(1) {
    margin-top: 59px;
}

.ctn_sec03 .item_sec03:nth-child(3) {
    margin-top: 104px;
}

.ctn_sec03 .item_sec03:nth-child(2n) {
    margin-top: 85px;
}

.ctn_sec03 .item_sec03:nth-child(2n) .img_item {
    order: 2;
}

.ctn_sec03 .item_sec03:nth-child(2n) .img_item img {
    left: auto;
    right: 0;
}

.ctn_sec03 .item_sec03:nth-child(2) .ctn_item {
    margin-top: 77px;
    order: 1;
    padding-left: 70px;
}

.ctn_sec03 .item_sec03:nth-child(3) .ctn_item {
    margin-top: 70px;
}

.ctn_sec03 .item_sec03:nth-child(4) .ctn_item {
    margin-top: 69px;
    order: 1;
    padding-left: 70px;
}

.top_sec04 {
    padding: 70px 0;
    min-height: 1045px;
    background: url(../img/bg_sec04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.top_sec04 .section_ttl {
    color: #ffffff;
}

.top_sec04 .sub_ttl {
    color: #ffffff;
}

.top_sec04 .sub_ttl span::before,
.top_sec04 .sub_ttl span::after {
    background: #ffffff;
}

.text_desc {
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 29px;
}

.ctn_sec04 .text_desc {
    margin-top: 29px;
}

.top_sec06 {
    background-color: #f4f6fa;
    padding: 61px 0px 32px;
}

.top_sec06 .text_desc,
.top_sec07 .text_desc,
.top_sec10 p.text_desc,
.top_sec11 p.text_desc,
.top_sec13 p.text_desc {
    margin: 29px 0px 34px;
    line-height: 1.75;
    text-align: center;
    color: #000;
}

.top_sec13 p.text_desc {
    margin: 12px 0 39px;
    line-height: 1.6;
    font-size: 1.5rem;
}

.top_sec06 .wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.top_sec06 .wrap .list_item {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.top_sec06 .wrap .list_item img {
    width: 310px;
    min-width: 310px;
    max-height: 214px;
    margin-left: -6px;
}

.top_sec06 .wrap h4 {
    font-size: 1.4rem;
    line-height: 1.87;
    color: #ffffff;
    background-color: #06135e;
    padding: 1px 12px 0px 13px;
    letter-spacing: 1px;
    margin: 14px 0px 12px;
}

.top_sec06 .wrap h5 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.56;
    color: #06135e;
}

.top_sec06 .wrap p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.43;
    color: #333333;
    text-align: justify;
    margin-bottom: 47px;
    padding-top: 8px;
}

.top_sec07 .wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 44px;
}

.top_sec07 {
    padding: 66px 0px 90px;
}

.text_bg {
    text-align: center;
    margin-top: 27px;
    font-weight: 700;
}

.text_bg span:first-child {
    margin-bottom: 7px;
}

.text_bg span {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 1.358;
    background-color: #ad8651;
    padding: 0 3px;
    color: #ffffff;
}

.ctn_sec04 {
    display: flex;
    align-content: space-between;
    margin-top: 32px;
}

.ctn_sec04 .sec04_left {
    width: 379px;
}

.sec04_left .box {
    padding: 38px 28px 20px;
    width: 100%;
    border: 3px solid #06135e;
    position: relative;
    background: #ffffff;
}

.sec04_left .box:first-child {
    min-height: 187px;
}

.sec04_left .box:nth-child(2) {
    min-height: 200px;
    margin-top: 20px;
}

.sec04_left .box:nth-child(3) {
    min-height: 157px;
    margin-top: 20px;
}

.sec04_left .box .ttl_box {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #06135e;
    margin-bottom: 18px;
}

.sec04_left .box p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}

.sec04_left .box .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    font-family: "Roboto";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.125;
    text-align: center;
    color: #ffffff;
    background: #06135e;
}

.ctn_sec04 .sec04_right {
    width: 597px;
    padding: 25px 21px 22px;
    background: #ffffff;
    border: 3px solid #06135e;
    margin-left: 24px;
}


/* top section 05 */

.top_sec05 {
    text-align: center;
    padding: 68px 0 90px;
}

.top_sec05 .cnt_sec05 {
    padding: 29px 0 0;
}

.top_sec05 .desc {
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 2;
}

.top_sec05 ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.top_sec05 ul li {
    flex: 0 132px;
    margin: 0 10px 40px 10px;
}

.top_sec05 ul li .icon {
    height: 60px;
}

.top_sec05 ul li .icon img {
    height: 100%;
}

.top_sec05 ul li p {
    font-size: 1.65rem;
    font-weight: bold;
    line-height: 1.24;
    margin-top: 12px;
}

.top_sec05 ul li .roboto {
    font-family: "Roboto";
}

.top_sec05 ul li p.roboto {
    font-weight: 500;
}

.top_sec05 .btn-main {
    margin-top: 64px;
}

.top_sec09 {
    padding: 80px 0 100px;
    background: #ffffff;
}

.top_sec09 .text_desc {
    padding-bottom: 2px;
    color: #000;
}

.item_sec09 {
    padding: 44px 40px 14px;
    position: relative;
    box-shadow: 0px 0px 10px #ccc;
    display: flex;
    align-content: space-between;
}

.item_sec09 {
    margin-top: 40px;
}

.voice_number {
    position: absolute;
    top: 0;
    right: 0;
}

.left_sec09 {
    width: 35%;
    max-width: 320px;
}

.left_sec09 figcaption {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 5px;
    font-weight: 400;
}

.right_sec09 {
    width: 65%;
    padding-left: 42px;
}

.ttl_itemsec09 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    color: #06135e;
    border-bottom: 3px solid #06135e;
    padding: 10px 0;
}

.right_sec09 .top_right .company_name {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 11px 0 8px;
}

.right_sec09 .top_right .request {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
}

.right_sec09 p.desc {
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
}

.copyright {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    padding: 23px 0 17px;
}

.top_sec08 {
    background-color: #f4f6fa;
    padding: 64px 0 76px 0;
    text-align: center;
}

.top_sec08 .cnt_sec08 .text_desc {
    line-height: 1.45;
    padding: 4px 0 60px;
    color: #000;
}

.top_sec08 .cnt_sec08 .note {
    width: 100%;
    max-width: 868px;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.77;
    text-align: right;
    padding: 18px 10px 55px 0;
}

.top_sec10 {
    padding: 68px 0px;
    background-image: url("../img/bg_topsec10.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.top_sec10 .table {
    margin-top: 46px;
    margin-bottom: 26px;
}

.top_sec11 {
    padding: 66px 0px 98px;
}

.top_sec11 h4 span {
    font-family: "Roboto";
    font-size: 7.8rem;
    font-weight: 500;
}

.top_sec11 h4 {
    font-size: 4.56rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #06135e;
    margin-top: 43px;
}

.top_sec11 p.text_desc {
    margin: 14px 0px 89px;
}

.top_sec12 {
    padding: 79px 0 90px;
    background-color: #f4f6fa;
}

.collapse {
    overflow: hidden;
    -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: opacity, height;
    transition-property: opacity, height;
    will-change: opacity, contents;
}

.collapse:not(.is-active) {
    height: 0;
    opacity: 0;
}

.qa_accordion {
    width: 100%;
    margin-top: 58px;
}

.qa_accordion .card {
    overflow: hidden;
    margin: -1px -1px 1px;
    border-top: 1px solid #b0bfdd;
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: contents;
    text-align: left;
}

.qa_accordion .card:last-child {
    border-bottom: 1px solid #b0bfdd;
}

.qa_accordion .question {
    display: flex;
    align-items: center;
}

.qa_accordion .question p {
    padding-left: 24px;
}

.qa_accordion .card_title {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0;
    padding: 25px 20px 25px 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.56;
    text-align: left;
    color: #333333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* .qa_accordion .card_title.is-active {
    padding-bottom: 12px;
} */

.qa_accordion .card_title:hover {
    background-color: #e6ebf4;
    opacity: 1;
}

.qa_accordion .card_title:hover .icon {
    opacity: 1;
}

.qa_accordion .card_title .icon {
    animation-name: plusButton;
}

.qa_accordion .card_title.is-active .icon {
    animation-name: closeButton;
}

.qa_accordion .card_title .icon {
    width: 40px;
    height: 40px;
    fill: currentColor;
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.qa_accordion .card_content {
    display: flex;
    align-items: end;
    padding: 25px 0 25px;
}

.qa_accordion .card_content p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
    color: #010101;
    padding: 0 5.5vw 0 24px;
}

[data-toggle] {
    cursor: pointer;
}

.animated {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.close {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #b0bfdd;
}

.close::before,
.close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #b0bfdd;
}

.close::before {
    transform: rotate(0deg);
}

.close::after {
    transform: rotate(90deg);
}

.top_sec13 {
    padding: 93px 0px 110px;
}

.top_sec13 .inner_in {
    box-shadow: 0px 0px 10px #cccccc;
    padding: 36px 50px 67px;
}

.contact_table {
    width: 100%;
}

.contact_table tr th {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    color: #333333;
    display: block;
    width: 100%;
}

.contact_table tr td {
    background-color: #f4f6fa;
    display: block;
    margin-bottom: 25px;
    margin-top: 5px;
}

.contact_table tr:last-child th {
    margin-top: 25px;
}

.contact_table tr td input,
.contact_table tbody tr td select {
    border: none;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #f4f6fa;
    width: 100%;
    padding: 18px 10px;
}

#form .confirm_text input[type='checkbox'] {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
}

#form .confirm_text label {
    vertical-align: middle;
    cursor: pointer;
    padding-left: 4px;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    width: 100%;
}


/*To remove button from IE11, thank you Matt */

select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '';
    background-image: url("../img/icon_contactsec13.png");
    height: 8px;
    width: 16px;
    background-repeat: no-repeat;
    right: 11px;
    position: absolute;
    top: 28px;
    right: 23px;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    float: right;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}
.selectdiv option[hidden]:parent(select) {
    opacity: 0.7;
}

.contact_table tr td textarea {
    height: 241px;
    resize: none;
    width: 100%;
    background-color: #f4f6fa;
    border: none;
    padding: 18px 10px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.prolicy_wrap-box {
    margin-top: 8px;
    height: 165px;
    background-color: #f4f6fa;
    overflow: auto;
    padding: 26px 10px 30px 40px;
}

.prolicy_wrap-box h4 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    color: #333333;
    padding-bottom: 5px;
}

.prolicy_wrap-box h5 {
    margin-top: 15px;
}

.prolicy_wrap-box p {
    font-size: 1.6rem;
    line-height: 2;
    color: #333333;
    text-align: justify;
    padding-right: 20px;
}

.prolicy_wrap-box p a {
    color: #333333;
}

.prolicy_wrap-box p.fs_14 {
    font-size: 1.4rem;
    margin-top: 5px;
}

.list_note01 li {
    font-size: 1.6rem;
    line-height: 2;
    list-style: disc;
    margin-left: 40px;
    padding-left: 5px;
}

.top_sec13 .confirm_text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    color: #010101;
    padding: 43px 30px 30px;
}

.contact_table tr td span {
    color: red;
    background-color: #ffffff;
    display: block;
    padding-top: 10px;
    font-size: 1.3rem;
}

.is-error {
    color: red;
}

.contact_submit {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #ffffff;
    border: none;
    padding: 13px 0 12px 0;
    border-radius: 31.8px;
    background-image: linear-gradient(to right, #ed4f4f, #f07b2c);
    margin-left: 30%;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

button:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.3s;
}

.top_sec14 {
    background-color: #000000;
    padding: 74px 20px 66px;
}

.top_sec14 .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top_sec14 .wrap .left {
    width: 32%;
    margin-right: 60px;
}

.top_sec14 .wrap .right {
    width: 62%;
}

.top_sec14 .right table {
    font-size: 1.4rem;
    line-height: 2.29;
    text-align: left;
    color: #ffffff;
}

.top_sec14 .right table tr:last-child td {
    line-height: 1.6;
    padding-top: 13px;
}

.top_sec14 .right table th {
    width: 93px;
}

.top_sec14 .right table td a {
    font-size: 1.4rem;
    line-height: 2.29;
    text-align: left;
    color: #ffffff;
}


/*Thanks page*/

#thanks header {
    position: relative;
    background-color: #f2f2f2;
    padding: 0;
}

#thanks header .inner {
    max-width: 1100px;
    margin: 0 auto;
}

#thanks header h1 img {
    width: 152px;
    height: 24px;
}

#thanks .content {
    text-align: center;
    height: calc(100vh - 138px - -10px);
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#thanks h3 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.89;
    text-align: center;
    margin: 0;
}

#thanks p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 70px;
}

#thanks .btnToTop {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.4;
    color: #ffffff;
    text-align: center;
    padding: 21px 114px 24px 113px;
    background-image: linear-gradient(to right, #ed4f4f, #f07b2c);
    border-radius: 31.8px;
}

#thanks footer {
    text-align: center;
    font-size: 13px;
    line-height: 1.85;
    color: #ffffff;
    background-color: #000000;
    padding: 17px 0;
    color: #ffffff;
}


/****************************************************
 * 2.GENERAL SETTING ON SP
 ****************************************************/

@media screen and (max-width: 1015px) {
    .top_sec07 .wrap img:nth-child(even) {
        margin: 0px 30px 30px;
    }
    .top_sec07 .wrap img {
        margin-bottom: 30px;
    }
    .top_sec07 .wrap {
        justify-content: center;
    }
}

@media screen and (max-width: 980px) {
    .top_sec06 .wrap .list_item {
        width: 32%;
    }
    .top_sec06 .wrap .list_item img {
        max-width: 300px;
        width: 100%;
        min-width: auto;
    }
    .top_sec06 .wrap .list_item:nth-child(even) {
        margin: 0px 5px
    }
}


/****************************************************
 * 2.GENERAL SETTING ON SP
 ****************************************************/

@media only screen and (max-width: 768px) {
    .is_pc {
        display: none;
    }
    .is_sp {
        display: block;
    }
    .inner_in {
        width: 90vw;
    }
    #header .inner {
        width: 100%;
    }
    #header ul {
        display: none;
    }
    #header h1 {
        margin: 5.3vw;
    }
    #header.activer {
        padding-bottom: 0;
        display: none;
    }
    #header.activer h1 {
        margin: 5.3vw;
    }
    .btn-main {
        max-width: 89.33333333vw;
        height: 15.2vw;
        border-radius: 7.6vw;
        padding: 3.2vw 0;
    }
    .btn-main::before {
        width: 23.3333333333vw;
        height: 18.1333333333vw;
    }
    .btn-main::after {
        bottom: 6.53333333333vw;
        right: 6.13333333333vw;
        width: 3.46666666667vw;
        height: 1.86666666667vw;
    }
    .btn-main p {
        font-size: 2.93333333vw;
        line-height: 1.27;
    }
    .btn-main p span {
        font-size: 4vw;
    }
    /* TOP SECTION 01 */
    .top_sec01 {
        background-image: url("../img/top_sec01_bg_sp.png");
        height: 167.866666667vw;
        text-align: center;
    }
    .top_sec01 .content {
        padding-top: 30.4vw;
    }
    .top_sec01 h2 {
        font-size: 7.46666666667vw;
        padding: 2.8vw 0 10.8vw;
    }
    .top_sec01 h2 span.text01 {
        font-size: 7.46666666667vw;
        line-height: 1.3;
    }
    .top_sec01 h2 span.roboto {
        font-size: 8vw;
    }
    .top_sec01 p {
        font-size: 4.26666666667vw;
        line-height: 1.6;
    }
    .top_sec01 a {
        width: 80vw;
        max-height: 16vw;
        margin: 0 auto;
        padding: 4vw 0 3.6vw;
        border-radius: 8vw;
    }
    .top_sec01 a>div {
        margin-left: -6px;
    }
    .top_sec01 a:after {
        bottom: 6.66666666667vw;
        right: 7.33333333333vw;
        width: 3.46666666667vw;
        height: 1.86666666667vw;
    }
    .top_sec01 a span.text01 {
        font-size: 3.2vw;
    }
    .top_sec01 a span.text02 {
        font-size: 4.26666666667vw;
        line-height: 1;
    }
    /* TOP SECTION 02 */
    .top_sec02 {
        background-image: url("../img/top_sec02_bg_sp.jpg");
        background-position: bottom;
        margin-top: -38.6666666667vw;
        padding-bottom: 10vw;
    }
    .top_sec02 .inner_in {
        padding-bottom: 8vw;
    }
    .top_sec02 h3 {
        font-size: 2.0rem;
        line-height: 1.4;
        padding-top: 43.7333333333vw;
    }
    .top_sec02 h3.red {
        padding-top: 1.6vw;
    }
    .top_sec02 ul {
        margin-top: 5.6vw;
    }
    .top_sec02 ul li {
        flex: 0 89.3333333333vw;
        max-width: 89.333333333vw;
        margin: 0 auto 3.73333333333vw;
        padding: 5.6vw 6vw 4.66666666667vw 4.4vw;
    }
    .top_sec02 ul li:nth-child(1) {
        order: 0;
    }
    .top_sec02 ul li:nth-child(2) {
        order: 3;
    }
    .top_sec02 ul li:nth-child(3) {
        order: 1;
    }
    .top_sec02 ul li:nth-child(4) {
        order: 4;
    }
    .top_sec02 ul li:nth-child(5) {
        order: 2;
    }
    .top_sec02 ul li:nth-child(6) {
        order: 5;
    }
    .top_sec02 ul li:nth-child(1) .icon img,
    .top_sec02 ul li:nth-child(4) .icon img,
    .top_sec02 ul li:nth-child(6) .icon img {
        width: 9.33333333333vw;
    }
    .top_sec02 ul li:nth-child(3) .icon img,
    .top_sec02 ul li:nth-child(5) .icon img {
        width: 8.66666666667vw;
    }
    .top_sec02 ul li:nth-child(2) .icon img {
        width: 8vw;
    }
    .top_sec02 ul li .text {
        max-width: 66.6vw;
        margin-left: 1.6vw;
    }
    .top_sec02 ul li .text h4 {
        font-size: 1.2rem;
        line-height: 1.35;
    }
    .top_sec02 ul li p span {
        font-size: 1.7rem;
        line-height: 1.25;
        padding: 0 3px;
    }
    .top_sec03 .inner_in {
        width: 100%;
    }
    .section_ttl {
        font-size: 2.4rem;
    }
    .top_sec03 {
        padding: 1vw 0 13.867vw;
    }
    .item_sec03 {
        display: block;
        min-height: auto;
    }
    .item_sec03 .img_item {
        width: 100%;
        font-size: 0;
    }
    .item_sec03 .img_item img {
        position: relative;
    }
    .item_sec03 .img_item img {
        width: 100%;
    }
    .item_sec03 .ctn_item {
        width: 94%;
        max-width: 692px;
        margin: -7.6vw auto 0;
    }
    .ctn_sec03 .item_sec03:nth-child(2) .ctn_item {
        margin-top: -7.067vw;
    }
    .ctn_sec03 .item_sec03:nth-child(3) .ctn_item {
        margin-top: -6.8vw;
    }
    .ctn_sec03 .item_sec03:nth-child(4) .ctn_item {
        margin-top: -6.534vw;
    }
    .item_sec03 .ctn_item .number {
        font-size: 6.2rem;
    }
    .item_sec03 .ctn_item .text {
        font-size: 2.2rem;
        line-height: 1.3;
        padding-left: 15px;
    }
    .item_sec03 .ctn_item,
    .ctn_sec03 .item_sec03:nth-child(3n) .ctn_item {
        padding: 8.667vw 5.334vw 7.6vw 5.334vw;
        max-height: initial;
    }
    .ctn_sec03 .item_sec03:nth-child(2n) .ctn_item {
        padding-left: 5.334vw;
    }
    .item_sec03 .ctn_item p {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .ctn_sec03 .item_sec03:nth-child(1) {
        margin-top: 8vw;
    }
    .ctn_sec03 .item_sec03:nth-child(2n) {
        margin-top: 12vw;
    }
    .ctn_sec03 .item_sec03:nth-child(3) {
        margin-top: 12.4vw;
    }
    .ctn_sec03 .item_sec03:nth-child(4) {
        margin-top: 13.467vw;
    }
    .top_sec04 {
        padding: 9.334vw 0 13.334vw;
        min-height: auto;
        background: url(../img/bg_sec04_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .top_sec04 .text_desc {
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.455;
        margin-top: 4.26vw;
    }
    .top_sec04 .text_bg {
        margin-top: 5.33333333333vw;
    }
    .text_bg span:first-child,
    .text_bg span {
        font-size: 2.2rem;
        line-height: 1.28125;
        padding: 0;
        margin-bottom: 8px;
    }
    .text_bg span:last-child {
        margin-bottom: 0;
    }
    
    .ctn_sec04 {
        width: 100%;
        display: block;
        margin-top: 8vw;
    }
    .ctn_sec04 .sec04_left {
        width: 100%;
    }
    .ctn_sec04 .sec04_right {
        width: 100%;
        margin-left: 0;
    }
    .sec04_left .box .number {
        width: 8.134vw;
        height: 8.133vw;
        line-height: 8.133vw;
        font-size: 1.8rem;
    }
    .sec04_left .box .ttl_box {
        font-size: 1.8rem;
        margin-bottom: 3.334vw;
    }
    .sec04_left .box p {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .sec04_left .box {
        padding: 9.467vw 5.0vw 7.2vw;
        padding: 9.467vw 5.0vw 7.2vw;
    }
    .sec04_left .box:first-child {
        min-height: 37.6vw;
    }
    .sec04_left .box:nth-child(2) {
        margin-top: 2.8vw;
        min-height: 40.267vw;
    }
    .sec04_left .box:nth-child(3) {
        margin-top: 2.8vw;
        min-height: 31.6vw;
    }
    .ctn_sec04 .sec04_right {
        margin-top: 6.8vw;
        text-align: center;
    }
    /* TOP SECTION 05 */
    .top_sec05 {
        padding: 12.5333333333vw 0 16.5333333333vw;
    }
    .top_sec05 .cnt_sec05 {
        padding: 5.06666666667vw 0 0;
    }
    .top_sec05 .desc {
        font-size: 1.4rem;
        line-height: 1.45;
        text-align: left;
    }
    .top_sec05 ul {
        margin-top: 7.33333333333vw;
    }
    .top_sec05 ul li {
        flex: 0 26vw;
        margin: 0 1.6vw 6.93333333333vw 1.6vw;
    }
    .top_sec05 ul li .icon {
        height: 10.8vw;
    }
    .top_sec05 ul li p {
        font-size: 3.2vw;
        margin-top: 2.13333333333vw;
    }
    .top_sec05 .btn-main {
        margin-top: 9vw;
    }
    /* TOP SECTION 08 */
    .top_sec08 {
        padding: 11.2vw 0 14.4vw;
    }
    .top_sec08 .cnt_sec08 .note {
        font-size: 2.93333333333vw;
        padding: 3.73333333333vw 0 14.2666666667vw;
    }
    .top_sec08 .cnt_sec08 .text_desc {
        padding: 4px 0 6vw;
        text-align: justify;
    }
    .top_sec09 {
        padding: 10.667vw 0 17.067vw;
    }
    .top_sec09 .text_desc {
        margin-top: 4.667vw;
        line-height: 1.45;
        text-align: justify;
    }
    .item_sec09:first-child {
        margin-top: 4.667vw;
    }
    .item_sec09 {
        margin-top: 5.46vw;
        position: relative;
        padding: 34.66vw 4.134vw 4.6vw;
    }
    .item_sec09 .top_right {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        padding-left: 4.134vw;
    }
    .voice_number {
        z-index: 1;
        width: 23.6vw;
    }
    .ttl_itemsec09 {
        font-size: 1.4rem;
        line-height: 1.167;
        padding: 5.734vw 0 1.334vw;
    }
    .right_sec09 .top_right .company_name {
        font-size: 1.7rem;
        line-height: 1;
        padding: 3.467vw 0 1.734vw;
    }
    .right_sec09 .top_right .request {
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .right_sec09 p.desc {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-top: -1.334vw;
        text-align: justify;
    }
    .right_sec09 p.desc span {
        display: none;
    }
    .left_sec09 {
        width: 30vw;
    }
    .right_sec09 {
        width: 48vw;
        margin-left: 4.6vw;
        padding-left: 0;
    }
    .left_sec09 figcaption {
        line-height: 1.4;
        font-size: 1.1rem;
        letter-spacing: -1px;
        margin-top: 0.9334vw;
    }
    /* TOP SECTION 12 */
    .top_sec12 {
        padding: 9.6vw 0 12vw;
    }
    .qa_accordion {
        margin-top: 4.8vw;
    }
    .qa_accordion .question img,
    .qa_accordion .card_content img {
        width: 9.6vw;
    }
    .qa_accordion .question p {
        font-size: 1.4rem;
        line-height: 1.6;
        padding: 0 4vw 0 3.2vw;
    }
    .qa_accordion .card_content {
        align-items: end;
        padding: 3.334vw 0;
    }
    .qa_accordion .card_content p {
        font-size: 1.4rem;
        line-height: 1.6;
        padding: 0 9vw 0 3.2vw;
    }
    .qa_accordion .card_title {
        padding: 3.334vw 0.66666666666vw 3.334vw 0;
    }
    .qa_accordion .card_title .icon,
    .close {
        width: 5.33333333333vw;
        height: 5.33333333333vw;
    }
    .top_sec13 {
        padding: 17.067vw 0 11.6vw;
    }
    .top_sec13 .inner_in {
        padding: 9.067vw 5.33vw 13.2vw;
    }
    .top_sec13 p.text_desc {
        text-align: left;
        margin: 2.667vw 0 4.267vw;
        line-height: 1.455;
        font-size: 2.934vw;
    }
    .contact_table tr td input,
    .contact_table tbody tr td select {
        font-size: 1.4rem;
        padding: 3.14vw 1.334vw;
    }
    .contact_table tr td {
        margin-bottom: 4vw;
    }
    .contact_table tr td textarea {
        height: 35.6vh;
        font-size: 3vw;
        padding: 3.14vw 1.334vw;
    }
    .prolicy_wrap-box {
        height: 34.4vw;
    }
    .selectdiv:after {
        top: 5.067vw;
        right: 3.2vw;
    }
    .contact_table tr:last-child td {
        margin-bottom: 5.8vw;
    }
    .contact_table tr:last-child th {
        margin-top: 30px;
    }
    .contact_table tr th {
        font-size: 1.4rem;
    }
    .contact_table tr td span {
        font-size: 2.133333333vw;
    }
    .contact_submit {
        width: 100%;
        max-width: 66.67vw;
        padding: 2.934vw 0;
        border-radius: 9.3vw;
        font-size: 3.73333333333vw;
    }
    .top_sec13 .confirm_text {
        padding: 6.4vw 0 5.867vw;
    }
    #form .confirm_text input[type='checkbox'] {
        width: 3.93333333333vw;
        height: 3.93333333333vw;
    }
    #form .confirm_text label {
        font-size: 1.4rem;
    }
    /*  SUB Title section */
    .sub_ttl {
        font-size: 1.4rem;
        margin-top: 1.6vw;
    }
    .text_desc {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    /* sec06 */
    .top_sec06 .wrap .list_item img {
        max-width: 670px;
        width: 100%;
        min-width: 89vw;
        max-height: 447px;
    }
    .top_sec06 .wrap {
        align-items: center;
    }
    .top_sec06 .wrap .list_item {
        width: 100%;
        align-items: start;
        margin-left: 1.45vw;
    }
    .top_sec06 {
        background-color: #f4f6fa;
        padding: 9.8vw 0px 5vw;
    }
    .top_sec06 .text_desc,
    .top_sec07 .text_desc,
    .top_sec10 p.text_desc,
    .top_sec11 p.text_desc,
    .top_sec13 p.text_desc {
        margin: 3.2vw 2.667vw 4.67vw;
        line-height: 1.6;
        text-align: center;
        font-size: 1.4rem;
    }
    .top_sec10 .inner_in {
        width: 100%;
    }
    .top_sec10 p.text_desc {
        text-align: justify;
        margin-right: 1vw;
        margin: 6.3vw 6vw 4.67vw 5.4vw;
    }
    .top_sec11 p.text_desc {
        margin: 3.9vw 2vw 11.2vw;
        line-height: 1.6;
    }
    .top_sec11 {
        padding: 11.6vw 0px 17vw;
    }
    .top_sec13 p.text_desc {
        text-align: justify;
        margin: 2.4vw 0.5vw 3.67vw;
    }
    .top_sec06 .wrap h4 {
        margin: 4.9vw 0px 3.6vw;
        font-size: 3.867vw;
        font-weight: bold;
        line-height: 1.4;
        padding: 2px 3px;
    }
    .top_sec06 .wrap h5 {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1;
        padding-bottom: 7px;
    }
    .top_sec06 .wrap p {
        font-size: 1.4rem;
        line-height: 1.6;
        padding-right: 1.867vw;
        margin-bottom: 11.1vw;
    }
    .top_sec06 .text_desc {
        text-align: justify;
        margin: 3.4vw 0.8vw 6.3vw;
    }
    .top_sec06 .wrap .list_item:nth-child(even) {
        margin: 0px 0px 0px 1.45vw
    }
    .top_sec07 {
        padding: 10.3vw 0px 10.23vw;
    }
    .top_sec07 .text_desc {
        margin: 6.7vw 0.2vw 7.2vw 0.8vw;
        text-align: justify;
    }
    .top_sec07 .text_desc .sp_text,
    .top_sec13 .text_desc .sp_text {
        display: none;
    }
    .top_sec07 .wrap img:nth-child(even) {
        margin: 0px 0px 4vw 4vw;
    }
    .top_sec07 .wrap img {
        margin-bottom: 4vw;
        width: 42.667vw;
        height: 34.6666666667vw;
    }
    .top_sec10 {
        padding: 11vw 0px 9.5vw;
    }
    .top_sec10 .table {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 5vw 0vw 4vw 5.4vw;
    }
    .top_sec10 .table img {
        width: 188.333vw;
        max-width: 188.333vw;
        height: 79.33vw;
    }
    .policy_box .prolicy_wrap-box {
        overflow-y: scroll;
    }
    .prolicy_wrap-box h4 {
        font-size: 1.4rem;
    }
    .prolicy_wrap-box p,
    .list_note01 li,
    .prolicy_wrap-box h5,
    .prolicy_wrap-box p.fs_14 {
        font-size: 1.2rem;
    }
    .prolicy_wrap-box {
        padding-left: 3.667vw;
    }
    .policy_box .prolicy_wrap-box::-webkit-scrollbar {
        width: 6px;
        background-color: #ffffff;
        border: 1px solid #f1f1f1;
    }
    .policy_box .prolicy_wrap-box::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        border-radius: 20px;
    }
    .top_sec10 .table::-webkit-scrollbar {
        height: 7px;
        background-color: #ffffff;
        border: 1px solid #f1f1f1;
    }
    .top_sec10 .table::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        border-radius: 20px;
    }
    .top_sec11 h4 span {
        font-size: 10.4vw;
    }
    .prolicy_wrap-box p span {
        display: block;
    }
    .top_sec11 h4 {
        font-size: 6.3vw;
        margin-top: 6.4vw;
    }
    .top_sec14 .wrap {
        flex-direction: column;
    }
    .top_sec14 {
        padding: 0PX;
    }
    .top_sec14 .inner_in {
        width: 100%;
    }
    .top_sec14 .left img {
        width: 100vw;
        max-height: 66.8vh;
    }
    .top_sec14 .right {
        padding: 1.6vw 3.2vw 7.5vw 3.2vw;
    }
    .top_sec14 .right table tr:nth-child(3) td {
        line-height: 1.3;
    }
    .top_sec14 .right table tr:nth-child(4) td,
    .top_sec14 .right table tr:last-child td {
        padding-top: 2.4vw;
    }
    .top_sec14 .right table th {
        width: 19.76vw;
        padding-right: 3.333vw;
    }
    .top_sec14 .right table {
        font-size: 1.3rem;
        line-height: 2.33;
    }
    .top_sec14 .right table td a {
        font-size: 1.3rem;
        line-height: 2.33;
    }
    .top_sec14 .right table td span {
        display: block;
    }
    .top_sec14 .wrap .left,
    .top_sec14 .wrap .right {
        width: 100%;
    }
    #thanks header {
        padding: 0;
    }
    #thanks .content {
        height: calc(100vh - 10.6vh + 25px - 58px);
        min-height: 80vw;
    }
    #thanks h3 {
        font-size: 4.8vw;
    }
    #thanks p {
        font-size: 3.2vw;
        line-height: 1.33;
        margin: 3.2vw 0 15.6vw;
    }
    #thanks .btnToTop {
        font-size: 3.73333333333vw;
        max-width: 66.6666666667vw;
        width: 100%;
        max-height: 12vw;
        margin: 0 auto;
        display: block;
        line-height: initial;
        padding: 3.2vw 0;
        border-radius: 6vw;
    }
    .footer_contact {
        position: fixed;
        width: 100%;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: #f4f6fa;
        padding: 1.06666666667vw;
        z-index: 2;
    }
    .footer_contact a {
        display: inline-block;
        flex: 0 49.5%;
    }
}
