@charset "utf-8";


body {
    font-size: 16px;
}

@media (max-width: 750px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        min-width: 375px;
    }
}


.container {
    max-width: 1280px;
}


@media (max-width: 1280px) {
    .container {
        max-width: 1000px;
    }
}


body,
div,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button {
    color: #000;
}

.color_orange {
    color: #E84709;
}

ul.list li {
    position: relative;
    padding-left: 1em;
}

ul.list li:before {
    content: '・';
    position: absolute;
    left: 0;
}


/* ==========================================================

#header_LP

========================================================== */

#header_LP {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 99999;
    background-color: #fff;
    height: 85px;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

#header_LP > .flex {
    width: 100%;
}

#header_LP h1 a {
    display: flex;
    align-items: center;
}

#header_LP h1 a img {
    width: 280px;
}

/*----- headerのボタン -----*/

#header_LP .btn_wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}

#header_LP .btn_wrapper > .flex {
    flex-direction: column;
}

.button {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    /* background-color: #E84709; */
    background-color: #02B199;
    color: #fff;
    border-radius: 3em;
    text-align: center;
    /* box-shadow: 0 0.15em 0 #963510; */
    box-shadow: 0 0.15em 0 #00947F;
    padding: 0 20px;
    height: 55px;
    line-height: 1;
}

.button.service:after {
    content: '';
    background: url(../img/icon_window.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: 0.5em;
    margin-left: 0.125em;
}

.button.white {
    background-color: #fff;
    border: 1px solid #02B199;
    color: #02B199;
    position: relative;
    box-shadow: 0 0.15em 0 #02B199;
    font-size: 14px;
    height: initial;
    padding: 5px 8px;
    letter-spacing: -0.1em;
    margin-left: 0.75em;
    font-weight: 700;
}

.button.white:first-of-type {
    margin-bottom: 0.25em;
}


@media (max-width: 1280px) {

    #header_LP {
        padding: 15px 20px;
    }

    #header_LP h1 a {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 1000px) {

    #header_LP {
        padding: 10px;
        height: 60px;
    }

    #header_LP h1 a {
        flex-direction: row;
        align-items: center;
    }

    #header_LP h1 a img {
        width: 240px;
    }

    .button {
        height: 45px;
    }

    .button.white {
        padding: 3px 5px;
        margin-left: 0.125em;
    }

    
}

@media (max-width: 750px) {
    #header_LP {
        padding: 5px;
        height: 55px;
        /* min-width: 375px; */
    }

    #header_LP>.flex {
        flex-direction: row !important;
    }

    #header_LP h1 a {
        flex-direction: column;
        align-items: start;
    }

    #header_LP h1 a img {
        width: 180px;
    }

    #header_LP .btn_wrapper > .flex {
        display: none;
    }

    .button {
        font-size: 13px;
        padding: 0 8px;
        height: 35px;
    }

    .button.service:after {
        margin-left: 0;
    }
}



/* ==========================================================

btn

========================================================== */

.btn_main {
    display: block;
    font-size: 26px;
    background-color: #E84709;
    color: #fff;
    font-weight: 900;
    border: 2px solid #fff;
    text-align: center;
    padding: 0.75em;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
    .btn_main {
        font-size: 20px;
    }
}

@media (max-width: 750px) {
    .btn_main {
        font-size: 16px;
    }
}


/* ==========================================================

共通

========================================================== */

.nami {
    background: url(../img/nami.png) center bottom repeat-x;
    background-size: 1em;
}

.marker {
    background: linear-gradient(transparent 50%, #FFFA00 0%);
}


/* ==========================================================

#main_visual

========================================================== */

#main_visual {
    background: url(../img/main_back.jpg) center center no-repeat;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 85px;
    position: relative;
    height: 660px;
}

#main_visual .inner {
    max-width: 1280px;
    margin: 0 auto;
}

/* テキスト */

#main_visual .txt {
    margin-top: 55px;
    padding-left: 60px;
    z-index: 2;
    position: relative;
}

#main_visual .txt p {
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.375;
}

#main_visual .txt .p_1 {
    font-size: 40px;
}

#main_visual .txt .p_1 .big {
    font-size: 1.25em;
}

#main_visual .txt .p_2 {
    font-size: 50px;
}

#main_visual .txt .p_2:after {
    content: '';
    background: url(../img/kigou.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.875em;
    height: 1.125em;
    position: relative;
    top: 0.125em;
}

#main_visual .txt .p_2 .strong {
    color: #03A18B;
    font-size: 1.76em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    display: inline-block;
    margin-right: -0.25em;
    margin-left: -0.5em;
}

#main_visual .txt .p_2 .strong:before,
#main_visual .txt .p_2 .strong:after {
    content: '「';
    color: #000;
    font-weight: 500;    
}

#main_visual .txt .p_2 .strong:after {
    content: '」';
    display: inline-block;
    margin-left: 0.125em;
}

#norikae #main_visual .txt .p_2 {
    font-size: 40px;
}

#norikae #main_visual .txt .p_2:after {
    content: none;
}

#norikae #main_visual .txt .p_2 .strong {
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 0;
    font-size: 2em;
}


#norikae #main_visual .txt .p_2 .strong:before,
#norikae #main_visual .txt .p_2 .strong:after {
    content: none;
}

#main_visual .txt .p_3 {
    font-size: 32px;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 1.25em;
}

#main_visual .txt .p_3 .line {
    background-color: #fff;
    display: inline-block;
    line-height: 1.625;
    padding: 0 0.25em;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
}

#norikae #main_visual .txt .p_3 .line {
    font-weight: 700;
}


#main_visual .txt .p_3 .line .green {
    color: #03A18B;
    font-size: 1.1em;
}

#main_visual .txt .p_3 .line .orange {
    color: #E84709;
    font-weight: 900;
}

#main_visual .txt .p_3 .line:not(:last-of-type) {
    margin-bottom: 0.625em;
}

#main_visual .txt .p_3 .line:first-of-type:before,
#main_visual .txt .p_3 .line:nth-of-type(2):before {
    content: '';
    display: inline-block;
    width: 1.25em;
    height: 2.5em;
    background: url(../img/arrow.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: -1.5em;
    top: 0.5em;
}


#norikae #main_visual .txt .p_3 .line:before {
    content: '';
    background: url(../img/icon_check.png) center center no-repeat;
    background-size: contain;
    width: 0.875em;
    height: 0.875em;
    display: inline-block;
    position: initial;
    margin-right: 0.25em;
}

#main_visual .txt .p_3 .line:nth-of-type(2):before {
    top: 1.125em;
}

#main_visual .txt .p_4 {
    font-weight: 900;
    font-size: 30px;
    margin-top: 1.5em;
    margin-left: 0.5em;
    position: relative;
}

#main_visual .txt .p_4 .strong {
    font-size: 1.5em;
    color: #03A18B;
    display: inline-block;
    transform: rotate(-6deg);
    margin-left: 0.25em;
    position: relative;
    bottom: 0.125em;
}

#main_visual .txt .p_4 .underline {
    text-decoration: none;
    border-bottom: 4px solid #FEF202;
}

#main_visual .txt .p_4:after {
    content: '';
    width: 120px;
    height: 120px;
    display: inline-block;
    background: url(../img/arrow.png) center center no-repeat;
    background-size: contain;
    transform: rotate(-15deg) scaleX(-1);
    position: absolute;
    bottom: 80px;
}

/* 画像 */

#main_visual .img_people {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1240px;
    max-width: 1920px;
    margin: 0 auto;
    text-align: right;
    z-index: 1;
}

#main_visual .img_people img {
    max-width: 890px;
}

#lesson #main_visual .img_people {
    min-width: 1150px;
    max-width: 1550px;
}

#lesson #main_visual .img_people img {
    max-width: 730px;
}

#gakudo #main_visual .img_people img {
    max-width: 830px;
}

#norikae #main_visual .img_people {
    /* max-width: 1720px; */
}

#norikae #main_visual .img_people img {
    max-width: 520px;
}

@media (max-width: 1280px) {
    #main_visual .img_people img {
        max-width: 720px;
    }

    #norikae #main_visual .img_people {
        /* max-width: 1720px; */
    }
    
    #norikae #main_visual .img_people img {
        max-width: 480px;
    }

    #norikae #main_visual .txt .p_2 .strong {
        font-size: 1.75em;
    }
}

@media (max-width: 1000px) {
    #main_visual {
        height: 830px;
        margin-top: 55px;
    }

    #main_visual .txt {
        padding-left: 55px;
    }

    #main_visual .txt p {
        line-height: 1.75;
    }

    #main_visual .txt .p_1 {
        font-size: 30px;
    }

    #main_visual .txt .p_2 {
        font-size: 35px;
    }

    #main_visual .txt .p_2 .strong {
        font-size: 2em;
    }

    #main_visual .txt .p_3 {
        font-size: 26px;
    }

    #main_visual .img_people {
        min-width: 910px;
    }

    #lesson #main_visual .img_people {
        min-width: 780px;
    }

    #lesson #main_visual .img_people img  {
        max-width: 640px;
    }

    #norikae #main_visual .txt .p_2 .strong {
        font-size: 1.375em;
    }

    #norikae #main_visual .txt .p_4:after {
        right: 0;
    }

    #main_visual .txt .p_4 {
        margin-left: 0;
        margin-top: 1em;
    }

    #norikae #main_visual .img_people {
        min-width: initial;
        max-width: 700px;

    }

    #norikae #main_visual .img_people img {
        max-width: 350px;
        
    }
}

@media (max-width: 750px) {
    #main_visual {
        height: 520px;
    }

    #main_visual .txt {
        padding-left: 0;
        max-width: 400px;
        margin: 30px auto 0;
    }

    #main_visual .txt p {
        text-align: center;
    }

    #main_visual .txt .p_1 {
        font-size: 20px;
    }

    #lesson #main_visual .txt .p_1 {
        font-size: 18px;
    }

    #main_visual .txt .p_1 .big {
        font-size: 1.25em;
    }

    #main_visual .txt .p_2 {
        font-size: 25px;
    }

    #main_visual .txt .p_2 .strong {
        font-size: 45px;
    }

    #main_visual .txt .p_3 {
        font-size: 16px;
        padding-left: 2em;
    }

    #main_visual .img_people {
       
    }

    #main_visual .img_people {
        min-width: initial;
        text-align: right;
    }

    #main_visual .img_people img {
        width: 90%;
        max-width: 400px;
    }

    #lesson #main_visual .img_people  {
        max-width: 380px;
        min-width: initial;
    }

    #norikae #main_visual .txt {
        margin-top: 20px;
    }

    #norikae #main_visual .txt .p_2 .strong {
        font-size: 1em;
        line-height: 1.5;
    }

    #main_visual .txt .p_4 {
        font-size: 15px;
        margin-top: 0.75em;
    }

    #norikae #main_visual .img_people {
        /* text-align: center; */
        max-width: 220px;
    }

    #norikae #main_visual .img_people img {
        max-width: 185px;
    }

    #main_visual .txt .p_4 .strong {
        margin-left: 0;
    }

    #main_visual .txt .p_4:after {
        width: 50px;
        height: 50px;
        bottom: 40px;
    }


}


/* ==========================================================

#section1

========================================================== */

#section1 {
    background-color: #03A18B;
    background: url(../img/about_back.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0 90px;
}

#section1 h2 {
    font-weight: 900;
    color: #fff;
    font-size: 26px;
    margin-bottom: 2.75em;
}

#section1 h2 .strong {
    color: #FEF202;
    font-size: 1.5em;
}

#section1 .content {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

#section1 .content:after {
    content: '';
    display: block;
    width: 16%;
    height: 16%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/kakeru.png) center center no-repeat;
    background-size: contain;
}

#section1 .content .item {
    background-color: #fff;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    text-align: center;
}

#section1 .content .item img {
    width: 75%;
    height: 62%;
    object-fit: contain;
    object-position: center bottom;
}


#section1 .content .item h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 1.25em;
}

#section1 .content .item h3 .strong {
    color: #E84709;
    font-weight: 900;
}

@media (max-width: 1280px) {
    #section1 .content .item {
        width: 475px;
        height: 475px;
    }
}

@media (max-width: 1000px) {
    #section1 {
        padding: 60px 0 75px;
    }

    #section1 h2 {
        font-size: 22px;
    }

    #section1 .content {
        max-width: 720px;
    }

    #section1 .content:after {
        width: 20%;
        height: 20%;
    }

    #section1 .content .item {
        width: 350px;
        height: 350px;
    }

    #section1 .content .item h3 {
        font-size: 22px;
    }
}

@media (max-width: 750px) {
    #section1 {
        padding: 35px 0 35px;
    }

    #section1 h2 {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 1.5em;
    }

    #section1 .content {
        max-width: 240px;
    }

    #section1 .content .item {
        height: 240px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
    }

    #section1 .content .item:nth-of-type(1) {
        margin-bottom: 10px;
    }

    #section1 .content .item img {
        width: 78%;
        height: 54%;
    }

    #section1 .content .item h3 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0.25em;
    }
}

/* ==========================================================

#section2

========================================================== */

#section2 {
    padding-top: 90px;
}

#section2 h2 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 3em;
}

#section2 h2 .strong {
    font-size: 2.125em;
    letter-spacing: 0.15em;
    padding: 0 0.125em;
    font-weight: 900;
    position: relative;
}

#section2 h2 .strong:before {
    content: '・・・';
    position: absolute;
    top: -0.875em;
    left: 54%;
    transform: translateX(-50%);
    color: #03A18B;
    font-size: 0.6em;
    letter-spacing: 0.875em;
}

#section2 h2:before,
#section2 h2:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 1.5em;
    background-color: #03A18B;
    transform: rotate(-30deg);
    position: relative;
    top: 0.25em;
    left: -0.75em;
}

#section2 h2:after {
    transform: rotate(30deg);
    left: initial;
    right: -0.75em;
}



#section2 .content {
    background: url(../img/onayami.png) center bottom no-repeat;
    background-size: 22%;
    height: 410px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

#section2 .content ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
}

#section2 .content ul.left {
    left: 0;
}

#section2 .content ul.left li:first-of-type {
    margin-left: 5em;
    margin-bottom: 3em;
}

#section2 .content ul.right {
    right: 0;
}

#section2 .content ul.right li:first-of-type {
    margin: 3em 0 2em 0;
}

#section2 .content ul.right li:last-of-type {
    margin-left: 4em;
}

#section2 .content ul li {
    font-size: 20px;
    font-weight: 700;
    background-color: #E7F5FA;
    padding: 1em 2em;
    display: inline-block;
    border-radius: 5em;
    text-align: center;
    position: relative;
}

#section2 .content ul li .strong {
   color: #E84709;
   font-weight: 900;
   border-bottom: 1px solid #E84709;
}

#section2 .content ul.left li:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 15px solid #E7F5FA;
    border-top: 0;
    transform: rotate(30deg);
    position: absolute;
    right: 1em;
    bottom: -0.5em;
}

#section2 .content ul.right li:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 15px solid #E7F5FA;
    border-top: 0;
    transform: rotate(-30deg);
    position: absolute;
    left: 1em;
    bottom: -0.5em;
}


@media (max-width: 1000px) {
    #section2 {
        text-align: center;
        padding-top: 55px;
    }

    #section2 h2 {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-bottom: 2.25em;
        font-size: 22px;
    }

    #section2 h2:before, #section2 h2:after {
        position: absolute;
        top: initial;
        bottom: 0.25em;
        height: 2em;
    }

    #section2 h2:before {
        left: -1.25em;
        transform: rotate(-40deg);
    }

    #section2 h2:after  {
        right: -1.25em;
        transform: rotate(40deg);
    }

    #section2 .content {
        height: 480px;
        background-size: 20%;
        background-position: left 45% bottom;
        max-width: 760px;
    }

    #section2 .content ul.left li:first-of-type {
        margin-left: 5em;
        margin-bottom: 4em;
    }

    #section2 .content ul.left li:last-of-type {
        margin-left: 1em;
    }

    #section2 .content ul.right li:first-of-type {
        margin: 5em 0 3em 0;
    }

    #section2 .content ul li {
        font-size: 18px;
    }

    #section2 .content ul.left li:after {
        right: initial;
        left: 4em;
    }

    #section2 .content ul.right li:after {
        left: initial;
        right: 4em;
    }
}

@media (max-width: 750px) {

    #section2 {
        padding-top: 30px;
    }

    #section2 .content {
        height: 500px;
        background-size: 31%;
        max-width: 400px;
    }

    #section2 h2 {
        font-size: 18px;
        line-height: 1.875;
        margin-bottom: 1.5em;
    }

    #section2 h2 .strong {
        font-size: 1.875em;
    }

    #section2 h2 .strong:before {
        top: -1em;
    }

    #section2 h2:before, #section2 h2:after {
        content: none;
    }

    #section2 .content ul {
        position: relative;
        align-items: center;
    }

    #section2 .content ul li {
        margin: 0!important;
        margin-bottom: 1.75em!important;
        font-size: 15px;
        padding: 1em 1.5em;
    }
    
    #section2 .content ul li:first-of-type {
        margin-right: 2em!important;
    }

    #section2 .content ul li:last-of-type {
        margin-left: 2em!important;
    }

    #section2 .content ul li:after {
        bottom: -0.25em!important;
    }

    #section2 .content ul.left li:last-of-type:after {
        transform: rotate(-30deg);
        left: initial;
        right: 4em;
    }

    #section2 .content ul.right li:first-of-type:after {
        transform: rotate(30deg);
        right: initial;
        left: 4em;
    }
}

/* ==========================================================

#section3

========================================================== */

#section3 {
    padding-bottom: 150px;
}

/*----- お悩み解決 -----*/

#section3 h2 {
    text-align: center;
    font-weight: 900;
    font-size: 26px;
    padding: 1.25em 0;
    border-top: 3px solid #000;
    position: relative;
}

#section3 h2:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 70px;
    background: url(../img/arrow02.png) center center no-repeat;
    background-size: contain;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
}


#section3 h2 .strong  {
    background-color: #FEF202;
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    font-size: 1.75em;
    color: #03A18B;
}

#section3 h2 .strong:last-of-type {
    margin-left: -0.25em;
}

#section3 h2 .bou {
    width: 2em;
    height: 3px;
    background-color: #000;
    display: inline-block;
    margin-bottom: 0.25em;
}


/*----- 特長 -----*/

#section3 .content {
    border: 3px solid #000;
    border-radius: 5px;
    background-color: #D0F6F9;
    padding: 130px 100px;
}

#section3 .content .item:not(:last-of-type) {
    margin-bottom: 150px;
}

#section3 .content .item:nth-of-type(2n) .flex {
    flex-direction: row-reverse;
}

#section3 .txt_block {
    width: 100%;
    max-width: 690px;
}

#section3 .img_block {
    width: calc(100% - 690px);
    text-align: right;
}

#section3 .item:nth-of-type(2n) .img_block {
    text-align: left;
}

#section3 .img_block img {
    max-width: 280px;
}

#section3 .content h3 {
    position: relative;
}

#section3 .content h3 p {
    font-size: 28px;
    font-weight: 900;
    background-color: #03A18B;
    color: #fff;
    display: inline-block;
    line-height: 1.25;
    padding: 0.5em 0.5em;
    margin-bottom: 1em;
}

#section3 .content h3 p:not(:last-of-type) {
    margin-bottom: 0.2em;
}

#section3 .content h3 p .strong {
    color: #FFFA00;
}

#section3 .content h3:before {
    content: '01';
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #03A18B;
    width: 2.75em;
    height: 2.75em;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -1.5em;
    left: -2em;
    border: 4px solid #D0F6F9;
    text-align: center;
    line-height: 2.5em;
}

#section3 .content .item:nth-of-type(2) h3:before {
    content: '02';
}

#section3 .content .item:nth-of-type(3) h3:before {
    content: '03';
}

#section3 .content .item:nth-of-type(4) h3:before {
    content: '04';
}


@media (max-width: 1280px) {

    #section3 .txt_block {
        max-width: 500px;
    }

    #section3 .img_block {
        width: calc(100% - 500px);
    }

    #section3 .img_block img {
        max-width: 220px;
    }
}

@media (max-width: 1000px) {

    #section3 {
        padding-bottom: 80px;
    }

    #section3 h2 {
        padding: 1.5em 0;
    }

    #section3 .content {
        padding: 75px 70px 50px;
    }

    #section3 .content h3 p {
        font-size: 26px;
    }

    #section3 .item > .flex {
        flex-direction: column!important;
        align-items: start;
    }

    #section3 .txt_block,
    #section3 .img_block {
        width: 100%;
        max-width: initial;
    }

    #section3 .img_block {
        text-align: center!important;
    }

    #section3 .img_block img {
        max-width: 260px;
    }

    #section3 .content .item:not(:last-of-type) {
        margin-bottom: 75px;
    }
}

@media (max-width: 750px) {

    #section3 {
        padding-bottom: 30px;
    }

    #section3 .content {
        padding: 70px 15px 20px;
    }

    #section3 h2 {
        font-size: 20px;
        padding: 2.5em 0;
    }

    #section3 h2:after {
        height: 35px;
        width: 65px;
        bottom: -30px;
    }

    #section3 .content h3 p {
        font-size: 20px;
        padding: 0.25em 0.25em;
    }

    #section3 .content h3:before {
        font-size: 16px;
        top: -2.5em;
        left: -0.875em;
        border-width: 2px;
    }

    #section3 .img_block img {
        max-width: 200px;
        margin-top: 20px;
    }
   
}

/* ==========================================================

#section4

========================================================== */

#section4 {
    background: url(../img/contact_back.jpg) center center no-repeat;
    background-size: cover;
    padding: 110px 0;
}

#section4 h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3em;
    line-height: 3;
}

#section4 .btn_main {
    max-width: 580px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    #section4 .btn_main {
        max-width: 480px;
        padding: 1em;
    }
}

@media (max-width: 750px) {
    #section4 {
        padding: 70px 0;
    }

    #section4 h2 {
        font-size: 16px;
        margin-bottom: 2em;
        font-weight: 700;
    }
}

/* ==========================================================

#banner

========================================================== */

#banner {
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    z-index: 99999;
    display: block;
    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;
    max-width: 250px;
}

#banner.is-hidden {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 1000px) {
    #banner {
        max-width: 200px;
    }
}

@media (max-width: 750px) {
    #banner {
        max-width: 150px;
    }
}