* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
}

/* header */

header {
    font-size: 1.5rem;
    font-weight: 700;
    width: 90%;
    height: 88px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin: 40px auto;
    align-items: center;
    display: flex;
    position: fixed;
    left: 5%;
    z-index: 100;
}

.header-inner {
    padding: 0 40px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-logo img {
    width: 158px;
    height: auto;
    cursor: pointer;
    vertical-align: bottom;
}

.header-logo:hover {
    opacity: 0.9;
}

.menu-list {
    list-style: none;
    padding-left: 26px;
    display: inline-block;
}

.menu-list a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    transition: all  0.2s ease;
}

.menu-list a:hover {
    color: #60cdf2;
}
/* header */

.title-wrapper {
    background: url(./image/hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 570px;
}

.title {
    text-align: center;
    justify-content: center;
    padding-top: 300px;
}

.title-wrapper-main {
    font-size: 3.3rem;
    color: #fff;
    text-align: center;
}

.title-wrapper-sub {
    font-size: 1.3rem;
    font-family: "Roboto",sans-serif;
    color: #fff;
    text-align: center;
}

.breadcrumb {
    display: flex;
    width: 60%;
    margin: auto;
    padding-top: 158px;
    justify-content: right;
}

.breadcrumb-list {
    display: flex;
}

.breadcrumb-list li {
    list-style-type: none;
}


.breadcrumb-list a {
    font-size: 1.2rem;
    font-family: "Noto Sans JP" sans-serif;
    color: #fff;
    align-items: baseline;
    position: relative;
    padding:0 20px 0 20px;
}

.breadcrumb-list-01 a {
    opacity: 0.5;
}

.breadcrumb-list-02 a {
    opacity: 0.9;
    text-decoration: none;
}

#breadcrumb-list-icon::before {
    content: "";
    display: block;
    background-image: url(./image/icon-slash-white.svg);
    background-size: 0.8rem 0.8rem;
    background-repeat: no-repeat;
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    transform: translateY(8px) translateX(-7px);
}

.facility-articles {
    width: 1020px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 80px 0 100px 0;
}

.facility-article {
    width: 50%;
    border-radius: 9px;
    padding: 20px;
}

.facility-article-pict {
    width: 100%;
    height: auto;
    border-radius: 0.9rem 0.9rem 0 0;
    vertical-align: bottom;
}

.facility-article-body {
    width: 100%;
    text-align: center;
    background: rgba(36, 193, 239, 0.05);
    border-radius: 0 0 0.9rem 0.9rem;
}

.facility-article-title-sub {
    color: #24c1ef;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 30px;
}

.facility-article-title-main {
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 6px;
}

.facility-article-text-contents {
    text-align: center;
}

.facility-article-text-contents-inner {
    color: #333333;
    font-size: 1.6rem;
    line-height: 32px;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    display: inline-block;
    text-align: left;
    padding: 20px 30px 0;
}

.article-btn {
    color: #fff;
    font-size: 1.4rem;text-decoration: none;
    font-weight: bold;
    background-color: #24c1ef;
    border: solid 2px #24c1ef;
    border-radius: 2.8rem;
    display: inline-block;
    width: 68%;
    padding-top: 1.6rem;
    padding-bottom: 1.5rem;
    margin: 20px auto 30px;
    position: relative;
    transition: all 0.2s;
}

.article-btn:after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1rem;
    z-index: 10;
    background-image: url(./image/icon-arrow-white.svg);
    background-size: 1.5rem 1rem;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    transform: translateY(-15px);
    padding-right: 16px;
    transition: left 0.2s cubic-bezier(.85,.42,.65,1);
    transition: opacity 0.1s;
}

.article-btn:hover {
    background-color: #fff;
    color: #24c1ef;
    border: solid 2px #24c1ef;
}

.article-btn:hover:after {
    left: 93%;
    opacity: 0;
}

/* footer */

footer {
    width: 100%;
    height: auto;
    color: #333333;
    background-color: #f4fdfe;
    background-size: 100% auto;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
}

.footer-inner {
    box-sizing: content-box;
    justify-content: space-between;
    display: flex;
    padding: 70px 12%;
}

.footer-information {
    margin-right: 280px;
}

.footer-inner a {
    color: #333333;
}

.nav-list-item a {
    font-weight: 400;
    font-size: 1.3rem;
}

.nav-list-item {
    padding-left: 1.4rem;
    position: relative;
    transition: all  0.6s ease;
}

.nav-list-item:hover {
    background-position-x: 3px;
}

.nav-list-item-icon {
    display: block;
    position: relative;
}

#nav-list-item-icon:before {
    opacity: 1;
    content: "";
    display: block;
    width: 1rem;
    height: 0.5rem;
    z-index: 10;
    background-image: url(./image/icon-arrow-blue.svg);
    background-size: 1rem 0.5rem;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    transform: translateY(6px);
    transition: all 0.15s cubic-bezier(0.174, 0.73, 0.565, 1);
}

#nav-list-item-icon:hover:before{
    left: 2px;
}

.footer-logo img {
    width: 158px;
    height: auto;
    padding-bottom: 24px;
}

.footer-outline-adress span {
    font-weight: 700;
}

.footer-outline-map span {
    font-size: 1.2rem;
}

.footer-outline-tel-sp-word {
    display: none;
}

.nav-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 935px;
}

.nav_dir {
    padding-bottom: 14px;
    list-style: none;
    font-weight: 700;
}


.nav_dir li {
    list-style: none;
    margin-top: 10px;
    position: relative;
}

.nav-section a {
    text-decoration: none;
}

.nav-section a:hover  {
    text-decoration: underline;
}


.footer-copyright {
    width: 100%;
    height: 100px;
    background-color: #fff;
    display: table;
}

.footer-copyright-inner {
    color: #858585;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

/* footer */