/* header */
ul.header__inner--rightText li a, ul.header__inner--rightText li span {
    color: #fff;
}


/* mv */
section#fProMV {
    background: url(https://wp.standage.co.jp/wp-content/uploads/2026/06/forwae_bgs.jpg) no-repeat;
    background-size: cover;
    position: relative;
	overflow: hidden;
}
.fProMV__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 160px 0 120px;
    gap: 30px;
    position: relative;
}
.fProMV__inner--left {
    width: 62%;
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 600px;
}
p.fProMV__inner--leftCopy {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.63;
}
.fProMV__inner--left h1 {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    color: #fff;
    font-size: 4.2rem;
	line-height: 1.23;
}
.fProMV__inner--left h1 span {
    font-size: 2rem;
}
p.mvLead {
    color: #fff;
    letter-spacing: 1px;
    line-height: 2.13;
}
.fProMV__inner--left a.primaryBtn {
    width: fit-content;
    margin-top: 12px;
}

.fProMV__inner--right {
    display: flex;
    justify-content: center;
    margin-right: calc(50% - 50vw);
    position: relative;
}
.fProMV__inner--right img {
    height: 510px;
    object-fit: contain;
    width: 100%;
    transform: scale(1.3) translateX(100px);
    filter: drop-shadow(2px 4px 6px black);
}

/* mvuner */
.standage-ui-flow-carousel {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(180deg, #f4f8ff 0%, #edf4ff 100%);
	padding: 60px 0;
}

.standage-ui-flow-carousel__swiper {
	overflow: visible;
}

.standage-ui-flow-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

.standage-ui-flow-carousel .swiper-slide {
	width: 520px;
	flex-shrink: 0;
}

.standage-ui-flow-carousel .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 18px 45px rgba(40, 70, 120, 0.12);
}

/* operation */
section#operations {
    position: relative;
}
.operations__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 80px 0;
}
.fProHead {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
p.headEn {
    font-family: Roboto;
    font-size: 1.7rem;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    position: relative;
    color: var(--main-primary);
}
h2.headTitle {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
	gap: 4px;
}
h2.headTitle span {
    font-size: 1.6rem;
}
h2.headTitle.whiteText {
    color: #fff;
}

ul.benefit__inner--list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 70px 50px;
}
ul.benefit__inner--list li {
    width: 46%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 25px;
}
.benefit__inner--listImg {
    display: flex;
    justify-content: center;
    border-radius: 5px 5px 0px 0px;
    background: #F0F6FF;
    min-height: 240px;
}
.benefit__inner--listImg img {
    transform: scale(0.9);
    margin: -20px 0;
}
ul.benefit__inner--list li h3 {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.28px;
    color: var(--main-secondary);
    padding: 0 30px;
    margin-bottom: -8px;
}
ul.benefit__inner--list li p {
    padding: 0 30px;
}

/* prohalf */
section#fProhalf {
    position: relative;
    background: #F0F5FE;
    padding: 80px 0;
}
section#fProhalf:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
}
.fProCTA {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: linear-gradient(90deg, #005BB8 0%, #0770DC 66.35%, #69B3FF 100%);
    padding: 45px 75px 50px;
    align-items: center;
	position: relative;
}
.fProCTA__left {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 55%;
}
p.fProCTAEN {
    font-family: Roboto;
    font-size: 1.7rem;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    position: relative;
    color: #fff;
    opacity: 0.4;
}
.fProCTA__left h2 {
    font-size: 2.4rem;
    font-weight: 600;
    gap: 4px;
    color: #fff;
    line-height: 1.53;
}
p.fProDesc {
    color: #fff;
    line-height: 1.93;
}
.fProCTA__left a.primaryBtn {
    margin-top: 15px;
    width: 240px;
}
.fProCTA__right {
    display: flex;
    justify-content: center;
	width: 45%;
}
.fProCTA__right img {
    transform: scale(1.2) translateY(-30px) translateX(-40px);
}

/* functions */
section#fProFunctions {
    position: relative;
}
section#fProFunctions:before {
    content: "";
    width: 100%;
    height: 80%;
    background: linear-gradient(90deg, #005BB8 0%, #0770DC 66.35%, #69B3FF 100%);
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}
section#fProFunctions:after {
    content: "";
    background: url(https://wp.standage.co.jp/wp-content/uploads/2026/06/bottombgs_.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 360px;
    background-position: center;
}
.fProFunctions__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 80px 0;
    position: relative;
	z-index: 2;
}

/* functions swiper */
.function__inner--wrapper {
    border-radius: 4px;
    background: url(../img/function_BGimg.png) no-repeat;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    padding: 60px 45px 125px;
    overflow: hidden;
    background-size: cover;
}
.function__inner--wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.siwperPCImage {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    mix-blend-mode: multiply;
    pointer-events: none;
}
.siwperPCImage img {
    width: 860px;
    margin: 0 auto;
    display: block;
}
.function__inner--itemImg {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 30px;
    margin-bottom: 80px;
}
.function__inner--itemImg img {
    width: 660px;
}
.function__inner--itemText {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.function__inner--itemText h4 {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.08rem;
}
.function__inner--itemText h4:before {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--main-primary);
    position: absolute;
    left: -45px;
    top: 0px;
    border-radius: 4px;
}
.function__inner--itemText h4:after {
    content: "";
    width: 27px;
    height: 27px;
    background: url(/wp-content/themes/twenty-twenty-one-child/lp_asset/forwarding/img/function_chat.svg) no-repeat;
    position: absolute;
    left: -41px;
    top: 5px;
    background-size: contain;
}
h4.maching:after {
    background: url(/wp-content/themes/twenty-twenty-one-child/lp_asset/forwarding/img/matching.svg) no-repeat;
    position: absolute;
    background-size: contain;
}
h4.mitsumori:after {
    background: url(/wp-content/themes/twenty-twenty-one-child/lp_asset/forwarding/img/anken.svg) no-repeat;
    position: absolute;
    background-size: contain;
}
h4.ankenkanri:after {
    background: url(/wp-content/themes/twenty-twenty-one-child/lp_asset/forwarding/img/folder.svg) no-repeat;
    position: absolute;
    background-size: contain;
}
.function__inner--itemText p {
    text-align: center;
    line-height: 2.13;
}
.swiper-container {
    position: relative;
}
.swiper-pagination {
    bottom: -65px !important;
    transform: scale(2.6);
	z-index:1;
}
.swiper-pagination-bullet-active {
    background: var(--main-primary);
}
.swiper-button-prev, .swiper-button-next {
    background: var(--main-primary);
    padding: 30px;
    border-radius: 9999px;
    color: #fff;
    transition: 0.3s ease-in-out;
    top: 38%;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 1.5rem;
    transition: 0.3s ease-in-out;
}
.swiper-button-prev:after {
    transform: translateX(-2px);
}
.swiper-button-next:after {
    transform: translateX(2px);
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.8;
}

/* functions */

.functionsBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 40px 45px;
	gap: 20px;
}
ul.functionsBlock__lists {
    width: 65%;
    border-radius: 5px;
    background: #F0F5FE;
    padding: 25px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 25px;
    list-style: none;
	height: stretch;
    align-items: center;
}
li.functionsBlock__list {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 4px;
}
li.functionsBlock__list img {
    height: 80px;
    object-fit: contain;
	width: 100%;
}
li.functionsBlock__list p {
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1.53;
}
.plusIcon i {
    font-size: 1.8rem;
    color: var(--main-secondary);
}

.functionsBlock__right {
    display: flex;
    width: 32%;
    padding: 22px 36px 24px 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    align-self: stretch;
	background: var(--main-secondary);
    border-radius: 4px;
}
.functionsBlock__right h3 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    color: #ffff00;
}
.functionsBlock__right p {
    color: #fff;
    line-height: 1.73;
}

/* solution */
section#omakaseSolution {
    background: linear-gradient(169deg, #F48909 0%, #FFAB46 99.29%);
    position: relative;
}
.omakaseSolution__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 120px;
    gap: 60px;
    display: flex;
    flex-direction: column;
}
h2.meinWhite {
    color: #fff;
}
h2.meinWhite span {
    color: #ffff00;
}
.omakaseSolution__inner .omakaseNewHeading p {
    color: #fff;
}
ul.omakaseSolution__inner--lists {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
li.omakaseSolution__inner--list {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 3px;
}
li.omakaseSolution__inner--list h3 {
    background: var(--main-blueGradient, linear-gradient(90deg, #0064BF 0%, #003464 100%));
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 12px 0 15px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
}
span.maruNumber {
    width: 28px;
    height: 28px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    font-family: Roboto;
    line-height: 1;
    font-style: italic;
    color: #0355a2;
    font-size: 1.3rem;
    transform: translateY(2px);
}
.beforeAfter {
    background: #EEE;
    display: flex;
    padding: 45px 55px;
	gap: 40px;
	justify-content: space-between;
}
.beforeAfter__box {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 0 2px 0 #DDD;
	width: 48%;
}
.beforeAfter__box--top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px 4% 26px;
	position: relative;
}
.beforeAfter__box--top p {
    font-family: Roboto;
    font-style: italic;
    color: #707070;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.4;
}
.beforeAfter__box--top h4 {
    font-size: 1.4rem;
    font-weight: 600;
}
.beforeAfter__box.befores .beforeAfter__box--top:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 20px solid #FFF;
}
.beforeAfter__box--img {
    width: 100%;
}
.beforeAfter__box--img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
	vertical-align: bottom;
}
ul.solutionsLists {
    display: flex;
    flex-direction: column;
    padding: 20px 28px 23px;
    gap: 12px;
}
ul.solutionsLists li {
    position: relative;
    padding-left: 25px;
    font-size: 0.9rem;
}
ul.solutionsLists li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: #707070;
    font-size: 1rem;
}
ul.solutionsLists.after li:before {
    color: var(--main-primary);
}
.beforeAfter__box.afters .beforeAfter__box--top p {
    color: var(--main-primary);
}

/* new heading */
.omakaseNewHeading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
.omakaseNewHeading h2 {
    font-size: 2.2rem;
    font-weight: 600;
}
.omakaseNewHeading h2.meinBlue {
    color: var(--main-secondary);
}
.omakaseNewHeading p {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.omakaseNewHeading p.headEn {
    font-size: 1.7rem;
}

/* flow */
section#fProFlow {
    position: relative;
}
.fProFlow__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 80px 0;
}
p.headLeads {
    text-align: center;
    margin-top: 20px;
}
ul.fProFlow__lists {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
li.fProFlow__list {
    width: 25%;
    background: #fff;
    border-radius: 3px;
    overflow: visible;
    position: relative;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
li.fProFlow__list:not(:last-child):after {
    content: "";
    position: absolute;
    top: 68px;
    left: 100%;
    z-index: 2;
    border: 18px solid transparent;
    border-left: 18px solid #005BB8;
}
.fProFlow__list--head {
    min-height: 152px;
    background: linear-gradient(135deg, #3B9AF0 0%, #005BB8 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 15px 20px;
}
.fProFlow__list--head p {
    font-family: Roboto;
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 6px 20px;
}
.fProFlow__list--head h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    letter-spacing: 1.5px;
}
.fProFlow__list--body {
    padding: 18px 20px 22px;
}
.fProFlow__list--body p {
    line-height: 1.75;
    letter-spacing: 0.8px;
}

/* faq */
section#faq {
    position: relative;
    background: #F9F9F9;
}
.faq__inner {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.faq__inner dl {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.faq__inner--acc {
    background: #fff;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 8%), 0 1px 6px 0 rgb(0 0 0 / 11%);
    border-radius: 3px;
    transition: 0.2s ease-in;
}
.faq__inner--acc:hover {
    background: #fcfcfc;
}
.accordion {
    display: block;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.5s ease-in;
    position: relative;
    padding: 20px 0 24px 64px;
    margin: 0;
}
.accordion:before {
    content: "Q";
    position: absolute;
    left: 15px;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 21px;
    background: #313131;
    color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.accordion.active {
    margin-bottom: 0;
}
.panel{
  max-height:0;
  overflow:hidden;
  transition: 0.3s ease-out;
}
.panel p {
    padding: 15px 20px 10px;
    margin: 0 0 15px;
    position: relative;
    padding-left: 64px;
    color: #707070;
    font-weight: 300;
    line-height: 2;
}
.panel p:before {
    content: "A";
    position: absolute;
    left: 15px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 21px;
    background: #f8951d;
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
}
.panel p a {
    text-decoration: underline;
    color: #f8951d;
}
.acco{
  position:relative;
}
.accordion:after {
    content: '＋';
    font-size: 1rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    border-radius: 9999px;
    padding: 0 4px;
    font-weight: 900;
    color: #FFF;
}
.accordion.active:after {
    content: "ー";
    background: #f8951d;
}
.faq__inner.omkase {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 80px;
    gap: 60px;
    display: flex;
    flex-direction: column;
}
/* last Cta */
section#lastCta {
    position: relative;
    background: #F9F9F9;
    padding: 40px 0 100px;
}
section#lastCta:before {
    content: "";
    width: 100%;
    height: 450px;
    background: url(https://wp.standage.co.jp/wp-content/uploads/2026/06/ctasss_.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    background-position: center;
	left: 0;
}

@media screen and (max-width: 1250px) {
/* （ここに1250px以下のスタイルを記述） */
	/* mv */
	.fProMV__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.fProMV__inner--left {
    width: 72%;
	}
	.fProMV__inner--right img {
    transform: translateX(0px) scale(1.3);
	}
	section#fProhalf {
    padding-left: 4%;
    padding-right: 4%;
	}
	.omakaseSolution__inner {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 60px;
    }
	section#lastCta {
    padding-left: 4%;
    padding-right: 4%;
	}
}

@media screen and (max-width: 1100px) {
/* （ここに1100px以下のスタイルを記述） */
	section#fProMV {
    overflow: visible;
	}
	.fProMV__inner {
    flex-direction: column;
    gap: 30px;
	padding-bottom: 0;
    margin-bottom: 0px;
	}
	.fProMV__inner--left {
    width: 100%;
	}
	.fProMV__inner--right {
    margin: 0 auto;
	margin-bottom: -35px;
	}
	.fProMV__inner--right img {
    transform: none;
	}
	.operations__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.fProFunctions__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.fProFlow__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
}

@media screen and (max-width: 900px) {
/* （ここに900px以下のスタイルを記述） */
	ul.benefit__inner--list {
    gap: 50px 30px;
	}
	ul.benefit__inner--list li {
    width: 47%;
	}
	.beforeAfter {
    flex-direction: column;
	}
	.beforeAfter__box {
    width: 100%;
	}
	.beforeAfter__box.befores .beforeAfter__box--top:after {
    content: none;
	}
	.beforeAfter__box.befores:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #FFF;
	}
	.effects__inner--blockTimes {
    padding: 25px 30px;
	}
	.fProFlow__inner {
        padding: 60px 5%;
        gap: 40px;
    }
    ul.fProFlow__lists {
        flex-direction: column;
        gap: 30px;
    }
    li.fProFlow__list {
        width: 100%;
    }
    li.fProFlow__list:not(:last-child):after {
        top: auto;
        left: 50%;
        bottom: -34px;
        transform: translateX(-50%);
        border: 17px solid transparent;
        border-top: 17px solid #005BB8;
    }
	/* CTA */
	.fProCTA {
    flex-direction: column-reverse;
    gap: 0;
	padding-top: 0;
	}
	.fProCTA__left {
    width: 100%;
	}
	.fProCTA__right {
    width: 100%;
	}
	.fProCTA__right img {
    transform: scale(1) translateY(-20px) translateX(0px);
	}
	/* functions */
	.functionsBlock {
    flex-direction: column;
    align-items: center;
	}
	ul.functionsBlock__lists {
    width: 100%;
	}
	.functionsBlock__right {
    width: 100%;
	}
}

@media screen and (max-width: 768px) {
	/* ここからモバイル */
	/* mv */
	.fProMV__inner {
    padding-top: 100px;
	}
	p.fProMV__inner--leftCopy {
    font-size: 1.6rem;
	}
	.fProMV__inner--left h1 {
    font-size: 2.4rem;
	}
	.fProMV__inner--left h1 span {
    font-size: 1.5rem;
	}
	.fProMV__inner--left a.primaryBtn {
    margin-left: auto;
    margin-right: auto;
	}
	.fProMV__inner--right img {
    height: auto;
	}
	/* operation */
	.operations__inner {
    padding-top: 40px;
    gap: 40px;
	}
	p.headEn {
    font-size: 1.4rem;
	}
	h2.headTitle {
    font-size: 1.6rem;
	}
	h2.headTitle span {
    font-size: 1.2rem;
	}
	ul.benefit__inner--list li {
    width: 100%;
	}
	/* cta */
	section#fProhalf {
    padding-top: 60px;
    padding-bottom: 60px;
	}
	.fProCTA {
    padding-left: 25px;
    padding-right: 25px;
	}
	.fProCTA__left h2 {
    font-size: 1.8rem;
	}
	.fProCTA__left h2 br {
    display: none;
	}
	p.fProDesc br {
    display: none;
	}
	.fProCTA__left a.primaryBtn {
    margin-left: auto;
    margin-right: auto;
	}
	/* functions */
	.fProFunctions__inner {
    padding-top: 60px;
    gap: 50px;
	}
	.functionsBlock {
    padding: 20px 25px;
	}
	ul.functionsBlock__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
	}
	.omakaseSolution__inner {
    padding-top: 40px;
    gap: 35px;
	}
	/* before afret */
	ul.omakaseSolution__inner--lists {
    gap: 40px;
	}
	 .beforeAfter {
     padding: 12px 12px;
    }
	li.omakaseSolution__inner--list h3 {
    padding-left: 12px;
    padding-right: 12px;
    flex-wrap: wrap;
    text-align: center;
	}
	.beforeAfter__box--top {
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
	}
	/* flow */
	.fProFlow__inner {
    padding-top: 50px;
	}
	.standage-ui-flow-carousel {
		padding: 40px 0;
	}
	.standage-ui-flow-carousel .swiper-slide {
		width: 320px;
	}
	/* faq */
	.faq__inner.omkase {
    padding-left: 4%;
    padding-right: 4%;
	padding-bottom: 30px;
	}
	dt.accordion {
    padding-right: 45px;
	}
	/* last cta */
	section#lastCta {
    padding-bottom: 45px;
	}
	/* ここまでモバイル */
}