:root{
    --B3B3B3:#B3B3B3;
    --FFD733:#FFD733;
    --282828:#282828;
    --FFFFFF:#FFFFFF;
    --E1E1E1:#E1E1E1;
    --12141D:#12141D;
    --C4C4C4:#C4C4C4;
    --282828:#282828;
    --333333:#333333;
    --777777:#777777;
    --16133E:#16133E;
    --0A0A0A:#0A0A0A;
    --162336:#162336;
    --717D8F:#717D8F;
    --171411:#171411;
    --C7C7C7:#C7C7C7;
    --E7ECF2:#E7ECF2;
    --020202:#020202;
    --000000:#000000;
    --111827:#111827;
    --998675:#998675;
    --E1E1E1:#E1E1E1;
}
body{
    background: var(--FFFFFF);
    color: var(--282828);
    line-height: 1.4;
    font-weight: 200;
}
#app{
    margin: 0 auto;
}
[v-cloak] {
    display: none;
}

.page{
    height: 100%;
    width: 1440px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.page-bg{
    background-color: transparent;
}
.fontSize{
    font-size: 18px;
}
/*  */
.title{
    font-size: 48px;
    color: var(--0A0A0A);
    text-align: center;
    padding-bottom: 1.56em;
}
.title h2{
    font-size: 1em;
}
.title p{
    font-size: .35em;
    color: var(--777777);
}
header{
    overflow: hidden;
    position: relative;
    background-color: var(--140b06);
    width: 100%;
    height: 100vh;
    min-height: 768px;
    display: flex;
}
header .hd_bg{
    width: 100%;
    height: 100vh;
    min-height: 768px;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    top: 0;left: 0;
}
.hr_txt{
    height: 100%;
    padding-top: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hr_txt h1{
    color: var(--FFD733);
    font-size: 72px;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
}
/* .hr_txt h1 p:nth-child(1){
    letter-spacing: .2em;
} */
.hr_txt h1 p:nth-child(2){
    font-size: 1.15em;
}
.hr_txt h1 span{
    color: var(--FFFFFF);
    font-size: .33em;
    font-weight: 300;
    line-height: 1.6;
}
.map img{
    width: 100%;
    height: auto;
}
/*  */
.secmap,
.mem2{
    margin-top: 6.6em;
}
.cy_active{
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    font-size: 1.6em;
}
.cy_active .icon-arrow-down{
    color: var(--282828);
    margin-left: .3em;
}
.m2_sum{
    display: flex;
    flex-wrap: wrap;
}
.mr_item{
    width: calc(16.66666% - .5em);
    height: auto;
    margin-right: .6em;
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
}
.mr_item:nth-child(6n){
    margin-right: 0;
}
.m2_icons{
    width: 4.5em;
    height: 4.5em;
    border-radius: 50%;
    padding: 1.3em;
    background-color: var(--FFD733);
}
.m2_img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.m2_img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.m2_sum li .m2_tag{
    font-size: 1em;
}
.m2_txt{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;bottom: 0;
    background-color: var(--FFD733);
    padding: 1em;
    color: var(--FFFFFF);
}
.m2_txt h4{
    font-weight: 600;
}
.mr_item p{
    min-height: 2.8em;
}
.mr_item:hover h4,
.mr_item:hover p{
    overflow: hidden;
    display: -webkit-box;
     -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    height: auto;
}
/*  */
.mem3{
    margin-top: 4.6em;
}
.m3_content ul{
    display: flex;
    flex-wrap: wrap;
}
.m3_content li{
    width: 33.333%;
    height: auto;
    overflow: hidden;
}

.m3_content li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btns{
    margin: 3em 0 6em 0;
}
.btn_content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_content button{
    background-color: var(--FFD733);
    color: var(--282828);
    font-size: 1.2em;
    padding: .5em 2em;
    border-radius: .3em;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .35s linear;
}
.btn_content button:hover{
    opacity: .85;
    transition: opacity .35s linear;
}
 /*  */
 footer{
    background-color: var(--FFD733);
    margin-top: 6em;
 }
 .ft_content{
    padding: 5em 0 5em 0;
    display: flex;
    justify-content: center;
 }
 .ft_content p{
    font-size: 1.1em;
    padding: 1em 0 2em;
 }
 .ft_l{
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .ft_l p{
    text-align: center;
 }
 .ft_logo{
    width: 24em;
 }
 .ft_logo img{
    width: 100%;
    height: auto;
 }
 .sns{
    display: flex;
    justify-content: space-between;
 }
 .sns li{
    width: 2.6em;
    height: 2.6em;
    border-radius: 50%;
    margin: 0 1em;
 }
 .sns li img{
    width: 100%;
    height: auto;
 }
 .ft_r{
    display: flex;
 }
 .ft_list{
    line-height: 2.4em;
 }
 .ft_list:nth-child(1){
    margin-right: 8em;
 }
 .ft_list dl dt{
    font-weight: 500;
 }
 .line{
    width: 100%;
    height: 1px;
    background-color: var(--777777);
 }
 .copyright{
    font-size: .8em;
    text-align: center;
    padding: 2.7em 0;
 }

 @media(max-width: 1450px){
    .page {
        width: 1190px;
    }
    .fontSize{
        font-size: 17px;
    }
    .title {
        font-size: 42px;
    }
    .hr_txt h1 {
        font-size: 56px;
    }
    .c2_txt h4 {
        font-size: 1.3em;
        margin: 1.5em 0 .6em 0;
    }
    .c2_bom p {
        font-size: 1em;
    }
    .c2_bom img {
        width: 3em;
        height: 3em;
    }
    .c2_img {
        margin-right: 2em;
    }
    .c2_txt {
        width: calc(50% - 2em);
    }
    .secmap,
    .mem2{
        margin-top: 5em;
    }
    .mem3{
        margin-top: 3em;
    }
 }
 @media(max-width: 1280px){
    .page {
        width: 999px;
    }
    .fontSize{
        font-size: 16px;
    }
    .title {
        font-size: 36px;
    }
    .hr_txt h1 {
        font-size: 42px;
    }
    .hr_txt h1 span {
        font-size: .4em;
    }
    .secmap {
        margin-top: 4em;
    }
    .secmap,
    .mem2{
        margin-top: 5em;
    }
    .mem3{
        margin-top: 3em;
    }
    .mr_item{
        width: calc(25% - .9em);
        margin-right: 1.2em;
        margin-bottom: 1.2em;
    }
    .mr_item:nth-child(6n){
        margin-right: 1.2em;
    }
    .mr_item:nth-child(4n){
        margin-right: 0;
    }
 }
 @media(max-width: 1099px){
    .page {
        width: 799px;
    }
    .fontSize{
        font-size: 14px;
    }
    .title {
        font-size: 28px;
    }
    .hr_txt h1 {
        font-size: 32px;
    }
    .c2_txt h4 {
        font-size: 1.2em;
        margin: 1.2em 0 .5em 0;
    }
    .hr_txt h1 span {
        font-size: .5em;
    }
    .mr_item {
        width: calc(25% - .9em);
        height: auto;
        margin-right: 1.2em;
        margin-bottom: 1.2em;
    }
    .secmap,
    .mem2{
        margin-top: 4em;
    }
    .mem3{
        margin-top: 2em;
    }
 }

 @media(max-width: 799px){
    .fontSize{
        font-size: .32rem;
    }
    .page{
        width: 100%;
        padding: 0 5%;
    }
    .title {
        font-size: .65rem;
    }
    header{
        min-height: 568px;
    }
    header .hd_bg{
        min-height: 568px;
    }
    .hr_txt {
        padding-top: 1.4rem;
    }
    .hr_txt h1 {
        font-size: .65rem;
    }
    .cy_active {
        font-size: 1.2em;
    }
    .m2_sum li{
        width: calc(50% - .3em);
        margin-right: .6em;
        height: auto;
        position: relative;
        margin-bottom: .6em;
    }
    .m2_sum li:nth-child(4n){
        margin-right: .6em;
    }
    .m2_sum li:nth-child(2n){
        margin-right: 0;
    }
    .m2_txt {
        padding: 1em;
        font-size: 1em;
    }
    .btn_content button {
        font-size: 1.2em;
    }
    .btns {
        margin: 2.5em 0 4em 0;
    }
    .secmap,
    .mem2,
    .mem3{
        margin-top: 2em;
    }
    .m3_content li {
        width: 50%;
    }
    .ft_logo {
        width: 18em;
    }
    .ft_l {
        width: 80%;
    }
 }