@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: normal;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.1em;
    color: #050634;
}

.english-font {
    font-family: 'Josefin Sans', sans-serif;
}

.number-font {
    font-family: 'Cormorant Garamond', serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    word-wrap: break-word;
}

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

/*--------------------------------------------------------------
ヘッダーメニュー
--------------------------------------------------------------*/
header {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(20px, 5.333333333333333vw, 40px);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

@media (min-width: 1025px) {
    header {
        padding: clamp(30px, 3.125vw, 60px) clamp(40px, 4.6875vw, 90px);

    }
}

@media (max-width: 1025px) {
    header {
        background: linear-gradient(to bottom,
                rgba(5, 6, 52, 0.5) 0%,
                rgba(5, 6, 52, 0.2) 20%,
                rgba(5, 6, 52, 0) 90%);
        backdrop-filter: blur(.5px);
        -webkit-backdrop-filter: blur(.5px);
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    header {
        padding: clamp(10px, 2.998500749625187vw, 20px);
    }
}


.header-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 2fr auto;
    grid-template-columns: 2fr auto;
}

.header-logo {
    width: 17em;
    min-width: 280px;
    filter: drop-shadow(0 0 4px rgba(130, 130, 130, 0.8)) drop-shadow(0 0 20px rgba(0, 65, 149, 0.4));
}

@media (max-width: 1024px) {
    .header-logo {
        width: 180px;
        min-width: initial;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .header-logo {
        width: clamp(70px, 17.991004497751124vw, 140px);
    }
}

.logo-link {
    display: block;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.logo-link:hover {
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .nav-menu {
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        padding-right: clamp(30px, 8vw, 60px);
        padding-bottom: clamp(30px, 8vw, 60px);
        padding-left: clamp(30px, 8vw, 60px);
        transition-duration: 300ms;
        transform: translateX(200%);
        overflow: auto;
        background-color: rgba(5, 5, 52, 0.8);
    }

    .nav-menu.active {
        transform: translateX(0);
    }
}

@media (min-width: 1025px) {
    .nav-menu {
        padding-top: 0 !important;
    }
}

.menu-list {
    background-color: #fff;
    color: #050634;
    border-radius: 50px;
    font-weight: bold;
    opacity: .9;
    padding: 1.5vw 6vw;


}

@media (min-width: 1025px) {
    .menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: clamp(20px, 2.0833333333333335vw, 40px);

    }
}

@media (max-width: 1024px) {
    .menu-list {
        background-color: revert;

    }
}


@media (max-width: 1024px) {
    .menu-item {
        border-style: solid;
        border-color: #fff;
        border-bottom-width: 0.5px;
    }
}

.menu-link {
    display: block;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    font-weight: 600;
}


.menu-link:hover {
    opacity: 0.6;
}

.nav-menu.active .menu-link {
    color: #fff;
}

@media (max-width: 1024px) {
    .menu-link {
        font-size: clamp(14px, 1.0416666666666667vw, 20px);
        padding-top: clamp(10px, 15vw, 25px);
        padding-bottom: clamp(10px, 15vw, 25px);
        text-align: left;
    }
}

@media (min-width: 1025px) {
    .menu-link {
        font-size: clamp(14px, .9em, 20px);
    }
}

.hamburger-button {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: clamp(13px, 3.466666666666667vw, 26px);
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
}

.hamburger-lines {
    position: relative;
    width: clamp(40px, 10.666666666666666vw, 90px);
    height: clamp(13px, 3.466666666666667vw, 26px);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

@media (max-width: 1024px) {
    .hamburger-lines {
        width: clamp(40px, 10.666666666666666vw, 90px);
        height: clamp(13px, 3.466666666666667vw, 26px);
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .hamburger-lines {
        width: clamp(30px, 7.496251874062969vw, 50px);
        height: clamp(15px, 2.998500749625187vw, 20px);
    }
}

.hamburger-lines.active {
    height: 1px;
}

.hamburger-lines .line {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin: auto;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    background-color: #FFF;
}

.hamburger-lines.active .line {
    background-color: #fff;
}

.hamburger-lines .line:nth-child(1) {
    top: 0;
}

.hamburger-lines .line:nth-child(2) {
    bottom: 0;
}

@media (min-width: 1025px) {

    /* タブレットサイズ以上でハンバーガーメニューを丸ごと非表示 */
    .hamburger-button {
        display: none;
    }
}

/*--------------------------------------------------------------
H2
--------------------------------------------------------------*/
.title-block {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(../img/common/title-block.jpg);
    background-position: left;
    background-size: cover;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    height: 60vh;
}

@media screen and (max-width: 768px) {
    .title-block {
        padding: 15vw 5vw;
        background-attachment: scroll;
    }
}

.title-block__main {
    position: relative;
    z-index: 1;
    font-size: clamp(16px, 3vw, 40px);
    font-weight: bold;
    margin-bottom: 1vw;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .title-block__main {
        font-size: clamp(14px, 6vw, 24px);
        margin-bottom: 3vw;
    }
}

.title-block__sub {
    font-size: clamp(12px, 1.4vw, 24px);
}

@media screen and (max-width: 768px) {
    .title-block__sub {
        font-size: clamp(10px, 4vw, 16px);
    }
}

/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/
.footer {
    background-color: #050634;
    color: #fff;
    padding: 7vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .footer {
        display: inherit;
    }
}

.footer__logo {
    width: 70%;
}

.footer__logo img {
    width: 20vw;
    max-width: 300px;
}

@media (max-width: 768px) {
    .footer__logo img {
        max-width: 240px;
        width: 50vw;
    }
}

@media (max-width: 768px) {
    .footer__menu {
        width: 100%;
        margin-top: 40px;
    }
}

.footer__menu-column {
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .footer__menu-column {
        width: 100%;
        margin-bottom: 40px;
    }
}

.footer__menu-column ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw 0px;
    font-size: clamp(14px, 1.5vw, 18px);
}

@media (max-width: 768px) {
    .footer__menu-column ul {
        gap: 3vw 0px;
    }
}

.footer__menu-column li {
    width: calc(50% - 0px);
    list-style: none;
}

.footer__menu-column a {
    text-decoration: none;
    transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer__menu-column a i {
    font-size: 0.75em;
    margin-left: 0.4em;
    color: rgba(255, 255, 255, 0.7);
}

.footer__menu-column a:hover {
    opacity: .4;

}

.footer__copyright {
    border-top: .5px solid #fff;
    padding-top: 1rem;
    text-align: right;
}

/* SP向けのレスポンシブ調整 */
@media (max-width: 768px) {
    .footer__copyright {
        padding-top: 10px;
    }
}

.footer__copyright p {
    font-size: clamp(12px, 1vw, 14px);
}