@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;
}

.floating-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 118px;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 30px;
}
.floating-btn .p-floate {
    display: block;
    width: 100%;
    max-width: 458px;
    position: relative;
    margin: 0 auto;
    border-bottom: 6px solid #9C0303;
    color: #fff;
    background-color: #DC0000;
    padding: 13px 30px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.3s ease;
}
.floating-btn .p-floate::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);
}
.floating-btn .p-floate:hover{
    opacity: initial;
}
.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;
    text-align: center;
    position: relative; 
    z-index: 5; 
    
}
.p-hero--1{
  width: 537px;
}
.p-hero--2{
  width: 594px;
  text-align: left;
  padding-top: 40px;
}
.p-hero__catchphrase {
   width: 100%;
   margin-bottom: 22px;
}
.p-hero__catchphrase img {
    width: 100%;
    height: auto;
}

.p-hero__cta {
    margin-bottom: 16px;
}
.p-hero__cta a {
    display: block;
    width: 100%;
    max-width: 458px;
    text-align: center;
    padding-left: 39px;
    position: relative;
    margin: 0 auto;
    border-bottom: 12px solid #9C0303;
}
.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: 22px;
    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 {
    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__contact{
    font-family: 'Hiragino Kaku Gothic Std', sans-serif;
    background: #404040;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.p-features__contact .p-features__tel{
    font-size: 24px;
}
.p-features__contact .p-features__tel a{
    color: #fff;
}
.p-features__contact .p-features__tel span{
    font-size: 34px;
    margin: 0 30px 0 50px;
    position: relative;
    color: #fff;
}
.p-features__contact .p-features__tel span::before{
    content: "";
    background: url(../img/call.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 3px;
    margin-top: -6px;
    vertical-align: middle;
}
.p-features__contact .p-features__time{
    border: 1px solid #fff;
    padding: 7px 12px;
    font-size: 18px;
}
.p-features__contact .p-features__time span{
    font-size: 22px;
    font-family: "Arial Black";
}
.p-features__list {
  /* display: flex;
 *   flex-direction: column;
 *     justify-content: flex-start; */
  background-color: #DC0000;
}

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

.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: 138px;
    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: 13px;
    height: 13px;
    border-right: 4px solid #DC0000;
    border-bottom: 4px solid #DC0000;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.c-feature-card__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}


.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: 16px;
    line-height: 1.25em;
    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: 64px 0 80px;
    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: 80px;
}
.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: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.44px;
}

.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: 80px;
    /* width: 960px;
 *     margin: 0 auto; */
}

.c-benefit-card {
    text-align: left;
    background: #fff;
    border-radius: 20px;
    padding: 64px 60px 64px;
    position: relative;
}
.c-benefit-card::before{
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 84px;
    height: 84px;
    transform: translateX(-50%);
}
.c-benefit-card.card1::before{
    background: url(../img/icon_merit_01.png) no-repeat;
    background-size: 100% 100%;
}
.c-benefit-card.card2::before{
    background: url(../img/icon_merit_02.png) no-repeat;
    background-size: 100% 100%;
}
.c-benefit-card.card3::before{
    background: url(../img/icon_merit_03.png) no-repeat;
    background-size: 100% 100%;
}
.c-benefit-card.card4::before{
    background: url(../img/icon_merit_04.png) no-repeat;
    background-size: 100% 100%;
}
.c-benefit-card.card5::before{
    background: url(../img/icon_merit_05.png) no-repeat;
    background-size: 100% 100%;
}
.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: 84px;
}

.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;
    text-align: center;
}

.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: 32px;
    letter-spacing: 0.9px;
}

.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 {
    padding: 0 38px;
}

.c-benefit-card__sub-features {
    display: flex;
    justify-content: space-between;
}
.c-benefit-card__sub-features .c-sub-feature {
    flex-shrink: 0;
}
.sub-feature1 {
    
}
.sub-feature1 .c-sub-feature {
    width: 47%;
    padding: 24px;
    border-radius: 8px;
    border: 2px solid #D7D7D7;
    text-align: center;
}
.sub-feature1 .c-sub-feature .feature-pic {
    width: 92.27%;
}
.sub-feature1 .c-sub-feature:first-child .feature-pic {
    width: 203px;
}
.sub-feature1 .c-sub-feature:last-child .feature-pic {
    width: 310px;
}
.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%;
    display: flex;
    align-items: center;
    margin: 0 auto 16px;
}
.c-sub-feature img {
    width: 100%;
    height: auto;
}
.card2 .c-benefit-card__description,
.card3 .c-benefit-card__description {
    margin-bottom: 32px;
}
.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: 39%;
}
.card3 .c-benefit-card__sub-features .c-sub-feature:last-child {
    width: 57%;
}
.card3 .c-sub-feature .feature-pic {
    height: auto;
    margin-bottom: 16px;
}
.card5 .c-benefit-card__sub-features {
    display: block;
}
.card5 .sub-feature1 .c-sub-feature{
    width: 100%;
    display: flex;
    padding: 0;
    margin-bottom: 24px;
}
.card5 .sub-feature1 .c-sub-feature:last-child{
    margin: 0;
}
.card5 .c-benefit-card__sub-list{
    display: block;
    padding: 0;
}
.card5 .sub-feature1 .c-sub-feature .feature-pic{
    width: 38%;
    margin: 0;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.card5 .feature-txt{
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 63%;
    text-align: left;
    border-left: 1px solid #D7D7D7;
}








.c-sub-feature p:first-of-type {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.5em;
    margin-bottom: 8px;
}
.c-benefit-card.card2 .c-sub-feature p:first-of-type{
    position: relative;
    margin: 25px 0px 10px;
}
.c-benefit-card.card2 .c-sub-feature p:first-of-type span{
    position: relative;
}
.c-benefit-card.card2 .c-sub-feature p:first-of-type span::before{
    content: "";
    position: absolute;
    top: -10px;
    left: -40px;
    background: url(../img/logo_goobikekantei.png) no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 42px;
}
.c-benefit-card.card2 .c-sub-feature:last-child p:first-of-type span::before{
    content: "";
    position: absolute;
    top: -10px;
    left: -51px;
    background: url(../img/logo_goobikehosho.png) no-repeat;
    background-size: 100% 100%;
    width: 49px;
    height: 42px;
}
.c-sub-feature p:last-of-type {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* 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;
    gap: 5px;
    width: 100%;
}

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

.c-problem-card p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    letter-spacing: 0.7px;
}

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

/* Solution Section */
.p-solution {
    padding: 40px 0;
    position: relative;
    z-index: 5;
    background: #F4F4F4;
}
.p-solution__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 24px;
    font-family: 'Hiragino Kaku Gothic Std', sans-serif;
}
.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 40px;
    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: 37%;
    margin: 0 auto 28px;
}
.c-solution-item .icon-logo2 {
    width: 37%;
    margin: 0 auto 28px;
}
.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(-50%) 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: center;
    gap: 48px;
    width: 960px;
    height: 140px;
    background-color: #DC0000;
    color: #fff;
    padding: 48px 43px;
    border: none;
    border-radius: 20px;
    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: 40px;
    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 p{
    font-size: 20px;
}
.p-cta-area__button .right span {
    display: block;
    font-size: 18px;
    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-top: 61px;
        background: #FAFAFA;
    }
    .container {
        width: 91.467%;
    }

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

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

    .p-solution__items {
        gap: 20px;
    }

    .c-solution-item  {
        width: 100%;
        border-radius: 10px;
    }

    .c-solution-item a {
        padding: 20px 16px;
    }

    .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: 72px;
        line-height: 72px;
        font-size: 18px;
        margin: 0 auto;
    }

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


    .c-solution-item .item-button::after {
        width: 8px;
        height: 8px;
    }

    .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 {
        width: 100%;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .p-hero--1 {
        width: 100%;
        margin: 0;
    }
    
    .p-hero--2 {
        width: auto;
        padding: 0;
    }
    
    .p-hero--1 img {
        width: 98%;
        margin: 0 auto;
    }
    .p-hero--1 .btn-title{
        width: 51%;
        margin: 10px 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: 30px;
    }

    .p-hero__cta a {
        font-size: 18px;
        text-align: center;
        padding: 10px 30px;
        width: 90%;
        border-bottom: 8px solid #9C0303;
    }

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

    .p-hero__prompt {
        text-align: left;
    }
    .p-features__contact{
        display: block;
    }
    .p-features__contact .p-features__tel span{
        display: block;
        margin: 10px auto;
        width: 320px;
        font-size: 32px;
        color: #fff;
        white-space: nowrap;
    }

    .p-features__list-content {
        padding: 24px 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__content{
        gap: 0px;
    }
    .c-feature-card__title {
        font-size: 14px;
        line-height: 20px;
    }

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

    .c-feature-card::after {
        bottom: 8.75px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #DC0000;
        border-bottom: 2px solid #DC0000;
    }

    .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;
        display: block;
    }

    .c-problem-card {
        margin-bottom: 24px;
        padding: 15px 15px;
    }



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

    .c-problem-card p {
        font-size: 16px;
    }

    .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: 80px;
    }

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

    .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: 14px;
        line-height: 24px;
        letter-spacing: 1.12px;
    }

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

    .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 {
        
    }

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

    .c-benefit-card__title {
        font-size: 24px;
        line-height: 28px;
        line-height: 30px;
        letter-spacing: 1.92px;
    }

    .c-benefit-card__description {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 12px;
        line-height: 21px;
        letter-spacing: 0.7px;
    }

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

    .card1 .c-benefit-card__img {
        width: 90%;
    }
    .card1 .c-benefit-card__img img{
        margin: 0 auto;
    }
    .c-benefit-card__sub-list {
        flex-direction: column;
        gap: 16px;
    }

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

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

    .sub-feature1 .c-sub-feature,
    .sub-feature2 .c-sub-feature {
        width: 100%;
        margin-bottom: 24px;
    }
    .sub-feature1 .c-sub-feature:last-child{
        margin: 0;
    }
    .sub-feature2 .c-sub-feature{
        margin: 0;
    }
    .c-sub-feature .feature-pic {
        /* height: auto; */
        justify-content: center;
    }
    .sub-feature1 .c-sub-feature:last-child .feature-pic{
        width: 100%;
    }
    .c-benefit-card.card2 .c-sub-feature:last-child p:first-of-type::before{
        content: "";
        position: absolute;
        top: -10px;
        left: 27px;
        width: 40px;
        height: 35px;
    }
    .sub-feature1 .c-sub-feature .feature-pic {
        
    }

    .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-benefit-card.card2 .c-sub-feature p:first-of-type{
        margin: 20px 0px;
    }
    .c-benefit-card.card2 .c-sub-feature p:first-of-type::before{
        content: "";
        position: absolute;
        top: -12px;
        left: 33px;
        width: 34px;
        height: 35px;
    }
    .c-sub-feature p:first-of-type {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 5px;
    }

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

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

    .card3 .c-sub-feature p:first-of-type {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .card4 .c-sub-feature{
        padding: 0 15px;
    }
    .card5 .sub-feature1 .c-sub-feature{
        border: none;
        display: block;
        margin-bottom: 32px;
    }
    .card5 .sub-feature1 .c-sub-feature .feature-pic{
        width: 100%;
        margin-bottom: 10px;
        border: 2px solid #D7D7D7;
        border-radius: 0;
    }
    .card5 .feature-txt{
        width: 100%;
        padding: 0;
        border: none;
    }













    .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;
    }

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

    .p-cta-area__button {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 28px 100px 28px 20px;
        text-align: left;
        margin-bottom: 40px;
        border-radius: 10px;
    }
    .p-cta-area__button .right p{
        font-size: 12px;
    }
    .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;
        margin: 0;
    }

    .p-cta-area__button .right  .p-cta-area__note {
        color: #fff;
        line-height: 12px;
        margin: 20px 0 0;
    }
    .floating-btn{
        height: 86px;
        padding-top: 19px;

    }
    .floating-btn .p-floate{
        display: block;
        width: 90%;
        padding: 10px 30px;
        border-bottom: 8px solid #9C0303;
        font-size: 18px;
    }
    .p-floate.sp_show.show {
        display: flex !important;
    }
    .p-floate.sp_show a {
        padding: 10px;
        font-size: 12px;
    }
    .c-step-card__description {
        padding: 0;
    }

}



