@charset "utf-8";

ul,
div,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

/*ヘッダー作り直し*/
header .link1 p,
header .link2 p {
    /*リンク埋め込み共通*/
    visibility: hidden;
}

header {
    /* background-color: rgb(0, 0, 192); */
    background-color: white;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}
header .logo-wrappar {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
}
header .hd-twitter {
    position: absolute;
    right: 20px;
    bottom: 5px;
    /*background-color: #0097ff;
    border-radius: 50%;*/
    width: 60px;
    height: 60px;
    padding: 5px;
    overflow: hidden;
}
header .hd-twitter img {
    display: block;
    margin: 0 auto;
}
/*ヘッダー可変共通*/
header .link1,
header .link2 {
    position: absolute;
    display: block;
    bottom: 0;
    height: 100%;
}
header .link1:hover,
header .link2:hover {
    opacity: 0.6;
}

header h1 {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: white;
    font-weight: bold;
}
/*トップページ以外のページの余白
    *h1の埋め合わせ
    */
header .not-index-padd {
    display: block;
    height: 15px;
}
/*メニューv3 PC*/
header #navi a {
    color: inherit;
}

header #navi {
    background-color: #0000c0;
    padding: 0.5% 0;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
}
/* 上部メニュー格納*/
header #menu-pc {
    margin: 0 auto;
}
header #menu-pc li {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
header #menu-pc li a {
    display: block;
}
/*見出し*/
header #menu-pc > li {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    line-height: auto;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid #646464;
    margin-top: 3px;
    margin-bottom: 3px;
}

/* ドロップダウンメニュー */
header #menu-pc li ul {
    position: absolute;
}
/* 子メニュー */
header #menu-pc > li > ul li {
    font-weight: bold;
    margin-left: -15px;
    line-height: 40px;
    font-size: 15px;
    display: none;
    padding: 0px 20px;
    background-color: #fff;
    min-width: 120px;
    /*border-bottom: 1px solid #DDD;*/
}
/*
header #menu-pc li ul li:first-child {
    border-top: 1px solid #000;
}
header #menu-pc li ul li:last-child {
    border-bottom: 1px solid #000;
}
*/
header #menu-pc li:hover {
    background: #eee;
}
header #menu-pc > li:hover > ul > li,
header #menu-pc li ul li:hover > ul > li {
    display: block;
}
/*ヘッダーfixed分相殺 PC*/
.mt-header {
    display: block;
    height: 132px;
}
/**/

/* 本文をメニューの高さ分下げる */
#main {
    margin-top: 60px;
}

/*新造中のフッター*/
header {
    color: inherit;
}
header {
    color: inherit;
}

@media screen and (max-width: 767px) {
    /*トップページh1*/
    header h1 {
        background-color: rgb(0, 0, 192);
        font-size: 2.5vw;
        color: white;
        font-weight: bold;
    }
    /*トップ以外*/
    header .not-index-padd {
        /* height: 2.5vw; */
        /* background-color: rgb(0, 0, 192); */
    }

    /*ヘッダー画像とかボタン*/
    header .logo-wrappar,
    header #navi {
        margin-bottom: 0;
    }
    header .link1,
    header .link2 {
        position: absolute;
        display: block;
        top: 0%;
    }
    header .link1 {
        width: 72%;
        height: 100%;
    }
    header .link1 p {
        visibility: hidden;
    }
    header .link2 {
        display: none;
    }

    header .logo-wrappar .btn-gps {
        display: block;
        position: absolute;
        width: 15%;
        height: 100%;
        top: 0;
        margin-left: 72%;
        background-color: rgb(250, 238, 0);
        color: rgb(0, 0, 192);
        font-size: 3vw;
        font-weight: bold;
        text-align: center;
    }
    header .logo-wrappar .btn-gps p {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    /*メニュー*/
    /*メニュー閉じる判定*/
    .close-menu {
        display: none;
    }
    .sp-menu-close {
        display: block;
        position: fixed;
        z-index: 95;
        width: 100%;
        height: 100%;
        opacity: 0.6;
    }

    header,
    header #navi {
        background-color: white;
    }
    header #navi {
        position: absolute;
        right: 0;
        width: 100%;
    }
    /*メニュー位置*/
    header .accordion-container .acd-mt {
        height: 16vw;
        width: 100%;
        background-color: #fff;
        border: 1px solid #000;
        border-bottom: none;
    }
    .accordion-container {
        position: absolute;
        width: 300px;
        /*初期状態で隠す*/
        right: -300px;
        max-height: 100vh;
        overflow-y: scroll;
        border-bottom: 1px solid #000;
        transition: all 0.3s ease-in-out;
    }
    .accordion-container-active {
        transition: all 0.3s ease-in-out;
        right: 0;
    }
    /*スクロールバー非表示*/
    .accordion-container {
        overflow-y: scroll;
        -ms-overflow-style: none; /* IE, Edge 対応 */
        scrollbar-width: none; /* Firefox 対応 */
    }
    .accordion-container::-webkit-scrollbar {
        /* Chrome, Safari 対応 */
        display: none;
    }
    .accordion-container .accordion-title {
        position: relative;
        margin: 0;
        padding: 10px 0;
        padding-left: 15px;
        background-color: #efefef;
        font-size: 1.25em;
        font-weight: normal;
        color: #000;
        cursor: pointer;
        border: 1px solid #000;
    }
    .accordion-container .accordion-title:hover,
    .accordion-container .accordion-title:active,
    .accordion-title.open {
        background-color: #efefef;
    }

    .accordion-container .accordion-title::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        width: 15px;
        height: 2px;
        /*縦線に*/
        transform: rotate(90deg);
        background: #000;
        transition: all 0.3s ease-in-out;
    }

    .accordion-container .accordion-title::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        /*横線*/
        width: 15px;
        height: 2px;
        background-color: #000;
        transition: all 0.2s ease-in-out;
    }

    .accordion-container .accordion-title.open::before {
        transform: rotate(180deg);
    }

    .accordion-container .accordion-title.open::after {
        opacity: 0;
    }
    .accordion-container .accordion-title:nth-of-type(1)::before,
    .accordion-container .accordion-title:nth-of-type(1)::after,
    .accordion-container .accordion-title:nth-of-type(3)::before,
    .accordion-container .accordion-title:nth-of-type(3)::after {
        display: none;
    }
    .accordion-container .accordion-title:nth-of-type(1) a,
    .accordion-container .accordion-title:nth-of-type(3) a {
        display: block;
    }

    /*テスト用*/
    .accordion-content p {
        margin: 0;
    }

    .accordion-content {
        display: none;
        background-color: #c9caca;
    }
    .accordion-content li {
        background-color: #c9caca;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        border: 1px solid #000;
    }
    /*バーガー*/
    header .btn-menu-wrappar {
        background-color: #0000c0;
        position: absolute;
        z-index: 110;
        top: 0;
        right: 0;
        height: 100%;
        width: 13%;
        padding: 4px;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 80%;
        height: 80%;
        background: none;
        border: none;
        appearance: none;
        cursor: pointer;
    }
    .menu-trigger:focus:not(:focus-visible) {
        outline: none;
    }
    .menu-trigger span {
        position: absolute;
        width: 100%;
        height: 4%;
    }
    .menu-trigger span::before,
    .menu-trigger span::after {
        content: "";
        position: absolute;
        width: 51%;
        height: 4px;
        background: #fff;
        transition: 0.2s;
    }
    .menu-trigger span::before {
        left: 0;
        border-radius: 4px 0 0 4px;
    }
    .menu-trigger span::after {
        right: 0;
        border-radius: 0 4px 4px 0;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 10%;
        left: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 55%;
        left: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
        left: 0;
    }
    .menu-trigger.active span:nth-of-type(1)::before {
        transform: translate(1vw, 1.8vw) rotate(45deg);
        background: #000;
    }
    .menu-trigger.active span:nth-of-type(1)::after {
        transform: translate(-0.9vw, 1.8vw) rotate(-45deg);
        background: #000;
    }
    .menu-trigger.active span:nth-of-type(2)::before {
        transform: translateX(-75%);
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(2)::after {
        transform: translateX(75%);
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3)::before {
        transform: translate(1vw, -1.8vw) rotate(-45deg);
        background: #000;
    }
    .menu-trigger.active span:nth-of-type(3)::after {
        transform: translate(-0.9vw, -1.8vw) rotate(45deg);
        background: #000;
    }
    /*ヘッダーfixed相殺*/
    .mt-header {
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .mt-header img {
        /*マージン相殺分の画像を非表示に*/
        visibility: hidden;
        margin-top: 2.5vw;
    }
}

@media screen and (max-width: 576px) {
    .accordion-container {
        width: 60%;
        /*初期状態で隠す*/
        right: -60%;
    }
    .accordion-container-active {
        right: 0;
        transition: all 0.3s ease-in-out;
    }
}

/*col-md*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    /*ブレイクポイントごとの幅*/
    header .logo-wrappar,
    header #menu-pc,
    header h1 {
        width: 720px;
    }
    /*ヘッダーリンク部*/
    header .link1 {
        width: 10.1%;
        background-color: white;
        opacity: 0;
    }
    header .link2 {
        margin-left: 10.4%;
        width: 53.5%;
        background-color: white;
        opacity: 0;
    }
}
/*col-lg*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /*ブレイクポイントごとの幅*/
    header .logo-wrappar,
    header #menu-pc,
    header h1 {
        width: 960px;
    }
    /*ヘッダーリンク部*/
    header #menu-pc > li {
        padding: 0 21px;
    }
    header .link1 {
        width: 7.7%;
        background-color: white;
        opacity: 0;
    }
    header .link2 {
        margin-left: 8%;
        width: 40%;
        background-color: white;
        opacity: 0;
    }
}
/* ヘッダー　------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    header .logo-wrappar,
    header #menu-pc,
    header h1 {
        width: 1140px;
    }
    /*ヘッダーリンク部*/
    header #menu-pc > li {
        padding: 0 30px;
    }

    header .link1 {
        width: 6.5%;
        background-color: white;
        opacity: 0;
    }
    header .link2 {
        margin-left: 6.7%;
        width: 33.5%;
        background-color: white;
        opacity: 0;
    }
}

/*トップに戻るボタン*/
#page-top {
    position: fixed;
    z-index: 220;
    bottom: 0;
    right: 10px;
}
#page-top img {
    display: block;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 576px) {
    #page-top {
        position: fixed;
        z-index: 120;
        bottom: 8vw;
        right: 10px;
    }
}

/*パンくず設置*/
#roots {
    display: block;
    margin: 20px auto;
    width: 100%;
    background-color: rgb(220, 221, 221);
    margin-bottom: 0;
    /* はみ出し部分をスクロールする */
    overflow-x: scroll;

    /* テキストを改行しないようにする */
    word-break: keep-all;
    white-space: nowrap;

    /* スクロールの動きを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
}
/* Chrome, Safari 対応 */
#roots::-webkit-scrollbar {
    display: none;
}
#roots .wrappar {
    margin: 0 auto;
    max-width: 1080px;
    padding-left: 10px;
}
@media screen and (max-width: 576px) {
    #roots {
        font-size: 3.5vw;
    }
}
@media screen and (max-width: 767px) {
    #roots {
        margin: 1% auto;
        font-size: 1rem;
    }
    #roots .wrappar {
        display: none;
    }
}
/*パンくずここまで*/

.adwaku {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    background-color: #4a8ce0;
}
.adwaku::after {
    position: initial;
}
.adwaku img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 10px solid transparent;
}

/* フッター -----------------------------------------------------------------*/
footer {
    background-color: rgb(74, 140, 224);
}

#footer-sp a:hover {
    text-decoration: none;
    background-color: #fff;
    opacity: 0.6;
}
#footer-sp {
    background-color: rgb(181, 181, 182);
}
footer #footer-sp ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
#footer-sp li {
    position: relative;
    display: inline-block;
    width: calc((100% - 2px) / 3);
    padding: 5px;
}
#footer-sp li::after {
    content: "";
    position: absolute;
    width: 3vw;
    height: 3vw;
    background: no-repeat;
    background-image: url(../images/ft_triangle.png);
    background-size: contain;
    right: 3px;
    bottom: 3px;
}
#footer-sp p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.7vw;
    font-weight: bold;
}
#footer-sp .ft-icon {
    margin: 0;
    width: 8vw;
    margin-right: 3px;
}
#footer-sp li:nth-of-type(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#footer-pc {
    background-color: rgb(74, 140, 224);
    width: 100%;
    padding: 5px;
    display: none !important;
}
@media screen and (min-width: 767px) {
    #footer-pc {
        display: block !important;
    }
}
#footer-pc h2 {
    width: 130px;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 0px;
    margin-left: -5px;
    margin-bottom: 10px;
}
#footer-pc h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0;
    color: white;
}
#footer-pc a h2.-top {
    color: black;
    text-decoration: none;
}
#footer-pc a h2.-top:hover {
    text-decoration: none;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.3s ease;
}
#footer-pc h3.-bottom {
    margin: 10px 0 0 0;
}
#footer-pc h3.-link {
    margin: 10px 0;
}
#footer-pc h3.-link.-top {
    margin: 0 0 10px 0;
}
#footer-pc h3.-link a {
    text-decoration: underline;
    text-underline-offset: 6px;
}
#footer-pc h3.-link a:hover {
    color: #fff333;
    cursor: pointer;
    transition: 0.3s ease;
}

#footer-pc > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 901px;
    margin: 0 auto;
    padding: 15px 5px 10px;
    box-sizing: border-box;
}
#footer-pc .list-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: calc((100% - 245px) / 4);
}
#footer-pc .list-wrapper:first-child {
    width: 130px;
}
#footer-pc .list-wrapper:last-child {
    width: 115px;
}
#footer-pc .list-wrapper ul li.sub-menu-item {
    position: relative;
    list-style: none;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
}
#footer-pc .list-wrapper li::before {
    position: absolute;
    content: "▶";
    font-size: 5px;
    font-weight: normal;
    left: 2px;
}
#footer-pc .list-wrapper ul :nth-last-of-type(1) {
    margin-bottom: 0;
}
#footer-pc .list-wrapper li a:hover {
    color: #fff333;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: normal;
}

footer #ft-bnr {
    width: 100%;
    padding: 5px;
    background-color: rgb(0, 0, 192);
}
footer #ft-bnr h2 {
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    max-width: 901px;
    margin: 0 auto 5px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    footer #ft-bnr h2 {
        font-size: 18px;
        margin: 0 auto 3px;
        text-align: left;
    }
}

/*
footer #ft-bnr .link-btn {
    width: 33.3%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-color: white;
    opacity: 0;
}
footer #ft-bnr .link-btn p {
    visibility: hidden;
}
footer #ft-bnr .link-btn:hover {
    opacity: 0.6;
}

footer #ft-bnr .link-top {
    left: 0;
}
footer #ft-bnr .link-max {
    left: 33.3%;
}
*/

footer #ft-bnr .bnr-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
footer #ft-bnr .bnr-wrapper.-sp {
    width: 320px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}
footer #ft-bnr .bnr-wrapper.-sp a {
    margin-right: 0;
}

#ft-bnr .bnr-wrapper a {
    display: inline-block;
    background-color: #fff;
    margin-right: 4px;
}
footer #ft-bnr .bnr-wrapper img {
    width: 100%;
    max-width: 901px;
    margin: 0 auto;
    display: block;
}
footer #ft-bnr .bnr-wrapper a:hover {
    opacity: 0.7;
    transition: 0.3s;
    cursor: pointer;
}

.link-wrapper .link-top2 {
    left: 0;
}
.link-wrapper .link-max2 {
    left: 33.3%;
}
.link-wrapper .link-manbox2 {
    right: 0;
}
#ft-bnr .bnr-wrapper a.link-manbox2 {
    margin-right: 0;
}
.link-btn2 .link-top2,
.link-btn2 .link-max2,
.link-btn2,
.link-btn2 .link-manbox2 {
    width: calc(100% / 3);
    height: 100%;
    position: absolute;
    bottom: 0;
    background-color: white;
    opacity: 0;
}

/*スティッキーフッター*/
footer #footer-sp {
    position: fixed;
    z-index: 90;
    width: 100%;
    margin-bottom: 0;
    bottom: 0;
}

@media screen and (min-width: 992px) {
    #footer-pc {
        padding: 0;
    }
    footer #ft-bnr h2 {
        width: 901px;
    }
    footer #ft-bnr .bnr-wrapper {
        width: 901px;
    }
}
