

select {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none
}

button,
input[type=reset],
input[type=button],
input[type=submit],
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


*:before,
*:after {
    padding: 0;
    margin: 0;
    line-height: 1
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}


::selection {
    background: #2277D1;
    color: #fff
}

input::selection,
textarea::selection {
    color: #2f2c2a
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus,
div:focus,
aside:focus {
    outline: none
}

#js-wrap {
    position: relative
}

#js-wrap.is-active {
    overflow: hidden;
    height: 100%
}

#js-wrap.is-active:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8)
}

#js-wrap:before {
    display: none
}

.js-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100px;
    background-color: rgba(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 28px;
    padding: 28px 30px 0;
    width: 100%;
    z-index: 1000;
    transform: translateY(-28px);
    box-shadow: 1px 2px 10px rgb(0 0 0 / 15%);
}

.js-header.min {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.025)
}

@media all and (max-width: 980px) {
    .js-header {
        display: none
    }

    #js-wrap.is-active:before {
        display: none;
    }

    .l-header {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        background-color: rgba(255, 255, 255, 0.9)
    }

}

@media all and (max-width: 767px) {
    .l-header {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        background-color: rgba(255, 255, 255, 0.9)
    }
}

.l-header-hover {
    background-color: #fff
}

.header .logo {
    width: 250px;
    margin: 6px 0 0 39px;
}


.header .nav {
    display: flex
}

.header .nav-item .button-line {
    background-color: transparent
}

.header .nav-item .button-link {
    font-size: 16px
}

.header .nav-item>a {
    padding: 30px 15px 5px;
    line-height: 1;
    display: block;
    position: relative;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 18px;
    color: #333
}

.header .nav-other {
    height: 100px
}

.header .nav-lang {
    padding: 43px 30px 15px 10px;
}

.header .nav-lang ul {
    display: flex;
    align-content: center;
    align-items: center;
    margin-left: 20px
}

.header .nav-lang li {
    color: #E4E4E4;
    padding: 1px 8px 1px;
    line-height: 1;
    letter-spacing: 1px;
    white-space: pre;
    border-right: solid #707070 1px
}

.header .nav-lang li.current {
    color: #333
}

.header .nav-lang li a {
    display: block;
    line-height: 1
}

.header .nav-lang li:last-child {
    border: none
}

#mddNav {
    height: 100px;
    z-index: 10
}

#mddNav>ul {
    margin: 0 auto;
    height: 100px;
    text-align: left
}

#mddNav>ul>li {
    height: 72px;
    float: left
}

#mddNav>ul>li>a {
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    font-weight: bold;
    display: block;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    letter-spacing: 1;
    font-size: 13px;
}

#mddNav>ul>li>a:hover {
    background-color: rgb(238, 238, 238)
}

#mddNav .mddWrap {
    height: 250px;
    left: 0;
    top: 100px;
    width: 100%;
    height: 0;
    text-align: center;
    background-color: rgb(238, 238, 238);
    position: absolute;
    z-index: 10;
    overflow: hidden;
    transition: all .2s cubic-bezier(0.19, 1, 0.22, 1)
}

#mddNav .mddWrap .mddInner {
    padding-top: 20px;
    height: 240px;
    text-align: left;
    display: flex;
    width: 1056px;
    margin: 0 auto;
    transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
}

#mddNav .mddWrap .mddInner-link {
    width: 808px
}

#mddNav .mddWrap .mddInner .nav-caption {
    width: 240px;
    font-size: 14px;
    transform: translateY(-12px)
}

#mddNav .mddWrap .mddInner .nav-caption img {
    width: 180px;
    margin-top: 20px;
    height: auto
}

#mddNav .mddWrap .mddInner .nav-caption strong {
    display: block;
    font-size: 24px;
    margin-right: 20px;
    color: #111;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-weight: bold;
    white-space: pre
}

#mddNav .mddWrap .mddInner .nav-caption strong span {
    font-size: 12px;
    margin-left: 16px;
    color: #333;
    white-space: pre;
    text-transform: uppercase
}

#mddNav .mddWrap .mddInner-item {
    width: 25.67237%;
    margin-right: 7.33496%;
    margin-bottom: 10px;
    float: left
}

#mddNav .mddWrap .mddInner-item:nth-child(3n) {
    margin-right: 0
}

#mddNav .mddWrap .mddInner-item a {
    display: block;
    padding-left: 25px;
    position: relative;
    font-size: 16px
}


#mddNav .mddWrap .mddInner-item a p {
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    display: block;
    line-height: 1;
    letter-spacing: .1em
}

#mddNav .mddWrap .mddInner-item a p i {
    transform: translateY(-4px)
}

#mddNav .mddWrap .mddInner-item a:hover {
    color: #2277D1
}

#mddNav .mddWrap .mddInner-item a:hover p {
    color: #2277D1
}

#mddNav .mddWrap .mddInner-item a .link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

#mddNav .mddWrap .mddInner-item p {
    font-size: 16px;
    font-weight: bold;
    color: #111
}

#mddNav>ul {
    *zoom: 1
}

#mddNav>ul:before {
    content: " ";
    display: table
}

#mddNav>ul:after {
    content: " ";
    display: table;
    clear: both
}

.spLogo {
    position: absolute;
    top: 8px;
    width: 200px;
    left: 20px
}

#nav-btn {
    display: none;
    outline: none
}

@media screen and (max-width: 980px) {
    .spNav {
        display: block
    }

    .spNav-other {
        height: 60px;
        position: absolute;
        left: 18px;
        top: 6px;
        display: block
    }

    .spNav-other ul {
        display: flex;
        width: 60px;
        justify-content: space-between
    }

    .spNav-other li {
        line-height: 50px;
        background: none;
        width: 50%;
        text-align: center
    }

    .spNav-other li:not(.current) {
        opacity: 0.2
    }

    .spNav-other li a {
        line-height: 50px;
        display: block
    }

    #nav-btn {
        display: block;
        position: fixed;
        z-index: 11;
        top: 0px;
        right: 0px;
        border: none;
        background: rgba(255, 255, 255, 0.1);
    }

    .hamburger {
        position: relative;
        display: block;
        width: 60px;
        height: 60px
    }

    .hamburger .bdr {
        position: absolute;
        left: 0;
        width: 28px;
        transform: translateX(15px);
        height: 2px;
        border-radius: 2px;
        background: #707070;
        transition: all .2s cubic-bezier(0.19, 1, 0.22, 1)
    }

    .hamburger .bdr:nth-child(1) {
        top: 20px
    }

    .hamburger .bdr:nth-child(2) {
        top: 30px
    }

    .hamburger .bdr:nth-child(3) {
        bottom: 19px
    }

    .hamburger.is-active .bdr {
        background: #707070
    }

    .hamburger.is-active .bdr:nth-child(1) {
        transform: translateY(21px) rotate(-45deg) translateX(19px)
    }

    .hamburger.is-active .bdr:nth-child(2) {
        opacity: 0
    }

    .hamburger.is-active .bdr:nth-child(3) {
        transform: translateY(-25px) rotate(45deg) translateX(19px)
    }

    .menu {
        right: 0;
        width: 100vw;
        padding-top: 60px;
        padding-bottom: 100px;
        text-align: left;
        font-size: 13px;
        z-index: 0;
        transform: translateY(-100%);
        transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
        background: #fff;
        height: calc(100vh + 60px);
        overflow-y: scroll
    }

    .menu>ul {
        display: block;
        background-color: #f5f5f5;
        color: #000
    }

    .menu>ul>li {
        transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
        width: 50%;
        float: left
    }

    .menu>ul>li:hover {
        background: #fff
    }

    .menu>ul>li a {
        padding: 1rem;
        display: block;
        font-size: calc(8px + 1vw)
    }

    .menu>ul>li a:after {
        display: none
    }

    .nav-open .menu {
        transform: translateY(0)
    }

    .nav-open #contents {
        transform: translateY(50px)
    }
}

.accordion-container {
    display: block;
    flex: 1 1 auto
}

.accordion-container h2.spNav-title {
    font-size: 16px;
    letter-spacing: 1;
    font-weight: 600;
}

.accordion-container h2.spNav-title .i-blank {
    width: 10px;
    height: 10px
}

.accordion-container .spNav-items {
    transition: all .2s cubic-bezier(0.19, 1, 0.22, 1)
}

.accordion-container .spNav-items:hover {
    background: #fff
}

.accordion-container .spNav-items a {
    display: block;
    font-size: calc(10px + 1vw);
    text-decoration: none;
    padding: 9px 24px;
    font-weight: 600;
}

.accordion-container .spNav-items a:after {
    display: none
}

.accordion-container>ul {
    display: block;
    background-color: #f5f5f5;
    color: #000
}

.accordion-container .accordion {
    border-bottom: 1px solid #2277D1;
    background-color: #fff
}

.accordion-container .accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 27px 7px 24px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer
}

.accordion-container .accordion .accordion-header .arrow {
    border: solid #2277D1;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: translateY(-3px) rotate(45deg);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}

.accordion-container .accordion .accordion-header .arrow.active {
    transform: rotate(-135deg)
}

.accordion-container .accordion .accordion-body {
    display: none;
    margin: 0
}

.accordion-container .accordion .accordion-body.active {
    display: block
}

.accordion-container .accordion .accordion-body.active+div {
    background: #2277D1;
    color: #fff
}


/*-------------------------------------------------*/

.u-hide {
    display: none
}

.u-pc-hidden {
    display: none
}

.u-sp-hidden {
    display: block
}

/*-------------------------------------------------*/


@media all and (max-width: 980px) {
    .u-pc-hidden {
        display: block
    }

    .u-sp-hidden {
        display: none
    }
}



.button-line {
    height: 1px;
    width: 100%;
    background-color: #111
}

.button-link {
    display: inline-block;
    color: #111;
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding: 23px 50px
}

@media all and (max-width: 767px) {
    .button-link {
        padding: 17px 33px
    }
}

.button-link .button-line {
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #111;
    z-index: 0;
    overflow: hidden
}

.button-link .button-line::before {
    width: 100%;
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background: #E4E4E4;
    height: 1px;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right top;
    transition: -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1)
}

.button-link .button-line::after {
    width: 100%;
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background: #2277D1;
    height: 1px;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right top;
    transition: -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1)
}

.button-link:hover {
    color: #2277D1
}

.button-link:hover .button-line:before {
    transform: scaleX(1);
    transform-origin: left top;
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1)
}

.button-link:hover .button-line:after {
    transform: scaleX(1);
    transform-origin: left top;
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition-delay: 0.35s
}

.link-card .news-img {
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1)
}

.link-card:hover .news-img {
    transform: translate(-1%, -1%);
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.05)
}


.subtext{
    font-size: 11px;
    color: #707070;
}

.nav-bk{
    background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
    height: 73%;
}

.nav-bk a{
    color: #fff !important;
}

.nav-bk a:hover{
    color: #2277D1 !important;
}




/*-------------------------------------------------
2段目
-------------------------------------------------*/

.second{
    background-color: rgba(63, 63, 63, 0.5);
    color: #fff;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    height: 58px; 
    position: fixed;
    width: 100%;
    z-index: 10;
}

.second #mddNav>ul {
    height: 58px;
    padding-left: 0;
}

.second #mddNav>ul>li>a {
    height: 80%;
}

.second #mddNav {
    height: 58px;
}

.second .button-link {
    color: #f5f5f5;
}

.second .button-link:hover {
    color: #2277D1;
}


.second #mddNav .mddWrap {
    height: 250px;
    left: 0;
    top: 58px;
    width: 100%;
    height: 0;
    text-align: center;
    background-color: rgb(238, 238, 238);
    position: absolute;
    z-index: 10;
    overflow: hidden;
    transition: all .2s cubic-bezier(0.19, 1, 0.22, 1)
}

.second #mddNav .mddWrap .mddInner {
    padding-top: 20px;
    height: 240px;
    text-align: left;
    display: flex;
    width: 1056px;
    margin: 0 auto;
    transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
}

.second #mddNav .mddWrap .mddInner-link {
    width: 808px
}

.second  .button-link .button-line {
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(63, 63, 63, 0.1);
    z-index: 0;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .second {
        display: none
    }
}



/* フェイドアウト・フェイドイン scrollup */
.hide2{
    transform: translateY(-100%); /* 上に消えるようにする */
  }
  
  #scrollArea{
    position: fixed; /* 固定して表示されるようにする */
    top: 0; /* 表示場所を一番上に */
    transition: .5s; /* スクロール時に一瞬で消えると物足りないので.hideの処理を0.5秒で行う */
    z-index: 100; /* 前面に表示されるようにする */
  }