@charset "UTF-8";
/*タイトル背景画像*/
@media (max-width: 767px) {
    .container_basic .title_wrap{
        background-image: url(../images/company_bg_sp.png);
    }
}
@media (min-width: 768px) {
    .container_basic .title_wrap{
        background-image: url(../images/company_bg.png);
    }
}

.tab{
    display: -webkit-box;
    display: flex;
    align-items: center;
    font-size: 2.3rem;
    letter-spacing: 0.01em;
    padding: 0;
    margin: 0;
    overflow:hidden;
}
.tab li{
    cursor: pointer;
}
.tab li:not(:last-child){
    margin-right: 22px;
}
.tab li.active{
    font-size: 6.5rem;
    letter-spacing: 0.01em;
    margin-right: 0;
}
.tab li.active::after{
    display: inline-block;
    content: "";
    width: 100px;
    height: 1px;
    background: #000;
    margin: 10px;
}
.tab li.active:last-child::after{
    display: none;
}
.tab-contents{
    padding: 0;
    margin: 50px 0 0 0;
}
.tab-contents li{
    animation: show 1s linear 0s;
}
.hide { display:none; }

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

/*コンテンツ*/
.contents_wrap .inner{
    padding: 0 6.78%;
}
.contents_wrap .inner .column2 > div{
    width: 50%;
    box-sizing: border-box;
}
.box2 p.style_bold {
    line-height: 2.3;
}
@media (max-width:1200px){
    .contents_wrap .inner .column2{
        flex-direction: column;
    }
    .contents_wrap .inner .column2 > div{
        width: 100%;
    }
    .contents_wrap .inner .column2 > .box1{
        margin-bottom: 50px;
    }
}
@media (min-width:1200px){
    .contents_wrap .inner .column2 > .box1{
        border-right: 1px solid #B9B9B9;
        padding-right: 2.65%;
    }
    .contents_wrap .inner .column2 > .box2{
        padding-left: 2.65%;
    }
}
dl{
    line-height: 1.7;
}
dt{
    float: left;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: right;
    width: 80px;
}
dd{
    margin-left: 106px;
    margin-bottom: 35px;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}
dl.dt-w95 dt{
    width: 95px;
}
dl.dt-w95 dd{
    margin-left: 120px;
}
.mb2em{
    margin: 0 0 2em;
}
.mb45{
    margin-bottom: 45px;
}
.fnt13{
    font-size: 1.3rem;
}
.map_btn{
    appearance: none;
    background: #FFF;
    border: 1px solid #B2B2B2;
    padding: 5px 18px;
    box-sizing: border-box;
    text-align: left;
    display: block;
    font-size: 1.1rem;
    letter-spacing: 1.1px;
    transition: 0.3s;
    position: relative;
    margin: 20px 0 50px;
}
.map_btn::after{
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    display: block;
    content: "→";
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.map_btn > span:first-of-type{
    margin-right: 20px;
}
.map_btn > span:last-of-type{
    margin-left: 10px;
    margin-right: 40px;
}
.map_btn .fnt11{
    font-size: 1.1rem;
    letter-spacing: 0.01em;
}
.map_btn .fnt9{
    font-size: 0.9rem;
    letter-spacing: 0.01em;
}
.link_btn{
    appearance: none;
    background: #FFF;
    border: 1px solid #B2B2B2;
    padding: 10px 50px 10px 26px;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    font-size: .9rem;
    letter-spacing: 0.01px;
    transition: 0.3s;
    position: relative;
    margin: 1em 0 3em;
}
.link_btn:hover{
    text-decoration: none;
}
.link_btn::after{
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    display: block;
    content: "→"; 
}
.title-line{
    display: block;
}
.title-line::after{
    content: "";
    display: inline-block;
    width: 3em;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin-left: 0.5em;
}
.tab3 p{
    margin: 0;
    line-height: 2;
}
ul.list-style{
    margin: 0;
    padding-left: 2em;
}
@media (max-width: 767px) {
    .tab{
        display: none;
    }
    .hide {display:block;}
    .container_basic > div{
        padding-top: 0;
    }
    .tab-contents{
        margin: 25px 0 0 0;
    }
    .contents_wrap .inner{
        width: 77%;
        margin: 0 auto;
        padding: 0;
    }
    dt,
    dl.dt-w95 dt{
        display: inline-block;
        float: none;
        text-align: left;
        width: auto;
        font-size: 1.3rem;
        border-bottom: 1px solid #BFBFBF;
        padding: 2px 0;
        margin-bottom: 4px;
    }
    dd,
    dl.dt-w95 dd{
        margin-left: 0;
        margin-bottom: 3em;
        font-size: 1.3rem;
        letter-spacing: 0.05em;
    }
    .map_btn{
        width: 100%;
        max-width: 290px;
        margin: 5px 0;
        padding: 9px 18px;
    }
    .link_btn{
        width: 100%;
        max-width: 290px;
        margin: 5px 0 4em;
        padding: 9px 18px;
    }
    ul.list-style{
        padding-left: 0;
    }
}