@charset "UTF-8";
*,
html {
    font-family: "Noto Sans JP", sans-serif;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt,
ul,
li {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 56px;
    letter-spacing: .05em;
    font-family: "Shippori Mincho", serif;
}

h2 {
    font-size: 38px;
    line-height: 62px;
    letter-spacing: .05em;
    font-family: "Shippori Mincho", serif;    
}

h3 {
    font-size: 28px;
    line-height: 44px;
    letter-spacing: .08em;
    font-family: "Shippori Mincho", serif;    
}

h4 {
    font-size: 24px;
    letter-spacing: .10em;
    line-height: 32px;
    font-weight: 200;
    font-family: "Shippori Mincho", serif;        
}

h5 {
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 200;
    font-family: "Shippori Mincho", serif;        
}

p {
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 28px;
    font-weight: 400;
}

a {
    font-size: 16px;
    text-decoration: none;
    letter-spacing: .15em;
    font-weight: 600;
}

.wrapper {
    margin: 0 auto;
    width: 1080px;
}

.middle-wrapper {
    margin: 0 auto;
    width: 880px;
}

.small-wrapper {
    margin: 0 auto;
    width: 680px;
}

.page-content {
    padding-top: 120px;
    padding-bottom: 80px;
}

.page-title h2 {
    font-size: 28px;
    letter-spacing: .02em;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid #CFCFCF; 
}

.page-title h2 br {
    display: none;
}

ul,
li {
    list-style: none;
}

dl,
dt,
dd {
    font-weight: 200;
    letter-spacing: .1em;
}

.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 1080px) {
    .wrapper {
        width: 90vw;
    }
}

@media screen and (max-width: 880px) {
    .middle-wrapper {
        width: 90vw;
    }

    .page-title h2 {
        font-size: 5.8vw;
        line-height: 7.8vw;
    }   

    .page-title h2 br {
        display: block;
    } 
}

@media screen and (max-width: 680px) {
    .components-contact {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .components-contact a {
        border-radius: 0;
        padding: 4vw;
        writing-mode: inherit;
        justify-content: center;
    }
    .components-contact a svg {
        margin: 0 8px 0 0;
    }
    .small-wrapper {
        width: 90vw;
    }
    h1 {
        font-size: 7.94vw;
    }
    h2 {
        font-size: 5.87vw;
    }
    h3 {
        font-size: 5.34vw;
        line-height: 6.8vw;
    }
    h4 {
        font-size: 4.8vw;
        letter-spacing: .02em;
    }
    h5 {
        font-size: 3.87vw;
    }
    p,
    a,
    li,
    dd {
        font-size: 3.97vw;
        line-height: 6.8vw;
        letter-spacing: .04em;
    }
    a.moreBtn {
        width: 60vw;
    }
}


/*******************

page-header

********************/


/*******************

navigation

********************/

header {
    position: fixed;
    width: 100%;
    z-index: 9999;    
}

header .navigation-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 8px 40px;
}

header.navigationBg {
    background-color: transparent;
    box-shadow: none;
    transition: .3s;
}

header.show {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.navigation__logo {
    height: 72px;
    width: 96px;
}

.navigation__logo img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.navigation__menu {
    align-items: center;
    display: flex;
    column-gap: 32px;
}

.navigation__sns {
    display: flex;
    column-gap: 8px;
}

.navigation__sns a {
    align-items: center;
    border: 1px solid #1B1B1B;
    border-radius: 50%;
    display: flex;
    font-size: 24px;
    justify-content: center;
    transition: .3s;
    height: 48px;
    width: 48px;
}

.navigation__sns a svg {
    color: #1B1B1B;;
}

.navigation__sns a:hover {
    background-color: #1B1B1B;
}

.navigation__sns a:hover svg {
    color: #ffffff;
}

.navigation__menu a.contactBtn {
    background-color: #1B1B1B;
    border: 1px solid #1B1B1B;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
    width: 160px;
}

.navigation__menu a.contactBtn:hover {
    background-color: #ffffff;
    color: #1B1B1B;
}

.navigation__menu ul {
    display: flex;
    column-gap: 16px;
}

.navigation__menu ul li a {
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.navigation__menu ul li a:hover {
    text-decoration: underline;
}

.navigation__wrapper-sp {
    display: none;
}

@media screen and (max-width: 880px) {
    .navigation__menu ul li a {
        font-size: 12px;
    }
    .navigation__sns a {
        height: 32px;
        width: 32px;
        font-size: 20px;
    }
    .navigation__menu {
        column-gap: 12px;
    }    
}

@media screen and (max-width: 720px) {
    .navigation__sns a {
        height: 14vw;
        width: 14vw;
        font-size: 6.0vw;
    }    
    .navigation__wrapper-sp {
        display: flex;
        justify-content: space-between;
        padding: 4vw;
    }
    header .navigation-wrapper {
        display: none;
    }
    .nav-open {
        overflow: hidden;
    }
    .navigation__logo {
        height: 14vw;
        width: 20vw;
    }
    #g-nav {
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        transition: all 0.3s;
        display: none;
    }

    #g-nav.panelactive {
        opacity: 1;
        z-index: 999;
        display: block;
        left: 0;
    }

    #g-nav.panelactive #g-nav-list {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav .g-nav-box {
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    #g-nav .g-nav-box ul.g-nav-main {
        align-items: center;
        display: flex;
        flex-direction: column;    
        margin: 0 auto;
        width: 80%;
    }

    #g-nav .g-nav-box ul.g-nav-main li a {
        text-decoration: none;
        padding-bottom: 16px;
        font-size: 20px;
        display: block;
        font-weight: 300;
    }

    .g-nav-main__contact {
        border: 1px solid #afafaf;
        padding: 32px 16px;
        width: 640px;
    }

    .g-nav-main__contact h2 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 16px;
    }

    .g-nav-main__contact-list {
        column-gap: 24px;
        display: flex;
        justify-content: center;
    }

    .g-nav-main__contact-btn {
        align-items: center;
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }

    .g-nav-main__contact-btn a {
        display: block;
        border: 1px solid #afafaf;
        border-radius: 40px;
        padding: 8px 16px;
        text-align: center;
        width: 240px;
    }

    .g-nav-main__contact-btn a:hover {
        background: rgba(255,255,255,.4);
    }

    .openbtn1 {
        position: absolute;
        z-index: 9999;
        top: 6vw;
        right: 4vw;
        cursor: pointer;
        background-color: transparent;
        border: none;
        width: 8vw;
        height: 12vw;
    }

    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        height: 2px;
        background-color: #1A1A1A;
        width: 100%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 2vw;
        right: 0;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 4vw;
        right: 0;        
    }

    .openbtn1 span:nth-of-type(3) {
        top: 6vw;
        right: 0;        
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 1.2vw;
        right: 0;
        transform: translateY(6px) rotate(-45deg);
        width: 80%;
    }

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

    .openbtn1.active span:nth-of-type(3) {
        top: 4vw;
        right: 0;
        transform: translateY(-6px) rotate(45deg);
        width: 80%;
    }

    #g-nav {
        height: 100vh;
    }
    #g-nav.panelactive #g-nav-list {
        height: 100vh;
    }
    #g-nav .g-nav-box ul.g-nav-main {
        width: 100%;
        padding-top: 64vw;
    }
    #g-nav .g-nav-box ul.g-nav-main li a {
        padding-bottom: 5.8vw;
        font-size: 4.0vw;
        text-align: center;
    }
    #g-nav .g-nav-box {
        top: 80vw;
        left: 50vw;
    }
    .openbtn1 {
        right: 3.2vw;
    }
    #g-nav ul li a {
        color: #1A1A1A;
    }
    #g-nav ul {
        display: flex;
        flex-direction: column;
        padding-top: 30vw;
    }
    #g-nav ul li {
        border-top: 1px solid #e8e8e8;
        padding: 4.8vw 3.2vw;
    }
    #g-nav ul li:last-child {
        border-bottom: 1px solid #e8e8e8;
    }
    .navigation__sns {
        padding-top: 4.8vw;
        justify-content: center;
        column-gap: 4.8vw;
    }
    .navigation__wrapper-sp a.contactBtn {
        align-items: center;
        display: flex;
        justify-content: center;
        background-color: #1A1A1A;
        border: 1px solid #1A1A1A;
        padding: 2.4vw 0;
        color: #ffffff;
        font-size: 3.2vw;
        margin: 8.0vw auto 0 auto;
        width: 80vw;
    }
}


/*******************

footer

********************/

footer {
    padding: 80px 0;
    border-top: 1px solid #CFCFCF;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-list {
    width: 35%;
}

.footer-list ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 16px;
}

.footer-list ul li a {
    font-size: 12px;
    text-decoration: underline;
    color: #1A1A1A;
}

.footer-detail {
    display: flex;
    flex-direction: column;
    row-gap: 32px;    
    width: 40%;
}

.footer-detail h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.footer-detail__item {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.footer-detail__item dl dt {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 4px;
}

.footer-detail__item dl dd {
    font-weight: 600;
    font-size: 14px;    
}

.footer-detail ul {
    display: flex;
    column-gap: 16px;
}

.footer-detail ul li a {
    align-items: center;
    border: 1px solid #1B1B1B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 40px;
    transition: .2s;
    width: 40px;
}

.footer-detail ul li a svg {
    color: #1B1B1B;
    font-size: 22px;
}

.footer-detail ul li a:hover {
    background-color: #1B1B1B;
}

.footer-detail ul li a svg {
    color: #1B1B1B;
    font-size: 22px;
}
.footer-detail ul li a:hover svg {
    color: #ffffff;
}

.footer-detail p small {
    font-size: 12px;
}

@media screen and (max-width: 720px) {
    .footer-wrapper {
        flex-direction: column;
        row-gap: 12vw;
    }
    footer {
        padding: 12vw 0;
    }
    .footer-list,
    .footer-detail {
        width: 100%;
    }
    .footer-list ul {
        flex-direction: column;
    }
}

/*******************

sticky-contact

********************/

.sticky-contact {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 999;
    bottom: 0;
}

.sticky-contact-box {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1.2s,visibility 1.2s, transform 1.2s;    
}
.sticky-contact-box a {
    background-color: #0a0a0a;
    color: #ffffff;
    display: block;
    font-size: 20px;
    padding: 24px 0;
    letter-spacing: .2em;
    text-align: center;
    width: 100%;
}

.sticky-contact .show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

@media screen and (max-width: 680px) {
    .sticky-contact {
        width: 100%;
        height: 12vw;
        position: relative;
        z-index: 999;
        bottom: 0;
    }
    .sticky-contact-box {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    .sticky-contact-box a {
        background-color: #0a0a0a;
        color: #ffffff;
        display: block;
        font-size: 4vw;
        padding: 4.8vw 0;
        letter-spacing: .2em;
        text-align: center;
        width: 100%;
    }
}


/*******************

navigation

********************/

.news-navigation {
    display: flex;
    justify-content: center;
}

.news-navigation ul {
    display: flex;
}

.news-navigation ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #295188;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
}

.news-navigation ul li a.disabled {
    color: #fff;
    background-color: #295188;
}

.news-navigation ul li a.selected {
    color: #fff;
    background-color: #295188;
}

@media screen and (max-width: 680px) {
    .news-navigation ul li a {
        width: 8vw;
        height: 8vw;
    }
}


/*******************

404

********************/

.error__more {
    align-items: center;
    display: flex;
    column-gap: 16px;
}

.error__more a {
    color: #1A1A1A;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .02em;
}

.error__more a:hover {
    text-decoration: underline;
}

.error__more-icon {
    border: 1px solid #D80000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

.error__more-icon img {
    height: 8px;
    width: 20px;
}

.error-box h2 {
    font-family: 'Noto Sans JP', sans-serif;
}

.error-box {
    padding: 180px 0 80px 0;
}

.error-box ul {
    padding: 24px 0;
}

@media screen and (max-width: 720px) {
    .error-box h2 {
        font-size: 4.8vw;
    }
    .error__more-icon {
        height: 8vw;
        width: 8vw;
    }
    .error__more-icon img {
        height: 4vw;
        width: 3.2vw;
    }
}

@media screen and (max-width: 680px) {
    .error-box {
        padding: 48vw 0 12vw 0;
    }
}

/*******************

fadein

********************/

.fadeIn {
    transition: 1.8s;
    opacity: 0;
}

.fadeIn.animated,
.topFade01.animated,
.topFade02.animated,
.topFade03.animated {
    opacity: 1;
}

.topFade01 {
    transition: 3s;
    transition-delay: 2s;
    opacity: 0;
}

.topFade02 {
    transition: 4s;
    transition-delay: 2s;
    opacity: 0;
}

.topFade03 {
    transition: 3.5s;
    transition-delay: 2s;
    opacity: 0;
}