/* ========================================================================= */
/* I. BASE STYLES (PC/GLOBAL)                                                */
/* ========================================================================= */
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #42403f;
	font-size: 14px;
	line-height: 1.7;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.c-section__inner {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.c-header--large {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0;
	text-align: center;
	margin-bottom: 40px;
}
.c-header--middle {
	font-size: 24px;
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 120%;
}
.c-header--small {
	font-size: 13px;
	font-weight: 400;
	line-height: 160%;
	color: #fff;
	margin: 0 0 10px 0;
}
.c-desc {
	font-size: 13px;
	margin: 0 0;
	line-height: 160%;
}
.pc-only-break {
	display: block;
}
.sp-only-break {
	display: none;
}

/* ============================ HEADER ============================ */
.header__wrap {
	max-width: 1040px;
	margin: 0 auto;
	padding: 16px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__logo img {
	display: block;
}
.global-navi {
	display: flex;
	align-items: center;
}
.global-navi__menu-list-wrap {
	display: flex;
	gap: 36px;
	list-style: none;
}
.global-navi__menu-list a {
	color: #42403f;
	font-size: 14px;
	text-decoration: none;
	transition: 0.2s;
}
.global-navi__menu-list a:hover {
	opacity: 0.6;
}

/* ============================ FV (First View) ============================ */
.fv {
	background-color: #fff;
	padding: 60px 0;
}
.fv__inner {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.fv__content {
	flex: 1;
}
.fv__title {
	font-size: 54px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 24px;
}
.fv__title span {
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #2fc3c1 20%, #40a2de 40%, #3cddda 60%, #4faee9 80%);
	-webkit-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	background-size: 300% auto;
	animation: textShine 3s ease-in-out infinite alternate;
}
@keyframes textShine {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
.fv__text {
	font-size: 17px;
	line-height: 160%;
	font-weight: 400;
	margin-bottom: 32px;
	color: #555;
}
.fv__btn {
	display: inline-block;
	width: 350px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #ffa544;
	color: #42403f;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
}
.fv__btn:hover {
	background: #ffb769;
}
.fv__image {
	flex: 1;
	text-align: right;
}
.fv__image img {
	max-width: 100%;
	height: auto;
}
.c-fixed-btn {
	display: none;
}

/* ============================ ADVANTAGE (3つの強み) ============================ */
.advantage {
	background-image: url('../img/pc/dot.webp');
	background-repeat: repeat;
	background-size: contain;
	padding: 90px 0;
}
.advantage__list-wrap {
	display: flex;
	gap: 40px;
	justify-content: center;
	padding-top: 40px;
}
.advantage__list {
	flex: 1;
	max-width: 320px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	padding: 120px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
}
.advantage__list-img {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -24px;
	margin-bottom: 0;
}

/* ============================ RESULTS (実績) ============================ */
.results {
	background-image: linear-gradient(to bottom, #3dace2, #3a96e8);
	padding: 90px 0;
	color: #fff;
	box-shadow: none;
}
.results__info-wrap {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	text-align: center;
}
.results__item {
	flex: 1;
	min-width: 200px;
	padding: 0 30px;
}
.results__number {
	font-family: Arial;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: baseline;
	color: #fff;
	margin: 10px 0 0 0;
}
.results__number-value {
	font-size: 56px;
	margin: 0;
	line-height: initial;
}
.results__number-unit {
	font-size: 30px;
	line-height: 132%;
	margin-left: 3px;
	white-space: nowrap;
	flex-shrink: 0;
}
.results__note {
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 40px;
	margin-bottom: 0;
}

/* ============================ AD MEDIA (広告媒体) ============================ */
.ad-media {
	background-color: #fff;
	padding: 90px 0;
}
.ad-media__wrap {
	max-width: 1040px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin: 40px auto 0;
}
.ad-media__item {
	width: calc(50% - 77px);
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ffdbb4;
	padding: 30px;
	display: flex;
	align-items: flex-start;
}
.ad-media__icon {
	max-width: 70px;
	max-height: 70px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffa544;
	margin-right: 20px;
}
.ad-media__content a {
	color: #006aff;
	display: block;
	margin-top: 10px;
	text-align: end;
}

/* ============================ CASE STUDY (ケーススタディ) ============================ */
.case-study {
	background-image: url('../img/pc/dot.webp');
	background-repeat: repeat;
	background-size: contain;
	padding: 90px 0;
}
.case-study__tabs {
	display: flex;
	justify-content: center;
	gap: 100px;
	margin-bottom: 20px;
}
.case-study__tab-item {
	width: auto;
	font-size: 17px;
	font-weight: 700;
	color: #6c757d;
	text-align: center;
	cursor: pointer;
	transition: color 0.2s ease;
}
.case-study__tab-item:hover {
	color: #42403f;
}
.case-study__tab-item.is-active {
	color: #ffa544;
}
.case-study__card {
	display: flex;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	justify-content: space-between;
	align-items: stretch;
}
.case-study__icon {
	margin: 0 3px 0 0;
}
.case-study__image {
	flex-shrink: 0;
	margin-right: 40px;
}
.case-study__image img {
	display: block;
	object-fit: cover;
	width: 409px;
	height: auto;
}
.case-study__details {
	width: 512px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.case-study__details-title {
	margin: 0;
}
.case-study__results {
	height: 94px;
	display: flex;
	gap: 15px;
	margin: 0;
	padding: 0;
}
.case-study__result-item {
	height: auto;
	flex-grow: 1;
	flex-basis: 0;
	background-image: linear-gradient(to bottom, #fefaf1, #fdf7f0);
	border-radius: 4px;
	padding: 15px 10px;
	margin: 0;
	text-align: left;
}
.case-study__result-item dt {
	font-family: 'Hiragino Sans';
	font-size: 11px;
	font-weight: 400;
	color: #555;
	margin-bottom: 5px;
}
.case-study__result-item dd {
	display: flex;
	align-items: baseline;
	line-height: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: -1.8px;
}
.case-study__value {
	font-size: 40px;
	font-weight: bold;
	color: #3781ee;
	line-height: 1;
}
.result_travel .case-study__value-unit {
	font-size: 32px;
	margin-left: -8px;
}
.result_ec .case-study__value {
	font-size: 36px;
}
.result_ec .case-study__value-num {
	font-size: 36px;
}
.result_ec .case-study__value-unit {
	font-size: 28px;
	margin-left: -8px;
}
.case-study__unit {
	font-size: 20px;
	font-weight: bold;
	color: #3781ee;
	margin-left: 2px;
}
.case-study__detail-heading {
	font-size: 13px;
	font-weight: 700;
	color: #42403f;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.case-study__detail-block {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.case-study__info-title {
	display: flex;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}
.case-study__info {
	font-size: 13px;
	display: flex;
	flex-direction: column;
}
.case-study__info ul {
	padding-left: 0;
	margin: 0;
	font-size: 13px;
}
.case-study__info-content li {
	list-style: disc;
	margin-left: 20px;
}
.list__game li,
.list__ec li,
.list__match li {
	list-style: none;
}
.case-study__info p {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 0 16px;
	padding: 0;
}
.case-study__info span {
	font-size: 13px;
	color: #3781ee;
	font-weight: bold;
}

/* ============================ CV AREA (CVエリア) ============================ */
.cv_area {
	background: linear-gradient(to bottom, #fa995e, #ffb769);
	padding: 90px 0;
	position: relative;
	overflow: hidden;
}
.cv_area__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	height: 100%;
}
.cv_area__content {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	text-align: left;
}
.cv_area__title {
	text-align: left;
	padding: 0;
}
.cv_area__text {
	color: #42403f;
}
.cv_area__btn {
	max-width: 350px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 12px;
	background: #42403f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: background 0.3s;
}
.cv_area__btn:hover {
	background: #555;
}
.cv_area__image {
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	overflow: visible;
}
.cv_area__image img {
	max-width: 560px;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* ============================ CYCLE (運用サイクル) ============================ */
.cycle {
	background-color: #fff;
	padding: 90px 0;
}
.cycle__sp-diagram {
	display: none;
}
.cycle__diagram-wrap {
	position: relative;
	max-width: 1040px;
	height: 960px;
	margin: 0 auto;
}
.cycle__diagram-wrap::after {
	content: '';
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	border-radius: 50%;
	border: 10px dotted #89b4fa;
	background-color: transparent;
	z-index: 1;
}
.cycle__center {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cycle__center img {
	height: 162px;
}
.cycle__center-content {
	font-size: 16px;
	font-weight: 700;
	color: #555;
	text-align: center;
}
.cycle__phase {
	position: absolute;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.cycle__phase::before {
	content: attr(data-number);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 200px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.15);
	z-index: 1;
	pointer-events: none;
}
.cycle__phase--01 {
	background: linear-gradient(180deg, #40aee2, #327fee);
	top: 0;
	left: 50%;
	transform: translatex(-50%);
}
.cycle__phase--02 {
	background: linear-gradient(180deg, #42c3dd, #3495e9);
	bottom: 0;
	right: 0;
}
.cycle__phase--03 {
	background: linear-gradient(180deg, #3bcfcb, #28a8b3);
	bottom: 0;
	left: 0;
}

.cycle__content {
	width: 80%;
	height: 80%;
	color: #fff;
	text-align: center;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cycle__icon {
	margin-bottom: 15px;
}
.cycle__icon img {
	height: 70px;
}
.cycle__center .cycle__icon {
	margin-bottom: 5px;
}
.cycle__heading {
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.cycle__list {
	list-style: none;
	padding-left: 0;
	text-align: left;
	margin: 0;
}
.cycle__list li {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 8px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.cycle__list li::before {
	content: '';
	background-image: url('../img/pc/check.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	width: 13px;
	height: 22px;
	color: #fff;
	font-weight: bold;
	top: 0;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.cycle__list li:last-child {
	margin-bottom: 0;
}

/* ============================ FLOW (ご利用の流れ) ============================ */
.flow {
	background-image: url('../img/pc/dot.webp');
	background-repeat: repeat;
	background-size: contain;
	padding: 90px 0;
}
.flow__wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 40px;
}
.flow__item {
	flex-basis: 25%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 250px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #eee;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	padding: 30px;
	text-align: center;
	position: relative;
}
.flow__number {
	font-family: arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #ffa544;
	line-height: 1;
}
.flow__icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow__icon img {
	width: 70px;
	height: 70px;
}
.flow__title {
	display: flex;
	flex-direction: column;
	height: 56px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	justify-content: center;
	margin: 0;
}
.flow__text {
	font-size: 13px;
	color: #555;
	line-height: 1.6;
}

/* ============================ CONTACT (相談フォーム) ============================ */
/* ========================================================================= */
/* CONTACT (相談フォーム) スタイル統合                                       */
/* ========================================================================= */
.contact {
	background: linear-gradient(180deg, #f6fdfd, #f4f8fe);
	padding: 90px 0;
}
.form__title {
	margin: 0 0 40px 0;
	padding: 0;
}
.form__list-wrap {
	max-width: 650px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.form__list {
	margin: 0 0 30px 0;
}
.form__list--textarea {
	margin-bottom: 0;
	padding-bottom: 0;
}
.form__label-wrap p {
	margin: 0 0 5px 0;
	padding: 0;
}
.form__list-header {
	font-size: 14px;
	font-weight: 700;
	color: #42403f;
	margin-right: 5px;
}
.form__required {
	font-size: 15px;
	font-weight: 700;
	color: #f33;
}
.return-value {
	margin: 0;
	padding: 0;
}
.return-value p {
	margin: 0;
}
.return-value textarea {
	margin-bottom: 0;
}
.return-value input[type='text'],
.return-value input[type='url'],
.return-value input[type='email'],
.return-value input[type='tel'],
.return-value textarea {
	width: 100%;
	padding: 8px;
	font-size: 15px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	box-sizing: border-box;
	transition: border-color 0.2s;
	color: #42403f;
}
.select-wrap select {
	width: 100%;
	padding: 8px;
	font-size: 15px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	box-sizing: border-box;
	transition: border-color 0.2s;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 8px;
	color: #aaa;
}
.select-wrap select option {
	color: #42403f;
}
.select-wrap select.is-active {
	color: #42403f;
}
.select-wrap {
	position: relative;
}
.select-wrap::after {
	content: '';
	background-image: url('../img/pc/icon_arrow-down.webp');
	position: absolute;
	top: 10px;
	right: 8px;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
.return-value input::placeholder,
.return-value textarea::placeholder {
	color: #aaaaaa;
	opacity: 1;
}

/* ---------------------------------------------------- */
/* セレクトボックスの色の制御 */
/* ---------------------------------------------------- */

.form__attention {
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.form__btn__wrap {
	text-align: center;
}
.form__btn__wrap input[type='submit'] {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	color: #42403f;
	background-color: #ffa544;
}
.form__btn__wrap input[type='submit']:hover {
	background: #ffb769;
}

/* ====================================================================== */
/* CONTACT (===相談フォーム) - 確認画面用の追加スタイル                                  */
/* ========================================================================= */
.wpcf7-form.wpcf7-form-confirm .return-value input,
.wpcf7-form.wpcf7-form-confirm .return-value textarea,
.wpcf7-form.wpcf7-form-confirm .select-wrap select {
	display: none;
}
.wpcf7__confirm__form__list {
	margin: 0 0 20px 0;
}
.wpcf7__confirm__form__list .form__btn__wrap {
	display: flex;
}
.wpcf7__confirm__form__list .return-value,
.wpcf7__confirm__form__list__text__area .return-value {
	border-bottom: 1px solid #e9ecef;
	padding-bottom: 5px;
	margin-top: 5px;
}
.wpcf7__confirm__form__list__text__area .return-value {
	border-bottom: none;
}
.wpcf7__confirm__form__list .select-wrap {
	position: static;
}
.form__btn__wrap-confirm {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	justify-content: center;
}
.form__btn__wrap-confirm input[type='submit'],
.form__btn__wrap-confirm input[type='button'],
.back__btn,
.send__btn {
	width: 200px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
}
.form__btn__wrap-confirm input[type='submit'] {
	background-color: #ffa544;
	color: #42403f;
	order: 2;
}
.form__btn__wrap-confirm input[type='button'] {
	background-color: #bbbbbb;
	color: #42403f;
	order: 1;
}
.wpcf7-spinner {
	display: none !important;
}
.back__btn {
	width: auto;
}

.footer {
	background-color: #3b3b3b;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
}
.footer__wrap {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
}
.footer__info {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-grow: 1;
	justify-content: flex-start;
	gap: 20px;
}
.footer__info a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s;
}
.footer__right-content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	flex-shrink: 0;
}
.footer__logo {
	margin-bottom: 5px;
}
.footer__logo img {
	filter: brightness(0) invert(1);
	width: 120px;
	height: auto;
}
.footer__copyright {
	font-size: 13px;
	color: #ccc;
	margin: 0;
}
p.footer__copyright {
	text-align: right;
	margin: 0;
}

/* ========================================================================= */
/* II. MOBILE STYLES (@media max-width: 768px)                               */
/* ========================================================================= */
@media (max-width: 768px) {
	.c-section__inner {
		max-width: none;
		display: flex;
		flex-direction: column;
	}
	.c-header--large {
		font-size: 24px;
		margin: 0;
		padding-bottom: 20px;
	}
	.c-header--middle {
		font-size: 20px;
		text-align: center;
	}
	.c-desc {
		font-size: 13px;
		text-align: left;
	}
	.sp-only-break {
		display: block;
	}
	.pc-only-break {
		display: none;
	}
	.advantage,
	.results,
	.ad-media,
	.case-study,
	.cv_area,
	.cycle,
	.flow,
	.contact {
		padding: 40px 20px;
	}
	.fv {
		padding: 0 20px 40px 20px;
	}
	/* ============================ HEADER ============================ */
	.header__wrap {
		width: auto;
		padding: 16px 20px;
		margin: 0;
	}
	.global-navi {
		display: none;
	}
	/* ============================ FV ============================ */
	.fv__inner {
		width: auto;
		flex-direction: column;
		gap: 30px;
	}
	.fv__content {
		order: 2;
		text-align: start;
	}
	.fv__image {
		order: 1;
		text-align: center;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.fv__title {
		font-size: 32px;
		margin: 0 0 15px 0;
	}
	.fv__text {
		margin: 0 0 30px 0;
	}
	.fv__btn {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		display: block;
	}
	.c-fixed-btn {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		padding: 8px 24px;
		box-sizing: border-box;
		background-color: transparent;
		box-shadow: none;
		transition:
			opacity 0.3s ease-in-out,
			transform 0.3s ease-in-out;
		background-color: rgba(20, 20, 20, 0.3);
		text-align: center;
	}
	.c-fixed-btn .fv__btn {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		transition: box-shadow 0.3s ease-in-out;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	/* ----------------------------------- */
	/* 状態制御 */
	/* ----------------------------------- */
	/* 🎯 非表示状態（FVが見えているとき） */
	.c-fixed-btn--hidden {
		opacity: 0;
		pointer-events: none;
		transform: translateY(100%);
	}
	/* 🎯 表示状態（FVをスクロールアウトした後） */
	.c-fixed-btn--visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}
	/* 浮き出るシャドウの適用 */
	.c-fixed-btn--visible .fv__btn {
		box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
	}
	/* ============================ ADVANTAGE ============================ */
	.advantage {
		background-image: url('../img/sp/dot.webp');
	}
	.advantage__list-wrap {
		flex-direction: column;
		gap: 60px;
	}
	.advantage__list {
		max-width: none;
		padding: 120px 20px 20px 20px;
		align-items: start;
	}
	.advantage__list-img {
		top: -18px;
	}
	.advantage__list-text {
		text-align: start;
	}
	.advantage__list-text .c-header--middle,
	.advantage__list-text .c-desc {
		text-align: start;
	}
	/* ============================ RESULTS ============================ */
	.results__info-wrap {
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}
	.results__item {
		padding: 0;
	}
	.results__number-value {
		font-size: 48px;
		line-height: 100%;
	}
	.results__number-unit {
		font-size: 24px;
	}
	/* ============================ AD MEDIA ============================ */
	.ad-media__wrap {
		width: auto;
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
	}
	.ad-media__item {
		width: auto;
		padding: 20px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.ad-media__icon {
		margin: 0 auto 10px auto;
	}
	.ad-media__content {
		text-align: center;
	}
	.ad-media__content a {
		text-align: center;
	}
	/* ============================ CASE STUDY ============================ */
	.case-study {
		background-image: url('../img/sp/dot.webp');
	}
	.case-study__tabs {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px 10px;
		margin-bottom: 30px;
	}
	.case-study__tab-item {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 10px 20px;
		font-size: 12px;
		font-weight: 700;
		color: #6c757d;
		background-color: #f5f5f5;
		border: 1px solid #bbbbbb;
		border-radius: 20px;
		white-space: nowrap;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.case-study__tab-item.is-active {
		color: #ffa544;
		background-color: #fff;
		border-color: #bbbbbb;
	}
	.case-study__card {
		flex-direction: column;
		padding: 20px;
	}
	.case-study__image {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.case-study__image img {
		width: 100%;
		max-width: 300px;
		height: auto;
		object-fit: contain;
	}
	.case-study__details {
		width: auto;
	}
	.case-study__details-title {
		text-align: left;
	}
	.case-study__results {
		height: auto;
		flex-direction: column;
		gap: 5px;
	}
	.result_ec .case-study__value {
		font-size: 40px;
	}
	.case-study__unit {
		font-size: 18px;
	}
	/* ============================ CV AREA ============================ */
	.cv_area__wrap {
		flex-direction: column;
		gap: 30px;
	}
	.cv_area__content {
		width: 100%;
		order: 2;
		text-align: start;
	}
	.cv_area__title {
		font-size: 24px;
		text-align: start;
		padding: 0;
	}
	.cv_area__btn {
		text-decoration: none;
	}
	.cv_area__image {
		width: 100%;
		order: 2;
		text-align: center;
	}
	.cv_area__image img {
		position: static;
		transform: none;
		width: auto;
		margin: auto;
		max-width: 218px;
	}
	/* ============================ CYCLE (運用サイクル) ============================ */
	.cycle {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.cycle__sp-diagram {
		display: block;
		text-align: center;
		margin: 0 auto 40px auto;
		width: auto;
	}
	.cycle__sp-diagram img {
		width: auto;
		max-width: 335px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.cycle__diagram-wrap {
		width: 100%;
		height: fit-content;
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: none;
	}
	.cycle__diagram-wrap::after,
	.cycle__center {
		display: none;
	}
	.cycle__phase {
		position: static;
		transform: none;
		width: auto;
		max-width: none;
		height: auto;
		border-radius: 4px;
		margin-bottom: 20px;
		padding: 20px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.cycle__phase:last-child {
		margin-bottom: 0;
	}
	.cycle__phase--01 {
		background: #3781ee;
	}
	.cycle__phase--02 {
		background: #2fc3c1;
	}
	.cycle__phase--03 {
		background: #3bace3;
	}
	.cycle__phase::before {
		content: none;
	}
	.cycle__content {
		width: auto;
		height: auto;
		padding: 0;
		text-align: center;
		display: block;
	}
	.cycle__icon {
		text-align: center;
		margin-bottom: 5px;
		width: auto;
	}
	.cycle__icon img {
		width: 60px;
		height: auto;
	}
	.cycle__heading {
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.cycle__list {
		width: 100%;
		text-align: left;
		margin: 0;
		padding-left: 0;
	}
	.cycle__list li {
		font-size: 14px;
		text-align: left;
		text-shadow: none;
	}
	/* ============================ FLOW ============================ */
	.flow {
		background-image: url('../img/sp/dot.webp');
	}
	.flow__wrap {
		flex-direction: column;
		margin: 0;
	}
	.flow__item {
		max-width: none;
		flex-basis: auto;
		padding: 20px;
		height: auto;
		border-right: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.flow__title {
		height: auto;
	}
	.flow__item p {
		text-align: center;
	}
	/* ============================ CONTACT BUTTONS (モバイルでの調整) ============================ */
	.form__btn__wrap {
		display: block;
		margin-top: 20px;
	}
	.form__btn__wrap-confirm {
		display: flex;
		flex-direction: column;
		width: auto;
		align-items: center;
		gap: 12px;
	}
	.form__btn__wrap-confirm input[type='submit'] {
		order: 1;
	}
	.form__btn__wrap-confirm input[type='button'] {
		order: 2;
	}
	.form__btn__wrap-confirm input[type='submit'],
	.form__btn__wrap-confirm input[type='button'] {
		width: 100%;
		max-width: 200px;
		margin: 0;
		display: block;
	}
	/* ============================ FOOTER ============================ */
	.footer {
		padding: 40px 20px;
	}
	.footer__wrap {
		flex-direction: column;
		gap: 25px;
		align-items: center;
		width: 100%;
		max-width: none;
	}
	.footer__info {
		display: flex;
		align-items: center;
		gap: 30px;
		order: 1;
		flex-grow: 0;
	}
	.footer__info a {
		font-size: 12px;
	}
	.footer__right-content {
		order: 2;
		align-items: center;
		flex-shrink: 0;
	}
	.footer__logo {
		margin-bottom: 10px;
	}
	.footer__logo img {
		width: 180px;
		height: auto;
	}
	.footer__copyright {
		order: 3;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}
	p.footer__copyright {
		text-align: center;
		margin: 0;
	}
}
