@charset "utf-8";

header{
 width: 100%; height: 515px;
 display: block;
 background-size: cover;
 margin-bottom: 60px;
}
header div{
    width: 1000px; height: 515px;
    margin: auto;
}
header h1{
    padding-top: 72px;
}

#MainWrap{
    width: 1000px;
    margin: auto;
}
.topblock h3, .t_block h3 span{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
}
.t_block h3 span{
    vertical-align: middle;
    display: table-cell;
}
.t_block h3{
    display: table;
    width: 438px; height: 240px;
    background: #eee;
    position: absolute;
    z-index: 0;
}
p{
    font-size: 14px;
    line-height: 200%;
    color: #666666;
    width: 580px;
    margin-bottom: 30px;
    position: relative;
}
.t_block{
    position: relative;
    padding: 40px 0 20px;
}
.t_block.left h3{
    top:0; left: 0;
}
.t_block.right h3{
    top:0; right: 0;
}
.t_block.left p{
    margin-left: auto;
}

.topblock{
    width: 880px;
    margin: auto;
    display: block;
    position: relative;
}
.topblock h3{
    margin-bottom: 60px;
}
.topblock > p{
    display: block;
    position: absolute;
    top:100px; right:0;
}
.profile p, .profile h4{
    font-size: 12px;
    line-height: 150%;
    width: 440px;
}
.profile h4{
    color: #666666;
    margin: -10px 0 5px;
}
.second {
    margin-top: -75px;
    padding-top: 100px;
}

footer{
    width: 100%;
    background: #ccc;
    text-align: center;
}
footer div{
    width: 100%;
    background: #eee;
    padding: 50px 0 30px;
}
footer p{
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    color: #fff;
}
footer a{
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s
    transition: 0.3s;
}
footer a:hover{
    opacity: 0.7;
}
a.btn{
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 544px;
    border: 4px solid #fff;
    padding: 30px 0;
    margin: 0 auto 30px;
    position: relative;
    background: url(../_images/arrow.png) 500px center no-repeat;
}
a.arrow{
    font-size: 14px;
    display: inline-block;
    margin: auto;
}
a.arrow:before{
    content: "";
    display: inline-block;
    width: 8px; height: 11px;
    padding-right: 5px;
    background: url(../_images/arrow.png) no-repeat;
    background-size: contain;
}

header.mission{
    background: url(../_images/mis_bg.png) repeat-x center top;
}
header.mission div{
    background: url(../_images/mis_kv.png) no-repeat center top;
}
header.mission h1,header.mission h2{
    margin-left: 55px;
}
.mission h3{
    color: #ff8a00;
}
.mission .t_block h3{
    background-color: #fff1d8;
}
footer.mission{
    background-color: #ffa200;
}
footer.mission div{
    background: #ffba41;
}

header.vision{
    background: url(../_images/vis_bg.png) repeat-x center top;
}
header.vision div{
    background: url(../_images/vis_kv.png) no-repeat center top;
}
header.vision h1,header.vision h2{
    text-align: right;
    margin-right: 55px;
}
.vision h3{
    color: #410670;
}
.vision .t_block h3{
    background-color: #f0e2fa;
}
footer.vision{
    background-color: #410670;
}
footer.vision div{
    background: #8644ba;
}