@charset "utf-8";
/*
theme Name: 宮崎アイホー
Author: 宮崎アイホー
Description: 宮崎アイホー
version： 1.0.0
*/
@charset "utf-8";
@import url("css/reset.css");

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

html::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

html::-webkit-scrollbar:horizontal {
    height: 5px;
}

html::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-piece {
    background: #eee;
}

html::-webkit-scrollbar-piece:start {
    background: #eee;
}

html::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

html::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

body {
    background: #FFFFFF;
    font-size: 1.7rem;
    line-height: 1.7;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-weight: 400;
    color: #333333;
    letter-spacing: 1px;
}

a {
    color: #333333;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

a:hover {
    font-weight: 400;
}

a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

b,
strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    line-height: 1.0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}


.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

/* 回り込み */
.aligncenter {
    display: block;
    margin: 20px auto;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignnone {
    margin: 0 20px 20px 0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
    width: auto;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

/* �z�u�ʒu ���� */
img.float-left {
    float: left;
}

/* ��荞�� �� */
img.float-right {
    float: right;
}

/* ��荞�� �E */
#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -25.5px;
}

#loading img {
    width: 52px;
    height: 51px;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 20000;
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.btnBox {
    max-width: 250px;
}

.btnBox a {
    display: block;
    padding: 15px 10px;
    color: #ffffff;
    background-color: #004098;
    text-align: center;
    line-height: 1;
    border-radius: 23.5px;
    text-decoration: none !important;

}

.btnBox a span {
    padding: 0 60px 0 0;
    position: relative;
}

.btnBox a span:before,
.btnBox a span:after {
    position: absolute;
    content: "";
    top: 50%;
}

.btnBox a span:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 10px;
    background: #004098;
    border: 1px solid #ffffff;
    right: 10px;
}

.btnBox a span:after {
    content: "→";
    line-height: 1;
    font-size: 1.4rem;
    right: 13.5px;
    margin-top: -6px;
    color: #FFFFFF;
}

.btnBox a:hover span:before {
    background: #FFFFFF;
    border: solid 1px #004098;
}

.btnBox a:hover span:after {
    color: #004098;
}

/*---------------------------------------------------------------*/
/* Wrapper
 /*---------------------------------------------------------------*/
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*---------------------------------------------------------------*/
/* Header
 /*---------------------------------------------------------------*/
#header {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
}

#header h1 {
    padding: 30px 0 30px 25px;
    line-height: 1;
}

#header h1 img {
    height: 35px;
    width: auto;
}

/*---------------------------------------------------------------*/
/* G_Nav
/*---------------------------------------------------------------*/
#g_nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#g_nav ul li {
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    font-size: 95%;
}

#g_nav ul li a {
    display: block;
    text-decoration: none;
    padding: 39px 20px;
}

#g_nav ul li a:hover {
    transform: translateY(-5px);
}

.openbtn1 {
    display: none;
}

/* スクロール時（縮小） */
#header.shrink h1 {
    padding: 20px 0 20px 25px;
}

#header.shrink h1 img {
    height: 30px;
}

#header.shrink #g_nav ul li a {
    padding: 26.93px 17.5px;
}




/*---------------------------------------------------------------*/
/* H2-Title
/*---------------------------------------------------------------*/
#h2-title {
    position: relative;
    height: 600px;
}

#h2-title .h2-titleInner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 125px 40px 0;
}

#h2-title .h2-titleInner:before {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(0, 64, 152, 0.3) 50%, rgba(255, 255, 255, 0.3) 80%);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#h2-title h2 {
    position: relative;
    line-height: 1;
}


#h2-title h2:before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
}

#h2-title h2 span.ja {
    display: block;
    color: #ffffff;
    font-size: 3rem;
    padding: 185px 0 0;
}

/*---------------------------------------------------------------*/
/* Contents
/*---------------------------------------------------------------*/
.page #contents,
.archive #contents,
.single #contents,
.error404 #contents {
    padding: 120px 0;
}

#contents h2 {
    font-size: 3.5rem;
    font-weight: 500;
}

.page #contents .article-area .article-head h3,
.archive #contents .article-area .article-head h3,
.single #contents .article-area .article-head h3,
.error404 #contents .article-area .article-head h3 {
    font-size: 3.5rem;
}

.page #contents .article-area .article-box .box-head h4,
.archive #contents .article-area .article-box .box-head h4,
.single #contents .article-area .article-box .box-head h4,
.error404 #contents .article-area .article-box .box-head h4 {
    font-size: 3rem;
}

.page #contents .article-box .box h5,
.archive #contents .article-box .box h5,
.single #contents .article-box .box h5,
.error404 #contents .article-box .box h5 {
    font-size: 2.5rem;
}

#contents ul li {
    position: relative;
    padding: 0 0 0 30px;
}

#contents ul li:before {
    position: absolute;
    line-height: 1;
    color: #333333;
    top: 5px;
    left: 10px;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    font-weight: 900;
}

#contents table {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 60px;
    border-collapse: separate;
    border-spacing: 0 2px;
    border-top: 0.5px dotted #DFDFDF;
    border-bottom: 0.5px dotted #DFDFDF;
}

#contents table:last-child {
    margin: 0 auto;
}

#contents table tbody th {
    /*padding: 20px 15px;*/
    padding: 20px 20px 20px 40px;
    /*background: #DFDFDF;*/
    border-bottom: 1.0px dotted #DDDDDD;
}

#contents table tbody td {
    padding: 20px;
    background: #FFFFFF;
    border-bottom: 1.0px dotted #DDDDDD;
}

#contents table tbody tr:last-child td,
#contents table tbody tr:last-child th {
    border-bottom: none;
}

#contents .section-area {
    margin: 0 0 100px;
}

#contents .section-area .article-area {
    margin: 0 auto 80px;
}

#contents .section-area .article-area:last-child,
#contents .section-area .article-area:last-of-type {
    margin: 0;
}

#contents .article-area .article-box {
    margin: 0 0 60px;
}

#contents .article-area .article-box:first-of-type {
    padding: 60px 0 0;
}

#contents .article-box .box {
    margin: 0 0 40px;
}

#contents .section-area:last-child,
#contents .section-area .article-area:last-child,
#contents .article-area .article-box:last-child,
#contents .article-box .box:last-child {
    margin: 0 auto;
}

.description {
    font-size: 1.85rem;
    margin: 0 auto 60px;
    text-align: center;
}

/*---------------------------------------------------------------*/
/* BreadThumbs
/*---------------------------------------------------------------*/
.breadclumb {
    padding: 25px 0;
}

#breadcrumbs {
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0;
}

#breadcrumbs span a {
    position: relative;
    padding: 0 20px 0 0 !important;
    text-decoration: none;
}

#breadcrumbs span:last-child {
    padding: 0 !important;
}

#breadcrumbs .breadcrumb_last {
    font-weight: 500;
}

#breadcrumbs span a:after {
    content: "/";
    position: absolute;
    top: 4px;
    right: 4px;
    font-weight: 600;
    line-height: 1;
    color: #333333;
    font-family: inherit;
}

#breadcrumbs span:last-child:after {
    display: none;
}

/*------------------------------------------------------------*/
/* Pagenation
/*------------------------------------------------------------*/
.pagination {
    text-align: center;
    text-shadow: none !important;
}

.pagination .page-of {
    display: none;
}

.pagination .pagination-box .current,
.pagination .pagination-box a {
    width: 46px;
    height: 46px;
    padding: 10px 15px;
    margin: 0 7.5px;
    display: inline-block;
    line-height: 1.5;
}

.pagination .pagination-box .current {
    background: #004098;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 15px !important;
}

.pagination .pagination-box a {
    font-weight: bold;
    color: #004098;
    text-decoration: none;
    border: solid 0.5px #004098;
}

.pagination .pagination-box a:hover {
    background: #004098;
    color: #FFFFFF;
}

.pagination .pagination-box a:active {
    background: #004098;
}

.pagination.postlink ul,
.pagination .pagination-box ul {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.pagination.postlink ul li {
    width: 31.33%;
    margin: 0 3% 0 0;
    padding: 0 !important;
    position: relative;
    padding: 0 !important;
}

.pagination .pagination-box ul li {
    padding: 0 !important;
}

.pagination.postlink ul li:before,
.pagination .pagination-box ul li:before {
    display: none;
}

.pagination.postlink ul li:last-child,
.pagination .pagination-box ul li:last-child {
    margin: 0;
}

.pagination.postlink ul li a:before,
.pagination.postlink ul li a:after {
    position: absolute;
    top: 50%;
    font-weight: 900;
    line-height: 1;
    font-family: 'Font Awesome\ 5 Free';
    color: #004098;
    margin-top: -8.5px;
}

.pagination.postlink ul li.prev a:before {
    content: "\f104";
    left: 10px;
}

.pagination.postlink ul li.list a:before {
    content: "\f03a";
    left: 10px;
}

.pagination.postlink ul li.next a:before {
    content: "\f105";
    right: 10px;
}

.pagination.postlink ul li a:hover:before,
.pagination.postlink ul li a:hover:after {
    color: #FFFFFF;
}

.pagination.postlink ul li a {
    color: #555555;
    border: 0.5px solid #004098;
    background: #FFFFFF;
    display: block;
    position: relative;
    text-decoration: none;
}

.pagination.postlink ul li.prev a,
.pagination.postlink ul li.list a {
    padding: 5px 5px 5px 35px;
}

.pagination.postlink ul li.next a {
    padding: 5px 35px 5px 5px;
}

.pagination.postlink ul li a:hover,
.pagination.postlink ul li a:active {
    background: #004098;
    color: #FFFFFF;
}

/*
h3.jump_point {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}
*/
/*------------------------------------------------------------*/
/* GoogleMap
/*------------------------------------------------------------*/
.ggmap {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------------------*/
/* SNS-Foot
/*------------------------------------------------------------*/
.sns-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 640px;
    width: 100%;
    margin: 0 0 0 auto;
}

.sns-button li {
    font-size: 1.3rem;
    text-align: center;
    width: 120px;
    margin: 0 10px 0 0;
    padding: 0 !important;
}

.sns-button li:before {
    display: none !important;
}

.sns-button li i,
.sns-button li svg,
.sns-button li strong {
    margin: 0 10px 0 0;
    font-size: 1.7rem;
    line-height: 1.0;
}

.sns-button li a {
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.sns-button .sns-twitter {
    background: #55acee;
}

.sns-button .sns-facebook {
    background: #3B5998;
}

.sns-button .sns-line {
    background: #1dcd00;
}



/*---------------------------------------------------------------*/
/* 404 NotFound
/*---------------------------------------------------------------*/

.error404 #h2-title h2::before {
    background-image: url(./images/notfound/h2-title.svg);
}

.error404 #h2-title {
    background-color: #004098;
}


.error404 #contents .section-head {
    background-color: #f0f8ff;
    padding: 25px;
    margin: 0 auto 40px;
    color: #004098;
    font-weight: 500;
    font-size: 2.5rem;
}

.error404 #contents .section-body {
    padding: 0 25px;
}

.error404 #contents .section-foot {
    padding: 40px 0 0;
}

.error404 #contents .section-area .section-foot .btnBox {
    margin: 0 auto;
}

/*---------------------------------------------------------------*/
/* Footer
/*---------------------------------------------------------------*/
#footer {
    padding: 0;
    background: #FFFFFF;
}

#footer .footer-top {
    position: relative;
    padding: 120px 0;
    background: #004098;
    color: #FFFFFF;
    overflow: hidden;
    /* はみ出し対策（必要に応じて） */
    font-size: 16px;
    z-index: 1;
}

#footer .footer-top::before {
    content: "";
    position: absolute;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 170px;
    background-image: url(./images/common/footer/title.svg);
    top: 20px;
    right: -40px;
}

#footer .footer-top .inner {
    max-width: 960px;
}

#footer .footer-top .section-head {
    margin: 0 auto 25px;
}

#footer .footer-top .section-head h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 1;
}

#footer .footer-top .section-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#footer .footer-top .section-body .detailBox {
    width: 100%;
    margin: 0 -350px 0 0;
    padding: 0 390px 0 0;
}

#footer .footer-top .section-body .detailBox dl {
    padding: 15px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
}

#footer .footer-top .section-body .detailBox dl dt {
    width: 30px;
}

#footer .footer-top .section-body .detailBox dl dd {
    width: 100%;
    margin: 0 0 0 -30px;
    padding: 0 0 0 50px;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 3rem;
}

#footer .footer-top .section-body .detailBox dl dd a {
    text-decoration: none;
    color: #ffffff;
}

#footer .footer-top .section-body .btnBox {
    width: 350px;
    position: relative;
    z-index: 100;
    max-width: 100%;
}

#footer .footer-top .section-body .btnBox a {
    background-color: #FFFFFF;
    color: #004098;
    padding: 20px 10px !important;
    font-weight: 600;
    font-size: 2rem;
    border-radius: 30px;
}

#footer .footer-top .section-body .btnBox a span {
    padding: 0 0 0 61px !important;
}

#footer .footer-top .section-body .btnBox a span:before {
    border: none !important;
    background-color: inherit !important;
    background-image: url(./images/common/footer/ico-mail.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 31px;
    height: 20px;
    right: inherit !important;
    left: 10px;
    border-radius: 0 !important;
    margin-top: -10px;
}

#footer .footer-top .section-body .btnBox a span:after {
    display: none;
}

#footer .footer-top .section-body .btnBox a:hover {
    background-color: #ff8d00;
    color: #ffffff;
}

#footer .footer-top .section-body .btnBox a:hover span:before {
    background-image: url(./images/common/footer/ico-mail-hover.svg);
}

#footer .footer-top .section-foot {
    padding: 25px 0 0;
    margin: 0 auto;
    line-height: 1;
    background-color: inherit !important;
}

#footer .footer-top .section-foot .btnBox {
    margin: 0 0 0 auto;
}

#footer .footer-top .section-foot .btnBox a {
    padding: 5px 10px;
    border-radius: 0;
    background-color: inherit !important;
    color: #FFFFFF;
}

#footer .footer-bottom {
    padding: 120px 0 40px;
    background: #ffffff;
}

#footer .footer-bottom h1 {
    line-height: 1;
    margin: 0 auto 60px;
}

#footer .footer-bottom h1 img {
    width: auto;
    height: 50px;
}

#footer .footer-bottom .office-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}

#footer .footer-bottom .office-box .box {
    margin: 0 3% 0 0;
    width: 31.33333333333333%;
    letter-spacing: 0;
    font-size: 90%;
}

#footer .footer-bottom .office-box .box:last-child {
    margin: 0;
}

#footer .footer-bottom .office-box .box .number dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 20px 0 0;
}

#footer .footer-bottom .office-box .box .number dl dt {
    width: 40px;
    position: relative;
}

#footer .footer-bottom .office-box .box .number dl dt:after {
    position: absolute;
    content: ":";
    top: 3px;
    right: 0;
    line-height: 1;
}

#footer .footer-bottom .office-box .box .number dl dd {
    width: 100%;
    margin: 0 0 0 -40px;
    padding: 0 0 0 45px;
}

#footer .footer-bottom .f_nav {
    padding: 40px 0 0;
}

#footer .footer-bottom .f_nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#footer .footer-bottom .f_nav ul li {
    font-size: 90%;
}

#footer .footer-bottom .f_nav ul li a {
    padding: 0 7.5px;
    text-decoration: none;
    position: relative;
}

#footer .footer-bottom .f_nav ul li a::after {
    background-color: #333333;
    /* 下線の色 */
    bottom: -4px;
    /* 要素の下端からの距離 */
    content: "";
    /* 要素に内容を追加 */
    height: 1px;
    /* 下線の高さ */
    left: 0;
    /* 要素の左端からの距離 */
    position: absolute;
    /* 絶対位置指定 */
    transform: scale(0, 1);
    /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
    transform-origin: left top;
    /* 変形の原点を左上に指定 */
    transition: transform .3s;
    /* 変形をアニメーション化 */
    width: 100%;
    /* 要素の幅 */
}

#footer .footer-bottom .f_nav ul li a:hover::after {
    transform: scale(1, 1);
    /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}

#footer .copyright {
    padding: 0 20px 40px;
    text-align: center;
    letter-spacing: 0;
    font-size: 80%;
}


.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;

}

@media screen and (max-width: 1440px) {
    /*.inner {
        padding: 0 80px;
    }*/

    #footer .footer-bottom h1 img {
        height: 40px;
    }
}

@media screen and (max-width: 1366px) {
    #g_nav ul li a {
        padding: 39px 15px;
    }
}

@media screen and (max-width: 1280px) {

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1 {
        padding: 25px 0 25px 25px;
    }

    #header h1 img {
        height: 30px;
    }

    /*---------------------------------------------------------------*/
    /* G_Nav
    /*---------------------------------------------------------------*/
    #g_nav ul li a {
        padding: 31.93px 12.5px;
    }


    /* スクロール時（縮小） */
    #header.shrink h1 {
        padding: 20px 0 20px 25px !important;
    }

    #header.shrink h1 img {
        height: 30px !important;
    }

    #header.shrink #g_nav ul li a {
        padding: 26.93px 10px !important;
    }

    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/
    #h2-title {
        height: 100%;
    }

    #h2-title .h2-titleInner {
        padding: 105px 40px 14.2578125vw;
    }

    #h2-title h2:before {
        height: 12.5vw;
        /*160px*/
    }

    #h2-title h2 span.ja {
        font-size: 2.75rem;
        padding: 14.453125vw 0 0;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        padding: 100px 0;
    }
}

@media screen and (max-width: 1136px) {

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1 {
        padding: 25px 0 25px 25px;
    }

    #header h1 img {
        height: 25px;
    }

    #g_nav ul li a {
        padding: 29.43px 5px;
    }

    /* スクロール時（縮小） */
    #header.shrink h1 {
        padding: 20px 0 20px 25px !important;
    }

    #header.shrink h1 img {
        height: 25px !important;
    }

    #header.shrink #g_nav ul li a {
        padding: 24.43px 7.5px !important;
    }

}

@media screen and (max-width: 1024px) {
    .inner {
        padding: 0 30px;
    }

    body {
        font-size: 1.6rem;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1,
    #header.shrink h1 {
        padding: 25px 0 25px 25px !important;
    }


    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/
    #h2-title {
        height: 100%;
    }

    #h2-title .h2-titleInner {
        padding: 100px 30px 14.2578125vw;
    }

    #h2-title h2:before {
        height: 11.71875vw;
        /*120px*/
    }

    #h2-title h2 span.ja {
        font-size: 2.5rem;
        padding: 13.671875vw 0 0;
    }


    /*========= ボタンのためのCSS ===============*/
    .openbtn1 {
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 0;
        right: 0;
        cursor: pointer;
        width: 75px;
        height: 75px;
        background-color: #FFFFFF;
        /*border: 0.5px solid #004098;*/
    }

    .openbtn1.active {
        background-color: #004098;
    }

    /*×に変化*/
    .openbtn1 .btnInner {
        width: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        /*position: absolute;
    left: 14px;*/
        height: 3px;
        border-radius: 1.5px;
        background-color: #004098;
        width: 100%;
        margin: 0 0 5px;
    }

    .openbtn1 span:nth-of-type(3) {
        margin: 0;
    }

    .openbtn1.active span {
        background-color: #FFFFFF;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 100%;
        margin: 0;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-5px) rotate(45deg);
        width: 100%;
        margin: 0;
    }

    /*========= ナビゲーションのためのCSS ===============*/
    #g_nav {
        /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
        position: fixed;
        z-index: -1;
        opacity: 0;
        /*はじめは透過0*/
        /*ナビの位置と形状*/
        top: 0;
        right: 0;
        width: 100%;
        max-width: 520px;
        /*ナビの高さ*/
        background-color: #004098;
        /*動き*/
        transition: all 0.3s ease;
        transform: translateX(100%);
        color: #FFFFFF
    }

    /*アクティブクラスがついたら透過なしにして最前面へ*/
    #g_nav.panelactive {
        opacity: 1;
        height: 100vh;
        z-index: 999;
        transform: translateX(0);
        /* 位置を戻して表示 */
    }

    /*ナビゲーションの縦スクロール*/
    #g_nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g_nav ul {
        display: none;
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        /*top: 50%;*/
        top: 130px;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    #g_nav.panelactive ul {
        display: block;
        width: 100%;
        padding: 0 25px;

    }

    #g_nav.panelactive ul li:first-child {
        border-top: 0.5px dashed #FFFFFF;
    }

    #g_nav.panelactive ul li {
        position: relative;
        transition: none;
        font-size: 2.125svh;
        text-align: left;
        border-bottom: 0.5px dashed #FFFFFF;
    }


    #g_nav.panelactive ul li:after {
        content: '';
        position: absolute;
        right: 17.5px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        transform: rotate(45deg);
        margin-top: -4px;
    }

    #g_nav.panelactive ul li a {
        padding: 17.5px 40px 17.5px 15px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        text-decoration: none;
        letter-spacing: 0;
        color: #FFFFFF;
    }

    #g_nav.panelactive ul li a:hover {
        opacity: 0.65;
        transform: inherit;
    }

    #g_nav.panelactive ul li span {
        letter-spacing: 0;
        font-size: 60%;
        color: #006d8e;
    }

    .btnBox a span {
        padding: 0 40px 0 0;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        padding: 80px 0;
    }

    #contents table tbody th {
        padding: 20px 20px 20px 30px;
    }

    #contents .section-area {
        margin: 0 0 80px;
    }


    #contents .article-area .article-box {
        margin: 0 0 50px;
    }

    .description {
        font-size: 1.8rem;
        margin: 0 auto 50px;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer .footer-top {
        padding: 100px 0;
    }

    #footer .footer-top::before {
        height: 120px;
        right: -30px;
    }

    #footer .footer-bottom h1 {
        margin: 0 auto 50px;
    }

    #footer .footer-top .section-head h2 {
        font-size: 3.0rem;
    }


    #footer .footer-bottom {
        padding: 100px 0 40px;
    }

    #footer .footer-bottom h1 img {
        height: 40px;
    }

    /*
    #footer .footer-bottom .f_nav ul li {
        width: calc(100% / 3 - 1rem);
    }*/

}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 835px) {

    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/
    #h2-title .h2-titleInner {
        padding: 100px 30px 14.2578125vw;
    }

    #h2-title h2:before {
        height: 10.778443113772456vw;
        /*90px*/
    }

    #h2-title h2 span.ja {
        font-size: 2.25rem;
        padding: 13.17365269461078vw 0 0;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        padding: 60px 0;
    }

    #contents table tbody th {
        padding: 20px 20px 20px 25px;
    }

    #contents .section-area {
        margin: 0 0 60px;
    }

    #contents .article-area .article-box {
        margin: 0 0 40px;
    }

    .description {
        font-size: 1.75rem;
        margin: 0 auto 40px;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer .footer-top {
        padding: 80px 0;
    }

    #footer .footer-top::before {
        height: 100px;
        right: -25px;
    }

    #footer .footer-bottom {
        padding: 80px 0 40px;
    }

    #footer .footer-bottom h1 {
        margin: 0 auto 40px;
    }

    #footer .footer-bottom h1 img {
        height: 35px;
    }

    #footer .footer-bottom .f_nav ul li {
        font-size: 1.3rem;
    }

}

@media screen and (max-width: 750px) {
    body {
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .inner {
        padding: 0 25px;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1,
    #header.shrink h1 {
        padding: 20px 0 20px 25px !important;
    }

    .openbtn1 {
        width: 65px;
        height: 65px;
    }

    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/
    #h2-title .h2-titleInner {
        padding: 90px 25px 14.2578125vw;
    }

    #h2-title h2:before {
        /*height: 10.666666666666668vw;*/
        height: 12.5vw;
    }

    #h2-title h2 span.ja {
        font-size: 2rem;
        font-weight: 600;
        /*padding: 13.333333333333334vw 0 0;*/
        padding: 13.333333333333334vw 0 0;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents table tbody th {
        /*padding: 15px 12.5px;*/
        padding: 15px 15px 15px 20px;
    }

    #contents table tbody td {
        padding: 15px;
    }

    #contents .article-area .article-box {
        margin: 0 0 30px;
    }

    .description {
        font-size: 1.7rem;
    }

    .breadclumb {
        padding: 10px 0;
        font-size: 90%;
    }

    /*---------------------------------------------------------------*/
    /* Pagenation
    /*---------------------------------------------------------------*/
    .pagination {
        letter-spacing: 0;
    }

    .pagination.postlink ul li {
        font-size: 90%;
    }

    .pagination.postlink ul li.prev a,
    .pagination.postlink ul li.list a {
        padding: 5px 5px 5px 25px;
    }

    .pagination.postlink ul li.next a {
        padding: 5px 25px 5px 5px;
    }

    .pagination .pagination-box .current,
    .pagination .pagination-box a {
        width: 35px;
        height: 35px;
        padding: 5px 10px;
        margin: 0 7.5px;
        display: inline-block;
        line-height: 1.5;
    }

    .pagination .pagination-box .current {
        padding: 6px 10px !important;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer .footer-top {
        text-align: center;
        padding: 60px 0;
    }

    #footer .footer-top .inner {
        max-width: 440px !important;
    }

    #footer .footer-top .section-head {
        text-align: left;
    }

    #footer .footer-top .section-head h2 {
        font-size: 2.8rem;
    }

    #footer .footer-top::before {
        height: 80px;
        right: -25px;
    }

    #footer .footer-top .section-body {
        display: block;
    }

    #footer .footer-top .section-body .detailBox {
        margin: 40px 0;
        padding: 0;
    }

    #footer .footer-top .section-body .btnBox {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }

    #footer .footer-top .section-body .detailBox dl {
        width: 300px;
        margin: auto;
    }

    #footer .footer-bottom {
        padding: 60px 0 25px;
    }

    #footer .footer-bottom h1 {
        margin: 0 auto 30px;
    }

    #footer .footer-bottom h1 img {
        height: 25px;
    }

}

@media screen and (max-width: 640px) {

    .btnBox a {
        padding: 15px 2.5px;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1,
    #header.shrink h1 {
        padding: 20px 0 20px 25px !important;
    }

    .openbtn1 {
        width: 65px;
        height: 65px;
    }


    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/
    #h2-title .h2-titleInner {
        padding: 90px 25px 24.167187499999997vw;
    }


    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents .section-area {
        margin: 0 0 60px;
    }

    #contents table tbody th {
        padding: 15px;
    }


    #contents .article-area .article-box {
        margin: 0 0 25px;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer .footer-top .section-head h2 {
        font-size: 2.5rem;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }


    #footer .footer-top .inner {
        max-width: 420px !important;
    }

    #footer .footer-top .section-body .detailBox {
        margin: 30px 0 50px;
    }

    #footer .footer-top .section-body .detailBox dl dt {
        width: 25px;
    }

    #footer .footer-top .section-body .detailBox dl dd {
        margin: 0 0 0 -25px;
        padding: 0 0 0 45px;
        font-size: 2.5rem;
    }

    #footer .footer-top::before {
        height: 19vw;
    }


    #footer .footer-top .section-body .btnBox a {
        font-size: 1.8rem;
    }

    #footer .footer-top .section-body .detailBox dl {
        width: 250px;
    }

    #footer .footer-top .section-body .btnBox {
        max-width: 300px;
    }

    #footer .footer-top .section-foot .btnBox {
        margin: 0 auto;
    }

    #footer .footer-bottom .inner {
        width: auto;
        max-width: 360px;
    }

    #footer .footer-bottom h1 {
        margin: 0 auto 25px;
        width: auto;
        text-align: left;
    }

    #footer .footer-bottom .office-box {
        display: table;
        width: auto;
    }

    #footer .footer-bottom .office-box .box {
        width: auto;
        margin: 0 0 3% 0;
    }

    #footer .footer-bottom .office-box .box .detail .number {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #footer .footer-bottom .office-box .box .detail .number dl {
        margin: 0 10px 0 0;
    }

    #footer .footer-bottom .office-box .box .detail .number dl:last-child {
        margin: 0;
    }

}

@media screen and (max-width: 480px) {


    .btnBox a {
        font-size: 1.5rem;
    }

    .btnBox a span:before {
        width: 15px;
        height: 15px;
        margin-top: -7px;
    }

    .btnBox a span:after {
        font-size: 1.2rem;
        margin-top: -5px;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1,
    #header.shrink h1 {
        padding: 17.5px 0 17.5px 20px !important;
    }

    #header h1 img {
        height: 25px;
    }

    .openbtn1 {
        width: 60px;
        height: 60px;
    }

    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/
    #h2-title .h2-titleInner {
        padding: 85px 25px 24.167187499999997vw;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer .footer-top .section-head h2 {
        font-size: 2.3rem;
    }

    #footer .footer-top::before {
        top: 30px;
        right: 0;
    }

    #footer .copyright {
        font-size: 70%;
        padding: 0 15px 40px;
    }
}

@media screen and (max-width: 350px) {}

/*---------- WordPress CSS ----------*/
@import url("css/wp-css/editor-style.css");
/*@import url("css/wp-css/ie.css");
@import url("css/wp-css/ie7.css");*/


/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* 上から */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*==================================================
ボンッ
===================================*/

/* 拡大 */
.zoomIn {
    animation-name: zoomInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.6);
    }

    to {
        transform: scale(1);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
}