html {
    overflow-x: hidden;
    font-size: unset !important;
}
body {
    font-family: "Roboto","Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif !important;
}

/* 共通 */
.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.flex {
    display: flex;
    align-items: center;
}
.offs .effect,
.offs.effect {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
}
.ons .effect,
.ons.effect  {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease；;
}
.main-content {
    margin: 0 auto !important;
    max-width: 1180px !important;
}
@media screen and (max-width:1024px) {
    .main-content {
        margin: 0 auto 40px !important;
        max-width: 100% !important;
    }
}
.l-main {
    margin-bottom: 0 !important;
}
.content div,
.content p {
    margin-top: 0 !important;
}
.content div::after,
.content p::after,
.content::after,
.content ul > li::before {
    content: unset !important;
}
.divider, .dividerBottom, .l-wrapper {
    margin-bottom: 0 !important;
}
.page-mv {
    position: relative;
    width: 100vw;
    height: 380px;
}
.page-mv .bg-img {
    z-index: -1; 
}
.page-mv h1 {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 50%; 
    transform: translateY(-50%); 
    color: #fff;
    font-size: min(3.125vw,60px);
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
}
.breadcrumb__item {
    font-size: 16px !important;
}
.content h2.main_ttl,
.case-wrap h2.main_ttl {
    color: #000000 !important;
    font-size: min(2.604166666666667vw,50px) !important;
    text-align: center;
	margin-top: 50px;
    margin-bottom: 130px;
    line-height: 1.5;
}
.content h2.main_ttl span,
.case-wrap h2.main_ttl span {
    color: #4880BD !important;
    font-size: min(1.041666666666667vw,20px) !important;
    display: block;
}
.content h2.main_ttl + p,
.case-wrap h2.main_ttl + p {
    font-size: 18px !important;
    text-align: center;
    margin-top: -100px !important;
    margin-bottom: 60px;
}
.bg-grey {
    background-color: #F5F5F5;
}
.ftc-sub {
    color: #4880BD !important;
}
.gmap {
    position: relative;
    width: 100%;
    padding-top: 31.25%;
    height: 0;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content table {
    border-left: unset !important;
}
.content table th {
    background-color: #F6F6F6 !important;
    color: #767676 !important;
    font-size: 16px !important;
    font-weight: 500;
    border-color: #B0B0B0;
}
.content table th.blue {
    background-color: #EDF3FA !important;
}
.content table td {
    font-size: 16px !important;
    font-weight: 500;
    border-color: #B0B0B0;
    background-color: #fff !important;
    padding-left: 20px;
    border-right: unset !important;
}
.content table tr:nth-child(2n+1) td {
    background-color: #fff !important;
}
.more-btn {
    position: relative;
    display: block;
    margin: 40px 0 0 auto !important;
    width: 230px;
    height: 65px;
    line-height: 65px;
    background: linear-gradient(to left, #03136a 0%, #1265b4 100%);
    font-size: 16px !important;
    color: #fff !important;
    padding: 0 30px;
}
.content .more-btn::after {
    position: absolute;
    content: '' !important;
    background-image: url('/wp-content/themes/the-thor-child/img/icon-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 25px;
	transform: translateY(-50%);
}
.footer-link {
    justify-content: space-between;
    margin-bottom: 100px;
}
.footer-link a {
    position: relative;
    border: 1px #fff solid;
    width: calc(100% / 2 - 35px);
    height: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: min(1.354166666666667vw,26px) !important;
}
.footer-link a::before {
    position: absolute;
    content: '' !important;
    width: 80px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.footer-link a > span {
    color: #4880BD !important;
    font-size: 18px !important;
    margin-bottom: 5px;
}
.footer-link p {
    align-items: center;
    display: flex;
}
.footer-link img {
    margin-left: 8px;
}
.bottomFooter__list li {
    position: relative;
    font-size: 16px !important;
}
.bottomFooter__list li::after {
    position: absolute;
    content: "｜" !important;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    font-size: 16px !important;
}
.bottomFooter__list li:last-child::after {
    content: unset !important;
}
.bottomFooter__list li a {
    margin: 0 20px !important;
}
.bottomFooter__copyright {
    font-size: 13px !important;
    color: #fff !important;
    font-weight: 400 !important;
    margin-top: 40px !important;
}
.archiveHead.mask {
    margin-bottom: 40px !important;
}
.archiveHead.mask .heading {
    font-size: min(1.354166666666667vw,26px) !important;
}

/* トップページ */
.swiper-content {
    position: absolute;
    left: 13.02083333333333vw;
    bottom: 90px;
}
.heading-slider {
    font-size: min(2.083333333333333vw,40px) !important;
}
.top-news-wrap {
    background-color: #000;
    padding: 36px 0;
}
.top-news-wrap h2 {
    color: #fff !important;
    font-size: min(1.354166666666667vw,26px);
    padding-right: 2.5vw;
    border-right: 1px solid #fff;
}
.top-news {
    width: 100%;
}
.content .news-list ul li {
    padding-left: 0;
    line-height: 0.8;
}
.news-list {
    padding-left: 2.5vw;
}
.news-date,
.news-list a {
    color: #fff !important;
    font-size: 16px;
}
.news-cate {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    width: fit-content;
    height: 23px;
    line-height: 23px;
    background-color: #03136A;
    padding: 0 30px;
    margin: 0 20px;
}
.news-btn {
    margin: 0 0 0 auto;
}
.news-btn a {
    display: inline-block;
    background-color: #848484;
    color: #fff !important;
    font-size: 16px;
    width: fit-content;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    letter-spacing: 2px;
}
.top-subwrap {
    padding: 90px 0 110px;
    background-image: url(/wp-content/themes/the-thor-child/img/bg-topsub.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.top-sub {
    margin-left: calc(-50vw + 50%);
    margin-right: 10.41666666666667vw;
}
.top-subimg {
    max-width: 933px;
    width: 48.59375vw;
    margin-right: 4.6875vw;
}
.top-subimg img {
    max-width: 933px !important;
    width: 48.59375vw;
}
.top-subtxt h3 {
    position: relative;
    font-size: min(1.5625vw,30px) !important;
    padding-bottom: 30px;
    margin-bottom: 70px;
}
.top-subtxt h3::after {
    position: absolute;
    content: '' !important;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -20px;
    left: 0;
}
.top-subtxt p {
    font-size: 20px !important;
    font-weight: 500;
}
.top-about {
    padding: 100px 0 150px;
}
.top-about-box {
    margin-bottom: 86px;
    justify-content: space-between;
}
.top-about-box {
    align-items: start;
}
.content .top-about-txt {
    max-width: 640px;
    flex: 6;
}
.content .top-about-img {
    flex: 4;
    margin-top: 2rem !important;
}
.top-about-box div:first-child {
    margin-right: 20px;
}
.top-about-no {
    position: relative;
    font-size: min(3.645833333333333vw,70px) !important;
    font-weight: 900;
    color: rgba(3, 19, 109, 0.4) !important;
    line-height: 1;
    margin-right: 20px;
    text-align: center;
    letter-spacing: -3px;
}
.content div.top-about-no::after {
    position: absolute;
    content: '' !important;
    display: block;
    width: 100%;
    max-width: 70px;
    height: 10px;
    background-color: #03136A;
    bottom: -20px;
    left: 0;
}
.top-about-ttl h3 {
    position: relative;
    font-size: min(1.354166666666667vw,26px) !important;
    color: #03136A !important;
    width: 100%;
}
.top-about-ttl h3 > span {
    position: absolute;
    font-size: 34px !important;
    line-height: 1;
    color: #E5E5E5 !important;
    top: -40px;
    left: 0;
    letter-spacing: -1px;
}
.top-about-txt h4 {
    position: relative;
    margin-top: 24px !important;
    background-color: #03136A;
    font-size: 18px !important;
    color: #fff !important;
    padding-left: 16px;
    width: 100%;
    height: 36px;
    line-height: 36px !important;
}
.top-about-txt h4:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    border: none;
    border-right: 3em solid #fff;
    border-bottom: 3em solid transparent;
}
.top-about-txt p {
    margin-top: 34px !important;
    margin-bottom: 50px;
    font-size: 18px !important;
    font-weight: 500;
}
.nayami-box {
    position: relative;
    border-radius: 21px;
    border: 3px #4A81BD solid;
    padding: 30px 20px;
    z-index: 0;
}
.nayami-box h3 {
    position: absolute;
    top: -20px;
    left: 30px;
    color: #4880BD !important;
    font-size: min(1.197916666666667vw,23px) !important;
    padding: 0 15px;
    background-color: #fff;
    width: fit-content;
}
.nayami-box ul {
    margin-top: 0 !important;
}
.nayami-box ul li {
    position: relative;
    font-size: 18px !important;
    padding-left: 25px;
}
.nayami-box ul li::before {
    position: absolute;
    content: '' !important;
    width: 20px;
    height: 15px;
    background-image: url(/wp-content/themes/the-thor-child/img/icon-check.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    transform: unset !important;
    left: 0 !important;
}
.nayami-box .nayami-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.top-flow {
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}
.top-flow > div {
    position: relative;
    margin: 0 auto 20px;
    width: calc(100% / 4 - 20px);
    height: 255px;
    background: #03136A;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.top-flow > div.flow02,
.top-flow > div.flow03,
.top-flow > div.flow04 {
    padding-left: 30px;
}
.top-flow > div::after {
    position: absolute;
    content: "" !important;
    border-left: 40px solid #03136A;
    border-top: 127px solid transparent;
    border-bottom: 127px solid transparent;
    position: absolute;
    right: -40px;
    top: 0;
    margin-left: 50px;
    z-index: 10;
}
.top-flow > div.flow01 {
    background: #8A91B5;
}
.top-flow > div.flow01::after {
    border-left: 40px solid #8A91B5;
}
.top-flow > div.flow02 {
    background: #535D96;
}
.top-flow > div.flow02::after {
    border-left: 40px solid #535D96;
}
.top-flow > div.flow03 {
    background: #324193;
}
.top-flow > div.flow03::after {
    border-left: 40px solid #324193;
}
.top-flow > div.flow02::before,
.top-flow > div.flow03::before,
.top-flow > div.flow04::before {
    position: absolute;
    content: "" !important;
    border-left: 40px solid #fff;
    border-top: 127px solid transparent;
    border-bottom: 127px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.top-flow > div > p.no {
    position: relative;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.top-flow > div > p.no::after {
    position: absolute;
    content: '' !important;
    width: 74px;
    height: 1px;
    display: block;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.top-flow > div > p.no + p {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1.6;
    font-weight: 600;
}
.top-flow + p {
    font-size: 18px !important;
    margin-bottom: 100px;
}
.top-reason {
    padding: 70px 0 100px;
}
.top-reason .flex {
    justify-content: space-between;
}
.content div.reason-box {
    position: relative;
    z-index: 0;
    background-color: #0019E9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 452px;
    padding: 30px;
}
.content div.reason-box::after {
    position: absolute;
    content: '' !important;
    z-index: -10;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/the-thor-child/img/top-aboutbox-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 379px;
    height: 510px;
}
.content div.reason-box h5 {
    color: #FFF567 !important;
    font-size: min(1.19791666666666vw,23px) !important;
    margin-top: 20px !important;
    margin-bottom: 32px !important;
    line-height: 1;
}
.content div.reason-box .img {
    position: relative;
    z-index: 0;
}
.content div.reason-box .img::after {
    position: absolute;
    content: '' !important;
    z-index: -10;
    top: 0;
    left: -20px;
    background-image: url(/wp-content/themes/the-thor-child/img/top-aboutimg-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 217px;
    height: 217px;
    opacity: 0.1;
}
.content div.reason-box p {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500;
}
.splide__slide .txt {
    position: relative;
    padding-left: 20px;
    margin-top: 30px !important;
}
.content .splide__slide .txt::before,
.case-wrap .splide__slide .txt::before {
    position: absolute;
    content: '' !important;
    width: 3px;
    height: 100%;
    background-color: #004DC7;
    top: 0;
    left: 0;
}
.splide__slide h3 {
    font-size: min(1.25vw,24px) !important;
    margin-bottom: 26px;
    line-height: 1.6 !important;
}
.splide__slide p {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 500;
    line-height: 1.75 !important;
}
.case-wrap .splide__slide .img {
    border-radius: 20px;
}

/* 会社概要 */
.company-wrap {
    padding: 124px 0 26px;
}
.company-wrap .flex {
    align-items: start;
    margin-bottom: 20px;
}
.company-wrap .flex .img {
    width: 38.98305084745763vw;
    margin-right: 2.542372881355932vw;
}
.company-wrap .flex .txt {
    width: 58.47457627118644vw;
}
.company-wrap .flex .txt p {
    font-size: 18px !important;
    font-weight: 500;
}
.company-wrap .sign {
    text-align: right;
}
.company-wrap h3 {
    margin-top: 34px !important;
    font-size: min(1.197916666666667vw,23px) !important;
}

/* お問い合わせ */
.contact-wrap {
    padding: 60px 0 50px;
    background-color: #F4F4F6;
}
dl.contact_box {
    display: flex;
    flex-wrap: wrap;
    font-weight: normal;
    font-size: 16px;
}
dl.contact_box dt {
    width: 25%;
    border-top: 1px #B0B0B0 solid;
    border-bottom: 1px #B0B0B0 solid;
    background-color: #7A7A7A;
    color: #FFF;
    padding: 30px 40px !important;
    margin-top: 0 !important;
    font-size: 16px !important;
    display: flex;
    align-items: center;
}
dl.contact_box dt:not(:first-child) {
    border-top: unset;
}
dl.contact_box dd {
    width: 75%;
    border-left: unset;
    border-right: unset;
    border-color: #B0B0B0;
    position: relative;
    padding: 30px 40px !important;
    background-color: #FFF;
    font-size: 16px !important;
}
dl.contact_box dd:not(:first-of-type) {
    border-top: unset;
}
dl.contact_box input[type="text"],
dl.contact_box input[type="email"] {
    height: 50px;
    width: 85%;
    padding: 10px;
}
dl.contact_box textarea {
    padding: 10px;
    width: 85%;
}
dl.contact_box + p {
    font-size: 16px !important;
    color: #888888 !important;
    text-align: right;
    margin-top: 15px !important;
}
.wpcf7 input[type="submit"] {
    width: 287px;
    height: 65px;
    line-height: 65px;
    background: linear-gradient(to left, #03136a 0%, #1265b4 100%);
    font-size: 16px !important;
    color: #fff !important;
    padding: 0 10px;
    font-weight: normal !important;
    display: block;
    margin: 60px auto 0;
    border: unset;
}
.content .button_wrap {
    position: relative;
    width: 287px;
    height: 65px;
    margin: 0 auto 0;
}
.content .button_wrap::after {
    position: absolute;
    content: url('/wp-content/themes/the-thor-child/img/icon-arrow.png') !important;
    top: 50%;
    right: 25px;
	transform: translateY(-50%);
}
.wpcf7-submit:hover {
    font-weight: normal !important;
    opacity: 0.8;
}
.grecaptcha-badge {
    visibility: hidden;
}

/* 事例紹介 */
.case-wrap {
    padding: 140px 0 145px;
}

/* 事例紹介＞記事 */
.cases-main {
    padding: 140px 0 145px;
}
.cases-main h1.heading-primary {
    padding: 1rem 2rem;
    border-left: 5px solid #4193D3;
    background: #ECF4FB;
    font-size: min(1.354166666666667vw,26px);
}
.dateList-main {
    text-align: right;
}
.dateList-main .dateList__item {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
}
.cases-main p,
.heading-secondary {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.cases-main .l-sidebar .heading-widgetsimplewide {
    font-size: min(1.041666666666667vw,20px) !important;
}
.widget.widget_categories ul {
    border: unset !important;
}
.widget.widget_categories ul li a {
    background-color: unset !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding: 10px !important;
}
.widget.widget_categories ul li a::before {
    content: "\ea1e" !important;
    color: #000 !important;
}
.widget.widget_categories ul li .children li a {
    color: #909090 !important;
    padding: 10px 10px 10px 30px !important;
}
.widget.widget_categories ul li .children li a::before {
    content: "\ea44" !important;
    color: #909090 !important;
    font-size: .8rem !important;
}
.widget,
.eyecatch__cat a,
.widgetArchive__contents .dateList__item,
.archive__contents .dateList__item,
.archive__contents .heading-tertiary {
    font-size: 16px !important;
    font-weight: 400 !important;
}
.widgetArchive__contents .heading-tertiary {
    font-size: min(0.9375vw,18px) !important;
}
.widgetSearch__word {
    display: none !important;
}
.postContents h3 {
    position: relative;
    color: #03136A !important;
    font-size: min(1.09375vw,21px) !important;
    padding-left: 20px;
    line-height: 1;
    margin-top: 45px !important;
    margin-bottom: 32px !important;
}
.postContents h3::before {
    position: absolute;
    content: '' !important;
    width: 7px;
    height: 28px;
    background-color: #03136A !important;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
}
.heading-sub {
    font-size: 18px !important;
}

/* プライバシーポリシー */
.policy-wrap {
    padding: 100px 0 80px;
}
.policy-wrap h2 {
    font-size: min(1.041666666666667vw,20px) !important;
    margin-bottom: 5px !important;
}
.policy-wrap p,
.policy-wrap li,
.content ol > li::before,
.content ol > li > ol > li::before {
    font-size: 16px !important;
}
.content ol li {
    padding-left: 1.7rem !important;
}
.content ol > li::before {
    width: 1.2rem !important;
    height: 1.2rem !important;
    line-height: 1rem !important;
}

/* お知らせ */
.custom__item {
    background: unset !important;
    font-size: 18px !important;
    border-bottom: 1px #dddddd solid !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
.custom__item .custom__data .custom__day,
.custom__item .custom__cat a {
    font-size: 16px !important;
}
.custom__item .custom__cat a {
    background-color: #03136A !important;
}

@media only screen and (min-width: 992px) {    
    /* 共通設定 */
    .l-wrapper {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        max-width: 1180px !important;
    }    
    .sp {
        display: none;
    }

    /* グローバルナビ */
    .l-header .container {
        max-width: 100%;
        padding-right: 0;
    }
    .globalNavi {
        width: 100%;
    }
    .globalNavi__list {
        display: flex !important;
        width: 60.52083333333333vw;
        margin: 0 0 0 auto;
    }
    .globalNavi__list li {
        width: calc(100% / 4) !important;
        border-left: 1px #B0B0B0 solid;
        text-align: center;
        height: calc(4.5rem) !important;
    }
    _:lang(x)+_:-webkit-full-screen-document, .globalNavi__list li {
        width: calc(100% / 4 - 5px) !important;
    }
    .globalNavi__list li.contact_menu_ {
        background-color: #03136A;
        position: relative;
    }
    .globalNavi__list li.contact_menu_:hover {
        background-color: #03126aa2;
    }
    .globalNavi__list li.contact_menu_::after {
        content: '';
        position: absolute;
        background-image: url('/wp-content/themes/the-thor-child/img/icon-mail.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 26px;
        height: 19px;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
    }
    .globalNavi__list li a {
        margin-right: 0 !important;
        color: #000 !important;
        padding: 26px 0 !important;
        font-size: min(1.5625vw,16px);
    }
    .globalNavi__list li.contact_menu_ a {
        color: #fff !important;
    }
    .globalNavi__list li a:hover {
        border: unset !important;
        color: #03136A !important;
    }
    .globalNavi__list li.contact_menu_ a:hover {
        color: #fff !important;
    }
}
@media only screen and (max-width: 991px) {
    /* 共通設定 */
    .l-wrapper {
        max-width: 100% !important;
        margin: 0 15px !important;
    }
    .page-mv {
        height: 240px;
    }
    .page-mv .bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .page-mv h1 {
        left: 20px;
        font-size: 28px;
    }
    .breadcrumb__item {
        font-size: 12px !important;
    }
    .content h2.main_ttl,
    .case-wrap h2.main_ttl {
        font-size: 24px !important;
        margin-bottom: 60px;
    }
    .content h2.main_ttl span,
    .case-wrap h2.main_ttl span {
        font-size:18px !important;
    }
    .content h2.main_ttl + p,
    .case-wrap h2.main_ttl + p {
        font-size: 16px !important;
        margin-top: -30px !important;
        margin-bottom: 30px;
    }
    .gmap {
        padding-top: 56.2%;
    }
    .content table th {
        font-size: 16px !important;
        width: 30%;
    }
    .content table td {
        font-size: 16px !important;
        padding-left: 15px;
    }
    .more-btn {
        margin: 30px 15px 0 auto !important;
        width: 200px;
        height: 60px;
        line-height: 60px;
        font-size: 16px !important;
    }
    .footer-link {
        margin-bottom: 60px;
    }
    .footer-link a {
        width: calc(100% / 2 - 5px);
        height: 60px;
        font-size: 16px !important;
    }
    .footer-link a::before {
        width: 30px;
    }
    .footer-link a > span {
        font-size: 12px !important;
    }
    .footer-link p {
        align-items: center;
        display: flex;
    }
    .footer-link img {
        margin-left: 8px;
        width: 16px;
    }
    .bottomFooter__list li {
        font-size: 14px !important;
    }
    .bottomFooter__list li::after {
        font-size: 14px !important;
    }
    .bottomFooter__list li a {
        margin: 0 10px !important;
    }
    .bottomFooter__copyright {
        font-size: 10px !important;
        margin-top: 20px !important;
    }
    .widget.widget_nav_menu ul.menu li a {
        font-size: 14px !important;
    }
    .archiveHead.mask .heading {
        font-size: 18px !important;
    }

    .pc {
        display: none;
    }

    /* トップページ */
    .swiper-content {
        left: 50%;
        transform: translate(-50%,-50%);
        bottom: unset;
        width: 100%;
        height: auto;
        top: 50%;
    }
    .heading-slider {
        font-size: 23px !important;
    }
    .top-news-wrap .main-content {
        margin-bottom: 0 !important;
    }
    .top-news {
        flex-direction: column;
        align-items: start;
    }
    .top-news-wrap {
        padding: 20px;
    }
    .top-news-wrap h2 {
        font-size: 20px !important;
        line-height: 1 !important;
        padding-right: 0;
        border-right: unset;
        padding-bottom: 5px;
        margin-bottom: 15px !important;
        border-bottom: 1px #fff solid;
    }
    .content .news-list ul li {
        line-height: 1;
    }
    .news-list {
        padding-left: 0;
    }
    .news-date,
    .news-list a {
        font-size: 12px;
    }
    .news-cate {
        font-size: 11px;
        padding: 0 10px;
        margin: 0 10px;
    }
    .content .contact-btn {
        width: 100%;
        margin-top: 24px !important;
    }
    .contact-btn a {
        position: relative;
        display: block;
        background-color: #03136A;
        color: #fff !important;
        font-size: 18px;
        width: 100%;
        height: 53px;
        line-height: 53px;
        padding: 0 0 0 5vw;
        text-align: center;
        border-radius: 6px;
    }
    .contact-btn a::after {
        position: absolute;
        content: '' !important;
        background-image: url('/wp-content/themes/the-thor-child/img/icon-arrow.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 7px;
        height: 12px;
        top: 50%;
        left: 25vw;
        transform: translateY(-50%);
    }
    .top-subwrap {
        padding: 50px 0 70px;
        background-size: cover;
    }
    .top-sub {
        margin-right: 15px;
    }
    .top-sub .flex {
        flex-direction: column;
    }
    .top-subimg {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px !important;
    }
    .top-subimg img {
        max-width: 100% !important;
        width: 100%;
    }
    .top-subtxt {
        margin-left: 15px;
    }
    .top-subtxt h3 {
        font-size: 18px !important;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .top-subtxt h3::after {
        bottom: -15px;
    }
    .top-subtxt p {
        font-size: 14px !important;
    }
    .top-about {
        padding: 40px 0 60px;
    }
    .top-about-box {
        margin-bottom: 60px;
        flex-direction: column;
    }
    .top-about-box:nth-child(even) {
        flex-direction: column-reverse;
    }
    .content .top-about-txt {
        max-width: 100%;
    }
    .top-about-box div:first-child {
        margin-right: 0;
    }
    .top-about-no {
        font-size: 50px !important;
        margin-right: 15px !important;
        letter-spacing: -2px;
    }
    .content div.top-about-no::after {
        width: 50px;
        height: 8px;
        bottom: -15px;
    }
    .top-about-ttl h3 {
        font-size: 18px !important;
        margin-top: 2.5rem !important;
    }
    .top-about-ttl h3 > span {
        font-size: 16px !important;
        top: -20px;
    }
    .top-about-txt h4 {
        margin-top: 15px !important;
        font-size: 12px !important;
        padding-left: 12px;
        height: 30px;
        line-height: 30px !important;
    }
    .top-about-txt p {
        margin-top: 20px !important;
        margin-bottom: 40px;
        font-size: 16px !important;
    }
    .nayami-box {
        border-radius: 13px;
        padding: 15px 10px;
    }
    .nayami-box h3 {
        top: -15px;
        left: 20px;
        font-size: 18px !important;
        padding: 0 15px;
    }
    .nayami-box ul li {
        font-size: 16px !important;
        padding-left: 15px;
        padding-right: 22vw;
    }
    .nayami-box ul li::before {
        width: 20px;
        height: 15px;
        top: 5px;
    }
    .nayami-box .nayami-img {
        width: 35vw;
        text-align: right;
    }
    .top-flow {
        flex-direction: column;
        margin-bottom: 40px !important;
    }
    .top-flow > div {
        margin: 0 auto 10px;
        width: 100%;
        height: 140px;
    }
    .top-flow > div.flow02,
    .top-flow > div.flow03,
    .top-flow > div.flow04 {
        padding: 50px 0 0 0;
        height: 160px;
    }
    .top-flow > div::after {
        top: unset;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        border: unset;
        display: block;
        background-color: #03136A;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        width: 100%;
        height: 30px;
        margin-left: 0 !important;
    }
    .top-flow > div.flow01::after {
        background-color: #8A91B5;
        border-left: unset;
    }
    .top-flow > div.flow02::after {
        background-color: #535D96;
        border-left: unset;
    }
    .top-flow > div.flow03::after {
        background-color: #324193;
        border-left: unset;
    }
    .top-flow > div.flow02::before,
    .top-flow > div.flow03::before,
    .top-flow > div.flow04::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        border: unset;
        display: block;
        background-color: #fff;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        width: 100%;
        height: 30px;
        margin-left: 0 !important;
    }
    .top-flow > div > p.no {
        font-size: 30px !important;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .top-flow > div > p.no::after {
        width: 32px;
    }
    .top-flow > div > p.no + p {
        font-size: 16px !important;
    }
    .top-flow + p {
        font-size: 12px !important;
        margin-bottom: 60px;
    }
    .top-reason {
        padding: 50px 0 40px;
    }
    .top-reason .flex {
        flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
    }
    .content div.reason-box {
        width: 100%;
        height: auto;
        padding: 30px;
        margin-bottom: 20px !important;
    }
    .content div.reason-box::after,
    .content div.reason-box .img::after {
        content: unset !important;
    }
    .content div.reason-box h5 {
        font-size: 18px !important;
        margin-top: 15px !important;
        margin-bottom: 20px !important;
    }
    .content div.reason-box p {
        font-size: 16px !important;
    }
    .top-reason + section {
        padding: 50px 0 60px;
    }
    .splide__slide .txt {
        padding-left: 30px;
        margin-top: 20px !important;
    }
    .content .splide__slide .txt::before,
    .case-wrap .splide__slide .txt::before {
        width: 5px;
        height: 100%;
        left: 10px;
    }
    .splide__slide h3 {
        font-size: 18px !important;
        margin-bottom: 15px;
    }
    .splide__slide p {
        font-size: 14px !important;
    }
    .case-wrap .splide__slide .img {
        border-radius: 16px;
    }

    /* 会社概要 */
    .company-wrap {
        padding: 60px 0 46px;
    }
    .company-wrap .flex {
        flex-direction: column;
    }
    .company-wrap .flex .img {
        width: 100%;
        margin-right: 0;
    }
    .company-wrap .flex .txt {
        width: 100%;
        margin-top: 15px !important;
    }
    .company-wrap .flex .txt p {
        font-size: 16px !important;
    }
    .company-wrap h3 {
        margin-top: 24px !important;
        font-size: 16px !important;
    }


    /* お問い合わせ */
    .contact_box {
        padding: 20px 15px;
    }
    dl.contact_box dt {
        width: 100%;
        padding: 10px !important;
        font-size: 16px !important;
    }
    dl.contact_box dd {
        width: 100%;
        padding: 20px 10px !important;
        font-size: 16px !important;
    }
    dl.contact_box input[type="text"],
    dl.contact_box input[type="email"] {
        height: 45px;
        width: 100%;
    }
    dl.contact_box textarea {
        width: 100%;
    }
    dl.contact_box + p {
        font-size: 12px !important;
    }
    .wpcf7 input[type="submit"] {
        width: 90%;
        height: 60px;
        line-height: 60px;
        font-size: 16px !important;
        margin: 40px auto 0;
    }
    .content .button_wrap {
        width: 90%;
        height: 60px;
    }

    /* 事例紹介 */
    .case-wrap {
        padding: 60px 0 80px;
    }
    .eyecatch__cat a {
        font-size: 12px !important;
    }

    /* 事例紹介＞記事 */
    .cases-main {
        padding: 60px 0 80px;
    }
    .cases-main h1.heading-primary {
        padding: .8rem 1.2rem;
        border-left: 5px solid #4193D3;
        font-size: 20px;
    }
    .dateList-main .dateList__item,
    .prevNext__pop {
        font-size: 11px !important;
    }
    .cases-main p,
    .heading-secondary {
        font-size: 16px !important;
    }
    .l-sidebar {
        margin: 40px auto 0 !important;
    }
    .cases-main .l-sidebar .heading-widgetsimplewide {
        font-size: 18px !important;
    }
    .widget.widget_categories ul li a,
    .widget,
    .eyecatch__cat a,
    .widgetArchive__contents .dateList__item,
    .widgetArchive__contents .heading-tertiary,
    .archive__contents .dateList__item,
    .archive__contents .heading-tertiary {
        font-size: 16px !important;
    }
    .postContents h3 {
        font-size: 18px !important;
        padding-left: 20px;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    .socialList-type01 .socialList__link::before {
        font-size: 1.5rem !important;
    }
    .heading-sub {
        font-size: 18px !important;
    }

    /* プライバシーポリシー */
    .policy-wrap {
        padding: 40px 0 60px;
    }
    .policy-wrap h2 {
        font-size: 20px !important;
    }
    .policy-wrap p,
    .policy-wrap li,
    .content ol > li::before,
    .content ol > li > ol > li::before {
        font-size: 16px !important;
    }

    /* お知らせ */
    .custom__item {
        font-size: 16px !important;
    }
    .custom__item .custom__data .custom__day,
    .custom__item .custom__cat a {
        font-size: 10px !important;
    }
}
@media screen and (min-width:560px) and (max-width: 991px) {
    .sp {
        display: none;
    }
}
@media screen and (max-width:560px) {
    /* 事例紹介 */
    #viewCard:checked ~ .archive .archive__item  {
        width: 95% !important;
    }
}