/*
Theme Name: Universal Co’s 株式会社 コーポレートサイト
Theme URI: https://universal-cos.com/
Author: Universal Co’s 株式会社
Author URI: https://universal-cos.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive, real-estate, local-business
Text Domain: https://universal-cos.com/
*/

/*-------------------------*/
/*--------ヘッディング-------*/
/*-------------------------*/

*{
    margin: 0;
}
body{
    background-color: #F7F7F7;
    font-family: 'Noto Sans', sans-serif !important;
}
/*-----ヘッダー-----*/
.header_container {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: transparent;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.header_container.scrolled {
    background-color: #000;
}

.header_wrapper{
    width: 95vw;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header_flex01 h1 {
    font-size: 25px;
    font-weight: 700;
    color: #fafafa;
    transition: color 0.5s ease;
}

.header_container.scrolled .header_flex01 h1 {
    color: #ffffff;
}
@media (min-width:800px) {
    .header_wrapper {
        max-width: calc(1366 * (100vw / 1366));
        padding-top: calc(15 * (100vw / 1366));
        padding-bottom: calc(15 * (100vw / 1366));
    }

    .header_flex01 h1 {
        font-size: calc(25 * (100vw / 1366));
    }
}

@media (max-width:799px) {
    .header_wrapper{
        width: 95vw;
        max-width: 100%;
        padding-top: calc(15 * (100vw / 390));
        padding-bottom: calc(15 * (100vw / 390));
    }
    .header_flex01 h1 {
        font-size: calc(20 * (100vw / 390));
    }
}
/*-----------------*/
/*ヒーローセクション*/
/*-----------------*/
.hero_container{
    background: linear-gradient(to right, #E59090, #B70000);
}
.hero_wrapper{
    min-height: 768px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.hero_content{
    position: relative;
    overflow-x: hidden;
    display: flex;
    max-width: 1366px;
    margin: 0 auto;
    min-height: 768px;
    display: flex;
    align-items:center;
    gap: 10px;
    width: 95vw;
}
.hero_flex02 img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.4);
    transform-origin: bottom left;
    max-height: none;
}

.hero_flex01{
    width: 70%;
}
.hero_flex02{
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
}
.hero_flex01 img{
    width: 600px
}
.hero_flex01 h2{
    font-size: 6vw;
    color: #fafafa;
}
.contact_link{
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}
.hero_flex01 a {
    font-size: 22px;
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgb(9, 9, 9);
    display: block;
    box-sizing: border-box;
    color: #fafafa;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 6px 6px 1px 0px #ffffff;
    transition: all 0.2s ease;
}
.hero_flex01 a:hover {
    opacity: 0.8;
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0px 0px #ffffff;
}
@media (min-width:701px) {
    .hero_wrapper {
        min-height: calc(768 * (100vw / 1366));
    }

    .hero_content {
        max-width: calc(1366 * (100vw / 1366));
        min-height: calc(768 * (100vw / 1366));
        gap: calc(10 * (100vw / 1366));
    }

    .hero_flex01 img {
        width: calc(600 * (100vw / 1366));
    }

    .contact_link {
        margin-top: calc(10 * (100vw / 1366));
    }

    .hero_flex01 a {
        font-size: calc(22 * (100vw / 1366));
        width: calc(250 * (100vw / 1366));
        padding-top: calc(15 * (100vw / 1366));
        padding-bottom: calc(15 * (100vw / 1366));
        border-radius: calc(5 * (100vw / 1366));
        box-shadow: calc(6 * (100vw / 1366)) calc(6 * (100vw / 1366)) calc(1 * (100vw / 1366)) 0 #ffffff;
    }

    .hero_flex01 a:hover {
        transform: translate(calc(3 * (100vw / 1366)), calc(3 * (100vw / 1366)));
        box-shadow: calc(3 * (100vw / 1366)) calc(3 * (100vw / 1366)) 0px 0px #ffffff;
    }
}

@media (max-width:700px) {
    .hero_wrapper {
        min-height: calc(1200 * (100vw / 1366));
    }

    .hero_content {
        max-width: calc(1366 * (100vw / 1366));
        min-height: calc(1200 * (100vw / 1366));
        gap: calc(10 * (100vw / 1366));
    }

    .hero_flex01 img {
        width: calc(600 * (100vw / 1366));
    }

    .contact_link {
        margin-top: calc(40 * (100vw / 1366));
    }

    .hero_flex01 a {
        font-size: calc(44 * (100vw / 1366));
        width: calc(450 * (100vw / 1366));
        padding-top: calc(15 * (100vw / 1366));
        padding-bottom: calc(15 * (100vw / 1366));
        border-radius: calc(5 * (100vw / 1366));
        box-shadow: calc(6 * (100vw / 1366)) calc(6 * (100vw / 1366)) calc(1 * (100vw / 1366)) 0 #ffffff;
    }

    .hero_flex01 a:hover {
        transform: translate(calc(3 * (100vw / 1366)), calc(3 * (100vw / 1366)));
        box-shadow: calc(3 * (100vw / 1366)) calc(3 * (100vw / 1366)) 0px 0px #ffffff;
    }
    .hero_flex02 {
        width: 30%;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 80%;
        display: flex;
        align-items: end;
    }
}

/*-----------------*/
/*アンダーヘッディング01*/
/*-----------------*/
.section1_container{
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section01_wrapper{
    max-width: 1366px;
    width: 95vw;
    margin: 0 auto;
}
.section01_content{
    width: 80%;
}
.section01_content h3{
    font-size: 40px;
    line-height: 1;
    margin-bottom: 40px;
}
.section01_content p{
    font-size: 20px;
    line-height: 45px;
}
.section01_content p span{
    font-size: 20px;
}
@media (min-width:700px) {
    .section1_container {
        padding-top: calc(80 * (100vw / 1366));
        padding-bottom: calc(80 * (100vw / 1366));
    }

    .section01_wrapper {
        max-width: calc(1366 * (100vw / 1366));
    }

    .section01_content {
        width: calc(80 * (100vw / 100));
    }

    .section01_content h3 {
        font-size: calc(40 * (100vw / 1366));
        margin-bottom: calc(40 * (100vw / 1366));
        line-height: 1;
    }

    .section01_content p {
        font-size: calc(20 * (100vw / 1366));
        line-height: calc(45 * (100vw / 1366));
    }

    .section01_content p span {
        font-size: calc(20 * (100vw / 1366));
    }
}
@media (max-width:699px) {
    .section1_container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section01_content {
        width: 90%;
        margin: 0 auto;
    }

    .section01_content h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .section01_content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .section01_content p span {
        display: block;
        font-size: 16px;
        margin-top: 20px;
        text-align: right;
    }
}


/*-----------------*/
/*アンダーヘッディング02*/
/*-----------------*/
.section02_wrapper{
    max-width: 1366px;
    margin: 0 auto;
    margin-top: -300px;
    width: 95vw;
}
.section02_content{
    text-align: end;
    position: relative;
}
.section02_content img{
    width: 450px;
    filter: drop-shadow(-20px 20px 15px #e7e7e7);
}
@media (min-width:700px) {
    .section02_wrapper {
        max-width: calc(1366 * (100vw / 1366));
        margin: 0 auto;
        margin-top: calc(-300 * (100vw / 1366));
        width: 95vw;
    }

    .section02_content img {
        width: calc(450 * (100vw / 1366));
        filter: drop-shadow(calc(-20 * (100vw / 1366)) calc(20 * (100vw / 1366)) calc(15 * (100vw / 1366)) #e7e7e7);
    }
}
@media (max-width:699px) {
    .section02_wrapper {
        width: 100%;
        margin: 0 auto;
        margin-top: -100px;
        text-align: center;
    }

    .section02_content {
        text-align: center;
        position: relative;
    }

    .section02_content img {
        width: 90%;
        max-width: 320px;
        height: auto;
        filter: drop-shadow(-10px 10px 8px #e7e7e7);
        transform: scaleX(-1);
    }
}

/*-----------------*/
/*事業内容*/
/*-----------------*/
.section03_wrapper{
    max-width: 1366px;
    width: 95vw;
    margin-left: auto;
    padding: 40px;
    background-color: #fafafa;
    box-shadow: -10px 10px 7.5px #e7e7e7;
    box-sizing: border-box;
    border-radius: 16px;
}
.section03_area{
    margin-bottom: 40px;
}
.section03_area h5{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
}
.section03_area p{
    font-size: 18px;
    line-height: 45px;
}
.section03_area03{
    margin-bottom: 0;
}

@media (min-width:700px) {
    .section03_wrapper {
        max-width: calc(1366 * (100vw / 1366));
        width: 95vw;
        margin-left: auto;
        padding: calc(40 * (100vw / 1366));
        background-color: #fafafa;
        box-shadow: -10px 10px 7.5px #e7e7e7;
        box-shadow: calc(-10 * (100vw / 1366)) calc(10 * (100vw / 1366)) calc(7.5 * (100vw / 1366)) #e7e7e7 !important;
        box-sizing: border-box;
        border-radius: calc(16 * (100vw / 1366));
    }

    .section03_area {
        margin-bottom: calc(40 * (100vw / 1366));
    }

    .section03_area h5 {
        font-size: calc(25 * (100vw / 1366));
        font-weight: 700;
        margin-bottom: calc(20 * (100vw / 1366));
        line-height: 1;
    }

    .section03_area p {
        font-size: calc(18 * (100vw / 1366));
        line-height: calc(45 * (100vw / 1366));
    }

    .section03_area03 {
        margin-bottom: 0;
    }
}
@media (max-width:699px) {
    .section03_wrapper {
        width: 92%;
        margin: 0 auto;
        padding: 24px;
        background-color: #fafafa;
        box-shadow: -6px 6px 8px #e7e7e7;
        border-radius: 12px;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .section03_area {
        margin-bottom: 24px;
        text-align: left;
    }

    .section03_area h5 {
        font-size: 20px;
        line-height: 1.3;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .section03_area p {
        font-size: 16px;
        line-height: 1.9;
    }

    .section03_area03 {
        margin-bottom: 0;
    }
}


/*-----------------*/
/*左影*/
/*-----------------*/
.section04_container{
    position: relative;
    z-index: -1;
    margin-top: -700px;
}
.section04_wrapper{
    background-color: #EFEFEF;
    max-width: 1366px;
    width: 95vw;
    margin: 0 auto;
    padding: 40px;
    box-shadow: -20px 20px 15px -2px #e7e7e7;
    box-sizing: border-box;
    border-radius: 16px;
    min-height: 755px;
}
@media (min-width:700px) {
    .section04_container {
        position: relative;
        z-index: -1;
        margin-top: calc(-700 * (100vw / 1366));
    }

    .section04_wrapper {
        background-color: #EFEFEF;
        max-width: calc(1366 * (100vw / 1366));
        width: 95vw;
        margin: 0 auto;
        padding: calc(40 * (100vw / 1366));
        box-shadow: calc(-20 * (100vw / 1366)) calc(20 * (100vw / 1366)) calc(15 * (100vw / 1366)) calc(-2 * (100vw / 1366)) #e7e7e7;
        box-sizing: border-box;
        border-radius: calc(16 * (100vw / 1366));
        min-height: calc(755 * (100vw / 1366));
    }
}
@media (max-width:699px) {
    .section04_container {
        display: none;
    }
}
/*-----------------*/
/*.section06_container 代表挨拶*/
/*-----------------*/
.section06_wrapper{
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section06_content{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.section06_flex01{
    width: 40%;
    border-radius: 10px;
}
.section06_flex02{
    width: 60%;
}
.section06_flex01 img{
    width: 100%;
    border-radius: 10px;
    box-shadow: -5px 5px 0px rgb(254, 38, 0);
}
.section06_flex02 h6{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section06_flex02 p{
    font-size: 16px;
    line-height: 35px;
}

@media (min-width:700px) {
    .section06_wrapper {
        max-width: calc(1366 * (100vw / 1366));
        margin: 0 auto;
        padding-top: calc(80 * (100vw / 1366));
        padding-bottom: calc(80 * (100vw / 1366));
    }

    .section06_content {
        display: flex;
        justify-content: space-between;
        gap: calc(40 * (100vw / 1366));
    }

    .section06_flex01 {
        width: calc(40 * (100vw / 100));
        border-radius: calc(10 * (100vw / 1366));
    }

    .section06_flex02 {
        width: calc(60 * (100vw / 100));
    }

    .section06_flex01 img {
        width: 100%;
        border-radius: calc(10 * (100vw / 1366));
        box-shadow: calc(-5 * (100vw / 1366)) calc(5 * (100vw / 1366)) 0 rgb(254, 38, 0);
    }

    .section06_flex02 h6 {
        font-size: calc(20 * (100vw / 1366));
        font-weight: 700;
        margin-bottom: calc(20 * (100vw / 1366));
    }

    .section06_flex02 p {
        font-size: calc(16 * (100vw / 1366));
        line-height: calc(35 * (100vw / 1366));
    }
}
@media (max-width:699px) {
    .section06_wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 24px;
        box-sizing: border-box;
    }

    .section06_content {
        display: grid;
        gap: 20px;
        place-items: center;
        text-align: left;
        background: #ffffff;
        border-radius: 16px;
        padding: 20px;
        box-shadow: 0 10px 24px rgba(0,0,0,0.08);
        position: relative;
    }

    .section06_content::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 16px;
        padding: 1px;
        background: linear-gradient(135deg, #104FA1, #EB802F);
        -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
                mask-composite: exclude;
        pointer-events: none;
    }

    .section06_flex01 {
        width: 100%;
        display: grid;
        place-items: center;
    }

    .section06_flex01 img {
        width: 70%;
        max-width: 260px;
        height: auto;
        display: block;
        border-radius: 14px;
        box-shadow: 0 12px 20px rgba(16,79,161,0.18);
    }

    .section06_flex02 {
        width: 100%;
    }

    .section06_flex02 h6 {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 800;
        margin: 6px 0 12px;
        letter-spacing: 0.4px;
        background: linear-gradient(90deg, rgba(16,79,161,0.12), rgba(235,128,47,0.12));
        padding: 10px 12px;
        border-radius: 10px;
    }

    .section06_flex02 p {
        font-size: 16px;
        line-height: 1.9;
        color: #222;
    }

    .section06_flex02 p br + br {
        line-height: 0;
    }
}

/*-----------------*/
/*.section07_container MVV*/
/*-----------------*/

.section07_wrapper {
    max-width: 1366px;
    background-color: #e7e7e7;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.section07_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #104FA1, #EB802F, #FFD447);
}

.section07_wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 4px;
    background: linear-gradient(90deg, #EB802F, #104FA1);
    opacity: 0.3;
}

.section07_area {
    width: 60%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-left: 4px solid #104FA1;
    padding-left: 16px;
    position: relative;
}

.section07_area:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ccc, transparent);
}

.section07_area01,
.section07_area03 {
    margin-left: 0;
}

.section07_area02 {
    margin-left: auto;
    border-left-color: #EB802F;
}

p.section07_area_p01 {
    font-size: 25px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 10px;
    position: relative;
}

p.section07_area_p01::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 6px;
    background: linear-gradient(90deg, #104FA1, #EB802F);
    border-radius: 2px;
}

p.section07_area_p02 {
    font-size: 18px;
    line-height: 45px;
}

.section07_area03 ul {
    padding-left: 20px;
    list-style: none;
    margin-top: 10px;
    border-left: 2px dashed #aaa;
    padding-left: 24px;
}

.section07_area03 ul li {
    font-size: 18px;
    line-height: 45px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 12px;
}

.section07_area03 ul li::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 18px;
    width: 10px;
    height: 10px;
    background: #104FA1;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(16,79,161,0.2);
}

.section07_area03 ul li span {
    font-size: 20px;
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: #104FA1;
    margin-bottom: 4px;
}

@media (min-width:700px) {
    .section07_wrapper {
        max-width: calc(1366 * (100vw / 1366));
        background-color: #e7e7e7;
        padding: calc(40 * (100vw / 1366));
        box-sizing: border-box;
        border-radius: calc(10 * (100vw / 1366));
        position: relative;
        overflow: hidden;
    }

    .section07_wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(8 * (100vw / 1366));
        background: linear-gradient(90deg, #104FA1, #EB802F, #FFD447);
    }

    .section07_wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60%;
        height: calc(4 * (100vw / 1366));
        background: linear-gradient(90deg, #EB802F, #104FA1);
        opacity: 0.3;
    }

    .section07_area {
        width: 60%;
        padding-bottom: calc(20 * (100vw / 1366));
        margin-bottom: calc(40 * (100vw / 1366));
        border-left: calc(4 * (100vw / 1366)) solid #104FA1;
        padding-left: calc(16 * (100vw / 1366));
        position: relative;
    }

    .section07_area:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: calc(-20 * (100vw / 1366));
        left: 0;
        width: 100%;
        height: calc(2 * (100vw / 1366));
        background: linear-gradient(to right, #ccc, transparent);
    }

    .section07_area01,
    .section07_area03 {
        margin-left: 0;
    }

    .section07_area02 {
        margin-left: auto;
        border-left-color: #EB802F;
    }

    p.section07_area_p01 {
        font-size: calc(25 * (100vw / 1366));
        font-weight: 700;
        line-height: calc(45 * (100vw / 1366));
        margin-bottom: calc(10 * (100vw / 1366));
        position: relative;
    }

    p.section07_area_p01::after {
        content: "";
        display: block;
        width: calc(60 * (100vw / 1366));
        height: calc(3 * (100vw / 1366));
        margin-top: calc(6 * (100vw / 1366));
        background: linear-gradient(90deg, #104FA1, #EB802F);
        border-radius: calc(2 * (100vw / 1366));
    }

    p.section07_area_p02 {
        font-size: calc(18 * (100vw / 1366));
        line-height: calc(45 * (100vw / 1366));
    }

    .section07_area03 ul {
        padding-left: calc(20 * (100vw / 1366));
        list-style: none;
        margin-top: calc(10 * (100vw / 1366));
        border-left: calc(2 * (100vw / 1366)) dashed #aaa;
        padding-left: calc(24 * (100vw / 1366));
    }

    .section07_area03 ul li {
        font-size: calc(18 * (100vw / 1366));
        line-height: calc(45 * (100vw / 1366));
        position: relative;
        padding-left: calc(10 * (100vw / 1366));
        margin-bottom: calc(12 * (100vw / 1366));
    }

    .section07_area03 ul li::before {
        content: "";
        position: absolute;
        left: calc(-24 * (100vw / 1366));
        top: calc(18 * (100vw / 1366));
        width: calc(10 * (100vw / 1366));
        height: calc(10 * (100vw / 1366));
        background: #104FA1;
        border-radius: 50%;
        box-shadow: 0 0 0 calc(3 * (100vw / 1366)) rgba(16,79,161,0.2);
    }

    .section07_area03 ul li span {
        font-size: calc(20 * (100vw / 1366));
        line-height: calc(45 * (100vw / 1366));
        font-weight: 700;
        display: block;
        color: #104FA1;
        margin-bottom: calc(4 * (100vw / 1366));
    }
}

@media (max-width:699px) {
    .section07_wrapper {
        width: 92%;
        margin: 0 auto;
        background-color: #f5f5f5;
        padding: 24px 20px;
        box-sizing: border-box;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    .section07_wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #104FA1, #EB802F, #FFD447);
    }

    .section07_area {
        width: 100%;
        padding-bottom: 16px;
        margin-bottom: 28px;
        border-left: 3px solid #104FA1;
        padding-left: 12px;
        position: relative;
    }

    .section07_area:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: -16px;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #ccc, transparent);
    }

    .section07_area02 {
        border-left-color: #EB802F;
    }

    p.section07_area_p01 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 8px;
        position: relative;
    }

    p.section07_area_p01::after {
        content: "";
        display: block;
        width: 40px;
        height: 3px;
        margin-top: 4px;
        background: linear-gradient(90deg, #104FA1, #EB802F);
        border-radius: 2px;
    }

    p.section07_area_p02 {
        font-size: 15px;
        line-height: 1.8;
    }

    .section07_area03 ul {
        padding-left: 16px;
        list-style: none;
        margin-top: 8px;
        border-left: 2px dashed #aaa;
        padding-left: 18px;
    }

    .section07_area03 ul li {
        font-size: 15px;
        line-height: 1.8;
        position: relative;
        padding-left: 8px;
        margin-bottom: 10px;
    }

    .section07_area03 ul li::before {
        content: "";
        position: absolute;
        left: -18px;
        top: 9px;
        width: 8px;
        height: 8px;
        background: #104FA1;
        border-radius: 50%;
        box-shadow: 0 0 0 2px rgba(16,79,161,0.2);
    }

    .section07_area03 ul li span {
        font-size: 16px;
        font-weight: 700;
        display: block;
        color: #104FA1;
        margin-bottom: 2px;
    }
}


/*-----------------*/
/*.footer_container Footer*/
/*-----------------*/
.footer_container{
    background-color: #191919;
    margin-top: 250px;
}
.footer_wrapper{
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer_flex_content{
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    gap: 40px;
}
.footer_area{
    text-align: center;
    margin-bottom: 40px;
}
.footer_area p {
    font-size: 25px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #F7F7F7;
    text-align: center;
    padding-bottom: 10px;
}
.footer_area p::after {
    content: '';
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    border-bottom: 1px solid #EFEFEF;
}
.footer_flex01{
    width: 40%;
}
.footer_flex02{
    width: 60%;
}
.footer_flex01_area p{
    font-size: 18px;
    font-weight: 500;
    color: #0b0b0b;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 700;
}
.footer_flex01_area a{
    font-size: 18px;
    font-weight: 500;
    color: #0b0b0b;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 700;
    display: block;
}
.footer_flex01_area img{
    width: 30px;
}
.footer_flex01_area_link a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_flex01_area03 p{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_flex01_area04 p{
    margin-bottom: 0;
}
.footer_flex02 p{
    background-color: #000000;
    color: #FFFFFF;
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
    line-height: 45px;
}
.footer_banner_container{
    background-color: #1A1C29;
}
.footer_banner_content {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_banner_content a{
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
}

@media (min-width:700px) {
    .footer_container {
        background-color: #191919;
        margin-top: calc(250 * (100vw / 1366));
    }

    .footer_wrapper {
        padding: calc(40 * (100vw / 1366));
        padding-top: calc(80 * (100vw / 1366));
        padding-bottom: calc(80 * (100vw / 1366));
    }

    .footer_flex_content {
        display: flex;
        justify-content: space-between;
        max-width: calc(1366 * (100vw / 1366));
        margin: 0 auto;
        gap: calc(40 * (100vw / 1366));
    }

    .footer_area {
        text-align: center;
        margin-bottom: calc(40 * (100vw / 1366));
    }

    .footer_area p {
        font-size: calc(25 * (100vw / 1366));
        position: relative;
        display: inline-block;
        font-weight: 700;
        color: #F7F7F7;
        text-align: center;
        padding-bottom: calc(10 * (100vw / 1366));
    }

    .footer_area p::after {
        content: '';
        position: absolute;
        left: 10%;
        bottom: 0;
        width: 80%;
        border-bottom: calc(1 * (100vw / 1366)) solid #EFEFEF;
    }

    .footer_flex01 {
        width: calc(40 * (100vw / 100));
    }

    .footer_flex02 {
        width: calc(60 * (100vw / 100));
    }

    .footer_flex01_area p {
        font-size: calc(18 * (100vw / 1366));
        font-weight: 700;
        color: #0b0b0b;
        background-color: #FFFFFF;
        margin-bottom: calc(20 * (100vw / 1366));
        padding: calc(20 * (100vw / 1366));
        box-sizing: border-box;
    }

    .footer_flex01_area a {
        font-size: calc(18 * (100vw / 1366));
        font-weight: 700;
        color: #0b0b0b;
        background-color: #FFFFFF;
        margin-bottom: calc(20 * (100vw / 1366));
        padding: calc(20 * (100vw / 1366));
        box-sizing: border-box;
        display: block;
    }

    .footer_flex01_area img {
        width: calc(30 * (100vw / 1366));
    }

    .footer_flex01_area_link a {
        display: flex;
        align-items: center;
        gap: calc(10 * (100vw / 1366));
    }

    .footer_flex01_area03 p {
        display: flex;
        align-items: center;
        gap: calc(10 * (100vw / 1366));
    }

    .footer_flex01_area04 p {
        margin-bottom: 0;
    }

    .footer_flex02 p {
        background-color: #000000;
        color: #FFFFFF;
        padding: calc(40 * (100vw / 1366));
        box-sizing: border-box;
        height: 100%;
        line-height: calc(45 * (100vw / 1366));
    }

    .footer_banner_container {
        background-color: #1A1C29;
    }

    .footer_banner_content {
        text-align: center;
        padding-top: calc(20 * (100vw / 1366));
        padding-bottom: calc(20 * (100vw / 1366));
    }

    .footer_banner_content a {
        font-size: calc(16 * (100vw / 1366));
        font-weight: 700;
        color: #FFFFFF;
    }
}

@media (max-width:699px) {
    .footer_container {
        background: #191919;
        margin-top: 120px;
        position: relative;
        padding-bottom: 40px;
    }

    .footer_container::before {
        content: "";
        display: block;
        height: 5px;
        background: linear-gradient(90deg, #104FA1, #EB802F, #FFD447);
    }

    .footer_wrapper {
        padding: 28px 0;
    }

    .footer_area {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer_area p {
        color: #F7F7F7;
        font-size: 18px;
        font-weight: 800;
        display: inline-block;
        position: relative;
        padding-bottom: 8px;
        letter-spacing: 0.04em;
    }

    .footer_area p::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 56px;
        height: 3px;
        transform: translateX(-50%);
        background: linear-gradient(90deg, #104FA1, #EB802F);
        border-radius: 2px;
    }

    .footer_flex_content {
        width: 92%;
        margin: 0 auto;
        display: grid;
        gap: 16px;
        text-align: center;
    }

    .footer_flex01,
    .footer_flex02 {
        width: 100%;
    }

    .footer_flex01_area p,
    .footer_flex01_area a {
        position: relative;
        background: #FFFFFF;
        color: #0b0b0b;
        font-size: 15px;
        font-weight: 700;
        padding: 14px 14px 14px 20px;
        border-radius: 12px;
        text-decoration: none;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    }

    .footer_flex01_area p::before,
    .footer_flex01_area a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        bottom: 8px;
        width: 4px;
        border-radius: 4px;
        background: linear-gradient(180deg, #104FA1, #EB802F);
    }

    .footer_flex01_area_link a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .footer_flex01_area img {
        width: 22px;
        height: auto;
    }

    .footer_flex02 p {
        position: relative;
        background: #000000;
        color: #FFFFFF;
        padding: 18px;
        line-height: 1.85;
        border-radius: 12px;
        text-align: left;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    }

    .footer_flex02 p::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: 12px;
        background: linear-gradient(135deg, rgba(16, 79, 161, 0.35), rgba(235, 128, 47, 0.35));
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
                mask-composite: exclude;
        pointer-events: none;
    }

    .footer_banner_container{
        position: fixed;
        bottom: 0.1px;
        width: 100%;
    }
    .footer_banner_container {
        background: #1A1C29;
        margin-top: 16px;
    }

    .footer_banner_content {
        text-align: center;
        padding: 14px 0;
    }

    .footer_banner_content a {
        color: #FFFFFF;
        font-weight: 800;
        font-size: 15px;
        letter-spacing: 0.03em;
    }
}
:root {
    --reveal-duration: .8s;
    --reveal-ease: cubic-bezier(.2,.7,.2,1);
    --parallax: 0px;
}

.will-reveal {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(6px);
    transition:
      opacity var(--reveal-duration) var(--reveal-ease),
      transform var(--reveal-duration) var(--reveal-ease),
      filter var(--reveal-duration) var(--reveal-ease);
    will-change: opacity, transform, filter;
}

.will-reveal[data-anim="up"] { transform: translateY(24px); }
.will-reveal[data-anim="left"] { transform: translateX(-24px); }
.will-reveal[data-anim="right"] { transform: translateX(24px); }
.will-reveal[data-anim="scale"] { transform: scale(.96); }

.is-inview {
    opacity: 1;
    transform: none;
    filter: blur(0);
}

.reveal-line {
    position: relative;
}

.reveal-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.4em;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg,#104FA1,#EB802F);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .8s var(--reveal-ease) .1s;
}

.is-inview.reveal-line::after {
    transform: scaleX(1);
}