/*蜈ｱ騾�*/

.footer-btn {
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 17px;
    padding-left: 34px;
    width: 240px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: inset 0px -4px 3px rgba(0, 0, 0, 0.15);
    border-radius: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    transition: 1s;
}

.footer-btn img {
    position: absolute;
    left: 70px;
    top: 19px;
    margin-right: 10px;
    height: 17px;
    transition: 1s;
}

.footer-btn img:first-child {
    opacity: 1;
}

.footer-btn img:nth-child(2) {
    opacity: 0;
}

.footer-btn:hover {
    background: var(--textcolor);
    color: #fff;
}

.footer-btn:hover img:first-child {
    opacity: 0;
}

.footer-btn:hover img:nth-child(2) {
    opacity: 1;
}

.footer-pc {
    background-color: var(--textcolor);
}

.footer-pc__contents {
    padding: 50px 20px 43px 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
}

.footer-pc__left {
    width: 200px;
}

.footer-pc__logo {    
    height: 30px;
    margin-bottom: 30px;
}

.footer-pc__sns {
    display: flex;
    justify-content: center;
}

.footer-pc__sns li {
    margin: 0 17.5px;
}

.footer-pc__sns li img {
    transition: 1s;
}

.footer-pc__sns li:hover img {
    opacity: 0.7;
}

.footer-pc__center {
    max-width: 568px;
    width: calc(100% - 200px - 160px);
    display: flex;
    justify-content: center;
    gap: 50px;
}

.footer-pc__center__list__label a {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-pc__center__list__list a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 15px;
}

.footer-pc__center__list__list a::before {
    position: absolute;
    display: inline-block;
    content: "";
    height: 2;
    width: 0;
    top: 21px;
    background-color: #FFFFFF;
    transition: 1s;
}

.footer-pc__center__list__list a:hover::before {
    width: 100%;
}

.footer-pc__center__list__list_last {
    margin-bottom: 0;
}

.footer-pc__right {
    width: 160px;
}

.footer-btn_pc {
    margin-bottom: 15px;
    width: 160px;
    height: 44px;
    padding-top: 11px;
    padding-left: 58px;
    text-align: left;
}

.footer-btn_pc img {
    top: 13px;
    left: 31px;
    width: 17px;
}

.footer-pc__right__name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
}

.footer-pc__right__about {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.footer-pc__foot {
    padding-bottom: 10px;
    text-align: right;
}

.footer-pc__foot__privacy {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-right: 412px;
}

.footer-pc__foot__name {
    margin-right: 45px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #FFFFFF;
}


/*footer-sp*/

.footer-sp {
    background-color: var(--textcolor);
    display: none;
}

.footer-sp__logo {
    height: 15px;
    margin-top: 23px;
    margin-left: 23px;
    margin-bottom: 55px;
}

.footer-sp__service {
    display: flex;
}

.footer-sp__service p a {
    margin-right: 20px;
    width: 88px;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    color: #fff;
}

.footer-sp__service ul {
    width: calc(100% - 20px - 88px);
    margin-bottom: 50px;
}

.footer-sp__service__list {
    margin-bottom: 8px;
}

.footer-sp__service__list a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.footer-sp__nav {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.footer-sp__nav__list,
.footer-sp__nav span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

.footer-sp__nav span {
    display: inline-block;
    margin: 0 10px;
}

.footer-btn_sp {
    margin-bottom: 30px;
}

.footer-sp__about {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.footer-sp__about__left {
    margin-right: 30px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.footer-sp__about__right {
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #fff;
}

.footer-sp__about__right span {
    display: inline-block;
    margin-top: 3px;
}

.footer-sp__sns {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.footer-sp__sns li {
    margin: 0 17.5px;
}

.footer-sp__sns li img {
    transition: 1s;
}

.footer-sp__sns li:hover img {
    opacity: 0.7;
}

.footer-sp__privacy {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
}

.footer-sp__name {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    color: #FFFFFF;
}

@media (max-width: 950px) {
    .footer-sp {
        display: block;
        padding-bottom: 10px;
    }
    .footer-pc {
        display: none;
    }
}