.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: .6rem 0
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .header {
        padding: .6rem 2rem
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .header {
        margin: 0 3vw;
        width: calc(100% - 6vw)
    }
}

@media screen and (max-width: 559px) {
    .header {
        padding: 1rem 3vw
    }
}

.header .header__logo img {
    display: block
}

.header .header__logo span {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: right
}

.header .header__item {
    display: flex;
    align-items: center;
    gap: 2rem
}

@media screen and (max-width: 559px) {
    .header .header__item li {
        display: none
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .header .header__item li:last-of-type {
        display: none
    }
}

.header .header__item__txt {
    font-size: 1.2rem
}

.header .header__item__tel {
    background: url(../img/lp5/img_freecall.svg) no-repeat left .5rem/4.6rem auto;
    padding-left: 4.6rem;
    line-height: 1;
    font-size: 3.2rem;
    font-weight: bold
}

.header .header__item__time {
    display: block;
    font-size: 1.2rem
}

.header .header__item__btn {
    display: block;
    background-color: #fff;
    border: 2px solid #1aa782;
    font-weight: bold;
    color: #fff;
    width: 23rem;
    border-radius: 5rem;
    padding: .2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
}

.header .header__item__btn:hover span {
    background-color: #fff;
    color: #1aa782
}

.header .header__item__btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1aa782;
    height: 4.2rem;
    border-radius: 5rem;
    padding-bottom: .2rem;
    transition: background-color .2s, color .2s
}

.visual {
    background-color: #d7e9fe
}

.visual .visual__inner {
    background: url(../img/lp5/bg_visual.jpg) no-repeat center top;
    max-width: 120rem;
    width: 100%;
    height: 50rem;
    margin: 0 auto
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .visual .visual__inner {
        padding: 0 2rem
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .visual .visual__inner {
        display: flex;
        align-items: center;
        padding: 0 3vw;
        height: 65rem
    }
}

@media screen and (max-width: 559px) {
    .visual .visual__inner {
        background: url(../img/lp5/bg_visual@2x.jpg) no-repeat center bottom/contain;
        padding: 0 3vw;
        height: 500px
    }
}

.visual .visual__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding-top: 6rem;
    font-feature-settings: "palt";
    letter-spacing: .1em
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .visual .visual__contents {
        padding-top: 0
    }
}

@media screen and (max-width: 559px) {
    .visual .visual__contents {
        width: 100%;
        padding-top: 3.2rem
    }
}

.visual .visual__lead {
    max-width: 52rem;
    width: 100%;
    background-color: #163891;
    margin-bottom: 1.5rem;
    padding: .5rem 0;
    border-radius: .6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-indent: .1em
}

@media screen and (max-width: 559px) {
    .visual .visual__lead {
        font-size: 1.4rem;
        padding: .3rem 0 .5rem
    }
}

.visual .visual__ttl {
    margin-bottom: 4rem
}

.visual .visual__ttl__txt {
    margin-bottom: .5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #163891
}

@media screen and (max-width: 559px) {
    .visual .visual__ttl__txt {
        font-size: 1.6rem
    }
}

.visual .visual__ttl__txt span {
    color: #c92768
}

.visual .visual__ttl__note {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center
}

@media screen and (max-width: 559px) {
    .visual .visual__ttl__note {
        letter-spacing: 0;
        font-size: 12px
    }
}

@media screen and (max-width: 559px) {
    .visual .visual__ttl picture {
        display: block;
        margin-bottom: 1rem
    }
}

.visual .visual__item {
    display: flex;
    gap: 1rem
}

@media screen and (max-width: 559px) {
    .visual .visual__item {
        display: none
    }
}

.visual .visual__btn {
    display: block;
    background-color: #fff;
    font-weight: bold;
    color: #fff;
    width: 23rem;
    border-radius: 5rem;
    padding: .2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
}

.visual .visual__btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.2rem;
    border-radius: 5rem;
    padding-bottom: .2rem;
    transition: background-color .2s, color .2s
}

.visual .visual__btn--orange {
    border: 2px solid #e97108
}

.visual .visual__btn--orange span {
    background-color: #e97108
}

.visual .visual__btn--orange:hover span {
    background-color: #fff;
    color: #e97108
}

.visual .visual__btn--green {
    border: 2px solid #1aa782
}

.visual .visual__btn--green span {
    background-color: #1aa782
}

.visual .visual__btn--green:hover span {
    background-color: #fff;
    color: #1aa782
}

.campaign {
    background-color: #fefbf6;
    padding: 3rem 0 4.8rem
}

@media screen and (max-width: 559px) {
    .campaign {
        padding: 3rem 3vw 4.8rem
    }
}

.campaign .campaign__inner {
    max-width: 120rem;
    margin: 0 auto;
    font-feature-settings: "palt";
    letter-spacing: .1em
}

.campaign .campaign__ttl {
    margin-bottom: 3rem;
    font-size: 4rem;
    text-align: center;
    color: #e97108;
    line-height: 1.2;
    text-indent: .1em
}

@media screen and (max-width: 559px) {
    .campaign .campaign__ttl {
        font-size: 3rem
    }
}

.campaign .campaign__ttl__subtxt {
    background-color: #e97108;
    display: inline-block;
    border-radius: 5rem;
    padding: .3rem 3.2rem;
    font-size: 2rem;
    color: #fff
}

@media screen and (max-width: 559px) {
    .campaign .campaign__ttl__subtxt {
        font-size: 1.6rem;
        padding: .3rem 6.2rem .6rem
    }
}

.campaign .campaign__ttl__maintxt {
    margin-bottom: 2rem;
    padding-top: 1rem
}

.campaign .campaign__ttl__maintxt span {
    display: inline-block;
    position: relative;
    padding: 0 2.5rem
}

@media screen and (max-width: 559px) {
    .campaign .campaign__ttl__maintxt span {
        padding: 0 1.5rem
    }
}

.campaign .campaign__ttl__maintxt span::before,
.campaign .campaign__ttl__maintxt span::after {
    display: block;
    content: "";
    width: .5rem;
    height: 84%;
    background-color: #e97108;
    position: absolute;
    bottom: 0
}

@media screen and (max-width: 559px) {

    .campaign .campaign__ttl__maintxt span::before,
    .campaign .campaign__ttl__maintxt span::after {
        width: 3px
    }
}

.campaign .campaign__ttl__maintxt span::before {
    left: 0;
    transform: rotate(-45deg)
}

.campaign .campaign__ttl__maintxt span::after {
    right: 0;
    transform: rotate(45deg)
}

.campaign .campaign__ttl__emphasis {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: .2rem 1.6rem;
    background-color: #fff;
    border: 2px solid #c2162f;
    font-size: 1.6rem;
    color: #c2162f
}

.campaign .campaign__table {
    max-width: 83rem;
    width: 100%;
    margin: 0 auto
}

.campaign .campaign__table tr {
    border-bottom: 1px solid #ddd
}

.campaign .campaign__table tr:last-child {
    border-bottom: none
}

.campaign .campaign__table th,
.campaign .campaign__table td {
    padding: 1rem 0
}

.campaign .campaign__table th {
    background-color: #e97108;
    width: 210px;
    color: #fff
}

@media screen and (max-width: 559px) {
    .campaign .campaign__table th {
        width: 16vw
    }
}

.campaign .campaign__table th br {
    display: none
}

@media screen and (max-width: 559px) {
    .campaign .campaign__table th br {
        display: block
    }
}

.campaign .campaign__table td {
    background-color: #fff;
    padding-left: 4rem
}

@media screen and (max-width: 559px) {
    .campaign .campaign__table td {
        padding: 1rem 1.5rem
    }
}

.campaign .campaign__table__price {
    display: flex;
    align-items: center;
    gap: 2rem
}

.campaign .campaign__table__price p {
    text-align: center;
    font-size: 1.8rem
}

.campaign .campaign__table__price p:last-child {
    font-weight: bold;
    color: #c2162f
}

.campaign .campaign__table__price p span {
    display: block;
    font-size: 1.2rem
}

.campaign .campaign__table ul {
    padding-left: 2rem
}

.campaign .campaign__table ul li {
    list-style: disc
}

.campaign .campaign__txt {
    max-width: 82.8rem;
    width: 100%;
    margin: 0 auto
}

.campaign .campaign__txt__note {
    margin-top: .2rem;
    font-size: 1.2rem
}

.lead {
    background-color: #163891;
    padding: 2rem 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-indent: .1em;
    font-feature-settings: "palt";
    letter-spacing: .1em
}

@media screen and (max-width: 559px) {
    .lead {
        padding: 2rem 3vw;
        text-align: left
    }
}

.lead .lead__note {
    padding-top: 1rem;
    font-weight: normal;
    font-size: 1.2rem
}
.section00 {
    text-align: center;
    padding: 2rem;
}
.section00 .section01__inner {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    font-feature-settings: "palt";
    letter-spacing: .1em
}
.section00 p {
    text-align: left;
    margin-top: 2.5rem;
}
.section01 {
    background-color: #fefbf6;
    padding: 3rem 0 4.8rem
}

.section01 .section01__inner {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    font-feature-settings: "palt";
    letter-spacing: .1em
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section01 .section01__inner {
        max-width: 83rem
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section01 .section01__inner {
        margin: 0 3vw;
        width: auto
    }
}

@media screen and (max-width: 559px) {
    .section01 .section01__inner {
        margin: 0 3vw;
        width: auto
    }
}

.section01 .section01__ttl {
    margin-bottom: 3rem;
    font-size: 4rem;
    text-align: center;
    color: #163891;
    line-height: 1.2;
    text-indent: .1em
}

@media screen and (max-width: 559px) {
    .section01 .section01__ttl {
        font-size: 3.2rem
    }
}

.section01 .section01__ttl__subtxt {
    background-color: #163891;
    display: inline-block;
    border-radius: 5rem;
    padding: .3rem 3.2rem;
    font-size: 2rem;
    color: #fff
}

@media screen and (max-width: 559px) {
    .section01 .section01__ttl__subtxt {
        font-size: 1.6rem;
        padding: .3rem 6.2rem .6rem
    }
}

.section01 .section01__ttl__maintxt {
    margin-bottom: 2rem;
    padding-top: 1rem
}

.section01 .section01__ttl__maintxt span {
    background: url(../img/lp5/icon_title.svg) no-repeat left center;
    display: inline-block;
    padding-left: 5rem
}

@media screen and (max-width: 559px) {
    .section01 .section01__ttl__maintxt span {
        padding-left: 3.2rem
    }
}

.section01 .section01__contents {
    display: flex;
    justify-content: center;
    border: 2px solid #163891;
    border-radius: 1rem;
    padding: 2.4rem 2rem;
    color: #163891;
    font-size: 2.6rem;
    font-weight: bold;
    gap: 3rem
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section01 .section01__contents {
        flex-wrap: wrap
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section01 .section01__contents {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 559px) {
    .section01 .section01__contents {
        flex-wrap: wrap
    }
}

.section01 .section01__contents li {
    display: inline-flex;
    align-items: center;
    background-position: left center;
    background-repeat: no-repeat;
    border-right: 1px dotted #163891;
    height: 5.6rem;
    padding: 0 3rem 0 6.4rem;
    position: relative
}

.section01 .section01__contents li:first-child {
    background-image: url(../img/lp5/icon_point01.svg)
}

.section01 .section01__contents li:nth-child(2) {
    background-image: url(../img/lp5/icon_point02.svg)
}

.section01 .section01__contents li:nth-child(3) {
    background-image: url(../img/lp5/icon_point03.svg)
}

.section01 .section01__contents li:last-child {
    background-image: url(../img/lp5/icon_point04.svg);
    border-right: none;
    padding-right: 0
}

@media screen and (max-width: 559px) {
    .section01 .section01__contents li:last-child::after {
        display: none
    }
}

@media screen and (max-width: 559px) {
    .section01 .section01__contents li::after {
        display: block;
        content: "";
        width: 100%;
        border-bottom: 1px dotted #163891;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0
    }
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section01 .section01__contents li {
        width: 35%;
        border: none
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section01 .section01__contents li {
        width: 35%;
        border: none
    }
}

@media screen and (max-width: 559px) {
    .section01 .section01__contents li {
        width: 100%;
        border: none
    }
}

.section02 {
    background-color: #e8f2ff;
    padding: 4.8rem 0
}

.section02 .section02__inner {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    font-feature-settings: "palt";
    letter-spacing: .1em
}

@media screen and (max-width: 559px) {
    .section02 .section02__inner {
        margin: 0 3vw;
        width: auto
    }
}

.section02 .section02__ttl {
    margin-bottom: 3rem;
    font-size: 4rem;
    text-align: center;
    color: #163891;
    line-height: 1.2;
    text-indent: .1em
}

@media screen and (max-width: 559px) {
    .section02 .section02__ttl {
        font-size: 3rem
    }
}

.section02 .section02__ttl span {
    background: url(../img/lp5/icon_title.svg) no-repeat left center;
    display: inline-block;
    padding-left: 5rem
}

@media screen and (max-width: 559px) {
    .section02 .section02__ttl span {
        padding-left: 3.2rem
    }
}

.section02 .section02__lead {
    margin-bottom: 3rem;
    text-align: center
}

@media screen and (max-width: 559px) {
    .section02 .section02__lead {
        text-align: left
    }
}

.section02 .section02__contents {
    width: 83rem;
    margin: 0 auto
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section02 .section02__contents {
        width: auto;
        margin: 0 3vw
    }
}

@media screen and (max-width: 559px) {
    .section02 .section02__contents {
        width: auto
    }
}

.section02 .section02__table {
    width: 100%;
    margin-bottom: .5rem
}

.section02 .section02__table th,
.section02 .section02__table td {
    width: 50%;
    line-height: 1
}

@media screen and (max-width: 559px) {

    .section02 .section02__table th,
    .section02 .section02__table td {
        width: auto
    }
}

.section02 .section02__table th {
    padding: 1rem 0;
    background-color: #163891;
    border-right: 1px solid #163891;
    color: #fff
}

.section02 .section02__table th:first-child {
    border-left: 1px solid #163891
}

@media screen and (max-width: 559px) {
    .section02 .section02__table th:first-child {
        width: 32vw
    }
}

.section02 .section02__table th:last-child img {
    display: block;
    margin: 0 auto 5px
}

.section02 .section02__table td {
    padding: 2rem 3rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: bold
}

.section02 .section02__table__cellArea {
    background-color: #fff;
    border-left: 1px solid #ddd;
    text-align: center
}

.section02 .section02__table__cellPrice {
    background-color: #fefbf6;
    text-align: right;
    font-size: 2rem
}

.section02 .section02__table__cellPrice strong {
    font-size: 3.8rem;
    color: #c2162f
}

.section02 .section02__table__cellPrice span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal
}

.section02 .section02__table__txtCampaign {
    font-size: 1.4rem;
    font-weight: normal;
    color: #c2162f;
    line-height: 2
}

.section02 .section02__table__txtLink {
    font-size: 1.2rem
}

.section02 .section02__table__txtLink a {
    text-decoration: underline;
    color: #e97108
}

.section02 .section02__table__txtLink a:hover {
    text-decoration: none
}

.section02 .section02__txtNote {
    font-size: 1.2rem
}

.cta {
    display: flex;
    gap: 2.8rem;
    max-width: 82.8rem;
    width: 100%;
    margin: 4.8rem auto
}

@media screen and (max-width: 559px) {
    .cta {
        flex-direction: column
    }
}

.cta .cta__btn {
    display: block;
    background-color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
    width: 40rem;
    border-radius: 5rem;
    padding: .2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
}

@media screen and (max-width: 559px) {
    .cta .cta__btn {
        max-width: 320px;
        width: 100%;
        margin: 0 auto
    }
}

.cta .cta__btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.6rem;
    border-radius: 5rem;
    padding-bottom: .2rem;
    transition: background-color .2s, color .2s
}

.cta .cta__btn--orange {
    border: 2px solid #e97108
}

.cta .cta__btn--orange span {
    background-color: #e97108
}

.cta .cta__btn--orange:hover span {
    background-color: #fff;
    color: #e97108
}

.cta .cta__btn--green {
    border: 2px solid #1aa782
}

.cta .cta__btn--green span {
    background-color: #1aa782
}

.cta .cta__btn--green:hover span {
    background-color: #fff;
    color: #1aa782
}

.section03 {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
    padding: 4.8rem 0;
    font-feature-settings: "palt";
    letter-spacing: .1em
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section03 {
        width: auto;
        margin: 0 3vw
    }
}

@media screen and (max-width: 559px) {
    .section03 {
        width: auto;
        margin: 0 3vw
    }
}

.section03 .section03__ttl {
    margin-bottom: 3rem;
    font-size: 4rem;
    text-align: center;
    color: #163891;
    line-height: 1.2;
    text-indent: .1em
}

@media screen and (max-width: 559px) {
    .section03 .section03__ttl {
        font-size: 3rem
    }
}

.section03 .section03__table {
    width: 100%;
    margin-bottom: .5rem;
    border-right: 1px solid #ddd
}

@media screen and (max-width: 559px) {
    .section03 .section03__table {
        border-right: none
    }
}

.section03 .section03__table th,
.section03 .section03__table td {
    padding: 2rem;
    border-bottom: 1px solid #ddd
}

@media screen and (max-width: 559px) {

    .section03 .section03__table th,
    .section03 .section03__table td {
        display: block;
        border-bottom: none
    }
}

.section03 .section03__table th {
    width: 22rem;
    background-color: #163891;
    color: #fff
}

@media screen and (max-width: 559px) {
    .section03 .section03__table th {
        width: 100%;
        padding: .6rem 2rem
    }
}

@media screen and (max-width: 559px) {
    .section03 .section03__table td {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }
}

.section03 .section03__table tr:first-child th {
    border-top: 1px solid #163891
}

@media screen and (max-width: 559px) {
    .section03 .section03__table tr:first-child th {
        border-top: none
    }
}

.section03 .section03__table tr:first-child td {
    border-top: 1px solid #ddd
}

@media screen and (max-width: 559px) {
    .section03 .section03__table tr:first-child td {
        border-top: none
    }
}

.section03 .section03__table tr:last-child th {
    border-bottom-color: #163891
}

@media screen and (max-width: 559px) {
    .section03 .section03__table tr:last-child td {
        border-bottom: 1px solid #ddd
    }
}

.section03 .section03__table__txt {
    padding-left: 1.5em
}

.section03 .section03__table__txt li {
    list-style: disc
}

.section03 .section03__table__txtLinks {
    padding-left: 1.5em
}

.section03 .section03__table__txtLinks li {
    list-style: disc
}

.section03 .section03__table__txtLinks li a {
    color: #e97108;
    text-decoration: underline
}

.section03 .section03__table__txtLinks li a:hover {
    text-decoration: none
}

.section03 .section03__txtNote {
    font-size: 1.2rem
}

.section04 {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 4.8rem;
    font-feature-settings: "palt";
    letter-spacing: .1em
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section04 {
        width: auto
    }
}

.section04 .section04__ttl {
    margin-bottom: 4.2rem;
    font-size: 4rem;
    text-align: center;
    color: #163891;
    line-height: 1.2;
    text-indent: .1em
}

@media screen and (max-width: 559px) {
    .section04 .section04__ttl {
        font-size: 3rem
    }
}

.section04 .section04__flow {
    display: flex;
    gap: 2rem
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section04 .section04__flow {
        display: block;
        max-width: 83rem;
        width: 100%;
        margin: 0 auto
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section04 .section04__flow {
        display: block;
        margin: 0 3vw
    }
}

@media screen and (max-width: 559px) {
    .section04 .section04__flow {
        display: block;
        margin: 0 3vw
    }
}

.section04 .section04__flow__list {
    max-width: 28.5rem;
    width: 100%
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section04 .section04__flow__list {
        max-width: 100%;
        background-color: #e8f2ff
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section04 .section04__flow__list {
        max-width: 100%;
        background-color: #e8f2ff
    }
}

@media screen and (max-width: 559px) {
    .section04 .section04__flow__list {
        max-width: 100%;
        background-color: #e8f2ff
    }
}

.section04 .section04__flow__list:first-child .section04__flow__step::before {
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    background-color: #6381ce
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section04 .section04__flow__list:first-child .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section04 .section04__flow__list:first-child .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

@media screen and (max-width: 559px) {
    .section04 .section04__flow__list:first-child .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

.section04 .section04__flow__list:first-child .section04__flow__step__num {
    color: #6381ce
}

.section04 .section04__flow__list:nth-child(2) .section04__flow__step::before {
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
    background-color: #4761a7
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section04 .section04__flow__list:nth-child(2) .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section04 .section04__flow__list:nth-child(2) .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

@media screen and (max-width: 559px) {
    .section04 .section04__flow__list:nth-child(2) .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

.section04 .section04__flow__list:nth-child(2) .section04__flow__step__num {
    color: #4761a7
}

.section04 .section04__flow__list:nth-child(3) .section04__flow__step::before {
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
    background-color: #102d78
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section04 .section04__flow__list:nth-child(3) .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section04 .section04__flow__list:nth-child(3) .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

@media screen and (max-width: 559px) {
    .section04 .section04__flow__list:nth-child(3) .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

.section04 .section04__flow__list:nth-child(3) .section04__flow__step__num {
    color: #102d78
}

.section04 .section04__flow__list:last-child .section04__flow__step::before {
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
    background-color: #e97108
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section04 .section04__flow__list:last-child .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section04 .section04__flow__list:last-child .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

@media screen and (max-width: 559px) {
    .section04 .section04__flow__list:last-child .section04__flow__step::before {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

.section04 .section04__flow__list:last-child .section04__flow__step__num {
    color: #e97108
}

.section04 .section04__flow__step {
    position: relative;
    margin-bottom: .8rem;
    height: 5.2rem;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section04 .section04__flow__step {
        height: 6.3rem;
        padding-top: .6rem
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section04 .section04__flow__step {
        height: 6.3rem;
        padding-top: .6rem
    }
}

@media screen and (max-width: 559px) {
    .section04 .section04__flow__step {
        height: 6.3rem;
        padding-top: .6rem
    }
}

.section04 .section04__flow__step::before {
    display: block;
    content: "";
    width: calc(100% + 1.5rem);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section04 .section04__flow__step::before {
        width: 100%
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section04 .section04__flow__step::before {
        width: 100%
    }
}

@media screen and (max-width: 559px) {
    .section04 .section04__flow__step::before {
        width: 100%
    }
}

.section04 .section04__flow__step__num {
    display: inline-block;
    font-size: 1.2rem;
    background-color: #fff;
    border-radius: 1rem;
    padding: .2rem 1.5rem;
    line-height: 1;
    position: relative
}

.section04 .section04__flow__step__txt {
    display: block;
    color: #fff;
    position: relative
}

.section04 .section04__flow__contents {
    background-color: #e8f2ff;
    padding: 1.6rem;
    min-height: 24.2rem
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    .section04 .section04__flow__contents {
        min-height: auto
    }
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section04 .section04__flow__contents {
        min-height: auto
    }
}

@media screen and (max-width: 559px) {
    .section04 .section04__flow__contents {
        min-height: auto
    }
}

.section04 .section04__flow__contents ul {
    padding-left: 1.5em
}

.section04 .section04__flow__contents ul li {
    list-style: disc
}

.section04 .section04__flow__contents ul li strong {
    color: #c2162f
}

.section04 .section04__flow__contents ul li a {
    color: #e97108;
    text-decoration: underline
}

.section04 .section04__flow__contents ul li a:hover {
    text-decoration: none
}

.section05 {
    background-color: #e8f2ff
}

.section05 .section05__inner {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
    padding: 4.8rem 0
}

@media screen and (min-width: 560px)and (max-width: 999px) {
    .section05 .section05__inner {
        padding: 4.8rem 3vw
    }
}

@media screen and (max-width: 559px) {
    .section05 .section05__inner {
        padding: 4.8rem 3vw
    }
}

.section05 .section05__ttl {
    margin-bottom: 4.2rem;
    font-size: 4rem;
    text-align: center;
    color: #163891;
    line-height: 1.2;
    text-indent: .1em
}

@media screen and (max-width: 559px) {
    .section05 .section05__ttl {
        font-size: 3rem
    }
}

.section05 .section05__qa {
    background-color: #163891;
    padding: .8rem;
    border-radius: .8rem;
    margin-bottom: 1rem
}

.section05 .section05__qa:last-child {
    margin-bottom: 0
}

.section05 .section05__qa dt {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-right: 3.5rem;
    cursor: pointer
}

.section05 .section05__qa dt::before,
.section05 .section05__qa dt::after {
    display: block;
    content: "";
    position: absolute;
    background-color: #fff
}

.section05 .section05__qa dt::before {
    width: 1.7rem;
    height: .3rem;
    right: .8rem
}

.section05 .section05__qa dt::after {
    width: .3rem;
    height: 1.7rem;
    right: 1.5rem
}

.section05 .section05__qa dt.is_show::after {
    display: none
}

.section05 .section05__qa dd {
    background-color: #fff;
    margin-top: .8rem;
    padding: 1rem;
    display: none
}

.section05 .section05__qa dd.is_show {
    display: block
}

.section05 .section05__qa__icon-q {
    display: block;
    content: "Q";
    font-size: 1.8rem;
    background-color: #fff;
    width: 3.4rem;
    height: 3.4rem;
    margin-right: .8rem;
    border-radius: .6rem;
    color: #163891;
    text-align: center;
    flex-shrink: 0
}

.footer {
    background-color: #f5f5f5;
    padding: 3rem 0;
    font-feature-settings: "palt";
    letter-spacing: .1em
}

@media screen and (max-width: 559px) {
    .footer {
        padding: 3rem 3vw
    }
}

.footer .footer__top {
    display: flex;
    justify-content: center
}

.footer .footer__top__items {
    display: flex;
    flex-direction: column
}

.footer .footer__top__txt {
    font-weight: bold;
    line-height: 1
}

.footer .footer__top__item {
    display: flex
}

.footer .footer__top__item img {
    position: relative;
    top: .3rem
}

.footer .footer__top__tel {
    display: block;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1;
    padding-left: .5rem
}

.footer .footer__top__time {
    display: block;
    margin-top: .2rem;
    font-size: 1.4rem
}

.footer .cta {
    max-width: 65.2rem;
    margin: 2rem auto 6rem;
    gap: 2rem
}

@media screen and (max-width: 559px) {
    .footer .cta {
        flex-direction: column
    }
}

.footer .cta .cta__btn {
    width: 31.6rem
}

@media screen and (max-width: 559px) {
    .footer .cta .cta__btn {
        max-width: 320px;
        width: 100%;
        margin: 0 auto
    }
}

.footer .foot__nav {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem
}

.footer .foot__nav__list {
    position: relative
}

.footer .foot__nav__list::after {
    display: block;
    content: "";
    width: .1rem;
    height: 100%;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: .1rem
}

.footer .foot__nav__list:last-child::after {
    display: none
}

.footer .foot__nav__link {
    display: block;
    padding: 0 2rem;
    font-size: 1.2rem;
    color: #131313;
    line-height: 1
}

.footer .copyright {
    font-size: 1.2rem;
    text-align: center
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    opacity: 0
}

.modal-bg.is-show {
    display: block
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 4px;
    margin: auto;
    padding: 30px;
    max-width: 560px;
    width: 100%;
    display: none;
    opacity: 0
}

@media screen and (max-width: 559px) {
    .modal {
        width: calc(100% - 6vw);
        margin: 0 3vw;
        padding: 30px 5vw;
        left: 0;
        transform: translate(0, -50%)
    }
}

.modal.is-show {
    display: block
}

.modal .modal__detail {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 559px) {
    .modal .modal__detail {
        justify-content: left
    }
}

.modal .modal__txt {
    font-weight: bold;
    line-height: 1
}

.modal .modal__item {
    display: flex;
    align-items: center
}

.modal .modal__item img {
    display: block;
    position: relative;
    top: 3px
}

.modal .modal__tel {
    display: block;
    padding-left: 5px;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (max-width: 559px) {
    .modal .modal__tel {
        font-size: 3.6rem
    }
}

.modal .modal__time {
    display: block;
    margin-top: 2px;
    font-size: 1.4rem;
    text-align: right
}

.modal .modal__btn-close {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer
}

@media screen and (max-width: 559px) {
    .modal .modal__btn-close {
        right: 0
    }
}

.modal .modal__btn-close::before,
.modal .modal__btn-close::after {
    display: block;
    content: "";
    width: 3px;
    height: 26px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%
}

.modal .modal__btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal .modal__btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal .modal__link {
    display: none;
    background-color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
    width: 40rem;
    border-radius: 5rem;
    padding: .2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
}

@media screen and (max-width: 559px) {
    .modal .modal__link {
        display: block;
        max-width: 320px;
        width: 100%;
        margin: 2rem auto 0;
        font-size: 1.8rem
    }
}

.modal .modal__link span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.6rem;
    border-radius: 5rem;
    padding-bottom: .2rem;
    transition: background-color .2s, color .2s
}

.modal .modal__link--orange {
    border: 2px solid #e97108
}

.modal .modal__link--orange span {
    background-color: #e97108
}

.modal .modal__link--orange:hover span {
    background-color: #fff;
    color: #e97108
}

/*# sourceMappingURL=lp5.css.map */
