/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%; /* 相対基準を統一 */
	font-size: clamp(14.5px, 16 / 1440 * 100vw, 20px);
}

body {
	color: #151515;
	background: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

p {
	line-height: 1.7333333333;
}

a,
span {
	display: inline-block;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.container {
	background: url("../img/bg_container.webp") no-repeat center center/cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
}

.wrapper {
	background: #FFF;
	width: 23.4375rem;
	margin-left: calc(50vw - 23.4375rem / 2);
}

.inner {
	padding-inline: 1rem;
	position: relative;
	z-index: 1;
}

.heading {
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.28;
	text-align: center;
}

.sec {
	position: relative;
}

.sec-arrow {
	background: #FFF;
	width: 100%;
	height: 2.875rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: calc(100% - 0.03125rem);
	left: 0;
	z-index: 2;
}

.about .sec-arrow,
.reason .sec-arrow,
.why .sec-arrow,
.consultation .sec-arrow {
	background: #DAE2FF66;
}

.flow-arrow {
	background: linear-gradient(180deg, #0843B4 0%, #3B83EF 100%);
	width: 5.75rem;
	height: 1.25rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	margin-inline: auto;
}

.skill .flow-arrow {
	width: 3rem;
	height: 0.8125rem;
}

.underline-white {
	position: relative;
}

.underline-white::before {
	content: "";
	background: url("../img/deco_underline-white.webp") no-repeat center center/cover;
	width: 18.0625rem;
	height: 0.625rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.reason .underline-white::before {
	background: url("../img/deco_underline-white-reason.webp") no-repeat center center/cover;
	width: 12.8125rem;
	left: -1.5rem;
}

.introduction .underline-white::before {
	background: url("../img/deco_underline-white-introduction.webp") no-repeat center center/cover;
	width: 15.5625rem;
	height: 0.5rem;
	left: 2.5rem;
}

.balloon {
	color: #FFF;
	background: #F59C17;
	font-weight: 600;
	letter-spacing: 0.02em;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	position: relative;
}

.consultation .balloon {
	height: 2.625rem;
	line-height: 2.625rem;
}

.balloon::before {
	content: "";
	background: #F59C17;
	width: 1.4375rem;
	height: 0.6875rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: 100%;
	left: 50%;
	translate: -50%;
}

.cta {
	background: #F59C17;
	width: -moz-fit-content;
	width: fit-content;
	padding-block: 0.6875rem;
	padding-left: 1.25rem;
	padding-right: 2.375rem;
	border-width: 0.125rem;
	border-style: solid;
	border-color: #F8BA5D;
	margin-inline: auto;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	position: relative;
}

.fv .cta {
	-moz-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
}

.consultation .cta {
	padding-right: 4.625rem;
	-moz-column-gap: 1.5625rem;
	column-gap: 1.5625rem;
}

.experience .cta {
	padding-right: 4.875rem;
	-moz-column-gap: 1.3125rem;
	column-gap: 1.3125rem;
}

.cta__lead {
	color: #F59C17;
	background: #FFF;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.0012em;
	line-height: 1;
	white-space: nowrap;
	padding-block: 0.1875rem;
	padding-inline: 0.9375rem;
	border: 0.125rem solid #F8BA5D;
	border-radius: 100vmax;
	position: absolute;
	top: -0.75rem;
	left: 50%;
	translate: -50%;
}

.cta__icon {
	width: 2.125rem;
	height: auto;
	aspect-ratio: 1;
}

.cta__txt {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0;
	white-space: nowrap;
	position: relative;
}

.fv .cta__txt {
	font-size: 1.375rem;
}

.cta__arrow {
	content: "";
	width: 0.625rem;
	height: auto;
	aspect-ratio: 1;
	border-bottom: 0.125rem solid;
	border-right: 0.125rem solid;
	rotate: -45deg;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.cta {
	background: #F59C17;
	transition: background 0.3s ease;
}

.cta .cta__icon path {
	transition: fill 0.3s ease;
}

.cta .cta__txt {
	color: #FFF;
	transition: color 0.3s ease;
}

.cta .cta__arrow {
	border-color: #FFF;
	left: calc(100% + 0.6875rem);
	transition: border-color 0.3s ease, left 0.3s ease;
}

.consultation .cta .cta__arrow {
	left: calc(100% + 2.625rem);
}

.experience .cta .cta__arrow {
	left: calc(100% + 2.875rem);
}

.list {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.list__item {
	background: #1B3B8D;
	min-height: 3.0625rem;
	padding-top: 0.5625rem;
	padding-block: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 0.9375rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.list__item::before {
	content: "";
	background: #FFF;
	width: 0.375rem;
	height: auto;
	aspect-ratio: 1;
	border-radius: 0 0.1875rem 0.1875rem 0;
	position: absolute;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}

.list__item-txt {
	color: #FFF;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.25;
}

.side-cta {
	padding-top: min(24.1666666667vw, 21.75rem);
	padding-bottom: min(5.5555555556vw, 2.5rem);
	width: calc(50vw - 23.4375rem / 2);
	height: 100vh;
	height: 100svh;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	scrollbar-width: none;
}

.side-cta::-webkit-scrollbar {
	display: none;
}

.side-cta__logo {
	width: 22.1875rem;
	margin-inline: auto;
}

.side-cta__btn {
	margin-top: 3.75rem;
}

.side-menu {
	width: calc(100vw - 23.4375rem - (50vw - 23.4375rem / 2));
	height: 100vh;
	height: 100svh;
	padding-top: min(17.3611111111vw, 15.625rem);
	padding-bottom: min(5.5555555556vw, 5rem);
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	scrollbar-width: none;
}

.side-menu::-webkit-scrollbar {
	display: none;
}

.side-menu__nav {
	width: 21.875rem;
	margin-inline: auto;
}

.side-menu__list {
	display: flex;
	flex-direction: column;
	row-gap: 1.0625rem;
}

.side-menu__item {
	min-height: 2.9375rem;
}

.side-menu__link {
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	padding-left: 2.25rem;
	vertical-align: middle;
	position: relative;
}

.side-menu__link::before {
	content: "";
	width: 0.9375rem;
	height: auto;
	aspect-ratio: 1;
	rotate: 45deg;
	border-top: 0.0625rem solid currentColor;
	border-right: 0.0625rem solid currentColor;
	position: absolute;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}

.header {
	display: none;
}

.header__logo {
	width: 7.75rem;
	margin-left: 0.875rem;
}

.fv__container {
	position: relative;
}

.fv__img {
  position: relative;
}

.fv__img img {
  width: 100%;
  height: auto;
  display: block;
}

.fv__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  /* 下に向かって白に溶ける */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.fv__txt {
  width: 100%;
  text-align: center;
  padding: 1.5rem 1rem;
  background: #fff; /* 違和感なく下に続く */
}

.fv__lead {
	width: 21rem;
	margin-left: 0.5rem;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.28;
}

.fv__lead .--accent {
	display: inline;
	color: #014AAD;
}

.fv__lead .--lower {
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
	margin-right: 0.625rem;
}

.fv__title {
	color: #FFF;
	background: linear-gradient(90deg, #014AAD 0%, #014AAD 50%, #3EAAD0 100%);
	width: 21.4375rem;
	padding-block: 0.375rem;
	padding-inline: 0.6875rem;
	margin-top: 0.625rem;
	margin-inline: auto;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.fv__title .--large {
	font-size: 1.5625rem;
	font-weight: 900;
}

.fv__title .--small {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.23;
}

.fv__desc {
  margin-top: 1rem;
  line-height: 1.6;
}

.fv__attention {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #666;
}

.fv__cta {
	background: url("../img/bg_fv-cta.webp") no-repeat center center/cover;
	padding-top: 1.875rem;
	padding-bottom: 1.25rem;
	padding-inline: 1.375rem;
}

.case {
	padding-top: 1.5rem;
	padding-bottom: 3.5625rem;
}

.case__swiper-container,
.case__swiper,
.case__swiper-wrapper,
.case__swiper-slide {
	position: relative;
}

.case__swiper-slide {
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}

.case__swiper-button-prev,
.case__swiper-button-next,
.case__swiper-pagination-bullets.swiper-pagination-horizontal {
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	margin: 0;
	padding: 0;
}

.case__swiper-button-prev::after,
.case__swiper-button-next::after {
	content: "";
}

.case__swiper-button-prev,
.case__swiper-button-next {
	background: #323232;
	width: 2.3125rem;
	height: 3.9375rem;
	bottom: 50%;
}

.case__swiper-button-prev::before,
.case__swiper-button-next::before {
	content: "";
	width: 0.5625rem;
	height: auto;
	aspect-ratio: 1;
	border-top: 0.0625rem solid #FFF;
	border-left: 0.0625rem solid #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}

.case__swiper-button-prev {
	left: 0.5rem;
	translate: -50% 50%;
}

.case__swiper-button-prev::before {
	rotate: -45deg;
}

.case__swiper-button-next {
	right: 0.5rem;
	translate: 50% 50%;
}

.case__swiper-button-next::before {
	rotate: 135deg;
}

.case__swiper-pagination > .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -1.625rem;
}

.case__swiper-pagination > .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	width: 1.625rem;
	height: 0.125rem;
	border-radius: unset;
	margin: 0 0.15625rem;
}

.case__swiper-pagination > .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	width: 2.71875rem !important;
}

.case-card {
	border: 0.0625rem solid rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}

.case-card__head {
	color: #FFF;
	background: linear-gradient(90deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	height: 3.4375rem;
	padding-inline: 0.8125rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
}

.case-card__num {
	font-size: 0.625rem;
	line-height: 1.28;
	height: 100%;
	padding-top: 0.4375rem;
	padding-right: 0.75rem;
	border-right: 0.0625rem solid rgba(255, 255, 255, 0.4);
	text-align: center;
}

.case-card__num .--large {
	font-size: 1.625rem;
	margin-top: -0.1875rem;
}

.case-card__name {
	font-size: 1.125rem;
	font-weight: 600;
	padding-left: 1.125rem;
}

.case-card__body {
	padding-top: 0.5625rem;
	padding-bottom: 1.25rem;
	padding-inline: 0.625rem;
}

.case-card__desc {
	letter-spacing: -0.03em;
	line-height: 1.45;
	text-align: center;
}

.case-card__img {
	margin-top: 0.6875rem;
}

.case-card__bf-af {
	margin-top: 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 2.125rem;
	column-gap: 2.125rem;
}

.case-card__boxes {
	margin-top: 1.0625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.case-card-box {
	padding-top: 0.75rem;
	padding-bottom: 0.8125rem;
	border: 0.0625rem solid #DCDCDC;
	text-align: center;
}

.case-card-box.--large {
	padding-top: 0.5rem;
	padding-bottom: 0.625rem;
}

.case-card-box.--bf {
	background: #CFCFCF;
}

.case-card-box.--bf {
	position: relative;
}

.case-card-box.--bf::before {
	content: "";
	background: linear-gradient(180deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	width: 0.4375rem;
	height: 1.0625rem;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	right: -1.4375rem;
	top: 50%;
	translate: 0 -50%;
}

.case-card-box__title {
	font-weight: 400;
	background: linear-gradient(90deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 0.75rem;
	line-height: 1.28;
}

.--bf .case-card-box__title {
	color: #151515;
	background: unset;
	-webkit-background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}

.case-card-box__desc {
	color: #F59C17;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.125rem;
}

.--large .case-card-box__desc {
	font-size: 1.125rem;
}

.--bf .case-card-box__desc {
	color: #151515;
	font-size: 1rem;
	font-weight: 500;
}

.there {
	background: url("../img/bg_there.webp") no-repeat top left/100% auto;
	padding-top: 2.4375rem;
	padding-bottom: 1.25rem;
}

.there__inner {
	padding-inline: 1.09375rem;
}

.there__heading {
	font-size: 1.75rem;
}

.there__list {
	margin-top: 1.375rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.46875rem;
}

.there__item {
	background: linear-gradient(90deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	width: 20.5rem;
	min-height: 3.0625rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5625rem;
	padding-inline: 0.8125rem;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.there__item:nth-of-type(2n) {
	margin-left: auto;
}

.there__item-txt {
	color: #FFF;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.25;
}

.why {
	background: url("../img/bg_lines.webp") no-repeat top left/contain, linear-gradient(0deg, #DAE2FF66, #DAE2FF66);
	padding-top: 4.5625rem;
	padding-bottom: 2rem;
}

.why__heading {
	color: #1B3B8D;
	font-size: 1.625rem;
}

.why__container {
	background: #FFF;
	margin-top: 1.375rem;
	padding-top: 1.375rem;
	padding-inline: 1.375rem;
	padding-bottom: 1.3125rem;
	box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}

.why__txt {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-bottom: 1.625rem;
}

.why__txt:last-of-type {
	margin-bottom: 0;
}

.why__txt .--accent {
	display: inline;
	color: #F59C17;
	font-weight: 700;
}

.why__txt.--bold {
	font-weight: 700;
}

.why__txt.--txt1 {
	margin-bottom: 0.6875rem;
}

.why__txt.--txt2 {
	margin-bottom: 1.1875rem;
}

.why__txt.--txt3 {
	margin-bottom: 1.1875rem;
}

.why__txt.--txt4 {
	margin-bottom: 0.75rem;
}

.why__txt.--txt5 {
	margin-bottom: 1.1875rem;
}

.why__txt.--txt6 {
	margin-bottom: 0.6875rem;
}

.why__img {
	margin-bottom: 1.0625rem;
}

.why__list {
	margin-bottom: 1.125rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.why__arrow {
	margin-top: 1.3125rem;
}

.why__message {
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 1rem;
	margin-top: 0.1875rem;
	text-align: center;
}

.why__message .--small {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	margin-left: -0.4375rem;
}

.why__message .--large {
	color: #1B3B8D;
	font-size: 1.3125rem;
	letter-spacing: 0.04em;
	margin-top: -0.3125rem;
	margin-left: -0.4375rem;
}

.compare {
	padding-top: 4.75rem;
	padding-bottom: 2.375rem;
}

.compare__heading {
	font-size: 1.375rem;
	font-weight: 700;
	margin-left: 1.0625rem;
}

.compare__heading .--large {
	color: #1B3B8D;
	font-size: 2.0625rem;
}

.compare__desc {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.125rem;
	text-align: center;
}

.compare__inner {
	padding-left: 1rem;
}

.compare__table-container {
	margin-top: 0.6875rem;
	padding-top: 0.375rem;
	padding-right: 1.875rem;
	padding-bottom: 1.875rem;
	overflow-x: auto;
}

.compare__table-container::-webkit-scrollbar {
	height: 0.25rem;
}

.compare__table-container::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.1);
}

.compare__table-container::-webkit-scrollbar-thumb {
	background-color: #1B3B8D;
}

/* =========================
   ✅ compare-table：重なり（z-index）を整理
   ・ヘッダーは常に最前面
   ・左の「項目」列は隣を覆わない
   ・強調したい2列目（オレンジ）は項目列より上
   ========================= */

/* =========================================================
   ✅ compare-table / スクロール固定テーブル（完成版）
   - 左の項目列（主な役割〜）が「常に最前面」で欠けない
   - ヘッダーは最前面
   - 2列目（オレンジ枠）は維持
   ========================================================= */

/* スクロール親：sticky安定のため position を持たせる */
.compare__table-container{
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* スクロールバー（既存の見た目が必要なら残してOK） */
.compare__table-container::-webkit-scrollbar {
  height: 0.25rem;
}
.compare__table-container::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.compare__table-container::-webkit-scrollbar-thumb {
  background-color: #1B3B8D;
}

/* テーブル本体：collapse だと sticky+border が崩れやすいので separate */
.compare-table{
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  isolation: isolate; /* z-indexの事故防止 */
}

/* セル共通 */
.compare-table th,
.compare-table td{
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  border: 0.0625rem solid #ECECEC;
  background: #FFF; /* 透け防止（これがないと欠けて見える事がある） */
}

/* ヘッダー（上固定） */
.compare-table__head{
  height: 2.8125rem;
}
.compare-table__head th{
  position: sticky;
  top: 0;
  z-index: 80;            /* ボディより必ず上 */
  background: #1B3B8D;
  height: 2.8125rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
}

/* 1列目（項目列）の見た目 */
.compare-table th:nth-child(1),
.compare-table td:nth-child(1){
  background: #DAE2FF66;
  padding-inline: 1.25rem;
  text-align: left; /* 読みやすさ優先（不要なら消してOK） */
}

/* 2〜4列目のpadding（あなたの既存値を維持） */
.compare-table th:nth-child(2),
.compare-table td:nth-child(2){ padding-inline: 1rem; }
.compare-table th:nth-child(3),
.compare-table td:nth-child(3){ padding-inline: 0.9375rem; }
.compare-table th:nth-child(4),
.compare-table td:nth-child(4){ padding-inline: 0.5rem; }

/* =========================================================
   ✅ 左固定（項目列）
   ※ ここが今回の「主な役割〜が欠ける」原因の本丸です
   ========================================================= */

/* 【重要】固定用クラス：left は 0 固定（マイナス禁止） */
.compare-table__scroll-fixed{
  position: sticky;
  left: 0;
}

/* ボディ側の項目列（主な役割〜）は最前面にして絶対に潰されない */
.compare-table__body th.compare-table__scroll-fixed{
  z-index: 60;           /* 2列目より上にする */
  background: #DAE2FF;   /* ★完全に透けない色（66だと欠けに見えることあり） */
  box-shadow: 2px 0 0 rgba(0,0,0,0.06); /* 境界が分かりやすい */
}

/* 左上（項目ヘッダー）だけ最強にする */
.compare-table__head th.compare-table__scroll-fixed{
  left: 0;
  z-index: 100;          /* 全要素で最前面 */
  background: #1B3B8D;
}

/* =========================================================
   ✅ 2列目（オレンジ枠）
   - 枠は維持
   - ただし左の項目列を潰さないよう z-index は控えめ
   ========================================================= */

.compare-table__head th:nth-child(2){
  background: #F59C17;
}

/* 2列目の枠（左右） */
.compare-table__head th:nth-child(2),
.compare-table__body td:nth-child(2){
  position: relative;
  z-index: 10; /* 左固定(60)より下＝項目列は絶対に潰されない */
  box-shadow:
    inset 3px 0 0 #F59C17,
    inset -3px 0 0 #F59C17;
}

/* 2列目の上ライン（ヘッダーだけ太く） */
.compare-table__head th:nth-child(2){
  box-shadow:
    inset 3px 0 0 #F59C17,
    inset -3px 0 0 #F59C17,
    inset 0 6px 0 #F59C17;
}

/* 2列目の下ライン（最終行だけ） */
.compare-table__body tr:last-child td:nth-child(2){
  box-shadow:
    inset 3px 0 0 #F59C17,
    inset -3px 0 0 #F59C17,
    inset 0 -3px 0 #F59C17;
}

/* ボディ行の高さ */
.compare-table__body th,
.compare-table__body td{
  font-weight: 500;
  height: 2.25rem;
  vertical-align: middle;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%; /* 相対基準を統一 */
	font-size: clamp(14.5px, 16 / 1440 * 100vw, 20px);
}

body {
	color: #151515;
	background: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

p {
	line-height: 1.7333333333;
}

a,
span {
	display: inline-block;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.container {
	background: url("../img/bg_container.webp") no-repeat center center/cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
}

.wrapper {
	background: #FFF;
	width: 23.4375rem;
	margin-left: calc(50vw - 23.4375rem / 2);
}

.inner {
	padding-inline: 1rem;
	position: relative;
	z-index: 1;
}

.heading {
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.28;
	text-align: center;
}

.sec {
	position: relative;
}

.sec-arrow {
	background: #FFF;
	width: 100%;
	height: 2.875rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: calc(100% - 0.03125rem);
	left: 0;
	z-index: 2;
}

.about .sec-arrow,
.reason .sec-arrow,
.why .sec-arrow,
.consultation .sec-arrow {
	background: #DAE2FF66;
}

.flow-arrow {
	background: linear-gradient(180deg, #0843B4 0%, #3B83EF 100%);
	width: 5.75rem;
	height: 1.25rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	margin-inline: auto;
}

.skill .flow-arrow {
	width: 3rem;
	height: 0.8125rem;
}

.underline-white {
	position: relative;
}

.underline-white::before {
	content: "";
	background: url("../img/deco_underline-white.webp") no-repeat center center/cover;
	width: 18.0625rem;
	height: 0.625rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.reason .underline-white::before {
	background: url("../img/deco_underline-white-reason.webp") no-repeat center center/cover;
	width: 12.8125rem;
	left: -1.5rem;
}

.introduction .underline-white::before {
	background: url("../img/deco_underline-white-introduction.webp") no-repeat center center/cover;
	width: 15.5625rem;
	height: 0.5rem;
	left: 2.5rem;
}

.balloon {
	color: #FFF;
	background: #F59C17;
	font-weight: 600;
	letter-spacing: 0.02em;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	position: relative;
}

.consultation .balloon {
	height: 2.625rem;
	line-height: 2.625rem;
}

.balloon::before {
	content: "";
	background: #F59C17;
	width: 1.4375rem;
	height: 0.6875rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: 100%;
	left: 50%;
	translate: -50%;
}

.cta {
	background: #F59C17;
	width: -moz-fit-content;
	width: fit-content;
	padding-block: 0.6875rem;
	padding-left: 1.25rem;
	padding-right: 2.375rem;
	border-width: 0.125rem;
	border-style: solid;
	border-color: #F8BA5D;
	margin-inline: auto;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	position: relative;
}

.fv .cta {
	-moz-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
}

.consultation .cta {
	padding-right: 4.625rem;
	-moz-column-gap: 1.5625rem;
	column-gap: 1.5625rem;
}

.experience .cta {
	padding-right: 4.875rem;
	-moz-column-gap: 1.3125rem;
	column-gap: 1.3125rem;
}

.cta__lead {
	color: #F59C17;
	background: #FFF;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.0012em;
	line-height: 1;
	white-space: nowrap;
	padding-block: 0.1875rem;
	padding-inline: 0.9375rem;
	border: 0.125rem solid #F8BA5D;
	border-radius: 100vmax;
	position: absolute;
	top: -0.75rem;
	left: 50%;
	translate: -50%;
}

.cta__icon {
	width: 2.125rem;
	height: auto;
	aspect-ratio: 1;
}

.cta__txt {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0;
	white-space: nowrap;
	position: relative;
}

.fv .cta__txt {
	font-size: 1.375rem;
}

.cta__arrow {
	content: "";
	width: 0.625rem;
	height: auto;
	aspect-ratio: 1;
	border-bottom: 0.125rem solid;
	border-right: 0.125rem solid;
	rotate: -45deg;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.cta {
	background: #F59C17;
	transition: background 0.3s ease;
}

.cta .cta__icon path {
	transition: fill 0.3s ease;
}

.cta .cta__txt {
	color: #FFF;
	transition: color 0.3s ease;
}

.cta .cta__arrow {
	border-color: #FFF;
	left: calc(100% + 0.6875rem);
	transition: border-color 0.3s ease, left 0.3s ease;
}

.consultation .cta .cta__arrow {
	left: calc(100% + 2.625rem);
}

.experience .cta .cta__arrow {
	left: calc(100% + 2.875rem);
}

.list {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.list__item {
	background: #1B3B8D;
	min-height: 3.0625rem;
	padding-top: 0.5625rem;
	padding-block: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 0.9375rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.list__item::before {
	content: "";
	background: #FFF;
	width: 0.375rem;
	height: auto;
	aspect-ratio: 1;
	border-radius: 0 0.1875rem 0.1875rem 0;
	position: absolute;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}

.list__item-txt {
	color: #FFF;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.25;
}

.side-cta {
	padding-top: min(24.1666666667vw, 21.75rem);
	padding-bottom: min(5.5555555556vw, 2.5rem);
	width: calc(50vw - 23.4375rem / 2);
	height: 100vh;
	height: 100svh;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	scrollbar-width: none;
}

.side-cta::-webkit-scrollbar {
	display: none;
}

.side-cta__logo {
	width: 22.1875rem;
	margin-inline: auto;
}

.side-cta__btn {
	margin-top: 3.75rem;
}

.side-menu {
	width: calc(100vw - 23.4375rem - (50vw - 23.4375rem / 2));
	height: 100vh;
	height: 100svh;
	padding-top: min(17.3611111111vw, 15.625rem);
	padding-bottom: min(5.5555555556vw, 5rem);
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	scrollbar-width: none;
}

.side-menu::-webkit-scrollbar {
	display: none;
}

.side-menu__nav {
	width: 21.875rem;
	margin-inline: auto;
}

.side-menu__list {
	display: flex;
	flex-direction: column;
	row-gap: 1.0625rem;
}

.side-menu__item {
	min-height: 2.9375rem;
}

.side-menu__link {
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	padding-left: 2.25rem;
	vertical-align: middle;
	position: relative;
}

.side-menu__link::before {
	content: "";
	width: 0.9375rem;
	height: auto;
	aspect-ratio: 1;
	rotate: 45deg;
	border-top: 0.0625rem solid currentColor;
	border-right: 0.0625rem solid currentColor;
	position: absolute;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}

.header {
	display: none;
}

.header__logo {
	width: 7.75rem;
	margin-left: 0.875rem;
}

.fv__container {
  display: flex;
  flex-direction: column;
}

.fv__lead {
	width: 21rem;
	margin-left: 0.5rem;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.28;
}

.fv__lead .--accent {
	display: inline;
	color: #014AAD;
}

.fv__lead .--lower {
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
	margin-right: 0.625rem;
}

.fv__title {
	color: #FFF;
	background: linear-gradient(90deg, #014AAD 0%, #014AAD 50%, #3EAAD0 100%);
	width: 21.4375rem;
	padding-block: 0.375rem;
	padding-inline: 0.6875rem;
	margin-top: 0.625rem;
	margin-inline: auto;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.fv__title .--large {
	font-size: 1.5625rem;
	font-weight: 900;
}

.fv__title .--small {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.23;
}

.fv__desc {
	color: #014AAD;
	font-feature-settings: "palt";
	width: 20.375rem;
	margin-top: 0.625rem;
	margin-left: 0.5rem;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.6;
}

.fv__attention {
	color: #959595;
	font-size: max(0.5rem, 8px);
	line-height: 1.5;
	margin-top: 0.5625rem;
	margin-left: 0.1875rem;
	text-align: left;
}

.fv__cta {
	background: url("../img/bg_fv-cta.webp") no-repeat center center/cover;
	padding-top: 1.875rem;
	padding-bottom: 1.25rem;
	padding-inline: 1.375rem;
}

.case {
	padding-top: 1.5rem;
	padding-bottom: 3.5625rem;
}

.case__swiper-container,
.case__swiper,
.case__swiper-wrapper,
.case__swiper-slide {
	position: relative;
}

.case__swiper-slide {
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}

.case__swiper-button-prev,
.case__swiper-button-next,
.case__swiper-pagination-bullets.swiper-pagination-horizontal {
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	margin: 0;
	padding: 0;
}

.case__swiper-button-prev::after,
.case__swiper-button-next::after {
	content: "";
}

.case__swiper-button-prev,
.case__swiper-button-next {
	background: #323232;
	width: 2.3125rem;
	height: 3.9375rem;
	bottom: 50%;
}

.case__swiper-button-prev::before,
.case__swiper-button-next::before {
	content: "";
	width: 0.5625rem;
	height: auto;
	aspect-ratio: 1;
	border-top: 0.0625rem solid #FFF;
	border-left: 0.0625rem solid #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}

.case__swiper-button-prev {
	left: 0.5rem;
	translate: -50% 50%;
}

.case__swiper-button-prev::before {
	rotate: -45deg;
}

.case__swiper-button-next {
	right: 0.5rem;
	translate: 50% 50%;
}

.case__swiper-button-next::before {
	rotate: 135deg;
}

.case__swiper-pagination > .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -1.625rem;
}

.case__swiper-pagination > .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	width: 1.625rem;
	height: 0.125rem;
	border-radius: unset;
	margin: 0 0.15625rem;
}

.case__swiper-pagination > .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	width: 2.71875rem !important;
}

.case-card {
	border: 0.0625rem solid rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}

.case-card__head {
	color: #FFF;
	background: linear-gradient(90deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	height: 3.4375rem;
	padding-inline: 0.8125rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
}

.case-card__num {
	font-size: 0.625rem;
	line-height: 1.28;
	height: 100%;
	padding-top: 0.4375rem;
	padding-right: 0.75rem;
	border-right: 0.0625rem solid rgba(255, 255, 255, 0.4);
	text-align: center;
}

.case-card__num .--large {
	font-size: 1.625rem;
	margin-top: -0.1875rem;
}

.case-card__name {
	font-size: 1.125rem;
	font-weight: 600;
	padding-left: 1.125rem;
}

.case-card__body {
	padding-top: 0.5625rem;
	padding-bottom: 1.25rem;
	padding-inline: 0.625rem;
}

.case-card__desc {
	letter-spacing: -0.03em;
	line-height: 1.45;
	text-align: center;
}

.case-card__img {
	margin-top: 0.6875rem;
}

.case-card__bf-af {
	margin-top: 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 2.125rem;
	column-gap: 2.125rem;
}

.case-card__boxes {
	margin-top: 1.0625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.case-card-box {
	padding-top: 0.75rem;
	padding-bottom: 0.8125rem;
	border: 0.0625rem solid #DCDCDC;
	text-align: center;
}

.case-card-box.--large {
	padding-top: 0.5rem;
	padding-bottom: 0.625rem;
}

.case-card-box.--bf {
	background: #CFCFCF;
}

.case-card-box.--bf {
	position: relative;
}

.case-card-box.--bf::before {
	content: "";
	background: linear-gradient(180deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	width: 0.4375rem;
	height: 1.0625rem;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	right: -1.4375rem;
	top: 50%;
	translate: 0 -50%;
}

.case-card-box__title {
	font-weight: 400;
	background: linear-gradient(90deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 0.75rem;
	line-height: 1.28;
}

.--bf .case-card-box__title {
	color: #151515;
	background: unset;
	-webkit-background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}

.case-card-box__desc {
	color: #F59C17;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.125rem;
}

.--large .case-card-box__desc {
	font-size: 1.125rem;
}

.--bf .case-card-box__desc {
	color: #151515;
	font-size: 1rem;
	font-weight: 500;
}

.there {
	background: url("../img/bg_there.webp") no-repeat top left/100% auto;
	padding-top: 2.4375rem;
	padding-bottom: 1.25rem;
}

.there__inner {
	padding-inline: 1.09375rem;
}

.there__heading {
	font-size: 1.75rem;
}

.there__list {
	margin-top: 1.375rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.46875rem;
}

.there__item {
	background: linear-gradient(90deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	width: 20.5rem;
	min-height: 3.0625rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5625rem;
	padding-inline: 0.8125rem;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.there__item:nth-of-type(2n) {
	margin-left: auto;
}

.there__item-txt {
	color: #FFF;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.25;
}

.why {
	background: url("../img/bg_lines.webp") no-repeat top left/contain, linear-gradient(0deg, #DAE2FF66, #DAE2FF66);
	padding-top: 4.5625rem;
	padding-bottom: 2rem;
}

.why__heading {
	color: #1B3B8D;
	font-size: 1.625rem;
}

.why__container {
	background: #FFF;
	margin-top: 1.375rem;
	padding-top: 1.375rem;
	padding-inline: 1.375rem;
	padding-bottom: 1.3125rem;
	box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}

.why__txt {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-bottom: 1.625rem;
}

.why__txt:last-of-type {
	margin-bottom: 0;
}

.why__txt .--accent {
	display: inline;
	color: #F59C17;
	font-weight: 700;
}

.why__txt.--bold {
	font-weight: 700;
}

.why__txt.--txt1 {
	margin-bottom: 0.6875rem;
}

.why__txt.--txt2 {
	margin-bottom: 1.1875rem;
}

.why__txt.--txt3 {
	margin-bottom: 1.1875rem;
}

.why__txt.--txt4 {
	margin-bottom: 0.75rem;
}

.why__txt.--txt5 {
	margin-bottom: 1.1875rem;
}

.why__txt.--txt6 {
	margin-bottom: 0.6875rem;
}

.why__img {
	margin-bottom: 1.0625rem;
}

.why__list {
	margin-bottom: 1.125rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.why__arrow {
	margin-top: 1.3125rem;
}

.why__message {
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 1rem;
	margin-top: 0.1875rem;
	text-align: center;
}

.why__message .--small {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	margin-left: -0.4375rem;
}

.why__message .--large {
	color: #1B3B8D;
	font-size: 1.3125rem;
	letter-spacing: 0.04em;
	margin-top: -0.3125rem;
	margin-left: -0.4375rem;
}

.compare {
	padding-top: 4.75rem;
	padding-bottom: 2.375rem;
}

.compare__heading {
	font-size: 1.375rem;
	font-weight: 700;
	margin-left: 1.0625rem;
}

.compare__heading .--large {
	color: #1B3B8D;
	font-size: 2.0625rem;
}

.compare__desc {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.125rem;
	text-align: center;
}

.compare__inner {
	padding-left: 1rem;
}

.compare__table-container {
	margin-top: 0.6875rem;
	padding-top: 0.375rem;
	padding-right: 1.875rem;
	padding-bottom: 1.875rem;
	overflow-x: auto;
}

.compare__table-container::-webkit-scrollbar {
	height: 0.25rem;
}

.compare__table-container::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.1);
}

.compare__table-container::-webkit-scrollbar-thumb {
	background-color: #1B3B8D;
}

/* =========================
   ✅ compare-table：重なり（z-index）を整理
   ・ヘッダーは常に最前面
   ・左の「項目」列は隣を覆わない
   ・強調したい2列目（オレンジ）は項目列より上
   ========================= */

/* テーブル自体を基準にする */
/* .compare-table{
  position: relative;
  border-collapse: collapse;
  overflow-x: auto;
} */



/* （任意）2列目の文字が詰まる/折れる場合の保険 */
.compare-table th:nth-child(2),
.compare-table td:nth-child(2){
  min-width: 7.5rem;
}




/* =========================
   ✅ 2列目（人事評価コンサルタント列）を
   “重なりなし”で囲む枠
   ========================= */

.compare-table__head th:nth-child(2),
.compare-table__body td:nth-child(2) {
  /* 左右ライン */
  box-shadow:
    inset 3px 0 0 #F59C17,
    inset -3px 0 0 #F59C17;
}

/* 上ライン（ヘッダーだけ太く） */
.compare-table__head th:nth-child(2) {
  box-shadow:
    inset 3px 0 0 #F59C17,
    inset -3px 0 0 #F59C17,
    inset 0 6px 0 #F59C17;
}

/* 下ライン（最後の行だけ） */
.compare-table__body tr:last-child td:nth-child(2) {
  box-shadow:
    inset 3px 0 0 #F59C17,
    inset -3px 0 0 #F59C17,
    inset 0 -3px 0 #F59C17;
}




.compare-table th,
.compare-table td {
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	text-align: center;
	white-space: nowrap;
	border: 0.0625rem solid #ECECEC;
}

.compare-table th:nth-child(1),
.compare-table td:nth-child(1) {
	background: #DAE2FF;
	padding-inline: 1.25rem;
}

.compare-table th:nth-child(2),
.compare-table td:nth-child(2) {
	padding-inline: 1rem;
}

.compare-table th:nth-child(3),
.compare-table td:nth-child(3) {
	padding-inline: 0.9375rem;
}

.compare-table th:nth-child(4),
.compare-table td:nth-child(4) {
	padding-inline: 0.5rem;
}

.compare-table td:nth-child(4) {
	border-top: 0.0625rem solid #ECECEC;
	border-bottom: 0.0625rem solid #ECECEC;
}

/* .compare-table__scroll-fixed {
	position: sticky;
	left: -0.0625rem;
} */

.compare-table__head {
	height: 2.8125rem;
}

.compare-table__head th {
	background: #1B3B8D;
	height: 2.8125rem;
	color: #FFF;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	vertical-align: middle;
}

.compare-table__head th:nth-child(1) {
	background: #1B3B8D;
}

.compare-table__head th:nth-child(2) {
  background: #F59C17;
}

.compare-table__body th,
.compare-table__body td {
	font-weight: 500;
	height: 2.25rem;
	vertical-align: middle;
}

.about {
	background: #DAE2FF66;
	padding-top: 5.5rem;
	padding-bottom: 1.625rem;
}

.about__heading {
	color: #1B3B8D;
	text-shadow: 0 0 1.125rem rgb(255, 255, 255);
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 1.28;
	text-align: center;
}

.about__container {
	background: #FFF;
	padding-block: 1.1875rem;
	padding-inline: 1.375rem;
	box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
	margin-top: 2.625rem;
}

.about__lead .--accent {
	display: inline;
	color: #F59C17;
	font-weight: 700;
}

.about__img {
	margin-top: 1.0625rem;
}

.about__desc {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.125rem;
}

.about__desc + .about__desc {
	margin-top: 0.6875rem;
}

.learn {
	background: url("../img/bg_learn.webp") no-repeat top left/contain, rgb(255, 255, 255);
	padding-top: 5.875rem;
	padding-bottom: 2.0625rem;
}

.learn__heading {
	color: #1B3B8D;
	font-size: 2rem;
}

.learn__list {
	margin-top: 1.375rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.625rem;
}

.learn__item {
	background: #FFF;
	box-shadow: 0 0 0.5625rem 0 rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
}

.learn__img {
	width: 8.8125rem;
	flex-shrink: 0;
	position: relative;
}

.learn__img svg {
	width: 1.1875rem;
	height: auto;
	aspect-ratio: 1;
	position: absolute;
	top: 0.4375rem;
	left: 0.4375rem;
}

.learn__txt {
	width: 100%;
}

.learn__txt p {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.28;
	text-align: center;
}

.learn__desc {
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.5625rem;
}

.learn__desc .--accent {
	color: #F59C17;
	font-weight: 700;
}

.reason {
	background: url("../img/bg_lines.webp") no-repeat top left/contain, linear-gradient(#DAE2FF66);
	padding-top: 5.125rem;
	padding-bottom: 2.9375rem;
}

.reason__heading {
	font-size: 1.25rem;
}

.reason__heading .--accent {
	color: #1B3B8D;
	font-size: 2rem;
	margin-top: 0.1875rem;
}

.reason__cards {
	margin-top: 1.6875rem;
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

.reason-card {
	background: #FFF;
	padding-block: 1.1875rem;
	padding-inline: 1.375rem;
	box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}

.reason-card__head {
	margin-bottom: 1.375rem;
	display: flex;
	align-items: center;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.reason-card__icon {
	width: 4.25rem;
	margin-top: 0.3125rem;
	flex-shrink: 0;
}

.reason-card__title {
	font-size: 1.25rem;
	font-weight: 900;
}

.reason-card__desc {
	color: #8D8D8D;
	font-size: 0.875rem;
	line-height: 1.5;
}

.reason-card__img {
	margin-bottom: 1.125rem;
}

.reason-card__txt {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-bottom: 1.3125rem;
}

.reason-card__txt:last-of-type {
	margin-bottom: 0;
}

.reason-card__txt + .reason-card__txt {
	margin-top: -0.6875rem;
}

.reason-card__txt .--accent {
	display: inline;
	color: #F59C17;
	font-weight: 700;
}

.reason-card__list {
	margin-bottom: 1rem;
}

.reason__materials-wrap {
	padding-block: 0.875rem 1.0625rem;
	padding-inline: 1.25rem;
	border: 0.0625rem solid #DBDBDB;
	margin-bottom: 1.0625rem;
}

.reason__materials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5625rem 1.625rem;
}

.reason__material {
	color: #1B3B8D;
	font-weight: 600;
	line-height: 1;
	position: relative;
}

.reason__material::before {
	content: "";
	background: #DBDBDB;
	width: 0.0625rem;
	height: 0.9375rem;
	rotate: 14deg;
	position: absolute;
	position: absolute;
	left: calc(100% + 0.6875rem);
	top: 0.125rem;
}

.skill {
	background: url("../img/bg_skill.webp") no-repeat bottom left/contain;
	padding-top: 5.375rem;
	padding-bottom: 13.6875rem;
}

.skill__heading {
	color: #1B3B8D;
	font-size: 1.6875rem;
}

.skill__lead {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 0.4375rem;
	text-align: center;
}

.skill__program {
	margin-top: 0.9375rem;
}

.skill__flow-cards {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	row-gap: 1.875rem;
}

.skill__supply {
	margin-top: 1.8125rem;
}

.skill__supply-list {
	margin-top: 1.0625rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.skill__supply-item {
	background: #FFF;
	padding-block: 0.5625rem;
	padding-inline: 0.8125rem;
	border: 0.0625rem solid #D9D9D9;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.skill__supply-item svg {
	width: 1.3125rem;
	height: auto;
	aspect-ratio: 1.4;
}

.skill__supply-item p {
	font-size: 1.0625rem;
	font-weight: 700;
}

.skill__desc {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.25rem;
}

.skill-flow-card {
	border: 0.0625rem solid rgba(0, 0, 0, 0.15);
	display: flex;
	position: relative;
}

.skill-flow-card__flow-arrow {
	position: absolute;
	top: calc(100% + 0.6875rem);
	left: 50%;
	translate: -50%;
}

.skill-flow-card__head {
	color: #FFF;
	background: linear-gradient(180deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	width: 4.4375rem;
	padding-top: 0.5rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.--card1 .skill-flow-card__head,
.--card2 .skill-flow-card__head {
	font-family: "Helvetica", sans-serif;
}

.--card3 .skill-flow-card__head {
	padding-top: 1rem;
	padding-bottom: 1.125rem;
}

.skill-flow-card__head svg {
	background: #3B83EF;
	width: 12.875rem;
	height: 2.875rem;
	box-shadow: 0 0 1.5625rem 1.25rem #3B83EF;
	position: absolute;
	bottom: -1.375rem;
	left: 50%;
	translate: -50%;
}

.skill-flow-card__head .--small {
	font-size: 0.75rem;
}

.skill-flow-card__head .--large {
	font-size: 1.6875rem;
	margin-top: -0.6875rem;
}

.skill-flow-card__txt {
	width: 100%;
	padding-top: 0.5625rem;
	padding-bottom: 1.5rem;
	padding-left: 0.5rem;
	padding-right: 0.8125rem;
}

.skill-flow-card__title {
	color: #1B3B8D;
	font-size: 1.125rem;
	font-weight: 600;
	margin-left: 0.375rem;
}

.skill-flow-card__list {
	margin-top: 0.0625rem;
	margin-left: 0.375rem;
}

.skill-flow-card__item {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	padding-left: 1.0625rem;
	position: relative;
}

.skill-flow-card__item::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}

.skill-flow-card__img {
	height: 7.0625rem;
	margin-top: 0.625rem;
}

.introduction {
	background: #DAE2FF66;
	margin-top: -1rem;
	padding-top: 0.6875rem;
	padding-bottom: 3rem;
}

.introduction::before {
	content: "";
	background: linear-gradient(90deg, #1B3B8D 0%, #0843B4 50%, #3B83EF 100%);
	width: 100%;
	height: 3.4375rem;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	position: absolute;
	top: -3.4375rem;
	right: 0;
	z-index: 1;
}

.introduction__deco {
	background: #DAE2FF66;
	width: 100%;
	height: 3.75rem;
	aspect-ratio: 6.25;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	position: absolute;
	left: 0;
	bottom: calc(100% - 0.03125rem);
	z-index: 2;
}

.introduction__heading {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

.introduction__name {
	color: #1B3B8D;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0.3125rem;
	text-align: center;
}

.introduction__name .--large {
	display: block;
	font-size: 2rem;
	letter-spacing: 0.03em;
	margin-left: 0.625rem;
	margin-bottom: 0.125rem;
}

.introduction__img {
	margin-top: 1.4375rem;
}

.introduction__desc {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.375rem;
}

.introduction__books {
	background: #FFF;
	margin-top: 1.25rem;
	padding-block: 0.625rem;
	padding-inline: 1.4375rem;
}

.voice {
	background: url("../img/bg_voice.webp") no-repeat top left/contain, linear-gradient(168deg, #DAE2FF 0%, #DAE2FF 40%, #6B87EB 100%);
	padding-top: 2.875rem;
	padding-bottom: 2.875rem;
}

.voice__heading {
	color: #014097;
	font-size: 2.125rem;
}

.voice__cards {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	row-gap: 1.1875rem;
}

.voice-card {
	background: #FFF;
	padding-top: 1rem;
	padding-inline: 1rem;
	padding-bottom: 1.0625rem;
}

.voice-card__head {
	display: flex;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.voice-card__img {
	width: 6.375rem;
	height: auto;
	aspect-ratio: 1;
	flex-shrink: 0;
}

.voice-card__wrap {
	padding-top: 1.1875rem;
}

.voice-card__name {
	font-weight: 700;
}

.voice-card__info {
	color: #9A9A9A;
	font-size: 0.6875rem;
	line-height: 1.35;
	margin-top: 0.1875rem;
}

.voice-card__desc {
	margin-top: 0.875rem;
}

.voice-card__desc p {
	font-size: 0.875rem;
	font-weight: 500;
}

.consultation {
	background: url("../img/bg_consultation.webp") no-repeat top left/contain, #DAE2FF66;
	padding-top: 5rem;
	padding-bottom: 1.125rem;
}

.consultation__heading {
	color: #1B3B8D;
	font-size: 1.625rem;
	margin-left: 0.4375rem;
	text-align: left;
}

.consultation__container {
	box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
	margin-top: 3.5625rem;
}

.consultation__container-body {
	background: #FFF;
	padding-top: 1.4375rem;
	padding-inline: 1.375rem;
	padding-bottom: 1.4375rem;
}

.consultation__desc {
	font-size: 0.9375rem;
	font-weight: 500;
}

.consultation__list {
	margin-block: 1.1875rem;
}

.consultation__attention {
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.75rem;
	margin-top: 0.6875rem;
}

.consultation__cta {
	margin-top: 2.25rem;
}

.experience {
	position: relative;
}

.experience__container {
	width: 100%;
	height: 100%;
	padding-top: 4.3125rem;
	padding-bottom: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.experience__desc {
	display: flex;
	flex-direction: column;
	row-gap: 0.6875rem;
}

.experience__desc p {
	color: #FFF;
	font-size: 0.9375rem;
	font-weight: 700;
	text-align: center;
}

.experience__wrap {
	width: 14.875rem;
	margin-top: 2.4375rem;
	margin-left: auto;
	margin-right: 0.6875rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

.experience__lead {
	width: 13.6875rem;
	margin-top: 0.5rem;
	margin-inline: auto;
	padding-block: 0.09375rem;
	border-top: 0.0625rem solid #FFF;
	border-bottom: 0.0625rem solid #FFF;
}

.experience__lead p {
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.0012em;
}

.experience__cta {
	margin-top: 1.4375rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

.experience__img {
	position: absolute;
	bottom: -0.625rem;
	left: -0.625rem;
	z-index: 0;
}

.experience__img img {
	width: 13.75rem;
	height: auto;
}

.footer {
	background: #323232;
	padding-top: 0.6875rem;
	padding-bottom: 0.875rem;
}

.footer__logo {
	width: 7.75rem;
	margin-inline: auto;
}

.footer__list {
	margin-top: -0.125rem;
	display: flex;
	justify-content: center;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.footer__link {
	color: #FFF;
	font-size: max(10px, 0.625rem);
	letter-spacing: 0.0012em;
	text-decoration: underline;
}

@media (any-hover: hover) {

a {
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.7;
}

.cta:hover {
	opacity: 1;
	background: #FFF;
}

.cta:hover .cta__icon path {
	fill: #F59C17;
}

.cta:hover .cta__txt {
	color: #F59C17;
}

.cta:hover .cta__arrow {
	border-color: #F59C17;
	left: calc(100% + 1.125rem);
}

.consultation .cta:hover .cta__arrow {
	left: calc(100% + 3.0625rem);
}

.experience .cta:hover .cta__arrow {
	left: calc(100% + 3.3125rem);
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

html {
	font-size: min(1.7777777778vw, 15px);
}

.side-cta .cta {
	padding-left: 1.0416666667vw;
	padding-right: 2.6041666667vw;
	-moz-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
}

.side-cta .cta__lead {
	font-size: 1.3020833333vw;
	padding-inline: 0.9114583333vw;
}

.side-cta .cta__icon {
	width: 3.125vw;
}

.side-cta .cta__txt {
	font-size: 2.0833333333vw;
}

.side-cta .cta .cta__arrow {
	left: calc(100% + 0.5208333333vw);
}

.side-cta__logo {
	width: 26.0416666667vw;
}

.side-menu__nav {
	width: 27.34375vw;
}

.side-menu__link {
	font-size: 1.5625vw;
	padding-left: 1.953125vw;
}

.side-menu__link::before {
	width: 1.0416666667vw;
}

}

@media (min-width: 768px) {

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

}

@media screen and (any-hover: hover) and (min-width: 768px) and (max-width: 1024px) {

.side-cta .cta:hover .cta__arrow {
	left: calc(100% + 0.9114583333vw);
}

}

@media screen and (max-width: 767px) {

html {
	font-size: calc(16 / 375 * 100vw);
}

.container {
	background: #FFF;
	position: relative;
	top: unset;
	left: unset;
}

.side-cta {
	display: none;
}

.side-menu {
	display: none;
}

.header {
	background: #FFF;
	width: 100%;
	height: 2.3125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.fv {
	margin-top: 2.3125rem;
}

}


.about__heading {
	color: #1B3B8D;
	text-shadow: 0 0 1.125rem rgb(255, 255, 255);
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 1.28;
	text-align: center;
}

.about__container {
	background: #FFF;
	padding-block: 1.1875rem;
	padding-inline: 1.375rem;
	box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
	margin-top: 2.625rem;
}

.about__lead .--accent {
	display: inline;
	color: #F59C17;
	font-weight: 700;
}

.about__img {
	margin-top: 1.0625rem;
}

.about__desc {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.125rem;
}

.about__desc + .about__desc {
	margin-top: 0.6875rem;
}

.learn {
	background: url("../img/bg_learn.webp") no-repeat top left/contain, rgb(255, 255, 255);
	padding-top: 5.875rem;
	padding-bottom: 2.0625rem;
}

.learn__heading {
	color: #1B3B8D;
	font-size: 2rem;
}

.learn__list {
	margin-top: 1.375rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.625rem;
}

.learn__item {
	background: #FFF;
	box-shadow: 0 0 0.5625rem 0 rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
}

.learn__img {
	width: 8.8125rem;
	flex-shrink: 0;
	position: relative;
}

.learn__img svg {
	width: 1.1875rem;
	height: auto;
	aspect-ratio: 1;
	position: absolute;
	top: 0.4375rem;
	left: 0.4375rem;
}

.learn__txt {
	width: 100%;
}

.learn__txt p {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.28;
	text-align: center;
}

.learn__desc {
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.5625rem;
}

.learn__desc .--accent {
	color: #F59C17;
	font-weight: 700;
}

.reason {
	background: url("../img/bg_lines.webp") no-repeat top left/contain, linear-gradient(#DAE2FF66);
	padding-top: 5.125rem;
	padding-bottom: 2.9375rem;
}

.reason__heading {
	font-size: 1.25rem;
}

.reason__heading .--accent {
	color: #1B3B8D;
	font-size: 2rem;
	margin-top: 0.1875rem;
}

.reason__cards {
	margin-top: 1.6875rem;
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

.reason-card {
	background: #FFF;
	padding-block: 1.1875rem;
	padding-inline: 1.375rem;
	box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}

.reason-card__head {
	margin-bottom: 1.375rem;
	display: flex;
	align-items: center;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.reason-card__icon {
	width: 4.25rem;
	margin-top: 0.3125rem;
	flex-shrink: 0;
}

.reason-card__title {
	font-size: 1.25rem;
	font-weight: 900;
}

.reason-card__desc {
	color: #8D8D8D;
	font-size: 0.875rem;
	line-height: 1.5;
}

.reason-card__img {
	margin-bottom: 1.125rem;
}

.reason-card__txt {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-bottom: 1.3125rem;
}

.reason-card__txt:last-of-type {
	margin-bottom: 0;
}

.reason-card__txt + .reason-card__txt {
	margin-top: -0.6875rem;
}

.reason-card__txt .--accent {
	display: inline;
	color: #F59C17;
	font-weight: 700;
}

.reason-card__list {
	margin-bottom: 1rem;
}

.reason__materials-wrap {
	padding-block: 0.875rem 1.0625rem;
	padding-inline: 1.25rem;
	border: 0.0625rem solid #DBDBDB;
	margin-bottom: 1.0625rem;
}

.reason__materials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5625rem 1.625rem;
}

.reason__material {
	color: #1B3B8D;
	font-weight: 600;
	line-height: 1;
	position: relative;
}

.reason__material::before {
	content: "";
	background: #DBDBDB;
	width: 0.0625rem;
	height: 0.9375rem;
	rotate: 14deg;
	position: absolute;
	position: absolute;
	left: calc(100% + 0.6875rem);
	top: 0.125rem;
}

.skill {
	background: url("../img/bg_skill.webp") no-repeat bottom left/contain;
	padding-top: 5.375rem;
	padding-bottom: 13.6875rem;
}

.skill__heading {
	color: #1B3B8D;
	font-size: 1.6875rem;
}

.skill__lead {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 0.4375rem;
	text-align: center;
}

.skill__program {
	margin-top: 0.9375rem;
}

.skill__flow-cards {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	row-gap: 1.875rem;
}

.skill__supply {
	margin-top: 1.8125rem;
}

.skill__supply-list {
	margin-top: 1.0625rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.skill__supply-item {
	background: #FFF;
	padding-block: 0.5625rem;
	padding-inline: 0.8125rem;
	border: 0.0625rem solid #D9D9D9;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.skill__supply-item svg {
	width: 1.3125rem;
	height: auto;
	aspect-ratio: 1.4;
}

.skill__supply-item p {
	font-size: 1.0625rem;
	font-weight: 700;
}

.skill__desc {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.25rem;
}

.skill-flow-card {
	border: 0.0625rem solid rgba(0, 0, 0, 0.15);
	display: flex;
	position: relative;
}

.skill-flow-card__flow-arrow {
	position: absolute;
	top: calc(100% + 0.6875rem);
	left: 50%;
	translate: -50%;
}

.skill-flow-card__head {
	color: #FFF;
	background: linear-gradient(180deg, #1B3B8D 0%, #0843B4 72%, #3B83EF 100%);
	width: 4.4375rem;
	padding-top: 0.5rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.--card1 .skill-flow-card__head,
.--card2 .skill-flow-card__head {
	font-family: "Helvetica", sans-serif;
}

.--card3 .skill-flow-card__head {
	padding-top: 1rem;
	padding-bottom: 1.125rem;
}

.skill-flow-card__head svg {
	background: #3B83EF;
	width: 12.875rem;
	height: 2.875rem;
	box-shadow: 0 0 1.5625rem 1.25rem #3B83EF;
	position: absolute;
	bottom: -1.375rem;
	left: 50%;
	translate: -50%;
}

.skill-flow-card__head .--small {
	font-size: 0.75rem;
}

.skill-flow-card__head .--large {
	font-size: 1.6875rem;
	margin-top: -0.6875rem;
}

.skill-flow-card__txt {
	width: 100%;
	padding-top: 0.5625rem;
	padding-bottom: 1.5rem;
	padding-left: 0.5rem;
	padding-right: 0.8125rem;
}

.skill-flow-card__title {
	color: #1B3B8D;
	font-size: 1.125rem;
	font-weight: 600;
	margin-left: 0.375rem;
}

.skill-flow-card__list {
	margin-top: 0.0625rem;
	margin-left: 0.375rem;
}

.skill-flow-card__item {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	padding-left: 1.0625rem;
	position: relative;
}

.skill-flow-card__item::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}

.skill-flow-card__img {
	height: 7.0625rem;
	margin-top: 0.625rem;
}

.introduction {
	background: #DAE2FF66;
	margin-top: -1rem;
	padding-top: 0.6875rem;
	padding-bottom: 3rem;
}

.introduction::before {
	content: "";
	background: linear-gradient(90deg, #1B3B8D 0%, #0843B4 50%, #3B83EF 100%);
	width: 100%;
	height: 3.4375rem;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	position: absolute;
	top: -3.4375rem;
	right: 0;
	z-index: 1;
}

.introduction__deco {
	background: #DAE2FF66;
	width: 100%;
	height: 3.75rem;
	aspect-ratio: 6.25;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	position: absolute;
	left: 0;
	bottom: calc(100% - 0.03125rem);
	z-index: 2;
}

.introduction__heading {
	font-size: 1.25rem;
}

.introduction__name {
	color: #1B3B8D;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0.3125rem;
	text-align: center;
}

.introduction__name .--large {
	display: block;
	font-size: 2rem;
	letter-spacing: 0.03em;
	margin-left: 0.625rem;
	margin-bottom: 0.125rem;
}

.introduction__img {
	margin-top: 1.4375rem;
}

.introduction__img img {
	width: 66%;
	margin: 0 auto;
	display: block;
}

.introduction__desc {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.375rem;
}

.introduction__books {
	background: #FFF;
	margin-top: 1.25rem;
	padding-block: 0.625rem;
	padding-inline: 1.4375rem;
}

.voice {
	background: url("../img/bg_voice.webp") no-repeat top left/contain, linear-gradient(168deg, #DAE2FF 0%, #DAE2FF 40%, #6B87EB 100%);
	padding-top: 2.875rem;
	padding-bottom: 2.875rem;
}

.voice__heading {
	color: #014097;
	font-size: 2.125rem;
}

.voice__cards {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	row-gap: 1.1875rem;
}

.voice-card {
	background: #FFF;
	padding-top: 1rem;
	padding-inline: 1rem;
	padding-bottom: 1.0625rem;
}

.voice-card__head {
	display: flex;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.voice-card__img {
	width: 6.375rem;
	height: auto;
	aspect-ratio: 1;
	flex-shrink: 0;
}

.voice-card__wrap {
	padding-top: 1.1875rem;
}

.voice-card__name {
	font-weight: 700;
}

.voice-card__info {
	color: #9A9A9A;
	font-size: 0.6875rem;
	line-height: 1.35;
	margin-top: 0.1875rem;
}

.voice-card__desc {
	margin-top: 0.875rem;
}

.voice-card__desc p {
	font-size: 0.875rem;
	font-weight: 500;
}

.consultation {
	background: url("../img/bg_consultation.webp") no-repeat top left/contain, #DAE2FF66;
	padding-top: 5rem;
	padding-bottom: 1.125rem;
}

.consultation__heading {
	color: #1B3B8D;
	font-size: 1.625rem;
	margin-left: 0.4375rem;
	text-align: left;
}

.consultation__container {
	box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
	margin-top: 3.5625rem;
}

.consultation__container-body {
	background: #FFF;
	padding-top: 1.4375rem;
	padding-inline: 1.375rem;
	padding-bottom: 1.4375rem;
}

.consultation__desc {
	font-size: 0.9375rem;
	font-weight: 500;
}

.consultation__list {
	margin-block: 1.1875rem;
}

.consultation__attention {
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.75rem;
	margin-top: 0.6875rem;
}

.consultation__cta {
	margin-top: 2.25rem;
}

.experience {
	position: relative;
}

.experience__container {
	width: 100%;
	height: 100%;
	padding-top: 4.3125rem;
	padding-bottom: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.experience__desc {
	display: flex;
	flex-direction: column;
	row-gap: 0.6875rem;
}

.experience__desc p {
	color: #FFF;
	font-size: 0.9375rem;
	font-weight: 700;
	text-align: center;
}

.experience__wrap {
	width: 14.875rem;
	margin-top: 2.4375rem;
	margin-left: auto;
	margin-right: 0.6875rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

.experience__lead {
	width: 13.6875rem;
	margin-top: 0.5rem;
	margin-inline: auto;
	padding-block: 0.09375rem;
	border-top: 0.0625rem solid #FFF;
	border-bottom: 0.0625rem solid #FFF;
}

.experience__lead p {
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.0012em;
}

.experience__cta {
	margin-top: 1.4375rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

.experience__img {
	position: absolute;
	bottom: -0.625rem;
	left: -0.625rem;
	z-index: 0;
}

.experience__img img {
	width: 13.75rem;
	height: auto;
}

.footer {
	background: #323232;
	padding-top: 0.6875rem;
	padding-bottom: 0.875rem;
}

.footer__logo {
	width: 7.75rem;
	margin-inline: auto;
}

.footer__list {
	margin-top: -0.125rem;
	display: flex;
	justify-content: center;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.footer__link {
	color: #FFF;
	font-size: max(10px, 0.625rem);
	letter-spacing: 0.0012em;
	text-decoration: underline;
}

@media (any-hover: hover) {

a {
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.7;
}

.cta:hover {
	opacity: 1;
	background: #FFF;
}

.cta:hover .cta__icon path {
	fill: #F59C17;
}

.cta:hover .cta__txt {
	color: #F59C17;
}

.cta:hover .cta__arrow {
	border-color: #F59C17;
	left: calc(100% + 1.125rem);
}

.consultation .cta:hover .cta__arrow {
	left: calc(100% + 3.0625rem);
}

.experience .cta:hover .cta__arrow {
	left: calc(100% + 3.3125rem);
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

html {
	font-size: min(1.7777777778vw, 15px);
}

.side-cta .cta {
	padding-left: 1.0416666667vw;
	padding-right: 2.6041666667vw;
	-moz-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
}

.side-cta .cta__lead {
	font-size: 1.3020833333vw;
	padding-inline: 0.9114583333vw;
}

.side-cta .cta__icon {
	width: 3.125vw;
}

.side-cta .cta__txt {
	font-size: 2.0833333333vw;
}

.side-cta .cta .cta__arrow {
	left: calc(100% + 0.5208333333vw);
}

.side-cta__logo {
	width: 26.0416666667vw;
}

.side-menu__nav {
	width: 27.34375vw;
}

.side-menu__link {
	font-size: 1.5625vw;
	padding-left: 1.953125vw;
}

.side-menu__link::before {
	width: 1.0416666667vw;
}

}

@media (min-width: 768px) {

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

}

@media screen and (any-hover: hover) and (min-width: 768px) and (max-width: 1024px) {

.side-cta .cta:hover .cta__arrow {
	left: calc(100% + 0.9114583333vw);
}

}

@media screen and (max-width: 767px) {

html {
	font-size: calc(16 / 375 * 100vw);
}

.container {
	background: #FFF;
	position: relative;
	top: unset;
	left: unset;
}

.side-cta {
	display: none;
}

.side-menu {
	display: none;
}

.header {
	background: #FFF;
	width: 100%;
	height: 2.3125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.fv {
	margin-top: 2.3125rem;
}

}
/* ✅ 黄色マーカー（安定版） */
.marker{
  display: inline;          /* ← 重要：あなたのCSSでspanがinline-blockになってるので打ち消す */
  font-weight: 700;
  padding: 0 0.1em;
  background: linear-gradient(transparent 62%, #ffde59 62%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* ✅ 以前の疑似要素を完全停止（これが最重要） */
.marker::after{
  content: none !important;
}

/* =========================
   experience：横並び＋被さり解消（このセクションだけ）
   ========================= */

.experience .experience__top{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem; /* CTAと距離＝被さり防止 */
}

/* タイトル側 */
.experience .experience__wrap{
  width: min(18.5rem, 100%);
}

.experience .experience__title img{
  width: 100%;
  height: auto;
}

/* ✅ 既存の absolute をこのセクションだけ打ち消す */
.experience .experience__img{
  position: static !important;  /* ←被さりの原因を無効化 */
  width: 8.5rem;                /* 好みで調整OK */
  flex: 0 0 auto;
  margin: 0;
}

.experience .experience__img img{
  width: 100%;
  height: auto;
  display: block;
}

/* CTAは前面＆少し余白 */
.experience .experience__cta{
  position: relative;
  z-index: 2;
  margin-top: 0.25rem;
}

/* SP微調整 */
@media (max-width: 767px){
  .experience .experience__top{
    gap: 0.75rem;
    align-items: flex-start;
  }
  .experience .experience__img{
    width: 7rem;
  }
}

/* ✅ 左右を入れ替える（画像を左／タイトルを右にしたい場合） */
.experience .experience__img { order: 1; }
.experience .experience__wrap { order: 2; }