html {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
    font-size: 1.4rem;
}

dd {
    padding: 0;
    margin: 0;
}

.slide, .thumbnailThumb {
    margin: 0;
}

.slick-track {
    width: calc(300% + 1px) !important;
}

.myButton {
    width: auto;
    background: #2037B0;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    text-align: center;
    padding: 0 50px;
    height: 50px;
}

.myImg {
    padding-top: 60%;
}

.paragraph {
    line-height: 1.6;
}

.c {
    /*color: #00a3af;*/
    /*color: #008996;*/
    color: #00a3af;
}

.w {
    color: #ffffff;
}


.en {
    /*font-family: acumin-pro, sans-serif;*/
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
}
p a {
    text-decoration: underline;
}

dd {
    padding: 0;
}


.hamburger {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 8px;
    left: auto;
    right: 0;
    z-index: 2999;
}

.hamburger span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #34373e;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

.hamburger span:nth-of-type(1) {
    top: calc(50% - 8px);
}

.hamburger span:nth-of-type(3) {
    top: calc(50% + 8px);
}

.hamburger.show span:nth-of-type(1){
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.hamburger.show span:nth-of-type(2){
    opacity: 0;
    transform: translate(-50%,-50%) rotate(45deg);
}

.hamburger.show span:nth-of-type(3){
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}

.header, header {
    height: auto;
    position: fixed;
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 90%);*/
    background: #fff;
}

.myLogo {
    width: 120px;
    height: auto;
    padding: 10px 0px;
}

.myGlobalNav .inner {
    height: auto;
    display: flex;
    padding: 32vw 6.25vw 30vw;
}

ul.myMenuContainer {
    width: 100%;
}

.myGlobalNav li {
     font-size: 18px;
     margin-bottom: 1.5em;
     padding: 0 0 0.5em 0.5em;
     border-bottom: 1px solid #00a3af;
     width: 100%;
     color: #92989b;
    transition: 0.5s;
 }

.myGlobalNav li p a {
    text-decoration: none;
}

.myGlobalNav li:hover {
    color:#00a3af;
}

.myGlobalNav li:last-of-type {
    margin-bottom: 0;
}

.myGlobalNav {
    background: #ffffff;
}

.date {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .logo {
        width: 160px;
        height: 87px;
        background-size: contain;
        padding: 18px 0 0 40px;
    }

    header .container {
        display: flex;
        justify-content: space-between;
    }

    .footerLogo.pc {
        display: block !important;
        position: relative;
        width: 13rem;
    }

    .footerNav {
        max-width: unset;
        width: 27rem;
        padding: 0 0 0 10rem !important;
    }

    .footerNavContainer {
        display: flex;
    }

    .footerInfo .inner {
        justify-content: space-between;
    }
}

@media screen and (min-width: 769px) {
    .myGlobalNav {
        position: relative;
        width: auto;
        min-height: unset;
        opacity: 1;
        height: auto;
        background: none;
        padding: 40px 100px 0 0;
    }

    .myGlobalNav ul {
        display: flex;
    }

    .myGlobalNav li {
        display: block;
        line-height: 1;
        font-size: 15px;
        margin: 0 0 0 46px;
        padding: 0;
        border-bottom: none;
    }
}

/*追加*/

html {
    font-size: 10px;
    color: rgb(38, 50, 56);
    line-height: 1.6;
    background: #eeeeee;
}

body {
    font-size: 1.4rem;
    line-height: 1.6;
}

body, #wrapper{
    display:flex;
    flex-direction: column;
    min-height: 100vh;
}

html{
    height:100%;
}

body{
    height:100%;
}

.inner {
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
    margin: 0 auto;
}

.ininner {
    width: calc(100% - 9.375vw);
    margin: 0 auto;
}

.myBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.myButton {
    display: inline-block;
    border-radius: 10px;
    height: auto;
    width: auto;
    background: #464d86;
    position: relative;
    /* overflow: hidden; */
    font-size: 20px;
    font-weight: inherit;
    padding: 20px 40px;
}

.myButton i {
    margin: 0 1em 0 0;
}

.mySection {
    padding: 60px 0;
    position: relative;
    /*overflow: hidden;*/
}

.mySection.withBack {
    padding: 40px 0;
}

.myItem {
    margin: 0 auto 9.375vw;
}

.myItem:last-child {
    margin: 0 auto 0;
}

.myFooterLogo img {
    width: 150px;
    opacity: 0.2;
}

.myFooterLogo {
    padding: 40px 0;
    background-color: #eceff1;
}

.myFooterCR {
    background-color: #b0bec5;
    color: #fff;
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 10px;
    }

    body {
        font-size: 1.5rem;
    }

    .inner {
        padding: 0 100px;
    }

    .ininner {
        width: calc(100% - 200px);
    }

    .myItem {
        margin: 0 auto 60px;
    }

    .mySection {
        padding: 100px 0;
    }

    .mySection .inner {
        /*max-width: 1180px;*/
        margin: 0 auto;
    }

    .mySection#mv .inner {
        max-width: unset;
    }

    .mySection.withBack {
        padding: 100px 0;
    }

    .myButton {
        border-radius: 10px;
        margin: 60px auto 0;
        padding: 20px 40px;
        font-size: 20px;
    }

    .header, header, header .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .myGlobalNav {
        padding: 0;
    }

    .myGlobalNav li {
        width: auto;
        margin-left: 40px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}