@charset "utf-8";

.main_icon_container {
    margin-bottom: 80px;
}
.main_icon_container ul {
    padding: 38px 0;
    border-bottom: 1px solid var(--color-GrayLine);
}
.main_icon_container ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.main_icon_container ul > li {
    float: left;
    width: calc(100% / 5);
    cursor: pointer;
}
.main_icon_container ul > li .tx1 {
    float: left;
    width: 51px;
}
.main_icon_container ul > li .tx1 img {
    width: 100%;
    max-width: 51px;
}
.main_icon_container ul > li .tx2 {
    float: right;
    width: calc(100% - 60px);
    line-height: 100%;
}
.main_icon_container ul > li .tx2 span {
    opacity: 0.65;
    letter-spacing: -0.05em;
}

.main_slide_container {
    background: url("../img/main_bg_line.gif") repeat-x;
}
.main_slide_title {
    padding: 50px 0 33px 0;
}
.main_slide_title .tx1 {
    letter-spacing: -0.025em;
}
.main_slide_title .tx2 {
    opacity: 0.35;
    letter-spacing: -0.05em;
}
.main_banner_container {
    padding: 0 0 120px 0;
}
.main_MajorBussiness {
}
.main_MajorBussiness ul {
    width: 100%;
}
.main_MajorBussiness ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.main_MajorBussiness ul > li {
    float: left;
    display: inline-block;
    width: calc(100% / 3);
    text-align: center;
}
.mmb_cont_div {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    min-height: 577px;
}
.mmb_cont_div .mmb_cont1 {
    position: absolute;
    z-index: 2;
    left: 50%;
    width: 90%;
    max-width: 296px;
    min-height: 325px;
    transform: translate(-50%, 0);
    color: var(--color-white);
    letter-spacing: -0.05em;
}
.mmb_cont_div .mmb_cont1 > div {
    margin: 0 auto;
    width: 100%;
    max-width: 210px;
}
.mmb_cont_div .mmb_cont1:hover div {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.mmb_cont_div .mmb_cont1 .tx1 {
    margin-top: calc(50% - 70px);
    line-height: 110%;
    word-break: keep-all;
}
.mmb_cont_div .mmb_cont1 .tx2 {
    padding: 15px 0 30px 0;
    opacity: 0.65;
    word-break: keep-all;
}
.mmb_cont_div .mmb_cont1 .tx3 {
}
.mmb_cont_div .mmb_cont1 .tx3 a {
    display: inline-block;
    width: 58px;
    height: 25px;
    line-height: 22px;
    border-radius: 13px;
    border: 1px solid var(--color-white);
    color: var(--color-white);
}
.mmb_cont_div .mmb_cont2 {
    position: absolute;
    z-index: 1;
}
.mmb_cont_div .mmb_cont2 img {
    width: 100%;
    max-width: 400px;
}
.main_MajorBussiness ul > li:nth-child(1) .mmb_cont_div .mmb_cont1,
.main_MajorBussiness ul > li:nth-child(3) .mmb_cont_div .mmb_cont1 {
    bottom: 0;
}
.main_MajorBussiness ul > li:nth-child(1) .mmb_cont_div .mmb_cont1 {
    background: url("../img/MB_bg_01.png") no-repeat 50% 50%;
}
.main_MajorBussiness ul > li:nth-child(2) .mmb_cont_div .mmb_cont1 {
    background: url("../img/MB_bg_02.png") no-repeat 50% 50%;
}
.main_MajorBussiness ul > li:nth-child(3) .mmb_cont_div .mmb_cont1 {
    background: url("../img/MB_bg_03.png") no-repeat 50% 50%;
}

.main_MajorBussiness ul > li:nth-child(2) .mmb_cont_div .mmb_cont2 {
    bottom: 0;
}

.main_archive {
    padding: 65px 0 65px 0;
    background: var(--color-lightGray);
}

.sub_top_gnb {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    min-height: 300px;
}
.head_title {
    position: absolute;
    padding-left: 30px;
    top: 50%;
    transform: translate(0, -50%);
}
.head_title .tx1 {
    color: var(--color-white);
    opacity: 0.42;
    text-transform: uppercase;
}
.head_title .tx2 {
    padding: 5px 0 10px 0;
    color: var(--color-Yellow);
    line-height: 100%;
    letter-spacing: -0.05em;
}
.head_title .tx3 {
    color: var(--color-white);
    opacity: 0.8;
}
.sub1_top_img {
    background: url("../img/sub1_top_img.jpg") no-repeat 50% 50%;
}
.sub2_top_img {
    background: url("../img/sub2_top_img.jpg") no-repeat 50% 50%;
}
.sub3_top_img {
    background: url("../img/sub3_top_img.jpg") no-repeat 50% 50%;
}
.sub4_top_img {
    background: url("../img/sub4_top_img.jpg") no-repeat 50% 50%;
}
.sub5_top_img {
    background: url("../img/sub5_top_img.jpg") no-repeat 50% 50%;
}
.sub6_top_img {
    background: url("../img/sub6_top_img.jpg") no-repeat 50% 50%;
}
.sub_title {
    display: inline-block;
    width: 100%;
}
.sub_title ul {
    width: 100%;
}
.sub_title ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.sub_title > ul > li {
    float: left;
    width: calc(100% / 3);
    line-height: 100%;
}
.sub_title .gnb_quick {
    position: relative;
    display: inline-block;
    top: 25px;
}
.sub_title .gnb_quick .icon_home_next {
    margin: 0 5px;
}
.tap_map {
    padding: 54px 0 100px 0;
}
.tap_map > ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.tap_map > ul > li {
    float: left;
    border: 1px solid var(--color-Gray80);
}
.tap_map > ul > li:last-child {
    border-left: none;
}
.tap_map > ul > li > a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.tap_map > ul > li > a.on {
    background: var(--color-black);
    color: var(--color-white);
}
.tap_map ul.ux2 > li {
    width: calc(100% / 2);
}
.tap_map ul.ux3 > li {
    width: calc(100% / 3);
}
.tap_map ul.ux4 > li {
    width: calc(100% / 4);
}
.Greetings_text {
}
.Greetings_text > ul {
    margin: 0 auto;
    width: 96%;
    max-width: 1260px;
}
.Greetings_text > ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.Greetings_text > ul > li:nth-child(1) {
    float: left;
    width: 48%;
    letter-spacing: -0.05em;
}
.Greetings_text > ul > li:nth-child(1) .tx1 {
    color: var(--color-Purplered);
}
.Greetings_text > ul > li:nth-child(2) {
    float: right;
    width: 50%;
}
.Greetings_text > ul > li:nth-child(2) .tx3 {
    line-height: 180%;
}
.Greetings_text > ul > li:nth-child(2) .tx4 {
    padding-top: 80px;
    color: var(--color-Gray);
}
.Greetings_text > ul > li:nth-child(2) .tx4 img {
    position: relative;
    top: -5px;
    margin-left: 20px;
}
.map_add_text .tx1 {
    padding-top: 10px;
}

.concertHall_webzine {
    margin: 0 auto;
    width: 98%;
}
.concertHall_webzine:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.concertHall_webzine .ch_img {
    float: left;
    width: 42%;
    min-height: 380px;
}
.concertHall_webzine .ch_img > img {
    width: 100%;
    max-width: 570px;
}
.concertHall_webzine .ch_text {
    position: relative;
    float: right;
    width: 52%;
    min-height: 380px;
}
.concertHall_webzine .ch_text .sub_cont_title {
    margin-top: 8%;
}
.concertHall_webzine .ch_text .ch_ss {
    position: absolute;
    top: 50%;
}
.concertHall_webzine .ch_text .ch_ss p {
    padding: 3px 0 3px 30px;
}
.concertHall_webzine .ch_text .ch_ss p span {
    position: relative;
    margin: 0 10px 0 -18px;
}

.Process_container {
}
.Process_box {
    position: relative;
    width: 100%;
    min-height: 1413px;
    background: url("../img/Process_bg.png") no-repeat 0 0;
}
.Process_box:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.Process_box .Process_left {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 322px;
}
.Process_box .Process_right {
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100%;
}
.Process_box .Process_right .step {
    position: relative;
    padding-left: 340px;
    min-height: 218px;
    background: #f8f8f8;
}
.Process_box .Process_right .step_01 {
    margin-top: 21px;
}
.Process_box .Process_right .step_02 {
    margin-top: 82px;
}
.Process_box .Process_right .step_03 {
    margin-top: 71px;
}
.Process_box .Process_right .step_04 {
    margin-top: 71px;
}
.Process_box .Process_right .step_05 {
    margin-top: 71px;
}
.Process_box .Process_right .step .spc {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 0;
    padding-right: 25px;
}
.Process_box .Process_right .step .spc span {
    position: relative;
    margin-left: -10px;
    margin-right: 8px;
}

.Process_box2 {
}
.Process_box2 .pr_list {
    padding-top: 50px;
}
.Process_box2 .pr_list p {
    padding-left: 20px;
    padding-bottom: 5px;
}
.Process_box2 .pr_list p span {
    position: relative;
    margin-left: -10px;
    margin-right: 8px;
}
/****/
.from_box {
    margin-top: 50px;
    padding: 30px;
    border-top: 1px solid #000;
}
.from_box form > ul {
    margin: 0 0 25px 0;
}
.from_box ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.from_box form > ul > li:nth-child(1) {
    float: left;
    width: 68%;
}
.from_box form > ul > li:nth-child(2) {
    float: right;
    width: 28%;
}
.from_box form > ul > li > p {
    padding: 0 0 6px 0;
    font-weight: 500;
}
.from_box input {
    height: 46px;
    border: 1px solid #ccc;
}
.input_x {
    padding: 8px;
    width: 100%;
}
.input_x2 {
    padding: 8px;
    width: calc(50% - 15px);
}
.in_ri {
    float: right;
}
.from_btn_box {
    padding: 50px 0 0 0;
    border-top: 1px solid #ccc;
    text-align: center;
}
.from_btn_box button.btn_s1 {
    display: inline-block;
    width: 130px;
    height: 50px;
    border: none;
    color: #fff;
    background: #000;
    font-weight: 500;
}
.from_btn_box button.btn_s2 {
    display: inline-block;
    width: 130px;
    height: 50px;
    border: none;
    color: #000;
    background: #bebebe;
    font-weight: 500;
}
.fileDownload_box {
    padding: 42px;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
}
.fileDownload_box ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.fileDownload_box ul > li:nth-child(1) {
    float: left;
    width: 140px;
}
.fileDownload_box ul > li:nth-child(2) {
    float: left;
    width: calc(100% - 140px);
}
.down_btn_A {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 208px;
    height: 29px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ccc;
}
.down_btn_A img {
    position: absolute;
    top: 6px;
    right: 10px;
}
.ty_tx {
    padding: 12px 0 0 0;
}
.bbs_video_list {
    margin: 0 auto;
    width: 95%;
    max-width: 1400px;
}
.bbs_video_btn_box {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1400px;
    text-align: right;
}
.bbs_video_btn_box .vi_btn {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    background: #654a90;
}
.bbs_video_btn_box .vi_btn img {
    position: relative;
    margin: -2px 0 0 10px;
}
.main_cb_slideahow_group {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    background: url("../img/M_slide_01.jpg") no-repeat 50% 50%;
    background-size: cover;
}
