.sns_share a {
    display: inline-block;
}

.sns_share a img {
    display: inline-block;
    width: 32px!important;
    height: 32px!important;
    margin-left: 18px;
    border: none!important;
}

.pc {
    display: block
}

.sp {
    display: none
}

.support-mynumber header,.support-mynumber footer,.sc-mnform header,.sc-mnform footer {
    display: none!important
}

.logo a {
    display: block;
}

header .logo {
    position: relative;
    top: -35px
}

body {
    background-color: #fff;
    font-family: "游ゴシックMedium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif
}

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

.privacypolicy .text {
    margin-bottom: 25px
}

.privacypolicy .checked {
    padding-left: 40px
}

#privacypolicy section.privacypolicy.security h3 {
    margin-bottom: 1.5em
}

.note {
    font-size: 85%
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-table;
    zoom:1}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

main {
    min-height: 250px
}

.container_large {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto
}

.container_medium {
    width: 960px;
    margin: 0 auto
}

.container_column {
    width: 1200px;
    margin: 0 auto
}

.bg_grey {
    background: #F4F4F4
}

.bg_white {
    background: #FFF!important
}

header {
    width: 100%;
    height: 150px;
    padding: 35px 25px
}

.logo {
    float: left;
    margin-top: -5px
}

nav {
    font-weight: 700;
    float: right
}

nav>ul {
    display: flex
}

nav>ul li {
    margin: 0 25px
}

span.fa-chevron-down:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    margin-left: 3px;
    border-color: transparent transparent #000 #000;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    top: -5px
}

nav>ul>li.mega__menu>a {
    display: block;
    height: 65px
}

.fa-chevron-down {
    margin-left: .5em
}

nav a.btn_white_center {
    border: 2px solid #000;
    padding: 1em 1.5em;
    margin-top: -16px;
    display: block;
    position: relative;
    transition: .3s
}

ul.mega__menu-second {
    visibility: hidden;
    opacity: 0;
    z-index: 10000
}

li.mega__menu ul.mega__menu-second {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 80px;
    padding: 50px 0;
    background: rgba(255,255,255,.96);
    box-sizing: border-box;
    color: #000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease
}

li.mega__menu:hover ul.mega__menu-second {
    top: 100px;
    width: 100%;
    visibility: visible;
    opacity: 1
}

li.mega__menu ul.mega__menu-second {
    display: flex;
    justify-content: center
}

li.mega__menu ul.mega__menu-second li.title_second {
    width: 270px
}

li.mega__menu:hover ul.mega__menu-second li.title_second>a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px #D0D0D0 solid;
    padding-bottom: 18px;
    position: relative
}

li.mega__menu:hover ul.mega__menu-second li.title_second>a::before {
    background: #000;
    content: "";
    z-index: 1;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    transform: scale(0,1);
    transform-origin: right center 0;
    -webkit-transform: 1s cubic-bezier(.23,1,.32,1);
    transition: transform 1s cubic-bezier(.23,1,.32,1)
}

li.mega__menu:hover ul.mega__menu-second li.title_second>a:hover::before {
    transform: scale(1,1);
    transform-origin: left center 0
}

li.mega__menu:hover ul.mega__menu-second ul.mega__menu-third {
    margin-top: 1rem;
    width: 100%
}

li.mega__menu:hover ul.mega__menu-second ul.mega__menu-third li {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    margin: 1em 0
}

li.mega__menu:hover ul.mega__menu-second ul.mega__menu-third li p {
    margin-top: 1em
}

ul.mega__menu-third figure.nav_bnr {
    border: 1px solid #D0D0D0;
    width: 270px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden
}

ul.mega__menu-third a {
    display: inline-block;
    padding-bottom: 0;
    background: linear-gradient(#000,#000) 0 100%/0 1px no-repeat;
    transition: background .4s;
    text-decoration: none
}

ul.mega__menu-third a.reverse {
    background-position: 100% 100%
}

ul.mega__menu-third a:hover {
    background-size: 100% 1px
}

ul.mega__menu-third figure.nav_bnr a {
    background: none
}

.contact_footer {
    width: 100%;
    background: #F4F4F4;
    text-align: center;
    padding: 60px 0
}

.contact_footer>a.btn_white_center {
    width: 500px;
    background: #fff;
    font-size: 22px;
    font-weight: 700;
    border: 3px solid #000;
    margin: 0 auto 1em auto;
    padding: 1em 1.5em;
    display: block;
    position: relative;
    transition: .3s;
    z-index: 2
}

.contact_tel {
    display: flex;
    justify-content: center;
    align-items: center
}

.contact_tel>span.txt_tel {
    font-size: 18px;
    font-weight: 700;
    margin-right: 1rem
}

.contact_tel>a.txt_number {
    font-size: 34px;
    font-weight: 700
}

.contact_tel>span.txt_time {
    font-size: 14px;
    font-weight: 700
}

footer {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 60px 0 30px 0;
    position: relative
}

.footer_logo {
    float: left
}

.footer_logo p {
    margin-top: 1rem
}

.footer_logo a img {
    width: 200px;
}

.footer_menu {
    float: right;
    width: 690px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer_menu ul {
    width: 200px;
    margin-bottom: 60px
}

.footer_menu ul li {
    font-size: 16px;
    line-height: 2
}

.footer_menu ul li:first-child {
    border-bottom: 2px #9b9b9b solid;
    padding-bottom: .5em;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .5rem;
    position: relative
}

.footer_menu ul li:first-child::before {
    background: #FFF;
    content: "";
    z-index: 1;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    transform: scale(0,1);
    transform-origin: right center 0;
    -webkit-transform: 1s cubic-bezier(.23,1,.32,1);
    transition: transform 1s cubic-bezier(.23,1,.32,1)
}

.footer_menu ul li:first-child:hover::before {
    transform: scale(1,1);
    transform-origin: left center 0
}

.footer_menu ul li:first-child a {
    display: block
}

.footer_policy {
    clear: both;
    font-size: 14px
}

.footer_policy ul {
    display: flex
}

.footer_policy ul li {
    border-right: 1px solid #9b9b9b;
    padding: 0 1rem;
    margin-right: 1rem
}

.footer_policy ul li:last-child {
    border: none;
    padding: 0;
    margin: 0
}

.copyright {
    font-size: 10px;
    color: #9B9B9B;
    text-align: right;
    display: block;
}

footer a {
    padding-bottom: 0;
    background: linear-gradient(#FFF,#FFF) 0 100%/0 1px no-repeat;
    transition: background .4s;
    text-decoration: none
}

footer a.reverse {
    background-position: 100% 100%
}

footer a:hover {
    background-size: 100% 1px
}

.footer_logo a,.footer_menu ul li:first-child a {
    background: none
}

#page_top {
    position: absolute;
    height: 70px;
    top: -35px;
    right: 30px
}

a.btn_white_center:hover {
    color: #fff
}

a.btn_white_center::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #000;
    transform-origin: center center;
    transform: scale(0,1);
    transition: transform .3s
}

a.btn_white_center:hover::before {
    transform: scale(1,1)
}

a.btn_blue_center:hover {
    color: #fff
}

a.btn_blue_center::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #000;
    transform-origin: center center;
    transform: scale(0,1);
    transition: transform .3s
}

a.btn_blue_center:hover::before {
    transform: scale(1,1)
}

a.btn_black_left {
    position: relative;
    transition: .3s;
    height: 90px;
    line-height: 84px;
    padding: 0 1em;
    overflow: hidden;
    background: #fff!important
}

a.btn_black_left::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    transition: .3s
}

a.btn_black_left::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 1em;
    left: auto;
    background: #fff;
    transition: .3s
}

a.btn_black_left:hover {
    background: #fff!important;
    color: #000!important
}

a.btn_black_left:hover::before {
    width: 0
}

a.btn_black_left:hover::after {
    width: 60px;
    right: auto;
    left: 1em;
    background: #000
}

a.btn_black_left span {
    position: absolute;
    transition: .3s;
    left: 1em;
    right: auto
}

a.btn_black_left:hover span {
    left: auto;
    right: 1em
}

a.btn_white_left {
    position: relative;
    transition: .3s
}

a.btn_white_left:hover {
    color: #fff!important
}

a.btn_white_left::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: .3s
}

a.btn_white_left:hover::before {
    width: 100%
}

a.btn_white_left span {
    position: absolute;
    transition: .3s;
    left: 1em;
    right: auto
}

a.btn_white_left:hover span {
    left: auto;
    right: 1em
}

a.btn_white_left::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 1em;
    left: auto;
    background: #000;
    transition: .3s
}

a.btn_white_left:hover::after {
    width: 60px;
    right: auto;
    left: 1em;
    background: #fff
}

.thumbnail {
    overflow: hidden;
    background: #538EB4
}

.thumbnail a {
    background: none
}

.thumbnail a img {
    width: 100%;
    opacity: 1;
    transition: .3s ease-in-out
}

.thumbnail a:hover img {
    opacity: .5
}

main a {
    padding-bottom: 0;
    background: linear-gradient(#000,#000) 0 100%/0 1px no-repeat;
    transition: background .4s;
    text-decoration: none
}

main a.reverse {
    background-position: 100% 100%
}

main a:hover {
    background-size: 100% 1px
}

main .title_wide_black {
    width: 100%;
    background: #000;
    color: #FFF;
    padding: 74px 0
}

main .title_white {
    width: 100%;
    background: #FFF;
    color: #000;
    padding: 16px 0
}

main .title_wide_blue {
    width: 100%;
    background: #538EB4;
    color: #FFF;
    padding: 74px 0
}

main .title_wide_grey {
    width: 100%;
    background: #F4F4F4;
    color: #000;
    padding: 74px 0
}

main .title {
    font-size: 42px;
    text-align: center;
    font-weight: 700
}

main .title span {
    display: block;
    font-size: 20px
}

main .title a {
    background: none
}

main .sns_share {
    display: flex;
    align-items: center;
    margin: 0 0 60px 0
}

main .sns_share p {
    font-size: 20px;
    font-weight: 700;
    border-right: 1px solid #D0D0D0;
    padding-right: 1em
}

main .sns_share .fab {
    font-size: 36px;
    margin-right: .7em
}

main .sns_share .fa-twitter {
    margin-left: .6em
}

main .sns_share a:hover {
    background: none
}

main .sns_share .fa-twitter:hover {
    color: #20A2F1;
    transition: .4s
}

main .sns_share .fa-facebook-f:hover {
    color: #0076FA;
    transition: .4s
}

main .sns_share .fa-line:hover {
    color: #07B901;
    transition: .4s
}

main .wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 60px 0
}

main .wp-pagenavi a,main .wp-pagenavi span {
    color: #000;
    background-color: #FFF;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: 1px solid #D0D0D0;
    background: none
}

main .wp-pagenavi a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000
}

main .wp-pagenavi span.current {
    color: #fff;
    background-color: #000;
    border: 1px solid #000
}

main .link_bottom {
    width: 100%;
    padding: 60px 0
}

main .link_bottom p.title_category,main .link_bottom h2.title_category {
    font-size: 60px;
    font-weight: 700;
    background-image: url(../img/bg_title_line.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 100px;
    margin-bottom: 30px
}

main .link_bottom p.title_category span,main .link_bottom h2.title_category span {
    font-size: 22px;
    margin-left: 30px;
    vertical-align: 40%
}

main ul.link_bottom_list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

main ul.link_bottom_list li {
    width: 380px;
	margin-left: 25px;
}

main ul.link_bottom_list li p,main ul.link_bottom_list li figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #000
}

main ul.link_bottom_list li img {
    width: 100%;
    opacity: 1;
    transition: .3s ease-in-out
}

main ul.link_bottom_list li img:hover {
    opacity: .5
}

main ul.link_bottom_list li a.btn_black_left {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    background: #000;
    color: #FFF;
    padding: .8em 1em;
    height: 64px;
    line-height: 1.6
}

main ul.case {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap
}

main ul.case li {
    width: 380px;
    margin-bottom: 3em;
    margin-right: 30px
}

main ul.case li:nth-child(3n) {
    margin-right: 0
}

main ul.case li .thumbnail {
    margin: 0 auto 1em auto;
    background: #FFF
}

main ul.case li .thumbnail a {
    border: 1px solid #D0D0D0;
    width: 380px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

main ul.case li .thumbnail img {
    object-fit: contain;
    height: 100%;
}

main ul.case li p.case_company {
    font-weight: 700;
    color: #538EB4
}

main ul.case li h3.case_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: .5em 0
}

main ul.case li dl.case_date {
    font-size: 12px
}

main ul.case li dl.case_date dt {
    float: left;
    margin-bottom: .5em
}

main ul.case li dl.case_date dd {
    margin-left: 100px;
    margin-bottom: .5em
}

@media screen and (max-width: 768px) {
    .sp_br_b {
        display: block;
    }

    .pc {
        display: none
    }

    .sp {
        display: block
    }

    .container_large {
        width: 100%
    }

    .container_medium {
        width: 90%
    }

    .container_column {
        width: 100%
    }

    header {
        width: 100%;
        height: 100px;
        padding: 5%
    }

    .logo {
        margin-top: 0
    }

    .drawer_menu .drawer_bg {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999;
        background-color: rgba(0,0,0,.5);
        display: none;
        top: 0;
        left: 0
    }

    .drawer_menu .drawer_button {
        background-color: rgba(255,255,255,.8);
        display: block;
        width: 50px;
        padding: 8px;
        position: fixed;
        top: 8px;
        right: 20px;
        z-index: 1001
    }

    .drawer_menu .drawer_button .drawer_bar {
        display: block;
        background-color: #909090;
        height: 1px;
        margin: 8px 0;
        transition: all 0.2s;
        transform-origin: 0 0
    }

    .drawer_menu .drawer_button.active .drawer_bar {
        width: 26px
    }

    .drawer_menu .drawer_button.active .drawer_bar1 {
        transform: rotate(45deg);
        margin-left: 12px
    }

    .drawer_menu .drawer_button.active .drawer_bar2 {
        opacity: 0
    }

    .drawer_menu .drawer_button.active .drawer_bar3 {
        transform: rotate(-45deg);
        margin-left: 12px
    }

    .drawer_menu .drawer_nav_wrapper {
        width: 90%;
        height: 100%;
        transition: all 0.2s;
        transform: translate(100%);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        background-color: #FFF;
        overflow-x: hidden;
        overflow-y: auto
    }

    .drawer_menu .drawer_nav_wrapper.open {
        transform: translate(0)
    }

    .drawer_menu .drawer_nav {
        display: block;
        position: relative;
        margin-top: 50px;
        margin-left: 30px;
        margin-bottom: 30px;
        padding-right: 5%
    }

    .drawer_menu .drawer_nav li {
        font-size: 18px;
        font-weight: 700;
        width: 100%;
        height: auto;
        line-height: 62px;
        margin: 0;
        position: relative;
        border-bottom: 2px solid #D0D0D0;
        padding: 0
    }

    .touch-btn {
        position: absolute;
        top: 6px;
        right: 6px;
        display: block;
        z-index: 10;
        width: 50px;
        height: 50px;
        text-align: right;
        vertical-align: top
    }

    span.fa-chevron-down:before {
        border-color: transparent transparent #D0D0D0 #D0D0D0;
        top: -8px
    }

    .drawer_menu .drawer_nav li ul.second-level {
        display: none;
        position: relative;
        padding: 0;
        z-index: 1001;
        margin-left: 20px
    }

    .drawer_menu .drawer_nav li ul.second-level li {
        font-size: 16px;
        line-height: 48px
    }

    .drawer_menu .drawer_nav li ul.second-level li:first-child {
        border-top: 2px solid #D0D0D0
    }

    .drawer_menu .drawer_nav li ul.second-level li:last-child {
        border-bottom: none
    }

    .drawer_menu .drawer_nav li ul.second-level li ul.third-level {
        display: none;
        position: relative;
        padding: 0;
        z-index: 1001;
        margin-left: 20px
    }

    .drawer_menu .drawer_nav li ul.second-level li ul.third-level li {
        font-size: 16px;
        line-height: 1.4;
        padding: 1em 0
    }

    .touch-btn2 {
        position: absolute;
        top: 6px;
        right: 6px;
        display: block;
        z-index: 10;
        width: 48px;
        height: 48px;
        text-align: right;
        vertical-align: top
    }

    nav a.btn_white_center {
        width: 85%;
        text-align: center;
        margin-left: 30px;
        margin-bottom: 30px;
        padding-right: 5%;
        border: 2px solid #000;
        padding: 1em 1.5em;
        display: block;
        position: relative;
        transition: .3s
    }

    .contact_footer {
        padding: 30px 0
    }

    .contact_footer>a.btn_white_center {
        width: 90%
    }

    .contact_tel {
        display: block
    }

    .contact_tel>span.txt_tel {
        display: block;
        margin-right: 0
    }

    .contact_tel>a.txt_number {
        display: block
    }

    .contact_tel>span.txt_time {
        display: block;
        margin-top: -.5em
    }

    footer {
        text-align: center
    }

    .footer_logo {
        float: none;
        margin-bottom: 60px
    }

    .footer_logo p {
        margin-top: 1rem
    }

    .footer_logo a img {
        width: 120px
    }

    .footer_policy {
        clear: both;
        font-size: 14px;
        display: block
    }

    .footer_policy ul {
        justify-content: center;
        display: block;
    }

    .footer_policy ul li {
        border-right: none;
    }

    .copyright {
        margin-top: 1em;
        text-align: center
    }

    main .title_wide_black {
        padding: 37px 0
    }

    main .title_white {
        padding: 0
    }

    main .title_wide_blue {
        padding: 37px 0
    }

    main .title_wide_grey {
        padding: 37px 0
    }

    main .title {
        font-size: 28px;
        padding: 0
    }

    main .title span {
        font-size: 14px;
        margin-top: -.2em
    }

    main .sns_share {
        margin: 0 0 30px 0
    }

    main .wp-pagenavi {
        clear: both;
        text-align: center;
        margin: 30px 0;
        line-height: 50px
    }

    main .link_bottom {
        padding: 30px 0
    }

    main .link_bottom p.title_category,main .link_bottom h2.title_category {
        font-size: 42px;
        background-image: none;
        padding-left: 0;
        margin: 0 0 30px 0;
        text-align: center
    }

    main .link_bottom p.title_category span,.main .link_bottom h2.title_category span {
        display: block;
        font-size: 16px;
        margin: -8px auto 0 auto;
        vertical-align: 0
    }

    main ul.link_bottom_list {
        width: 100%;
        display: block;
        justify-content: space-between;
        margin-bottom: 30px
    }

    main ul.link_bottom_list li p,main ul.link_bottom_list li figure {
        height: auto
    }

    main ul.link_bottom_list li {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 2em
    }

    main ul.link_bottom_list li img {
        width: 100%
    }

    main ul.link_bottom_list li a.btn_blue_center {
        display: block;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        background: #000;
        color: #FFF;
        padding: .8em 1em
    }

    main ul.case {
        display: block;
        text-align: left
    }

    main ul.case li {
        width: 100%;
        margin-bottom: 25px
    }

    main ul.case li .thumbnail a {
        width: 100%;
        height: 180px
    }

    main ul.case li h3.case_title {
        margin: .3em 0
    }

    main ul.case li dl.case_date dt {
        margin-bottom: .3em
    }

    main ul.case li dl.case_date dd {
        margin-bottom: .3em
    }
}

#message .message_content {
    margin: 60px auto 100px auto
}

#message .message_txt {
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    color: #538EB4;
    margin-bottom: 30px
}

#message .message_sign {
    text-align: right;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px
}

#message h2 {
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: .5em
}

#message .message_profile {
    font-size: 16px;
    line-height: 2;
    margin: 1em 0
}

.term_sec {
    margin: 60px 0
}

.term_sec h3 {
    font-size: 26px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #538EB4
}

.term_sec p {
    margin-bottom: 14px
}

@media screen and (max-width: 768px) {
    .sns_share a img {
        width: 25px!important;
        height: 25px!important;
    }

    #message .message_content {
        margin: 30px auto 50px auto
    }

    #message .message_txt {
        line-height: 1.8
    }

    #message .message_profile {
        line-height: 1.8
    }
}

@media (max-width: 1200px) {
    header {
        padding:35px 25px 35px 25px
    }

    header nav>ul li:last-child {
        margin-right: 0
    }

    header .logo {
        top: -12px
    }

    header nav>ul li>a {
        font-size: 14px
    }
}

@media(max-width: 1024px) {
    header nav>ul li>a {
        font-size:12px;
        display: flex!important;
        align-items: flex-start
    }

    header nav>ul li>a i {
        position: relative;
        top: 4px
    }

    header .logo {
        top: -12px
    }

    header nav>ul li {
        margin: 0 15px
    }

    header {
        padding: 35px 15px 35px 15px
    }
}

@media(max-width: 768px) {
    header .logo img {
        width: 200px;
        height: 50px;
        object-fit: cover;
    }

    header .logo {
        top: -26px
    }

    .footer_logo a img {
        width: 200px
    }

    #contact .policy-box .policy-inner {
        padding: 0 0 0 25px
    }

/*     #contact .policy-box .policy-inner .mwform-checkbox-field-text::after {
        left: -23px;
        top: 42px;
    } */

    #contact .container_medium .contact-message .tel-number {
        display: block
    }

    #contact .container_medium .contact-message {
        padding: 30px 0
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,150px,0);
        -webkit-transform: translate3d(0,150px,0)
    }

    to {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,150px,0);
        -webkit-transform: translate3d(0,150px,0)
    }

    to {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        opacity: 1
    }
}

#bango .animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both
}

#bango .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#bango .animatedFadeInUp {
    opacity: 0
}

#bango .fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp
}

#bango {
    position: relative
}

#bango .logo {
    width: 100%;
    float: inherit
}

#bango .inner {
    max-width: 100%;
    margin: auto
}

#bango img {
    height: auto;
    vertical-align: middle;
    border: 0;
    width: 100%!important
}

#bango {
    color: #000
}

#bango .pc {
    display: none
}

#bango .main-banner {
    position: relative
}

#bango .main-banner .heading-main {
    text-align: center;
    margin-bottom: 17px;
    background: #DFECFA;
    padding: 16px 0 19px
}

#bango .main-banner .heading-main .heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6
}

#bango .main-banner .sub-ttl {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    padding: 0 18px;
    text-align: center
}

#bango .inner {
    padding: 55px 15px 50px;
    font-weight: 500
}

#bango .bango-block .title {
    font-size: 16px;
    line-height: 25.6px;
    display: flex;
    margin-bottom: 12px
}

#bango .bango-block .title .icon-click {
    margin-right: 8px
}

#bango .bango-block .title .icon-click img {
    width: 24px!important;
    vertical-align: inherit!important
}

#bango .title-one {
    font-size: 16px;
    margin-bottom: 23px;
    font-weight: 500
}

#bango .item-one {
    padding: 15px 0 12px;
    border-top: 1.5px solid #D0D0D0;
    border-bottom: 1.5px solid #D0D0D0
}

#bango .item-one:nth-child(2) {
    border-top: none
}

#bango .item-one.last {
    border-bottom: none;
    border-top: none
}

#bango .item-one .title-link {
    width: 33%;
    font-size: 16px;
    color: #2969B0;
    text-decoration: underline;
    font-weight: 600
}

#bango .title-link {
    font-size: 16px;
    color: #2969B0;
    text-decoration: underline
}

#bango .item-one .info-one {
    width: 66%;
    padding-left: 5%;
    font-size: 16px;
    line-height: 26px
}

#bango .item-one .info-one .box-img {
    width: 100%
}

#bango .item-one .info-one .note {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 10px
}

#bango .item-one .info-one .dsc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

#bango .item-one .info-one .text-one {
    margin-bottom: 30px;
    padding-right: 5px
}

#bango .box-ponit .title-ponit {
    max-width: 200px;
    font-size: 16px;
    margin: auto;
    background: #FFDA2B;
    color: #000;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 20px
}

#bango .box-ponit {
    margin-bottom: 75px
}

#bango .box-ponit .item-ponit {
    font-size: 16px;
    margin-bottom: 17px;
    position: relative;
    padding-left: 45px;
    font-weight: 600
}

#bango .box-ponit .item-ponit::before {
    content: "";
    position: absolute;
    background-image: url(https://biz.ca-m.co.jp/wp-content/uploads/2022/06/icon_point.png);
    width: 22px;
    height: 22px;
    top: 0;
    left: 15px
}

#bango .box-title .title-list {
    max-width: 200px;
    font-size: 16px;
    margin: auto;
    background: #FFDA2B;
    color: #000;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 10px
}

#bango .box-title .note {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px
}

#bango .box-title .note .plus {
    position: relative;
    text-align: center;
    padding-left: 30px
}

#bango .box-title .note .plus::after {
    position: absolute;
    content: "";
    background-image: url(https://biz.ca-m.co.jp/wp-content/uploads/2022/06/bango_btn_plus.png);
    width: 56px;
    height: 56px;
    left: -15px;
    top: -19px;
    transform: scale(.4)
}

#bango .toggle-item {
    border: 1.5px solid #000;
    margin-bottom: 30px
}

#bango .toggle-item .box-item {
    margin-bottom: 30px
}

#bango .toggle-item .text-item {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

#bango .toggle-item .title-blue {
    font-size: 16px;
    color: #2969B0;
    margin-bottom: 17px;
    margin-top: 50px;
    font-weight: 600
}

#bango .toggle-item .list-text li::after {
    position: absolute;
    content: ".";
    font-size: 16px;
    color: #000;
    top: -2px;
    left: 10px
}

#bango .toggle-item .content-blue {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#bango .toggle-item .img-blue {
    width: 63%;
    margin-bottom: 20px
}

#bango .toggle-item .text-blue {
    width: 37%;
    padding-left: 10px;
    padding-right: 10px
}

#bango .toggle-item .note {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

#bango .toggle-item .blue-item {
    font-size: 16px;
    line-height: 25px;
    position: relative;
    font-weight: 600;
    padding-top: 15px;
    margin-bottom: 25px
}

#bango .toggle-item .blue-item::after {
    position: absolute;
    content: "";
    background-image: url(https://biz.ca-m.co.jp/wp-content/uploads/2022/06/people_mg_arrow.png);
    width: 28px;
    height: 12px;
    top: 0;
    left: 0
}

#bango .box-toggle .toggle-item .toggle-item-btn {
    position: relative;
    padding: 5px 55px 8px 40px;
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 600
}

#bango .box-toggle .toggle-item .toggle-item-btn::after {
    content: "①";
    font-size: 18px;
    top: 6px;
    left: 11px;
    position: absolute
}

#bango .box-toggle .toggle-item .toggle-item-btn.two::after {
    content: "②"
}

#bango .box-toggle .toggle-item .toggle-item-btn.three::after {
    content: "③"
}

#bango .box-toggle .toggle-item .toggle-item-btn.open {
    border-bottom: none
}

#bango .box-toggle .toggle-item .toggle-item-btn .check {
    position: relative;
    display: inline flow-root list-item
}

#bango .box-toggle .toggle-item .toggle-item-btn .check::marker {
    font-size: 0
}

#bango .box-toggle .toggle-item .toggle-item-btn .check::after,#bango .box-toggle .toggle-item .toggle-item-btn .check::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 12px;
    right: -21px;
    transform: translateY(-50%);
    z-index: 99;
    transition: .5s
}

#bango .box-toggle .toggle-item .toggle-item-btn .check::after {
    top: 13px
}

#bango .box-toggle .toggle-item .toggle-item-btn .check::before {
    transform: rotate(90deg)
}

#bango .box-toggle .toggle-item .toggle-item-btn.open .check::before {
    transform: rotate(0deg);
    transition: .5s
}

#bango .box-toggle .toggle-item .toggle-item-btn .box-check {
    background: #538EB4;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: 12px;
    z-index: 10;
    display: inline-block
}

#bango .box-toggle .toggle-item .content-toggle {
    display: none
}

#bango .content-toggle .info-toggle {
    padding: 30px 10px 15px 10px
}

#bango .content-toggle .info-toggle .box-img {
    max-width: 80%;
    margin: auto
}

#bango .content-toggle .info-toggle .box-img.three {
    max-width: 96%;
    margin-bottom: 30px
}

#bango .toggle-item .img-blue.three {
    width: 80%;
    margin: auto;
    margin-bottom: 20px
}

#bango .toggle-item .text-blue.three {
    width: 100%;
    padding: 0
}

#bango .toggle-item .text-item.three {
    padding-left: 0;
    margin-bottom: 10px
}

#bango .title-erro {
    font-size: 22px;
    padding-bottom: 1px;
    border-bottom: 2px solid #538EB4;
    color: #538EB4;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 95px
}

#bango .item-erro {
    margin-bottom: 80px
}

#bango .title-item-erro {
    padding: 5px 10px;
    border: 1.5px solid #000;
    font-size: 16px;
    margin-bottom: 25px;
    padding-left: 25px
}

#bango .title-item-erro li {
    list-style: outside;
    font-weight: 600
}

#bango .box-title {
    position: relative;
    margin-bottom: 30px
}

#bango .box-title .note {
    position: absolute;
    right: 0;
    top: 0
}

#bango .box-title .note .plus::after {
    width: 56px;
    height: 56px;
    left: -15px;
    top: -19px;
    transform: scale(.5)
}

#bango .img-erro img {
    width: 87%!important;
    margin: auto;
    margin-bottom: 25px
}

#bango .img-erro.two img {
    width: 50%!important;
    margin: auto;
    margin-bottom: 0
}

#bango .img-erro {
    text-align: center
}

#bango .text-erro {
    font-size: 16px;
    font-weight: 600
}

#bango .text-color {
    color: #538EB4;
    position: relative;
    padding-left: 15px;
    margin: 20px 0 5px
}

#bango .text-color::after {
    position: absolute;
    content: "";
    background: #538EB4;
    width: 8px;
    height: 8px;
    top: 7px;
    left: 0
}

#bango .text-color.red {
    color: #B43B35
}

#bango .text-color.red::after {
    background: #B43B35
}

#bango .item-erro .text-02 {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0
}

#bango .item-erro .text-01.under {
    text-decoration: underline;
    padding-bottom: 2px
}

#bango .item-erro .under-small {
    text-decoration: underline
}

#bango .box-title .note {
    position: relative
}

#bango .item-one .info-one .box-img img {
    max-width: 230px!important
}

#bango .item-one .info-one .box-img {
    text-align: center
}

#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    opacity: 0;
    transition: .3s
}

#back-top.is-active {
    opacity: 1
}

@media (min-width: 768px) {
    #bango .pc {
        display:block
    }

    #bango .mb {
        display: none
    }

    #bango .sp_br {
        display: none
    }

    #bango .inner {
        max-width: 1000px;
        margin: auto;
        padding: 117px 20px 50px
    }

    #bango .main-banner .logo {
        width: 100%;
        top: 41%;
        left: 50%
    }

    #bango .main-banner .logo .inner-logo {
        max-width: 960px;
        margin: auto
    }

    #bango .main-banner .content {
        max-width: 990px;
        margin: auto;
        padding: 0 15px
    }

    #bango .main-banner .heading-main {
        margin-bottom: 37px;
        padding: 14px 0 71px
    }

    #bango .main-banner .heading-main .img-logo {
        margin-bottom: 20px;
        text-align: left
    }

    #bango .main-banner .heading-main .heading {
        font-weight: 700;
        font-size: 42px;
        line-height: 68px
    }

    #bango .main-banner .sub-ttl {
        max-width: 830px;
        margin: auto;
        padding: 0 15px
    }

    #bango .item-one .title-link {
        width: 18%
    }

    #bango .item-one .info-one {
        width: 82%;
        padding-left: 27px
    }

    #bango .item-one .info-one .box-img {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 63%
    }

    #bango .item-one .info-one .box-img .box-item {
        width: calc(50% - 10px)
    }

    #bango .item-one .info-one .dsc {
        width: 37%;
        padding-left: 45px
    }

    #bango .item-one {
        padding: 15px 0 7px
    }

    #bango .item-one .info-one .text-one {
        margin-bottom: 5px;
        padding-right: 5px
    }

    #bango .item-one .info-one .text-one-flex.one {
        width: 65%
    }

    #bango .item-one .info-one .text-one-flex.two {
        width: 31%
    }

    #bango .box-one {
        margin-bottom: 98px
    }

    #bango .box-ponit .title-ponit {
        margin-bottom: 25px
    }

    #bango .box-ponit .list-point {
        max-width: 750px;
        margin: auto
    }

    #bango .box-ponit {
        margin-bottom: 145px
    }

    #bango .box-toggle .toggle-item .toggle-item-btn {
        padding: 11px 56px 8px 48px;
        font-size: 20px;
        margin-bottom: 0
    }

    #bango .box-toggle .toggle-item .toggle-item-btn::after {
        top: 12px;
        left: 18px
    }

    #bango .content-toggle .info-toggle .box-img {
        max-width: 60%;
        margin: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    #bango .content-toggle .info-toggle .box-img .box-item {
        width: calc(50% - 10px)
    }

    #bango .content-toggle .info-toggle {
        padding: 30px 45px 11px 30px;
        margin-bottom: 3px
    }

    #bango .toggle-item .text-item {
        margin-bottom: 7px
    }

    #bango .box-toggle .toggle-item .toggle-item-btn .box-check {
        top: 10px;
        right: 16px
    }

    #bango .box-toggle .toggle-item .toggle-item-btn .check::after {
        top: 14px;
        right: -20.5px
    }

    #bango .box-toggle .toggle-item .toggle-item-btn .check::before {
        right: -20.5px;
        top: 13px
    }

    #bango .toggle-item .list-text li::after {
        top: -5px
    }

    #bango .toggle-item .text-item.mt {
        margin-top: 15px
    }

    #bango .toggle-item .title-blue {
        margin-top: 30px
    }

    #bango .toggle-item .img-blue {
        width: 29%;
        margin-bottom: 38px
    }

    #bango .toggle-item .text-blue {
        width: 65%;
        padding-left: 10px;
        padding-right: 10px
    }

    #bango .toggle-item .blue-item::after {
        top: 68px;
        left: -33px
    }

    #bango .toggle-item .blue-item {
        padding-top: 60px;
        margin-bottom: 77px
    }

    #bango .content-toggle .info-toggle .box-img.three {
        max-width: 48%;
        margin-bottom: 30px
    }

    #bango .toggle-item .img-blue.three {
        width: 30%;
        margin: unset;
        margin-bottom: 20px
    }

    #bango .toggle-item .text-blue.three {
        width: 68%;
        padding: 0
    }

    #bango .toggle-item .text-item.three {
        margin-bottom: 20px
    }

    #bango .title-erro {
        font-size: 26px;
        padding-bottom: 0;
        margin-bottom: 48px;
        margin-top: 105px
    }

    #bango .title-item-erro {
        padding: 5px 20px 5px 50px;
        font-size: 20px;
        display: inline-block;
        margin-bottom: 30px
    }

    #bango .toggle-item {
        margin-bottom: 34px
    }

    #bango .content-erro {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    #bango .content-erro .img-erro {
        width: 31%
    }

    #bango .content-erro .text-erro {
        width: 66%
    }

    #bango .img-erro img {
        width: 100%!important;
        margin-bottom: 5px
    }

    #bango .content-erro .img-erro.two {
        width: 18%
    }

    #bango .img-erro.two img {
        width: 100%!important
    }

    #bango .content-erro .text-erro {
        width: 66%
    }

    #bango .content-erro .text-erro.blue {
        width: 80%
    }

    #bango .text-color {
        color: #538EB4;
        position: relative;
        padding-left: 15px;
        margin: 0 0 10px
    }

    #bango .item-erro .text-02 {
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0 25px
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: -9;
    transition: .3s;
}

.popup.is-open {
    visibility: visible;
    opacity: 99;
}

.popup .content {
    max-width: 450px;
    display: flex;
    justify-content: center;
    background: #ffff;
    padding: 30px;
    box-shadow: 0 6px 15px rgba(0,0,0,.40);
    position: relative;
    width: calc(100% - 30px);
}

.popup .btn-close {
    position: absolute;
    top: -39px;
    right: -11px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.popup .btn-close svg path {
    transition: .3s;
}

.popup .btn-close:hover svg path {
    fill: red;
}

#servicecharge .servicecharge {
    margin-top: 60px;
}
#servicecharge h2.title-list-work {
    font-size: 24px;
    font-weight: 700;
margin-bottom: 30px;
}
#servicecharge p.title-bold {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-indent: -10px;
}
#servicecharge p.text {
    margin-bottom: 20px;
}
#servicecharge .ol-list-number {
    list-style-type: decimal;
       padding-left: 20px;
    margin-bottom: 20px;
}
#servicecharge ul.ul-list-text {
    list-style: initial;
    padding-left: 30px;
    margin-bottom: 20px;

}
#servicecharge p.text-link {
    margin-bottom: 30px;
    word-break: break-word;
}
#redirect-link {
	text-align: center;
}
#redirect-link a {
	color: black !important;
	font-size: 16px;
	font-weight: 700;
}
#servicecharge .sp-br {
	display: none;
}

@media (max-width: 425px) {
	#servicecharge .sp-br {
		display: inline;
	}
}

.privacypolicy-en .title_wide_black{
	font-family: "Roboto", sans-serif;
}
.privacypolicy-en h2,
.privacypolicy-th h2{
	font-weight: bold;
	margin-bottom: 0.5em;	
}
.privacypolicy-en .privacypolicy-item{
	margin-bottom: 1.5em;
	font-family: "Roboto", sans-serif;
}
.privacypolicy-th .privacypolicy-item{
	margin-bottom: 1.5em;
}
#privacypolicy .description{
	text-align: center;
	padding-top: 60px;
}
.payroll .contact_footer {
	display:none;
}
.payroll-contact .contact_footer {
	display:none;
}