@charset "UTF-8";

/* RESET */
/* ----------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0 ;}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {font-weight:normal; clear: both; }
q:before, q:after { content:''}
strong { font-weight:bold; }
em { font-style:italic; }
a img { border:none; } /* Gets rid of IE's blue borders */
hr {
    height:0;
    margin:5px 0;
    border:none;
    border-top:1px solid #ccc;
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html { height: 100%; }

/* clearfix
------------------------------------------ */
.clearfix:after, .navi ul:after, .promise_box ul:after, .tel_box dl:after, .footer_main:after, .breadcrumb ol:after,
.vision_box:after, .vision_left:after, .greet_box:after, .greet_dl dl:after, .office_img:after
{content:" ";display:block;height:0;clear:both;visibility:hidden;}
/*IE7*/
.clearfix {min-height: 1px;}
/*IE6 MacIE*/
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.clearfix{display:block;}
.clear{clear:both;}


/* BASE */
/* ----------------------------------------- */
body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ","メイリオ","ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"Meiryo","ＭＳ Ｐゴシック","MS PGothic","Osaka", "Helvetica","Verdana","Arial",sans-serif;
    font-size: 11pt;
    line-height: 1.6;
    color: #3d3d3d;
    margin: 0;
    padding: 0;
    width: 100%;
}

img {
    border:0;
    vertical-align: top;
}
table {
    border-spacing: 0;
    empty-cells: show;
}
div, span {
    word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
    margin:0;
    padding:0;
    border: 0;
    font-weight: normal;
    text-decoration:none;
}
a {
    color: #3d3d3d;
    text-decoration: none;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.6s;
}
a:hover {
    opacity: 0.7;
}
a:visited {
    color: #777777;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.red {
    color: #d94700 !important;
}
#wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
#contents {
    position: relative;
    width: 100%;
}


/* HEADER */
/* ----------------------------------------- */

.main_bg {
    background: url("../images/main_bg.png") 0 0 repeat;
    width: 100%;
    height: 5px;
}
.navi_area {
    position: relative;
    width: 100%;
    height: 124px;
    z-index: 9999;
}
.navi_area h1 {
    position: absolute;
    background: url("../images/logo.png") center center no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 35px 0 0 10px;
    width: 446px;
    height: 55px;
}
.navi_area h1 a {
    width: 446px;
    height: 55px;
    display: block;
}
.g_navi {
    position: absolute;
    top: 35px;
    right: 10px;
    border-left: 1px dotted #c2c2c2;
    width: 701px;
    height: 55px;
}
.g_navi li {
    float: left;
    border-right: 1px dotted #c2c2c2;
    width: 140px;
    height: 55px;
}
.g_navi li a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    text-align: center;
    color: #333;
    padding-top: 6px;
    width: 140px;
    height: 55px;
    display: block;
}
.g_navi li a span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.5em;
    letter-spacing: 0.2em;
    color: #919191 !important;
    display: block;
}
.g_navi li a:hover,
.g_navi li a:hover > span {
    color: #1e568b !important;
}
.toggle, .sp_tel {
    display: none;
}

/* TOP */
/* ----------------------------------------- */

.top_main {
    position: relative;
    width: 100%;
    height: 700px;
}
.main_catch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: auto;
    z-index: 999;
    width: 493px;
    height: 130px;
}
.main_catch h2 {
    background: url("../images/main_catch.png") center center no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 493px;
    height: 85px;
}
.main_catch h3 {
    background: url("../images/main_catch2.png") center center no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 12px auto;
    width: 283px;
    height: 33px;
}
.main_cover {
    position: absolute;
    background: url("../images/main_cover.png") 0 0 repeat;
    width: 100%;
    height: 700px;
    z-index: 998;
}
.top_main ul {
    position: absolute;
    width: 100%;
    height: 700px;
}
.top_main li {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 100%;
    height: 700px;
}
.top_main li.main1 {
    background: url("../images/main1.jpg") center center no-repeat;
    background-size: cover;
}
.top_main li.main2 {
    background: url("../images/main2.jpg") center center no-repeat;
    background-size: cover;
}
.top_main li.main3 {
    background: url("../images/main3.jpg") center center no-repeat;
    background-size: cover;
}
#top_contents1 h2,
#top_contents3 h2,
#contents1 h2, #contents2 h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    font-weight: bolder;
    text-align: center;
    color: #1e568b;
    padding-bottom: 8px;
}
#top_contents1 h3,
#contents1 h3, #contents2 h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    letter-spacing: 0.2em;
    text-align: center;
    color: #777;
    margin: 0 auto;
    padding: 8px 0 0;
    border-top: 1px solid #777;
    width: 14em;
}
.top_bot {
    margin-bottom: 40px;
    width: 100%;
    height: 200px;
}
.top_bot ul {
    width: 100%;
    height: 200px;
    display: table;
}
.top_bot li {
    position: relative;
    width: 50%;
    height: 200px;
    display: table-cell;
    z-index: 999;
}
.top_bot li h4 {
    position: absolute;
    top: 110px;
    right: 15px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8em;
    line-height: 32px;
    letter-spacing: 0.2em;
    text-shadow: #000 1px 1px 0, #000 -1px 1px 0, #000 1px -1px 0, #000 -1px -1px 0;
    color: #fff;
    z-index: 999;
}
.top_bot li span {
    position: absolute;
    top: 150px;
    right: 15px;
    font-size: 0.75em;
    text-align: right;
    letter-spacing: 0.2em;
    color: #fff;
    margin: 0 auto;
    padding: 8px 5px 0 0;
    border-top: 1px dotted #fff;
    text-shadow: #000 1px 1px 0, #000 -1px 1px 0, #000 1px -1px 0, #000 -1px -1px 0;
    width: 94%;
    display: block;
}
.top_bot li span {
    position: absolute;
    z-index: 999;
}
.top_bot li a .top_bot1_bg {
    background: url("../images/top_bot_bg1.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: block;
}
.top_bot li a .top_bot2_bg {
    background: url("../images/top_bot_bg2.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: block;
}
.bot_cover {
    position: absolute;
    background: url("../images/main_cover.png") 0 0 repeat;
    width: 100%;
    height: 200px;
    z-index: 998;
}
.top_bot li a:hover > .bot_cover {
    display: none;
}

/* MAIN */
/* ----------------------------------------- */
.promise_box {
    margin: 35px auto 0;
    width: 1094px;
}
.promise_box li {
    float: left;
    font-size: 0.85em;
    color: #777;
    margin-right: 175px;
    width: 248px;
}
.promise_box li:last-child {
    margin-right: 0;
}
.promise_box li img {
    margin-bottom: 10px;
    width: 100%;
}

/* CONTENTS */
/* ----------------------------------------- */
.contents_main {
    width: 100%;
    height: 500px;
}
.intro_main { background: url("../images/intro_main.jpg") center center no-repeat;}
.service_main { background: url("../images/service_main.jpg") center center no-repeat;}
.office_main { background: url("../images/office_main.jpg") center center no-repeat;}
.contact_main { background: url("../images/contact_main.jpg") center center no-repeat;}
.intro_main, .service_main, .office_main, .contact_main {
    background-size: cover;
}
.contents_main {
    position: relative;
}
.contents_cover {
    position: absolute;
    background: url("../images/main_cover.png") 0 0 repeat;
    width: 100%;
    height: 500px;
    z-index: 998;
}
.contents_main h1 {
    position: absolute;
    top: 205px;
    left: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 100px;
    z-index: 999;
}
h1.intro_h1 {
    background: url("../images/intro_h1.png") 0 0 no-repeat;
    width: 575px;
}
h1.service_h1 {
    background: url("../images/service_h1.png") 0 0 no-repeat;
    width: 318px;
}
h1.office_h1 {
    background: url("../images/office_h1.png") 0 0 no-repeat;
    width: 465px;
}
h1.contact_h1 {
    background: url("../images/contact_h1.png") 0 0 no-repeat;
    width: 485px;
}
.breadcrumb {
    background: #f0f0f0;
    font-size: 0.85em;
    padding: 6px 10px;
    width: 100%;
}
.breadcrumb li {
    float: left;
}
.vision_box,
.greet_box {
    margin: 25px 1% 0;
    width: 98%;
}
.vision_right {
    float: right;
    width: 37%;
}
.vision_right img {
    width: 100%;
    min-width: 440px;
}
.vision_left {
    float: left;
    width: 58%;
}
.vision_left h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.7em;
    letter-spacing: 0.1em;
    font-weight: bolder;
    padding: 25px 0 45px;
}
.vision_left p {
    padding-bottom: 50px;
}
.vision_left h5 {
    float: right;
    background: url("../images/hama_sign.png") 0 0 no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 300px;
    height: 29px;
}
.greet_dl {
    float: left;
    margin: 0 2%;
    width: 46%;
}
.greet_dl dt {
    float: left;
    width: 246px;
}
.greet_dl dt img {
    width: 100%;
}
.greet_dl dd {
    float: right;
    width: 280px;
}
.greet_dl dd h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: bolder;
    padding: 0 0 5px;
}
.greet_dl dd h5 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    font-weight: bolder;
    padding: 0 0 8px;
}
.greet_dl dd p {
    font-size: 0.9em;
}
.kaikei {
    background: url("../images/kaikei_bg.jpg") center center no-repeat;
    background-size: cover;
    margin-top: 20px;
    width: 100%;
    height: 480px;
}
.zeiri {
    background: url("../images/zeiri_bg.jpg") center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 480px;
}
.kaikei_box {
    position: relative;
}
.service_box {
    position: absolute;
    top: 105px;
    left: 50%;
}
#contents1 .service_box h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8em;
    font-weight: normal;
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
}
.service_box p {
    font-size: 1.12em;
    color: #fff;
}
.service_box ul {
    padding: 10px 1% 0 0;
}
.service_box li {
    font-size: 1.1em;
    font-weight: normal;
    color: #fff;
    margin: 12px 0 0 1.5em;
    padding-left: 5px;
    list-style-type: disc;
}
.office_box {
    margin: 25px 4%;
    width: 92%;
}
.office_img {
    margin-bottom: 35px;
}
.office_img_left {
    float: left;
    width: 42%;
    max-width: 500px;
}
.office_img_right {
    float: right;
    width: 42%;
    max-width: 500px;
}
.office_img_left img,
.office_img_right img {
    width: 100%;
}
.office_info {
    border-top: 3px solid #1e568b;
    width: 100%;
}
.office_info dl {
    font-size: 1.1em;
    width: 100%;
    display: table;
}
.office_info dt {
    position: relative;
    background: #f3f6f7;
    padding: 15px 12px;
    border-bottom: 1px dotted #aaa;
    vertical-align: top;
    width: 30%;
    display: table-cell;
}
.office_info dd {
    padding: 12px 12px;
    border-bottom: 1px dotted #aaa;
    width: 70%;
    display: table-cell;
}
.office_info dd img {
    width: 100%;
    max-width: 500px;
}
.office_info dd a {
    background: #7bb9d6;
    font-size: 0.87em;
    text-align: center;
    color: #fff;
    margin: 10px 0;
    padding: 1px 15px;
    display: inline-block;
}
.summary {
    margin: 25px 4% 30px;
    width: 92%;
}
.summary dl {
    width: 100%;
    display: table;
}
.summary dt {
    width: 250px;
    display: table-cell;
}
.summary dt img {
    width: 100%;
    max-width: 250px;
}
.summary dd {
    padding: 10px 0 10px 30px;
    vertical-align: middle;
    display: table-cell;
}
.summary dd h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #aaa;
    width: 100%;
    display: inline-block;
}
.summary dd h4 span {
    font-size: 0.7em;
}
.summary dd p {
    font-size: 1.1em;
    line-height: 2.0;
}
.office_info dd input[type="text"],
.office_info dd textarea {
    padding: 5px 8px;
    border: 1px solid #ccc;
    width: 100%;
}
.office_info dd textarea {
    height: 120px;
}
.required {
    position: absolute;
    right:0;
    background: #cb1a15;
    font-size: 0.8em;
    color: #fff;
    margin-right: 10px;
    padding: 1px 8px;
    display: inline-block;
}
.privacy_box {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    width: 100%;
}
.privacy_box h4 {
    background: #ccc;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    text-align: center;

}
.privact_inline {
    font-size: 0.9em;
    color: #777;
    margin: 15px 20px 0;
    padding: 20px 15px;
    border: 1px solid #ccc;
    height: 300px;
    overflow-y: auto;
}
.privact_chk {
    font-size: 0.9em;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 5px 0;
}
.privact_chk input[type="checkbox"] {
    margin-right: 8px;
}
.form_bot {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}
.form_bot a,
.form_bot button {
    background: #1e568b url("../images/bot_arrow.png") left 15px center no-repeat;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    border-radius: 3px;
    width: 40%;
    display: inline-block;
}


/* FOOTER */
/* ----------------------------------------- */
.contact_box {
    margin-top: 20px;
    width: 100%;
    display: table;
}
.tel_box, .mail_box {
    padding: 15px 4%;
    vertical-align: middle;
    width: 50%;
    display: table-cell;
}
.tel_box {
    border-right: 1px solid #1e568b;
}
.contact_box h4 {
    font-size: 1.3em;
    font-weight: bolder;
    letter-spacing: 0.1em;
    color: #1e568b;
    margin-bottom: 10px;
}
.tel_box dd {
    float: left;
    margin-right: 15px;
    width: 61px;
}
.tel_box dt {
    float: left;
    font-size: 2.3em;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: bolder;
    color: #1e568b;
}
.tel_box dt span {
    font-size: 0.4em;
    letter-spacing: 0.1em;
    display: block;
}
.mail_box a {
    position: relative;
    font-size: 1.3em;
    line-height: 28px;
    text-align: center;
    font-weight: bolder;
    color: #1e568b;
    padding: 12px;
    border: 1px solid #1e568b;
    width: 92%;
    display: block;
}
.mail_box a img {
    position: absolute;
    top: 12px;
    left: 10px;
}
.mail_box a:hover {
    background: #ebf1f3;
}
.footer_area {
    background: #1e568b;
    width: 100%;
}
.footer_main {
    padding: 40px 0;
    width: 100%;
}
.footer_left {
    float: left;
    width: 440px;
}
.footer_left h2 {
    background: url("../images/footer_logo.png") 0 5px no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 120px;
}
.footer_left table {
    font-size: 0.87em;
    color: #fff;
    width: 100%;
}
.footer_left th,
.footer_middle th {
    padding-right: 10px;
    vertical-align: top;
    white-space: nowrap;
}
.copy_area {
    background: url("../images/copy_bg.png") 0 0 repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    padding: 9px 0;
    width: 100%;
}
.footer_left a {
    text-decoration: none;
    color: #fff;
}
.footer_middle {
    float: right;
    text-align: right;
    padding: 120px 12px 0 0;
}
.footer_middle table {
    font-size: 0.87em;
    color: #fff;
}
.footer_middle a {
    background: #7bb9d6;
    font-size: 0.87em;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    padding: 1px 15px;
    display: inline-block;
}
.footer_right {
    float: right;
    width: 390px;
}

/* GO TOP */
/* ----------------------------------------- */

.pagetop {
    position: fixed;
    bottom: -50px;
    right: 20px;
}
.pagetop a {
    display: block;
    width: 44px;
    height: 44px;
}
.pagetop a:hover {
    opacity: 0.5;
}
/* text */
/* ----------------------------------------- */
.txtleft { text-align: left }
.txtcenter { text-align: center }
.txtright { text-align: right }

/* COLOR */
/* ----------------------------------------- */
.blue_bg { background: #ebf1f3 }
.gray_bg { background: #f0f0f0 }

/* Boreder */
/* ----------------------------------------- */

/* Margin */
/* ----------------------------------------- */
.mgb0 { margin-bottom: 0 !important; }
.mgt70 { margin-top: 70px !important; }

/* Padding */
/* ----------------------------------------- */
.pd25 { padding: 25px 0; }
.pd50 { padding: 50px 0; }
.pdt25 { padding-top: 25px }
.pdb20 { padding-bottom: 20px !important; }