*,
*::before,
*::after {
	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 {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

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

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

body {
	color: #2d2d32;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.only-pc {
	display: none !important;
}

.only-sp {
	display: flex !important;
}

.l-header__hamburger {
	box-sizing: border-box;
	counter-increment: item;
	position: fixed;
	right: 20px;
	text-align: center;
	top: 16px;
	z-index: 1000;
}

.item:after {
	border: 1px solid #fff;
	color: #fff;
	content: counter(item);
	font-size: 20px;
	height: 40px;
	left: 1.5em;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 1.5em;
	width: 40px;
}

.menu-trigger,
.menu-trigger span {
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.4s;
}

.menu-trigger {
	background: none;
	border: none;
	height: 31px;
	position: relative;
	width: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.menu-trigger span {
	background-color: #000;
	border-radius: 4px;
	height: 3px;
	left: 0;
	position: absolute;
	transform-origin: center; /* ← ここ追加 */
	width: 100%;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 14px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

#menu03.active {
	transform: rotate(360deg);
}

#menu03.active span:nth-of-type(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg); /* ← 真ん中基準で回転 */
}

#menu03.active span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg); /* ← 真ん中基準で回転 */
}

#menu03.active span:nth-of-type(3) {
	opacity: 0;
}

.drawer-content {
	background-color: rgba(255, 255, 255, 0.9);
	height: 100%;
	padding-top: 86px;
	position: fixed;
	transform: translateY(-100%);
	transition: transform 0.4s linear;
	width: 100%;
	z-index: 50;
}

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

.drawer-content__menu-wrap {
	display: flex;
	flex-direction: column;
	gap: 60px;
	text-align: center;
}

.drawer-content__menu {
	display: flex;
	flex-direction: column;
	gap: 60px;
	text-align: center;
}

.drawer-content__menu .menu-item a {
	color: #2d2d32;
	font-size: 25px;
	font-weight: 600;
}

.drawer-content__link {
	color: #2d2d32;
	font-size: 25px;
	font-weight: 600;
}

.drawer-content__btn {
	margin: 0 auto;
}

.drawer-content__sns {
	margin: 0 auto;
}

.drawer-content__sns span {
	font-size: 12px;
	margin-left: 5px;
}

.btn__contact-small {
	align-items: center;
	background: #6adeff;
	border-radius: 5px;
	color: #ffffff;
	display: flex;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.4px;
	padding: 13px 37px 14px 38px;
	text-align: center;
	transition: background 0.3s ease;
	width: 185px;
}

.btn__contact-small:hover {
	background: #1fbbe7;
}

.btn__more-small {
	align-items: center;
	background: #6adeff;
	border-radius: 5px;
	color: #ffffff;
	display: flex;
	flex-shrink: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.4px;
	padding: 13px 0 14px 0;
	text-align: center;
	transition: background 0.3s ease;
	width: 185px;
}

.btn__more-small:hover {
	background: #1fbbe7;
}

.btn__contact-small--black {
	align-items: center;
	background: #555;
	border-radius: 5px;
	color: #ffffff;
	display: flex;
	flex-shrink: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.4px;
	padding: 13px 0 14px 0;
	text-align: center;
	transition: background 0.3s ease;
	width: 185px;
}

.btn__contact-small--black:hover {
	background: #414143;
}

.section__title {
	color: #2d2d32;
	display: flex;
	flex-direction: column;
	height: 64px;
	position: relative;
	text-align: center;
}

.section__title::after {
	background: #da4167;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 30px;
}

.section__title .title-en {
	font-family: "Quicksand", sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.52px;
}

.section__title .title-ja {
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.28px;
}

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

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

.fade-in-slide {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 3s, transform 3s;
}

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

.l-header {
	background-color: rgba(139, 255, 254, 0); /* 最初は透明 */
	position: fixed;
	transition: background-color 0.5s ease; /* ふわっと変化 */
	width: 100%;
	z-index: 50;
}

.l-header.scrolled {
	background-color: rgba(139, 255, 254, 0.7); /* 白＋80%の不透明度 */
}

.l-header .l-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 10px 20px;
}

.l-header .l-header__title-wrap {
	align-items: center;
	display: flex;
	gap: 10px;
}

.l-header .l-header__logo {
	width: clamp(40px, 1.878vw + 32.958px, 60px);
}

.l-header .l-header__title a {
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
}

.l-header .l-header__nav-wrap {
	display: flex;
	gap: 40px;
}

.l-header .l-header__nav-list {
	align-items: center;
	display: flex;
	gap: 37px;
}

.l-main {
	padding-top: 66px;
}

.l-footer {
	background: #f7f7f7;
	padding: 16px 20px;
}

.l-footer .l-footer__inner {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

.l-footer .l-footer__copy {
	color: #555;
	font-size: 10px;
	letter-spacing: 0.02em;
}

.fv {
	overflow: hidden;
	padding-bottom: 34px;
}

.fv .fv__body {
	color: #2d2d32;
	font-family: "Noto Serif JP", serif;
}

.fv .fv__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.48px;
	margin-top: 47px;
	text-align: center;
}

.fv .fv__sub-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.36px;
	margin-top: 13px;
	text-align: center;
}

.fv .fv__image {
	display: block;
	margin-top: 28px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

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

.fv .fv__button {
	display: flex;
	justify-content: center;
	margin-top: 29px;
}

.about {
	padding-bottom: 40px;
	padding-top: 60px;
}

.about .about__inner {
	margin-left: 20px;
	margin-right: 20px;
}

.about .about__body {
	margin-top: 42px;
}

.about .about__image {
	margin: 0 auto;
	width: 260px;
}

.about .about__image img {
	border-radius: 15px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.about .about__content-title {
	color: var(--, #333);
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: normal;
	margin-top: 26px;
	text-align: center;
}

.about .about__content-text {
	color: var(--BW-Black, #333);
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
	margin-top: 40px;
	text-align: left;
}

.about .about__button {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.about .about__skills {
	margin: 20px auto;
	max-width: 700px;
	padding: 20px 0;
}

.about .about__skills h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: left;
}

.about .about__skills table {
	border-collapse: collapse;
	width: 100%;
}

.about .about__skills th,
.about .about__skills td {
	border: 1px solid #ddd;
	padding: 12px 15px;
	text-align: left;
	vertical-align: middle;
}

.about .about__skills th {
	background-color: #f2fdff;
	font-weight: 600;
	width: 30%;
}

.about .about__skills td {
	background-color: #fff;
}

.works {
	background: rgba(212, 224, 255, 0.5);
	padding-bottom: 40px;
	padding-top: 60px;
}

.works .works__inner {
	margin-left: 20px;
	margin-right: 20px;
}

.works .works__wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-top: 42px;
}

.works .works__card {
	border: 1px solid #c5c5c5;
	border-radius: 15px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	max-width: 330px;
	overflow: hidden;
}

.works .works__card--3 .works__text {
	padding-top: 20px;
}

.works .works__card--3 .works__text-title {
	font-size: 18px;
}

.works .works__image {
	height: 200px;
	overflow: hidden;
}

.works .works__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.works .works__image:hover img {
	transform: scale(1.1);
}

.works .works__text {
	background: rgba(255, 255, 255, 0.6196078431);
	height: 220px;
	padding: 30px 20px;
}

.works .works__text-title {
	color: #000;
	font-family: "Noto Serif JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: normal;
	position: relative;
	text-align: center;
}

.works .works__text-title::before {
	background: #515151;
	content: "";
	height: 50px;
	left: 0; /* 左寄せ */
	position: absolute;
	top: 50%; /* 親の高さの50%の位置に置く */
	transform: translateY(-50%); /* 自分の高さの半分だけ上にずらす */
	width: 3px;
}

.works .works__detail {
	color: #000;
	font-family: "Noto Serif JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.32px;
	line-height: normal;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.works .works__button {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.price {
	padding-bottom: 40px;
	padding-top: 60px;
}

.price .price__inner {
	margin-left: 20px;
	margin-right: 20px;
}

.price .price__table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin: 40px auto;
	max-width: 700px;
}

.price .price__table table {
	border-collapse: collapse;
	width: 100%;
}

.price .price__table th,
.price .price__table td {
	border: 1px solid #ddd;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	padding: 14px 12px;
	text-align: left;
}

.price .price__table thead th {
	background-color: #1fbbe7;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.price .price__table tbody tr:nth-child(even) {
	background-color: #f2fdff;
}

.price .price__text {
	font-size: 12px;
	list-style-type: disc; /* デフォルトの「・」を使う */
	margin: 0 auto;
	max-width: 700px;
	padding-left: 1.5em; /* 左に余白をつける */
}

.price .price__text li {
	margin-bottom: 1.5em;
}

.price .price__text span {
	color: #ff0000;
	font-size: 14px;
	font-weight: 700;
}

.contact .contact__inner {
	text-align: center;
}

.contact .contact__contact {
	align-items: center;
	background-color: #6adeff;
	color: #fff;
	display: flex;
	font-size: 30px;
	font-weight: 700;
	gap: 10px;
	height: 100px;
	justify-content: center;
	transition: background 0.3s ease;
}

.contact .contact__contact:hover {
	background: #1fbbe7;
}

.contact .contact__contact span {
	font-size: 14px;
	margin-top: 14px;
}

.contact .contact__X {
	align-items: center;
	background-color: #2d2d32;
	color: #fff;
	display: flex;
	font-size: 30px;
	font-weight: 700;
	gap: 10px;
	height: 100px;
	justify-content: center;
	transition: background 0.3s ease;
}

.contact .contact__X:hover {
	background: #414143;
}

.contact .contact__X span {
	font-size: 14px;
	margin-top: 14px;
}

.page__top {
	align-items: center;
	background: url(../img/contact-page-sp.png) no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: center;
	overflow: hidden;
	padding-bottom: 80px;
	padding-top: 80px;
	position: relative;
	width: 100%;
}

.page__top-en {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-align: center;
	z-index: 1;
}

.page__top-ja {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: normal;
	text-align: center;
	z-index: 1;
}

.contact-page .contact-page__inner {
	margin-left: 20px;
	margin-right: 20px;
}

.contact-page .contact-page__text {
	color: #555;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	letter-spacing: 0.48px;
	margin-left: 16px;
	margin-top: 48px;
}

.contact-page .contact-page__box {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	padding-bottom: 64px;
}

.contact-page .contact-page__form {
	margin-top: 31px;
	padding-left: 16px;
	padding-right: 15px;
}

.contact-page .contact-page__fields {
	display: flex;
	flex-direction: column;
	gap: 31px;
}

.contact-page .contact-page__button {
	margin-top: 41px;
	text-align: center;
}

.contact-page .contact-page__btn {
	background: #6adeff;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	flex-shrink: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 500;
	height: 56px;
	letter-spacing: 0.9px;
	line-height: 150%; /* 27px */
	transition: background 0.3s ease;
	width: 300px;
}

.contact-page .contact-page__btn:hover {
	background: #1fbbe7;
}

.contact-page .form-field__head {
	align-items: center;
	display: flex;
	gap: 10px;
}

.contact-page .form-field__label {
	color: #2d2d32;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
}

.contact-page .form-field__tag {
	background: #6adeff;
	border-radius: 6px;
	color: #ffffff;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	padding: 1px 7px 3px 8px;
}

.contact-page .form-field__item {
	margin-top: 6px;
}

.contact-page .form-field__item input {
	border-radius: 10px;
}

.contact-page .form-field__item:hover {
	border-color: #6adeff;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px #6adeff;
}

.contact-page .form-field__item [type=text],
.contact-page .form-field__item [type=email],
.contact-page .form-field__item [type=tel] {
	background: #ffffff;
	border: 1px solid #1fbbe7;
	color: #2d2d32;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	padding: 16px;
	width: 100%;
}

.contact-page .form-field__item textarea {
	background: #ffffff;
	border: 1px solid #1fbbe7;
	border-radius: 10px;
	color: #2d2d32;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	height: 160px;
	padding-left: 16px;
	padding-right: 13px;
	padding-top: 13px;
	width: 100%;
}

.contact-page .contact-page__success {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 115px;
	margin-top: 180px;
	text-align: center;
}

.works-page {
	background: url(../img/words-page-bg.png) no-repeat center center/cover;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

.works-page::before {
	background: inherit;
	content: "";
	filter: blur(3px);
	inset: 0;
	position: absolute;
	transform: scale(1.1);
	z-index: -1;
}

.works-page::after {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.works-page .works-page__inner {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1250px;
	padding-bottom: 80px;
	padding-inline: 40px;
}

.works-page .works-page__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 80px;
	padding-top: 80px;
	position: relative;
	z-index: 1;
}

.works-page .works-page__swiper {
	padding-bottom: 140px;
}

.works-page .swiper-pagination span {
	border-radius: 4px;
	display: inline-block;
	height: auto;
	margin: 0 4px;
	overflow: hidden;
	width: 170px;
}

.works-page .swiper-pagination span:nth-child(n+5) {
	display: none; /* 5番目以降は非表示 */
}

.works-page .swiper-pagination img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.works-page .l-works-button__lists {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 25px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.works-page .l-works-button__list.is-active {
	background-color: #6adeff;
	color: #ffffff;
	height: 64px;
	position: relative;
	text-align: center;
}

.works-page .l-works-button__list.is-active::after {
	border: #fff 1px solid;
	content: "";
	height: calc(100% - 8px);
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 8px);
}

.works-page .l-works-button__list.is-active .l-works-button__link {
	color: #fff;
}

.works-page .l-works-button__list {
	background-color: #fff;
	border-radius: 5px;
	height: 64px;
	position: relative;
	text-align: center;
	transition: background-color 0.2s linear; /* ここでふわっと変える設定 */
}

.works-page .l-works-button__list:hover {
	background-color: #6adeff;
}

.works-page .l-works-button__list::after {
	border: #6adeff 1px solid;
	border-radius: 5px;
	content: "";
	height: calc(100% - 8px);
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 8px);
}

.works-page .l-works-button__list:hover::after {
	border: #fff 1px solid;
}

.works-page .l-works-button__link {
	align-items: center;
	color: #6adeff;
	display: flex;
	font-family: "Noto Serif JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: normal;
	text-align: center;
	width: 100%;
}

.works-page .l-works-button__link:hover {
	color: #fff;
}

.works-page .card__wrap {
	display: flex;
	justify-content: center;
}

.works-page .works-page__card {
	aspect-ratio: 16/9;
	background: rgb(242, 242, 242);
	border: 1px solid #2d2d32;
	border-radius: 8px;
	max-width: 750px;
	padding: 10px 10px 65px 10px;
	width: 100%;
	z-index: 1;
}

.works-page .works-page__image {
	aspect-ratio: 16/9;
	border-radius: 8px;
	overflow: hidden;
}

.works-page .works-page__body {
	height: clamp(75px, 75px + 25 * (100vw - 375px) / 1065, 100px);
}

.works-page .works-page__card-title {
	font-size: 16px;
	font-weight: 700;
	margin-top: 14px;
}

.works-page .works-page__text {
	font-size: 14px;
	margin-top: 11px;
}

.works-page .swiper-pagination {
	display: none;
}

.works-page .swiper-button-prev,
.works-page .swiper-button-next {
	height: clamp(50px, 50px + 10 * (100vw - 375px) / 393, 60px);
	margin-top: clamp(130px, 130px + (100vw - 375px) * 0.2544529262, 230px);
	width: clamp(50px, 50px + 10 * (100vw - 375px) / 393, 60px);
}

.works-page .swiper-button-prev::after,
.works-page .swiper-button-next::after {
	display: none;
}

.works-page .swiper-button-prev {
	background: url(../img/arrow-prev-icon-2.png) no-repeat center center/contain;
	left: clamp(120px, 120px + 355 * (100vw - 375px) / 393, 475px);
}

.works-page .swiper-button-next {
	background: url(../img/arrow-next-icon-2.png) no-repeat center center/contain;
	right: var(--swiper-navigation-sides-offset, 40px);
}

.works-page .swiper-scrollbar {
	display: none;
}

.works-page .swiper-scrollbar-drag {
	display: none;
}

.works-page .works-page__cards-container {
	display: grid;
	gap: clamp(40px, 40px + 40 * (100vw - 375px) / 672, 80px);
	grid-template-columns: 1fr;
	margin-top: 60px;
}

.works-page .works-page__grid-card {
	background: #eeeeee;
	border-radius: 5px;
	margin-inline: auto;
	max-width: 500px;
	padding: 10px;
	padding-bottom: 25px;
	position: relative;
}

.works-page .works-page__grid-card--lp .grid-card__badge svg text {
	font-size: 55px;
}

.works-page .works-page__grid-card--corporate .grid-card__badge svg text {
	font-size: 40px;
}

.works-page .grid-card__image {
	border-radius: 5px;
	overflow: hidden;
}

.works-page .grid-card__badge {
	left: -17px;
	position: absolute;
	top: 15px;
}

.works-page .grid-card__badge svg {
	height: auto;
	width: 80px;
}

.works-page .entry-item-tag {
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.works-page .grid-card__title {
	font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 416, 20px);
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
}

.works-page .grid-card__label {
	display: flex;
	gap: 20px;
	margin-left: 20px;
}

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

.about .about__image {
	width: 350px;
}

.contact-page .contact-page__form {
	padding-left: 70px;
	padding-right: 70px;
}

.works-page .works-page__inner {
	padding-bottom: 140px;
}

.works-page .l-works-button__lists {
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.works-page .works-page__card {
	padding: 20px 20px 40px 20px;
}

.works-page .works-page__cards-container {
	grid-template-columns: repeat(2, 1fr);
	row-gap: clamp(50px, 50px + 10 * (100vw - 1024px) / 416, 60px);
	-moz-column-gap: clamp(40px, 40px + 10 * (100vw - 1024px) / 416, 50px);
	column-gap: clamp(40px, 40px + 10 * (100vw - 1024px) / 416, 50px);
}

}

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

.only-pc {
	display: block !important;
}

.only-sp {
	display: none !important;
}

.btn__contact-large {
	align-items: center;
	background: #6adeff;
	border-radius: 5px;
	color: #ffffff;
	display: flex;
	flex-shrink: 0;
	font-size: 42px;
	font-weight: 700;
	height: 90px;
	justify-content: center;
	letter-spacing: 0.4px;
	padding: 13px 37px 14px 38px;
	text-align: center;
	transition: background 0.3s ease;
	width: 300px;
}

.btn__contact-large:hover {
	background: #1fbbe7;
}

.section__title {
	height: 105px;
}

.section__title::after {
	width: 40px;
}

.section__title .title-en {
	font-size: 42px;
	letter-spacing: 0.72px;
}

.section__title .title-ja {
	font-size: 18px;
	letter-spacing: 0.36px;
	margin-top: 4px;
}

.l-header .l-header__inner {
	margin: 15px 87px;
}

.l-header .l-header__title-wrap {
	gap: 18px;
}

.l-header .l-header__title a {
	font-size: 25px;
	letter-spacing: 4px;
	line-height: 25px;
}

.l-header .l-header__nav-list .menu-item a {
	font-family: "Quicksand", sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: var(--Static-Title-Large-Tracking, 0);
	line-height: var(--Static-Title-Large-Line-Height, 28px); /* 127.273% */
}

.l-header .l-header__nav-list .menu-item a:hover {
	color: #1fbbe7;
}

.l-header .l-header__nav-item {
	font-family: "Quicksand", sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: var(--Static-Title-Large-Tracking, 0);
	line-height: var(--Static-Title-Large-Line-Height, 28px); /* 127.273% */
}

.l-header .l-header__nav-item:hover a {
	color: #1fbbe7;
}

.l-main {
	padding-top: 82px;
}

.l-footer .l-footer__copy {
	font-size: 12px;
}

.fv .fv__inner {
	align-items: stretch;
	display: flex;
	position: relative;
}

.fv .fv__body {
	box-sizing: border-box;
	margin-left: 80px;
	position: relative;
	width: 50%;
	z-index: 2;
}

.fv .fv__title {
	font-size: 40px;
	letter-spacing: 0.96px;
	margin-top: 225px;
	text-align: left;
}

.fv .fv__sub-title {
	font-size: 30px;
	letter-spacing: 0.72px;
	margin-top: 25px;
	text-align: left;
}

.fv .fv__image {
	height: 809px;
	margin-top: 0;
	overflow: hidden;
	position: absolute;
	right: -100px;
	top: 0;
	width: 60%;
	z-index: 1;
}

.fv .fv__image img {
	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 50%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 50%);
	mask-repeat: no-repeat;
	mask-size: cover;
}

.fv .fv__button {
	justify-content: flex-start;
	margin-bottom: 212px;
	margin-left: 80px;
	margin-top: 85px;
}

.about {
	padding-bottom: 80px;
	padding-top: 80px;
}

.about .about__inner {
	margin-left: 40px;
	margin-right: 40px;
}

.about .about__body {
	align-items: center;
	display: flex;
	gap: 40px;
}

.about .about__image {
	text-align: center;
	width: 50%;
}

.about .about__image img {
	box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.3);
	width: 420px;
}

.about .about__content {
	width: 50%;
}

.about .about__content-title {
	font-size: 26px;
	letter-spacing: 0.52px;
}

.about .about__content-text {
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 30px;
	text-align: left;
}

.about .about__skills {
	margin: 10px auto;
}

.about .about__skills th,
.about .about__skills td {
	padding: 12px 20px;
}

.about .about__skills th {
	font-size: 14px;
}

.works {
	padding-bottom: 100px;
	padding-top: 120px;
}

.works .works__wrap {
	flex-direction: row;
	gap: 35px;
	justify-content: center;
	margin-top: 65px;
}

.works .works__card {
	max-width: 290px;
}

.works .works__card--3 .works__text {
	padding-top: 25px;
}

.works .works__text-title {
	font-size: 18px;
}

.works .works__text-title::before {
	height: 60px;
}

.works .works__button {
	margin-top: 60px;
}

.price {
	padding-bottom: 100px;
	padding-top: 120px;
}

.price .price__table th,
.price .price__table td {
	padding: 14px 16px;
}

.price .price__text {
	font-size: 16px;
}

.price .price__text li {
	margin-bottom: 1em;
}

.price .price__text span {
	font-size: 18px;
}

.contact .contact__contact {
	font-size: 36px;
	height: 110px;
}

.contact .contact__X {
	font-size: 36px;
	height: 110px;
}

.page__top {
	padding-bottom: 140px;
	padding-top: 140px;
}

.page__top-en {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.96px;
}

.contact-page .contact-page__text {
	display: flex;
	font-size: 20px;
	justify-content: center;
	margin-left: 0;
	margin-top: 80px;
}

.contact-page .contact-page__box {
	max-width: 800px;
	padding-bottom: 72px;
}

.contact-page .contact-page__form {
	margin-top: 75px;
	padding-left: 80px;
	padding-right: 80px;
}

.contact-page .contact-page__fields {
	gap: 40px;
}

.contact-page .contact-page__button {
	margin-top: 70px;
}

.contact-page .contact-page__btn {
	width: 240px;
}

.contact-page .form-field__head {
	gap: 16px;
}

.contact-page .form-field__label {
	font-size: 18px;
}

.contact-page .form-field__item {
	margin-top: 10px;
}

.contact-page .form-field__item [type=text],
.contact-page .form-field__item [type=email],
.contact-page .form-field__item [type=tel] {
	padding-bottom: 13px;
	padding-left: 22px;
	padding-top: 13px;
}

.contact-page .form-field__item textarea {
	padding-left: 22px;
	padding-top: 12px;
}

.contact-page .contact-page__success {
	font-size: 35px;
	margin-bottom: 200px;
	margin-top: 200px;
}

.works-page .works-page__title {
	padding-bottom: 80px;
	padding-top: 140px;
}

.works-page .works-page__swiper {
	padding-bottom: 0;
}

.works-page .l-works-buttons {
	margin-top: 80px;
	padding: 0;
}

.works-page .l-works-button__lists {
	display: flex;
	gap: clamp(30px, 30px + 20 * (100vw - 1024px) / 416, 50px);
	justify-content: center;
}

.works-page .l-works-button__list.is-active {
	height: 69px;
	width: 200px;
}

.works-page .l-works-button__list {
	height: 69px;
	width: 200px;
}

.works-page .l-works-button__link {
	font-size: 16px;
	line-height: 20px; /* 125% */
}

.works-page .works-page__card {
	margin-bottom: 190px;
}

.works-page .works-page__card-title {
	font-size: 24px;
	margin-top: 24px;
}

.works-page .works-page__text {
	font-size: 18px;
}

.works-page .swiper-pagination {
	bottom: 40px;
	display: flex;
	gap: 15px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%); /* ←これで左右中央寄せ */
	width: auto; /* 横幅固定しない */
}

.works-page .swiper-button-prev,
.works-page .swiper-button-next {
	height: clamp(60px, 60px + 30 * (100vw - 1024px) / 416, 90px);
	margin-top: -110px;
	width: clamp(60px, 60px + 30 * (100vw - 1024px) / 416, 90px);
}

.works-page .swiper-button-prev {
	left: clamp(15px, 15px + 60 * (100vw - 1024px) / 416, 75px);
}

.works-page .swiper-button-next {
	right: clamp(15px, 15px + 60 * (100vw - 1024px) / 416, 75px);
}

.works-page .works-page__cards-container {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 100px;
}

.works-page .grid-card__badge {
	left: clamp(-19px, -17px - 2 * (100vw - 1024px) / 416, -17px);
}

.works-page .grid-card__badge svg {
	width: clamp(80px, 80px + 10 * (100vw - 1024px) / 416, 90px);
}

}

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

.l-main {
	padding-top: 87.906px;
}

.fv .fv__body {
	margin-left: 110px;
}

.fv .fv__title {
	font-size: 48px;
}

.fv .fv__sub-title {
	font-size: 36px;
}

.fv .fv__button {
	margin-left: 120px;
}

.about .about__image img {
	width: 500px;
}

.about .about__content-text {
	font-size: 18px;
}

.about .about__skills th {
	font-size: 16px;
}

.works .works__wrap {
	gap: 75px;
}

.works .works__card {
	max-width: 380px;
}

.works .works__card--3 .works__text-title {
	font-size: 20px;
}

.works .works__image {
	height: 250px;
}

.works .works__text {
	height: 250px;
	padding: 45px 25px;
}

.works .works__text-title {
	font-size: 20px;
}

.works .works__detail {
	font-size: 14px;
	margin-top: 35px;
}

}

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

.list {
	display: block;
}

.item {
	width: auto;
}

}

