.pc {
    display: block;
}

.outline dd.takasa {
    line-height: 2;
}

li.footer-col-link-list-item:first-child::after {
    display: none;
}

.light {
    font-weight: lighter;
    font-size: smaller;
    color: #cecece;
}

li.footer-col-link-list-item:first-child {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }

    .outline dd.takasa {
        line-height: 1.3;
    }
}

.sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .sp {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    body {
        min-width: 100%;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.wrap {
    max-width: 1030px;
    margin: auto;
    padding: 0 15px;
}

.kv {
    position: relative;
    background: url(../images/kv-pc.jpg) center/cover no-repeat;
    height: 660px;
    padding: 23px 16px;
}

@media screen and (max-width: 750px) {
    .kv {
        background-image: url(../images/kv-sp.jpg);
        height: 376px;
        padding: 14px 17px;
    }
}

.kv-logo {
    display: block;
    width: 170px;
}

@media screen and (max-width: 750px) {
    .kv-logo {
        width: 102px;
    }
}

.kv-ttl {
    color: #fff;
    margin-top: 58px;
}

@media screen and (max-width: 750px) {
    .kv-ttl {
        margin-top: 42px;
    }
}

.kv-ttl-sub {
    display: inline-block;
    width: auto;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.07em;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
    .kv-ttl-sub {
        font-size: 1.15rem;
        letter-spacing: 0.05em;
        padding-bottom: 6px;
    }
}

.kv-ttl-main {
    font-size: 6rem;
    letter-spacing: 0.14em;
}

@media screen and (max-width: 750px) {
    .kv-ttl-main {
        font-size: 3.2rem;
        letter-spacing: 0.13em;
    }
}

.kv-ttl-main span {
    display: block;
    font-size: 3.6rem;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-size: 3.2rem;
}

@media screen and (max-width: 750px) {
    .kv-ttl-main span {
        font-size: 2.2rem;
        margin-bottom: 8px;
    }
}

.kv-ttl-main span.sp-small {
    display: inline;
    font-size: 6rem;
}

@media screen and (max-width: 750px) {
    .kv-ttl-main span.sp-small {
        font-size: 2.6rem;
    }
}

.kv-copyright {
    color: #fff;
    letter-spacing: 0.1em;
    position: absolute;
    display: inline-block;
    width: auto;
    bottom: 14px;
    right: 16px;
}

@media screen and (max-width: 750px) {
    .kv-copyright {
        font-size: 0.9rem;
        bottom: 10px;
        right: 10px;
    }
}

.link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 100px auto 76px;
}

@media screen and (max-width: 750px) {
    .link-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto 74px;
    }
}

.link-list-item {
    max-width: 300px;
    width: 33%;
    text-align: center;
    border-right: 1px solid #BFBFBF;
}

@media screen and (max-width: 750px) {
    .link-list-item {
        height: auto;
        max-width: 100%;
        width: 100%;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #BFBFBF;
    }
}

.link-list-item:first-child {
    border-left: 1px solid #BFBFBF;
}

@media screen and (max-width: 750px) {
    .link-list-item:first-child {
        border-left: none;
    }
}

.link-list-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    padding: 20px 0;
}

@media screen and (max-width: 750px) {
    .link-list-item a {
        height: auto;
        padding: 15px 30px;
    }
}

.link-list-item a::after {
    content: "";
    position: absolute;
    background: url(../images/arrow-down.svg) center/contain no-repeat;
    width: 14px;
    height: 8px;
    left: calc(50% - 7px);
    bottom: 16px;
}

@media screen and (max-width: 750px) {
    .link-list-item a::after {
        width: 15px;
        height: 8px;
        left: auto;
        right: 15px;
        bottom: 27px;
    }
}

.link-list-item a:hover {
    background: rgba(230, 183, 221, 0.2);
}

.link-list-item a:hover::after {
    bottom: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.link-list-item-no {
    color: #E491BC;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 750px) {
    .link-list-item-no {
        font-size: 1rem;
    }
}

.link-list-item-no span {
    font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
    .link-list-item-no span {
        font-size: 1.3rem;
    }
}

.link-list-item-ttl {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 750px) {
    .link-list-item-ttl {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }
}

.diagnosis {
    text-align: center;
}

.diagnosis-ttl span {
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.12em;
}

@media screen and (max-width: 750px) {
    .diagnosis-ttl span {
        font-size: 2.1rem;
    }
}

.diagnosis-ttl span sup {
    position: absolute;
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    top: 8px;
    right: -36px;
}

@media screen and (max-width: 750px) {
    .diagnosis-ttl span sup {
        font-size: 1.2rem;
        top: 20px;
        right: -28px;
        border-bottom: 1px solid #FFFF00;
        padding-bottom: 8px;
    }
}

.diagnosis-btn {
    position: relative;
    display: block;
    width: 690px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    background: #E6B7DD;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 18px 0 35px;
    margin: 30px auto 22px;
}

@media screen and (max-width: 750px) {
    .diagnosis-btn {
        width: 315px;
        font-size: 1.5rem;
        padding: 11px 0 18px;
        margin: 22px auto 24px;
    }
}

.diagnosis-btn:hover {
    background: #E491BC;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.diagnosis-btn span {
    font-size: 3.2rem;
}

@media screen and (max-width: 750px) {
    .diagnosis-btn span {
        font-size: 1.7rem;
    }
}

.diagnosis-btn span .txt-large {
    position: relative;
    font-size: 4.8rem;
    top: 4px;
}

@media screen and (max-width: 750px) {
    .diagnosis-btn span .txt-large {
        font-size: 2.5rem;
        top: 2px;
    }
}

.diagnosis-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 20px;
    background: url(../images/arrow-right-white.svg) center/contain no-repeat;
    top: calc(50% - 10px);
    right: 18px;
}

@media screen and (max-width: 750px) {
    .diagnosis-btn::after {
        width: 8px;
        height: 16px;
        top: calc(50% - 8px);
        right: 12px;
    }
}

.diagnosis .note span {
    border-bottom: 1px solid #FFFE00;
}

@media screen and (max-width: 750px) {
    .diagnosis .note {
        width: calc(100% - 30px);
        display: inline-block;
        padding-left: 1.9em;
        text-indent: -1.9em;
        font-size: 1.2rem;
        text-align: left;
        line-height: 1.6;
    }
}

.diagnosis-txt {
    color: #2B78AE;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 96px 0 124px;
}

@media screen and (max-width: 750px) {
    .diagnosis-txt {
        font-size: 2rem;
        margin: 40px 0 88px;
    }
}

.bg-grey {
    background: #F5F5F5;
}

section {
    padding: 110px 0 130px;
}

@media screen and (max-width: 750px) {
    section {
        padding: 71px 0 75px;
    }
}

.main-ttl {
    font-size: 4.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 72px;
}

@media screen and (max-width: 750px) {
    .main-ttl {
        font-size: 3.2rem;
        letter-spacing: 0.1em;
        margin: 0 0 60px 15px;
    }
}

.main-ttl span {
    display: block;
    color: #4FBEE5;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 3.2rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}

@media screen and (max-width: 750px) {
    .main-ttl span {
        font-size: 2rem;
        margin-bottom: 18px;
        padding-top: 17px;
    }
}

.main-ttl span::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #4FBEE5;
    position: relative;
    top: -11px;
    left: 2px;
    margin-right: 10px;
}

@media screen and (max-width: 750px) {
    .main-ttl span::before {
        width: 16px;
        top: -7px;
        left: 3px;
    }
}

.content-ttl {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
}

@media screen and (max-width: 750px) {
    .content-ttl {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
        margin: 0 0 38px 15px;
    }
}

.content-ttl-no {
    display: block;
    color: #4FBEE5;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

@media screen and (max-width: 750px) {
    .content-ttl-no {
        font-size: 1rem;
        margin-bottom: 6px;
    }
}

.content-ttl-no span {
    font-size: 2rem;
}

@media screen and (max-width: 750px) {
    .content-ttl-no span {
        font-size: 1.5rem;
    }
}

.content-ttl-sub {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    margin: 58px 0;
}

@media screen and (max-width: 750px) {
    .content-ttl-sub {
        font-size: 1.9rem;
        line-height: 1.5;
        margin: 50px 0 47px 15px;
    }
}

.col02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 30px;
}

@media screen and (max-width: 750px) {
    .col02 {
        margin: 54px 0 -2px;
    }
}

.col02-item {
    position: relative;
    max-width: 430px;
    width: 47%;
    background: #fff;
    -webkit-box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.1);
    box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.1);
    margin: 0 10px 50px;
}

@media screen and (max-width: 750px) {
    .col02-item {
        max-width: 100%;
        width: 100%;
        height: 100%;
        padding: 15px;
        margin: 0 0 15px;
    }

    /* .col02-item:first-child {
        margin-bottom: 50px;
    } */

    .col02-item a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 45px;
    }
}

.col02-item::before {
    content: "";
    position: absolute;
    display: block;
    width: 86px;
    height: 40px;
    background: url(../images/icon-sp.svg) center/contain no-repeat;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.col02-item:nth-child(3),
.col02-item:nth-child(4) {
    height: 570px;
}

@media screen and (max-width: 750px) {

    .col02-item:nth-child(3),
    .col02-item:nth-child(4) {
        height: 100%;
    }
}

.col02-item a:hover img {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.col02-item a:hover .col02-item-main-ttl::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #2B78AE;
    bottom: -2px;
    left: 0;
}

.col02-item a:hover .col02-item-main-txt li {
    text-decoration: underline;
}

.speech:hover a {
    opacity: 1;
}

.speech a {
    content: "";
    position: absolute;
    width: 205px;
    height: 110px;
    background: url(../images/speech-pc.svg) center/contain no-repeat;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.speech02 {
    position: absolute;
    width: 125px;
    top: 55px;
    right: 10px;
    z-index: 99;
}

.speech a:hover {
    background: url(../images/speech-pc-hover.svg) center/contain no-repeat;
}

.col02-item.empty-house:after {
    content: "";
    position: absolute;
    width: 128px;
    height: 40px;
    top: 55px;
    right: 10px;
    z-index: 10;
    background: url(../images/speech02.png) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
    .col02-item a:hover+.speech::before {
        content: none;
    }

    .speech a {
        width: 175px;
        height: 78px;
        background: url(../images/speech-sp.svg) center/contain no-repeat;
    }

    .speech a:hover {
        background: url(../images/speech-sp.svg) center/contain no-repeat;
    }

    .col02-item.empty-house:after {
        top: 10px;
        right: 100px;
    }
}


@media screen and (max-width: 420px) {
    .col02-item.empty-house:after {
        background: url(../images/speech02_sp.png) center/contain no-repeat;
        right: 67px;
    }
}

@media screen and (max-width: 750px) {
    .col02-item-img {
        width: 41%;
    }
}

.col02-item-main {
    position: relative;
    padding: 24px 36px 36px;
}

@media screen and (max-width: 750px) {
    .col02-item-main {
        width: 54%;
        padding: 0 24px 0 0;
    }
}

.col02-item-main::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrow-right-circle.svg) center/contain no-repeat;
    top: 94px;
    right: 15px;
}

@media screen and (max-width: 750px) {
    .col02-item-main::after {
        width: 20px;
        height: 20px;
        top: 55px;
        right: -5px;
    }
}

.col02-item-main-ttl {
    position: relative;
    display: inline-block;
    width: auto;
    color: #2B78AE;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
}

.col02-item-main-ttl.sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .col02-item-main-ttl.sp {
        display: block;
        position: absolute;
        font-size: 2rem;
        top: 8px;
        left: 0;
    }
}

@media screen and (max-width: 750px) {
    .col02-item-main-ttl.pc {
        display: none;
    }
}

.col02-item-main-ttl-sub {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
    margin: 18px 0 15px;
}

@media screen and (max-width: 750px) {
    .col02-item-main-ttl-sub {
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 4px 0 10px;
    }
}

.col02-item-main-txt {
    width: 100%;
    max-width: 328px;
}

@media screen and (max-width: 750px) {
    .col02-item-main-txt {
        max-width: 100%;
    }
}

.col02-item-main-txt.car {
    width: 168px;
}

@media screen and (max-width: 750px) {
    .col02-item-main-txt.car {
        width: 100%;
    }
}

.col02-item-main-txt li {
    position: relative;
    padding-left: 8px;
    line-height: 1.3;
}

@media screen and (max-width: 750px) {
    .col02-item-main-txt li {
        line-height: 1.2;
    }
}

.col02-item-main-txt li:not(:last-child)::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 8px;
    background: url(../images/icon-list.svg) center/contain no-repeat;
    top: 5px;
    left: 0;
}

@media screen and (max-width: 750px) {
    .col02-item-main-txt li:not(:last-child)::before {
        top: 3px;
    }
}

.col02-item-main-txt li:not(.exclude):last-child {
    font-size: 1.3rem;
    text-align: right;
}

@media screen and (max-width: 750px) {
    .col02-item-main-txt li:not(.exclude):last-child {
        font-size: 1.1rem;
    }
}

.col02-item-main-txt li+li {
    margin-top: 5px;
}

@media screen and (max-width: 750px) {
    .col02-item-main-txt li+li {
        margin-top: 4px;
    }
}

.col02-item-main-txt.half {
    display: inline-block;
}

.col02-item-main-txt.half:first-of-type {
    width: 144px;
    margin-right: 16px;
}

@media screen and (max-width: 750px) {
    .col02-item-main-txt.half:first-of-type {
        width: 100%;
    }
}

.col02-item-main-txt.half:first-of-type li:last-child {
    font-size: 1.4rem;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .col02-item-main-txt.half:first-of-type li:last-child {
        font-size: 1.2rem;
    }
}

.col02-item-main-txt.half:first-of-type li:not(.exclude):last-child::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 8px;
    background: url(../images/icon-list.svg) center/contain no-repeat;
    top: 5px;
    left: 0;
}

@media screen and (max-width: 750px) {
    .col02-item-main-txt.half:first-of-type li:last-child::before {
        top: 3px;
    }
}

.col02-item-main-txt.half:last-of-type {
    width: 170px;
}

@media screen and (max-width: 750px) {
    .col02-item-main-txt.half:last-of-type {
        width: 100%;
        margin-top: 5px;
    }
}

.col02-item .speech {
    position: absolute;
    width: 205px;
    height: 110px;
    bottom: -32px;
    right: 4px;
}

@media screen and (max-width: 750px) {
    .col02-item .speech {
        width: 175px;
        height: 78px;
        bottom: -42px;
    }
}

/* @media screen and (min-width: 700px) and (max-width: 750px) {
  .col02-item .speech {
    bottom: 120px;
    right: 230px;
  }
} */
.btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.btn-list-item {
    max-width: 375px;
    width: 47%;
    text-align: center;
    margin: 0 10px;
}

@media screen and (max-width: 750px) {
    .btn-list-item {
        max-width: 100%;
        width: 100%;
        margin: 0 15px;
    }

    .btn-list-item+.btn-list-item.simulation {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #A6A6A6;
        margin-bottom: 15px;
    }
}

.btn-list-item .slash {
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 16px;
}

@media screen and (max-width: 750px) {
    .btn-list-item .slash {
        font-size: 1.5rem;
        margin-top: 45px;
    }
}

.btn-list-item .slash::before,
.btn-list-item .slash::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 7px;
    height: 20px;
    top: 4px;
}

@media screen and (max-width: 750px) {

    .btn-list-item .slash::before,
    .btn-list-item .slash::after {
        width: 6px;
        height: 16px;
        top: 3px;
    }
}

.btn-list-item .slash::before {
    background: url(../images/icon-left.svg) center/contain no-repeat;
    left: -18px;
}

@media screen and (max-width: 750px) {
    .btn-list-item .slash::before {
        left: -14px;
    }
}

.btn-list-item .slash::after {
    background: url(../images/icon-right.svg) center/contain no-repeat;
    right: -18px;
}

@media screen and (max-width: 750px) {
    .btn-list-item .slash::after {
        right: -14px;
    }
}

.btn-list-item a {
    position: relative;
    display: block;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    background: #fff;
    padding: 25px 0 27px;
    height: 80px;
}

@media screen and (max-width: 750px) {
    .btn-list-item a {
        font-size: 1.7rem;
        height: 65px;
        padding: 20px 0 22px;
    }
}

.btn-list-item a::after {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 16px;
    background: url(../images/arrow-right-white.svg) center/contain no-repeat;
    top: calc(50% - 8px);
    right: 8px;
}

.btn-list-item a.btn-pink {
    color: #fff;
    background: #E6B7DD;
}

.btn-list-item a.btn-pink:hover {
    background: #E491BC;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-list-item a.btn-black {
    font-size: 1.8rem;
    border: 1px solid #BFBFBF;
    padding: 24px 0 26px;
}

@media screen and (max-width: 750px) {
    .btn-list-item a.btn-black {
        font-size: 1.5rem;
        padding: 20px 0 21px;
    }
}

.btn-list-item a.btn-black::after {
    background: url(../images/arrow-right-black.svg) center/contain no-repeat;
}

.btn-list-item a.btn-black:hover {
    color: #fff;
    background: #A5A5A5;
    border: none;
    padding: 25px 0 27px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 750px) {
    .btn-list-item a.btn-black:hover {
        padding: 21px 0 22px;
    }
}

.btn-list-item a.btn-black:hover::after {
    background: url(../images/arrow-right-white.svg) center/contain no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-list-item a.btn-blue,
.btn-list-item a.btn-blue02 {
    color: #4FBEE5;
    border: 1px solid #4FBEE5;
    padding: 24px 0 26px;
}

@media screen and (max-width: 750px) {

    .btn-list-item a.btn-blue,
    .btn-list-item a.btn-blue02 {
        padding: 20px 0 21px;
    }
}

.btn-list-item a.btn-blue::after,
.btn-list-item a.btn-blue02::after {
    background: url(../images/arrow-right-blue.svg) center/contain no-repeat;
}

.btn-list-item a.btn-blue:hover,
.btn-list-item a.btn-blue02:hover {
    color: #fff;
    background: #4FBEE5;
    border: none;
    padding: 25px 0 27px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 750px) {

    .btn-list-item a.btn-blue:hover,
    .btn-list-item a.btn-blue02:hover {
        padding: 21px 0 22px;
    }
}

.btn-list-item a.btn-blue:hover::after,
.btn-list-item a.btn-blue02:hover::after {
    background: url(../images/arrow-right-white.svg) center/contain no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-list-item a.btn-blue02 {
    line-height: 1.3;
    padding: 12px 0 14px;
}

@media screen and (max-width: 750px) {
    .btn-list-item a.btn-blue02 {
        padding: 9px 0 12px;
    }
}

.btn-list-item a.btn-blue02:hover {
    padding: 13px 0 15px;
}

@media screen and (max-width: 750px) {
    .btn-list-item a.btn-blue02:hover {
        padding: 10px 0 13px;
    }
}

.col03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -44px;
}

@media screen and (max-width: 750px) {
    .col03 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
        margin-bottom: 0;
    }
}

.col03-item {
    position: relative;
    max-width: 300px;
    width: 32%;
    margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
    .col03-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0;
    }

    .col03-item:not(:last-of-type) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #A6A6A6;
    }
}

.col03-item::before {
    content: "";
    position: absolute;
    display: block;
    width: 86px;
    height: 40px;
    background: url(../images/icon-sp.svg) center/contain no-repeat;
    top: -10px;
    right: -10px;
    z-index: 9;
}

@media screen and (max-width: 750px) {
    .col03-item::before {
        top: 0;
        right: 0;
    }
}

.col03-item:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background: #A6A6A6;
    top: 0;
    right: -8%;
}

@media screen and (max-width: 1030px) {
    .col03-item:not(:nth-child(3n))::after {
        content: none;
    }
}

@media screen and (max-width: 750px) {
    .col03-item-img {
        width: 42.8%;
    }
}

.col03-item-main {
    margin-top: 26px;
}

@media screen and (max-width: 750px) {
    .col03-item-main {
        width: 52.5%;
        margin-top: 56px;
    }
}

.col03-item-main-ttl {
    color: #2B78AE;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

@media screen and (max-width: 750px) {
    .col03-item-main-ttl {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
}

.col03-item-main-txt li {
    position: relative;
    padding-left: 8px;
    line-height: 1.3;
}

@media screen and (max-width: 750px) {
    .col03-item-main-txt li {
        line-height: 1.2;
    }
}

.col03-item-main-txt li:not(:last-child)::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 8px;
    background: url(../images/icon-list.svg) center/contain no-repeat;
    top: 5px;
    left: 0;
}

@media screen and (max-width: 750px) {
    .col03-item-main-txt li:not(:last-child)::before {
        top: 3px;
    }
}

.col03-item-main-txt li:last-child {
    font-size: 1.3rem;
    text-align: right;
}

@media screen and (max-width: 750px) {
    .col03-item-main-txt li:last-child {
        font-size: 1.1rem;
    }
}

.col03-item-main-txt li+li {
    margin-top: 5px;
}

@media screen and (max-width: 750px) {
    .col03-item-main-txt li+li {
        margin-top: 4px;
    }
}

.col03-item-main-txt.half {
    display: inline-block;
}

.col03-item-main-txt.half:first-of-type {
    width: 120px;
}

@media screen and (max-width: 750px) {
    .col03-item-main-txt.half:first-of-type {
        width: 100%;
    }
}

.col03-item-main-txt.half:first-of-type li:last-child {
    font-size: 1.4rem;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .col03-item-main-txt.half:first-of-type li:last-child {
        font-size: 1.2rem;
    }
}

.col03-item-main-txt.half:first-of-type li:last-child::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 8px;
    background: url(../images/icon-list.svg) center/contain no-repeat;
    top: 5px;
    left: 0;
}

@media screen and (max-width: 750px) {
    .col03-item-main-txt.half:first-of-type li:last-child::before {
        top: 3px;
    }
}

.col03-item-main-txt.half:last-of-type {
    width: 172px;
}

@media screen and (max-width: 750px) {
    .col03-item-main-txt.half:last-of-type {
        width: 100%;
        margin-top: 5px;
    }
}

.bg-img {
    position: relative;
    width: 100%;
    padding-top: 470px;
    background: url(../images/bg-img-pc.jpg) center bottom/cover no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 750px) {
    .bg-img {
        padding-top: 350px;
        background-image: url(../images/bg-img-sp.jpg);
        background-attachment: scroll;
    }
}

.bg-img-copyright {
    position: absolute;
    display: inline-block;
    width: auto;
    color: #fff;
    letter-spacing: 0.1em;
    bottom: 20px;
    right: 20px;
}

@media screen and (max-width: 750px) {
    .bg-img-copyright {
        font-size: 14px;
        bottom: 10px;
        right: 10px;
    }
}

.company {
    padding: 150px 0 50px;
}

@media screen and (max-width: 750px) {
    .company {
        padding: 90px 0 0;
    }
}

.company-txt {
    font-size: 1.6rem;
    font-size: max(16px, 1.6rem);
    line-height: 1.5em;
    margin-bottom: 90px;
    font-weight: 500;
    letter-spacing: .03em;
}

@media screen and (max-width: 750px) {
    .company-txt {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0;
        margin-bottom: 8px;
        padding: 0;
    }
}

/* .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 94px;
    background: #fff;
    margin-bottom: 115px;
}

@media screen and (max-width: 1030px) {
    .contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        margin-bottom: 35px;
    }
}

.contact-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    background: #74C4EC;
}

@media screen and (max-width: 1030px) {
    .contact-ttl {
        width: 100%;
        height: 30px;
        font-size: 1.4rem;
    }
}

.contact-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 160px);
    padding: 0 28px;
}

@media screen and (max-width: 1030px) {
    .contact-main {
        width: 100%;
        padding: 12px;
        text-align: center;
    }
}

.contact-main-ttl {
    width: 156px;
    text-align: center;
}

.contact-main-ttl img {
    width: 101px;
}

.contact-main-ttl p {
    font-size: 1.8rem;
    font-weight: 500;
}

.contact-main-tel {
    display: block;
    width: 378px;
    cursor: auto !important;
}

@media screen and (max-width: 1030px) {
    .contact-main-tel {
        width: 264px;
    }
}

@media screen and (max-width: 750px) {
    .contact-main-tel {
        margin: 0 auto 10px;
    }
}

.contact-main-txt {
    width: auto;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 1030px) {
    .contact-main-txt {
        font-size: 1.2rem;
    }

    .contact-main-txt span {
        display: inline;
    }
}

@media screen and (max-width: 750px) {
    .contact-main-txt {
        margin: auto;
    }
} */

.outline {
    margin-bottom: 114px;
}

@media screen and (max-width: 750px) {
    .outline {
        margin-bottom: 0;
        padding: 0 0 5rem;
    }
}

.outline dl {
    position: relative;
    padding: 24px 0;
    border-top: 1px solid #A6A6A6;
}

@media screen and (max-width: 750px) {
    .outline dl {
        padding: 16px 0 14px;
    }

    .outline dl:first-child {
        border: none;
    }
}

.outline dl:nth-child(4),
.outline dl:nth-child(5),
.outline dl:nth-child(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {

    .outline dl:nth-child(4),
    .outline dl:nth-child(5),
    .outline dl:nth-child(6) {
        display: block;
    }
}

.outline dl::before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: #333;
    top: -1px;
    left: 0;
}

@media screen and (max-width: 750px) {
    .outline dl::before {
        content: none;
    }
}

.outline dt {
    display: inline-block;
    width: 200px;
    font-size: 1.6rem;
    font-weight: 700;
}

@media screen and (max-width: 750px) {
    .outline dt {
        width: 100%;
        font-size: 14px;
        margin-bottom: 4px;
    }
}

.outline dd {
    display: inline-block;
    width: calc(100% - 210px);
    line-height: 1.28;
    padding: 1rem 0 1rem 3rem;
}

@media screen and (max-width: 750px) {
    .outline dd {
        width: 100%;
        font-size: 12px;
        line-height: 1.66;
        padding: 0;
    }
}

.outline dd+dt {
    margin-top: 14px;
}

@media screen and (max-width: 750px) {
    .outline dd+dt {
        margin-top: 10px;
    }
}

.outline dd+dt+dd {
    margin-top: 14px;
}

@media screen and (max-width: 750px) {
    .outline dd+dt+dd {
        margin-top: 0;
    }
}

.to-top {
    text-align: right;
}

@media screen and (max-width: 750px) {
    .to-top {
        display: none;
    }
}

.to-top a {
    position: relative;
    font-size: 1.6rem;
    padding-left: 4px;
}

.to-top a::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url(../images/arrow-up.svg) center/contain no-repeat;
    top: -3px;
    left: 0;
    margin-right: 8px;
}

.to-top a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 2px;
    left: 0;
}

.footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 70px 0 46px;
}

@media screen and (max-width: 750px) {
    .footer-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 10px -6px;
    }
}

.footer-col-link {
    width: auto;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .footer-col-link {
        width: 100%;
    }
}

.footer-col-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .footer-col-link-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer-col-link-list-item {
    position: relative;
    width: auto;
}

@media screen and (max-width: 750px) {
    .footer-col-link-list-item {
        font-size: 14px;
    }
}

.footer-col-link-list-item:first-child {
    margin-right: 36px;
}

@media screen and (max-width: 750px) {
    .footer-col-link-list-item:first-child {
        margin-right: 8px;
    }
}

.footer-col-link-list-item:first-child::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #000;
    top: -3px;
    right: -18px;
}

@media screen and (max-width: 750px) {
    .footer-col-link-list-item:first-child::after {
        height: 12px;
        top: 1px;
        right: -4px;
    }
}

.footer-col-link-list-item a {
    color: #68b3ca;
    text-decoration: underline;
}

.footer-col-link-logo {
    display: inline-block;
    width: 192px;
    margin-top: 24px;
}

@media screen and (max-width: 750px) {
    .footer-col-link-logo {
        display: none;
    }
}

.footer-col-txt {
    width: auto;
    color: #4D4D4D;
    text-align: right;
    line-height: 1.7;
    letter-spacing: 0;
}

@media screen and (max-width: 750px) {
    .footer-col-txt {
        width: 100%;
        font-size: 14px;
        text-align: left;
        line-height: 1.43;
        margin-bottom: 10px;
    }
}

.footer-col-txt a {
    color: #4D4D4D;
}

.footer-copyright {
    color: #ABABAB;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 54px;
}

@media screen and (max-width: 750px) {
    .footer-copyright {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

/*# sourceMappingURL=style.css.map */

.just__emph {
    max-width: 770px;
    margin: 1rem auto;
    font-size: 1.4rem;
    font-size: max(14px, 1.4rem);
    padding: 0 0 0 1.5rem;
    position: relative;
}

.just__emph::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.just__emph a {
    text-decoration: underline;
    -webkit-text-decoration: underline;
}


@media screen and (max-width: 750px) {
    .speech a {
        padding: 0;
    }
}

#totop {
    opacity: 0;
    transition: all ease 0.5s;
    visibility: hidden;
    z-index: 100;
    color: #fff;
    font-weight: bold;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    right: 3rem;
    bottom: 3rem;
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    width: 5rem;
    height: 5rem;
}

#totop:active {
    background-color: rgba(0, 0, 0, 0.0);
}

#totop.active {
    visibility: visible;
    opacity: 1;
    transition: all ease 0.5s;
}

@media screen and (max-width: 750px) {
    #totop {
        width: 4rem;
        height: 4rem;
    }
}



@media screen and (max-width: 375px) {
    .col02-item:first-child {
        padding: 15px 15px 25px 15px;
    }

    .kv-ttl-main span {
        font-size: 2.2rem;
    }

    .kv-ttl-main {
        font-size: 2.6rem;
    }

    .kv-ttl-main span.sp-small {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 350px) {
    .diagnosis-btn {
        width: 100%;
        font-size: 1.2rem;
        padding: 11px 30px 18px 5px;
    }

    .diagnosis-btn span {
        font-size: 1.4rem;
    }

    .diagnosis-txt {
        font-size: 1.6rem;
    }

    .main-ttl {
        font-size: 2.4rem;
    }

    .content-ttl {
        font-size: 2rem;
    }

    .col02-item-main-ttl.sp {
        font-size: 1.6rem;
    }


    .col02-item-main-ttl-sub {
        font-size: 1.4rem;
    }

    .col02-item:first-child {
        padding: 15px 15px 45px 15px;
    }

    .btn-list-item a {
        font-size: 1.3rem;
        padding: 20px 22px 22px 5px;
    }

    .diagnosis-ttl span {
        font-size: 1.8rem;
    }

    .btn-list-item a {
        height: 62px;
    }

    .kv-ttl-main span {
        font-size: 1.6rem;
    }

    .kv-ttl-main {
        font-size: 2rem;
    }

    .kv-ttl-main span.sp-small {
        font-size: 1.8rem;
    }
}

/*20230309追加分*/
.doko {
    width: 203px;
    position: absolute;
    top: 24em;
    right: 3px;
}

table tr td {
    padding: 1em 0 1em;
    border-top: 1px solid #cecece;
}

table.bank_agent {
    width: 100%;
    /*white-space: nowrap;*/
    line-height: 1.5;
}

table.bank_agent tr {
    border-top: 1px solid;
}

table.bank_agent tr.both {
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-color: #cecece;
}

table.bank_agent tr.bottom {
    border-bottom: 2px solid;
    border-color: #cecece;
}

.able.bank_agent tr:last-child {
    border-top: 1px solid;
    border-bottom: 2px solid;
    border-color: #cecece;
}

table.bank_agent th {
    width: 20%;
    background-color: #efeeee;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: 600;
    border-top: 1px solid #cecece;
}

table.bank_agent td {
    width: 40%;
    padding-left: 1em;
    padding-right: 1em;
}

table.bank_agent td.left {
    border-left: 2px solid;
    border-color: #cecece;
}

p.bank_agentt {
    text-align: right;
    padding-bottom: 2em;
    margin-top: 2em;
}

p.bank_agentt a {
    color: #959494;
}

p.aki {
    margin: 4em auto;
    line-height: 1.6;
}

@media screen and (max-width: 912px) {
    .doko {
        top: 304px;
    }
}

@media screen and (max-width: 820px) {
    .doko {
        top: 268px;
    }
}

@media screen and (max-width: 768px) {
    .doko {
        top: 250px;
    }
}

@media screen and (max-width: 750px) {
    .doko {
        width: 203px;
        position: absolute;
        top: -44px;
        left: -26px;
    }

    .col02-item {
        margin: 25px 0 15px;
    }
}

@media screen and (max-width:500px) {
    p.bank_agentt {
        margin-top: 0;
    }
}

@media screen and (max-width:750px) {
    table.bank_agent {
        width: 100%;
        /* white-space: nowrap; */
        table-layout: fixed;
        word-break: break-word;
    }

    table.bank_agent th {
        width: 13%;
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 13px;
        font-weight: 600;
        text-align: left;
    }

    table.bank_agent td {
        width: 40%;
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 12px;
    }
}

/* 20230329追加分 */
.col02-item-main-ttl-sub {
    line-height: 1.5;
}

.col02-item.super::before {
    background: url(../images/icon-sp-super.svg) center/contain no-repeat;
}

.ssp {
    display: none;
}

@media screen and (min-width:931px) {
    .super .doko {
        top: 27.5em;
    }

    .mortgage .doko {
        top: 26.8em;
    }
}

@media screen and (min-width: 751px) {

    .super .col02-item-main::after,
    .mortgage .col02-item-main::after {
        top: 114px;
    }
}

@media screen and (min-width: 751px) and (max-width:930px) {
    .col02-item-main {
        padding: 48px 36px 36px;
    }

}

@media screen and (max-width: 750px) {
    .super .doko {
        width: 203px;
        position: absolute;
        top: -51px;
        left: -14px;
    }

    .col02-item:nth-child(3),
    .col02-item:nth-child(5) {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 450px) {
    .ssp {
        display: block !important;
    }

    .super .col02-item-main-ttl.sp,
    .mortgage .col02-item-main-ttl.sp {
        line-height: 1.3em;
    }

    .col02-item.super a,
    .col02-item.mortgage a {
        padding-top: 85px;
    }

    .col02-item:nth-child(3),
    .col02-item:nth-child(5) {
        padding-bottom: 50px;
    }
}


/* ===============================================
# contact
=============================================== */
.contact {
    text-align: center;
    background-color: #fff;
}

.contact__ttl {
    color: #fff;
    background-color: #74C4EC;
    padding: 2rem 0;
}

.contact__flex {
    display: flex;
    gap: 50px;
    padding: 30px 50px;
}

.contact__flex span {
    display: block;
    background-color: #cecece;
}

.contact__call-flex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact__ttl-img {
    max-width: 250px;
    margin: 0 auto;
}

.contact__call {
    font-size: 20px;
}

.contact__tel {
    display: block;
    margin: 2rem auto;
}

@media screen and (min-width:751px) {
    .contact__flex span {
        width: 1px;
    }
}

@media screen and (max-width:1000px) {
    .contact__text {
        font-size: 16px;
    }
}

@media screen and (max-width:750px) {
    .contact__flex {
        flex-direction: column;
        gap: 50px;
        padding: 50px;
    }

    .contact__ttl-img {
        max-width: 100%;
    }

    .contact__text {
        font-size: 16px;
    }

    .contact__flex span {
        height: 1px;
    }

    .contact__flex {
        display: flex;
        gap: 50px;
    }
}

@media screen and (max-width:550px) {
    .contact__flex {
        padding: 30px 3%;
    }

    .contact__text {
        font-size: 12px;
    }

    .contact__flex {
        flex-direction: column;
        gap: 20px;
    }
}

/* ===============================================
# 20240130
=============================================== */
#search01 h3.content-ttl {
    font-size: 4.6rem;
    color: #4FBEE5;
}
.carplus .col02-item-main-txt li:last-child::before,.teikei .col02-item-main-txt li:last-child::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 8px;
    background: url(../images/icon-list.svg) center/contain no-repeat;
    top: 5px;
    left: 0;
}
.col02-item__link a {
    color: #4FBEE5;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    text-decoration: underline;
}
.col02-item-main-ttl-sub {
    margin: 26px 0 15px;
}
.diagnosis-txt {
    margin: 50px 0;
}
@media screen and (min-width:751px)  {
    .col02-item-main-ttl {
        display: inline;
        line-height: 1.25em;
    }
    .col02-item a:hover .col02-item-main-ttl.pc {
        padding-bottom: 1px;
        display: inline;
        background:linear-gradient(transparent 95%, #2B78AE 0%);
    }
    .col02-item a:hover .col02-item-main-ttl.pc::after {
        display: none;
    }
.col02-item-main {
    padding: 24px 30px 36px;
}
div.--01 img.doko {
    top: 24em;
}
div.--02 img.doko {
    top: 26.8em;
}
.super div.--02 img.doko {
    top: 27.4em;
}
.col02-item-main-ttl {
    margin-bottom: 20px;
}
.free .col02-item-main-txt.half:first-of-type {
    width: 175px;
}
ul.col02 > li.col02-item.blank {
    visibility: hidden;
}

}
@media screen and (min-width:751px) and (max-width:980px) {
    .col02-item-main-ttl {
        margin-bottom: 40px;
    }
    div.--01 img.doko {
        top: calc(40.5% + 10vw);
        right: -5px;
    }
    div.--02 img.doko {
        top: calc(38% + 10vw + .8em);
    }
    .empty div.--01 img.doko {
        top: calc(40.5% + 10vw + 2em);
    }
    .carplus div.--02 img.doko {
        top: calc(38% + 13vw + 2.5em);
    }
    .col02-item-main-ttl {
        margin-bottom: 24px;
    }
    .mortgage div.--02 img.doko {
        top: calc(30% + 12vw + 4.6em);
    }
    .free div.--02 img.doko {
        top: calc(30% + 13vw + 3.6em);
    }
}
@media screen and (max-width:750px)  {
    .col02-item {
        padding: 20px 15px;
    }
#search01 h3.content-ttl {
    font-size: 3.2rem;
    line-height: 1.2em;
}
.content-ttl-no {
    margin-bottom: 0;
    line-height: 1em;
}
.col02-item:nth-child(3), .col02-item:nth-child(5) {
    margin-bottom: 25px;
}
.col02-item.carplus a {
    padding-top: 60px;
}
.col02-item.car {
    margin-bottom: 4rem;
}
.doko {
    top: -49px;
}
.super .doko {
    top: -54px;
}
.main-ttl {
    margin: 0 0 45px 15px;
}
.col02 {
    margin: 38px 0 -2px;
}
ul.col02 > li.col02-item.blank {
    display: none;
}
}
@media screen and (max-width: 450px) {
    .col02-item-main-ttl.sp {
        font-size: 4.5vw;
    }
    .col02-item.teikei {
        padding-bottom: 40px;
    }

.col02-item.super a, .col02-item.mortgage a, .col02-item.mortgage-free a,.col02-item.empty-house a {
    padding-top: 65px;
}
.col02-item:nth-child(3), .col02-item:nth-child(5) {
    padding-bottom: 15px;
}
.col02-item.car {
    padding-bottom: 40px;
}
.col02-item.empty-house:after {
    height: 35px;
    right: 58px;
}
.col02-item::before {
    height: 35px;
}
}
@media screen and (max-width: 350px) {
    #search01 h3.content-ttl {
        font-size: 2.4rem;
    }
}

/* ===============================================
# 20240325
=============================================== */
.serv-link {
    text-align: right;
    margin: 2rem auto 0;
    padding-right: calc(1em + 16px);
    text-decoration: underline;
    font-weight: bold;
    color: #74C4EC;
}
.serv-link button {
    border: none;
    background-color: #74C4EC;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 5px;
    padding: 0.8rem 3rem 0.9rem;
    position: relative;
    border: 1px solid #fff;
        font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
}
.serv-link button::after {
    position: absolute;
    content: "";
    right: 1rem;
    top: 50%;;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: .8rem solid #fff;
    border-top: .8rem solid transparent;
    border-bottom: .8rem solid transparent;
}
.serv-link button a {
    color: #fff;
}
.diagnosis-txt {
    margin: 4rem 0 9.5rem;
    font-size: 2rem;
}
.mortgage-free .col02-item-main-ttl.sp {
    line-height: 1.3em;
}
@media screen and (min-width:751px) {
    .serv-link button:hover {
    background-color: #fff;
    color: #74C4EC;
    border: 1px solid #74C4EC;
}
    .serv-link button:hover:after {
    border-left: .8rem solid #74C4EC;
}
.serv-link button:hover a {
    color: #74C4EC;
}
}
@media screen and (max-width:750px) {
    .serv-link {
    margin: 1rem auto 0;
    padding-right: calc(1em + 10px);
}
.serv-link button {
    border: none;
    background-color: #74C4EC;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.6rem 2.5rem 0.8rem;
}
.diagnosis-txt {
    margin: 4rem 0 7rem;
    font-size: 1.8rem;
}
}
