@charset "UTF-8";
.white { color: #ffffff !important; }
.fs-16 { font-size: 16px !important; }
.head-bg {
    background-image: url("/dcms_media/image/head-mv.jpg");
    background-position: top !important;
}
.heading-025 {
    position: relative;
    padding-top: 3em;
    color: #ffffff;
    font-size: 2em;
    padding-left: 1em;
}
.heading-025::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    color: rgba(238, 238, 238, 0.5);
    font-size: 3em;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
    font-weight: bold;
}
.heading-029 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #393939;
    line-height: 1;
    font-weight: bold;
}

.heading-029::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #c8eaf9;
    content: '';
}
#top_sec07 {
    margin-top: 0px;
}
.about-01-bg {
    background-image: url("/dcms_media/image/about-01.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
.about-02-bg {
    background-image: url("/dcms_media/image/about-02.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#about-ta .table th, .table td {
    font-weight: bold;
    font-size: 18px;
}
#about-ta .bd-top-n {
    border-top: none !important;
}
.btn-main:hover {
    background-color: #ffffff !important;
}
.btn2:hover {
    background-color: #ffffff !important;    
}
#submit_button input {
    width: 250px !important;  
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: bold;
    font-size: 20px;
}
.change-color {
    background-color: #ffffff91;
    transition: 0.3s;　
}
.step5_col .col-12  {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
.contact-bg {
    background-image: url("/dcms_media/image/contact-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dlb_firstview-center .container2 {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #0000005e;
}
.contact-in {
    background-color: #0000006b;
    padding: 40px;
}
.contact-in a {
    color: #ffffff;
    font-size: 24px;
}
a.none { pointer-events: none; }
.mail_icon {
    background: url(/dcms_media/image/icon.png) left center no-repeat;
    padding-left: 45px;
    background-size: 30px;
}
.table th, .table td {
    font-size: 18px;
}
.list_decimal li { font-size: 18px; }
.recruit_flow { font-size: 1.5rem !important; }
.flow_midashi { font-size: 1.3rem !important; }
.a_no { pointer-events: none; }
#kantai { font-family: 'SimSun','sans-serif'!important; }
#kantai section.msj *, #kantai #msj_header, #kantai #msj_footer {
    font-family: 'SimSun','sans-serif'!important;
}
#kantai section.msj *, #kantai #msj_header, #kantai #msj_footer {
    font-family: 'SimSun','sans-serif'!important;
}

#topcontrol a.pagetop {
    background-image: none;
}
#topcontrol {
    z-index: 150;
    margin-bottom: 0;
}
a.pagetop {
    background-image: url(../image/common/pagetop.gif);
}
a.pagetop {
    background-image: url(../image/common/pagetop.gif);
}
a.pagetop {
    width: 60px;
    height: 60px;
    display: block;
    z-index: 50;
    border: cornflowerblue;
    background-color: cornflowerblue;
    position: relative;
    border-radius: 50%;
}
a.pagetop::before {
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


@media only screen and (max-width: 690px) {
.heading-025 {
    padding-top: 3em;
    font-size: 1.5em;
    padding-left: 0.5em;
}
.heading-025-r {
    padding-top: 1em !important;
}
.about-01-bg {
    background-size: cover;
}
.step5_col .col-12  {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
a.pagetop {
    width: 60px;
    height: 60px;
    background-size: 50px 50px;
}
}



@charset "utf-8";
/* ==================================
MV
===================================== */
.main-image {
    height: 650px;
    background-image: url(/dcms_media/image/main-mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-image .main_txt {
    display: table;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    height: 100%;
}
.main-image .main_txt_in {
    display: table-cell;
    vertical-align: middle;
}

/* ==================================
loading
===================================== */
body:not(#top) .loading {
    display: none;
}
html:not(.js) body#top .loading {
    content:'';
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    background-color:#FFFFFF;
    z-index:9998;
    transition:.75s;
    top:0;
    left:0;
}
html:not(.js) body#top .loading img {
    content:'';
    display:block;
    position:absolute;
    width:256px;
    height:301px;
    z-index:1;
    opacity: 0;
    transition-delay: .25s;
    transition-duration:.75s;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
html:not(.js) body#top.load1 .loading img {
    opacity: 1;
}
html:not(.js) body#top.load2 .loading {
    opacity:0;
}
html:not(.js) body#top.load .loading {
    display: none;
}
.dlb_contents_column-2 .col img {
    border-radius: 30px;
}
.dlb_title-h2 {
    text-align: center;
}



@media only screen and (max-width: 690px) {
html:not(.js) body#top .loading img {
    width:80px;
    height:76px;
}
.earth_en {
    margin-top: -320px !important;
    position: relative;
    z-index: 1;
}
.earth_kantai {
    margin-top: -260px !important;
    position: relative;
    z-index: 1;
}
.earth_korea {
    margin-top: -300px !important;
    position: relative;
    z-index: 1;
}
.earth_ma {
    padding: 0px 0 100px !important;
}
}

/* ==================================
   s
===================================== */
.br-pc {
    display: inline;
}
.br-sp {
    display: none;
}

/* ==================================
 A   J [     N
=====================================
#common a[id] {
    padding-top: 120px;
    margin-top: -120px;
} */

/* ==================================
grade
===================================== */
.grad-color {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ==================================
shadow
===================================== */
.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

/* ==================================
table v f  border-right
===================================== */
.main_table th {
    border-right: 1px solid #dee2e6;
}

/* ==================================
 t   [ R   e   c ̖  ̐F i f t H   g ̓O   [ j
===================================== */
.dlb_flow-5 .dlb_flow-item+.dlb_flow-item::before {
    border-color: #E2CB58 transparent transparent transparent !important;
}

/* ==================================
a ^ O ̒x  
===================================== */
a, .t-default a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: all .2s ease 0s;
}

/* ==================================
 w i 摜  ݒ肵      
===================================== */
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ==================================
 A R [ f B I   ̖  ̒   
===================================== */
.dlb_list_accordion .btn::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}
.dlb_list_accordion .btn.collapsed::after {
    margin-top: -6px !important;
}
.dlb_list_accordion .btn::after {
    margin-top: -3px  !important;
}

/* ==================================
 A R [ f B I   ̒  ̃{ ^   ̖       
===================================== */
.accordion-in-btn .btn::after, .accordion-in-btn .btn::before {
    display: none !important;
}
.accordion-in-btn .btn {
    padding-right: 0 !important;
}

/* ==================================
   m 点 ̌    ڒ   
===================================== */
.dlb_news-list dl {
    border-top: 1px solid #F5F5F5;
    padding: 10px 0;
}
.dlb_news-list dl:last-child {
    border-bottom: 1px solid #F5F5F5;
    padding: 10px 0;
}

/* ==================================
   ₢   킹
===================================== */
#form_contact_main {
    width: 60% !important;
    margin: auto !important;
}
#form_intro p {
    width: 60% !important;
    margin: auto !important;
    margin-bottom: 40px !important;
}
#form_contact_main dd {
    width: 70% !important;
    margin-bottom: 5px !important;
}
#form_contact_main dt {
    width: 250px !important;
}
#form_contact_main dl {
    margin-bottom: 0px;
    padding: 20px 0 !important;
}
#contact-form #table_address tr td {
    padding: 8px !important;
}
#form_wrap {
    margin-bottom: 60px;
}
#p0 { 
    padding: 0 !important;
    margin-top: -35px !important;
}
.dis-n { display: none !important; }

@media only screen and (max-width: 690px) {
.row-cols-2>* {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

    /* ==================================
       s
    ===================================== */
    .br-sp {
        display: inline;
    }
    .br-pc {
        display: none;
    }
    /* ==================================
     A   J [     N
    ===================================== */
    .common a[id] {
        padding-top: 60px;
        margin-top: -60px;
    }
    .btn.btn-anchor-link {
        padding-left: 0 !important;
    }
    /* ==================================
     p      
    ===================================== */
    #locator ol {
        padding: 0;
    }
    /* ==================================
       ₢   킹
    ===================================== */
    #form_contact_main {
        width: 90% !important;
    }
    #form_intro p {
        width: 90% !important;
        margin-bottom: 30px !important;
    }
    #form_contact_main dl {
        padding: 20px 0 !important;
    }
    #form_contact_main dd {
        width: 100% !important;
    }
    #privacy_txt {
        margin-top: 40px !important;
    }
    #form_wrap {
        margin-bottom: 40px;
    }
    #submit_button {
        display: flex;
        justify-content: center;
    }
}
