body {
    font-family: "游ゴシック体","游ゴシック", "Yu Gothic","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka","Verdana",sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    background-color: #fff;
}
img{
    width: 100%;
}
.view-pc{
    display: block;
}
.view-sp{
    display: none;
}
.container{
    max-width: 100%;
    /*padding: 0;*/
}
.header .container{
    padding: 0 20px;
}
.navbar{
    height: 71px;
}
.fixed-top{
    border-bottom: 1px solid;
    color: #dfdcdc;
}
.header .head-logo{
    width: 100%;
    max-width: 240px;
}
.navbar-nav .nav-item{
    padding: 2px 10px;
}
.header .nav-link{
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.header .nav-link:hover{
    color: #57B053;
}
.nav-item:hover .dropdown-menu {
    display: block;
}
.nav-item .dropdown-menu .dropdown-item {
    font-weight: 500;
}
.header .contact-item{
    background-color: #D54744;
    border-radius: 10px;
    padding: 2px 25px;
}
.header .contact-item:hover{
    background-color: #bb2f2c;
}
.header .contact-item a{
    color: #fff;
}
.header .contact-item a:hover{
    color: #fff;
}

.con-intro{
    max-width: 1224px;
    margin: 0 auto;
    clear: both;
    padding: 60px 0;
}

/*お問い合わせ*/
.box_contact {
    margin-top: 60px;
    padding: 30px 40px;
    align-items: center;
    color: #fff;
    background: #75aac4;
}
.txt-title{
    display: block;
    position: relative;
    color: #75aac4;
    font-size: calc((100vw - 21.53846rem) / 41 + 2.84615rem);
    min-height: 0vw;
    font-family: "Jost", Verdana, Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}
.txt-title::before {
    width: 6.15385rem;
    content: "";
    position: absolute;
    bottom: 10px;
    left: -0.5px;
    height: 2px;
    background-color: #fff;
}
.txt-tel a{
    font-size: 25px;
    font-weight: bold;
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
}
.txt-form {
    margin-top: 30px;
}
.txt-form a{
    border: 1px solid #fff;
    color: #fff;
    background-color: #75aac4;
    font-size: calc((100vw - 21.53846rem) / 546.66667 + 1.15385rem);
    min-height: 0vw;
    padding: 1.2em 2em;
    display: block;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
}
.txt-form a:hover{
    background-color: #84b3cb;
}
.txt-form a label{
    float: right;
}



footer .container{
    max-width: 1224px;
}
footer .container a{
    color: #000;
    text-decoration: none;
}
@media (max-width: 1280px) {
    .con-intro{
        padding: 30px 15px;
    }
}
@media (max-width: 1125px) {
    .header .container {
        padding: 0 20px;
    }
    .navbar-nav  .nav-item {
        padding: 0;
    }
    .header .head-logo {
        max-width: 140px;
    }
    .header .nav-link {
        font-size: 14px;
    }
    .header .contact-item {
        padding: 0 10px;
    }
}
@media (max-width: 787px) {
    .header .head-logo {
        max-width: 120px;
    }
}
@media (max-width: 767px) {
    .view-pc{
        display: none;
    }
    .view-sp{
        display: block;
    }
    .navbar {
        height: auto;
    }
    .home .container {
        margin-top: 56px;
    }
    .header .navbar .navbar-collapse{
        margin-top: 24px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px;
        background-color: rgb(255, 255, 255);
    }
    .header .navbar .navbar-collapse li{
        text-decoration: none;
        border: 1px solid rgba(0,0,0,.125);
        border-width: 0 0 1px;
    }
    .nav-item .dropdown-menu .dropdown-item {
        padding: 15px;
    }

    .txt-title {
        font-size: calc((100vw - 21.53846rem) / 41 + 1.54615rem);
    }
    .txt-title::before {
        width: 2.15385rem;
        bottom: 28px;
        height: 1px;
    }
    .txt-form a {
        font-size: 16px;
        padding: 0.8em 1em;
    }
    .txt-tel{
        font-size: 14px;
    }
    .txt-tel a {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .txt-title {
        margin-bottom: 15px;
    }
    .txt-title::before {
        width: 2rem;
        bottom: -7px;
        height: 1px;
        left: 10px;
    }
}