@charset "UTF-8";
.top {
    background: url(../img/top_renew/banner_pc.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFF;
    padding: 12rem 0 16rem;
}

@media (max-width: 980px) {
    .top {
        padding-top: 6.9rem;
        padding-bottom: 4rem;
        background: none;
    }
}

.top__inner {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 7rem;
    justify-content: space-between;
}

@media (max-width: 1280px) {
    .top__inner {
        gap: 3.5rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (max-width: 980px) {
    .top__inner {
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 980px) {
    .top__inner--text {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2.2rem;
        background: url(../img/top_renew/banner_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.top__inner--ttl {
    font-size: 5rem;
    line-height: 1.6;
    font-weight: 700;
    color: #172B4D;
    padding-top: 2rem;
}

@media (max-width: 980px) {
    .top__inner--ttl {
        font-size: 3rem;
    }
}

.top__inner--ttl span {
    font-size: 6rem;
    line-height: 1.6;
    font-weight: 700;
    color: #172B4D;
    position: relative;
}

@media (max-width: 980px) {
    .top__inner--ttl span {
        font-size: 3.8rem;
    }
}

.top__inner--ttl span.dot::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1rem;
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #FE730F;
}

@media screen and (max-width: 980px) {
    .top__inner--ttl span.dot::before {
        top: -0.5rem;
        width: 0.6rem;
        height: 0.6rem;
    }
}

.top__inner--flex {
    margin-top: 3.6rem;
    display: flex;
    align-items: center;
    gap: 3.2rem;
}

@media (max-width: 1280px) {
    .top__inner--flex {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (max-width: 980px) {
    .top__inner--flex {
        margin-top: 1.4rem;
    }
}

.top__inner--flex .ec__items {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.top__inner--flex .ec__item {
    display: flex;
    gap: 0.5rem;
}

.top__inner--flex .ec__item--text {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #172B4D;
}

@media (max-width: 980px) {
    .top__inner--flex .ec__item--text {
        font-size: 1.7rem;
    }
}

.top__inner--flex .ec__item--text span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #172B4D;
    position: relative;
    z-index: 1;
}

@media (max-width: 980px) {
    .top__inner--flex .ec__item--text span {
        font-size: 1.7rem;
    }
}

.top__inner--flex .ec__item--text span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: #FFF4D4;
    z-index: -1;
}

@media (max-width: 980px) {
    .top__inner--flex .ec__item--text span::before {
        height: 0.8rem;
    }
}

.top__inner--flex .ec__item svg {
    margin-top: 0.5rem;
}

.top__inner--desc {
    padding: 1.5rem 2rem;
}

.top__inner--desc .__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #172B4D;
}

@media (max-width: 980px) {
    .top__inner--desc .__ttl {
        font-size: 1.4rem;
    }
}

.top__inner--desc .__txt {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    color: #172B4D;
}

@media (max-width: 980px) {
    .top__inner--desc .__txt {
        font-size: 1.3rem;
    }
}

.top__inner--desc .__quote {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    color: #172B4D;
}

@media (max-width: 980px) {
    .top__inner--desc .__quote {
        font-size: 1rem;
    }
}

.top__inner--contact {
    padding: 3.2rem 4rem;
    background-color: #2B52A3;
    border-radius: 1.2rem;
    min-width: 45rem;
    height: -moz-max-content;
    height: max-content;
}

@media (max-width: 1280px) {
    .top__inner--contact {
        min-width: 40rem;
    }
}

@media (max-width: 980px) {
    .top__inner--contact {
        min-width: calc(100% - 4rem);
        margin-left: auto;
        margin-right: auto;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.top__inner--contact .__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
}

.top__inner--contact .form-section {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 2.4rem;
}

.top__inner--contact .form__item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.top__inner--contact .form__item__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.4rem;
}

.top__inner--contact .form__item__ttl.require::after {
    content: "必須";
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    background: #FF7F00;
    width: 4rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top__inner--contact .form__item .text-form {
    outline: none;
    border: solid 1px #CCCCCC;
    background: white;
    width: 100%;
    height: 4.4rem;
    border-radius: 0.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.4rem;
    color: black;
    font-weight: 500;
}

.top__inner--contact .form__item .text-form::-moz-placeholder {
    color: #999999;
    font-weight: 500;
}

.top__inner--contact .form__item .text-form::placeholder {
    color: #999999;
    font-weight: 500;
}

.top__inner--contact .form__btn-cont {
    position: relative;
    margin-top: 0.8rem;
}

.top__inner--contact .form__btn-cont .submit-form {
    background: linear-gradient(90deg, #FF7B0A 0%, #FFBB21 100%);
    border-radius: 2.8rem;
    height: 5.6rem;
    width: 100%;
    max-width: 100%;
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
}

.top__inner--contact .form__btn-cont svg {
    position: absolute;
    top: 52%;
    right: 30%;
    transform: translateY(-50%);
    z-index: 1;
}

@media (max-width: 576px) {
    .top__inner--contact .form__btn-cont svg {
        right: 25%;
    }
}

.solve {
    padding-bottom: 7.2rem;
}

@media (max-width: 768px) {
    .solve {
        padding-bottom: 4rem;
    }
}

.about__inner {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0901960784);
    border-radius: 2.4rem;
    background-color: white;
    margin-top: -10rem;
    overflow: hidden;
}

@media (max-width: 768px) {
    .about__inner {
        margin-top: 0;
    }
}

.about__inner--item {
    padding: 4rem;
}

.about__inner--item__sub {
    background: #F6FAFF;
}

@media (min-width: 1280px) {
    .about__inner--item__sub .sec-ttl {
        font-size: 3.2rem;
    }
    .about__inner--item__sub .sec-ttl span {
        font-size: 3.2rem;
    }
}

.about__inner--item .sec-ttl {
    margin-bottom: 0;
    line-height: 1.6;
}

.about__inner--item .solve__item__inner {
    height: 100%;
}

.about__inner--item .solve__items .solve__item__inner {
    gap: 1rem;
    padding: 1.5rem 1rem;
    box-shadow: none;
    background: #F5F5F5;
    position: relative;
    border-radius: 0.8rem;
}

.about__inner--item .solve__items .solve__item__inner::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-top: 1.2rem solid #F5F5F5;
}

.about__inner--item .solve__items .solve__item__inner .__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #172B4D;
    text-align: center;
}

.about__inner--item .solve__items .solve__item__inner .__des {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    color: #172B4D;
    text-align: center;
}

.about__inner--item .solve__items--sub {
    margin-top: 3.5rem;
}

.about__inner--item .solve__items--sub .solve__item__inner {
    background: white;
    padding: 1.6rem 1.6rem 3rem;
    position: relative;
    border-radius: 0.8rem;
    box-shadow: none;
    gap: 2.4rem;
}

@media (max-width: 768px) {
    .about__inner--item .solve__items--sub .solve__item__inner {
        gap: 1.4rem;
    }
}

.about__inner--item .solve__items--sub .solve__item__inner .__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    color: #172B4D;
    text-align: center;
}

.about__inner--item .solve__items--sub .solve__item__inner .__ttl span {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    color: #172B4D;
    text-align: center;
    position: relative;
    z-index: 1;
}

.about__inner--item .solve__items--sub .solve__item__inner .__ttl span::after {
    content: "";
    height: 1.2rem;
    width: 100%;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    background: #FFF4D4;
    z-index: -1;
}

.about__inner--item .solve__items--sub .solve__item__inner hr {
    width: 100%;
    border-top: solid 1px #D9DEF0;
}

.about__inner--item .solve__items--sub .solve__item__inner .__items {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.about__inner--item .solve__items--sub .solve__item__inner .__item {
    display: flex;
    gap: 0.4rem;
    position: relative;
}

.about__inner--item .solve__items--sub .solve__item__inner .__item .__des {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
    color: #172B4D;
    text-align: left;
}

@media screen and (min-width: 1280px) {
    .about__inner .splide.is-initialized:not(.is-active) .splide__list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 1280px) and (min-width: 768px) {
    .about__inner .splide.is-initialized:not(.is-active) .splide__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

.p-reduce {
    background: linear-gradient(90deg, #F2F8FF 0%, #C0D3EB 100%);
}

.p-reduce .sec-inner {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

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

@media (max-width: 768px) {
    .p-reduce__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2.4rem;
    }
}

.p-reduce__item--cnt {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.p-reduce__item .__ttl {
    font-weight: 700;
    font-style: Bold;
    font-size: 4rem;
    line-height: 140%;
}

@media (max-width: 768px) {
    .p-reduce__item .__ttl {
        font-size: 2.8rem;
    }
}

.p-reduce__item .btn {
    width: 30rem;
    max-width: unset;
    height: 5.6rem;
    border-radius: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .p-reduce__item .btn {
        width: 100%;
    }
}

.p-reduce__item .btn::before,
.p-reduce__item .btn::after {
    display: none;
}

.p-reduce__item .btn span {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 100%;
}

.p-reduce__item .btn-orange {
    background: linear-gradient(90deg, #FF7B0A 0%, #FFBB21 100%);
    padding: 1.6rem;
}

.p-reduce__item .btn-orange span {
    color: white;
}

.p-reduce__item .btn-white {
    border: solid 1px #FE730F;
    background: white;
}

.p-reduce__item .btn-white span {
    color: #FE730F;
}

.p-benefit {
    background: #F4F5F7;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .p-benefit.silver-right::after {
        display: none;
    }
}

.p-benefit::after {
    content: "";
    position: absolute;
    bottom: 8rem;
    right: 0;
}

.p-benefit img {
    max-width: 80rem;
}

.p-benefit .__des {
    font-weight: 500;
    font-style: Medium;
    font-size: 1.8rem;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
}

@media (max-width: 768px) {
    .p-benefit .__des {
        font-size: 1.6rem;
        text-align: left;
    }
}

.p-benefit__item {
    margin-top: 4rem;
    position: relative;
    display: flex;
    justify-content: center;
}


/* custome css 8.22 */

.top__inner--contact .form-section .__ttl {
    margin-top: 10px;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
    text-align: left;
}

.top__inner--contact .form-section .__content {
    font-weight: 500;
    font-style: Medium;
    font-size: 11px;
    line-height: 160%;
    letter-spacing: 0%;
    border: 1px solid #CCCCCC;
    color: #172B4D;
    background: white;
    padding: 12.5px 10px;
    border-radius: 4px;
    max-height: 70px;
    overflow: scroll;
}

.top__inner--contact .form-section .__refer {
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0%;
    color: white;
}

.top__inner--contact .__checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.top__inner--contact .__checkbox label {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0%;
    color: white;
}

.top__inner--contact .__checkbox label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 3px;
}

.top__inner--contact .__checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}