@charset "utf-8";
body {
    font-family: "SourceHanSansJPMedium", "メイリオ", Meiryo, 'ヒラギノ角ゴ ProN', "Hiragino Kaku Gothic ProN", sans-serif;
}

p,
li,
a,
span {
    font-family: "SourceHanSansJPMedium", "メイリオ", Meiryo, 'ヒラギノ角ゴ ProN', "Hiragino Kaku Gothic ProN", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SourceHanSansJPMedium", "メイリオ", Meiryo, 'ヒラギノ角ゴ ProN', "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: #131619;
}

a:hover {
    cursor: pointer;
}

.text-link {
    font-weight: 600;
    color: #56c0ce;
}

.loading {
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    opacity: 0;
}

.loading.is-active {
    visibility: hidden;
    opacity: 1;
}

.loading-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -100px;
}

.loading-logo__svg {
    display: block;
    width: 200px;
    height: 64px;
    fill: #56c0ce;
}

.button-1 {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0px auto;
    padding: 16px 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    word-break: keep-all;
    text-align: center;
    color: #ffffff;
    background-color: #56c0ce;
    border: 1px solid #56c0ce;
    border-radius: 100vmax;

    /* box-shadow: 1px 1px 2px rgba(74, 132, 140, 0.65), 1px 1px 3px rgba(34, 55, 58, 0.5); */
    /* border-radius: 4px; */
}

.button-2 {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
    padding: 16px 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    word-break: keep-all;
    text-align: center;
    color: #56c0ce;
    background-color: #ffffff;
    border: 1px solid #56c0ce;
    border-radius: 100vmax;

    /* box-shadow: 1px 1px 2px rgba(74, 132, 140, 0.65), 1px 1px 3px rgba(34, 55, 58, 0.5); */
    /* border-radius: 4px; */
}

@media screen and (min-width: 641px) and (any-hover: hover) {
    .button-1 {
        transition: ease 200ms;
    }
    .button-1:hover {
        background: #fff;
        color: #56c0ce;
    }
    .button-2 {
        transition: ease 200ms;
    }
    .button-2:hover {
        background: #56c0ce;
        color: #fff;
    }
}

.form-actions {
    text-align: center;
    margin: 0px -4px;
}

.form-action {
    width: 160px;
    display: inline-block;
    padding: 0px 4px;
}


/* ヘッダー */

.header {
    display: block;
    width: 100%;
    padding: 16px 0px;
    position: fixed;
    top: 0px;
    transition: ease 200ms;
    z-index: 1000;
}

.hamburger-menu-icon {
    display: none;
}

.shaero-logo {
    display: block;
    width: 160px;
    float: left;
}

.shaero-logo__svg {
    display: block;
    width: 150px;
    height: 48px;
    fill: #ffffff;
}

.nav-list {
    display: block;
    font-size: 0px;
    float: right;
}

.nav-list-item {
    display: inline-block;
    margin-left: 12px;
}

.nav-list-item__text {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 48px;
}

.nav-list-item__icon {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-6px);
}

.header .container {
    max-width: 1200px;
}

@media screen and (max-width:1200px) {
    .header {
        padding: 16px 12px;
    }
    .nav-list-item__text {
        font-size: calc( ( 13 / 1120) * 100vw);
    }
    .nav-list-item__icon img {
        width: calc( ( 40 / 1120) * 100vw);
    }
}

.header.is-active {
    background-color: rgba(255, 255, 255, 1);
}

.header.is-active .shaero-logo__svg {
    fill: #56c0ce;
}

.header.is-active .shaero-logo__svg {
    fill: #56c0ce;
}

.header.is-active .nav-list-item__text {
    color: #131619;
}


/* フッター */

.footer {
    width: 100%;
    margin-top: 80px;
    padding: 32px 16px;
    background-color: #131619;
}

.footer__nav-list {
    font-size: 0px;
    text-align: center;
    margin: 0px -8px 16px;
}

.footer__nav-list-item {
    display: inline-block;
    padding: 0px 8px;
}

.footer__nav-list-item__text {
    font-size: 16px;
    color: #ffffff;
}

.footer__copyright {
    width: 100%;
}

.footer__copyright__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    color: #ffffff;
}


/* レイアウト */

.wrap {
    width: 100%;
}

.other-page {
    padding-top: 80px;
}

@media screen and (max-width:1024px) {
    .other-page {
        padding-top: 64px;
    }
}

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.container::after {
    display: block;
    content: "";
    clear: both;
}

.section {
    width: 100%;
    padding: 80px 0px;
}

.section-title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding-top: 32px;
    position: relative;
}

.section-title-wrapper::before {
    display: block;
    height: 2px;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}

.section-title-wrapper::before {
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
    z-index: 1;
}

.section-title-wrapper.topic::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
}

.section-title-wrapper.unique-point::before,
.section-title-wrapper.howto::before,
.section-title-wrapper.security::before,
.section-title-wrapper.faq::before,
.section-title-wrapper.station::before,
.section-title-wrapper.topic-detail::before {
    background: linear-gradient(to right, #56c0ce, rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.1));
}

.section-title {
    width: 100%;
    margin-bottom: 16px;
}

.section-title__text {
    font-size: 40px;
    font-weight: 600;
    color: #56c0ce;
}

.section-title__caption {
    width: 100%;
}

.section-title__caption__text {
    font-size: 24px;
    font-weight: 600;
    color: #56c0ce;
}

.sub-section__title-wrapper {
    margin-bottom: 64px;
}

.sub-section__title {
    width: 100%;
    margin-bottom: 16px;
}

.sub-section__title__text {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #131619;
}

.sub-section__title-caption {
    width: 100%;
}

.sub-section__title-caption__text {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #131619;
}


/* お問合せ */

.contact-form {
    padding: 48px;
    border: 1px solid #56c0ce;
}

.contact-form__title-wrapper {
    width: 100%;
    margin-bottom: 64px;
}

.input-row {
    margin-bottom: 24px;
}

.input-label {
    margin-bottom: 8px;
}

.input-label__text {
    font-size: 12px;
    font-weight: 600;
}


/* ステーションマップ */

.map-window_btn {
    background: #56c0ce;
    padding: 0.5em 1em;
    font-size: 14px;
    /* border-radius: 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    color: #fff;
    border: 1px solid #56c0ce;
    transition: ease 200ms;
}

.map-window_btn:hover {
    color: #56c0ce;
    background-color: #fff;
}

@media screen and (max-width:1024px) {
    .header {
        width: 100%;
        padding: 16px 0;
    }
    .hamburger-menu-icon {
        display: block;
        width: 32px;
        height: 32px;
        float: right;
        position: relative;
        z-index: 1000;
    }
    .hamburger-menu-icon span,
    .hamburger-menu-icon span::after,
    .hamburger-menu-icon span::before {
        display: block;
        width: 24px;
        height: 2px;
        margin-left: -12px;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all .3s;
    }
    .hamburger-menu-icon span {
        margin-top: -1px;
    }
    .hamburger-menu-icon span::after,
    .hamburger-menu-icon span::before {
        content: "";
    }
    .hamburger-menu-icon span::after {
        margin-top: 8px;
    }
    .hamburger-menu-icon span::before {
        margin-top: -10px;
    }
    .header.is-active .hamburger-menu-icon span,
    .header.is-active .hamburger-menu-icon span::before,
    .header.is-active .hamburger-menu-icon span::after {
        background-color: #56c0ce;
    }
    .hamburger-menu-icon.is-active span {
        background-color: transparent !important;
    }
    .hamburger-menu-icon.is-active span::before {
        transform: rotate(45deg);
        top: 0px;
        margin-top: 0px;
        background-color: #ffffff !important;
    }
    .hamburger-menu-icon.is-active span::after {
        transform: rotate(-45deg);
        top: 0px;
        margin-top: 0px;
        background-color: #ffffff !important;
    }
    .nav-list-item__text,
    .header.is-active .nav-list-item__text {
        font-size: 16px;
        line-height: 48px;
        color: #ffffff;
    }
    .footer {
        margin-top: 32px;
    }
    .section {
        padding: 48px 0px;
    }
    .shaero-logo__svg {
        width: 100px;
        height: 32px;
    }
    .nav-list {
        display: block;
        width: 100%;
        height: 100%;
        padding: 64px 16px;
        background-color: #56c0ce;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 10;
        transition: all .3s;
        transform: translateX(100%);
        opacity: 0;
    }
    .nav-list-item {
        display: block;
        margin-left: 0px;
    }
    .nav-list.is-active {
        display: block;
        transform: translateX(0px);
        opacity: 1;
    }
    .section-title-wrapper {
        margin-bottom: 32px;
        padding-top: 28px;
    }
    .sub-section__title-wrapper {
        margin-bottom: 32px;
    }
    .section-title__text,
    .sub-section__title__text {
        font-size: 24px;
    }
    .section-title__caption__text,
    .sub-section__title-caption__text {
        font-size: 16px;
    }
    .container {
        width: 100%;
        padding: 0px 16px;
    }
    .nav-list-item--icon {
        /* width: 50px; */
        display: inline-block;
        margin: 25px 0 0 0;
        padding-top: 40px;
        padding-right: 20px;
        border-top: 1px solid #fff;
    }
    .nav-list-item__icon img {
        width: 50px;
    }
}

@media screen and (max-width:481px) {
    .form-actions::after {
        display: block;
        clear: both;
        content: "";
        width: 100%;
    }
    .form-action {
        width: 50%;
        display: block;
        float: left;
    }
    .footer__nav-list-item {
        width: 100%;
        display: block;
        padding: 16px 8px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }
    .footer__nav-list-item:last-child {
        border-bottom: 0px solid rgba(255, 255, 255, 0.35);
    }
}


/*-----------------------------------------
 utility
-----------------------------------------*/

@media screen and (min-width: 768px) {
    /* .pc { display:block; } */
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    /* .sp { display:block; } */
}