<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
    margin-bottom: 81px;
    padding-left: 5.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4 url(../../img/uxui/index/mv_bg.png) no-repeat center center / cover;
    position: relative;
}
.mainVisual::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 36%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.mainVisual .textBox {
    margin: 45px 0 35px 0;
    width: 53.7%;
    z-index: 100;
}
.mainVisual .textBox .title {
    margin-bottom: 22px;
    color: #EA3800;
    font-size: 8rem;
    line-height: 120%;
}
.mainVisual .textBox .title small {
    margin-bottom: -5px;
    display: block;
    font-size: 3.2rem;
}
.mainVisual .textBox .titleHeadline {
    margin-top: -27px;
    margin-bottom: 22px;
    color: #EA3800;
    font-size: 8rem;
    line-height: 120%;
}
.mainVisual .textBox p {
    margin-bottom: 35px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 160%;
}
.mainVisual .comLinkUl li a {
    padding: 2px 30px;
    width: 277px;
    height: 74px;
}
.mainVisual .comLinkUl li:last-child a {
    width: 220px;
}
.mainVisual .photo {
    width: calc(50% + 140px);
}

.mainVisual .photo .resultBox {
    display: flex;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    position: absolute;
    max-width: 380px;
    right: 40px;
    top: 30vw;
}

.mainVisual .photo .resultBox img {
    max-width: none;
}

.mainVisual .photo .resultAnchorText {
    padding-top: 12px;
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #EA3800;
    max-width: 257px;
}

@media (min-width: 1620px) {
	.mainVisual .photo .resultBox {
		top: 60%
	}
}

#main .appeal {
    margin-bottom: 80px;
}
#main .client .slider {
    margin-bottom: 78px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#main .client .slider_img {
  width: 160px;
  height: 64px;
}

#main .appeal .problemBox {
    margin-bottom: 120px;
}
#main .appeal .problemBox .title {
    margin: -108px 0 42px;
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}
#main .appeal .problemBox ul {
    margin: 0 auto;
    max-width: 660px;
}
#main .appeal .problemBox li {
    margin-bottom: 26px;
    padding-left: 46px;
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
    background: url(../../img/uxui/index/icon01.png) no-repeat top 2px left / 30px;
}
#main .appeal .problemBox li span {
    color: #EA3800;
}
#main .appeal .problemBox li:last-child {
    margin-bottom: 0;
}
#main .appeal .profeBox {
    position: relative;
    height: 496px;
    display: flex;
    align-items: center;
    background: #EA3800;
}
#main .appeal .profeBox::before {
    width: 174px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../img/uxui/index/profe_bg.png) no-repeat top center / 174px;
    content: "";
}
#main .appeal .profeBox h3 {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main .appeal .profeBox .textBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
#main .appeal .profeBox .textBox p {
    margin-bottom: 25px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
}
#main .appeal .profeBox .textBox .expertTxt {
    margin-bottom: 25px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    margin-top: 0; /* 別のh3で当てている要素を打ち消すため。 h3箇所を治せたらここは消してOK */
    position: static; /* 同上 */
    width: auto; /* 同上 */
    top: auto; /* 同上 */
    left: auto; /* 同上 */
    transform: none; /* 同上 */
}
#main .appeal .profeBox .textBox p sup {
    font-size: 2.2rem;
}
#main .appeal .profeBox .textBox .expertTxt sup {
    font-size: 2.2rem;
}
#main .appeal .profeBox .textBox .note {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400;
}
#main .appeal .profeBox .imgUl {
	margin-top: -41px;
	padding-top: 41px;
    display: flex;
}
#main .appeal .profeBox .imgUl li {
    margin: 0 20px;
    width: 120px;
}
#main .appeal .profeBox .imgUl li img:not(:last-child) {
    margin-bottom: 40px;
}
#main .appeal .profeBox .imgUl li:nth-child(2n) {
    margin-top: 50px;
}
#main .appeal .profeBox .infiniteslide_wrap {
    -webkit-mask-image: url(../../img/uxui/index/profe_ul_bg.png);
    -webkit-mask-position: center center;
}
#main .value {
    margin-bottom: 82px;
}
#main .value .headLine01 {
    margin-bottom: 63px;
}
#main .value .textArea {
    margin-bottom: 75px;
}
#main .value .imgBox {
    margin-bottom: 58px;
    padding-bottom: 59px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E9E9E9;
}
#main .value .imgBox:nth-child(2n) {
    flex-direction: row-reverse;
}
#main .value .imgBox:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#main .value .imgBox .textBox {
    width: calc(100% - 455px);
}
#main .value .imgBox .textBox .title {
    margin-bottom: 22px;
    font-size: 3.2rem;
    font-weight: 700;
}
#main .value .imgBox .textBox p {
    line-height: 160%;
}
#main .value .imgBox .photoBox {
    margin-top: 10px;
    width: 340px;
}
#main .value .imgBox .photoBox01 {
	margin-left: 21px;
}
#main .value .processBox {
	min-height: 300px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    background-color: #F4F4F4;
}
#main .value .processBox .photo {
    margin-right: 3%;
    width: 52.5%;
}
#main .value .processBox .photo img {
    opacity: 0.7;
}
#main .value .processBox .textBox p {
    margin-bottom: 31px;
    color: #EA3800;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 140%;
}
#main .value .processBox .comLinkUl li a {
    padding: 2px 32px;
    color: #fff;
    width: 277px;
    height: 74px;
    background-color: #EA3800;
}
#main .value .processBox .comLinkUl li:last-child a {
    width: 220px;
    color: #EA3800;
    background-color: #fff;
}
#main .example {
    margin-bottom: 118px;
}
#main .example .headLine01 {
    margin-bottom: 59px;
}
#main .example .sliderBox {
    position: relative;
    margin-left: 60px;
}
#main .example .slick-slide &gt; div {
    margin: 0 18px;
    width: 293px !important;
}
#main .example .introductionModal .slick-list .slick-track .slick-slide &gt; div {
    margin: 0 18px;
    width: 520px !important;
}
#main .example .introductionModal .slick-list .slick-track .slick-slide:hover p {
   color: #EA3800;
}
#main .example .introductionModal .slick-list .slick-track .slick-slide:hover img {
    opacity: 0.8;
 }
#main .example .flexBox {
    display: flex;
}
#main .example .flexBox .moreBox {
    margin-left:auto;
}
#main .example .flexBox .more {
    font-size: 12px;
    display: flex;
    color: #EA3800;
    padding-bottom: 4px;
    border-bottom: #EA3800 solid 1px;
}
#main .example .slick-prev {
    display: none !important;
}
#main .example li {
    float: left;
}
#main .example li a:hover {
	opacity: 0.7;
}
#main .example li .pho {
    margin-bottom: 23px;
}
#main .example li .modalPhoto {
    margin-bottom: 24px;
    width: 520px;
    height: 292.5px;
}
#main .example li .modalPhoto img {
    border-radius: 8px;
    filter: drop-shadow(0px 2px 8px rgba(133, 133, 133, 0.15));
}
#main .example li .company {
    margin-bottom: 6px;
    color: #666;
    font-size: 1.3rem;
    font-family: 'Noto Sans JP', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .example li p {
    font-weight: 500;
    line-height: 160%;
    font-size: 1.3rem;
}
#main .example li .ttl {
    margin-bottom: 17px;
    color: #1C1C1C;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .example li .audio {
    margin-bottom: 20px;
    display: flex;
    color: #000;
    font-size: 1.3rem;
    font-family: 'Noto Sans JP', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .example li .audio .bgTxt {
    margin-left: 15px;
    padding: 2px 16px;
    border-radius: 8px;
    background-color: #E9E9E9;
}
#main .example .next {
    position: absolute;
    top: 170px;
    right: 56px;
    width: 48px;
    cursor: pointer;
}
#main .example .next img {
	position: absolute;
	top: 0;
	right: 0;
	transition: all 100ms cubic-bezier(0, 0, .58, 1);
}
#main .example .next .img02 {
    opacity: 0;
}
#main .example .prev {
    display: none !important;
    position: absolute;
    border-radius: 50%;
    border: #000 solid 1px;
    background-color: #000;
    width: 48px;
    height: 48px;
    top: 170px;
    cursor: pointer;
}
#main .example .prev:hover {
    background-color: #EA3800;
    border: #EA3800 solid 1px;
}
#main .example .prev img {
    position: absolute;
    top: 35%;
    left: 35%;
}
#main .process.content {
    margin-bottom: 85px;
    max-width: 1163px;
}
#main .process .headLine01 {
    margin-bottom: 36px;
}
#main .process .title {
    margin-bottom: 57px;
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 160%;
}
#main .process .textList {
    margin-top: -47px;
    display: flex;
    flex-wrap: wrap;
}
#main .process .textList &gt; li {
    margin: 47px 4% 0px 0;
    padding-right: 70px;
    width: 23.5%;
    box-sizing: border-box;
    background: url(../../img/uxui/index/process_icon.png) no-repeat right top / 26px 100%;
}
#main .process .textList &gt; li:nth-child(4n) {
    margin-right: -6%;
    background: none;
}
#main .process .textList &gt; li:last-child {
    background: none;
}
#main .process .textList li p {
    margin-bottom: 25px;
    color: #000;
    font-size: 1.4rem;
    line-height: 130%;
    letter-spacing: 0.1em;
}
#main .process .textList li .num {
    margin-bottom: 9px;
    color: #EA3800;
    font-size: 3.7rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    font-family: 'Inter', sans-serif;
}
#main .process .textList li .ttl {
    margin-bottom: 12px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 147%;
    letter-spacing: 0;
}
#main .process .textList li .labelUl li:not(:last-child) {
    margin-bottom: 15px;
}
#main .process .textList li .labelUl li span {
    padding: 5px 13px;
    color: #1C1C1C;
    font-size: 1.4rem;
    border-radius: 30px;
    letter-spacing: 0;
    background-color: #F4F4F4;
}
#main .process .textList li .labelUl01 {
    display: flex;
    flex-wrap: wrap;
}
#main .process .textList li .labelUl01 li {
    margin-right: 5px;
}
#main .subArea {
    padding: 97px 50px 95px;
    position: relative;
    border-radius: 60px 60px 0px 0px;
    background-color: rgba(234, 56, 0, 0.85);
}
#main .subArea::before {
    width: 100%;
    bottom: 0;
    top: 24px;
    left: 0;
    position: absolute;
    mix-blend-mode: multiply;
    background: url(../../img/uxui/common/sub_bg.png);
    background-repeat: repeat;
    background-size: 690px;
    content: "";
    border-radius: 20px 20px 0px 0px;
}
#main .subArea ul {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
#main .subArea li {
    padding-bottom: 17px;
    width: 46%;
    box-sizing: border-box;
    border-right: 1px solid #CCCCCC;
    ;
}
#main .subArea .linkLi .subAreaHeadLine{
    margin-left: 10px;
}
#main .subArea li:last-child {
    margin-right: -36px;
    border: none;
}
#main .subArea li p {
    margin-bottom: 26px;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
}
#main .subArea .linkLi p,
#main .subArea .linkLi .btn a {
	margin-left: 10px;
}
#main .subArea li .subAreaHeadLine{
    margin-bottom: 26px;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
}
#main .subArea li .pho {
    margin-bottom: 26px;
    width: 348px;
}
#main .subArea li .btn a {
    padding: 5px 29px;
    width: 277px;
    height: 74px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #EA3800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 35px;
    background-color: #fff;
}
#main .subArea li .btn a .icon {
    width: 24px;
}
#main .subArea li .btn a:hover {
    opacity: 0.7;
}
@media all and (min-width: 991px) {
	#main .example .next:hover {
		transition: all 100ms cubic-bezier(0, 0, .58, 1);
	}
    #main .example .next:hover .img02 {
        opacity: 1;
    }
}
@media (max-width: 1398px) and (min-width: 991px) {
    .mainVisual .textBox {
        width: 50%;
    }
    .mainVisual .textBox .title {
        font-size: 6.5rem;
    }
    .mainVisual .textBox .titleHeadline {
        font-size: 6.5rem;
    }
}
@media (max-width: 1277px) and (min-width: 991px) {
	.mainVisual {
		padding-left: 3.5%;
	}
	.mainVisual .photo {
		width: calc(50% + 100px);
	}
    .mainVisual .textBox .title {
        font-size: 5rem;
    }
    .mainVisual .textBox .titleHeadline {
        font-size: 5rem;
    }
    .mainVisual .comLinkUl li a {
        padding: 2px 16px;
        font-size: 1.5rem;
        width: 239px;
    }
    .comLinkUl li:last-child {
        margin-left: 10px;
    }
    .mainVisual .comLinkUl li:last-child a {
        width: 174px;
    }
}
@media (max-width: 1301px) and (min-width: 991px) {
    #main .process .textList &gt; li {
        margin-right: 3%;
        padding-right: 30px;
        width: 22.5%;
    }
}
@media (max-width: 1180px) and (min-width: 991px) {
	#main .value .processBox {
		padding-right: 20px;
		box-sizing: border-box;
	}
}

@media all and (max-width: 990px) {
    .mainVisual {
        padding: 0 0 97px;
        display: block;
        position: relative;
        background-image: url(../../img/uxui/index/sp_mv_bg.png);
    }
    .mainVisual::before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 44%, rgba(255, 255, 255, 1) 100%);
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
    }
    .mainVisual .textBox {
        margin: 0 auto 15px;
        padding: 24px 25px 0;
        width: auto;
    }
    .mainVisual .textBox .title {
        margin-bottom: 10px;
        font-size: 4rem;
    }
    .mainVisual .textBox .title small {
        margin-bottom: 1px;
        font-size: 2rem;
    }
    .mainVisual .textBox .titleHeadline {
        margin-top: -9px;
        margin-bottom: 10px;
        font-size: 4rem;
    }
    .mainVisual .textBox p {
        margin-bottom: 0;
        font-size: 1.4rem;
    }
    .mainVisual .photo {
        margin: 0 auto 24px;
        width: auto;
    }
    .mainVisual .photo img {
        width: 100%;
    }
    .mainVisual .photo .resultBox {
        display: flex;
        align-items: flex-start;
        padding: 0px;
        gap: 6px;
        position: absolute;
        right: 24px;
        top: 90vw;
    }
    .mainVisual .photo .resultAnchorText {
        padding-top: 6px;
        position: absolute;
        font-size: 8px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.03em;
        color: #EA3800;
        max-width: 196px;
    }
    .mainVisual .photo .resultBox img {
        width: 95px;
        height: 114px;
    }
    .mainVisual .comLinkUl {
        z-index: 100;
        margin: 0 auto;
        width: 88%;
        position: absolute;
        bottom: -58px;
        left: 50%;
        transform: translateX(-50%);
    }
    .mainVisual .comLinkUl li a, .mainVisual .comLinkUl li:last-child a {
        padding: 2px 42px;
        width: auto;
    }
    #main .client .slider {
        margin-bottom: 12px;
    }
    #main .client .sliderv2 {
        margin-bottom: 76px;
    }
    .mainVisual .photo::before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 44%, rgba(255, 255, 255, 1) 100%);
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
    }
    #main .appeal .problemBox {
        margin-bottom: 41px;
    }
    #main .appeal .problemBox .title {
        margin: -25px 0 31px;
        font-size: 3rem;
        line-height: 160%;
    }
    #main .appeal .problemBox ul {
        margin: 0 4px;
        max-width: inherit;
    }
    #main .appeal .problemBox li {
        margin-bottom: 16px;
        padding-left: 44px;
        font-size: 2rem;
        line-height: 160%;
        background-size: 24px;
        background-position: center left;
    }
    #main .appeal .profeBox {
        padding: 81px 0 38px;
        height: auto;
        box-sizing: border-box;
        display: block;
    }
    #main .appeal .profeBox .textBox {
        margin: 0 25px 30px;
        width: auto;
        position: static;
        transform: translate(0);
    }
    #main .appeal .profeBox .textBox p {
        margin-bottom: 23px;
        font-size: 3rem;
    }
	#main .appeal .profeBox .textBox p sup {
		font-size: 1.8rem;
	}
    #main .appeal .profeBox .textBox .expertTxt sup {
        font-size: 1.8rem;
    }
    #main .appeal .profeBox .textBox .note {
        font-size: 1.4rem;
    }
    #main .appeal .profeBox::before {
        width: 137px;
        height: 36px;
        top: 0;
        background-image: url(../../img/uxui/index/sp_profe_bg.png);
        background-size: 137px;
    }
    #main .appeal .profeBox .infiniteslide_wrap {
        -webkit-mask-image: none;
    }
	#main .appeal .profeBox .imgUl {
		margin-top: 0;
		padding-top: 0;
	}
    #main .appeal .profeBox .imgUl li {
        margin: 0 12px;
        width: 104px;
    }
    #main .appeal .profeBox .imgUl li:nth-child(2n) {
        margin-top: 21px;
    }
    #main .appeal .profeBox .imgUl li img:not(:last-child) {
        margin-bottom: 21px;
    }
    #main .appeal .profeBox h3 {
        top: 10px;
        transform: translate(-50%, 0);
    }
    #main .appeal .profeBox .profileImg {
        position: absolute;
        margin-top: 10px;
        width: 100%;
        left: 50%;
        top: 10px;
        transform: translate(-50%, 0);
    }
    #main .appeal .profeBox .textBox .expertTxt {
        margin-bottom: 23px;
        font-size: 3rem;
        color: #fff;
        font-weight: 700;
        line-height: 160%;
        text-align: center;
    }
    #main .value .headLine01 {
        margin-bottom: 53px;
    }
    #main .value .imgBox {
        margin-bottom: 40px;
        padding-bottom: 40px;
        display: block;
    }
    #main .value .imgBox .textBox {
        margin-bottom: 22px;
        width: auto;
    }
    #main .value .imgBox .textBox .title {
        margin-bottom: 16px;
        font-size: 2rem;
    }
    #main .value .imgBox .photoBox {
        margin: 0 auto;
        width: 98%;
    }
    #main .value .imgBox .photoBox img {
        width: 100%;
    }
    #main .value .processBox {
        padding: 47px 0 49px;
		min-height: inherit;
        box-sizing: border-box;
        display: block;
        position: relative;
        border-radius: 0;
    }
    #main .value .processBox .textBox {
		width: 87%;
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
        z-index: 1;
    }
    #main .value .processBox .textBox p {
        margin-bottom: 22px;
        font-size: 2.4rem;
        text-align: center;
        line-height: 160%;
    }
    #main .value .processBox .photo {
		margin-right: 0;
        width: 100%;
    }
    #main .value .processBox .photo img {
        width: 100%;
        opacity: 1;
    }
    #main .value .processBox .photo::before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: radial-gradient(56.58% 329.62% at 50% 50%, #F4F4F4 0%, rgba(244, 244, 244, 0.6146) 77.92%, rgba(244, 244, 244, 0) 100%);
    }
    #main .value .processBox .textBox .comLinkUl li a {
        padding: 2px 40px;
        width: auto;
        height: 74px;
        color: #fff;
        background-color: #EA3800;
    }
    #main .value .processBox .textBox .comLinkUl li:last-child a {
        color: #EA3800;
        background-color: #fff;
    }
    #main .example {
        margin-bottom: 80px;
    }
    #main .example .headLine01 {
        margin-bottom: 25px;
    }
    #main .example .sliderBox {
        margin-left: 12px;
    }
    #main .example .slick-slide &gt; div {
        margin: 0 12px;
    }
    #main .example li .pho {
        margin-bottom: 25px;
    }
    #main .example li .company {
        margin-bottom: 8px;
    }
    #main .example li .ttl {
        margin-bottom: 13px;
    }
    #main .example li .audio {
        margin-bottom: 17px;
    }
    #main .example li .audio .bgTxt {
        margin-top: -2px;
        padding: 1px 16px 3px;
    }
    #main .process.content {
        margin-bottom: 83px;
        max-width: inherit;
    }
    #main .process .title {
        margin-bottom: 35px;
        font-size: 1.4rem;
        text-align: left;
    }
    #main .process .headLine01 {
        margin-bottom: 27px;
    }
    #main .process .textList {
        margin: 0;
        display: block;
    }
    #main .process .textList &gt; li {
        margin: 0 auto 21px;
        padding: 0 0 54px;
        width: auto;
        background: url(../../img/uxui/index/sp_process_icon.png) no-repeat right bottom / 100% 27px;
    }
    #main .process .textList &gt; li:nth-child(4n) {
        margin-right: 0;
		background: url(../../img/uxui/index/sp_process_icon.png) no-repeat right bottom / 100% 27px;
    }
    #main .process .textList &gt; li:last-child {
        margin-bottom: 0;
        padding: 0;
    }
    #main .process .textList li p {
        margin-bottom: 28px;
    }
    #main .process .textList li .labelUl {
        margin-top: -10px;
        display: flex;
        flex-wrap: wrap;
    }
    #main .process .textList li .labelUl li {
        margin: 10px 10px 0 0;
    }
    #main .process .textList li .labelUl li:not(:last-child) {
        margin-bottom: 0;
    }
    #main .process .textList li .labelUl li span {
        padding: 6px 17px;
    }
    #main .process .textList li .labelUl01 li {
        margin-right: 4px;
    }
    #main .process .textList li .labelUl01 li span {
        padding: 6px 12px;
    }
    #main .subArea {
        padding: 78px 25px 80px;
        border-radius: 30px 30px 0px 0px;
        overflow: hidden;
    }
    #main .subArea::before {
        top: -18px;
        opacity: 0.25;
        background-image: url(../../img/uxui/common/sp_sub_bg.png);
        background-size: 375px;
    }
    #main .subArea ul {
        max-width: inherit;
        display: block;
    }
    #main .subArea li {
        margin: 0 auto 42px;
        padding-bottom: 0;
        width: auto;
        border: none;
    }
    #main .subArea li:last-child {
        margin: 0;
    }
    #main .subArea li .textBox {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }
    #main .subArea li .pho {
        margin: 0 14px 0 0;
        width: 150px;
    }
    #main .subArea li p {
        margin-bottom: 0;
        width: calc(100% - 164px);
        font-size: 2rem;
    }
    #main .subArea li .btn a {
        padding: 5px 39px;
        width: auto;
    }
	#main .subArea .linkLi p,
	#main .subArea .linkLi .btn a {
		margin-left: 0;
	}
    #main .subArea .linkLi .subAreaHeadLine {
        margin-left: 0;
        margin-bottom: 0;
        width: calc(100% - 164px);
        font-size: 2rem;
        color: #fff;
        font-weight: 700;
    }
    #main .subArea li:last-child .pho {
        margin-right: 40px;
        width: 120px;
    }
    #main .subArea li:last-child p {
        width: calc(100% - 160px);
    }
    #main .subArea li:last-child .subAreaHeadLine {
        width: calc(100% - 160px);
    }
    #main .subArea li .subAreaHeadLine {
        margin-left: 0;
        margin-bottom: 0;
        font-size: 2rem;
        color: #fff;
        font-weight: 700;
    }
    #main .subArea li .btn a .icon {
        width: 20px;
    }
}
@media all and (max-width: 374px) {
	.mainVisual .textBox .title {
		font-size: 3.5rem;
	}
    .mainVisual .textBox .titleHeadline {
		font-size: 3.5rem;
	}
	.mainVisual .textBox p {
		font-size: 1.3rem;
	}
	#main .appeal .profeBox .textBox {
		margin: 0 13px 30px;
	}
	#main .value .processBox .textBox .comLinkUl li a {
		padding: 2px 30px;
	}
	#main .value .processBox .textBox p {
		font-size: 2.2rem;
	}
	#main .example .slick-slide &gt; div {
		width: 255px !important;
	}
	#main .process .textList li .labelUl li span {
		display: block;
	}
	#main .subArea li .btn a {
		padding: 5px 32px;
	}
	#main .appeal .problemBox li {
		font-size: 1.7rem;
	}
}

@media (max-width: 990px) and (min-width: 650px) {
    .mainVisual .photo {
        position: relative;
    }
    .mainVisual .photo .resultBox {
        top: 65%;
    }
}

@media (max-width: 649px) and (min-width: 431px) {
    .mainVisual .photo {
        position: relative;
    }
    .mainVisual .photo .resultBox {
        top: 53%;
    }
}

@media (max-width: 430px){
    .mainVisual .photo {
        position: relative;
    }
    .mainVisual .photo::before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 44%, rgba(255, 255, 255, 1) 100%);
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
    }
    .mainVisual .photo .resultBox {
        top: 21vw;
    }
}

/*------------------------------------------------------------
	追従バナー #main-contentに.floating-modeがある時だけ
------------------------------------------------------------*/
#floating-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: block;
}

.bannerArea__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: rgba(234, 56, 0, 0.77);
  height: 96px;
}

.bannerArea__inner a {
  border: 2px solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 248px;
  width: 100%;
  height: 58px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 16px;
}

.bannerArea__inner a.whitepaper {
  border-color: #ea3800;
  background: #ffffff;
  color: #ea3800;
}
.bannerArea__inner a.contact {
  background: #ea3800;
  border-color: #fff;
  color: #fff;
}

.bannerArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

.bannerArea.visible {
  transform: translateY(0);
}

.floating-mode #gHeader {
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: translateY(0); /* 初期状態で表示 */
  transition: transform 0.3s ease-in-out;
  z-index: 99999999;
}

.floating-mode #gHeader.visible {
  position: fixed;
  transform: translateY(0); /* 表示 */
  z-index: 99999999;
}

.floating-mode #gHeader.hidden {
  transform: translateY(-100%); /* 非表示 */
}
.floating-mode #container {
  padding-top: 100px;
}
@media screen and (max-width: 990px) {
  .floating-mode #container {
    padding-top: 60px;
  }
  .bannerArea__inner {
    height: 80px;
    padding: 0 10px;
    gap: 10px;
  }
  .bannerArea__inner a {
    font-size: 14px;
    height: 50px;
  }
}
</pre></body></html>