@charset "UTF-8";
img {
    max-width: 100%;
}

.l-header .header-contact .tel:before {
    display: none;
}

.l-header .header-contact .tel-schedule span {
    position: relative;
    margin: 0 10px 0 0;
}

.l-header .header-contact .tel-schedule span:before {
    content: '';
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/sf-admin/images/sp/icn-phone.png);
    /* content: url(/sf-admin/images/sp/icn-phone.png); */
    position: absolute;
    left: 34px;
    bottom: 0px;
    width: 13px;
    height: 13px;
}

.l-header .header-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}

.l-header {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    z-index: 1000;
}

.l-header nav .header-nav .header-item:nth-of-type(1) {
    display: none;
}

.l-header nav .header-nav {
    margin: 10px 0 0 20px;
}

.l-header nav .header-item:nth-child(-n + 8) {
    margin: 0 23px 0 0;
}

.l-header .header-contact .tel {
    margin: 2px 0 0;
    text-align: right;
    margin-right: 20px;
    text-align: center;
    position: relative;
    padding-left: 24px;
}

.l-header .header-contact .form-btn {
    width: 153px;
}

.l-header .header-contact .form-btn a {
    padding: 0 20px;
}

.l-header .header-contact .form-btn:nth-of-type(2) {
    margin: 0 14px 0 -7px;
}

.l-header nav .header-item a:hover {
    color: #2e59a6;
}

.l-header .header-contact .form-btn:nth-of-type(2) a {
    background-color: #2e59a6 !important;
    background-image: none;
}

.l-header .header-contact .form-btn:nth-of-type(3) a {
    background: #fb6450;
    background: linear-gradient(90deg, #fb6450 0%, #f18e26 100%);
    transition: all 0.3s ease;
}

.l-header .header-contact .tel-schedule {
    font-size: 13px;
    font-weight: bold;
}

.l-header .header-contact .tel-number {
    font-size: 20px;
    font-weight: bold;
}

.l-header .header-contact .form-btn {
    position: relative;
    /* width: 400px;
    height: 80px; */
    margin: auto;
}

.l-header .header-contact .form-btn::after,
.l-header .header-contact .form-btn::before {
    position: absolute;
    content: '';
}

.l-header .header-contact .form-btn::before {
    right: 10px;
    top: 17px;
    width: 6px;
    height: 6px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.l-header .header-contact .form-btn:nth-of-type(3) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #fb6450 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.l-header .header-contact .form-btn:nth-of-type(3):hover::before {
    border-top: 2px solid #fb6450;
    border-right: 2px solid #fb6450;
}

.l-header .header-contact .form-btn:nth-of-type(3) a:hover {
    color: #fb6450;
}

.l-header .header-contact .form-btn:nth-of-type(3) a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.l-header .header-contact .form-btn:nth-of-type(2) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #2e59a6 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.l-header .header-contact .form-btn:nth-of-type(2):hover::before {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
}

.l-header .header-contact .form-btn:nth-of-type(2) a:hover {
    color: #2e59a6;
}

.l-header .header-contact .form-btn:nth-of-type(2) a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.l-header nav .header-contact {
    display: none;
}

.l-header {
    padding: 13px 20px 13px 9px;
}

.consultation-btn01 {
    position: relative;
    width: 330px;
    height: 60px;
    margin: auto;
}

.consultation-btn01::after,
.consultation-btn01::before {
    position: absolute;
    content: '';
}

.consultation-btn01::before {
    right: 0px;
    top: 25px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.consultation-btn01 a {
    position: relative;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    text-decoration: none;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-left: 30px;
    width: 330px;
    height: 60px;
    font-size: 22px;
    color: #fff;
    background: #fb6450;
    background: linear-gradient(90deg, #fb6450 0%, #f18e26 100%);
    transition: all 0.3s ease;
}

.consultation-btn01 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #fb6450 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.consultation-btn01:hover::before {
    border-top: 2px solid #fb6450;
    border-right: 2px solid #fb6450;
}

.consultation-btn01 a:hover {
    color: #fb6450;
}

.consultation-btn01 a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.consultation-btn {
    position: relative;
    width: 450px;
    height: 80px;
    margin: auto;
}

.consultation-btn::after,
.consultation-btn::before {
    position: absolute;
    content: '';
}

.consultation-btn::before {
    right: 30px;
    top: 35px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.consultation-btn a {
    position: relative;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    text-decoration: none;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: auto;
    width: 450px;
    height: 80px;
    font-size: 26px;
    color: #fff;
    background: #fb6450;
    background: linear-gradient(90deg, #fb6450 0%, #f18e26 100%);
    transition: all 0.3s ease;
}

.consultation-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #fb6450 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.consultation-btn:hover::before {
    border-top: 2px solid #fb6450;
    border-right: 2px solid #fb6450;
}

.consultation-btn a:hover {
    color: #fb6450;
}

.consultation-btn a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.document-btn {
    position: relative;
    width: 450px;
    height: 80px;
    margin: auto;
}

.document-btn::after,
.document-btn::before {
    position: absolute;
    content: '';
}

.document-btn::before {
    right: 30px;
    top: 35px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.document-btn a {
    position: relative;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    text-decoration: none;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: auto;
    width: 450px;
    height: 80px;
    font-size: 26px;
    color: #fff;
    background: #9e9e9e;
    /* background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(168,168,168,1) 100%); */
    transition: all 0.3s ease;
}

.document-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #9e9e9e inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.document-btn:hover::before {
    border-top: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
}

.document-btn a:hover {
    color: #9e9e9e;
}

.document-btn a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.document-btn01 {
    position: relative;
    width: 330px;
    height: 60px;
    margin: auto;
}

.document-btn01::after,
.document-btn01::before {
    position: absolute;
    content: '';
}

.document-btn01::before {
    right: 30px;
    top: 25px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.document-btn01 a {
    position: relative;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    text-decoration: none;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    width: 330px;
    height: 60px;
    font-size: 22px;
    color: #fff;
    background: #9e9e9e;
    /* background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(168,168,168,1) 100%); */
    transition: all 0.3s ease;
}

.document-btn01 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #9e9e9e inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.document-btn01:hover::before {
    border-top: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
}

.document-btn01 a:hover {
    color: #9e9e9e;
}

.document-btn01 a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.free-download {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    background-color: lavender;
    width: 1000px;
    margin: 0 auto 10px;
    height: 300px;
}

.free-download-img {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    text-align: center;
    margin: 40px 20px;
}

.free-download-img img {
    width: 400px;
}

.free-download-text {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin: 70px 0 70px -100px;
}

.free-download-btn {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
}

.chara-btn-box01 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    padding: 30px 0;
    background-color: #2e59a6;
}

.text-document-btn01 {
    position: relative;
    width: 350px;
    height: 70px;
    margin: auto;
}

.text-document-btn01::after,
.text-document-btn01::before {
    position: absolute;
    content: '';
}

.text-document-btn01::before {
    right: 22px;
    top: 30px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.text-document-btn01 a {
    position: relative;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    text-decoration: none;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: auto;
    width: 100%;
    height: 70px;
    font-size: 22px;
    color: #fff;
    background: #2e59a6;
    /* background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(168,168,168,1) 100%); */
    transition: all 0.3s ease;
}

.text-document-btn01 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #2e59a6 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.text-document-btn01:hover::before {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
}

.text-document-btn01 a:hover {
    color: #2e59a6;
}

.text-document-btn01 a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.clearfix01:after {
    content: '';
    clear: both;
    display: block;
}

.chara-btn-wrap01 a {
    border-bottom: none;
}

.chara-btn-box01 h3 {
    margin: 0 0 15px;
    text-align: center;
    font-size: 23px;
    color: white;
}

.chara-btn-wrap01 > a {
    font-weight: normal;
    border-bottom: 2px solid #fff;
}

.chara-btn-wrap01 > a:hover {
    border-bottom: none;
}

.chara-btn-wrap .consultation-btn,
.chara-btn-wrap .document-btn {
    margin: 0 10px;
}

.chara-btn-wrap a {
    border-bottom: none;
}

.chara-btn-box {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    padding: 47px 0 65px;
    background-color: #2e59a6;
}

.free-download-btn {
    position: relative;
    width: 440px;
    height: 70px;
    margin: 0 0 0 -15px;
}

.free-download-btn::after,
.free-download-btn::before {
    position: absolute;
    content: '';
}

.free-download-btn::before {
    right: 22px;
    top: 30px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.free-download-btn a {
    position: relative;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    text-decoration: none;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: auto;
    width: 100%;
    height: 70px;
    font-size: 22px;
    color: #fff;
    background: #2e59a6;
    /* background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(168,168,168,1) 100%); */
    transition: all 0.3s ease;
}

.free-download-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #2e59a6 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.free-download-btn:hover::before {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
}

.free-download-btn a:hover {
    color: #2e59a6;
}

.free-download-btn a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
/* ------------ 220117 フッター ----------- */
.footer {
    padding: 60px 0;
    background-color: #2e59a6;
}
.footer__container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer__top {
    display: flex;
    gap: 80px;
}
.footer__logo {
    width: 180px;
}
.footer__nav {
    padding-top: 16px;
}
.footer__nav ul {
    width: 100%;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 80px;
    column-gap: 80px;
}
.footer__nav ul li {
    margin-bottom: 12px;
}
.footer__nav ul li a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.footer__bottom {
    margin-top: 40px;
}
.footer__copyright ul {
    display: flex;
    margin-bottom: 1em;
}
.footer__copyright ul li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
.footer__copyright ul li:not(:last-child) {
    padding-right: 16px;
    border-right: 1px solid #ffffff;
}
.footer__copyright ul li:not(:first-child) {
    padding-left: 16px;
}
.footer__copyright p {
    color: #ffffff;
}
@media screen and (max-width: 780px) {
    .chara-btn-box01 {
        padding: 15px 0;
    }

    .footer__copyright ul {
        flex-direction: column;
        row-gap: 0.5em;
        text-align: center;
    }

    .footer__copyright ul li:not(:last-child) {
        padding-right: 0;
        border-right: none;
    }

    .footer__copyright ul li:not(:first-child) {
        padding-left: 0;
    }

    .footer__copyright p {
        text-align: center;
    }
}

@media screen and (max-width: 1180px) {
    .consultation-btn a,
    .document-btn a {
        width: 100%;
        height: 55px;
        font-size: 20px;
    }

    .consultation-btn,
    .document-btn {
        width: 100%;
        height: 54px;
    }

    .chara-btn-wrap .consultation-btn {
        margin: 0;
    }

    .chara-btn-wrap .document-btn {
        margin: 0 auto 10px;
    }

    .chara-btn-wrap {
        width: 81.18%;
    }

    .l-content {
        width: 92%;
        max-width: none;
    }

    .consultation-btn::before,
    .document-btn::before {
        right: 24px;
        top: 24px;
    }

    body {
        padding-top: 55px;
    }

    .l-header {
        position: fixed;
        height: 55px;
    }

    .on {
        transform: translateY(12px) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .gnav-btn {
        width: 60px;
        height: 60px;
        position: absolute;
        top: -5px;
        right: 0;
        z-index: 101;
    }

    .icon-animation {
        display: block;
        z-index: 9998;
        position: absolute;
        top: 1rem;
        right: 0.3rem;
        width: 25px;
        height: 25px;
        float: right;
        text-align: center;
        cursor: pointer;
        display: block;
    }

    .icon-animation span {
        -webkit-transition: all 0.3s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        display: block;
        position: absolute;
        top: 10px;
        left: 43%;
        width: 25px;
        height: 3px;
        margin-left: -25px;
        transform: rotate(0deg);
        background: #2e59a6;
        transition: all 0.3s;
        display: block;
    }

    .icon-animation .top {
        transform: translateY(-5px);
        display: block;
    }

    .icon-animation .bottom {
        transform: translateY(13px);
        display: block;
    }

    .icon-animation .middle {
        transform: translateY(4px);
        display: block;
    }

    .is-open .middle {
        background: rgba(51, 51, 51, 0);
        display: block;
    }

    .is-open .top {
        transform: rotate(-45deg) translateY(0px);
        display: block;
    }

    .is-open .bottom {
        transform: rotate(45deg) translateY(0px);
        display: block;
    }

    .is-open .icon-animation span {
        top: 14px;
    }

    .l-header nav {
        transform: translateY(-50%);
        opacity: 0;
        transition: 0.4s ease;
    }

    .graylayer {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 53;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0.8;
    }

    .l-header nav {
        pointer-events: none;
        background-color: #fff;
        width: 100%;
        float: none;
    }

    .l-header {
        padding: 13px 0px 13px 0px;
    }

    .l-header .l-content {
        width: 100%;
        pointer-events: none;
    }

    .l-header nav .header-nav {
        right: auto;
        flex-wrap: wrap;
    }

    .l-header nav .header-item:nth-child(-n + 8) {
        margin: 0;
    }

    .l-header nav .header-nav {
        width: 100%;
        margin: 0;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    .l-header nav .header-nav .header-item {
        width: 50%;
        box-sizing: border-box;
        border-bottom: 1px solid #dddddd;
    }

    .l-header nav .header-nav .header-item:nth-of-type(2),
    .l-header nav .header-nav .header-item:nth-of-type(4),
    .l-header nav .header-nav .header-item:nth-of-type(6),
    .l-header nav .header-nav .header-item:nth-of-type(8) {
        border-right: 1px solid #dddddd;
    }

    .l-header nav .header-nav .header-item:nth-of-type(8),
    .l-header nav .header-nav .header-item:nth-of-type(9) {
        border-bottom: none;
    }

    .l-header nav .header-nav .header-item a {
        width: 100%;
        height: 50px;
        display: -ms-flex;
        display: flex;
        align-items: center;
        background-color: #fff;
        font-size: 15px;
        box-sizing: border-box;
        padding: 0 0 0 20px;
    }

    .l-header .header-contact-inner .form-btn:nth-of-type(2) a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: inherit;
        opacity: 0;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 3px #fb6450 inset;
        transform: scale3d(0.6, 0.6, 1);
        transition: transform 0.3s, opacity 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

    .l-header .header-contact .form-btn:nth-of-type(2):hover::before {
        border-top: 2px solid #fb6450;
        border-right: 2px solid #fb6450;
    }

    .l-header .header-contact .form-btn:nth-of-type(2) a:hover {
        color: #fb6450;
    }

    .l-header .header-contact .form-btn:nth-of-type(2) a:hover::before {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    .l-header .header-contact .form-btn:nth-of-type(1) a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: inherit;
        opacity: 0;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 3px #2e59a6 inset;
        transform: scale3d(0.6, 0.6, 1);
        transition: transform 0.3s, opacity 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

    .l-header .header-contact .form-btn:nth-of-type(1):hover::before {
        border-top: 2px solid #2e59a6;
        border-right: 2px solid #2e59a6;
    }

    .l-header .header-contact .form-btn:nth-of-type(1) a:hover {
        color: #2e59a6;
    }

    .l-header .header-contact .form-btn:nth-of-type(1) a:hover::before {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    .l-header .header-contact .form-btn:nth-of-type(2) a {
        background: #fb6450;
        background: linear-gradient(90deg, #fb6450 0%, #f18e26 100%);
        transition: all 0.3s ease;
    }

    .l-header .header-contact .form-btn:nth-of-type(1) a {
        background-color: #2e59a6 !important;
        /* background-image: url(../form/images/icon_document.png); */
        background-size: 20px;
        background-position: center left 25px;
        background-repeat: no-repeat;
    }

    .l-header .header-contact .tel {
        text-align: center;
        /* display: inline-block; */
        width: 170px;
        white-space: nowrap;
        margin: 15px auto 15px;
    }

    .header-contact .form-btn:nth-of-type(1) a {
        background-image: none;
    }

    .l-header .logo {
        margin: 0 0 0 15px;
        width: 97px;
    }

    .l-header nav .header-contact {
        display: block;
        float: none;
        margin: 16px 0 0;
    }

    .l-header nav + .header-contact {
        display: none;
    }

    .l-header .header-contact .tel-number {
        font-size: 19px;
        white-space: nowrap;
    }

    .l-header .header-contact .form-btn:nth-of-type(2) {
        margin: auto;
    }

    .header-contact-inner {
        display: -ms-flex;
        display: flex;
    }

    .chara-btn-box .chara-tel {
        margin: 0;
    }

    .chara-btn-wrap > a {
        font-size: 18px;
        margin: 0 0 25px;
        display: inline-block;
    }

    .bottom-contact {
        position: fixed;
        bottom: -2px;
        left: 0;
        z-index: 100;
        width: 100%;
        box-shadow: 0 0 5px #c4c4c4;
        transition: 0.4s;
    }

    .clearfix:after {
        content: '';
        clear: both;
        display: block;
    }

    .bottom-contact .bottom-tel {
        width: 50%;
        background-color: #2e59a6;
        float: left;
        height: 60px;
        border: 2px solid #5385e0;
        box-sizing: border-box;
        text-align: center;
    }

    .bottom-contact .bottom-tel a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        line-height: 1;
    }

    .bottom-contact .bottom-web {
        width: 50%;
        background-color: #df3a3a;
        float: right;
        height: 60px;
        border: solid 2px #df6e6e;
        box-sizing: border-box;
        text-align: center;
    }

    .bottom-contact .bottom-web a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }

    .bottom-contact .bottom-tel a span {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

    .bottom-contact .bottom-tel a span:before {
        content: '';
    }

    .bottom-contact .bottom-web .bottom-web_icon {
        color: #df3a3a;
        display: inline-block;
        padding: 4px 8px;
        margin-right: 6px;
        background: #fff;
        font-size: 12px;
        font-weight: bolder;
        border-radius: 4px;
    }

    .document-btn01 a {
        margin: 0 auto 10px;
        width: 300px;
    }

    .consultation-btn01 a {
        margin: 10px auto;
        width: 300px;
    }

    .consultation-btn01 {
        width: 100%;
    }

    .document-btn01 {
        width: 100%;
        height: 60px;
    }

    .chara-btn-box01 h3 {
        margin: 15px 15px;
        text-align: center;
        font-size: 18px;
        color: white;
    }

    .consultation-btn01::before {
        right: 35px;
    }

    .document-btn01::before {
        right: 35px;
    }
    .footer {
        padding: 40px 0 140px;
    }
    /*-------220510 無料ダウンロードコンテンツモバイル-------*/
    .free-download {
        width: 100%;
        height: initial;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 30px;
        box-sizing: border-box;
    }

    .free-download-img {
        order: 1;
        width: 100%;
        margin: 0;
    }

    .free-download-text {
        order: 2;
        margin: 20px 0 0;
        width: 100%;
        font-size: 15px;
    }

    .free-download-btn {
        order: 3;
        width: 100%;
        margin: 20px 0 0;
    }

    .free-download-btn a {
        font-size: 13px;
        height: 50px;
    }

    .free-download-btn::before {
        width: 6px;
        height: 6px;
        top: 22px;
        right: 15px;
    }
}
@media screen and (max-width: 780px) {
    .footer__top {
        flex-direction: column;
        gap: 32px;
    }
    .footer__logo {
        margin: 0 auto;
    }
    .footer__nav ul {
        -moz-column-count: 1;
        column-count: 1;
    }
    .footer__nav ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }
    .l-header nav .header-contact {
        display: block;
        float: none;
        margin: 220px 0 0;
    }
}
/*# sourceMappingURL=common.css.map */
