html,
body {
    overflow-x: hidden;
}

body {
    overflow: hidden;
    font-family: "Yu Gothic", YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

body,
h2,
h3,
p,
img,
nav,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
}

.meiryo {
    /*font-family: 'Meiryo'; →*/
    /*font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
    font-family: 'メイリオ', 'Meiryo', "Yu Gothic", YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.kozuka-gothic {
    /*font-family: '小塚ゴシック Pr6N';*/
    font-family: '小塚ゴシック Pr6N', "Yu Gothic", YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.hiragino-kaku-gothic {
    /*font-family: 'ヒラギノ角ゴ Pro';*/
    font-family: 'ヒラギノ角ゴ Pro', '小塚ゴシック Pr6N', "Yu Gothic", YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.container {
    max-width: 100vw;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.adjust-vertical {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
header .adjust-vertical {
    width: 88%;
    margin: 0 auto;
    position: relative;
}

/* header */

.hwrapper {
    height: 77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-wrapper {}

.pc-header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.button-wrapper {
    display: flex;
    margin-right: 28px;
}

.button-item {}

.tel-wrapper {
    padding: 16px 0 19px 0;
}

.h-info {
    font-size: 12px;
    text-align: right;
    letter-spacing: 2px;
}

.tel-info {
    margin-top: -4px;
}

.tel-info-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel-icon {
    height: 24px;
    width: 37px;
    margin-right: 4px;
}

.tel-num {
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    letter-spacing: 1.5px;
    text-align: center;
}


/* header done */

/* nav */

.nav-items-wrap {
    height: 117px;
    width: 100%;
    padding-top: auto 0;
}

.nav-items {
    height: 117px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}


.nav-item a {
    font-size: 18px;
    font-weight: bold;
    color: #663300;
    text-decoration: none;
}

.nav-item span {
    font-size: 15px;
}

.nav-line {
    width: 1px;
    height: 60px;
    background-color: #663300;
    transform: skew(-20deg);
}

/* nav done */

.title-section {
    position: relative;
    margin-bottom: -8px;
    z-index: 99;
}

.title {
    position: relative;
    margin-bottom: 0;
}

.title-content {
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.title-content img {
    margin-right: 20px;
    position: relative;
    /*bottom: 4px;*/
    top: 4px;
}

.title-content p {
    font-size: 32px;
    color: #529cc1;
    font-weight: bold;
    position: relative;
    /*bottom: 6px;*/
    top: 4px;
}

.bread-crumb {}

.bread-crumb p {
    margin: 0 !important;
}

/* footer */
.footer-wrap {
    width: auto;
    height: 218px;
    background-color: #4a9bbe;
    position: relative;
    padding: 0 145px;
    display: flex;
    align-items: center;
}

.footer-wrap img {}

.l-footerMenu__menu--box {
    padding-left: 40px;
    display: flex;
}

.l-footerMenu__menu--list {
    padding: 0 24px 0 40px;
    border-left: 1px solid #fff;
}

.l-footerMenu__menu--list a {
    color: white;
}

.copy-right {
    background-image: url(assets/img/背景（固定）.png);
    height: 30px;
}

.copy-right p {
    font-size: 14px;
    margin: 12px auto;
    text-align: center;
}

.custom-impact-box {
    margin-bottom: 32px !important;
    background: #f4efd5;
    padding: 4px 16px;
}

.custom-impact-box-inner {
    border: 3px solid #fff;
    padding: 12px 16px;
}

.custom-impact-box .decoration {
    text-align: center;
}

.custom-impact-box .decoration:before,
.custom-impact-box .decoration::after {
    display: none;
}

.custom-impact-box strong {
    font-size: 26px;
    color: #9f762c;
}

.custom-impact-box p {
    font-size: 0.9em;
}

.insert-cta-wrap {
    text-align: center;
}

.insert-cta {
    width: 100%;
    text-align: center;
}

.main-bg {
    background-repeat: repeat;
}

.sp {
    display: none;
}

@media screen and (max-width: 1000px) {
    .sp {
        display: block;
    }

    .hwrapper {
        height: 58px;
        padding: 0 16px;
    }

    .pc,
    .pc-header-right,
    .nav-items-wrap {
        display: none !important;
    }

    .logo-wrapper img {
        width: 116px;
        margin-top: 6px;
    }

    .adjust-vertical {
        width: auto;
    }

    /*.title-section,
    .title,
    .title-content,
    .title-content p {
        position: static;
    }*/

    .title {
        margin: -8px 0;
    }

    .title-bg {
        min-width: 750px;
        max-width: 1000px;
        width: calc(100vw + 135px);
        position: relative;
        left: -135px;
    }

    .title-content {}

    .title-content img {
        width: 48px;
        bottom: 4px;
        top: unset;
    }

    .title-content p {
        font-size: 28px;
        margin: 0 !important;
        bottom: 6px;
        top: unset;
    }

    .entry {
        width: calc(100% - 32px);
        padding: 0 16px;
        padding-top: 20px;
    }

    .main-bg {
        background-image: none !important;
    }

    /* header */
    header {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
    }

    #menu-bar {
        flex-direction: column;
    }

    .menu-bar-base {
        position: static;
        left: 0;
        top: 58px;
        z-index: 9999;
    }

    #header-target {
        width: 100%;
        display: none;
        background: white;
    }

    #menu-list {
        width: 100%;
        flex-direction: column;
        padding: 10px 0;
        border-top: solid 1px #eee;
    }

    .menu {
        width: 100%;
    }

    .menu a {
        padding: 10px 0;
        display: block;
        text-align: center;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 16px;
        height: 14px;
        z-index: 999;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: black;
        border-radius: 3px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 6px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    #header-input:checked~#menu-bar .menu-bar-base {
        position: absolute;
    }

    #header-input:checked~#menu-bar .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }

    #header-input:checked~#menu-bar .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    #header-input:checked~#menu-bar .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }

    #nav-close-wrap {
        display: none;
        width: 100vw;
        height: 100vh;
        overflow-y: hidden;
        background: #000000;
        opacity: 0.4;
    }

    #header-input:checked~#menu-bar #header-target {
        display: block;
    }

    #header-input:checked~#menu-bar #nav-close-wrap {
        display: block;
    }

    #menu-options {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .button-item {
        max-width: 300px;
        text-align: center;
    }

    .tel-info-inner {
        padding: 8px 0;
    }

    .tel-icon {
        width: 29px;
        height: auto;
    }

    .tel-num {
        font-size: 24px;
    }

    .bread-crumb {
        padding: 0 16px;
    }

    footer {
        position: relative;
        background-color: #4a9bbe;
    }

    .footer-wrap {
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    .footer-wrap img {
        width: 100px;
        bottom: 36px;
        top: initial;
        position: static;
    }

    .l-footerMenu__menu--box {
        padding: 12px 0;
    }

    .l-footerMenu__menu--list {
        padding: 0 12px;
        border: none;
        display: flex;
        flex-wrap: wrap;
    }

    .l-footerMenu__menu--list .menu a {
        padding: 2px 0;
        font-size: 12px;
    }

    .copy-right {
        text-align: center;
        width: 100%;
    }

    .copy-right p {
        font-size: 10px;
        color: white;
        text-align: center;
    }

    .custom-impact-box strong {
        font-size: 21px;
    }
    #menu-options .min{
        width: 40%;
    }
}