/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	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,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

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

body {
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

/* ========================================
  Header
======================================== */

.header .header__inner {
	align-items: center;
	display: flex;
	height: 70px;
	justify-content: flex-end;
	margin: auto;
	max-width: 1840px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1006;
	z-index: 1004;
}

.header .header__inner.active {
	background: rgba(251, 251, 251, 0.2);
	transition: all 0.3s ease-in;
}

.header .header__inner .p-header__logo {
	left: 40px;
	position: fixed;
	z-index: 1004;
}

.header .header__inner .p-header__logo a {
	display: flex;
	gap: 30px;
}

.header .header__inner .p-header__logo a img {
	width: 70px;
}

.header .header__inner .p-header__logo a img:nth-child(2) {
	width: 280px;
}

.header .header__inner .header__nav {
	align-items: center;
	display: flex;
	gap: 40px;
	margin-right: auto;
	position: fixed;
	right: 40px;
}

.header .header__inner .header__nav .header__link {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 3px;
	position: relative;
	transition: color 0.3s ease;
}

.header .header__inner .header__nav .header__link::after {
	background: #860c7c;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.5s;
	width: 0;
}

.header .header__inner .header__nav .header__link:hover::after,
.header .header__inner .header__nav .header__link:active::after {
	width: 100%;
}

.header .header__inner .drawer-icon {
	background: transparent;
	height: 40px;
	position: relative;
	width: 40px;
	z-index: 1003;
}

.header .header__inner .drawer-icon .drawer-icon__bar {
	background-color: #4b4b4b;
	border-radius: 2px;
	height: 7px;
	left: 0;
	position: absolute;
	transition: all 0.3s ease;
	width: 100%;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(1) {
	top: 0;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(2) {
	top: 14px;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(3) {
	top: 29px;
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
	top: 15px;
	transform: rotate(45deg);
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
	opacity: 0;
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
	top: 15px;
	transform: rotate(-45deg);
}

/* ========================================
  Drawer (SP)
======================================== */

.drawer-content {
	background: #222222;
	height: 100%;
	inset: 60px 0 0 auto;
	padding: 55px 0 0 0;
	position: fixed;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	width: 300px;
	z-index: 1001;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.drawer-content .drawer-content__menu {
	color: #fff;
}

.drawer-content .drawer-content__menu .drawer-content__item .drawer-content__link {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 0 33px 55px;
	white-space: nowrap;
}

.drawer-content .drawer-content__menu .drawer-content__item .header__dropdown-sp {
	padding: 0 0 30px 40px;
}

.drawer-content .drawer-content__menu .drawer-content__item .header__dropdown-sp li {
	font-size: 1.1rem;
	padding: 5px 0;
}

.footer {
	background: linear-gradient(to bottom, #5b5ada, #273992);
	padding: 35px 20px 28px;
}

.footer .p-footer__content {
	text-align: center;
}

.footer .p-footer__content .p-footer__content-nav {
	margin-top: 7px;
}

.footer .p-footer__content .p-footer__content-nav .nav {
	display: flex;
	gap: 2.4rem;
	justify-content: center;
}

.footer .p-footer__content .p-footer__content-nav .nav__item .nav__link {
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 2px;
}

.footer-copy-right {
	color: #fff;
	font-size: 12px;
	margin-top: 40px;
	text-align: center;
}

.l-inner {
	padding: 0 40px;
}

/* ボタン配置（親コンテナ） */

.buttons {
	display: flex;
	gap: 12px;
	justify-content: center;
}

/* ボタン本体の基本スタイル */

.btn--consultation,
.btn--contact {
	align-items: center;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 48px;
	justify-content: center;
	position: relative;
	white-space: nowrap;
	width: auto;
}

.btn--consultation .btn__label,
.btn--contact .btn__label {
	padding: 0 40px 0 14px;
}

.btn--consultation .icon_arrow,
.btn--contact .icon_arrow {
	height: auto;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.btn--consultation:hover,
.btn--contact:hover {
	opacity: 0.7;
}

.btn--consultation:active,
.btn--contact:active {
	transform: translateY(0);
}

.btn--consultation:focus-visible,
.btn--contact:focus-visible {
	outline: none;
}

.btn--consultation {
	background: linear-gradient(to bottom, #c72a80, #fb833f);
	width: 220px;
}

.btn--contact {
	background: linear-gradient(to bottom, #5b5ada, #273992);
	max-width: 250px;
	width: 180px;
}

.header__nav .buttons {
	gap: 8px;
}

.header__nav .buttons .btn--consultation,
.header__nav .buttons .btn--contact {
	font-size: 13px;
	height: 44px;
}

.header__nav .buttons .btn--consultation {
	max-width: 200px;
}

.header__nav .buttons .btn--contact {
	max-width: 180px;
}

.header__nav .buttons .btn--contact .icon_arrow {
	right: 30px;
}

/* fv 内のボタン矢印アイコンの上書き（プロジェクト単位の例外調整） */

.fv .p-fv-content .buttons .btn--consultation .icon_arrow,
.fv .p-fv-content .buttons .btn--contact .icon_arrow {
	height: auto;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

/* TOPに戻るボタン */

.btn-page-top {
	margin: 0 auto;
	max-width: 240px;
	padding: 80px 0 140px;
	text-align: center;
}

.btn-page-top:hover {
	opacity: 0.7;
}

.btn-page-top a {
	background-color: #253490;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 16px 24px;
	transition: all 0.3s ease;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-s {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1.5s, transform 1.5s;
}

.fade-in-up-s.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-t {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2s, transform 2s;
}

.fade-in-up-t.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-f {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2.5s, transform 2.5s;
}

.fade-in-up-f.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-h {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 3s, transform 3s;
}

.fade-in-up-h.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-slide-l {
	opacity: 0;
	transform: translateX(-300px);
	transition: opacity 1s, transform 2s;
}

.fade-in-slide-l.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-slide-r {
	opacity: 0;
	transform: translateX(100px);
	transition: opacity 1s, transform 2s;
}

.fade-in-slide-r.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.shrink-image {
	height: 100%; /* 縮小アニメーションの設定 */
	transform-origin: center;
	transition: transform 1s ease-in-out;
	width: 100%; /* 縮小の中心点を中央に設定 */
}

.shrink-image.shrink {
	transform: scale(1.3); /* 80% まで縮小 */
}

.scroll-down {
	bottom: 35%;
	padding-left: 140px;
	position: absolute;
	right: 50%;
	transform: translateX(-50%);
	transform: rotateZ(-90deg);
	transform-origin: right bottom;
	z-index: 201;
}

.scroll-down__line {
	height: 0px;
	position: absolute;
	right: 45%;
	top: 45%;
	width: 160px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #fff;
	content: "";
	display: block;
	height: 0;
	opacity: 0;
	width: 100%;
}

.scroll-down__text {
	color: #fff;
	font-family: "Replica-Bold", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	overflow: hidden;
	text-transform: uppercase;
}

.scroll-down__text span {
	display: block;
}

.scroll-down.is-active.is-inview .scroll-down__text span {
	transform: none;
}

.scroll-down.is-active.is-inview .scroll-down__line {
	animation: scroll-down-line 2.5s infinite 851ms;
}

.scroll-down.is-active.is-inview .scroll-down__line:after {
	opacity: 1;
	transform: none;
}

.is-body-touch .scroll-down {
	display: none;
}

/* =========================
  404 Not Found
========================= */

.m_404 {
	align-items: center;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	display: flex;
	justify-content: center;
	min-height: calc(100vh - 200px);
	padding: 80px 0;
}

.entry-404 {
	animation: fadeInUp 0.8s ease-out;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	margin: 40px auto 0;
	max-width: 800px;
	padding: 60px 40px;
	text-align: center;
}

.entry-404-head {
	color: #222222;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}

.entry-404-head span {
	display: block;
	font-family: "Overpass", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: clamp(6rem, 15vw, 12rem);
	font-weight: 900;
	line-height: 1;
	margin-bottom: 10px;
}

.entry-404-lead {
	color: #222222;
	font-size: clamp(1.2rem, 3vw, 1.5rem);
	font-weight: 600;
	margin-bottom: 30px;
	opacity: 0.9;
}

.entry-404-content {
	color: #666;
	font-size: clamp(0.9rem, 2vw, 1rem);
	line-height: 1.8;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.entry-404-btn .btn {
	align-items: center;
	background: linear-gradient(to bottom, #5b5ada, #273992);
	border-radius: 50px;
	box-shadow: 0 10px 30px rgba(91, 90, 218, 0.3);
	color: #fff;
	display: inline-flex;
	font-size: 1.1rem;
	font-weight: 600;
	justify-content: center;
	overflow: hidden;
	padding: 18px 50px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}

.thanks {
	background: #f5f5f5;
	margin-top: 70px;
	padding: 70px 20px 144px;
}

.thanks .thanks-content {
	background: #fff;
	border-radius: 20px;
	margin: auto;
	max-width: 945px;
	padding: 185px 0 40px;
	text-align: center;
}

.thanks .thanks-content .thanks-content-items .thanks-content-title {
	color: #273992;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 40px;
}

.thanks .thanks-content .thanks-content-items .thanks-content-text h2 {
	font-size: 20px;
	margin-bottom: 40px;
}

.thanks .thanks-content .thanks-content-items .thanks-content-text p {
	font-size: 14px;
}

.p-about {
	background-image: url("../img/contents_bg.png");
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: clamp(40px, 8vw, 80px) 0;
}

.p-about__content {
	align-items: center;
	display: flex;
	gap: clamp(20px, 4vw, 40px);
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}

.p-about__img img {
	display: block;
	height: auto;
	max-width: 480px;
	width: 100%;
}

.p-about__message {
	background: #393939;
	border-radius: 12px;
	flex: 0 0 50%;
	padding: 32px;
	width: 50%;
}

.p-about__message-title {
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: clamp(16px, 2vw, 12px);
}

.p-about__message-desc {
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.8;
}

.p-about__message-intro {
	font-size: clamp(16px, 1.5vw, 16px);
	line-height: 1.8;
}

.p-about__message-category {
	background: #fff;
	color: #2b2b2b;
	font-size: clamp(14px, 1.8vw, 14px);
	font-weight: bold;
	line-height: 1.6;
	margin: clamp(10px, 3vw, 12px) 0;
	padding: 3px 8px;
}

.p-about__message-detail {
	font-size: clamp(14px, 1.5vw, 14px);
	line-height: 1.8;
}

.p-case {
	overflow: hidden;
	position: relative;
}

.p-case__contents {
	position: relative;
}

.p-case__contents > img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-case__frame {
	margin: 0 auto;
	max-width: clamp(320px, 90vw, 1100px);
	padding: clamp(40px, 8vw, 80px) clamp(16px, 4vw, 32px) 0;
	position: relative;
	z-index: 2;
}

.p-case__title-wrapper {
	margin-bottom: clamp(20px, 8vw, 40px);
	text-align: center;
}

.p-case__title {
	color: #253490;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(24px, 5vw, 32px);
	font-weight: bold;
	line-height: 1.4;
}

.p-case__description {
	color: #333;
	font-size: clamp(13px, 2.5vw, 15px);
	line-height: 1.8;
	margin-top: clamp(10px, 3vw, 16px);
}

.p-case__grid {
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 6vw, 20px);
	margin-bottom: clamp(40px, 8vw, 60px);
}

.p-case__images {
	display: grid;
	gap: clamp(12px, 2vw, 20px);
	grid-template-columns: repeat(2, 1fr);
}

.p-case__image-row {
	display: contents;
}

.p-case__image-row img {
	border-radius: clamp(8px, 1.5vw, 12px);
	height: auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.p-case__detail {
	align-items: flex-start;
	display: flex;
	flex: 1;
	justify-content: center;
}

.p-case__detail-card {
	align-items: center;
	background: rgba(255, 255, 255, 0.95);
	border-radius: clamp(12px, 2vw, 8px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	max-width: 750px;
	padding: clamp(20px, 4vw, 20px) clamp(20px, 4vw, 30px);
}

.p-case__image-special {
	height: 130px;
	width: 183px;
}

.p-case__detail-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: clamp(6px, 1vw, 8px) 0 clamp(6px, 1vw, 8px) clamp(12px, 2vw, 16px);
}

.p-case__department {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, #5b5ada, #273992);
	background-clip: text;
	border-radius: clamp(4px, 0.8vw, 8px);
	display: inline-block;
	font-size: clamp(12px, 2vw, 24px);
	font-weight: 700;
	width: -moz-fit-content;
	width: fit-content;
}

.p-case__tools {
	color: #333;
	font-size: clamp(10px, 2.5vw, 15px);
	font-weight: 700;
	line-height: 1.8;
}

.p-case__tag-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(8px, 1.5vw, 12px);
}

.p-case__tag {
	background: linear-gradient(to bottom, #5b5ada, #273992);
	border-radius: clamp(4px, 0.8vw, 34px);
	padding: clamp(2px, 1vw, 4px) clamp(8px, 2vw, 12px);
}

.p-case__tag-text {
	color: #fff;
	font-size: clamp(8.8px, 2vw, 13px);
}

.p-case__automation-text {
	color: #253490;
	font-size: clamp(16px, 2vw, 24px);
	font-weight: 700;
}

.p-case__outcome {
	color: #222;
	font-size: clamp(10px, 2.2vw, 15px);
	line-height: 1.8;
}

.p-case__message {
	border-radius: clamp(12px, 2vw, 20px);
	color: #222222;
	font-size: clamp(16px, 3vw, 22px);
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: clamp(10px, 6vw, 20px);
	position: relative;
	text-align: center;
}

.p-case__arrow {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: clamp(32px, 6vw, 48px);
}

.p-case__arrow img {
	height: auto;
	max-width: 600px;
	width: 70%;
}

.p-case__stats {
	padding: 0 clamp(50px, 4vw, 120px) clamp(50px, 4vw, 120px);
	position: relative;
	z-index: 2;
}

.p-case__stats-title {
	color: #253490;
	font-size: clamp(24px, 4vw, 32px);
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: clamp(10px, 6vw, 20px);
	text-align: center;
}

.p-case__stats-grid {
	position: relative;
}

.p-case__stats-row {
	display: flex;
	justify-content: center;
}

.p-case__stats-items {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	max-width: 800px;
	padding: 0 clamp(20px, 4vw, 40px);
	width: 100%;
}

.p-case__stat-item {
	align-items: center;
	background: #fff;
	border-radius: clamp(8px, 1.5vw, 12px);
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: center;
	padding: clamp(30px, 5vw, 45px) 0;
}

.p-case__stat-bg {
	-o-object-fit: cover;
	border-radius: clamp(12px, 2vw, 16px);
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

.p-case__stat-text {
	font-size: clamp(14px, 2.5vw, 16px);
	line-height: 1.8;
	position: relative;
	z-index: 1;
}

.p-case__stat-text .span {
	color: #333;
	display: block;
	font-family: "Genos", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 64px;
}

.p-case__stat-text .text-wrapper-7 {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(135deg, #5b5ada 0%, #273992 100%);
	background-clip: text;
	display: block;
	font-size: clamp(36px, 8vw, 56px);
	font-weight: bold;
	margin: clamp(8px, 2vw, 12px) 0;
}

.p-case__stat-text .text-wrapper-8 {
	color: #5b5ada;
	display: inline;
	font-size: clamp(18px, 3.5vw, 24px);
	font-weight: bold;
}

.p-case__stat-text .text-wrapper-9 {
	color: #333;
}

.p-case__stat-text .text-wrapper-10 {
	color: #5b5ada;
	display: block;
	font-size: clamp(18px, 3.5vw, 24px);
	font-weight: bold;
	margin: clamp(4px, 1vw, 8px) 0;
}

.p-case__polygon-decoration {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: clamp(32px, 6vw, 48px) auto;
	max-width: 900px;
	position: relative;
}

.p-case__polygon-video {
	border-radius: clamp(8px, 1.5vw, 12px);
	cursor: pointer;
	height: auto;
	width: 100%;
}

.p-case__video-play-button {
	background: transparent;
	border: none;
	cursor: pointer;
	left: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, opacity 0.2s ease;
	z-index: 10;
}

.p-case__video-play-button:hover {
	opacity: 0.9;
	transform: translate(-50%, -50%) scale(1.1);
}

.p-case__video-play-button svg {
	display: block;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.company {
	background: #f9f9f9;
	padding: 0 20px;
}

.company .p-company-fv {
	margin: 70px auto;
	max-width: 945px;
	padding-top: 72px;
}

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

.company .p-company-message {
	background: #fff;
	border-radius: 20px;
	margin: 0 auto;
	max-width: 945px;
	padding: 40px;
}

.company .p-company-message__content {
	align-items: flex-start;
	display: flex;
	gap: 60px;
	margin-bottom: 80px;
}

.company .p-company-message__content-text {
	flex: 1;
}

.company .p-company-message__subtitle {
	color: #273992;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(14px, 1.5vw, 20px);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 20px;
}

.company .p-company-message__title {
	color: #222;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(28px, 3vw, 28px);
	font-weight: 700;
	margin-bottom: 24px;
}

.company .p-company-message__content-text h3 {
	color: #222;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(20px, 2vw, 20px);
	font-weight: 700;
	margin-top: 40px;
}

.company .p-company-message__content-text p {
	color: #222;
	font-size: clamp(14px, 1.2vw, 14px);
	line-height: 2;
	margin-top: 20px;
}

.company .p-company-message__content-img {
	flex-shrink: 0;
	width: 300px;
}

.company .p-company-message__content-img img {
	display: block;
	height: auto;
	width: 100%;
}

.company .p-company-message table {
	background: #fff;
	border-collapse: collapse;
	width: 100%;
}

.company .p-company-message table tr:last-child {
	border-bottom: none;
}

.company .p-company-message table th,
.company .p-company-message table td {
	font-size: clamp(14px, 1.2vw, 14px);
	padding: 24px 20px;
	text-align: left;
}

.company .p-company-message table th {
	border-bottom: 1px solid #253490;
	color: #222;
	font-weight: 700;
	vertical-align: top;
	width: 200px;
}

.company .p-company-message table td {
	color: #333;
	line-height: 1.8;
}

.contact {
	background: #f9f9f9;
	margin: 70px auto 0;
	padding-top: 72px;
}

.contact .p-contact-message {
	background: #fff;
	border-radius: 20px;
	margin: 0 auto;
	max-width: 945px;
	padding: 80px 56px 5px;
}

.contact .p-contact-message__content {
	margin-bottom: 40px;
}

.contact .p-contact-message__content-text {
	max-width: 100%;
}

.contact .p-contact-message__subtitle {
	color: #5b5ada;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(14px, 1.5vw, 20px);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 20px;
}

.contact .p-contact-message__title {
	color: #222;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(28px, 3vw, 28px);
	font-weight: 700;
	margin-bottom: 60px;
}

.contact .p-contact-message__content-text h3 {
	color: #222;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(14px, 1.5vw, 14px);
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: 20px;
}

.contact .p-contact-message__content-text p {
	color: #333;
	font-size: clamp(12px, 1.2vw, 12px);
	line-height: 2;
}

.contact .p-contact-message__content-text p span {
	color: #ca3604;
}

.contact .contact-content {
	background: #fff;
	border-radius: 20px;
	margin: 0 auto 100px;
	max-width: 945px;
}

.contact_item {
	margin-bottom: 18px;
}

.contact_item-p {
	margin-bottom: 30px;
	text-align: center;
}

.contact_item-p a {
	border-bottom: 1px solid #ca3604;
	color: #ca3604;
	font-size: 1.1rem;
	font-weight: 700;
	margin-right: 6px;
}

.contact_item-information {
	margin-top: 16px;
}

.label {
	color: #000;
	font-size: 14px;
}

.label span {
	color: #ca3604;
}

.wpcf7-list-item {
	position: relative;
}

.custom-checkbox {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	justify-content: center;
	position: relative;
}

.custom-checkbox input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 20px;
	opacity: 0;
	position: absolute;
	width: 20px;
}

.custom-checkbox .checkmark {
	background-color: #fff;
	border: 2px solid #808080;
	border-radius: 4px;
	display: inline-block;
	height: 20px;
	margin-right: 8px;
	position: relative;
	width: 20px;
}

.custom-checkbox input[type=checkbox]:checked ~ .checkmark {
	background-color: #222222;
	border-color: #222222;
}

.custom-checkbox input[type=checkbox]:checked ~ .checkmark::after {
	color: #fff;
	content: "✔";
	font-size: 10px;
	left: 60%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	border: 1px solid #666666;
	border-radius: 4px;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 8px;
	resize: none;
	width: 100%;
}

textarea.form-control {
	height: 207px;
}

.submit-btn-wrapper {
	margin: 16px auto 0;
	position: relative;
	text-align: center;
}

.submit-btn-wrapper::after {
	background: url(../img/send.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 16px;
	pointer-events: none;
	position: absolute;
	right: calc(50% - 50px);
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.submit-btn-wrapper input[type=submit] {
	background: linear-gradient(to bottom, #5b5ada, #273992);
	border-radius: 40px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 20px 12px 0;
	transition: all 0.3s;
	width: 160px;
}

.submit-btn-wrapper input[type=submit]:hover {
	opacity: 0.7;
}

.contact_item-p {
	letter-spacing: 3px;
	margin-top: 24px;
}

.contact_item-p-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3;
}

.contact_item-p-text {
	font-size: 12px;
	margin-bottom: 10px;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7 br {
	display: none;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item-label {
	font-size: 14px;
}

.wpcf7-list-item-label a {
	font-size: 14px;
}

.p-cost {
	background-image: url("../img/financial_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.p-cost__content {
	align-items: center;
	display: flex;
	gap: clamp(20px, 4vw, 60px);
	justify-content: center;
	margin: 0 auto;
	max-width: 1300px;
	padding: clamp(40px, 8vw, 60px) clamp(20px, 5vw, 60px);
}

.p-cost__message {
	width: 50%;
}

.p-cost__message-title {
	font-size: clamp(24px, 2vw, 24px);
	font-weight: 700;
	position: relative;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
	z-index: 2;
}

.p-cost__message-title::after {
	background-image: url("../img/cost_text_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -13px;
	content: "";
	height: clamp(40px, 8vw, 80px);
	left: -18px;
	max-width: 600px;
	position: absolute;
	width: 105%;
	z-index: -1;
}

.p-cost__message-title span {
	font-family: "Genos", sans-serif;
	font-size: 64px;
	font-weight: bold;
}

.p-cost__message-description {
	font-size: clamp(0.8px, 3.5vw, 14px);
	line-height: 1.8;
	margin-bottom: clamp(0.8px, 3vw, 12px);
}

.p-cost__message-list {
	font-size: clamp(0.8px, 3.5vw, 14px);
	line-height: 1.8;
	margin-bottom: clamp(0.8px, 3vw, 12px);
}

.p-cost__message-support {
	font-size: clamp(0.8px, 3.5vw, 14px);
	line-height: 1.8;
	margin-bottom: clamp(0.8px, 3vw, 12px);
}

.p-cost__message-note {
	font-size: clamp(0.8px, 3.5vw, 12px);
	line-height: 1.8;
	margin-bottom: clamp(0.8px, 3vw, 12px);
}

.p-cost__btn {
	align-items: center;
	display: flex;
}

.p-cost__btn p {
	border: 1px solid #fff;
	color: #fff;
	font-size: clamp(11px, 1.67vw, 14px);
	letter-spacing: 1.2px;
	margin-bottom: 0;
	padding: clamp(8px, 0.76vw, 11px) clamp(9px, 0.83vw, 12px);
	white-space: nowrap;
}

.p-cost__btn a {
	align-items: center;
	background: #fff;
	border: 1px solid #fff;
	color: #253490;
	display: inline-flex;
	font-size: clamp(0.8px, 1.67vw, 14px);
	padding: clamp(8px, 0.76vw, 11px) clamp(20px, 3.94vw, 28px);
	transition: opacity 0.3s;
	white-space: nowrap;
}

.p-cost__btn a:hover {
	opacity: 0.8;
}

.p-cost__btn a img {
	height: auto;
	margin-left: 5px;
	vertical-align: middle;
	width: auto;
}

.p-cost__img {
	max-width: 700px;
	width: 50%;
}

.p-cost__img img {
	display: block;
	height: auto;
	width: 100%;
}

.cta {
	background: #253490;
}

.cta .p-cta-content {
	display: flex;
	justify-content: center;
}

.cta .p-cta-content .p-cta-content-message {
	color: #fff;
}

.cta .p-cta-content .p-cta-content-message p {
	font-family: "Genos", sans-serif;
	font-size: clamp(24px, 1.67vw, 24px);
	font-weight: 700;
}

.cta .p-cta-content .p-cta-content-message p span {
	font-family: "Genos", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 64px;
}

.cta .p-cta-content .p-cta-content-btn {
	align-items: center;
	display: flex;
	font-size: clamp(0.8px, 1.67vw, 14px);
}

.cta .p-cta-content .p-cta-content-btn p {
	color: #fff;
	letter-spacing: 1.2px;
	padding: clamp(8px, 0.76vw, 11px) clamp(9px, 0.83vw, 12px);
	white-space: nowrap;
}

.cta .p-cta-content .p-cta-content-btn a {
	background: #fff;
	padding: clamp(10px, 0.76vw, 11px) clamp(20px, 1.94vw, 28px);
	white-space: nowrap;
}

.cta .p-cta-content .p-cta-content-btn a img {
	margin-left: 5px;
	vertical-align: middle;
}

.cta-consultation {
	position: relative;
}

.cta-consultation__content {
	align-items: center;
	background-image: url("../img/cta_bg_01.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 50vh;
	position: relative;
}

.cta-consultation__content-message {
	margin-left: clamp(16px, 12.5vw, 180px);
	max-width: 600px;
	z-index: 10;
}

.cta-consultation .p-fv-content__items-img {
	width: 80%;
}

.cta-consultation .p-fv-content__items-img > img:nth-child(2) {
	margin: 17px 0 5px 0;
}

.cta-consultation .p-fv-content__items-cta-text {
	bottom: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	left: 20px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
}

.cta-consultation-second {
	position: relative;
}

.cta-consultation-second .cta-consultation__content {
	align-items: center;
	background-image: url("../img/cta_bg_02.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	min-height: 50vh;
	position: relative;
}

.cta-consultation-second .cta-consultation__content-message {
	margin-right: clamp(16px, 5vw, 80px);
	max-width: 600px;
	z-index: 10;
}

.cta-consultation-second .p-fv-content__items-img {
	width: 80%;
}

.cta-consultation-second .p-fv-content__items-img > img:nth-child(2) {
	margin: 17px 0 5px 0;
}

.cta-consultation-second .p-fv-content__items-cta-text {
	bottom: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	left: 20px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
}

.cta-consultation-third {
	background-image: url("../img/cta_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 144px 0 80px;
	position: relative;
}

.cta-consultation-third .cta-consultation-title {
	color: #222;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.cta-consultation-third .cta-consultation__content {
	align-items: center;
	background-image: url("../img/cta_bg_03.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	display: flex;
	justify-content: flex-end;
	margin: 24px auto 0;
	max-width: 1100px;
	min-height: 50vh;
	position: relative;
}

.cta-consultation-third .cta-consultation__content-message {
	z-index: 10;
}

.cta-consultation-third .p-fv-content__items-img {
	width: 80%;
}

.cta-consultation-third .p-fv-content__items-img > img:nth-child(2) {
	margin: 17px 0 5px 0;
}

.cta-consultation-third .p-fv-content__items-cta-text {
	bottom: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	left: 20px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
}

.p-example {
	color: #253490;
	min-height: 100vh;
	overflow: hidden;
	position: relative; /* プログラム名 */ /* プログラム詳細 */
}

.p-example::after {
	background-image: url("../img/example_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-example__inner {
	background: rgba(255, 255, 255, 0.9);
	border-radius: clamp(8px, 2vw, 16px);
	left: auto;
	margin: clamp(32px, 12vw, 145px) auto clamp(32px, 12vw, 145px);
	padding: clamp(40px, 6vw, 80px) 20px;
	position: relative;
	text-align: center;
	top: auto;
	transform: none;
	width: clamp(320px, 90vw, 750px);
	z-index: 100;
}

.p-example__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #5b5ada 0%, #273992 100%);
	background-clip: text;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(22px, 4vw, 32px);
	font-weight: 700;
}

.p-example__title img {
	height: auto;
	width: clamp(200px, 60vw, 400px);
}

.p-example__cases {
	margin: clamp(16px, 4vw, 30px) 0;
}

.p-example__case {
	margin-bottom: clamp(12px, 3vw, 16px);
}

.p-example__case-label {
	margin-bottom: clamp(2px, 1.5vw, 6px);
}

.p-example__case-label-text {
	background: #fff;
	border: 1px solid #253490;
	border-radius: clamp(20px, 5vw, 30px);
	display: inline-block;
	font-size: clamp(14px, 2.6vw, 20px);
	font-weight: 700;
	padding: 0 clamp(12px, 2.8vw, 20px);
}

.p-example__problem {
	color: #222222;
	font-size: clamp(12px, 2vw, 14px);
}

.p-example__solution {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #5b5ada 0%, #273992 100%);
	background-clip: text;
	font-size: clamp(16px, 3vw, 22px);
	font-weight: 700;
}

.p-example__solution img {
	height: auto;
	width: clamp(200px, 60vw, 400px);
}

.p-example__program img {
	height: auto;
	width: clamp(150px, 50vw, 300px);
}

.p-example__program-logo {
	margin: clamp(8px, 2vw, 10px) clamp(16px, 4vw, 30px);
	width: 80%;
}

.p-example__program-logo img {
	height: auto;
	width: clamp(150px, 50vw, 300px);
}

.p-example__program-catch {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #5b5ada 0%, #273992 100%);
	background-clip: text;
	font-size: clamp(18px, 3.5vw, 28px);
	font-weight: 700;
}

.p-example__program-catch img {
	height: auto;
	width: clamp(200px, 60vw, 400px);
}

.p-example__program-lead {
	font-size: clamp(16px, 2.8vw, 20px);
	margin: clamp(20px, 4vw, 32px) 0 clamp(16px, 3vw, 24px);
}

.p-example__program-desc {
	color: #222;
	line-height: 1.8;
	margin-left: clamp(16px, 8vw, 100px);
	text-align: left;
}

.p-example__program-message {
	margin-top: clamp(12px, 3vw, 24px);
}

.p-example__program-message img {
	height: auto;
	width: clamp(250px, 70vw, 500px);
}

.p-example__program-message-strong {
	font-size: clamp(16px, 2.8vw, 20px);
	font-weight: 700;
}

.p-faq {
	background-image: url("../img/faq_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: clamp(80px, 8vw, 120px) 20px;
}

.p-faq__content {
	background: #fff;
	border-radius: 16px;
	margin: 0 auto;
	max-width: 1060px;
	padding: clamp(20px, 5vw, 60px);
}

.p-faq__subtitle {
	color: #253490;
	font-family: "Genos", sans-serif;
	font-size: clamp(20px, 2.5vw, 32px);
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: clamp(8px, 1vw, 12px);
	text-align: center;
}

.p-faq__title {
	color: #222;
	font-family: "M PLUS 1", sans-serif;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
	margin-bottom: clamp(40px, 6vw, 60px);
	text-align: center;
}

.p-faq__items {
	display: flex;
	flex-direction: column;
}

.p-faq__item {
	border-bottom: 1px solid #bfdbfe;
	padding: clamp(20px, 3vw, 32px) 0 clamp(20px, 3vw, 24px);
	position: relative;
	transition: box-shadow 0.3s ease;
}

.p-faq__item.is-open .p-faq__answer {
	display: flex;
}

.p-faq__toggle {
	background: transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: clamp(20px, 3vw, 30px);
	transition: transform 0.3s ease;
	z-index: 100;
}

.p-faq__toggle img {
	-o-object-fit: contain;
	display: block;
	height: 30px;
	object-fit: contain;
	pointer-events: none;
	width: 30px;
}

.p-faq__toggle:hover {
	opacity: 0.8;
}

.p-faq__question {
	align-items: flex-start;
	display: flex;
	gap: clamp(12px, 2vw, 16px);
	padding-right: clamp(50px, 7vw, 70px);
}

.p-faq__q-text {
	color: #253490;
	flex: 1;
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: bold;
	line-height: 1.6;
	margin: 0;
}

.p-faq__answer {
	display: none;
	flex-direction: column;
	gap: clamp(12px, 2vw, 16px);
	padding-left: 10px;
}

.p-faq__a-text {
	color: #333;
	flex: 1;
	font-size: clamp(14px, 1.6vw, 14px);
	line-height: 1.8;
	margin: 0;
	padding-top: clamp(4px, 0.5vw, 6px);
}

.flow {
	background-image: url("../img/flow_bg.png");
	background-position: center;
	background-size: cover;
	padding: clamp(80px, 8vw, 120px) 0 160px;
}

.flow__content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 clamp(20px, 5vw, 60px);
}

.flow__subtitle {
	color: #fff;
	font-family: "Genos", sans-serif;
	font-size: clamp(20px, 2.5vw, 32px);
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: clamp(8px, 1vw, 12px);
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.flow__title {
	color: #fff;
	font-family: "M PLUS 1", sans-serif;
	font-size: clamp(29px, 3vw, 36px);
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.flow__sub-title {
	color: #333;
	font-size: clamp(14px, 1.5vw, 18px);
	margin-bottom: clamp(40px, 6vw, 60px);
	text-align: center;
}

.flow__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 3vw, 30px);
}

.flow__item {
	max-width: 800px;
	width: 100%;
}

.flow__item img {
	height: auto;
	width: 100%;
}

.fv {
	margin-top: 70px;
	position: relative;
}

.fv .p-fv-content .p-fv-content__items {
	position: relative;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-message .p-fv-content__items-message-title img {
	-o-object-fit: cover;
	height: 682px;
	object-fit: cover;
	width: 100%;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img {
	left: 50%;
	max-width: clamp(350px, 56.6vw, 540px);
	position: absolute;
	top: 8vw;
	transform: translateX(-50%);
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img img {
	display: block;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img img:nth-of-type(1) {
	height: auto;
	margin: 0 auto;
	width: 55vw;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img img:nth-of-type(2) {
	margin: 10px 0;
	width: 49vw;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img .p-fv-content__items-cta .buttons .btn--consultation .icon_arrow,
.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img .p-fv-content__items-cta .buttons .btn--contact .icon_arrow {
	height: auto;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img .p-fv-content__items-cta .p-fv-content__items-cta-text {
	color: #fff;
	font-size: clamp(12px, 0.9vw, 13px);
	left: 20px;
	line-height: 1.6;
	margin-top: 12px;
	text-align: center;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-additional {
	bottom: 20px;
	color: #fff;
	font-size: clamp(10px, 0.9vw, 13px);
	max-width: 400px;
	position: absolute;
	right: 20px;
}

.privacy {
	background: #f9f9f9;
	margin-top: 70px;
	padding: 70px 20px 0;
}

.privacy .p-privacy-message {
	background: #fff;
	border-radius: 20px;
	margin: 0 auto;
	max-width: 945px;
	padding: 40px;
}

.privacy .p-privacy-message__content {
	margin-bottom: 40px;
}

.privacy .p-privacy-message__content-text {
	max-width: 100%;
}

.privacy .p-privacy-message__subtitle {
	color: #5b5ada;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(14px, 1.5vw, 20px);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 20px;
}

.privacy .p-privacy-message__title {
	color: #222;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(28px, 3vw, 28px);
	font-weight: 700;
	margin-bottom: 24px;
}

.privacy .p-privacy-message__content-text h3 {
	color: #222;
	font-family: "M P LUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(14px, 2vw, 14px);
	line-height: 1.7;
	margin-bottom: 20px;
	margin-top: 40px;
}

.privacy .p-privacy-message__content-text p {
	color: #333;
	font-size: clamp(14px, 1.2vw, 14px);
	line-height: 1.7;
}

.privacy .p-privacy-section {
	margin-top: 40px;
}

.privacy .p-privacy-section h4 {
	border-left: 4px solid #5b5ada;
	color: #222;
	font-size: clamp(16px, 1.5vw, 18px);
	font-weight: 700;
	margin-bottom: 16px;
	padding-left: 12px;
}

.privacy .p-privacy-section p {
	color: #333;
	font-size: clamp(14px, 1.2vw, 14px);
	line-height: 2;
}

.p-service {
	background-image: url("../img/cta_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: clamp(40px, 8vw, 80px) 0;
}

.p-service__content {
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 clamp(20px, 5vw, 60px);
	position: relative;
}

.p-service__content::after {
	background-image: url("../img/service_off.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 200px;
	position: absolute;
	right: 100px;
	top: 90px;
	width: 200px;
}

.p-service__subtitle {
	color: #253490;
	font-family: "Genos", sans-serif;
	font-size: clamp(32px, 1.5vw, 16px);
	font-weight: 600;
	margin-bottom: clamp(8px, 1vw, 12px);
	text-align: center;
}

.p-service__title {
	color: #253490;
	font-family: "M PLUS 1", sans-serif;
	font-size: clamp(32px, 3vw, 36px);
	font-weight: 700;
	margin-bottom: clamp(32px, 2vw, 32px);
	text-align: center;
}

.p-service__desc {
	color: #333;
	font-size: clamp(20px, 1.5vw, 16px);
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

.p-service__text {
	color: #333;
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.8;
	margin-bottom: clamp(20px, 3vw, 30px);
	text-align: center;
}

.p-service__cards {
	display: flex;
	gap: 4px;
	justify-content: center;
}

.p-service__card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	padding: clamp(20px, 3vw, 24px) clamp(20px, 3vw, 30px) clamp(20px, 3vw, 58px) clamp(20px, 3vw, 24px);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 395px;
}

.p-service__card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform: translateY(-5px);
}

.p-service__card-img {
	border-radius: 4px;
	margin-bottom: clamp(16px, 2vw, 24px);
	overflow: hidden;
	width: 100%;
}

.p-service__card-img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-service__card-title {
	color: #253490;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 700;
	margin-bottom: clamp(12px, 1.5vw, 16px);
}

.p-service__card-info {
	align-items: center;
	display: flex;
	gap: clamp(10px, 1.5vw, 16px);
	margin-bottom: clamp(12px, 1.5vw, 12px);
}

.p-service__card-tag {
	border: 1px solid #a4a4a4;
	border-radius: 4px;
	color: #333;
	display: inline-block;
	font-size: clamp(14.5px, 1.2vw, 14px);
	font-weight: 700;
	padding: 2px 12px;
}

.p-service__card-time {
	color: #333;
	font-family: "M PLUS 1", sans-serif;
	font-size: clamp(14.3px, 1.4vw, 16px);
	font-weight: 700;
	margin: 0;
}

.p-service__card-target {
	color: #333;
	font-size: clamp(14.3px, 1.4vw, 16px);
	font-weight: 700;
	margin-bottom: clamp(21px, 2vw, 24px);
}

.p-service__card-desc {
	color: #333;
	flex: 1;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: clamp(60px, 2vw, 24px);
}

.p-service__card-price {
	color: #253490;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: bold;
	text-align: right;
}

.step {
	display: flex;
	gap: 10px;
	margin: 0 auto clamp(80px, 6vw, 60px);
	width: -moz-fit-content;
	width: fit-content;
}

.step__item {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 90px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.step__item::after {
	border-bottom: 20px solid transparent;
	border-left: 24px solid;
	border-top: 20px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: -24px;
	top: 0;
	width: 0;
	z-index: 2;
}

.step__item::before {
	border-bottom: 20px solid transparent;
	border-left: 24px solid #fff;
	border-top: 20px solid transparent;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}

.step__item:first-child::before {
	display: none;
}

.step__item:last-child {
	padding: 8px 90px;
}

.step__item:last-child::after {
	display: block;
}

.step__item--beginner {
	background: #9aa4d0;
}

.step__item--beginner::after {
	border-left-color: #9aa4d0;
}

.step__item--middle {
	background: #5a64a6;
}

.step__item--middle::after {
	border-left-color: #5a64a6;
}

.step__item--advanced {
	background: #1f2e85;
}

.step__item--advanced::after {
	border-left-color: #1f2e85;
}

.p-service {
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.p-service .p-service-content {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	padding: 0 5% 0 0; /* ▲▲▲ ここまで（他の見た目は既存維持） ▲▲▲ */
}

.p-service .p-service-content .p-service-content__message .p-service-title {
	color: #860c7c;
	font-size: clamp(14px, 96px, 8rem);
	font-weight: 700;
}

.p-service .p-service-content .p-service-content__message .p-service-message__text {
	color: #5d2167;
	font-size: clamp(14px, 2.7vw, 2rem);
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 10px;
}

.p-service .p-service-content .p-service-content__message .p-service-message__text-sub {
	font-size: clamp(14px, 1.4vw, 2rem);
	letter-spacing: 5px;
	margin: 30px 0;
	max-width: 800px;
}

.p-service .p-service-content .p-service-content__message .p-service-content__img-s {
	margin-top: 30px;
	width: 100%;
}

.p-service .p-service-content .p-service-content__img-f {
	width: 60%;
}

.p-service .p-service-content .p-service-content__img-f img {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.p-service-content__sec {
	background: #222222;
	bottom: -990px;
	left: 0;
	padding: 300px 0 150px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-service-content__sec .p-service-content__sec-title {
	color: #fff;
	font-size: clamp(14px, 2.5vw, 8rem);
	font-weight: 700;
	text-align: center;
}

.p-service-content__sec .p-service-content__sec-items {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin-top: 80px;
	padding: 0 5%;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item {
	background: #fff;
	border: 1px solid #5d2167;
	border-radius: 0 20px 20px 20px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	max-width: 370px;
	padding: 50px 20px 30px 60px;
	position: relative;
	width: 300px;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item:hover {
	box-shadow: none;
	opacity: 0.7;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-number {
	color: #5d2167;
	font-size: 5rem;
	font-weight: 700;
	left: 70px;
	position: absolute;
	top: -66px;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-title {
	color: #5d2167;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-img {
	margin: 17px 0 20px;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-text p {
	color: #333;
	font-size: 0.8rem;
	line-height: 1.4;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-left {
	background: #5d2167;
	left: -128px;
	padding: 5px 70px 5px 30px;
	position: absolute;
	rotate: 90deg;
	top: 126px;
	width: 290px;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-left p {
	color: #fff;
	letter-spacing: 2px;
	white-space: nowrap;
}

.p-service-content__sec .p-service-content__sec-items-item-side {
	-webkit-font-smoothing: antialiased;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px #fff;
	color: transparent;
	font-size: 8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 60px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	z-index: 10000;
}

.p-service-content__sec .p-service-content__sec-items-item-side .ticker {
	animation: marquee 18s linear infinite;
	display: inline-flex;
	gap: 4rem;
	white-space: nowrap;
	will-change: transform;
}

.p-service-content__sec .p-service-content__sec-items-item-side .text {
	flex: 0 0 auto;
}

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

.header .header__inner .header__open {
	display: none;
}

.u-is-pc {
	display: none;
}

.p-cost__btn { /* PCでは折り返しさせない（念のため） */
	flex-wrap: nowrap;
}

.cta .p-cta-content .p-cta-content-btn p {
	border: 1px solid #fff;
}

.cta .p-cta-content .p-cta-content-btn a {
	border: 1px solid #fff;
	display: inline-flex;
}

}

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

.header .header__inner .p-header__logo {
	left: 8px;
}

.header .header__inner .header__nav {
	right: 8px;
}

.header .header__inner .drawer-icon {
	z-index: 1009;
}

.drawer-content .drawer-content__menu .drawer-content__item .drawer-content__link {
	font-size: 1.1rem;
}

.footer .p-footer__content {
	gap: 10px;
}

.footer .p-footer__content .p-footer__content-nav .nav {
	display: block;
}

.l-inner {
	padding: 0 20px;
}

.header__nav .buttons .btn--consultation {
	max-width: 120px;
}

.header__nav .buttons .btn--consultation .icon_arrow {
	right: 20px;
}

.header__nav .buttons .btn--contact {
	align-items: center;
	border-radius: 50%;
	height: 48px;
	justify-content: center;
	max-width: 48px;
	min-width: 48px;
	padding: 0;
	width: 48px;
}

.header__nav .buttons .btn--contact .btn__label {
	display: none;
}

.header__nav .buttons .btn--contact .icon_arrow {
	height: 24px;
	position: static;
	right: auto;
	top: auto;
	transform: none;
	width: 24px;
}

.u-is-sp {
	display: none;
}

.scroll-down {
	bottom: -220px;
	right: 5%;
}

.scroll-down__line {
	width: 130px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #000;
	width: 80%;
}

.scroll-down__text {
	color: #000;
	font-size: 0.8rem;
}

.m_404 {
	padding: 60px 20px;
}

.entry-404 {
	border-radius: 15px;
	padding: 40px 20px;
}

.entry-404-lead {
	margin-bottom: 20px;
}

.entry-404-content {
	margin-bottom: 30px;
}

.entry-404-content br {
	display: none;
}

.entry-404-btn .btn {
	font-size: 1rem;
	padding: 16px 40px;
}

.thanks .thanks-content {
	padding: 100px 20px 0;
}

.thanks .thanks-content .thanks-content-items .thanks-content-text h2 {
	font-size: 16px;
}

.thanks .thanks-content .thanks-content-items .thanks-content-text p {
	font-size: 11px;
}

.p-about {
	padding: 80px 20px;
}

.p-about__content {
	flex-direction: column;
}

.p-about__img {
	width: 100%;
}

.p-about__message {
	padding: 32px 20px;
	width: 100%;
}

.p-case__frame {
	padding: clamp(40px, 8vw, 80px) 0 0;
}

.p-case__images {
	grid-template-columns: 1fr;
}

.p-case__detail-card {
	display: block;
}

.p-case__image-special {
	height: auto;
	width: 100%;
}

.p-case__detail-content {
	padding: clamp(6px, 1vw, 8px) 0 clamp(6px, 1vw, 8px);
}

.p-case__department {
	font-size: clamp(16px, 2vw, 14px);
}

.p-case__arrow img {
	width: 90%;
}

.p-case__stats {
	padding: 0 clamp(30px, 4vw, 120px) clamp(50px, 4vw, 120px);
}

.p-case__stats-items {
	display: flex;
	justify-content: center;
	padding: 0 16px;
}

.p-case__stat-item {
	display: block;
	text-align: center;
}

.p-case__stat-item .p-case__stat-bg:not(:last-child) {
	margin: 0 auto 20px auto;
	max-width: 80%;
}

.p-case {
	text-align: center;
}

.p-case .p-case__frame {
	padding-left: 0;
	padding-right: 0;
}

.p-case .p-case__title-wrapper,
.p-case .p-case__message,
.p-case .p-case__arrow,
.p-case .p-case__stats,
.p-case .p-case__detail,
.p-case .p-case__images {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

.p-case .p-case__images img,
.p-case .p-case__stat-bg,
.p-case .p-case__image-special {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 90%;
}

.company .p-company-message {
	padding: 40px 20px;
}

.company .p-company-message__content {
	flex-direction: column-reverse;
	gap: 40px;
	margin-bottom: 60px;
}

.company .p-company-message__content-img {
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}

.company .p-company-message table th,
.company .p-company-message table td {
	display: block;
	padding: 16px;
}

.company .p-company-message table th {
	padding: 0 0 20px 8px;
	width: 100%;
}

.company .p-company-message table td {
	padding: 20px 0 40px 16px;
}

.contact {
	margin: 0 auto;
	padding: 72px 20px 0;
}

.contact .p-contact-message {
	padding: 60px 20px 20px;
}

.contact .p-contact-message__content {
	margin-bottom: 30px;
}

.contact .contact-content {
	margin-bottom: 60px;
}

.full-width {
	margin: 60px auto 50px;
}

.contact_item-p a {
	font-size: 1rem;
}

.label {
	font-size: 1rem;
}

.custom-checkbox .checkmark {
	height: 17px;
	width: 17px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 0.9rem;
	padding: 0.4rem;
}

.contact_item-p {
	margin-top: 30px;
}

.contact_item-p-title {
	font-size: 1.1rem;
	letter-spacing: 1px;
}

.contact_item-p-text {
	font-size: 0.8rem;
}

.wpcf7-list-item-label {
	font-size: 0.8rem;
}

.wpcf7-list-item-label a {
	font-size: 0.8rem;
}

.p-cost__content {
	flex-direction: column-reverse;
}

.p-cost__message {
	width: 100%;
}

.p-cost__message-title {
	line-height: 0.8;
	margin-bottom: 24px;
	text-align: center;
}

.p-cost__message-title::after {
	bottom: -18px;
	left: 50%;
	max-width: 75%;
	transform: translateX(-50%);
	width: 75%;
}

.p-cost__message-title::before {
	background-image: url("../img/cost_text_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 30px;
	content: "";
	height: clamp(40px, 8vw, 80px);
	left: 50%;
	max-width: 75%;
	position: absolute;
	transform: translateX(-50%);
	width: 75%;
	z-index: -1;
}

.p-cost__btn {
	display: block;
	margin-top: 20px;
	width: 100%;
}

.p-cost__btn p {
	text-align: center;
}

.p-cost__btn a {
	font-size: 14px;
	justify-content: center;
	width: 100%;
}

.p-cost__img {
	max-width: 100%;
	width: 100%;
}

.cta {
	padding: 0 20px 16px 20px;
}

.cta .p-cta-content {
	display: block;
}

.cta .p-cta-content .p-cta-content-message {
	line-height: 0.8;
	text-align: center;
}

.cta .p-cta-content .p-cta-content-message p {
	padding: 16px 0 20px;
}

.cta .p-cta-content .p-cta-content-btn {
	border: 1px solid #fff;
	justify-content: space-between;
}

.cta .p-cta-content .p-cta-content-btn p {
	font-size: 8px;
}

.cta .p-cta-content .p-cta-content-btn a {
	font-size: 14px;
}

.cta-consultation__content {
	background-image: url("../img/cta_bg_01_sp.png");
	background-position: center;
	min-height: 71vh;
	padding: 0 20px;
}

.cta-consultation__content-message {
	align-items: center;
	margin-left: 0;
}

.cta-consultation__content-message > img:nth-child(1) {
	width: 100vw;
}

.cta-consultation__content-message > img:nth-child(2) {
	margin: 10px 0 0 0;
	width: 100vw;
}

.cta-consultation .p-fv-content__items-img {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.cta-consultation .p-fv-content__items-img > img:nth-child(1) {
	height: auto;
	width: 100%;
}

.cta-consultation .p-fv-content__items-img > img:nth-child(2) {
	margin: 10px 0 0 0;
	width: 100%;
}

.cta-consultation .p-fv-content__items-cta-text {
	font-size: 10px;
}

.cta-consultation-second .cta-consultation__content {
	background-image: url("../img/cta_bg_02_sp.png");
	background-position: center;
	min-height: 71vh;
	padding: 0 20px;
}

.cta-consultation-second .cta-consultation__content-message {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-right: 0;
	width: 100%;
}

.cta-consultation-second .p-fv-content__items-img {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: -50px;
	width: 100%;
}

.cta-consultation-second .p-fv-content__items-img > img:nth-child(1) {
	height: auto;
	width: 100%;
}

.cta-consultation-second .p-fv-content__items-img > img:nth-child(2) {
	margin: 10px 0 0 0;
	width: 100%;
}

.cta-consultation-second .p-fv-content__items-cta-text {
	font-size: 10px;
}

.cta-consultation-third {
	padding: 80px 20px;
}

.cta-consultation-third .cta-consultation-title {
	line-height: 2.1;
}

.cta-consultation-third .cta-consultation__content {
	background-image: url("../img/cta_bg_03_sp.png");
	border-radius: 0;
	min-height: 69vh;
}

.cta-consultation-third .p-fv-content__items-img {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: -100px;
	width: 100%;
}

.cta-consultation-third .p-fv-content__items-img > img:nth-child(1) {
	height: auto;
	width: 100%;
}

.cta-consultation-third .p-fv-content__items-img > img:nth-child(2) {
	margin: 10px 0 0 0;
	width: 100%;
}

.cta-consultation-third .p-fv-content__items-cta-text {
	bottom: 38px;
	font-size: 9px;
}

.p-faq__content {
	padding: clamp(60px, 5vw, 60px) clamp(20px, 5vw, 60px);
}

.p-faq__subtitle {
	font-size: clamp(32px, 1.5vw, 16px);
}

.p-faq__title {
	font-size: clamp(32px, 3vw, 36px);
}

.flow {
	padding: clamp(80px, 8vw, 120px) 0 80px;
}

.flow__subtitle {
	font-size: clamp(32px, 1.5vw, 16px);
}

.flow__items {
	padding: 0 15px;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 50%;
	top: 260px;
	transform: translateX(-50%);
	width: 100%;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img img:nth-of-type(1) {
	width: 100vw;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img img:nth-of-type(2) {
	margin: 10px 0 0 0;
	width: 100vw;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-additional {
	left: 12.5px;
}

.privacy .p-privacy-message {
	padding: 60px 20px 40px;
}

.privacy .p-privacy-section h4 {
	margin-bottom: 10px;
}

.p-service__content::after {
	height: 120px;
	right: 10px;
	top: 345px;
	width: 120px;
}

.p-service__subtitle {
	margin-bottom: 0;
}

.p-service__desc {
	line-height: 1.5;
}

.p-service__cards {
	align-items: center;
	flex-direction: column;
}

.p-service__card {
	max-width: 400px;
	width: 100%;
}

.p-service__card-title {
	text-align: left;
}

.p-service__card-target {
	text-align: left;
}

.p-service__card-desc {
	text-align: left;
}

.step__item {
	font-size: 15px;
	padding: 8px 35px;
}

.step__item::after {
	border-bottom: 19px solid transparent;
	border-top: 19px solid transparent;
}

.step__item:last-child {
	padding: 8px 35px;
}

.p-service {
	margin: 1vh auto 0;
	text-align: center;
}

.p-service .p-service-content {
	display: grid;
	grid-template-areas: "title" "text" "imgf" "sub" "imgs";
	grid-template-columns: 1fr;
	padding: 50px 0 70px;
	row-gap: 0;
	text-align: center;
}

.p-service .p-service-content .p-service-content__message {
	display: contents;
}

.p-service .p-service-content .p-service-content__message {
	width: 100%;
}

.p-service .p-service-content .p-service-content__message .p-service-title {
	font-size: 2rem;
}

.p-service .p-service-content .p-service-content__message .p-service-message__text {
	font-size: 1.1rem;
	margin-top: 20px;
}

.p-service .p-service-content .p-service-content__message .p-service-message__text-sub {
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 1px;
	margin: 20px 0 10px;
	padding: 0 20px;
}

.p-service .p-service-content .p-service-content__message .p-service-content__img-s {
	margin: 20px 0 20px auto;
	width: 80%;
}

.p-service .p-service-content .p-service-content__img-f {
	margin: 20px 0;
	width: 80%;
}

.p-service .p-service-content .p-service-title {
	grid-area: title;
}

.p-service .p-service-content .p-service-message__text {
	grid-area: text;
}

.p-service .p-service-content .p-service-content__img-f {
	grid-area: imgf;
}

.p-service .p-service-content .p-service-message__text-sub {
	grid-area: sub;
}

.p-service .p-service-content .p-service-content__img-s {
	grid-area: imgs;
}

.p-service-content__sec {
	bottom: -1520px;
	padding: 550px 0 50px;
}

.p-service-content__sec .p-service-content__sec-title {
	font-size: clamp(14px, 7vw, 10rem);
}

.p-service-content__sec .p-service-content__sec-items {
	display: block;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item {
	margin-bottom: 50px;
	width: 100%;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item:last-child {
	margin-bottom: 0;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-text {
	text-align: left;
}

.p-service-content__sec .p-service-content__sec-items-item-side {
	font-size: 4rem;
	margin-top: 30px;
}

}

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

.p-case__stat-item .p-case__stat-bg:not(:last-child) {
	max-width: 100%;
}

.cta-consultation__content-message {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 220px;
	width: 100%;
}

.cta-consultation__content-message > img:nth-child(1) {
	height: auto;
	width: 100%;
}

.cta-consultation__content-message > img:nth-child(2) {
	margin: 10px 0 0 0;
	width: 100%;
}

}

@keyframes scroll-down-line {

0% {
	transform: scale(1, 1);
	transform-origin: 0% 40%;
}

20% {
	transform: scale(0.001, 1);
	transform-origin: 0% 40%;
}

20.01% {
	transform-origin: 100% 50%;
}

38% {
	transform: scale(1, 1);
	transform-origin: 100% 50%;
}

}

@keyframes marquee {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}


/* ==========================================================================
   Header固定 - 全ページ共通
   ========================================================================== */
.p-header {
  height: 70px !important;
  min-height: 70px !important;
}
