@charset "utf-8";
.pageTopTitle{
    background: url(./img/top_title.png) no-repeat;
    background-size: cover;
    z-index: 80;
    position: relative;
}


#main{
    margin-top: 84px;
}

@media screen and (max-width: 767px) {
    .pageTopTitle{
        background: url(./img/top_title_sp.png) no-repeat top;
        background-size: cover;
    }
    #main{
        margin-top: 60px;
    }
}
/*
about
*/

.about_box1{
    /*
    padding: 160px 10px;
    */
    position: relative;
}
.on .about_box1_bg{
    transform:scale(1);
    opacity: 1;
}
.about_box1_bg{
    background:url(./img/main_bg.png);
    background-size: cover;

    z-index: 10;
    width: 100%;
    height: 800px;
    top:0;
    position: absolute;
    /*アニメーション*/
    transform:scale(1.1);
    transition: transform 3s, opacity 1s;
    opacity: 0;

}
.about_box1 h2{
    font-size: 357%;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    padding-top: 160px;
    position: relative;
    z-index: 50;
}
.about_box1 p{
    margin-top: 60px;
    font-size: 142%;
    color: #fff;
    text-align: center;
    line-height: 200%;
    position: relative;
    z-index: 50;
    padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
    .about_box1{
        padding: 80px 0px;
    }
    .about_box1 h2{
        font-size: 280%;
        letter-spacing: 0em;
        padding-top: 0px;
    }
    .about_box1 p{
        text-align: left;
        padding: 0 10px 50px;
    }
    .about_box1_bg{
        height: 670px;
    }
}
/* 社訓 */
.about_box2{
    width: 848px;
    background: url(./img/policy_bg.png) no-repeat;
    background-size: 100%;
    margin: 50px auto 50px;
}
.about_box2 p{
    padding: 118px 156px 80px 156px;
}
@media screen and (max-width: 767px) {
    .about_box2{
        width: 96%;
        margin-top: 100px;
        padding-bottom: 50px;
    }
    .about_box2 p{
        padding: 0 40px 40px;
    }
}


/* 代表挨拶 */
.about_box3{
    background:#e3e3e3;
    background-size: 100%;
    margin: 0px auto 0px;
    padding: 100px 0;
}
.about_box3 h2{
    font-size: 214%;
    letter-spacing: 0.8em;
}
.content-wrap--content3{
    position: relative;
}
.about-img-box{
    position: absolute;
    width: 750px;
    height: 440px;
    top:0px;
    right: 0;
    background: url(img/img1.png) no-repeat bottom;
    background-size: cover;
    z-index: 1;
}
.about-message-box{
    position: relative;
    background-color: #fff;
    padding: 80px 60px;
    width: 658px;
    border-radius: 20px;
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
    margin-top: 80px;
    z-index: 10;
}
.about-message-box h3{
    font-size: 171%;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.16em;
}
.about-message-box p{
    line-height: 220%;
    letter-spacing: 0.05em;
}
.about-message-box p.name{
    text-align: right;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .about_box3{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-img-box{
        width: 100%;
        height: 245px;
        position: relative;
        background: url(img/img1_sp.png) no-repeat bottom;
        background-size:contain;
    }
    .about-message-box{
        width: 100%;
        margin-top: 20px;
        padding: 40px 10px;
        box-shadow: none;
        background-color: inherit;
        font-size: 150%;
    }
    .content-wrap--content3 h2{
        display: none;
    }
    .about-message-box h3{
        line-height: 130%;
        margin-bottom: 40px;
    }
}


/* 沿革 */
.about_box4{
    margin-top: -250px;
    background-color: #f2f2f2;
    padding-top: 250px;
    padding-bottom: 100px;
}
.about_box4 h2{
    font-size: 214%;
    letter-spacing: 0.6em;
    border-bottom: 1px solid #333;
    padding: 0 45px 40px;
    width: 800px;
}
.about_box4 table{
    position: relative;
    margin-top: 80px;
    z-index: 10;
}
.about_box4 table th{
    vertical-align: middle;
}
.about_table_th_flex{
    display: flex;
    align-items:center;

}
.about_table_seireki{
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif !important;
    font-size: 200%;
    font-weight: 700;
}
.about_table_wareki{
    font-size: 130%;
    padding: 0 20px 0 20px;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.about_table_icon{
    position: relative;
    vertical-align: middle;
    font-size: 100%;
}
.about_table_icon:before{
    content:"";
    display: block;
    background-color: #333;
    height: 130%;
    width: 1px;
    position: absolute;
    margin:0 auto;
    top:-10px;
    left:1px;
    right: 1px;
}
.about_table_t{
    padding: 24px 0 24px 20px;
    font-size: 130%;
}

.content-wrap--content4{
    position: relative;;
}
.about_box4-img-box{
    height: 2512px;
    width: 562px;
    position: absolute;
    top:0;
    right: 0;
    z-index: 1;
}
.about_box4-img-box .img-box1{
    background: url(img/img2.png) no-repeat;
    background-size: 100%;
    height: 482px;
}
.about_box4-img-box .img-box2{
    background: url(img/img2.png) no-repeat;
    background-position: 0 -482px;
    background-size: 100%;
    height: 384px;
}
.about_box4-img-box .img-box3{
    background: url(img/img2.png) no-repeat;
    background-position: 0 -865px;
    background-size: 100%;
    height: 240px;
}
.about_box4-img-box .img-box4{
    background: url(img/img2.png) no-repeat;
    background-position: 0 -1150px;
    background-size: 100%;
    height: 370px;
}
.about_box4-img-box .img-box5{
    background: url(img/img2.png) no-repeat;
    background-position: 0 -1520px;
    background-size: 100%;
    height: 510px;
}
.about_box4-img-box .img-box6{
    background: url(img/img2.png) no-repeat;
    background-position: 0 -2030px;
    background-size: 100%;
    height: 482px;
}
@media screen and (max-width: 767px) {
    .about_box4{
        margin-top:0;
        padding-top: 80px;
    }
    .about_box4 h2{
        width: 100%;
        text-align: center;
    }
    .about_box4-img-box{
        width: 148%;
        opacity: 0.5;
    }
    .about_box4 table{
        margin-top: 40px;
    }
    .about_box4 table tr{

    }
    .about_box4 table td{
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .about_box4 table td.about_table_icon{
        display: none;
    }
    .about_box4 table th{
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .about_table_th_flex{
        display: flex;
        align-items:center;
        flex-direction:column;

    }
    .about_table_seireki{
        width: 90px;
        padding: 0 0px;
        line-height: 100%;
        text-align: center;
    }
    .about_table_wareki{
        margin-top: 0px;
        padding: 0 0px;
        text-align: center;
    }
    .about_table_t{
        padding: 0 10px 0 0;
    }
}
/*
概要
*/
.about_box5{
    padding: 50px 0;
}

.about_box5 h2{
    font-size: 171%;
    letter-spacing: 0.6em;
    padding: 0 45px 40px;
    width: 280px;
}
.about_outline_box1,.about_outline_box2,.about_outline_box3,.about_outline_box4,.about_outline_box5{
    display: flex;
    margin: 80px 0;
}
.about_outline_box1_1{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.about_outline_box1_1 table{
    width: 50%;
    margin-bottom: 40px;
}
.about_outline_box1_1 table tr{
    display: flex;
}
.about_outline_box1_1 table td{
    display: flex;
}
.about_box5 table{
}
.about_box5 table td{
    font-size: 110%;
    padding: 6px 20px;
}
.about_box5 table td:first-child{
    font-size: 83%;
    display: flex;
    justify-content: space-between;
    width: 80px;
    box-sizing: content-box;
    padding: 10px 15px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    margin: 0;
}
.about_box5 table tr{
    margin: 0;
    padding: 0;
    display: flex;
}
.about_box5 table.finance_table tr{
	display: table-row;
}
.about_box5 table.finance_table th.bottom{
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}
.about_box5 table.finance_table .margin{
	width: 15px;
	padding: 0;
}
.about_box5 table.finance_table .sepa{
	height: 10px;
}
.about_box5 table.finance_table td{
	text-align: center;
}
@media screen and (max-width: 767px) {
    .about_box5{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about_box5 h2{
        margin: 0 auto;
        text-align: center;
        padding: 30px 45px 25px;
    }
    .about_outline_box1,.about_outline_box2,.about_outline_box3,.about_outline_box4,.about_outline_box5{
        display: block;
        margin: 20px 0 40px;
    }
    .about_outline_box1_1{
    }
    .about_box5 table{
        width: 90%;
        margin: 0 auto 20px;
    }

    .about_box5 table td:first-child{
        width: 50px;
        padding: 5px 15px;
    }
    .about_box5 table td{
        padding: 3px 0 3px 20px;
        font-size: 130%;
        display: flex;
    }
	.about_outline_box3 h3{
		font-size: 150%;
		margin-left: 28px;
		margin-bottom: 8px;
		font-weight: 400;
	}
}


.about_outline_box2_1{
    display: flex;
    margin-bottom: 20px;
}
.about_outline_box2_1 div{
    width: auto;
}
.about_outline_box2_1 h3{
    padding: 50px 0px 12px;
    border-bottom: 1px solid #333;
    margin-left: 40px;
    margin-bottom: 12px;
}
.about_outline_box2_1 p{
    padding: 0 0 0 40px;
}

.about_outline_box3 h2{
    letter-spacing: -0em;
    line-height: 100%;
}
.about_outline_box3 h2 span{
    font-size: 65%;
}
.about_outline_box5 iframe{
    height: 620px;
}
@media screen and (max-width: 767px) {
    .about_outline_box2_1{
        display: block;
    }
    .about_outline_box2_1 div{
        padding: 0 10px;
    }
    .about_outline_box2_1 h3{
        margin-left: 0;
        padding-top: 10px;
        font-size:150%;
        text-align: center;
    }
    .about_outline_box2_1 p{
        padding-left: 0;
        font-size:150%;
        margin-bottom: 40px;
    }
    .about_outline_box5 iframe{
        height: 250px;
    }
}



