@charset "utf-8";
/* 共通--PC用 */
body {
    width: 1200px;
    margin: 0 auto;
    background-color: #f0f0f0;
    line-height: 1.8em;
    font-smoothing: antialiased;
    font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 18px;
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: "メイリオ", sans-serif;
    }
}

h1 {
    display: none;
}

.ribbon-wrapper {
    position: relative;
    width: 98%;
    margin: 20px auto 0 auto;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ribbon-contact-us {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 1;
    width: 350px;
    height: 55px;
    padding: 5px 10px;
    padding-right: 20px;
    margin: 0 -15px 0 0;
    background: linear-gradient(45deg, transparent, transparent 15%, #0a1850 0%, #0a1850);
    color: #ffffff;
    line-height: 1.0em;
    text-align: right;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
}

.ribbon-contact-us:after {
    position: absolute;
    top: 100%;
    right: 0;
    content: '';
    z-index: 2;
    border: none;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #05103c;
}

.ribbon-contact-us a {
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
}

.ribbon-contact-us img {
    width: 30px;
    height: 30px;
}

.ribbon-contact-us p {
    margin-top: -3px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
}

/* IE only */
@media all and (-ms-high-contrast: none) {
    .ribbon-contact-us p {
        margin-top: -4px;
    }
}

.footer-fixed-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/*---- Header ----*/
header {
    width: 100%;
}

header img {
    margin-top: 15px;
    margin-left: 30px;
}

/*--- Catch Copy ----*/
.catch-copy {
    position: relative;
    width: 100%;
}

.catch-copy img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.catch-copy p {
    position: absolute;
    top: 72%;
    right: 2%;
    width: 100%;
    color: #ffffff;
    font-size: 28px;
    text-align: right;
}

/*---- Mobile Drawer Button ----*/
.zdo_drawer_button {
    display: none;
}

/*---- Navigation ----*/
.global-nav {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 35px;
    border-top: 3px double #ffffff;
    border-bottom: 3px double #ffffff;
    background-color: #0a1850;
}

@-moz-document url-prefix() {
    .global-nav {
        margin-top: -9px;
    }
}

.global-nav > ul {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    list-style-type: none;
}

.global-nav > ul > li {
    width: 220px;
    padding: 3px 0;
    border-left: 1px solid #cccccc;
    font-size: 20px;
    text-align: center;
    vertical-align: text-top;
}

.global-nav > ul > li.pc-hidden {
    display: none;
}

.global-nav > ul > li:nth-last-child(2) {
    border-right: 1px solid #cccccc;
}

.global-nav > ul > li:hover {
    background-color: #102a09;
    transition: all 500ms ease;
}

.global-nav > ul > li > a {
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
line-height:normal;
}

/* 下矢印 */
.global-nav > ul > li a.init-bottom:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    margin: 0 0 3px 15px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}

.global-nav > ul > li.active-menu {
    background-color: #102a09;
}

.global-nav > ul > li.second-nav {
    position: relative;
}

.global-nav > ul > li.second-nav ul.second-menu {
    position: absolute;
    top: 10px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    list-style-type: none;
}

.global-nav > ul > li.second-nav ul.second-menu li {
    height: 26px;
    padding: 8px 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
}

.global-nav > ul > li.second-nav ul.second-menu li:first-child {
    border-top: 1px solid #ffffff;
}

.global-nav > ul > li.second-nav ul.second-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.global-nav > ul > li.second-nav:hover ul.second-menu {
    top: 42px;
    opacity: 1;
    visibility: visible;
    transition: all 400ms ease;
}

.global-nav > ul > li.second-nav:hover ul.second-menu li {
    background-color: #102a09;
}

.global-nav > ul > li.second-nav ul.second-menu li:hover {
    background-color: #2a0910;
}

/*---- Footer ----*/
footer {
    margin-top: auto;
}

footer .footer-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 35px;
    padding-top: 10px;
    background-color: #000000;
}

footer .footer-layout .tax-info {
    margin-bottom: 10px;
    margin-left: 10px;
    color: #cccccc;
    font-size: 12px;
}

footer .footer-layout .site-map {
    width: 680px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #cccccc;
    font-size: 14px;
    font-weight: bold;
}

footer .footer-layout .site-map hr {
    height: 2px;
    border: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
}

footer .footer-layout .site-map > ul {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    list-style-position: inside;
    list-style-type: square;
}

footer .footer-layout .site-map > ul > li {
    width: auto;
}

footer .footer-layout .site-map > ul > li > ul {
    margin-top: 5px;
    margin-left: 17px;
    list-style-type: none;
}

@media all and (-ms-high-contrast: none) {
    footer .footer-layout .site-map > ul > li > ul {
        margin-left: 21px;
    }
}

@supports (-ms-ime-align:auto) {
    footer .footer-layout .site-map > ul > li > ul {
        margin-left: 21px;
    }
}
 
footer .footer-layout .site-map > ul > li > ul > li {
    position: relative;
    margin-bottom: 5px;
}
 
footer .footer-layout .site-map > ul > li > ul > li:before {
    position: absolute;
    content: "";
    top: -6px;
    left: -16px;
    width: 10px;
    height: calc(100% + 10px);
    border-left: 2px solid #0a1850;
}
 
footer .footer-layout .site-map > ul > li > ul > li:last-child:before {
    height: calc(1em + .25em);
}
 
footer .footer-layout .site-map > ul > li > ul > li:after {
    position: absolute;
    content: "";
    top: .75em;
    left: -16px;
    width: 10px;
    border-bottom: 2px solid #0a1850;
}

footer .footer-layout .site-map ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

footer .footer-layout .site-map ul li a:hover {
    background-color: #3c3c3c;
    text-decoration: underline;
    transition: 400ms ease;
}

footer .copyright {
    background-color: #0a1850;
    border-top: solid 1px #cccccc;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}