@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;600&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: hiragino-kaku-gothic-pron, sans-serif, 'Noto Sans JP';
    ;
    font-size: 14px;
    line-height: 1.6;
    color: #082234;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin-inline: auto;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

a {
    font-size: 18px;
    color: #323642;
    text-decoration: #2d4f68;
}

h1 {
    font-size: 70px;
    text-shadow: #2d4f68 2px 2px;
    padding-top: 80px;
}

.logo {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* ロゴ */
.wrap {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
}
/* ナビ */
.gnav ul {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 20px;
}

.gnav li {
    padding: 0 15px;
}
.current{
    border-bottom: 3px solid #0071bc;
}

.gnav a:hover {
    color: #0071bc;
    opacity: 0.8;
    border-bottom: 2px solid #0071bc;
}

.toggle {
    display: none;
}

header {
    background-image: url(../images/mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 500px;
}

.inner {
    max-width: 980px;
    margin-inline: auto;
}
/* 無料相談の予約 */
.btn1 a {
    color: #fff;
    border: #fff 1px solid;
    border-radius: 5px;
    padding: 16px 36px;
}

.btn1 {
    margin-top: 90px;
}

.btn1 a:hover {
    color: #0071bc;
    opacity: 0.8;
    background-color: #fff;
}
/* ヘッダー */
.fream2 {
    padding-left: 65px;
}

h2 {
    font-size: 24px;
    text-align: center;
}

h3 {
    font-size: 14px;
    color: #0071bc;
    text-align: center;
    margin-bottom: 40px;
}

section {
    margin-top: 60px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
/* サービス内容 */
.item_wrap {
    display: flex;
    justify-content: space-between;
}

.item1 {
    border: 2px solid #43bcff;
    border-radius: 5px;
    width: 30%;
    padding: 30px 24px;

}
/* お客さまの声 */
.voice {
    background-color: #f0f0f0;
    padding-top: 60px;
}

h5 {
    font-size: 16px;
    padding-top: 30px;
}

.fream {
    width: 30%
}

.item3 {
    width: 95%;
}

.client {
    font-size: 14px;
    margin-bottom: 100px;
}
/* フッター */

footer {
    background-image: url(../images/bg_footer.jpg);
    background-size: cover;
}

.office {
    border: 2px solid #0071bc;
    border-radius: 50px;
    text-align: center;
    padding: 10px 20px;
    width: 140px;
    margin-bottom: 18px;
}

.tel {
    font-size: 30px;
    letter-spacing: -0.2em;
}
/* 電話、地図 */
.icon {
    width: 20px;
    padding-right: 5px;
}
/* ウェブでお問合せ */
.icon2 {
    width: 32px;
    padding-right: 5px;
}

.address {
    font-size: 14px;
}

.advise {
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 100px;
}
/* ウェブでお問合せ */
.btn2 a {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.btn2 {
    border: #0071bc 2px solid;
    padding: 20px 10px 20px 30px;
}

.btn2:hover {
    background-color: #0071bc;
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

.btn2 a:hover {
    color: #fff;
    transition: 0.3s ease-in-out;

}
/* アイコン、矢印ホバー */
.icon2:hover,
.arrow_1:hover {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
    transition: 0.3s ease-in-out;

}

.arrow_1 {
    float: right;

}

.fream1 {
    width: 30%;
    margin: 100px 0;
}

.item4 {
    width: 35%;
}

.copyright {
    text-align: right;
    background-color: #0071bc;
    padding: 30px 0;
    padding-right: 16%;
}

/* 会社概要ページ */
.picture {
    width: 300px;
}

.item_wrap2 {
    display: flex;
    justify-content: center;
}

table {
    display: inline-block;
    font-size: 18px;
    border: 2px solid #0071bc;
    margin-top: 40px;
    margin-bottom: 60px;

}

th,
td {
    text-align: left;
    border: 2px solid #0071bc;
    padding: 15px 150px 15px 15px;
}

.access {
    padding-top: 60px;
    background-image: url(../images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

iframe {
    width: 100%;
    ;
    padding: 10px;
    margin-bottom: 100px;
}

/* レスポンシブ */
@media screen and (max-width:1000px) {
    .inner {
        max-width: 700px;
    }

    h1 {
        font-size: 7vw;
    }

    .logo {
        padding-left: 10%;
    }

    .tel {
        font-size: 2.7vw;
    }

    .btn2 a {
        font-size: 1.9vw;
    }

    .icon2 {
        width: 24px;
    }

    .copyright {
        padding-right: 5%;
    }

    /* ハンバーガーメニュー */
    .toggle {
        display: block;
        position: fixed;
        right: 13px;
        top: 12px;
        width: 42px;
        height: 42px;
        z-index: 3;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #333;
        transition: 0.35s ease-in-out;
        left: 6px;
    }

    .toggle span:nth-child(1) {
        top: 9px;
    }

    .toggle span:nth-child(2) {
        top: 18px;
    }

    .toggle span:nth-child(3) {
        top: 27px;
    }

    .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .gnav {
        width: 80%;
        position: fixed;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -110%;
        transition: ease 0.7s;
        z-index: 10;
    }

    .gnav.active {
        top: 80px;
    }

    .gnav ul {
        display: block;
    }

    .gnav a {
        text-align: center;
    }

    .gnav li+li a {
        border-top: 1px solid #b2a9b5;
    }

    .gnav {
        width: 60%;
        position: fixed;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -110%;
        transition: ease 0.7s;
        z-index: 10;
    }

    .gnav.active {
        top: 80px;
    }

    .gnav ul {
        display: block;
    }

    .gnav a {
        text-align: center;
    }

    .gnav li+li a {
        border-top: 1px solid #fff;
    }

    .gnav {
        background-color: #0071bc;

    }

    .gnav a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        padding: 15px 40px;
        display: block;
    }

    .gnav a:hover {
        opacity: 0.7;
    }
    /* 会社概要ページ */
    .picture{
        padding-right: 10px;
    }
}

@media screen and (max-width:425px) {
    h1 {
        font-size: 12vw;
        line-height: 1.0;
        margin-bottom: 30px;
    }

    .fream2 {
        padding-left: 10px;
    }

    .inner {
        max-width: 400px;
    }

    .item_wrap,
    .item_wrap2 {
        flex-wrap: wrap;
    }

    .item1,
    .fream,
    .item2 {
        width: 90%;
        margin-inline: auto;
    }

    .item1 {
        margin-top: 10px;
    }

    .fream1,
    .item4 {
        width: 90%;
        margin: 15px auto;
    }

    .office {
        border: 2px solid #0071bc;
        border-radius: 50px;
        text-align: center;
        padding: 10px 20px;
        width: 140px;
        margin-bottom: 18px;
    }

    .tel {
        font-size: 30px;
        letter-spacing: -0.2em;
    }

    .icon {
        width: 20px;
        padding-right: 5px;
    }

    .icon2 {
        width: 32px;
        padding-right: 5px;
    }

    .address {
        font-size: 14px;
    }

    .advise {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .btn2 a {
        font-size: 24px;
        letter-spacing: 0.05em;
        line-height: 1.2;
    }

    .copyright {
        text-align: center;
    }

    /* 会社概要ページ */
    .picture{
        padding-right: 10px;
    }
    th,
    td {
        padding: 15px 50px 15px 15px;
    }
    
}