@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

html {
    font-size: 62.5%;
}
body {
    /*ゴシック*/
    font-family: "Oswald", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 1016px;
    background-color: #F1F7FA;
}
@media print, screen and (max-width: 768px) {
    body {
        min-width: 100vw;
    }
}

/** 透過ロールオーバー
---------------------------------------------**/
a:hover img {
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    opacity: 0.7;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
@media print, screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.btn-wrap {
    width: 100%;
}
.btn-wrap .btn-box {
    margin: 107px auto 0;
    margin: 10.5% auto 0;
    width: 395px;
    width: 38.7%;
}
.btn-wrap .btn-box a {
    position: relative;
    border: 1px solid #005AA0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    font-size: 1.8rem;
    font-size: 1.3vw;
    color: #005AA0;
    padding: 11px 0 13px;
    letter-spacing: 0.04em;
    transition: background-color 0.2s, color 0.2s;
}
.btn-wrap .btn-box a::after {
    content: "";
    display: block;
    width: 11.63px;
    height: 19.71px;
    background-image: url(../images/btn-arrow-blue.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22.6px;
    margin: auto 0;
    transition: background-image 0.2s;
}
.btn-wrap .btn-box a:hover {
    background-color: #00003C;
    color: #3B87FF;
}
.btn-wrap .btn-box a:hover::after {
    background-image: url(../images/btn-arrow-h_blue.svg);
}
@media print, screen and (max-width: 1016px) {
    .btn-wrap .btn-box a {
        font-size: 1.3374rem;
    }
}
@media print, screen and (max-width: 768px) {
    .btn-wrap .btn-box a {
        font-size: 3.2vw;
        padding: 2.4vw 0 2.5vw;
    }

    .btn-wrap .btn-box a::after {
        content: "";
        display: block;
        width: 1.5vw;
        height: 2.6vw;
        background-size: contain;
        right: 3vw;
    }
}

/* ==============================
    ヘッダー
============================== */
header {
    position: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    min-width: 1016px;
}
header a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}
.header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95.6%;
    margin: 0 auto;
    border-bottom: 1px solid #FFF;
    z-index: 99;
}

header h1 {
    font-size: 2.8rem;
    font-size: 2vw;
    letter-spacing: 0;
}

header .lang-wrap {
    margin: 0 auto 0 4px;
    display: flex;
}
header .lang-wrap a {
    display: block;
    line-height: 1;
    padding: 0 9px;
    color: #FFF;
    opacity: 0.5;
}
header .lang-wrap a:last-of-type {
    border-left: 1px solid #FFF;
}
header .lang-wrap a.active {
    opacity: 1;
}


.header-inner .menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 46.9%;
    /* min-width: 569px; */
}
.header-inner nav {
    width: 86.7%;
}
.header-inner nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-inner nav ul li {
    font-size: 1.8rem;
    font-size: 1.3vw;
    letter-spacing: 0.14em;
}

header .header-inner.open nav {
    display: none;
}
@media print, screen and (max-width: 1016px) {
    header h1 {
        font-size: 2.0804rem;
    }
    .header-inner nav ul li {
        font-size: 1.3374rem;
    }
}
@media print, screen and (max-width: 768px) {
    header {
        min-width: 100vw;
    }
    .header-inner {
        width: 92.6vw;
    }

    header h1 {
        font-size: 4.9vw;
        letter-spacing: 0;
    }

    header .lang-wrap {
        margin: 1vw auto 0 0;
    }
    header .lang-wrap a {
        padding: 0 2vw;
        font-size: 3.2vw;
    }

    .header-inner .menu-wrap {
        width: 7vw;
    }
    .header-inner nav {
        display: none;
    }
}


/* icn-menu
========================================================================== */
header .icn-menu {
    position: relative;

    display: block;

    width: 34px;
    height: 26.37px;
    width: 5.9%;
    height: 1.6em;

    cursor: pointer;
    margin: 21.3px 0 21.3px auto;
    margin: 1em 0 1em auto;
}
header .icn-menu span {
    position: absolute;

    width: 100%;
    height: 1px;

    transition: 0.3s ease-in-out;

    border-bottom: 2px solid #FFFFFF;
    background: transparent;
}

header .icn-menu span:nth-child(1) {
    top: 0;
}
header .icn-menu span:nth-child(2) {
    top: 43%;
}
header .icn-menu span:nth-child(3) {
    bottom: 0;
}
header .icn-menu.active span:nth-of-type(1) {
    top: 12px;
    left: 0;

    transform: rotate(-45deg);
}
header .icn-menu.active span:nth-of-type(2) {
    opacity: 0;
}
header .icn-menu.active span:nth-of-type(3) {
    top: 12px;
    left: 0;

    transform: rotate(45deg);
}
@media print, screen and (max-width: 768px) {
    header .icn-menu {
        width: 6vw;
        height: 5.1vw;
        margin: 3.6vw 0 3.7vw;
    }
}

/* hamburger-menu
========================================================================== */
header .hamburger-wrap {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100svh;

    background: #B7CDDA;
}

header .hamburger-wrap .hamburger-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
header .hamburger-wrap nav ul {
    display: block;

}

header .hamburger-wrap nav ul li {
    position: relative;

    box-sizing: border-box;
    width: 394px;
    margin-right: 0;

    transition: color 0.5s cubic-bezier(0.8, 0, 0.2, 1);

    border: 1px solid #FFFFFF;
}

header .hamburger-wrap nav ul li:not(:first-child) {
    margin-top: 26px;
}

header .hamburger-wrap nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0 15px;

    letter-spacing: 0.14em;

    color: #FFFFFF;

    font-size: 2.6rem;
    font-size: 1.9vw;
    font-weight: bold;
    line-height: 1;
}

header .hamburger-wrap .copyright {
    position: absolute;
    bottom: 2.2%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: clamp(1.0rem, 0.87vw, 1.2rem);
}

@media print, screen and (max-width: 768px) {
    header .hamburger-wrap .hamburger-box {
        align-items: flex-start;
    }
    header .hamburger-wrap nav {
        margin-top: 23.9vw;
    }

    header .hamburger-wrap nav ul li {
        width: 76.3vw;
    }

    header .hamburger-wrap nav ul li:not(:first-child) {
        margin-top: 6.3vw;
    }

    header .hamburger-wrap nav ul li a {
        padding:  1.6vw 0;
        font-size: 5.1vw;
    }

    header .hamburger-wrap .copyright {
        bottom: 6vw;
        font-size: 2.8vw;
    }


}

/* ==============================
  メイン
============================== */

main .mv-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 683 / 382;
}


.mv-wrap .text-wrap {
    color: #FFF;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.mv-wrap .text-wrap h1 {
    position: absolute;
    font-weight: bold;
    line-height: 1.05;
    letter-spacing: 0.3rem;
}
@media print, screen and (max-width: 768px) {
    main .mv-wrap {
        aspect-ratio: unset;
        height: 100svh;
    }
    main .mv-wrap .photos {
        position: relative;
        width: 100%;
        height: 100svh;
    }
    main .mv-wrap .photos img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .mv-wrap .text-wrap {
        color: #FFF;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .mv-wrap .text-wrap h1 {
        position: absolute;
        font-weight: bold;
        line-height: 1.05;
        letter-spacing: 0.3rem;
    }

}

/* ==============================
  フッター
============================== */
footer {
    background-color: #005AA0;
    color: #FFF;
    min-width: 1016px;
}
footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 74.5%;
    margin: 0 auto;
    padding: 3.4% 0;
}
footer a {
    color: #FFF;
    text-decoration: none;
}

footer .footer-logo {
    font-size: 3.9rem;
    font-size: 2.8vw;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 0.03em;
}
/* footer .footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
} */
 footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-end;
    width: 41.9%;
}
footer .footer-nav ul {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    grid-area: 1 / 1 / 2 / 2;
}
footer .footer-nav ul li + li {
    border-left: 1px solid #FFF;
    margin-left: 38px;
    margin-left: 1.3em;
    padding-left: 38px;
    padding-left: 1.3em;
    line-height: 1;
}

footer .footer-nav ul li a,
footer .footer-nav .privacy-policy a {
    font-size: 1.6rem;
    font-size: 1.1vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
footer .footer-nav .privacy-policy {
    grid-area: 1 / 2 / 2 / 3;
    margin: 0 0 0 auto;
}
footer .footer-nav .logo {
    grid-area: 2 / 1 / 3 / 3;
    width: 28.6%;
    margin: 5.3% 0 0 auto;
}

footer .copyright {
    text-align: center;
    font-size: clamp(1.0rem, 0.87vw, 1.2rem);
    width: 100%;
    margin-top: 7.2%;
}

@media print, screen and (max-width: 1016px) {
    footer .footer-logo {
        font-size: 3.1206rem;
    }
    footer .footer-nav ul li a {
        font-size: 1.1888rem;
    }
    footer .copyright {
        font-size: 0.8916rem;
    }
}
@media print, screen and (max-width: 768px) {
    footer {
        min-width: 100vw;
    }
    footer .footer-inner {
        position: relative;
        width: 85vw;
        padding: 5.1vw 0 4.2vw;
    }

    footer .footer-logo {
        font-size: 4.6vw;
        line-height: 1.2;
    }
    footer .footer-nav {
        display: flex;
        flex-direction: column;
        width: 42.2vw;
    }
    footer .footer-nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }
    footer .footer-nav ul li + li {
        margin-left: 0.5em;
        padding-left: 0.5em;
    }

    footer .footer-nav ul li a,
    footer .footer-nav .privacy-policy a {
        font-size: 2.8vw;
    }
    footer .footer-nav .privacy-policy {
        width: 100%;
        text-align: right;
    }
    footer .footer-nav .logo {
        position: absolute;
        top: 28.2vw;
        left: 0;
        right: 0;
        width: 23.5vw;
        margin: 0 auto;
    }

    footer .copyright {
        margin-top: 20vw;
    }
}
