@charset "utf-8";


/*----------------------------------------------
    top.css
----------------------------------------------*/
#esbody * {
    font-family: "游ゴシック Medium", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Helvetica, "hiragino kaku gothic pro", "ms pgothic", sans-serif;
    text-shadow: 0 0 0.1px rgba(0,0,0,0.5);
}
/*----------------------------------------------
    共通
----------------------------------------------*/
.container{
    position: relative;
}
.cont-inner {
    width: 100%;
}
.container .maincontents-wrap {
    width: 950px;
    margin: 0 auto 0;
    float: none;
}

.cont_wrap {
    background: url(/images/bg_main_build03.jpg) no-repeat;
    padding: 164px 0 500px 0;
    background-size: cover;
}
/*----------------------------------------------
    メイン画像
----------------------------------------------*/
.main_txt {
    text-align: center;
}
.mainimage-sec-inner {
    background: url(/images/bg_contact_main.jpg) no-repeat top center;
    width: 100%;
    height: 396px;
    padding-top: 104px;
    background-size: cover;
}
.mainimage-sec-inner h1 {
    display: block;
    width: 990px;
    margin: 0 auto;
}
.main-bg img {
    width: 100%;
    height: 700px;
    left: 0;
    max-width: 100%;
    min-width: 1265px;
    min-height: 100%;
    height: auto;
    z-index: 2;
    background-size: cover;
}
.main_txt {
    width: 100%;
    position: absolute;
    top: 190px;
}


/*----------------------------------------------
    ヘッダー
----------------------------------------------*/
.headwrap {
    position: absolute;
    top: 500px;
    width: 100%;
}
/*----------------------------------------------
    フッター
----------------------------------------------*/
.footer-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.ft_cont {
    background: rgba(0, 0, 0, 0.5);
}

/*---------------
flow_img
-------------*/
.maincontents-wrap .flow_img {
	margin-bottom: 65px;
}
/*--------------
thankyou_box
-------------*/
.thankyou_box {
    margin-bottom: 64px;
}
.thankyou_box .text_1 {
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 23px;
    text-align: center;
}
.thankyou_box .text_2 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
/*---------------
under_btn
---------------*/
.under_btn a {
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 248px;
    text-align: center;
    display: block;
    padding: 14px 0 13px 0;
    margin: 0 auto;
    text-decoration: none;
}
.under_btn a:hover {
    opacity: 0.8;
    background: #fff;
    color: #2a5074;
    transition: .6s ease;
}
