/* =================================
共通
================================= */
html {
    overscroll-behavior: none;
}

body{
    min-height: 100svh;
}

.language option {
    color: #fff;
}

.language-select-box {
    margin-left: 35px;
}

.language {
    position: absolute;
    color: #fff;
    border: none;
    background-color: transparent;
}

.stt-select {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    left: -10px;
    opacity: 0;
    padding: 10px 0 24px;
    pointer-events: none;
    position: absolute;
    top: -10px;
    transition: .25s;
    visibility: hidden;
    width: 80px;
    z-index: 10;
}

.stt-select .stt-item:after {
    content: '●';
    display: none;
    position: absolute;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    color: #999;
}

.stt-select .stt-item[data-stt-active]:after {
    display: block;
}

.stt-lang-select.on {
    max-height: 600px;
    transition: max-height .15s ease-in;
}

.stt-lang-select.on .stt-select {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.stt-lang-select.on .stt-text {
    display: none;
}

.stt-lang-select .stt-select a {
    position: relative;
    display: block;
    padding: 7px 26px 7px 0;
    font-size: 14px;
    color: #4d5357;
}

.language-select-box select {
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    padding: 3px;
    width: 38.5px;
    position: relative;
    z-index: 100;
    font-family: "Outfit", sans-serif;
}

.language-select-box select option {
    outline: none;
    padding: 3px;
    color: #4d5357;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
}

.language-select-box {
    position: relative;
}

.language-select-box::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.language-select-box {
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    width: 38.5px;
    position: relative;
    z-index: 100;
    font-family: "Outfit", sans-serif;
}

.stt-lang-select {
    bottom: auto;
    padding: 3px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    clip: auto;
    color: #333;
    cursor: pointer;
    direction: ltr;
    display: block;
    float: none;
    font: 400;
    height: auto;
    left: auto;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    outline: 0;
    overflow: visible;
    padding: 0;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transition: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    width: 100%;
    word-spacing: normal;
    z-index: auto;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    overflow: hidden;
    max-height: 40px;
}

.stt-lang-select .stt-text {
    color: #fff;
    font-size: 14px;
}

.page .stt-lang-select .stt-text {
    color: #4d5357;
}

.stt-lang-select .stt-select {
    padding: 7px 0 7px 16px;
}



a:hover {
    opacity: 0.5;
}

a {
    cursor: pointer;
    transition: 0.7s;
}

html {
    font-family: "Noto Sans JP", system-ui;
}

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

.en {
    font-family: "Outfit", sans-serif;
}

body.hidden {
    position: fixed;
    width: 100%;
    height: 100%;
}

.flex-box {
    display: flex;
}

.top-bottom-img {
    width: 100%;
}

img {
    width: 100%;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

.black-top-bg {
    position: absolute;
    height: 80px;
    opacity: 0.25;
    z-index: 101;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

br.sp {
    display: none;
}

@media (min-width: 769px) {
    html {
        font-size: .7320644217vw;
    }
}

@media (min-width: 1441px) {
    html {
        font-size: .6944444444vw;
    }
}

@media (max-width: 768px) {
    br.pc {
        display: none;
    }

    br.sp {
        display: block;
    }
}

.en-ttl {
    font-size: 64px;
    line-height: 1;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}

.ttl-line {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    color: #4d5357;
    font-size: 14px;
    writing-mode: vertical-rl;
}

.ttl-line span {
    letter-spacing: 0;
}

.ttl-line::after {
    width: 84px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: '';
    display: block;
    height: 32px;
    background-image: url('../images/common/sub-ttl-line-bg.svg');
}

.area-img-box {
    width: 100%;
    max-width: 1120px;
    margin-right: -160px;
    position: relative;
}

@media screen and (min-width: 1441px) {
    .area-img-box {
        width: 100%;
        max-width: 112rem;
    }
}

@media screen and (max-width: 768px) {
    .en-ttl {
        font-size: 32px;
        line-height: 1;
        text-align: center;
    }

    .ttl-line {
        position: relative;
        margin: 0 auto;
        text-align: center;
        font-weight: 500;
        line-height: 1.3;
        margin: 0 auto;
        font-size: 12px;
        writing-mode: vertical-rl;
    }

    .ttl-line::after {
        width: 72px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        content: '';
        display: block;
        height: 28px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../images/common/sub-ttl-line-bg-sp.svg');
    }
}


/* =================================
ヘッダー
================================= */
#header {
    height: 80px;
    display: flex;
    width: 100%;
    align-items: center;
    transition: 0.7s;
}

.is-white#header {
    background-color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
}

#header .black {
    display: none;
}

.is-white#header .black {
    display: block;
}

.is-white#header .white {
    display: none;
}

#header {
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    position: fixed;
    z-index: 300;
}

.header-inner {
    padding-left: 40px;
    padding-right: 32px;
    width: 100%;
}

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

.header-box a {
    align-items: center;
    display: flex;
}

.header-box .logo {
    max-width: 240px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-right: 33px;
    padding-right: 33px;
    cursor: pointer;
    border-right: 1px solid #808080;
}

.header-box .logo a:hover {
    opacity: 0.5;
}

.home .header-box .logo .black {
    display: none;
}

.page .header-box .logo .white {
    display: none;
}

.page #header .logo .black {
    display: block;
}

.header-sub-ttl h1 {
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    display: block;
    color: #fff;
    line-height: 1;
    margin-bottom: 9px;
}

.home .is-white h1 {
    color: #4d5357;
}

.page .header-sub-ttl h1 {
    color: #4d5357;
}

.header-sub-ttl p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.page .header-sub-ttl p {
    color: #4d5357;
}

.home .is-white p {
    color: #4d5357;
}

.header-r {
    display: flex;
    align-items: center;
}

/* グローバルナビ */
.g-nav {
    display: flex;
    align-items: center;
    margin-top: -4px;
}
.g-nav li {
    line-height: 1;
}
.g-nav li+li {
    margin-left: 33px;
}

.g-nav a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.g-nav a:hover {
    opacity: 0.5;
}

.page .g-nav a {
    color: #4d5357;
}

.home .is-white .g-nav a {
    color: #4d5357;
}

.g-nav li.contact a {
    position: relative;
    line-height: 1;
    border-radius: 4px;
    padding: 2px 14px 4px;
    opacity: 1;
    background-color: rgba(141, 194, 31, 1);
}

.g-nav li.contact a:hover {
    background-color: rgba(141, 194, 31, 0.7);
}

.g-nav li.contact a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    z-index: -1;
    display: block;
}

.page .g-nav li.contact a {
    color: #fff;
}

.home .is-white .g-nav li.contact a {
    color: #fff;
}



.page .language {
    color: #4d5357;
}

.home .is-white .language {
    color: #4d5357;
}
.is-white .stt-lang-select .stt-text {
    color: #4d5357;
}
.page .language-select-box::after {
    border-top: 6px solid #4d5357;
}

.home .is-white .language-select-box::after {
    border-top: 6px solid #4d5357;
}

/* ハンバーガーメニュー */
.openbtn {
    width: 16px;
    height: 16px;
    margin-left: 32px;
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;

}

.openbtn span {
    display: block;
    height: 2px;
    width: 16px;
    background-color: #ffffff;
    position: absolute;
    transition: 0.6s;
}

.page .openbtn span {
    background-color: #4d5357;
}

.home .is-white .openbtn span {
    background-color: #4d5357;
}

.active .openbtn span {
    display: block;
    position: absolute;
    background-color: #fff;
    transition: 0.6s;
}


.openbtn span:nth-of-type(1) {
    top: 0;
}

.openbtn span:nth-of-type(2) {
    top: 7px;
}

.openbtn span:nth-of-type(3) {
    top: 14px;
}

.active .openbtn span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
}

.active .openbtn span:nth-of-type(2) {
    opacity: 0;
    /*çœŸã‚“ä¸­ã®ç·šã¯é€éŽ*/
}

.active .openbtn span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
}

.contact-btn-sp {
    display: none;
}

@media screen and (max-width: 1440px) {
    #header {
        width: 1440px;
        transform: translateX(0);
        left: 0;
    }

}

@media screen and (max-width: 768px) {
    #header {
        padding-top: 12px;
        height: 78px;
        display: flex;
        width: 100%;
        align-items: flex-start;
    }

    #header {
        width: 100%;
        transform: translateX(0);
        left: auto;
    }

    .header-inner {
        padding-left: 8px;
        padding-right: 12px;
        width: 100%;
    }

    .header-box .logo {
        max-width: 126px;
        width: 100%;
        padding-top: 3px;
        font-size: 0;
        padding-bottom: 3px;
        margin-right: 8px;
        padding-right: 10px;
        border-right: 1px solid #808080;
    }

    .header-box .logo a {
        font-size: 0;
        display: block;
    }

    .g-nav {
        display: none;
    }

    .header-sub-ttl h1 {
        font-size: 8px;
        font-weight: 700;
        display: block;
        color: #fff;
        line-height: 1;
        margin-bottom: 3px;
    }

    .header-sub-ttl p {
        font-size: 8px;
        font-weight: 700;
        color: #fff;
        line-height: 1;
    }

    .openbtn {
        width: 18px;
        height: 18px;
        margin-left: 20px;
        position: relative;
        cursor: pointer;
    }

    .openbtn span {
        display: block;
        height: 2px;
        width: 18px;
        background-color: #ffffff;
        position: absolute;
        transition: 0.6s;
    }

    .openbtn span:nth-of-type(2) {
        top: 8px;
    }

    .openbtn span:nth-of-type(3) {
        top: 16px;
    }

    .language-select-box {
        margin-left: 0;
        display: flex;
        align-items: center;
        padding-right: 0;
        width: 26px;
    }

    .language-select-box::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        border-top: 4px solid #fff;
        border-bottom: 0;
    }

    .language-select-box select {
        font-size: 10.5px;
        width: 26px;
    }

    .stt-lang-select .stt-text {
        font-size: 10.5px;
    }

    .language-select-box select option {
        font-size: 10.5px;
    }

    .stt-lang-select .stt-select a {
        position: relative;
        display: block;
        padding: 4px 13px 4px 0;
        font-size: 10.5px;
        color: #4d5357;
    }

    .stt-select {
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
        left: -10px;
        opacity: 0;
        padding: 10px 0 24px;
        pointer-events: none;
        position: absolute;
        top: -10px;
        transition: .25s;
        visibility: hidden;
        width: 50px;
        z-index: 10;
    }

    .stt-select .stt-item:after {
        content: '●';
        display: none;
        position: absolute;
        font-size: 8px;
        top: 50%;
        transform: translateY(-50%);
        right: 9px;
        color: #999;
    }

    .contact-btn-sp {
        border-radius: 3px;
        padding: 3px 14px;
        font-size: 10.5px;
        max-width: 100px;
        display: flex;
        margin-left: auto;
        margin-right: -8px;
        margin-top: 12px;
        align-items: center;
        height: 20px;
        width: 100%;
        color: #fff;
        background-color: #8dc21f;
    }
}

/* =================================
ヘッダー（下層ページ）
================================= */
.page #header {
    background-color: #fff;
    height: 80px;
    display: flex;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 1440px) {
    .page #header {
        width: 1440px;
    }
}

@media screen and (max-width: 768px) {

    .page #header {
        height: 48px;
        display: flex;
        padding-top: 12px;
        padding-bottom: 12px;
        width: 100%;
        align-items: center;
    }

    .home .is-white#header {
        height: 48px;
        display: flex;
        padding-top: 12px;
        padding-bottom: 12px;
        width: 100%;
        align-items: center;
    }

    .contact-btn-sp {
        border-radius: 3px;
        padding: 3px 14px;
        font-size: 10.5px;
        max-width: 100px;
        display: flex;
        margin-left: auto;
        margin-right: 0;
        margin-top: 11px;
        align-items: center;
        height: 20px;
        width: 100%;
        color: #fff;
        position: absolute;
        right: 4px;
        justify-content: center;
        background-color: #8dc21f;
    }

    .black-top-bg {
        display: none;
    }

}

/* =================================
お問い合わせエリア
================================= */
.contact-common-area {
    position: relative;
    background-color: #343d61;
}

.contact-common-area .inner {
    padding: 80px 0;
    max-width: 900px;
    margin: 0 auto;
}

.contact-flex {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-logo-box a {
    align-items: center;
    display: flex;
}

.contact-logo-box .logo {
    max-width: 207px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-right: 33px;
    padding-right: 33px;
    border-right: 1px solid #808080;
}

.contact-sub-ttl h3 {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.contact-sub-ttl p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.contact-btn-box {
    max-width: 305px;
    width: 100%;
    text-align: center;
}

.contact-btn-box h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

/*

.bg-inner {
    height: 100%;
    width: 100%;
    background-image: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343d61;
    clip-path: inset(0);
}

.contact-common-area::before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    height: 100%;
    mix-blend-mode: color-burn;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/common/contact-bg.png');
    z-index: -1;
  }
    .simpleParallax {
    height: 100%;
}
.content-bg {
    position: absolute;
    left: 0;
    opacity: 0.5;
    top: 0;
    mix-blend-mode: color-burn;
    width: 100%;
    height: 100%;
}

.content-bg img {
    object-fit: cover;
}
    .content-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: color-burn;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/common/contact-bg.png');
    opacity: 0.5;
}

*/
.content-bg {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: color-burn;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/common/contact-bg.png');
    height: 100%;
    width: 100%;
    background-position: 0px 0px;
    background-repeat: repeat-y;
    opacity: 0.5;
    background-size: cover;
}

.contact-btn {
    background-color: rgba(141, 194, 31, 1);
    position: relative;
    max-width: 240px;
    font-size: 16px;
    padding: 11px 0 13px;
    font-weight: 400;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    line-height: 1;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 4px 6px;
    background-position: right 8px center;
    opacity: 1 !important;
}

.contact-btn:hover {
    background-color: rgba(141, 194, 31, 0.7);
}

/*
.contact-btn::before {
    content: '';
    display: inline-block;
    background-image: url('../images/common/white-right-arrow.svg');
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    right: 12px;
    width: 4px;
    height: 6px;
    opacity: 0;
    transition: all ease .5s;
}

.contact-btn:hover::before {
    opacity: 1;
    right: 8px;
}
.contact-btn:hover .c-arrow {
    transform: translateX(6px);
    opacity: 0;
}
*/
.c-arrow {
    width: 4px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    transition: all ease .5s;
    opacity: 1;
}

.contact-btn::after {
    opacity: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    z-index: -1;
    display: block;
}

.question-btn {
    background-color: #ffffff;
    max-width: 240px;
    font-size: 16px;
    padding: 11px 0 13px;
    font-weight: 400;
    color: #4d5357;
    display: block;
    text-align: center;
    margin: 8px auto 0;
    border-radius: 4px;
    line-height: 1;
    width: 100%;
    opacity: 1 !important;
    background-image: url('../images/common/black-right-arrow.svg');
    background-repeat: no-repeat;
    background-size: 4px 6px;
    background-position: right 8px center;
}

.question-btn:hover {
    background-color: #cccccc;
}

@media screen and (max-width: 1440px) {
    .contact-common-area {
        width: 1440px;
    }
}

@media screen and (max-width: 768px) {
    .contact-common-area {
        width: 100%;
    }

    .contact-common-area .inner {
        padding: 64px 0 60px;
        max-width: 900px;
        margin: 0 auto;
    }

    .contact-flex {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .contact-logo-box a {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 33px;
    }

    .contact-logo-box .logo {
        max-width: 169px;
        margin-right: 8px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 8px;
    }

    .contact-sub-ttl h3 {
        font-size: 11px;
        display: block;
        color: #fff;
        line-height: 1;
        margin-bottom: 4px;
    }

    .contact-sub-ttl p {
        font-size: 11px;
        color: #fff;
        line-height: 1;
    }

    .contact-btn-box {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .contact-btn-box h4 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .contact-btn {
        background-color: #8dc21f;
        max-width: 210px;
        font-size: 14px;
        padding: 9.5px 0 11.5px;
        color: #fff;
        display: block;
        text-align: center;
        margin: 0 auto;
        border-radius: 4px;
        line-height: 1;
        width: 100%;
        background-image: url(../images/common/white-right-arrow.svg);
        background-repeat: no-repeat;
        background-size: 4px 6px;
        background-position: right 8px center;
    }

    .question-btn {
        background-color: #ffffff;
        max-width: 210px;
        font-size: 14px;
        padding: 9.5px 0 11.5px;
        color: #4d5357;
        display: block;
        text-align: center;
        margin: 10px auto 0;
        border-radius: 4px;
        line-height: 1;
        width: 100%;
        background-image: url(../images/common/black-right-arrow.svg);
        background-repeat: no-repeat;
        background-size: 4px 6px;
        background-position: right 8px center;
    }
}

/* =================================
フッター
================================= */
#footer {
    position: relative;
}

#footer .copy {
    font-family: "Outfit", sans-serif;
    padding: 20px 0 18px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color: #4d5357;
    font-weight: 400;
}

.footer-top {
    padding: 22px 0;
    background-color: #f4f4f4;
}

.footer-top .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-nav.left {
    margin-right: 32px;
    padding-right: 32px;
    display: flex;
    border-right: 1px solid #808080;
    align-items: center;
}
.ft-nav {
    display: flex;
    align-items: center;
}
.gateway-area-wrap .ft-nav {
    margin-right: 32px;
}

.gateway-city-wrap a {
    display: flex;
    align-items: center;
}
.gateway-city-logo {
    max-width: 82px;
    margin-left: 35px;
    width: 100%;
}
.ft-nav li+li {
    margin-left: 48px;
}

.ft-nav li {
    font-size: 0;
    line-height: 1;
}

.ft-logo-wrap .ft-nav li {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    line-height: 1.3;
    color: #4d5357;
    position: relative;
}
.ft-logo-wrap .ft-nav li.external span {
    display: inline;
    position: relative;
}
.ft-logo-wrap .ft-nav li.external a::after {
    background: none;
    content:none;
}
.ft-nav li.external span {
    position: relative;
}
.ft-nav li.external span::after {
    top: 2px;
    left: auto;
    transform: translateY(0);
    right: -13px;
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 7px;
    background-image: url('../images/common/external-black-icon.svg');
}
.gateway-area-wrap .ft-nav li.external span::after {
    top: 4px;
}
.ft-nav li a {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #4d5357;
    position: relative;
}

.ft-nav li a::after {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    width: 4px;
    height: 6px;
    background-image: url('../images/common/black-right-arrow.svg');
}

.ft-nav li.external a::after {
    content: none;
}


.footer-logo {
    max-width: 120px;
    width: 100%;
}

.page-top {
    bottom: 34px;
    right: 20px;
    position: absolute;
    border-radius: 3px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    z-index: 200;
    background-color: #4d5357;
    cursor: pointer;
}

.page-top img {
    width: 16px;
    height: 8px;
}

.footer-logo-box .sp {
    display: none;
}

.ft-logo-wrap a {
    display: flex;
    align-items: center;
}
.ft-logo-wrap .ft-nav li {
    text-align: center;
}
.ft-nav.sp {
    display: none;
}

@media screen and (max-width: 1440px) {
    #footer {
        width: 1440px;
    }
}

@media screen and (max-width: 768px) {
    #footer {
        width: 100%;
    }
    .ft-nav.sp {
        display: flex;
    }
    #footer .copy {
        padding: 16px 0 16px;
        font-size: 12.5px;
        text-align: center;
        line-height: 19px;
        position: relative;
        z-index: 1000;
        color: #4d5357;
    }

    .page-top {
        bottom: 45.5px;
        right: 4px;
        position: absolute;
        border-radius: 3px;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        background-color: #4d5357;
    }

    .footer-top {
        padding: 30px 0 26px;
        background-color: #f4f4f4;
    }

    .footer-top .flex-box {
        display: block;
    }

    .ft-nav .pc,
    .gateway-area-wrap {
        display: none;
    }
    .ft-nav.left {
        margin-right: -12px;
        padding-right: 0;
        border-right: none;
        align-items: center;
    }
    .footer-logo-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logo-box .sp {
        display: block;
    }

    .ft-nav {
        margin-right: auto;
        margin-left: auto;
        display: flex;
        justify-content: center;
    }
    .ft-nav.bottom {
        margin-top: 23px;
        margin-left: -28px;
    }

    .ft-nav li+li {
        margin-left: 26px;
    }
    .ft-nav li.gateway-city {
        border-left: 1px solid #808080;
        text-align: center;
        margin-left: 34px;
        padding-left: 21px;
    }
    .ft-nav li a {
        font-size: 12.5px;
        line-height: 1.2;
        position: relative;
    }

    .footer-logo-box .sp a {
        display: block;
        font-size: 12.5px;
        line-height: 1.2;
        font-weight: 700;
        position: relative;
        text-align: center;
        color: #4d5357;
    }

    .footer-logo {
        max-width: 78px;
        margin-left: 27px;
        width: 100%;
    }

    .footer-logo-box li.external::after {
        top: auto;
        bottom: 6px;
        left: auto;
        transform: translateY(0);
        right: -15px;
        content: '';
        display: block;
        width: 9px;
        height: 7px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('../images/common/external-black-icon.svg');
    }

    .ft-logo-wrap .footer-logo-box li {
        display: block;
        font-size: 12.5px;
        line-height: 1.2;
        position: relative;
        text-align: center;
        color: #4d5357;
    }

    .ft-logo-wrap {
        margin-top: 23px;
    }

    .ft-logo-wrap a {
        width: auto;
        display: table;
        margin-left: auto;
        margin-right: auto;
        justify-content: center
    }

    .ft-logo-wrap .ft-nav {
        display: block;
    }
}


#sp-menu {
    overscroll-behavior: none;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    background-color: #fff;
}

.close-btn {
    top: 32px;
    font-size: 0;
    position: absolute;
    right: 32px;
    width: 100%;
    max-width: 16px;
}

.sp-menu.active {
    pointer-events: auto;
    visibility: visible;
    transform: translate(0px, 0%);
}

.sp-menu {
    opacity: 1;
    transition: 0.7s;
    position: fixed;
    overflow: auto;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    right: 0;
    pointer-events: none;
    z-index: 10002;
    transform: translateX(100%);
    max-width: 100%;
}

.sp-menu {
    height: -webkit-fill-available;
}

.sp-menu-inner {
    padding: 144px 32px 0;
    position: relative;
    padding-top: 144px;
    padding-bottom: 0;
}

.sp-menu-nav {
    position: relative;
}

.sp-menu-nav+.sp-menu-nav {
    margin-top: 40px;
    padding-top: 40px;
}

.sp-menu-nav+.sp-menu-nav::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    background-color: #e0e0e0;
    width: 40px;
    height: 1px;
}

.sp-menu-nav ul {
    position: relative;
}

.sp-menu-nav ul li {
    line-height: 1;
    position: relative;
    display: table;
}

.sp-menu-nav ul a {
    display: table;
    margin: 0;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 4px 6px;
    background-position: left top 5px;
    background-image: url(../images/common/black-right-arrow.svg);
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #4d5357;
    line-height: 1;
}
.sp-menu-nav ul li.external span {
    position: relative;
}
.sp-menu-nav ul li.external span.ext::after {
    top: 3px;
    left: auto;
    transform: translateY(0);
    right: -16px;
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 7px;
    background-image: url('../images/common/external-black-icon.svg');
}

.sp-menu-nav ul li.external span.img-ext {
    top: 3px;
    right: -16px;
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 7px;
}

.sp-menu-nav ul li+li {
    margin-top: 20px;
}

.sp-nav-copy {
    font-size: 12px;
    margin-top: 80px;
    font-weight: 400;
    color: #4d5357;
    line-height: 1.5;
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}

.close-btn {
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #sp-menu {
        max-width: 320px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        background-color: #fff;
    }

    .sp-menu-inner {
        padding: 120px 25px 30px;
        position: relative;
        padding-bottom: 0;
    }

    .close-btn {
        font-size: 0;
        top: 15px;
        position: absolute;
        right: 12px;
        width: 100%;
        max-width: 18px;
    }

    .sp-menu-nav+.sp-menu-nav {
        margin-top: 30px;
        padding-top: 30px;
    }

    .sp-menu-nav ul li+li {
        margin-top: 16px;
    }

    .sp-menu-nav+.sp-menu-nav::after {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        background-color: #e0e0e0;
        width: 40px;
        height: 1px;
    }

    .sp-nav-copy {
        font-size: 12px;
        margin-top: 61px;
        font-weight: 400;
        color: #4d5357;
        line-height: 1.5;
    }

    .sp-nav-copy {
        padding-bottom: 30px;
        font-size: 12px;
        margin-top: 61px;
        font-weight: 400;
        color: #4d5357;
        line-height: 1.5;
    }

    .sp-menu-nav ul a {
        display: table;
        margin: 0;
        background-repeat: no-repeat;
        background-size: 4px 6px;
        background-position: left top 5px;
        background-image: url(../images/common/black-right-arrow.svg);
        padding-left: 12px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.05em;
        color: #4d5357;
        line-height: 1;
    }

    .sp-menu-nav ul li.external span.ext::after {
        top: 3px;
        left: auto;
        transform: translateY(0);
        right: -13px;
        content: '';
        display: block;
        position: absolute;
        width: 9px;
        height: 7px;
        background-image: url(../images/common/external-black-icon.svg);
    }
}