body {
background-color: #f0f0f0;
font-family: "Noto Sans JP", sans-serif;
overflow-x: hidden;
margin: 0;
}

.site-description{
    font-size: 0;
}

main{
    overflow-x:clip
}

.skip-link{
    display: none;
}

footer{
    overflow-x:clip
}

ul {
    list-style-type: none;
}

.nav{
    margin-left: auto;
}

/* header */
.logomark,.top-logomark {
    max-width: 150px;
margin-bottom: -80px;
}

.shu-logo{
    max-width: 200px;
    margin-right: 10px;
    margin-left: 20px;
}

.shu-logo img{
width: 100%;
}

.spbr{
    display: none;
}

.nav__sp{
    display: none;
}

@media (max-width: 1175px) {
.logomark,.top-logomark {
    max-width: 140px;
margin-bottom: -65px;
position: absolute;}

    .logomark img {
        max-width: 80px;
    }

    .top-logomark img {
        max-width: 120px;
    }



    .shu-logo{
        display: none;
    }

    .nav__sp{
        display: flex;
        position: absolute;
        right: 0;
        top: -.3rem;
    }

    .nav__sp img{
        width: 120px;
        margin:23px 52px 0 0;
    }

    .spbr{
        display: block;
    }

}

.site-header {
    position: fixed;
    background-color: #F0F0F0;
    margin: auto;
    width: 100%;
    top: 0;
    z-index: 3;
    /* z-index: 100; */}

.site-header__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    margin: 10px;}


.nav__wrapper li a{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    background-color: #fff;
    border-radius: 30px;
    padding: 8.5px 20px;
    border: solid 2px #000;
    margin-right:15px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin: 5px;
}


.nav__wrapper li a:hover{
    background-color: #000;
    color: #fff;
    transition: 0.5s;
}

.nav__wrapper li a.nowpage{
    background-color: #000;
    color: #fff;
}

@media (min-width: 1175px) {
.site-header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0; }

.nav__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
     }
.nav__wrapper li a{
  font-size: clamp(18px, 1vw, 25px);
  }
}

@media (max-width: 1023px) {
    .nav__wrapper li a{
        font-size: 16px;
    }
    .logomark,.top-logomark{
        margin: 0 0 -20px 0;
    }
}


@media (max-width: 1175px) {

    .site-header{
        min-height: 53px;
    }
    .site-header__wrapper {
    padding-top: 0rem;}

    .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); }
}

.nav__item a {
    display: block;
    padding: 1.5rem 1rem;
}

.nav__item a img{
    height:35px
}

.toggle-btn {
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 103;
    border-radius: 0 0 0 10px;
    border: none;
}

.toggle-btn__line {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.5s;
    width: 17px;
    left: 16.5px;
}

.toggle-btn__line--top {
  top: 19px;
}

.toggle-btn__line--center {
  top: 25px;
}

.toggle-btn__line--bottom {
  top: 31px;
}

.toggle-btn__line--top.active {
    top: 25px;
    transform: rotate(45deg);
    background: #000;
}
.toggle-btn__line--center.active {
  transform: scaleX(0);
}
.toggle-btn__line--bottom.active {
    top: 25px;
    transform: rotate(135deg);
    background: #000;
}

.toggle-btn.active{
    background-color: #fff;
}

.global-nav {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    z-index: 102;
    left: 0;
    top: 0;
}

.global-nav__inner {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    overflow-x: hidden;
   /* overflow-y: scroll; */

}

.global-nav__list{
    text-align: right;
    margin-top: 80px;
    padding-right: 30px;
    width: 100%;
}

.global-nav__item {
  margin-bottom: 25px;
}

.global-nav__item a {
  color: #fff;
    font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
}

.global-nav__item a:hover {
  opacity: 0.7;
}
.global-nav__sns{
    margin-top: 0;
    text-align: right;
    padding-right: 30px;
}
.global-nav__sns img{
    margin: 0;
    max-width:35px;
}

.global-nav__link-icon{
    width: 49%;
    margin: 10px auto;
    text-align: center;
}

.global-nav__link-icon img{
    margin: 0;
}

.global-nav__icon{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
}

.global-link__icon{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
    width: 90%;
    max-width: 750px;
    margin: 10px auto 0 auto;
}

.global-nav__sns-icon{
margin-left: 20px;
}

.global-nav__sns-icon img{
    width: 30px;
}

.global-nav__link{
    width: 100%;
}

.logomark__left-inversion{
    position: absolute;
    top: 9px;
    left: 9px;
}

.logomark__left-inversion img {
    max-width: 120px;
    margin:0;
}

.logomark__right-inversion{
    position: absolute;
}

.menu-copyright{
    width: 100%;
    margin-top: 20px;
}

.menu-copyright p{
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/*footer*/

.footer-share{
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-share__list{
    display: flex;
}
.footer-share__list li{
    margin: 10px;
}

.footer-bnr{
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    mix-blend-mode: multiply;
    position: relative;
    z-index: 0;
}

.footer-bnr__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 900px;
    padding: 0;
    justify-content: space-evenly;
}

.footer-bnr__list li{
    width: 25%;
    padding: 20px;
    text-align: center;
}

.footer-access{
    margin: auto;
    text-align: center;
}

.footer-access a{
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    color: #000;
    background-image: url("../img/pagelink.svg");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.footer-copyright{
    margin: 60px auto;
    text-align: center;
}
@media (max-width: 1023px) {
.footer-bnr__list{
    width: 90%;
    max-width: 100%;
}

.footer-bnr__list img{
width: 120px;
}
.footer-bnr__list li{
width: 49%;
margin: 10px auto;
padding: 0;
}
.footer-container>.footer-bnr{
    max-width: 400px;
}
}


@media (max-width: 1175px) {
.site-header__wrapper {
    padding-top: 0;
    padding-bottom: 0; }

.site-header{
    z-index: 102;
}

.logomark__right-inversion{
    top: -4px;
    right: 10px;
}

}

.error__wrapper{
    height:200px;
    margin:200px auto 0 auto;
    text-align:center;
}

.error__wrapper h2{
font-size:45px;
}

.error__wrapper p{
line-height:1.8;
}
