@charset "utf-8";
/*
Theme Name: h-e-i
Author: WisePlanning
*/

/* ---------------------------------------------------------------------------------------------

    text-align 文字整列

--------------------------------------------------------------------------------------------- */
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
/* ---------------------------------------------------------------------------------------------

    flex 並び替え

--------------------------------------------------------------------------------------------- */
.flex {
    display: flex !important;
}
.flex-wrap--wrap {
    flex-wrap: wrap;
}
.flex-direction--row-reverse{
    flex-direction: row-reverse;
}
.justify-content--space-between{
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .flex-pconly {
        display: flex;
    }
}
/* ---------------------------------------------------------------------------------------------

    body 

--------------------------------------------------------------------------------------------- */
body {
    position: relative;
}
/* ---------------------------------------------------------------------------------------------

    パンくず

--------------------------------------------------------------------------------------------- */
#bread {
    padding: 10px;
    background: #eeeeee;
}
/* ---------------------------------------------------------------------------------------------

    HEADER ヘッダー

--------------------------------------------------------------------------------------------- */
header {
    padding: 0 30px;
    color: white;
    position: fixed;
    top: 0;
    z-index: 12;
    width: 100%;
}
header.fixed_on {
    background: rgb(16 50 122 / 70%);
}
.-w-detail_area {
    display: flex;
}
.-w-contact {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    margin-top: 8px;
}
.-w-contact .-w-tel a {
    font-size: 1.875em;
    font-weight: bold;
    margin-right: 26px;
}
.-w-contact .-w-tel a img {
    vertical-align: baseline;
    margin-right: 8px;
    transition: .5s;
}
.-w-tel img {
    height: 24px;
    vertical-align: sub;
}
.-w-tel span {
    vertical-align: bottom;
}
.-w-pc.-w-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.-w-contact .-w-contact-link {
    display: flex;
    align-items: center;
}
.-w-contact .-w-contact-link a {
    border: solid 1px;
    font-size: 18px;
    padding: 0.5em 1em;
}
.-w-gnav {
    margin-left: auto;
    display: flex;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1em;
    font-size: 1vw;
}
.-w-gnav li {
    list-style: none;
    margin-left: 2em;
    position: relative;
    padding-bottom: 0.5rem;
}
.-w-navi a {
    font-size: 1.2vw;
}
.dropdownmenu {
    display: none;
    position: absolute;
    top: calc(1rem + 1.2vw);
    background: #10327a;
    width: 150px;
    z-index: 2;
    padding: 0 10px;
    left: -10px;
}
.home .dropdownmenu  {
    background: none;
}
.home .fixed_on .dropdownmenu  {
    background: rgb(16 50 122 / 70%);
}
.-w-gnav li:hover > .dropdownmenu{
    display: block;
}
.dropdownmenu li {
    margin: 0;
}
.dropdownmenu li a {
    font-size: 0.9vw;
}
@media only screen and (max-width: 768px) {
    header {
        padding: 0 1rem;
    }
    .catch,.-w-pc.-w-cont {
        display: none;
    }
    .-w-detail_area {
        justify-content: space-between;
        align-items: center;
    }
    .-w-h-logo {
        width: 40%;
    }
}
/* ---------------------------------------------------------------------------------------------

    ハンバーガーメニュ

--------------------------------------------------------------------------------------------- */
.-w-sp {
    display: none;
}
.menu {
    display: none;
    position: fixed;
    color: #fff;
    z-index: 12;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.menu ul {
    background: #10327A;
    max-height: 100vh;
    list-style: none;
    transition: opacity 0.4s ease;
    overflow-y: scroll;
}
.menu ul li {
    font-size: 18px;
    display: block;
    text-align: center;
}
.menu ul li a {
    display: block;
    padding: 20px 40px;
}
.zdo_drawer_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
}
.zdo_drawer_button {
    display: block;
    padding: 0;
    width: 45px;
    height: 30px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
}
.zdo_drawer_button .zdo_drawer_bar {
    display: block;
    width: 45px;
    height: 4px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}
.zdo_drawer_button .zdo_drawer_bar1 {
    top: 0;
}
.zdo_drawer_button .zdo_drawer_bar2 {
    top: 50%;
}
.zdo_drawer_button .zdo_drawer_bar3 {
    top: 100%;
}
.zdo_drawer_button.active .zdo_drawer_bar {
    width: 42.43px;
    left: 7.5px
}
.zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(0.7853981633974483rad) translateY(-50%);
    top: 0px
}
.zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-0.7853981633974483rad) translateY(-50%);
    top: calc(100% - 0px)
}
.zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
}
.zdo_drawer_button.active .zdo_drawer_close {
    display: block;
}
.zdo_drawer_text {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    font-size: 10px;
}
.zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
}

/*+++ Default Button Color +++*/
    .zdo_drawer_button {
    color: #fff;
}
.zdo_drawer_button .zdo_drawer_bar {
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    .-w-sp {
        display: block;
        z-index: 13;
    }
    .zdo_drawer_button.active .zdo_drawer_bar {
        width: 36.43px;
    }
    .zdo_drawer_button {
        width: 35px;
        height: 25px;
    }
    .zdo_drawer_button .zdo_drawer_bar {
        width: 35px;
        height: 3px;
    }
    .menu ul li a {
        padding: 10px 40px;
    }
    .menu ul li a img {
        width: 18%;
        vertical-align: sub;
    }
}
/* ---------------------------------------------------------------------------------------------

    footerフッター

--------------------------------------------------------------------------------------------- */
footer {
    background: #10327A;
    padding-top: 4rem;
}
.-w-f-logo {
    padding-bottom: 3rem;
    margin: 0 auto;
    max-width: 400px;
}
.-w-foot {
    display: flex;
    justify-content: space-around;
    margin: auto;
    margin-bottom: 6rem;
    width: 100%;
}
.-w-foot li a {
    color: #ffffff;
    text-decoration: none;
}
#copyright {
    color: #ffffff;
    padding-bottom: 1rem;
    width: 100%;
    display: block;
    text-align: center;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #3f98ef;
    opacity: 0.6;
    cursor: pointer;
}
#page_top a {
    display: flex;
    width: 50px;
    height: 50px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .-w-foot {
        display: none;
    }
    small {
        font-size: 102%;
    }
}
@media only screen and (max-width: 500px) {
    .-w-f-logo {
        max-width: 75%;
    }
}