.ttl-shared span {
    display: block;
    font-weight: bold
}

.ttl-shared span.jp {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .08em
}

.ttl-shared span.jp::before {
    content: "";
    position: absolute;
    background: #a9a9a9;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    top: 5px;
    left: 0
}

.ttl-shared span.en {
    margin-top: 25px;
    font-size: 60px;
    line-height: 54px;
    letter-spacing: 0
}

.ttl-shared i {
    color: #1a36c8;
    letter-spacing: 0
}

@media screen and (min-width: 768px) {
    .ttl-shared span.en {
        margin-top: 24px;
        font-size: 80px;
        line-height: 72px
    }
}

.btn-shared {
    max-width: 300px;
    width: 100%;
    margin: 0 auto
}

.btn-shared a {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 40px;
    background: #fff;
    color: #1a36c8;
    border: 1px solid rgba(0, 0, 0, 0);
    font-weight: bold;
    height: 72px;
    padding-left: 40px;
    transition: .3s linear
}

.btn-shared a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow1.png") no-repeat;
    background-size: 100%;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    transition: .3s linear
}

.btn-shared a span {
    display: block;
    line-height: 1
}

.btn-shared a span.en {
    font-size: 22px;
    letter-spacing: 0
}

.btn-shared a span.jp {
    margin-left: 12px;
    font-size: 14px;
    letter-spacing: .03em
}

.btn-shared.type-2 a {
    background: #1a36c8;
    color: #fff
}

.btn-shared.type-2 a::before {
    background-image: url("../img/shared/icon_arrow2.png")
}

@media screen and (min-width: 768px) {
    .btn-shared a:hover {
        background: #1a36c8;
        color: #fff;
        border-color: #fff
    }

    .btn-shared a:hover::before {
        background-image: url("../img/shared/icon_arrow2.png")
    }

    .btn-shared.type-2 a:hover {
        background: #fff;
        color: #1a36c8;
        border-color: #1a36c8
    }

    .btn-shared.type-2 a:hover::before {
        background-image: url("../img/shared/icon_arrow1.png")
    }
}

#header .logo {
    position: fixed;
    top: 18px;
    left: 24px;
    width: 138px;
    z-index: 1000
}

#header .logo a {
    position: relative;
    display: block
}

#header .logo a img {
    display: block;
    transition: .3s linear
}

#header .logo a img.off {
    opacity: 0
}

#header .logo a img.on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
}

@media screen and (min-width: 768px) {
    #header .logo {
        position: absolute;
        top: 40px;
        left: 49px;
        width: 206px
    }
}

@media screen and (min-width: 768px)and (max-width: 1150px) {
    #header .logo {
        left: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 940px) {
    #header .logo {
        top: 20px;
        left: 50%;
        transform: translateX(-50%)
    }
}

#hamburger {
    position: fixed;
    top: 18px;
    right: 24px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px
}

#hamburger .inner {
    position: relative;
    width: 16px;
    height: 16px
}

#hamburger .inner span {
    position: absolute;
    display: block;
    background: #1a36c8;
    width: 100%;
    height: 2px;
    transition: .3s linear
}

#hamburger .inner span:nth-child(1) {
    top: 0
}

#hamburger .inner span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

#hamburger .inner span:nth-child(3) {
    bottom: 0
}

#hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

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

#hamburger.is-active span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
}

#menu-toggle {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow-y: auto;
    padding: 8px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s linear
}

#menu-toggle .inner {
    background: #1a36c8;
    height: 100%;
    border-radius: 16px;
    padding: 10px 16px 40px
}

#menu-toggle .logo {
    width: 138px
}

#menu-toggle .logo a {
    display: block
}

#menu-toggle .logo a img {
    display: block
}

#menu-toggle .nav-list {
    margin: 40px 6px 0
}

#menu-toggle .nav-list li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .08em
}

#menu-toggle .nav-list li+li {
    margin-top: 25px
}

#menu-toggle .nav-list li.parent .sub-menu {
    margin: 25px 0 0 11px
}

#menu-toggle .nav-list li.parent .sub-menu li a {
    position: relative;
    padding-left: 20px
}

#menu-toggle .nav-list li.parent .sub-menu li a::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#menu-toggle .nav-list li.btn-mail {
    width: 180px;
    margin: 39px auto 0
}

#menu-toggle .nav-list li.btn-mail a {
    text-align: center;
    background: #fff;
    color: #1a36c8;
    border-radius: 40px
}

#menu-toggle .nav-list li.btn-mail a span {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 24px;
    font-size: 13px;
    line-height: 50px
}

#menu-toggle .nav-list li.btn-mail a span::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_mail.png") no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    background-size: 100%;
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    #menu-toggle {
        inset: 42px 42px auto auto;
        width: 836px;
        height: 56px;
        overflow: visible;
        border-radius: 40px;
        background: #f7f7f7;
        padding: 4px;
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    #menu-toggle .inner {
        background: rgba(0, 0, 0, 0);
        padding: 0
    }

    #menu-toggle .nav-list {
        display: flex;
        justify-content: space-between;
        margin: 0
    }

    #menu-toggle .nav-list li a {
        color: #1a36c8;
        border-radius: 40px !important;
        padding: 0 16px;
        font-size: 13px;
        line-height: 48px;
        letter-spacing: 0;
        transition: .3s linear
    }

    #menu-toggle .nav-list li a:hover,
    #menu-toggle .nav-list li a.active {
        background: #1a36c8 !important;
        color: #fff !important
    }

    #menu-toggle .nav-list li+li {
        margin-top: 0
    }

    #menu-toggle .nav-list li.parent {
        position: relative
    }

    #menu-toggle .nav-list li.parent a {
        position: relative;
        padding-right: 35px
    }

    #menu-toggle .nav-list li.parent a::before {
        content: "";
        position: absolute;
        background: url("../img/shared/icon_drop_down.png") no-repeat;
        width: 14px;
        height: 14px;
        background-size: 100%;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        transition: .3s linear
    }

    #menu-toggle .nav-list li.parent a.active::before,
    #menu-toggle .nav-list li.parent a:hover::before {
        background-image: url("../img/shared/icon_drop_up2.png") !important
    }

    #menu-toggle .nav-list li.parent .sub-menu {
        position: absolute;
        top: 44px;
        left: 50%;
        width: 122px;
        transform: translateX(-50%);
        margin: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s linear
    }

    #menu-toggle .nav-list li.parent .sub-menu ul {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, .25)
    }

    #menu-toggle .nav-list li.parent .sub-menu li a {
        padding: 0;
        text-align: center;
        line-height: 48px;
        border-radius: 16px !important
    }

    #menu-toggle .nav-list li.parent .sub-menu li a::before {
        display: none
    }

    #menu-toggle .nav-list li.parent .sub-menu li a:hover {
        background: #1a36c8 !important;
        color: #fff !important
    }

    #menu-toggle .nav-list li.parent:hover a::before {
        background-image: url("../img/shared/icon_drop_up.png")
    }

    #menu-toggle .nav-list li.parent:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    #menu-toggle .nav-list li.btn-mail {
        width: auto;
        margin: 0
    }

    #menu-toggle .nav-list li.btn-mail a {
        text-align: left;
        background: none;
        border-radius: unset
    }

    #menu-toggle .nav-list li.btn-mail a span {
        padding-left: 24px;
        font-size: 13px;
        line-height: 48px
    }

    #menu-toggle .nav-list li.btn-mail a span::before {
        transition: .3s linear;
        width: 14px;
        height: 14px
    }

    #menu-toggle .nav-list li.btn-mail a:hover span::before {
        background-image: url("../img/shared/icon_mail2.png")
    }
}

@media screen and (min-width: 768px)and (max-width: 1150px) {
    #menu-toggle {
        width: -moz-fit-content;
        width: fit-content;
        right: 30px
    }

    #menu-toggle .nav-list li a {
        padding: 0 14px;
        font-size: 12px
    }

    #menu-toggle .nav-list li.btn-mail a span {
        padding-left: 18px;
        font-size: 12px
    }

    #menu-toggle .nav-list li.btn-mail a span::before {
        width: 12px;
        height: 12px
    }

    #menu-toggle .nav-list li+li {
        margin-left: 5px
    }
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #menu-toggle {
        width: auto;
        left: 230px
    }

    #menu-toggle .nav-list li a {
        padding: 0 10px;
        font-size: 11px
    }

    #menu-toggle .nav-list li.parent a {
        padding-right: 25px
    }

    #menu-toggle .nav-list li.parent a::before {
        right: 10px;
        width: 10px;
        height: 10px
    }

    #menu-toggle .nav-list li.btn-mail a span {
        padding-left: 18px;
        font-size: 12px
    }

    #menu-toggle .nav-list li.btn-mail a span::before {
        width: 12px;
        height: 12px
    }
}

@media screen and (min-width: 768px)and (max-width: 940px) {
    #menu-toggle {
        width: auto;
        left: 30px;
        right: 30px;
        top: 100px;
        margin: 0 auto
    }

    #menu-toggle.active {
        top: 20px;
    }
}

#keyvisual {
    position: relative
}

#keyvisual .photo img {
    border-radius: 16px
}

#keyvisual .group {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    z-index: 1
}

#keyvisual .group .btn-entry {
    max-width: 136px
}

#keyvisual .group .btn-entry a {
    display: block
}

@media screen and (min-width: 768px) {
    #keyvisual .photo {
        height: 747px
    }

    #keyvisual .group {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        bottom: 62px;
        left: 40px;
        right: 56px;
    }

    #keyvisual .group h2 {
        order: 2;
        max-width: 582px;
    }

    #keyvisual .group .btn-entry {
        order: 1;
        max-width: 216px;
        margin-bottom: -22px;
    }

    #keyvisual .group .btn-entry a {
        display: block
    }
}

#keyvisual-child {
    border-bottom: 1px solid #ccc;
    padding: 135px 0 16px;
    margin: 0 26px
}

#keyvisual-child h2 span {
    display: block
}

#keyvisual-child h2 span.en {
    margin-top: 27px;
    font-size: 72px;
    font-weight: 600;
    line-height: 63.36px;
    letter-spacing: 0
}

#keyvisual-child h2 span.en i {
    letter-spacing: 0
}

#keyvisual-child .bread {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 55px
}

#keyvisual-child .bread li {
    font-size: 12px;
    font-weight: bold;
    line-height: 16.8px;
    letter-spacing: .04em
}

#keyvisual-child .bread li a {
    position: relative;
    display: block;
    padding-right: 32px;
    letter-spacing: .04em
}

#keyvisual-child .bread li a::before {
    content: "";
    position: absolute;
    background: #d9d9d9;
    width: 16px;
    height: 2px;
    bottom: 6px;
    right: 8px
}

@media screen and (min-width: 768px) {
    #keyvisual-child {
        padding: 223px 0 16px;
        margin: 0 40px
    }

    #keyvisual-child h2 span.en {
        margin-top: 27px;
        font-size: 96px;
        line-height: 84.48px
    }

    #keyvisual-child .bread {
        margin-top: 19px
    }

    #keyvisual-child .bread li a:hover {
        text-decoration: underline
    }
}

#footer {
    padding: 80px 20px 40px
}

#footer .col-l .logo {
    width: 89px
}

#footer .col-l h2 {
    margin-top: 35px
}

#footer .col-r .info {
    color: #212121;
    margin-top: 54px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: .04em
}

#footer .col-r .info span {
    margin-left: 10px;
    letter-spacing: .08em
}

#footer .col-r .btn-tel {
    color: #1a36c8;
    margin-top: 11px;
    font-size: 30px;
    font-weight: bold;
    line-height: 37.5px;
    letter-spacing: .04em
}

#footer .col-r .btn-tel a {
    letter-spacing: .04em
}

#footer .col-r .btn-mail {
    width: 180px;
    margin: 13px auto 0
}

#footer .col-r .btn-mail a {
    display: block;
    text-align: center;
    border: 1px solid #1a36c8;
    color: #1a36c8;
    border-radius: 40px
}

#footer .col-r .btn-mail a span {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 20px;
    line-height: 48px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .08em
}

#footer .col-r .btn-mail a span::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_mail.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#footer .col-r .privacy {
    color: #1a36c8;
    margin-top: 53px
}

#footer .col-r .privacy dt {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: .08em
}

#footer .col-r .privacy dd {
    margin-top: 23px;
    font-size: 13px;
    line-height: 19.5px;
    font-weight: bold;
    letter-spacing: .04em
}

@media screen and (min-width: 768px) {
    #footer {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 90px 48px 56px
    }

    #footer .col-l {
        position: relative;
        border-right: 1px solid #d2d2d2;
        padding-right: 158px;
        margin-right: 25px;
    }

    #footer .col-l::before {
        content: "";
        position: absolute;
        background: #1a36c8;
        width: 1px;
        height: 142px;
        bottom: 0;
        right: -1px
    }

    #footer .col-l .logo {
        width: 111px
    }

    #footer .col-l h2 {
        max-width: 449px;
        margin-top: 98px;
    }

    #footer .col-r .info {
        text-align: right;
        margin-top: 0px;
        font-size: 13px;
        line-height: 18.2px
    }

    #footer .col-r .info span {
        margin-left: 8px
    }

    #footer .col-r .btn-tel {
        text-align: right;
        margin-top: 8px;
        font-size: 38px;
        line-height: 47.5px
    }

    #footer .col-r .btn-mail {
        width: 258px;
        margin: 11px 0 0 auto
    }

    #footer .col-r .btn-mail a {
        transition: .3s linear
    }

    #footer .col-r .btn-mail a span {
        padding-left: 25px;
        line-height: 54px;
        font-size: 14px
    }

    #footer .col-r .btn-mail a span::before {
        transition: .3s linear
    }

    #footer .col-r .btn-mail a:hover {
        background: #1a36c8;
        color: #fff
    }

    #footer .col-r .btn-mail a:hover span::before {
        background-image: url("../img/shared/icon_mail2.png")
    }

    #footer .col-r .privacy {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: flex-end;
        -moz-column-gap: 24px;
        gap: 24px;
        margin-top: 46px
    }

    #footer .col-r .privacy dt {
        margin-bottom: 3px;
        line-height: 1
    }

    #footer .col-r .privacy dt a:hover {
        text-decoration: underline;
    }

    #footer .col-r .privacy dd {
        line-height: 1;
        margin-top: 0
    }
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #footer {
        padding-left: 30px;
        padding-right: 30px
    }

    #footer .col-l {
        flex: 1;
        padding-right: 25px;
    }

    #footer .col-r {
        max-width: 320px
    }
}


@media screen and (max-width: 767px) {
    body::before {
        content: "";
        position: fixed;
        background: #fff;
        height: 79px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        transition: .3s linear;
        opacity: 0
    }

    body.active::before {
        opacity: 1
    }

    body.active #header .logo a img.off {
        opacity: 0
    }

    body.active #header .logo a img.on {
        opacity: 1
    }

    body.active #hamburger .inner span {
        background: #1a36c8
    }

    body.navOpen #header .logo {
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }

    body.navOpen #hamburger .inner span {
        background: #fff
    }
}