@charset "UTF-8";
html {
    font-size: 16px;
}
body {
    font-family: toppan-bunkyu-midashi-min-st, serif,"Toppan Bunkyu Midashi Gothic";
    font-style: normal;
    font-weight: 600;
    color: #393939;


    line-height: 1.5;
    height: 100%;
}
/*------------------------------
▼共通デザイン（モバイル向け）
-------------------------------*/
.__pc {
    display: none;
}
.__sp {
    display: block;
}
.__splogo{
    display: none;
}
/*------------------------------
memu スタイル
-------------------------------*/
#main_contet{
    padding: 60px 0 20px;
} 

.m-content {
    position: relative;
    overflow: hidden;
}

.m-c_bx {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.m-c_bx::before{
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    background-image: url(../img/sec/ab_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 20%;
    z-index: 2;

}
.m-c_bx::after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    background-image: url(../img/sec/sec_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 20%; 
}

.heading06 {
	position: relative;
	padding-top: 30px;
	padding-bottom: 35px;
	font-size: 26px;
	text-align: center;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #4C965C;
    opacity: 0.3;
	font-size: 65px;
	font-style: italic;
}
.bx-left, .bx-right {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}

.bx-left img, .bx-right img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 2s ease-in-out;
}

.bx-left img.hidden, .bx-right img.hidden {
    transform: translateY(100%);
    display: none;
}

.bx-left img.active, .bx-right img.active {
    transform: translateY(0);
}
.m-c_txt{
    padding: 20px 15px;
    line-height: 1.8;
}

#company{
    padding: 0 15px 20px;
}
.company-content{
    padding: 20px 0;
    border-top: 1px solid #4C965C;
    border-bottom: 1px solid #4C965C;
}
.company-item{
    margin-top: 20px;
    padding: 0;
}

.company-tbl{
    border: 1px solid #d9d9d9;
    margin: 0 auto;
    /* border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; */
}
.tbl-tit{
    width: 28%;
}
.tbl-cell{
    padding: 10px 8px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    vertical-align: middle;
    font-size: 0.9rem;
}
.tbl-tit{
    font-weight: 900;
}

/*------------------------------
PCのスタイル（幅1024px以上）
-------------------------------*/
@media (min-width: 1024px) {
    .__pc{
        display: block;
    }
    .heading06{
        font-size: 2rem;
    }
}