@charset "utf-8";

.body-wrapper {
    margin: 0;
}

.content-wrapper {
    width: 100vw;
}

header {
    width: 100vw;
    margin: auto;
}

.service-page-wrapper * {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

.service-page-wrapper {
    min-width: 1120px;
    width: 100vw;
}

.service-page-wrapper * {
    font-family: "Noto Sans JP", sans-serif;
    color: #424242;
    font-size: 1.6rem;
    font-weight: 400;
}

@media (max-width: 760px) {
    .service-page-wrapper {
        min-width: 100%;
    }
}

.service-page-wrapper .inner {
    max-width: 1220px;
    min-width: 1120px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

@media (max-width: 760px) {
    .service-page-wrapper .inner {
        max-width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
}

.service-page-wrapper img {
    display: block;
    width: 100%;
}

.service-page-wrapper a {
    width: 100%;
    transition: 0.3s all;
    line-height: 1.3;
    color: #333;
}

.service-page-wrapper a:hover {
    cursor: pointer;
}

.service-page-wrapper .pc {
    display: block;
}

@media (max-width: 760px) {
    .service-page-wrapper .pc {
        display: none;
    }
}

.service-page-wrapper .sp {
    display: none;
}

@media (max-width: 760px) {
    .service-page-wrapper .sp {
        display: block;
    }
}

.service-page-wrapper h1,
.service-page-wrapper h2,
.service-page-wrapper h3,
.service-page-wrapper h4,
.service-page-wrapper h5 {
    line-height: 1.3;
}

.service-page-wrapper h2 {
    font-size: 3.6rem;
    font-weight: 900;
    color: #0b69c0;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 50px;
}

.service-page-wrapper h2 .dot-text {
    font-size: 3.6rem;
    font-weight: 900;
    color: #0b69c0;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 760px) {
    .service-page-wrapper h2 {
        font-size: 2.4rem;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.service-page-wrapper h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #0b69c0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.dot-text {
    position: relative;
}

.dot-text::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #F9A800;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 760px) {
    .dot-text::after {
        width: 6px;
        height: 6px;
        top: -4px;
    }
}

.header {
    position: relative;
}

.header__top {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header__top .inner {
    max-width: 1440px;
    padding: 0;
}

.header__topWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

@media (max-width: 760px) {
    .header__topWrap {
        justify-content: flex-start;
        padding: 15px 0;
    }
}

.header__topImg {
    width: 250px;
    margin-left: 16px;
}

@media (max-width: 760px) {
    .header__topImg {
        width: 150px;
        margin-left: 5px;
    }
}

.header__topImg a {
    display: block;
}

.header__topImg a:hover {
    opacity: 0.5;
}

.header__topNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 760px) {
    .header__topNav {
        margin-left: auto;
    }
}

.header__topNav-item {
    margin-right: 40px;
}

.header__topNav-item a {
    font-weight: bold;
}

.header__topNav-item a:hover {
    color: #0b69c0;
}

@media (max-width: 760px) {
    .header__topNav-item {
        display: none;
    }
}

.header__topNav-item:last-child a {
    padding: 12px 15px;
    color: #fff;
    background-color: #0b69c0;
    border-radius: 5px;
}

@media (max-width: 760px) {
    .header__topNav-item:last-child a {
        font-size: 1.2rem;
        padding: 6px 15px;
    }
}

.header__topNav-item:last-child a:hover {
    background-color: #087766;
}

@media (max-width: 760px) {
    .header__topNav-item:last-child {
        display: block;
        margin-right: 20px;
    }
}

.header__topHum.sp {
    width: 30px;
    height: 22px;
    margin-right: 20px;
    position: relative;
}

.header__topHum.sp span {
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: 0.3s all;
}

.header__topHum.sp span:nth-of-type(1) {
    top: 0;
}

.header__topHum.sp span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.header__topHum.sp span:nth-of-type(3) {
    bottom: 0;
}

.header__topHum.sp.is-open span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.header__topHum.sp.is-open span:nth-of-type(2) {
    display: none;
}

.header__topHum.sp.is-open span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.header__topGnav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 80;
    transition: 0.3s all;
    background-color: #fff;
    border-top: 1px solid #0b69c0;
}

.header__topGnav.is-open {
    top: 60px;
}

.header__topGnav.is-open .header__topGnav-bg {
    opacity: 1;
    visibility: visible;
}

.header__topGnav-bg {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 70;
    transition: 0.3s all;
    visibility: hidden;
}

.header__topGnav-wrap {
    position: relative;
    z-index: 75;
    background-color: #fff;
}

.header__topGnav-item {
    border-bottom: 1px solid rgba(45, 174, 161, 0.25);
}

.header__topGnav-item a {
    font-weight: bold;
    display: inline-block;
    padding: 18px 20px;
}

.header__topGnav-item:last-child {
    background-color: #0b69c0;
}

.header__topGnav-item:last-child a {
    color: #fff;
}

.header__fv {
    position: relative;
}

@media (max-width: 760px) {
    .header__fv {
        max-height: 100vh;
    }
}

@media (max-width: 760px) {
    .header__fv img {
        max-height: 100vh;
        object-fit: cover;
    }
}

.header__fvText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 100%;
    color: #fff;
}

.header__fvText h1 {
    text-align: center;
    color: #fff;
}

.header__fvText h2 {
    text-align: center;
    color: #fff;
}

.header__fvText h3 {
    text-align: center;
    color: #fff;
}

@media (max-width: 760px) {
    .header__fvText {
        padding: 0 20px;
    }
}

.header__fvText-lead {
    color: #fff !important;
}

@media (max-width: 760px) {
    .header__fvText-lead {
        font-size: 1.4rem;
    }
}

.header__fvText-top {
    background-color: #FCCF00;
    font-size: 2rem;
    font-weight: bold;
    padding: 6px 11px;
    display: inline-block;
    border-radius: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 760px) {
    .header__fvText-top {
        font-size: 1.5rem;
    }
}

.header__fvText-top::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #fcce00 transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateY(-50%);
}

.header__fvText h1 {
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 24px;
}

@media (max-width: 760px) {
    .header__fvText h1 {
        font-size: 2.2rem;
    }
}

.header__fvText h3 {
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 64px;
}

@media (max-width: 760px) {
    .header__fvText h3 {
        font-size: 1.8rem;
    }
}

.header__fvBtn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.header__fvBtn-item {
    width: 264px;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 0 20px;
}

@media (max-width: 760px) {
    .header__fvBtn-item {
        width: 158px;
        margin: 0 5px;
    }
}

.header__fvBtn-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    font-weight: bold;
    color: #fff;
    text-decoration: unset;
}

@media (max-width: 760px) {
    .header__fvBtn-item a {
        font-size: 1.4rem;
    }
}

.header__fvBtn-item a:hover {
    background-color: #fff;
    color: #F9A800;
}

.header__fixed {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: fixed;
    top: 360px;
    right: 0;
    width: 60px;
    z-index: 90;
}

@media (max-width: 760px) {
    .header__fixed {
        display: none;
    }
}

.header__fixed a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0;
    background-color: #f9a800;
    color: #000;
    font-weight: bold;
    border-radius: 10px 0 0 10px;
    text-decoration: unset;
}

.header__fixed a:hover {
    background-color: #0b69c0;
    color: #fff;
}

.support-feature {
    background-color: #F3F3F3;
    padding: 80px 0 10px 0;
}

@media (max-width: 760px) {
    .support-feature {
        padding: 60px 0 40px 0;
    }
}

@media (max-width: 760px) {
    .support-feature h2 {
        line-height: 1.3;
    }
}

.support-feature__ttl {
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 760px) {
    .support-feature__ttl {
        margin-bottom: 20px;
    }
}

.support-feature__ttlLead {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0px;
    color: #333;
}

@media (max-width: 760px) {
    .support-feature__ttlLead {
        font-size: 1.6rem;
        margin-bottom: 0px;
    }
}

@media (max-width: 760px) {
    .support-feature__ttlText {
        text-align: left;
    }
}

.support-feature__wrap {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 760px) {
    .support-feature__wrap {
        display: block;
    }
}

.support-feature__item {
    width: 32%;
    max-width: 360px;
    background-color: #f3f3f3;
    padding: 24px 36px 20px 24px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
}

@media (max-width: 760px) {
    .support-feature__item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
        max-width: 100%;
    }
}

.support-feature__item h3 {
    text-align: center;
    color: #0b69c0;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 16px;
}

.support-feature__item span {
    font-family: "Rubik", sans-serif;
    display: flex;
    width: 78px;
    height: 78px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #0b69c0;
    border: 5px solid #F3F3F3;
    border-radius: 50%;
    font-size: 3rem;
    line-height: 1.3;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.support-feature__item span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 10px 0 10px;
    border-color: #0b69c0 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 65px;
}

.support-feature__item img {
    margin-bottom: 24px;
}

@media (max-width: 760px) {
    .support-feature__item img {
        max-width: 260px;
        margin: 0 auto;
        margin-bottom: 24px;
    }
}

.support {
    margin-bottom: 60px;
}

@media (max-width: 760px) {
    .support {
        margin-bottom: 30px;
    }
}

.support h2 {
    color: #3c3c3c;
    padding: 30px 0 0px 0;
    margin-bottom: 40px;
    line-height: 1.3;
}

@media (max-width: 760px) {
    .support h2 {
        font-size: 2.4rem;
        padding: 22px 0 10px 0;
        margin-bottom: 20px;
        line-height: 1.3;
    }
}

.support h2::after {
    display: none;
}

.support h2 span {
    font-size: 2.8rem;
    font-weight: bold;
}

@media (max-width: 760px) {
    .support h2 span {
        font-size: 2.0rem;
    }
}

.support h3 {
    font-size: 3.4rem;
    font-weight: 900;
    color: #0b69c0;
    text-align: center;
    padding: 5px 0 20px 0;
}

@media (max-width: 760px) {
    .support h3 {
        font-size: 2.4rem;
        padding: 5px 0 10px 0;
        line-height: 1.3;
    }
}

.support h3::after {
    display: none;
}

.support h3 span {
    font-size: 2.4rem;
    font-weight: 600;
    color: #0b69c0;
}

@media (max-width: 760px) {
    .support h3 span {
        font-size: 1.6rem;
        font-weight: 600;
    }
}

.reason__itemText-func {
    width: 160px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #555;
    background-color: #fff2b6;
    text-align: center;
    padding: 5px 0px 5px 0px;
    border-radius: 16px;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media (max-width: 760px) {
    .reason__itemText-func {
        font-size: 1.4rem;
        padding: 5px 0px 5px 0px;
        border-radius: 10px;
        margin-bottom: 4px;
        line-height: 1.3;
    }
}

.support h4 {
    font-size: 2.0rem;
    font-weight: 600;
    color: #0b69c0;
    text-align: center;
    padding: 0 0 20px 0;
}

@media (max-width: 760px) {
    .support h4 {
        font-size: 1.8rem;
        padding: 0 0 10px 0;
        line-height: 1.3;
    }
}

.support h4::after {
    display: none;
}

.support .inner {
    max-width: 1220px;
    min-width: 1120px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 50px 50px 50px;
    margin: 0 auto;
}

@media (max-width: 760px) {
    .support .inner {
        max-width: 100%;
        min-width: 100%;
        padding: 0 20px 20px 20px;
    }
}

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

@media (max-width: 760px) {
    .support__wrap {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.support__item {
    width: 24%;
    max-width: 265px;
    padding: 10px 10px 27px;
    background-color: #F7F7F7;
    margin-bottom: 30px;
    border-radius: 10px;
    flex-shrink: 0;
}

@media (max-width: 760px) {
    .support__item {
        width: 265px;
        margin-right: 20px;
    }
}

.support__item img {
    height: 184px;
    width: 100%;
    object-fit: cover;
}

.support__itemNoimg {
    width: 100%;
    height: 184px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support__itemNoimg p {
    font-size: 1.8rem;
    color: #0b69c0;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.support__itemText {
    padding: 14px 10px 0px 10px;
}

.support__itemText h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.support__itemText ul {
    margin-bottom: 16px;
}

.support__itemText ul li {
    font-size: 1.2rem !important;
    color: #777777 !important;
}

.support__itemText ul li * {
    font-size: 1.2rem !important;
    color: #777777 !important;
}

.support__itemText ul li span:nth-of-type(2) {
    margin-left: 6px;
}

.support__itemText-price {
    border-top: 1px solid #BDBDBD;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.3;
    font-family: "Rubik", sans-serif;
}

.support__itemText-price p {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.3;
    font-family: "Rubik", sans-serif;
    color: #333;
}

.support__itemText-price p.support__itemText-priceTtl {
    color: #F9A800;
}

.support__itemText-priceTtl {
    font-size: 1.6rem !important;
    font-family: "Noto Sans JP", sans-serif !important;
}

.support__itemText-price span {
    font-size: 2rem;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
}

.support__bottom {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.support__btn {
    width: 280px;
    margin: 0 auto;
    margin-bottom: 80px;
}

@media (max-width: 760px) {
    .support__btn {
        margin-bottom: 60px;
    }
}

.support__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FCCF00;
    border-radius: 5px;
    padding: 12px 0;
    font-weight: bold;
    text-decoration: unset;
}

.support__btn a:hover {
    background-color: #F9A800;
}

.service-feature {
    background-color: #F3F3F3;
    padding: 80px 0 100px 0;
}

@media (max-width: 760px) {
    .service-feature {
        padding: 80px 0 60px 0;
    }
}

@media (max-width: 760px) {
    .service-feature h2 {
        line-height: 1.3;
    }
}

.service-feature__ttl {
    text-align: center;
    margin-bottom: 72px;
}

@media (max-width: 760px) {
    .service-feature__ttl {
        margin-bottom: 40px;
    }
}

.service-feature__ttlLead {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 24px;
    color: #333;
}

@media (max-width: 760px) {
    .service-feature__ttlLead {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }
}

@media (max-width: 760px) {
    .service-feature__ttlText {
        text-align: left;
    }
}

.service-feature__wrap {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 760px) {
    .service-feature__wrap {
        display: block;
    }
}

.service-feature__item {
    width: 32%;
    max-width: 360px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    border-radius: 10px;
}

@media (max-width: 760px) {
    .service-feature__item {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.service-feature__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #0b69c0;
    border-radius: 10px;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Rubik", sans-serif;
}

.service-feature__itemText {
    padding: 24px 10px 40px 20px;
}

@media (max-width: 760px) {
    .service-feature__itemText {
        padding: 24px 10px;
    }
}

.service-feature__itemText h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #0b69c0;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.3;
}

.reason__itemImg {
    width: 600px;
    text-align: right;
    margin-bottom: 20px;
    margin: 0 auto;
}

@media (max-width: 760px) {
    .reason__itemImg {
        width: 100%;
    }
}

.bnr {
    background-color: #0b69c0;
    color: #fff;
    padding-top: 50px;
}

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

@media (max-width: 760px) {
    .bnr__conts {
        display: block;
    }
}

.bnr__contsText {
    width: auto;
    text-align: center;
}

.bnr__contsText img {
    width: 100px;
    margin: 0 auto;
}

.bnr__contsText-lead {
    font-size: 3rem;
    font-weight: bold;
    color: #fff !important;
}

@media (max-width: 760px) {
    .bnr__contsText-lead {
        font-size: 2rem;
    }
}

.bnr__contsText-name {
    font-size: 8rem;
    font-weight: 900;
    color: #fff !important;
}

@media (max-width: 760px) {
    .bnr__contsText-name {
        font-size: 5.4rem !important;
        white-space: nowrap !important;
        margin-bottom: 16px !important;
    }

    .bnr__contsText-name span {
        font-size: 5.4rem !important;
        white-space: nowrap !important;
        margin-bottom: 16px !important;
    }
}

.bnr__contsText-name span {
    font-weight: 300;
    color: #fff;
}

.bnr__contsText-name span:last-child {
    margin-left: -35px;
}

@media (max-width: 760px) {
    .bnr__contsText-name span:last-child {
        margin-left: -25px;
    }
}

.bnr__contsImg {
    width: 315px;
    margin-left: 130px;
}

@media (max-width: 760px) {
    .bnr__contsImg {
        width: 200px;
        margin: 0 auto;
    }
}

.case {
    background-color: #E9F7F5;
    padding-bottom: 80px;
}

@media (max-width: 760px) {
    .case {
        padding-bottom: 60px;
    }
}

.case h2 {
    color: #fff;
    background-color: #087766;
    padding: 24px 0;
}

.case h2::after {
    display: none;
}

.case__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

@media (max-width: 760px) {
    .case__wrap {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        margin-top: 40px;
    }
}

.case__wrap::after {
    content: "";
    display: block;
    width: 24%;
    max-width: 265px;
}

.case__item {
    width: 24%;
    max-width: 265px;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    flex-shrink: 0;
}

@media (max-width: 760px) {
    .case__item {
        width: 265px;
        margin-right: 20px;
    }
}

.case__item img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.case__itemNoimg {
    width: 100%;
    height: 180px;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case__itemNoimg p {
    color: #0b69c0;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    font-size: 1.8rem;
}

.case__itemText {
    padding: 16px 20px;
}

.case__itemText h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.case__itemText ul {
    margin-bottom: 16px;
}

.case__itemText ul li {
    font-size: 1.2rem !important;
    color: #777777 !important;
}

.case__itemText ul li * {
    font-size: 1.2rem !important;
    color: #777777 !important;
}

.case__itemText ul li span:nth-of-type(2) {
    margin-left: 6px;
}

.case__itemText-price {
    border-top: 1px solid #BDBDBD;
    font-size: 2.4rem;
    font-weight: bold;
    color: #ED081E;
}

.case__itemText-price span {
    font-size: 1.2rem;
    color: #ED081E;
    font-weight: bold;
}

.case__itemNew {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ED081E;
    line-height: 1.3;
    padding: 4px 15px;
    font-family: "Rubik", sans-serif;
}

.case__bottom {
    font-size: 1.2rem;
    margin-bottom: 40px;
    text-align: center;
}

.case__btn {
    width: 280px;
    margin: 0 auto;
}

.case__btn a {
    background-color: #0b69c0;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    border-radius: 5px;
    text-decoration: unset;
}

.case__btn a:hover {
    background-color: #087766;
}

.case__btn a img {
    width: 19px;
    margin-left: 10px;
}

.service_lp {
    background-color: #fff;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    border-radius: 10px;
}

@media (max-width: 760px) {
    .service_lp {
        padding: 10px 0;
    }
}

.service_lp h3 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 760px) {
    .service_lp h3 {
        font-size: 2.6rem;
    }
}

.service__lead {
    font-size: 3.6rem;
    font-weight: 900;
    text-align: center;
    color: #333;
}

@media (max-width: 760px) {
    .service__lead {
        font-size: 2.4rem;
    }
}

.service__wrap {
    display: flex;
    flex-wrap: wrap;
    /*20221117 justify-content: space-around;*/
    justify-content: space-around;
    margin-bottom: 40px;
}

@media (max-width: 760px) {
    .service__wrap {
        display: block;
    }
}

.service__item {
    max-width: 550px;
    width: 49%;
    margin-top: 90px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

@media (max-width: 760px) {
    .service__item {
        max-width: 100%;
        width: 100%;
        margin-top: 70px;
    }
}

.service__itemTtl {
    background-color: #F9A800;
    position: relative;
    padding: 57px 0 20px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

@media (max-width: 760px) {
    .service__itemTtl {
        padding: 43px 0 20px 0;
    }
}

.service__itemTtl h3 {
    position: relative;
    z-index: 10;
    font-size: 2.8rem;
    font-weight: 900;
}

@media (max-width: 760px) {
    .service__itemTtl h3 {
        font-size: 2rem;
    }
}

.service__itemTtl-num {
    border-radius: 50%;
    display: block;
    width: 158px;
    height: 156px;
    position: absolute;
    top: -51px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F9A800;
    font-size: 1.8rem;
    padding-top: 20px;
    font-weight: bold;
    line-height: 1.3;
}

@media (max-width: 760px) {
    .service__itemTtl-num {
        font-size: 1.4rem;
        width: 134px;
        height: 134px;
    }
}

.service__itemTtl-num p {
    color: #fff;
}

.service__itemTtl-numTtl {
    font-family: "Rubik", sans-serif;
    font-size: 4.2rem;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    display: inline-block;
}

@media (max-width: 760px) {
    .service__itemTtl-numTtl {
        font-size: 3.2rem;
    }
}

.service__itemText {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
}

.service__itemText span {
    font-weight: bold;
}

.service__itemText .caution {
    font-size: 1.4rem;
    margin-top: 8px;
}

.service__itemText-point {
    border: 2px solid #F0F0F0;
    margin-top: 24px;
    border-radius: 10px;
}

.service__itemText-point h4 {
    background-color: #F0F0F0;
    text-align: center;
    font-weight: bold;
    padding: 3px 0;
    line-height: 1.3;
}

.service__itemText-point p {
    padding: 16px 12px;
    text-align: center;
}

.service__optionTtl {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
}

@media (max-width: 760px) {
    .service__optionTtl {
        margin: 40px 0 30px 0;
    }
}

.service__optionWrap {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 760px) {
    .service__optionWrap {
        display: block;
    }
}

.service__optionItem {
    max-width: 550px;
    width: 60%;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 5px;
    border-radius: 10px;
}

@media (max-width: 760px) {
    .service__optionItem {
        max-width: 100%;
        width: 100%;
        padding: 16px;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 760px) {
    .service__optionItem:first-child {
        margin-bottom: 20px;
    }
}

.service__optionItem-text h4 {
    color: #0b69c0;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
}

@media (max-width: 760px) {
    .service__optionItem-text h4 {
        font-size: 1.6rem;
    }
}

.service__optionItem-text p {
    font-size: 1.5rem;
}

@media (max-width: 760px) {
    .service__optionItem-text p {
        font-size: 1.4rem;
    }
}

.about {
    padding: 80px 0 100px 0;
}

@media (max-width: 760px) {
    .about {
        padding: 80px 0;
    }
}

.about .inner {
    width: 840px;
    min-width: 840px;
}

@media (max-width: 760px) {
    .about .inner {
        max-width: 100%;
        min-width: 100%;
    }
}

.about h2 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

@media (max-width: 760px) {
    .about h2 {
        font-size: 4rem;
    }
}

.about h2 span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 8px;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
}

.about__lead {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 24px;
    font-weight: bold;
    color: #333;
}

@media (max-width: 760px) {
    .about__lead {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }
}

.about table {
    margin-top: 72px;
}

@media (max-width: 760px) {
    .about table {
        display: block;
        margin-top: 40px;
    }
}

@media (max-width: 760px) {
    .about table tbody {
        display: block;
    }
}

@media (max-width: 760px) {
    .about table tr {
        display: block;
    }
}

.about table tr:last-child th {
    border-bottom: 1px solid #BDBDBD;
}

@media (max-width: 760px) {
    .about table tr:last-child th {
        border-bottom: none;
    }
}

.about table tr:last-child td {
    border-bottom: 1px solid #BDBDBD;
}

.about table th {
    border-top: 1px solid #BDBDBD;
    padding: 18px 0;
    font-weight: bold;
    width: 17%;
}

@media (max-width: 760px) {
    .about table th {
        display: block;
        width: 100%;
        padding: 16px 0 8px 0;
        font-size: 1.4rem;
    }
}

.about table td {
    border-top: 1px solid #BDBDBD;
    padding: 18px 0;
    width: 83%;
}

@media (max-width: 760px) {
    .about table td {
        display: block;
        width: 100%;
        border-top: none;
        padding: 0 0 16px 0;
        font-size: 1.4rem;
    }
}

@media (max-width: 760px) {
    .about table td ul li {
        line-height: 1.3;
    }
}

.qanda {
    background-color: #F3F3F3;
    padding: 80px 0 100px 0;
}

@media (max-width: 760px) {
    .qanda {
        padding: 80px 0;
    }
}

.qanda .inner {
    max-width: 840px;
}

@media (max-width: 760px) {
    .qanda .inner {
        max-width: 100%;
    }
}

.qanda h2 {
    margin-bottom: 60px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

@media (max-width: 760px) {
    .qanda h2 {
        font-size: 4rem;
        margin-bottom: 40px;
    }
}

.qanda h2 span {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 8px;
    color: #333;
}

.qanda h2::after {
    display: none;
}

.qanda__wrap {
    display: none;
}

.qanda__wrap.is-active {
    display: block;
}

.qanda__menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.qanda__menu li {
    list-style: none;
    width: 49%;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 16px;
    color: #777777;
    border-bottom: 4px solid #777777;
    position: relative;
}

@media (max-width: 760px) {
    .qanda__menu li {
        font-size: 1.4rem;
    }
}

.qanda__menu li.is-active {
    border-bottom: 4px solid #0b69c0;
    color: #333333;
}

.qanda__menu li.is-active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #0b69c0 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.qanda__menu li:hover {
    cursor: pointer;
}

.qanda__item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

@media (max-width: 760px) {
    .qanda__item {
        font-size: 1.4rem;
    }
}

.qanda__itemQ {
    display: flex;
    padding: 16px 70px 16px 20px;
    position: relative;
}

@media (max-width: 760px) {
    .qanda__itemQ {
        padding: 18px 50px 18px 12px;
    }
}

.qanda__itemQ:hover {
    cursor: pointer;
}

.qanda__itemQ::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 25px;
    display: block;
    background-color: #0b69c0;
    width: 20px;
    height: 2px;
}

@media (max-width: 760px) {
    .qanda__itemQ::after {
        top: 32px;
        right: 20px;
    }
}

.qanda__itemQ::before {
    content: "";
    position: absolute;
    top: 35px;
    right: 25px;
    display: block;
    background-color: #0b69c0;
    width: 20px;
    height: 2px;
    transform: rotate(90deg);
    transition: 0.3s all;
}

@media (max-width: 760px) {
    .qanda__itemQ::before {
        top: 32px;
        right: 20px;
    }
}

.qanda__itemQ p {
    font-weight: bold;
    padding-top: 8px;
    color: #333;
}

@media (max-width: 760px) {
    .qanda__itemQ p {
        padding-top: 5px;
    }
}

.qanda__itemQ-icon {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: #fff;
    background-color: #f9a800;
    border-radius: 50%;
    flex-shrink: 0;
    font-family: "Rubik", sans-serif;
}

@media (max-width: 760px) {
    .qanda__itemQ-icon {
        width: 30px;
        height: 30px;
        font-size: 1.8rem;
        margin-right: 10px;
    }
}

.qanda__itemQ.is-open::before {
    transform: rotate(180deg);
}

.qanda__itemA {
    display: none;
    padding: 12px 70px 30px 20px;
    border-top: 1px solid rgba(189, 189, 189, 0.5);
}

@media (max-width: 760px) {
    .qanda__itemA {
        padding: 20px 12px;
    }
}

.qanda__itemA p {
    padding-top: 8px;
}

@media (max-width: 760px) {
    .qanda__itemA p {
        padding-top: 5px;
    }
}

.qanda__itemA p a {
    border-bottom: 1px solid rgb(45, 174, 161);
    color: #0b69c0;
}

.qanda__itemA p a:hover {
    border-bottom: 1px solid rgba(45, 174, 161, 0);
}

.qanda__itemA-wrap {
    display: flex;
}

.qanda__itemA-wrap p {
    width: 100%;
}

.qanda__itemA-icon {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    background-color: #0b69c0;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    font-family: "Rubik", sans-serif;
}

@media (max-width: 760px) {
    .qanda__itemA-icon {
        width: 30px;
        height: 30px;
        font-size: 1.8rem;
        margin-right: 10px;
    }
}

.flow {
    background-color: #f3f3f3;
    padding: 40px 0 100px 0;
}

@media (max-width: 760px) {
    .flow {
        padding: 40px 0;
    }
}

.flow h2 {
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.flow h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #0b69c0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.flow__wrap {
    display: flex;
}

@media (max-width: 760px) {
    .flow__wrap {
        display: block;
    }
}

.flow__item {
    width: 25%;
    background-color: #fff;
    position: relative;
}

@media (max-width: 760px) {
    .flow__item {
        width: 100%;
        margin-bottom: 40px;
    }
}

.flow__item::after {
    content: "";
    display: block;
    width: 22px;
    height: 100%;
    background: url(../img/border-right.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 5;
}

@media (max-width: 760px) {
    .flow__item::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px calc(50vw - 20px) 0 calc(50vw - 20px);
        top: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        border-color: #ffffff transparent transparent transparent;
    }
}

.flow__item:last-child::after {
    display: none;
}

@media (max-width: 760px) {
    .flow__item:last-child::after {
        display: inherit;
    }
}

.flow__itemTtl {
    text-align: center;
    background-color: #ccc;
    font-size: 2.4rem;
    font-weight: 900;
    padding: 16px 0;
}

.flow__itemText {
    padding: 16px 30px 24px 30px;
}

.flow__itemText h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.flow__itemText .caution {
    font-size: 1.2rem;
    margin-top: 6px;
}

.flow__itemText ul {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.cta {
    padding: 117px 0 112px 0;
    text-align: center;
    background: url(../img/fv.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

@media (max-width: 760px) {
    .cta {
        padding: 65px 0;
    }
}

.cta::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cta__lead {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 40px;
    z-index: 2;
    position: relative;
    color: #fff !important;
}

@media (max-width: 760px) {
    .cta__lead {
        font-size: 1.6rem;
    }
}

.cta__btn {
    width: 240px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.cta__btn a {
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
}

.cta__btn a:hover {
    color: #f9a800;
    background-color: #fff;
}

.footer {
    padding: 30px 0;
}

@media (max-width: 760px) {
    .footer {
        padding: 40px 0 20px 0;
    }
}

.footer .inner {
    max-width: 1440px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 760px) {
    .footer .inner {
        display: block;
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .footer .header__topImg {
        width: 250px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

.footer__copy {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 40px;
}

@media (max-width: 760px) {
    .footer__copy {
        font-size: 1rem;
        margin-right: 0;
        text-align: center;
    }
}

/* ポップアップHTMLの幅を100px ～ 15%に */
.ss-popup-area {
    min-width: 350px;
}

.ss-popup-html-area {
    max-width: 15%;
}

/* ポップアップHTMLの幅を100px ～ 15%に */
.ss-popup-area {
    min-width: 350px;
}

.ss-popup-html-area {
    max-width: 15%;
}