
/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbox.v_t {
    align-items: flex-start;
    gap: 8px;
}
.fbox.v_bt {
    align-items: flex-end;
    gap: 8px;
}
.fbox.h_t {
    justify-content: flex-start;
}
.fbox.h_ct {
    justify-content: center;
}
.fbox.h_bt {
    justify-content: flex-end;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
    }
}
@media (max-width:768px) {
    .fbox {
        flex-wrap: wrap;
    }
}

/* headTop */
.headTop {
    position: relative;
}
.headTop:not(.headFlat) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
#about .sec1 .headTop {
    margin-bottom: 150px;
}
.headTop .stitTxt {
    font-size: 70px;
    line-height: 1em;
    letter-spacing: 0px !important;
}

@media (max-width:1200px) and (min-width:768px){
    .headTop .stitTxt {
        font-size: 60px;
    }
}
@media (min-width:768px){
    .headTop .bsnTabs {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@media (max-width:768px){
    .headTop:not(.headFlat) {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    #about .sec1 .headTop {
        margin-bottom: 70px;
    }
    .headTop .stitTxt {
        font-size: 35px;
    }
}
/* career_headTop */
.career_headTop {
    background: url(../img/career_headTop.jpg) center center no-repeat;
    background-size: cover;
}
.career_headTop .headTop {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}
/* bsnTabs */
.bsnTabs a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    color: #bebebe;
    border-bottom: 2px solid transparent;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.bsnTabs a + a {
    margin-left: 15px;
}
.bsnTabs a.act,
.bsnTabs a:hover,
.bsnTabs:hover a.act:hover {
    color: #000;
    border-bottom-color: #000;
}
.bsnTabs:hover a.act {
    color: #999;
    border-bottom-color: transparent;
}

/* hBox */
.hBox {
    position: relative;
    overflow: hidden;
}
.hBox > :not(.bg) {
    position: relative;
    z-index: 5;
}
.hBox > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
}
@media (min-width:768px){
    .hBox {
        padding: 0px !important;
    }
    .hBox .fbox {
        height: 850px;
        padding: 0px !important;
    }
}
/* about */
#about .sec1 {
    position: relative;
}
#about .sec1 .abt1_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}
#about .sec1 .fbox {
    align-items: stretch;
    position: relative;
    padding-bottom: 150px;
}
@media (max-width:1200px) and (min-width:992px){
    #about .sec1 .fbox {
        padding-bottom: calc(100vw * (150 / 1200));
    }
}
@media (max-width:991px) and (min-width:767px){
    #about .sec1 .fbox {
        padding-bottom: calc(100vw * (150 / 992));
    }
}
@media (max-width:768px) and (min-width:450px){
    #about .sec1 .fbox {
        padding-bottom: calc(100vw * (100 / 768));
    }
}
@media (max-width:501px){
    #about .sec1 .fbox {
        padding-bottom: calc(100vw * (100 / 500));
    }
}
#about .sec1 .fbox .rotTxt {
    position: absolute;
    right: 5%;
    top: 2%;

    -webkit-animation: rotateImg 15s linear infinite;
    -moz-animation: rotateImg 15s linear infinite;
    -ms-animation: rotateImg 15s linear infinite;
    -o-animation: rotateImg 15s linear infinite;
    animation: rotateImg 15s linear infinite;
}
@keyframes rotateImg {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#about .sec1 .fbox .lft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width:992px){
    #about .sec1 .fbox .rotTxt {
        max-width: 20%;
        right: 2%;
    }
}
@media (max-width:768px){
    #about .sec1 .fbox .txt {
        padding-bottom: 30px;
    }
    #about .sec1 .fbox .rotTxt {
        top: -30vw;
        max-width: 30vw;
        right: -10vw;
        opacity: .1;
    }
}
/* sec2 */
#about .sec2 {
    background-color: #f7f7f7;
}
#about .sec2 .bg {
    background: url(../img/abt2_bg.png) center center no-repeat;
    background-size: cover;
}
#about .sec2 .stt strong {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    line-height: 1em;
    padding: 15px 50px;
}


/* bsnList */
.bsnList {
    margin: 0 -30px;
}
.bsnList > [class*="col"] {
    padding: 0 30px;
}
.bsnList .item .num {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.bsnList .item .img img {
    background-color: rgba(247, 247, 247, 0.7);
    border-radius: 50%;
}
@media (max-width:768px){
    .bsnList .item {
        padding: 25px;
        border: 1px solid #ddd;
    }
    .bsnList .item .txt {
        width: calc(100% - 40px);
    }
    .bsnList .item .img {
        width: 40px;
    }
}


/* nsList */
.nsList {
    margin: 0 -25px;
}
.nsList > [class*="col"] {
    padding: 0 25px;
}
.nsList .item {
    display: block;
    text-decoration: none;
}
/* .nsList li:nth-child(even) {
    padding-top: 40px;
} */
.nsList .item .img {
    overflow: hidden;
    position: relative;
}
.nsList .item .img img {
    transform: scale(1);
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.nsList .item:hover .img img {
    transform: scale(1.1);
}
.nsList .item .img .ext {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 41px;
    height: 41px;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    background-color: rgba(240, 240, 240, 0.95);
    border-radius: 50%;
    color: #222;
    padding-left: 1px;
    padding-bottom: 1px;
    z-index: 3;
}
.nsList .item .txt {
    padding-top: 10px;
}
@media (min-width:768px){
    .nsList .item .txt {
        height: 150px;
    }
}
@media (max-width:768px){
    .nsList .item .txt {
        padding-bottom: 30px;
    }
}

/* #about .sec4 */
#about .sec4 {
    background-color: #f7f7f7;
}

/* nsListWrp */
.nsListWrp {
    max-width: 1830px;
    margin: 0 auto;
    padding: 0 15px;
}
.nsListWrp .nsList .txt {
    padding-top: 20px;
}
.nsListWrp .nsList .txt .subtxt span {
    display: inline-block;
}
.nsListWrp .nsList .txt .subtxt .dvd {
    display: inline-block;
    height: 14px;
    width: 1px;
    background-color: #b4b4b4;
    margin: 0 6px;
}



/* contactForm */
.contactForm .row {
    margin: 0 -5px;
}
.contactForm .row > li,
.contactForm .row > div {
    padding: 0 5px;
}
.contactForm ul li {
    margin: 10px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 13px;
}
.contactForm .form-item > label .c_pt {
    display: inline-block;
    margin-left: 3px;
}
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 55px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom-width: 1px;
    font-weight: 400;
    font-size: 1.7rem;
    background-color: transparent;
    color: #fff;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
}
.contactForm .checkWrp {
    line-height: 50px;
}
.contactForm .form-item .form-common {
    /* padding-left: 95px; */
}
.contactForm label {
    font-size: 1.6rem;
    line-height: 1em;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}
.contactForm .btnItem {
    width: 100%;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.contactForm .agrees label {
    padding-left: 38px;
    position: relative;
}
.contactForm .agrees label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ddd;
    transform: translateY(-50%);
    margin-right: 3px;
}
.contactForm .agrees input[type="checkbox"]:checked + label:before {
    background-color: #111;
    border-color: #111;
}
.contactForm .agrees label:after {
    font-family: remixicon !important;
    content: "\eb7b";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    opacity: 0;
}
.contactForm .agrees input[type="checkbox"]:checked + label:after {
    color: #fff;
    opacity: 1;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
    border-bottom: 1px solid #aaa;
}

.dkForm .contactForm {
    padding: 0px !important;
}
.dkForm .contactForm .form-item > label {
    color: #999;
}
.dkForm .contactForm .form-common {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0);
    color: #666;
}
.dkForm .contactForm label,
.dkForm .contactForm .agrees label {
    color: #222 !important;
}
.dkForm .contactForm .btnWrp .btnItem {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.dkForm .contactForm .btnWrp .btnItem:hover {
    border-color: #dc3d04;
    box-shadow: 10px 23px 40px rgba(220, 180, 106, 0.25);
}
@media (min-width:1370px){
    .contactForm {
        padding: 4rem 6rem;
    }
}
@media (max-width:1370px) and (min-width:992px){
    .contactForm {
        padding: 0;
    }
    .contactForm ul {
        max-width: 700px;
    }
}
@media (max-width:768px){
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .checkbox-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
    .dkForm .contactForm .btnWrp {
        width: 100%;
        margin-top: 15px;
    }
}


/* btnWrp */
.btnWrp .btnItem {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 400;
    line-height: 50px;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    letter-spacing: -0.01em;
    background-color: #000;
}
.btnWrp .btnItem:hover {
    border-color: #dc3d04;
    box-shadow: 10px 23px 40px rgba(220, 62, 4, 0.25);
}
.btnWrp .btnItem.w {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.btnWrp .btnItem.w:hover {
    color: #fff;
    border-color: #dc3d04;
}
.btnWrp .btnItem strong,
.btnWrp .btnItem i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.btnWrp .btnItem span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #dc3d04;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -0;
}
.btnWrp .btnItem.w span {
    background-color: #dc3d04;
}
.btnWrp .btnItem:hover span {
    width: 225%;
    height: 562.5px;
}
@media (max-width:767px){
    .btnWrp .btnItem {
        font-size: 15px;
        padding: 0 15px;
        min-width: 120px;
        line-height: 40px;
    }
}

/* sec3 */
#about .sec3 {
    position: relative;
}
/* sec5 */
#about .sec5,
#about .sec5 .contactWrp {
    position: relative;
}
#about .sec5 .bg {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 680px;
    height: 230px;
    transform: translateY(150%);
}
#about .sec5 .bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, transparent, #fff);
    z-index: 2;
}
#about .sec5 .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    
    background: url(../img/triangle.png) repeat-x left center / auto 100%;
    animation: flowArr 10s infinite forwards linear;
}
@keyframes flowArr {
    0% {
        background-position-x: 0px;
    }
    0% {
        background-position-x: -26.875em;
    }
}
#about .sec5 .container {
    position: relative;
    z-index: 5;
}
@media (min-width:768px){
    #about .sec5 .contactWrp {
        display: flex;
        align-items: flex-start;
    }
    #about .sec5 .contactWrp .stit {
        width: 40%;
        padding-right: 30px;
    }
    #about .sec5 .contactWrp .con {
        width: 60%;
    }
}
@media (max-width:768px){
    #about .sec5 .bg {
        display: none;
    }
    #about .sec5 .contactWrp .stit {
        text-align: center;
        margin-bottom: 40px;
    }
}



/* business */
#business .sec1 {
    background: url(../img/bsn_bg1.png) right bottom no-repeat;
}
#business .sec2 {
    background: url(../img/iconSetBg.jpg) center center no-repeat;
    background-size: cover;
}

/* iconSet */
.iconSet {
    position: relative;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.iconSet .bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0%;
    height: 100%;
    transform: translateX(-50%);

    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.iconSet.aos-animate .bg {
    width: 100%;
}
.iconSet #iconSetList {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconSet #iconSetList li .item {
    position: relative;
}
.iconSet #iconSetList li:not(:last-child) .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.iconSet #iconSetList li .item .icon img {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width:768px){
    .iconSet #iconSetList {
        height: auto;
        padding: 30px 0;
    }
    .iconSet #iconSetList li {
        margin: 35px 0;
    }
    .iconSet #iconSetList li:nth-child(2) .item::after {
        display: none;
    }
    .iconSet #iconSetList li .item .icon img {
        max-width: 15vw;
    }
    .iconSet #iconSetList li:not(:last-child) .item::after {
        display: none;
    }
}


/* business */
#business .sec3 {
    background-color: #f7f7f7;
}

/* conLogoList */
.conLogoList .img {
    background-color: #fff;
}
/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}

/* sec4 */
#business .sec4 {
    position: relative;
}
#business .sec4 .dentoLogo {
    width: 420px;
}
#business .sec4 .lined {
    display: inline-block;
    height: 40px;
    width: 1px;
    background-color: #aaa;
}
#business .sec4 .images {
    margin: 0 -5px;
}
#business .sec4 .images > [class*="col-"] {
    padding: 5px;
}
#business .sec4 .btTxt {
    position: relative;
}
#business .sec4 .btTxt .rotTxt {
    color: #333;
    font-size: 35rem;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    font-weight: 700;
    transform: translate3d(0%, -50%, 0);
    white-space: nowrap;
    opacity: .05;
    width: 100%;
    letter-spacing: 1vw !important;
}

/* portfolio */
#portfolio .sec2 {
    background-color: #fcfcfc;
}
#portfolio .sec2 .nsList li {
    mix-blend-mode: darken;
}

/* crList */
.crList .item {
    padding: 50px;
    background-color: #f7f7f7;
}
.crList .item .tIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 15px;
}
@media (max-width:768px) {
    .crList .item {
        padding: 20px;
    }
    .crList .item .tIcon {
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }
}
/* career */
@media (max-width:768px) {
    #career .sec1 .mtit {
        text-align: center;
    }
}

/* crConList */
.crConList {
    border-top: 3px solid #111;
}
.crConList .item {
    display: flex;
    align-items: flex-start;
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}
.crConList .item .num {
    width: 70px;
}
.crConList .item .txt {
    width: calc(100% - 70px);
}
@media (max-width:768px) {
    .crConList .item {
        padding: 30px 0;
    }
    .crConList .item .num {
        width: 40px;
    }
    .crConList .item .txt {
        width: calc(100% - 40px);
    }
}