@charset "utf-8";

.subWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.subWrap p {
    margin: 0;
    word-break: keep-all;
}
.subWrap > section {padding: 80px 0;}
.subWrap > section:first-child {padding-top: 0;}
.subWrap > section:last-child {padding-bottom: 0;}
.subWrap h2 {
    font-size: 24px;
    margin: 0 0 50px;
    font-weight: bold;
    word-break: keep-all;
}
.subWrap .desc {
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}
@media all and (max-width: 767px) {
    .subWrap > section {padding: 50px 0;}
    .subWrap h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

#company #greeting {border-bottom: 1px solid #ddd;}
#company #greeting .txt {margin-top: 50px;}
#company #greeting .txt p {
    font-size: 18px;
    font-weight: 500;
}
#company #greeting .txt strong {
    font-family: "Montserrat";
    font-size: 30px;
    margin: 10px 0 40px;
    display: block;
}
#company #greeting .txt .sign {
    font-size: 14px;
    color: #1694d4;
    text-align: right;
    margin-top: 30px;
}
#company #contact .tabMenu {
    font-size: 0;
    margin-bottom: 50px;
}
#company #contact .tabMenu li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    transition: all 0.3s;
    cursor: pointer;
    color: #888;
    margin-right: 40px;
}
#company #contact .tabMenu li:last-child {margin-right: 0;}
#company #contact .tabMenu li.active {
    border-bottom: 2px solid #333;
    color: #333;
}
#company #contact .tabContents > div {display: none;}
#company #contact .tabContents > div.active {display: block;}
#company #contact .tabContents > div iframe {width: 100%}
#company #contact .tabContents > div ul {
    font-size: 0;
    margin-top: 50px;
}
#company #contact .tabContents > div ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
#company #contact .tabContents > div ul li::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #666;
    width: 1px;
    height: 10px;
    margin: 0 20px;
}
#company #contact .tabContents > div ul li:last-child::after {content: none;}
#company #contact .tabContents > div ul li b,
#company #contact .tabContents > div ul li span {
    display: inline-block;
    vertical-align: middle;
}
#company #contact .tabContents > div ul li span {margin-left: 10px;}
@media all and (max-width: 767px) {
    #company #greeting .txt {margin-top: 30px;}
    #company #greeting .txt p {font-size: 16px;}
    #company #greeting .txt strong {
        font-size: 24px;
        margin: 10px 0 20px;
    }
    #company #greeting .txt .sign {margin-top: 15px;}
    #company #contact .tabMenu {margin-bottom: 30px;}
    #company #contact .tabMenu li {
        font-size: 14px;
        padding-bottom: 5px;
        margin-right: 20px;
    }
    #company #contact .tabContents > div iframe {height: 250px !important;}
    #company #contact .tabContents > div ul {margin-top: 20px;}
    #company #contact .tabContents > div ul li {display: block;}
    #company #contact .tabContents > div ul li::after {content: none;}
}

#business #intro {border-bottom: 1px solid #ddd;}
#business #intro .chart .logo {
    text-align: center;
    position: relative;
    margin-bottom: 160px;
}
#business #intro .chart .logo::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
}
#business #intro .chart .logo::after {
    content: "";
    background: #ddd;
    width: 66.6%;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
}
#business #intro .chart .logo img {width: 320px; height: 65px;}
#business #intro .chart ul {
    font-size: 0;
    margin-top: 30px;
}
#business #intro .chart ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33.33%;
    text-align: center;
}
#business #intro .chart ul li::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
}
#business #intro .chart ul li p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}
#business #field .boxWrap {font-size: 0;}
#business #field .boxWrap > div {
    display: inline-block;
    vertical-align: top;
    height: 320px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
#business #field .boxWrap > div:nth-child(2n) {margin-right: 0;}
#business #field .boxWrap > div:nth-last-child(5),
#business #field .boxWrap > div:last-child {margin-bottom: 0;}

#business #field .boxWrap > div:first-child,
#business #field .boxWrap > div:nth-child(4),
#business #field .boxWrap > div:nth-child(5) {width: 65%;}
#business #field .boxWrap > div:nth-child(2),
#business #field .boxWrap > div:nth-child(3),
#business #field .boxWrap > div:last-child {width: calc(35% - 20px);}

#business #field .boxWrap > div:first-child {background-image: url(/img/custom/business_img_01.jpg?v=av)}
#business #field .boxWrap > div:nth-child(2) {background-image: url(/img/custom/business_img_02.jpg?v=av)}
#business #field .boxWrap > div:nth-child(3) {background-image: url(/img/custom/business_img_03.jpg?v=av2)}
#business #field .boxWrap > div:nth-child(4) {background-image: url(/img/custom/business_img_04.jpg?v=av2)}
#business #field .boxWrap > div:nth-child(5) {background-image: url(/img/custom/business_img_05.jpg?v=av)}
#business #field .boxWrap > div:last-child {background-image: url(/img/custom/business_img_06.jpg?v=av)}

#business #field .boxWrap > div::after {
    content: "";
    background: linear-gradient(to right,#000,transparent);
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
}

#business #field .boxWrap > div .txt {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: calc(100% - 80px);
    z-index: 2;
}
#business #field .boxWrap > div h3 {
    font-size: 21px;
    font-weight: bold;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
    margin: 0;
}
#business #field .boxWrap > div ul {margin-top: 25px;}
#business #field .boxWrap > div ul li {
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

@media all and (max-width: 767px) {
    #business #intro .chart .logo {margin-bottom: 80px;}
    #business #intro .chart .logo::before {
        height: 30px;
        bottom: -40px;
    }
    #business #intro .chart .logo::after {bottom: -40px;}
    #business #intro .chart .logo img {width: 200px;}
    #business #intro .chart ul li {padding: 0 5px;}
    #business #intro .chart ul li::before {
        height: 30px;
        top: -40px;
    }
    #business #intro .chart ul li img {height: 60px;}
    #business #intro .chart ul li p {
        font-size: 14px;
        margin-top: 15px;
    }
    #business #field .boxWrap > div {
        display: block;
        width: 100% !important;
        height: 180px;
        margin: 0 0 15px !important;
    }
    #business #field .boxWrap > div:last-child {margin-bottom: 0 !important;}
    #business #field .boxWrap > div .txt {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
    #business #field .boxWrap > div h3 {font-size: 18px;}
    #business #field .boxWrap > div ul {margin-top: 15px;}
}