* {
    color: #191919;
    font-family: "Noto Sans JP", sans-serif;
}
html.kirasup {
    margin-top: 0!important;
}
html, body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    letter-spacing: 2px;
}
a {
    text-decoration: none!important;
    transition: .3s;
}
a:hover {
    opacity: .75;
    text-decoration: none;
}
.c-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.8;
    color: #000000;
}
.u-text--right {
    text-align: right;
}
.u-text--center {
    text-align: center;
}
.u-text--center > p {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
}
.u-text--center > p span {
    position: relative;
}
.u-text--center > p span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -25px;
    width: 16px;
    height: 2px;
    background-color: #000;
    transform: rotate(75deg) translateY(-50%);
}
.u-text--center > p span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -25px;
    width: 16px;
    height: 2px;
    background-color: #000;
    transform: rotate(-75deg) translateY(-50%);
}
.u-color--dgray {
    color: #363636;
}
.p-flow__days.u-text--center > p span::before,
.p-flow__days.u-text--center > p span::after {
    content: none;
}
.c-button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 470px;
    padding: 25px 0;
    line-height: 1.5;
    font-size: 32px;
    font-weight: bold;
    border-radius: 48px;
    background-color: #f88035;
    cursor: pointer;
}
.c-button._mv {
    width: 540px;
    padding: 21px 0;
}
.c-button._red {
    background-color: #d10409;
}
.c-button._sample {
    width: 672px;
    padding: 26px 0;
}
.c-button._docu {
    width: 522px;
}
.c-button._dl {
    width: 496px;
    margin-right: 44px;
    padding: 21.5px 0;
}
.c-button._contact {
    width: 432px;
    padding: 21.5px 0;
}
.c-button > span {
    position: relative;
    align-content: center;
    color: #fff;
}
.c-button::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}
.c-button > img {
    width: 33px;
    padding-right: 8px;
}
.c-button > img.sm {
    width: 28px;
}
.l-header {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    align-content: center;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-header__logo img {
    width: 135px;
    vertical-align: middle;
}
.l-header__menu {

}
.l-header__btn {
    display: inline-block;
    text-align: center;
    width: 170px;
    padding: 9px 0;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-color: #f88035;
}
.l-header__btn._red {
    background-color: #d10409;
}
.p-mv {
    display: flex;
    justify-content: center;
    height: 580px;
    margin: 0 auto;
    background: url(../images/kirasup/bg_mv.png) top center / cover no-repeat;
    overflow: hidden;
}
.p-mv__left {
    position: relative;
    max-width: 740px;
    margin-right: 20px;
    transform: translateY(70px);
}
.p-mv__left::after {
    /* position: absolute;
    content: "";
    bottom: -10%;
    right: -54%;
    display: block;
    width: 473px;
    height: 566px;
    background: url(../images/kirasup/mv_01.png) top center / cover no-repeat; */
}
.p-mv__right {
    align-content: center;
}
.p-mv__right img {
    width: 473px;
    height: auto;
}
.p-mvContent {
    margin: 0 0 0 auto;
    padding: 0 0 60px 0;
}
.p-mvContent h1 {
    margin-bottom: 28px;
    font-size: 46px;
    line-height: 1.35;
    letter-spacing: 3px;
    font-weight: 600;
    color: #e94356;
}
.p-mvContent > p {
    font-size: 18px;
}
.p-mv .c-feature__list {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
    margin: 0 auto;
}
.p-mv .c-feature__items {
    box-sizing: border-box;
    max-width: 220px;
    padding: 0 23px;
}

.p-mv .c-feature__items img {
    width: 37px;
}
.p-mv .c-feature__items img.sm {
    width: 31px;
}
.p-mv .c-feature__content.lg {
    transform: translateX(-5px);
}
.p-mv .c-feature__content h3 {
    display: inline-block;
    min-width: 110px;
    margin-bottom: 5px;
    font-size: 11px;
}
.p-mv .c-feature__content h3.sm {
    min-width: 95px;
}
.p-mv .c-feature__content span {
    font-size: 40px;
}
.p-mv .c-feature__content p span.text,
.p-mv .c-feature__content p.area span.br {
    font-size: 20px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}
.p-logo {
    background-color: #fff;
}
.p-logo__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0 50px;
    padding: 10px 0;
}
.p-logo__items {
    align-content: center;
    line-height: 1;
}
.p-logo__items img {
    width: 100%;
    max-width: 177px;
}
.p-logo__items.ashikaga  img {
    max-width: 158px;
}
.p-logo__items.casio img {
    max-width: 150px;
}
.p-logo__items.nichimou img {
    max-width: 246px;
}
.p-logo__items.hitachi img {
    max-width: 117px;
}
.p-logo__items.nec  img{
    max-width: 166px;
}
.p-logo__items.wingarc img {
    max-width: 163px;
}
.p-logo__items.fuji img {
    max-width: 90px;
}
.p-logo__items.kenporen img {
    max-width: 106px;
}
.p-service {
    padding: 60px 0;
    background-color: #ffede2;
}
.p-service .c-title {
    position: relative;
    margin-bottom: 50px;
}
.p-service .c-title::after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 33px;
    height: 3px;
}
.p-service__wrapper {
    max-width: 1100px;
    margin: 0 auto 40px;
}
.p-service__img {
    text-align: center;
    align-content: center;
    padding: 30px 10px 10px;
}
.p-service__list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 1100px;
    margin: 0 auto 32px;
}
.p-service__items {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    width: 260px;
    border-radius: 20px;
    box-shadow: 0px 2px 6px #f880354D;
    background-color: #fff;
}
.p-service__items img {
    width: 241px;
    vertical-align: top;
}
.p-service__items img.casio {
    width: 188px;
}
.p-service__items img.negros {
    width: 208px;
}
.p-service__items img.ashikaga {
    width: 221px;
}
.p-service__content {
    padding: 20px 0;
}
.p-service__content h3 {
    display: block;
    text-align: center;
    margin-bottom: 12px;
    padding: 3px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #e56365;
}
.p-service__content p {
    padding: 0 19px;
    font-size: 18px;
}
.p-service__banner {
    display: block;
    max-width: 925px;
    margin: 0 auto 40px;
}
.p-service__banner img {
    width: 100%;
}
.p-worry {
    padding: 70px 0 240px;
    background: url(../images/kirasup/bg-worry.png) top center / cover no-repeat;
}
@media screen and (min-width: 1920px) {
    .p-worry {
        padding-bottom: clamp(240px, 15vw, 500px);
    }
}
.p-worry .c-title {
    margin-bottom: 55px;
}
.p-worry__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 1000px;
    margin: 0 auto;
}
.p-worry__items {
    position: relative;
    display: inline-block;
    height: 112px;
    align-content: center;
}
.p-worry__items p {
    position: absolute;
    content: "";
    top: 47%;
    left: 51%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}
.p-worry__items p span {
    background-color: #fdffc8;
}
.p-worry__items:first-of-type {
    width: 980px;
    background: url(../images/kirasup/bg-worry01.png) top center / 87% auto no-repeat;
}
.p-worry__items:nth-of-type(2) p {
    left: 49%;
}
.p-worry__items:nth-of-type(3) p {
    top: 45%;
}
.p-worry__items:nth-of-type(2) {
    width: 896px;
    background: url(../images/kirasup/bg-worry02.png) top center / 87% auto no-repeat;
}
.p-worry__items:nth-of-type(3) {
    width: 796px;
    height: 95px;
    transform: translateX(162px);
    background: url(../images/kirasup/bg-worry03.png) top center / 84% auto no-repeat;
}
.p-worry__content {
    width: 834px;
    margin: 0 auto 65px;
}
.p-worry__bottom {
    transform: translateY(190px);
}
@media screen and (min-width: 1920px) {
    .p-worry__bottom  {
        transform: translateY(clamp(190px, 15vw, 320px));
    }
}
.p-worry__content .c-title {
    margin-bottom: 30px;
    color: #ff6200;
}
.p-worryLogo .c-title {
    margin-bottom: 35px;
    color: #ff6200;
}
.p-worryLogo .c-title span {
    color: #000;
}
.p-worry .p-healthPoint__list {
    padding: 54px 24px 54px 96px;
    border: 4px solid #f88035;
    border-radius: 35px;
    background-color: #fff;
}
.p-worry .p-healthPoint__list .p-healthPoint__items p {
    font-weight: 500;
}
.p-worry .p-healthPoint__list .p-healthPoint__items p span {
    background-color: #fdffc8;
}
.p-worryLogo__list {
    display: grid;
    justify-content: center;
    grid-template-columns: 413px 187px 126px 109px;
    gap: 20px;
}
.p-worryLogo__items img {
    width: 100%;
    height: auto;
}
.p-effect {
    padding: 65px 0 75px;
    background-color: #fff0f1;
}
.p-effect .c-title {
    position: relative;
    margin-bottom: 45px;
}
.p-effect__list {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 1020px;
    margin: 0 auto 48px;
    padding: 0 20px;
}
.p-effect__items {
    display: grid;
    grid-row: span 2;
    gap: 0;
    width: 325px;
    height: 320px;
    border-radius: 20px;
    box-shadow: 0px 2px 6px #f880354D;
}
.p-effect__items:first-of-type {
    background: url(../images/kirasup/effect-img01.png) top center / cover no-repeat;
}
.p-effect__items:nth-of-type(2) {
    background: url(../images/kirasup/effect-img02.png) top center / cover no-repeat;
}
.p-effect__items:nth-of-type(3) {
    background: url(../images/kirasup/effect-img03.png) top center / cover no-repeat;
}
.p-effect__items h3 {
    width: 98%;
    height: 147px;
    align-content: center;
    text-align: center;
    font-size: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
}
.p-effect__items h3 span {
    color: #e93a4e;
}
.p-effect__items h3 span.underline {
    text-decoration: underline;
    text-underline-offset: 7px;
}
.p-health {
    text-align: center;
    padding: 130px 0;
}
.p-health__title {
    position: relative;
    display: inline-block;
    margin-bottom: 55px;
    font-size: 28px;
    color: #e93a4e;
}
.p-health__title::after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 24px;
    background: url(../images/kirasup/bg_health_title.png) top center / cover no-repeat;
}
.p-health__text {
    margin-bottom: 54px;
    font-size: 28px;
    font-weight: 500;
}
.p-health__text span {
    text-decoration: underline;
    text-underline-offset: 7px;
}
.p-healthIntro {
    display: flex;
    max-width: 960px;
    margin: 0 auto 50px;
}
.p-healthIntro > img {
    width: 254px;
    height: 100%;
    margin-right: 34px;
}
.p-healthIntro__content {
    width: calc(100% - 288px);
}
.p-healthIntro__content > p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}
.p-healthIntro__items {
    text-align: left;
    margin-bottom: 28px;
    padding: 20px 60px;
    border: 2px dotted #e93a4e;
    background-color: #fff6f7;
}
.p-healthIntro__items > span {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 18px;
    color: #e93a4e;
}
.p-healthIntro__items > h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
}
.p-healthIntro__items > h4 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
}
.p-healthIntro__items > p {
    font-size: 16px;
}
.p-healthPoint {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 95px 120px 75px;
    border: 3px solid #d10409;
    border-radius: 30px;
}
.p-healthPoint img {
    width: 100%;
    margin-bottom: 60px;
}
.p-healthPoint__list {
    text-align: left;
    margin-bottom: 55px;
}
.p-healthPoint__items {
    font-size: 20px;
    margin-bottom: 25px;
}
.p-healthPoint__items:last-of-type {
    margin-bottom: 0;
}
.p-healthPoint__items p {
    position: relative;
}
.p-healthPoint__items p::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url(../images/kirasup/check-icon.png) top center / cover no-repeat;
}
.p-healthPoint__items p span {
    background-color: #ffe6e9;
}
.p-healthPoint__text {
    margin-bottom: 44px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #e30821;
}
.c-feature {
    padding: 90px 0 80px;
    background: url(../images/kirasup/bg-window.png) top center / cover no-repeat;
}
.c-feature .c-title {
    margin-bottom: 45px;
}
.c-feature__list {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 30px;
    max-width: 1020px;
    margin: 0 auto 80px;
}
.c-feature__items {
    position: relative;
    align-content: center;
    width: 268px;
    height: 268px;
    border-radius: 50%;
    border: 2px dotted #ff6200;
    background-color: #fff;
}
.c-feature__items img {
    display: block;
    width: 68px;
    margin: 0 auto;
}
.c-feature__items img.lg {
    width: 100px;
}
.c-feature__content {
    text-align: center;
}
.c-feature__content h3 {
    display: inline-block;
    text-align: center;
    min-width: 130px;
    margin-bottom: 5px;
    padding: 3px 7px;
    border-radius: 16px;
    font-size: 22px;
    font-weight: bold;
    color: #ff6200;
}
.c-feature__content h3.lg {
    margin-bottom: 18px;
}
.c-feature__content p {
    color: #D01123;
    line-height: 1;
}
.c-feature__content span {
    align-content: center;
    font-size: 66px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #D01123;
}
.c-feature__content span.text {
    font-size: 27px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}
.c-feature__content p.area {
    display: flex;
    justify-content: center;
}
.c-feature__content p.area span.br {
    font-size: 23px;
}
.c-featureComment__list {
    width: 100%;
    max-width: 890px;
    text-align: center;
    margin: 0 auto;
}
.c-featureComment__items {
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0 auto 18px -30px;
    padding: 23px 37px;
    border-radius: 35px;
    box-shadow: 0px 0px 6px #ccc;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    transform: translateX(-30px);
}
.c-featureComment__items:nth-of-type(2) {
    transform: translateX(70px);
}
.c-featureComment__items:nth-of-type(3) {
    transform: translateX(-80px);
}
.c-featureComment__items:nth-of-type(4) {
    transform: translateX(90px);
}
.c-feature__btn {
    margin-top: -60px;
}
.c-feature__btn > img:first-of-type {
    transform: translateX(-30px);
}
.c-feature__btn > img:last-of-type {
    transform: translate(90px, -16px);
}
.p-cta {
    padding: 70px 0 95px;
    background-color: #fff;
}
.p-flow {
    box-sizing: border-box;
    max-width: 1080px;
    margin: 0 auto 85px;
}
.p-flow .c-title {
    margin-bottom: 55px;
}
.p-flow__text {
    text-align: center;
    margin-bottom: 38px;
    font-size: 16px;
}
.p-flow__list {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 4px;
    row-gap: 4px;
}
.p-flow__list p::before {
    position: absolute;
    content: "";
    top: 52.5px;
    left: 0;
    width: calc(100% - 160px);
    height: 1px;
    background-color: #e56365;
    z-index: 0;
}
.p-flow__items p {
    width: 105px;
    height: 105px;
    margin-bottom: 35px;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    font-weight: 500;
    color: #fff;
    background-color: #e56365;
}
.p-flow__items p.u-text--center {
    margin: 0 auto 35px;
}
.p-flow__items span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 32px;
    color: #fff;
}
.p-flow__items h3 {
    margin-bottom: 18px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #e56365;
}
.p-flow__items h3.indent {
    padding-left: 14px;
}
.p-flow__items img {
    width: 130px;
    aspect-ratio: 130 / 65;
}
.p-flow__days {
    width: 1020px;
    height: 80px;
    margin-bottom: 35px;
    transform: translateX(-40px);
    background: url(../images/kirasup/yazirushi.png), left -40px center / contain no-repeat;
}
.p-flow__days p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-top: -8px;
    margin-bottom: 0;
    font-size: 24px;
}
.p-flow__days p span {
    margin-top: 20px;
}
.p-price {
    text-align: center;
    padding: 35px 0 45px;
    background-color: #ffede2;
}
.p-price .c-title {
    margin-bottom: 25px;
}
.p-price p {
    margin-bottom: 35px;
}
.p-price p {
    font-size: 18px;
}
.p-faq {
    padding: 70px 0 0;
}
.p-faq .c-title {
    margin-bottom: 55px;
}
.p-faq__wrapper {
    max-width: 1034px;
    margin: 0 auto 87px;
}
.p-faq__content:not(:first-of-type) {
    margin-top: 35px;
}
.p-faq__question {
    display: flex;
    align-items: center;
    padding: 30px 35px;
    background-color: #ffe9c2;
}
.p-faq__question > img,
.p-faq__answer > img {
    margin-right: 24px;
}
.p-faq__question p {
    align-content: center;
    font-size: 18px;
    font-weight: 600;
}
.p-faq__answer {
    display: flex;
    align-items: flex-start;
    padding: 25px 42px 25px 35px;
    background-color: #fff9ee;
}
.p-faq__answer p {
    align-content: center;
    font-size: 18px;
    color: #191919;
}
footer {
    text-align: center;
    padding: 0 0 60px;
    background-color: #fff;
}