@charset"utf-8";

/*//////////////////////////////    PCレイアウト    //////////////////////////////*/

/*//////////    共通    //////////*/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    min-width: 1120px;
    height: 100%;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 17px;
    letter-spacing: 0.05em;
}

a {
    text-decoration: none;
}

li {
   list-style: none;
}

.btn {
    margin: 80px auto;
}

.btn a {
    color: #057bcd;
    padding: 18px 47px 18px 57px;
    font-size: 18px;
    font-weight: bold;
    border: solid 3px #057bcd;
    border-radius: 100px;
    transition: background 0.4s, color 0.4s;
}

.btn a:after {
    display: inline-block;
    width: 10px;
    height: 17px;
    margin: 0 8px -2px;
    background: url(../images/icon_arrow.svg) no-repeat;
    content: "";
    transition: fill 0.4s;
}

.btn a:hover {
    background: #057bcd;
    color: #fff;
}

.btn a:hover:after {
    background: url(../images/icon_arrow_white.svg) no-repeat;
}

#header-space > p,
#header-nav div,
#contact,
#company,
#history,
#form_wrapper,
#header-nav,
footer {
    width: 1120px;
    margin: 0 auto;
    text-align: center;
}

/*//////////    ヘッダ    //////////*/

#header-space {
    width: 100%;
    height: 40px;
    background: #057bcd;
    color: #fff;
    line-height: 40px;
}

#header-space > p {
    overflow: hidden;
    height: 40px;
}

#header-space span {
    float: left;
    font-size: 14px;
}

#header-space a {
    display: block;
    float: right;
    padding: 0 20px;
    background: #1268c9;
    color: #fff;
    transition: background 0.4s;
}

#header-space a:hover {
    background: #0e52c1;
}

nav {
    width: 100%;
    height: 50px;
    background: #0095e0;
    line-height: 50px;
}

#header-nav {
   overflow: hidden;
}

nav h1 a{
    display: block;
    overflow: hidden;
    float: left;
    width: 90px;
    height: 50px;
    background: url(../images/logo.png) no-repeat center;
    background-size: 100% auto;
    text-indent: 100%;
}

address {
    font-style: normal;
}

/*//////////    フッタ    //////////*/

footer {
    margin: 128px auto 85px;
}

/*//////////////////////////////    タブレットレイアウト    //////////////////////////////*/

@media screen and (max-width: 1199px) {

/*//////////    共通    //////////*/

body {
    min-width: 0;
}

#header-space > p,
#header-nav div,
#contact,
#company,
#history,
#form_wrapper,
#header-nav,
footer {
    width: 100%;
}

/*//////////    ヘッダ    //////////*/

#header-space {
    height: auto;
    line-height: normal;
}

#header-space > p {
    overflow: visible;
    height: auto;
}

#header-space span {
    float: none;
    font-size: 0.7em;
}

#header-space p a {
    display: none;
}

#header-space a {
    float: none;
}

nav {
    height: 60px;
    line-height: 60px;
}

#header-nav {
   overflow: visible;
}

nav h1 a{
    float: none;
    width: 100px;
    height: 60px;
    margin: 0 auto;
}

}

/*//////////////////////////////    SPレイアウト    //////////////////////////////*/

@media screen and (max-width: 640px) {

#header-space span {
    font-size: 10px;
    letter-spacing: -0.02em;
}

.btn {
    margin: 50px auto;
}

.btn a {
    display: block;
    margin: 0 auto;
}


address {
    width: 80%;
    margin: 0 auto;
}

}