@charset "euc-jp";
/* CSS Document */


/* ==========================================================================
 *    Base
 *       ========================================================================== */
 
body {
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro", HiraKakuPro-W3,Osaka,Helvetica,verdana, arial,sans-serif;
    margin: 0;
    padding: 0;
    color: #1A1A1A;
    line-height: 1.5;
}
body *{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#page_content {
    padding-top: 85px;
}
button{
  cursor: pointer;
}
a{
  transition: opacity .08s;
  text-decoration: none;
  color: #1A1A1A;
}
a:hover{
  opacity: 0.8;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.container {
    width: 960px;
    margin: 0 auto;
}

/* ==========================================================================
 *    Layout
 *       ========================================================================== */

.l-wrapper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.p-floate {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 382px;
  height: 167px;
  display: none;
}
.p-floate.show {
    display: block !important;
}

.p-floate.sp_show {
    width: 100%;
    height: auto;
    display: none !important;
}
.p-floate.sp_show a {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    padding: 10px 16px;
    position: relative;
}
.p-floate.sp_show a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
}
.p-floate.sp_show a.left {
    background: #DC0000;
}
.p-floate.sp_show a.right {
    background: #F39E12;
}
.p-floate.sp_show .pic {
    width: 70%;
    margin-bottom: 10px;
}
.p-floate.sp_show .pic img {
    width: 100%;
    height: auto;
}

/* Hero Section */
.p-hero {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 84px 0 51px; 
    text-align: center;
    position: relative; 
    z-index: 5; 
    
}
.p-hero--1{
  width: 500.2px;
  margin-left: 46px;
  padding-top: 7px;
}
.p-hero--2{
  width: 379px;
  text-align: left;
}
.p-hero__catchphrase {
   width: 96.56%;
   margin-bottom: 15px;
}
.p-hero__catchphrase img {
    width: 100%;
    height: auto;
}

.p-hero__cta {
    margin-bottom: 16px;
}
.p-hero__cta a {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 39px;
    position: relative;
}
.p-hero__cta a::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 6.86%;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.p-hero__prompt {
    font-size: 8px;
    line-height: 12px;
    color: #1A1A1A;
}

.c-button {
    display: inline-block;
    padding: 17px 30px 14px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.c-button--primary {
    background-color: #DC0000;
    color: #FFFFFF;
}

.p-hero__description {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.05px;
    color: #1A1A1A;
    margin-bottom: 16px;
}
.p-hero__description sup {
    font-size: 6px;
    margin-left: -8px;
}

/* Features Section */
.p-features {
    padding: 54px 0 0;
    text-align: center;
    position: relative;
    z-index: 5;
    background-color: #FAFAFA;
}

.p-features__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 0.08px;
    font-family: 'Hiragino Kaku Gothic Std', sans-serif;
    /* margin-bottom: 20px; */

}

.p-features__list {
  /* display: flex;
 *   flex-direction: column;
 *     justify-content: flex-start; */
  background-color: #DC0000;
}

.p-features__list-content {
    margin: auto;
    /* width: 960px; */
    padding: 26px 0 11px;
}

.p-features__list-inner{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.p-features__note {
    font-weight: 300;
    font-size: 8px;
    line-height: 1.75em;
    letter-spacing: 3%;
    color: #1A1A1A;
    margin-bottom: 40px;
}

.c-feature-card {
    width: 23.95%; 
    height: 100px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    display: block;
    padding: 8px 0 17px;
    position: relative;
}

.c-feature-card::after {
    content: '';
    display: block;
    width: 6.5px;
    height: 6.5px;
    border-right: 2px solid #DC0000;
    border-bottom: 2px solid #DC0000;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.c-feature-card__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.c-feature-card__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25em;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 6px; */
}
.c-feature-card__title sup {
    font-size: 6px;
    font-weight: normal;
    position: relative;
    top: 5px;
    left: 1px;
}

.c-feature-card__description {
    height: 32px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-features__prompt {
    font-size: 8px;
    line-height: 14px;
    color: #fff;
    margin-top: 7px;
    text-align: left;
}

/* Process Section */
.p-process {
    padding: 80px 0 28px;
    position: relative;
    z-index: 5;
}

.p-process__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 40px;
}

.p-process__steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 715px;
    margin: 0 auto;
}

.c-step-card {
    width: 228px; 
    text-align: center;
    border: 1px solid #D7D7D7;
    border-radius: 12px;
    position: relative;
    padding-bottom: 10px;
}
.c-step-card .c-step-num {
    width: 58px;
    position: absolute;
    left: 22px;
    top: -22px;
}
.c-step-card .c-step-card__image-container {
    margin: 0 auto;
    height: 100px;
    box-sizing: border-box;
}
.c-step-card.card1 .c-step-card__image-container {
    width: 66px;
    padding-top: 14px;
}
.c-step-card.card2 .c-step-card__image-container {
    width: 78px;
    padding-top: 25px;
}
.c-step-card.card3 .c-step-card__image-container {
    width: 63px;
    padding-top: 28px;
}
.c-step-card img {
    width: 100%;
    height: auto;
}

.c-step-card__image-container {
    margin-bottom: 20px;
}

.c-step-card__image-container img {
    width: 100%;
    height: auto;
}

.c-step-card__step-number {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.15em;
    color: #DC0000;
}

.c-step-card__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
}

.c-step-card__description {
    font-size: 12px;
    line-height: 1.5em;
    color: #1A1A1A;
    padding: 0 23px;
    text-align: left;
}

.c-step-card-final {
    margin-top: 29px;
    font-family: 'Hiragino Kaku Gothic StdN', sans-serif;
}
.c-step-card-final .c-step-card-final-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-step-card-final .c-step-card-final-title img {
    width: 58px;
    margin-right: 11.5px;
}
.c-step-card-final .c-step-card-final-title p {
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    color: #DC0000;
}
.c-step-card-final__image-container {
    width: 462px;
    margin: 0 auto;
}
.c-step-card-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #1A1A1A;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* Benefits Section */
.p-benefits {
    padding: 91px 0 96px;
    background: url(https://img.goo-net.com/cache/lp/published/bg_benefits.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 5;
}

.p-benefits-merit.c-line__title {
    color: #fff;
    margin-bottom: 20px;
}
.p-benefits-merit.c-line__title .title-top {
    color: #fff;
    margin-bottom: 15px;
}
.p-benefits-merit.c-line__title .title-top::after {
    width: 129px;
    height: 12px;
    background: url(https://img.goo-net.com/cache/lp/published/img_line-white.png) no-repeat;
    background-size: 100% auto;
}
.p-benefits-merit__title {
    margin-bottom: 20px;
}
.p-benefits-merit__subtitle {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.p-benefits__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 40px;
}

.p-benefits__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* width: 960px;
 *     margin: 0 auto; */
}

.c-benefit-card {
    text-align: left;
    background: #fff;
    border-radius: 20px;
    padding: 40px 60px 44px;
}

.c-benefit-card.card2 {
    padding-bottom: 60px;
}

.c-benefit-card.card3 {
    padding-bottom: 37px;
}

.c-benefit-card__titleArea {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18.5px;
    text-align: left;
    font-family: 'Hiragino Kaku Gothic Std', sans-serif;
    margin-bottom: 12px;
}

.c-benefit-card__icon {
    width: 78px;
}

.c-benefit-card__image-container {
    flex-shrink: 0;
    width: 230px;
}

.c-benefit-card__image-container img {
    width: 100%;
    height: auto;
}

.c-benefit-card__content {
    flex-grow: 1;
}

.c-benefit-card__title {
    font-weight: 800;
    font-size: 44px;
    line-height: 60px;
}

.c-benefit-card__description {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.5em;
    color: #1A1A1A;
    margin-bottom: 8px;
    letter-spacing: 0.05px;
}

.c-benefit-card__note {
    font-weight: 300;
    font-size: 8px;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 14px;
    color: #1A1A1A;
    margin-bottom: 40px;
}

.card1 .c-benefit-card__img {
    width: 39.65%;
    margin: 0 auto;
}

.c-benefit-card__sub-list {
    display: flex;
    justify-content: space-evenly;
    padding: 44px 28px 32px 37px;
    background: #F1F1F1;
}

.c-benefit-card__sub-features {
    display: flex;
    justify-content: space-between;
}
.c-benefit-card__sub-features .c-sub-feature {
    flex-shrink: 0;
}
.sub-feature1 {
    width: 46%;
}
.sub-feature1 .c-sub-feature {
    width: 46.5%;
}
.sub-feature1 .c-sub-feature .feature-pic {
    width: 92.27%;
}
.sub-feature1 .c-sub-feature:first-child .feature-pic {
    width: 90.24%;
}
.sub-feature2 {
    width: 45.13%;
}
.sub-feature2 .c-sub-feature {
    width: 47.12%;
}
.sub-feature2 .c-sub-feature .feature-pic {
    width: 87.19%;
}
.sub-feature2 .c-sub-feature:first-child .feature-pic {
    width: 91.46%;
}
.c-sub-feature .feature-pic {
    width: 100%;
    height: 236px;
    display: flex;
    align-items: center;
    margin: 0 auto 13px;
}
.c-sub-feature img {
    width: 100%;
    height: auto;
}
.card2 .c-benefit-card__description,
.card3 .c-benefit-card__description {
    margin-bottom: 24px;
}
.card3 .c-benefit-card__sub-features {
}
.card3 .c-benefit-card__sub-features .c-sub-feature {
    text-align: left;
}
.card3 .c-benefit-card__sub-features .c-sub-feature:first-child {
    width: 51.67%;
}
.card3 .c-benefit-card__sub-features .c-sub-feature:last-child {
    width: 43.9%;
}
.card3 .c-sub-feature .feature-pic {
    height: auto;
    margin-bottom: 16px;
}

.c-sub-feature {
    text-align: center;
}

.c-sub-feature p:first-of-type {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.5em;
    margin-bottom: 8px;
}

.c-sub-feature p:last-of-type {
    font-weight: 300;
    font-size: 12px;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.33em;
}

/* Problems Section */
.p-problems {
    padding: 43.6px 0 49px;
    position: relative;
    z-index: 5;
}

.p-problems__inner {
    /* width: 960px;
 *     margin: 0 auto; */
}

.c-line__title {
    font-weight: 800;
    font-size: 45px;
    color: #DC0000;
    line-height: 55px;
    letter-spacing: 0.8px;
    text-align: center;
    font-family: 'Hiragino Kaku Gothic Std', sans-serif;
    margin-bottom: 31px;
}
.c-line__title .title-top {
    position: relative;
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
    line-height: 31px;
    letter-spacing: 0.8px;
    color: #1A1A1A;
    padding-bottom: 20px;
    margin: 0 auto 8px;
    display: flex;
    align-items: flex-start;
}
.c-line__title .title-top img {
    width: 21.5px;
    margin-left: 10px;
    /* display: inline-block; */
}
.c-line__title .title-top::after {
    content: '';
    display: block;
    width: 229.35px;
    height: 12px;
    background: url(https://img.goo-net.com/cache/lp/published/img_line-black.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.p-problems__list {
    display: flex;
    justify-content: space-between;
    /* gap: 30px; */
    flex-wrap: wrap;
    width: 100%;
}

.c-problem-card {
    /* width: 230px; */
    padding: 17px 25px;
    text-align: center;
    background: #F1F1F1;
    text-align: left;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

.c-problem-card p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}

.c-problem-card span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
}

/* Solution Section */
.p-solution {
    padding: 46px 0 0;
    position: relative;
    z-index: 5;
}
.p-solution__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 40px;
}
.p-solution__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c-solution-item {
    width: 48.95%;
    text-align: center;
    border-radius: 20px;
}
.c-solution-item a {
    padding: 20px 28px 11px;
    display: block;
    width: 100%;
}

.c-solution-item .item-main {
    padding: 0 12px;
}

.c-solution-item img {
    width: 100%;
    height: auto;
}
.c-solution-item .top-icon {
    margin-bottom: 28px;
    
}
.c-solution-item .icon-logo1 {
    width: 33.36%;
}
.c-solution-item .icon-logo2 {
    width: 32.14%;
}
.c-solution-item--1 {
    background-color: #DC0000;
}
.c-solution-item--2 {
    background-color: #F39E12;
}
.c-solution-item .pic-main {
    margin: 0 auto;
}
.c-solution-item--1 .pic-main {
    width: 81.3%;
    height: 224px;
    padding-top: 4px;
    box-sizing: border-box;
}
.c-solution-item--2 .pic-main {
    width: 84.65%;
    height: 224px;
    padding-top: 14px;
    box-sizing: border-box;
}
.c-solution-item .item-button {
    display: block;
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    border-radius: 10px;
    position: relative;
}
.c-solution-item .item-button::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    top: 50%;
}
.c-solution-item--1 .item-button {
    color: #DC0000;
}
.c-solution-item--1 .item-button::after {
    border-color: #DC0000;
    right: 8.48%;
    transform: translateY(calc(-50% - 3px)) rotate(45deg);
}
.c-solution-item--2 .item-button {
    color: #F39E12;
}
.c-solution-item--2 .item-button::after {
    border-color: #F39E12;
    right: 9.25%;
    transform: translateY(-50%) rotate(-45deg);
}
.c-solution-item p{
    color: #fff;
}
.c-solution-item .title {
    font-weight: 600;
    font-size: 30px;
    font-family: 'Hiragino Kaku Gothic Std',sans-serif;
    line-height: 1.4em;
    letter-spacing: 0.08px;
    margin-bottom: 18px;
}
.c-solution-item .title sup {
    font-size: 7px;
    font-weight: 600;
    position: relative;
    top: -8px;
}
.c-solution-item .title-prompt {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
}
.c-solution-item .small-prompt {
    font-size: 8px;
    line-height: 11px;
    text-align: left;
    margin-top: 6px;
}
/* Merits Section */
.p-merits {
    padding: 80px 0;
    position: relative;
    z-index: 5;
}

.p-merits__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 40px;
}

.p-merits__content {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.c-merit-card {
    width: 400px;
    text-align: center;
}

.c-merit-card img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.c-merit-card p:first-of-type {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    color: #1A1A1A;
    margin-bottom: 5px;
}

.c-merit-card p:last-of-type {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    color: #1A1A1A;
}

/* Process Steps Section */
.p-process-steps {
    padding: 60px 0;
    background-color: #FAFAFA;
    position: relative;
    z-index: 5;
}

.p-process-steps__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

.p-process-steps__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 40px;
}

.p-process-steps__images img {
    display: block;
    width: 100%;
    height: auto;
}

/* Campaigns Section */
.p-campaigns {
    padding: 80px 0;
    position: relative;
    z-index: 5;
}

.p-campaigns__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 40px;
}

.p-campaigns__items {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.c-campaign-item {
    width: 230px;
    text-align: center;
}

.c-campaign-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.c-campaign-item p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #1A1A1A;
}

/* CTA Footer */
.p-cta-area {
    text-align: center;
    position: relative;
}

.p-cta-area__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-cta-area__note {
    font-weight: 300;
    font-size: 8px;
    line-height: 14px;
    letter-spacing: 0.03px;
    color: #1A1A1A;
    margin-bottom: 60px;
}

.p-cta-area__button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    width: 836px;
    height: 166px;
    background-color: #DC0000;
    color: #fff;
    padding: 55px 66px 55px 60px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.3s ease;
    position: relative;
    margin-bottom: 80px;
}

.p-cta-area__button:hover {
    opacity: 0.8;
}
.p-cta-area__button::after {
    content: '';
    display: inline-block;
    width: 31.5px;
    height: 45.5px;
    background: url(https://img.goo-net.com/cache/lp/published/icon_arrow-right.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 66.33px;
    top: 50%;
    transform: translateY(-50%);
}
.p-cta-area__button .left {
    font-size: 32px;
    font-weight: bold;
}
.p-cta-area__button .right {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Inter',sans-serif;
}
.p-cta-area__button .right sup {
    font-size: 8px;
    font-weight: 600;
}
.p-cta-area__button .right span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 10px;
}

/* Footer */
.p-footer {
    padding: 40px 0;
    background-color: #FFFFFF; 
    text-align: center;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 1000px) {
    .p-features__title {
        font-size: 28px;
    }
    .container {
        width: 900px;
    }
    .c-solution-item a {
        padding: 20px 20px 11px;
    }
    .c-solution-item--1 .pic-main,
    .c-solution-item--2 .pic-main {
        height: 216px;
    }
    .c-problem-card {
        padding: 17px 15px;
    }
}

/* Responsive Adjustments */
@media (max-width: 959px) {
    a:hover {
      opacity: 1;
    }
    #page_content {
        padding-bottom: 65px;
        padding-top: 61px;
        background: #FAFAFA;
    }
    .container {
        width: 91.467%;
    }

    .p-features {
        padding: 24px 0 0;
    }

    .p-solution {
        padding: 24px 0 54px;
    }

    .p-solution__items {
        gap: 12px;
    }

    .c-solution-item  {
        width: 100%;
    }

    .c-solution-item a {
        padding: 20px 3.9% 5px;
    }

    .c-solution-item--2 {
        padding-bottom: 20px;
    }

    .c-solution-item .item-main {
        padding: 0;
    }

    .c-solution-item .top-icon {
        margin: 0 auto 12px;
    }

    .c-solution-item .icon-logo1 {
        width: 43.63%;
    }

    .c-solution-item .icon-logo2 {
        width: 42.05%;
    }

    .c-solution-item .title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .c-solution-item .title sup {
        top: -4px;
    }

    .c-solution-item .title-prompt {
        font-size: 11px;
        line-height: 20px;
    }

    .c-solution-item--1 .pic-main, 
    .c-solution-item--2 .pic-main {
        height: auto;
    }

    .c-solution-item--1 .pic-main {
        width: 44.9%;
    }

    .c-solution-item--2 .pic-main {
        width: 54.05%;
    }

    .c-solution-item .item-button {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        width: 89.77%;
        margin: 0 auto;
    }

     .c-solution-item--2 .item-button {
        position: relative;
        z-index: 1;
        margin-top: -24px;
     }


    .c-solution-item .item-button::after {
        width: 8px;
        height: 8px;
        transform: translateY(calc(-50% - 1px)) rotate(45deg);
    }

    .c-solution-item--2 .item-button::after {
        transform: translateY(-50%) rotate(-45deg);
    }

    .c-solution-item .small-prompt {
        width: 89.77%;
        margin: 4px auto 0;
    }

    .p-features__title {
        font-size: 16px;
    }

    .p-hero {
        padding: 14px 0 20px;
        width: 91.467%;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .p-hero--1 {
        width: 100%;
        margin: 0;
    }
    
    .p-hero--2 {
        width: auto;
    }
    
    .p-hero--1 img {
        width: 74.3%;
        margin: 0 auto;
    }

    .p-hero__catchphrase {
        width: 82.05%;
        margin: 0 auto 16px;
    }

    .p-hero__description  {
        font-size: 12px;
        padding: 0 4.8%;
        margin-bottom: 13px;
    }

    .p-hero__cta {
        margin-bottom: 12px;
    }

    .p-hero__cta a {
        font-size: 15px;
        text-align: center;
        padding: 14px 30px;
    }

    .p-hero__cta a::after {
        width: 8px;
        height: 8px;
        right: 7.14%;
    }

    .p-hero__prompt {
        text-align: left;
    }

    .p-features__list-content {
        padding: 14px 0;
    }

    .p-features__list-inner {
        row-gap: 10px;
        justify-content: space-between;
    }

    .c-feature-card {
        width: 48.1%;
        height: auto;
        padding: 12px 0 24px;
    }

    .c-feature-card__title {
        font-size: 15px;
        line-height: 20px;
    }

    .c-feature-card sup {
        font-size: 6px;
        font-weight: 300;
    }
    
    .c-feature-card__description {
        font-size: 10px;
        line-height: 14px;
        margin-top: 3px;
    }

    .c-feature-card::after {
        bottom: 8.75px;
    }

    .p-features__prompt {
        margin-top: 12px;
    }

    .p-problems {
        padding: 24px 0;
    }

    .c-line__title {
        font-size: 32px;
        line-height: 36px;
    }

    .c-line__title .title-top {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 13px;
    }

    .c-line__title .title-top::after {
        width: 100%;
        background: url(https://img.goo-net.com/cache/lp/published/img_line-black_sp.png) no-repeat;
        background-size: 100% auto;
        background-position: center bottom;
    }

    .c-line__title .title-top img {
        width: 13px;
        margin-left: 4px;
    }

    .p-problems__list {
        gap: 0;
        background: #F1F1F1;
    }

    .c-problem-card {
        width: 50%;
    }

    .c-problem-card:first-child,
    .c-problem-card:nth-of-type(4) {
        padding-right: 0;
        width: 46.6%;
    }
    .c-problem-card:last-child,
    .c-problem-card:nth-of-type(3) {
        padding-left: 0;
        width: 49.5%;
    }

    .c-problem-card span {
        font-size: 13px;
    }

    .c-problem-card p {
        font-size: 10px;
        line-height: 14px;
    }

    .p-benefits {
        background: url(https://img.goo-net.com/cache/lp/published/bg_benefits_sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 63px 0;
    }

    .p-benefits__list {
        gap: 28px;
    }

    .p-benefits-merit__title {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .p-benefits-merit.c-line__title {
        margin-bottom: 25px;
    }

    .p-benefits-merit.c-line__title .title-top {
        padding-bottom: 17px;
        margin-bottom: 9px;
    }

    .p-benefits-merit.c-line__title .title-top::after {
        width: 80px;
        height: 8px;
        background: url(https://img.goo-net.com/cache/lp/published/img_line-white_sp.png) no-repeat;
        background-size: 100% auto;
    }

    .p-benefits-merit__subtitle {
        padding: 0 8%;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.5px;
    }

    .c-benefit-card {
        padding: 28px 0;
    }

    .c-benefit-card.card2 {
        padding-bottom: 22px;
    }

    .c-benefit-card__titleArea,
    .c-benefit-card__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .c-benefit-card__titleArea {
        justify-content: flex-start;
        gap: 14px;
    }

    .c-benefit-card__icon {
        width: 65px;
    }

    .c-benefit-card__title {
        font-size: 22px;
        line-height: 28px;
    }

    .c-benefit-card__description {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 12px;
    }

    .c-benefit-card__note {
        line-height: 12px;
        margin-bottom: 12px;
    }

    .card1 .c-benefit-card__img {
        width: 65.56%;
    }

    .c-benefit-card__sub-list {
        flex-direction: column;
        gap: 16px;
    }

    .c-benefit-card__sub-list {
        padding: 21px 0 16px;
        /* margin-right: 5px; */
    }

    .c-benefit-card__sub-features {
        align-items: center;
    }

    .sub-feature1 .c-sub-feature,
    .sub-feature2 .c-sub-feature {
        width: 50%;
    }

    .c-sub-feature .feature-pic {
        /* height: auto; */
        justify-content: center;
    }

    .sub-feature1 .c-sub-feature .feature-pic {
        height: 176px;
    }

    .sub-feature2 .c-sub-feature .feature-pic {
        height: 189px;
    }

    .c-sub-feature img {
        height: 100%;
        width: auto;
    }

    .sub-feature1,
    .sub-feature2,
    .card3 .c-benefit-card__sub-features .c-sub-feature:first-child,
    .card3 .c-benefit-card__sub-features .c-sub-feature:last-child  {
        width: 100%;
    }

    .c-sub-feature p:first-of-type {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 5px;
    }

    .c-sub-feature p:last-of-type {
        font-size: 10px;
        line-height: 14px;
    }

    .card3 .c-benefit-card__sub-features {
        flex-direction: column;
        gap: 36px;
    }
    
    .card3 .c-sub-feature .feature-pic {
        margin-bottom: 10px;
    }

    .card3 .c-sub-feature p:first-of-type {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .p-process {
        background: #FAFAFA;
        padding: 38px 0 24px;
    }

    .p-process__title.c-line__title .title-top::after {
        width: 134px;
    }

    .p-process__steps {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        padding: 0 16px;
    }
    
    .c-step-card {
        width: calc(100% - 28px);
        margin-left: 28px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        gap: 6px;
        padding: 16px 0 16px 40px;
        background: #fff;
        text-align: left;
    }

    .c-step-card.card2 {
        /* padding-right: 20px; */
    }

    .c-step-card .c-step-num {
        left: -28px;
        top: 50%;
        transform: translateY(-50%);
    }

    .c-step-card__content {
        width: 65%;
        flex-shrink: 0;
    }

    .c-step-card .c-step-card__image-container {
        height: auto;
        flex-shrink: 0;
    }
    .c-step-card.card1 .c-step-card__image-container,
    .c-step-card.card2 .c-step-card__image-container,
    .c-step-card.card3 .c-step-card__image-container {
        padding-top: 0;
        margin: initial;
    }

    .c-step-card-final {
        margin-top: 12px;
    }

    .c-step-card-final .c-step-card-final-title p {
        font-size: 32px;
    }

    .c-step-card-final__image-container {
        width: 72.53%;
    }
    .c-step-card-text {
        margin: 0 32px;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .p-cta-area__content {
        margin: 0 32px;
    }

    .p-cta-area__button {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 51px 77px 50px 20px;
        text-align: left;
        margin-bottom: 40px;
    }
    .p-cta-area__button:hover {
      opacity: 1;
    }

    .p-cta-area__button::after {
        width: 15px;
        height: 23.5px;
        right: 20px;
    }

    .p-cta-area__button .left {
        font-size: 28px;
        line-height: 38px;
    }

    .p-cta-area__button .left span {
        display: none;
    }

    .p-cta-area__button .right {
        font-size: 12px;
        line-height: 16px;
    }

    .p-cta-area__button .right span {
        font-size: 10px;
        font-weight: 300;
    }

    .p-cta-area__button .right  .p-cta-area__note {
        color: #fff;
        line-height: 12px;
        margin: 20px 0 0;
    }
    .p-floate {
        display: none !important;
    }
    .p-floate.sp_show.show {
        display: flex !important;
    }
    .p-floate.sp_show a {
        padding: 10px;
        font-size: 12px;
    }
    .c-step-card__description {
        padding: 0;
    }

}



