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

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

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

img {
	border: none;
	vertical-align: bottom;
}

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

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

body {
	background: #edf2f9;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: normal;
}

body.is-fixed {
	overflow: hidden;
}

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

a {
	color: inherit;
}

.l-inner {
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}

.l-bg-diagonal {
	background-color: #edf2f9;
	position: relative;
	z-index: 0;
}

.l-bg-diagonal::before {
	background: #a6b9ff;
	clip-path: polygon(40% 0, 100% 0, 100% 100%, 24% 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-button {
	background: #6e8cfb;
	display: inline-block;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	padding: 10px;
	transition: 0.3s;
}

.c-button:hover {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
	opacity: 0.9;
	transform: translateY(-3px);
}

.c-drawer-icon {
	align-items: flex-start;
	background: transparent;
	cursor: pointer;
	display: flex;
	height: 18px;
	position: fixed;
	right: 30px;
	top: 24px;
	width: 27px;
	z-index: 200;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(1) {
	top: 9px;
	transform: rotate(45deg);
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(2) {
	display: none;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(3) {
	top: 9px;
	transform: rotate(-45deg);
}

.c-drawer-icon__bar {
	background-color: #000000;
	border-radius: 3px;
	height: 2.25px;
	position: absolute;
	transition: top 0.3s, transform 0.3s, background 0.3s;
	width: 27px;
}

.c-drawer-icon__bar:nth-child(1) {
	top: 2.125px;
}

.c-drawer-icon__bar:nth-child(2) {
	top: 8.875px;
}

.c-drawer-icon__bar:nth-child(3) {
	top: 15.625px;
}

.c-drawer-content {
	z-index: 100;
}

.c-drawer__nav {
	align-items: center;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 40px;
	height: calc(100vh - 0px);
	left: 0;
	overflow: auto;
	padding: 58px 40px;
	position: fixed;
	top: 0;
	transform: translateY(-100vh);
	transition: all 0.3s ease-in-out;
	width: 100%;
	z-index: 100;
}

.c-drawer__nav.is-checked {
	opacity: 1;
	transform: translateY(0);
}

.c-drawer__lists {
	align-items: center;
	color: #000000;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 400;
	gap: 36px;
	justify-content: center;
}

.c-drawer-content__buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: center;
	max-width: 295px;
	width: 100%;
}

.c-drawer-content__button1.c-button-blue {
	border: 1px solid #000000;
	padding: 19px 10px;
}

.c-drawer-content__button2.c-button-white {
	padding: 20px 10px;
}

.c-header {
	left: 0;
	padding-inline: 30px;
	padding-top: 29px;
	position: fixed;
	top: 0;
	transition: 0.2s;
	width: 100%;
	z-index: 99;
}

.c-header.is-hide {
	padding-top: 5px;
}

.c-header__inner {
	align-items: center;
	backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.8);
	border-radius: 14px;
	display: flex;
	height: 70px;
	justify-content: space-between;
	padding-left: 20px;
	transition: 0.2s;
}

.c-header__inner.l-inner {
	max-width: 1280px;
}

.c-header__logo {
	align-items: center;
	display: flex;
	font-family: "Rajdhani", sans-serif;
	transition: 0.2s;
}

.c-header__logo h1 {
	background: linear-gradient(90deg, #000000, #0051ff, #000000);
	background-size: 300% 100%;
	color: transparent;
	font-size: 45.588px;
	line-height: 100%; /* 45.588px */
	padding-block: 7.75px;
	padding-right: 10px;
	position: relative;
	-webkit-background-clip: text;
	animation: scan 5s linear infinite, flicker 3s infinite ease-in-out;
	background-clip: text;
	filter: drop-shadow(0 0 3px rgba(120, 120, 120, 0.6));
}

.c-header__logo p {
	border-left: solid 1px #000;
	font-size: 20px;
	font-weight: 700;
	padding-block: 17.5px;
	padding-left: 20px;
}

.c-nav {
	align-items: center;
	display: flex;
	gap: 32px;
}

.c-nav__lists {
	align-items: center;
	display: flex;
	gap: 25px;
}

.c-nav__list {
	padding: 10px;
}

.c-nav__link {
	display: flex;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	padding-block: 2px;
	position: relative;
	transition: 0.3s;
}

.c-nav__link span {
	display: inline-block;
	transition: transform 0.3s ease;
}

.c-nav__link::after {
	background-color: #3c467b;
	border-radius: 2px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 100%;
}

.c-nav__link:hover {
	color: #3c467b;
}

.c-nav__link:hover span {
	transform: translateY(-3px);
}

.c-nav__link:hover::after {
	transform: translateX(-50%) scaleX(1);
}

.c-nav__link-footer {
	display: flex;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	padding-block: 2px;
	position: relative;
	transition: 0.3s;
}

.c-nav__link-footer:hover {
	opacity: 0.7;
}

.c-nav__button-contact {
	align-items: center;
	background: linear-gradient(90deg, #3857bb 0%, #809bff 100%);
	background: #6e8cfb;
	border-radius: 0 14px 14px 0;
	display: flex;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	height: 70px;
	padding: 10px 57px 10px 30px;
	position: relative;
	transition: 0.3s;
}

.c-nav__button-contact::after {
	content: ">>";
	height: 100%;
	left: 107px;
	position: absolute;
	top: 22px;
	transition: 0.3s;
	width: 100%;
}

.c-nav__button-contact span {
	transition: 0.3s;
}

.c-nav__button-contact:hover {
	opacity: 0.9;
}

.c-nav__button-contact:hover span {
	transform: translateX(3px);
}

.c-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-heading__border {
	border: solid 1px #000000;
	height: 69px;
	width: 1px;
}

.c-heading__title {
	font-family: "Rajdhani", sans-serif;
	font-size: 40px;
	letter-spacing: 0.8px;
	padding: 10px;
}

.p-footer {
	align-items: center;
	background: #3c467b;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 22.5px;
	padding-top: 41px;
}

.p-footer__logo {
	align-items: center;
	display: flex;
	font-family: "Rajdhani", sans-serif;
}

.p-footer__logo h1 {
	font-size: 45.588px;
	line-height: 100%; /* 45.588px */
	padding-block: 7.75px;
	padding-right: 10px;
	position: relative;
}

.p-footer__logo p {
	border-left: solid 1px #ffffff;
	font-size: 20px;
	font-weight: 700;
	padding-block: 17.5px;
	padding-left: 20px;
}

.p-footer__x {
	height: 46px;
	margin-top: 10px;
	padding: 5.75px 7.2px;
	width: 46px;
}

.p-footer__x:hover img {
	opacity: 0.7;
	transform: scale(1.1);
}

.p-footer__x img {
	height: 34.522px;
	transition: 0.3s;
	width: 31.636px;
}

.p-footer__nav {
	margin-top: 10px;
}

.p-footer__copyright {
	font-size: 18px;
	font-style: normal;
	font-weight: 350;
	padding: 10px;
}

.p-footer__copyright span {
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.p-fv {
	padding-bottom: 58px;
	padding-top: 86px;
}

.p-fv__top {
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1440px;
	padding-left: 89px;
	position: relative;
}

.p-fv__contents {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	letter-spacing: normal;
	margin-top: 124px;
	z-index: 1;
}

.p-fv__zabuton {
	align-items: flex-start;
	color: #192f60;
	display: flex;
	flex-direction: column;
	font-size: 48px;
	gap: 25px;
	overflow: hidden;
}

.p-fv__title {
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.p-fv__title::before,
.p-fv__title::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.p-fv__title::before {
	background: #192f60;
	width: 100%;
}

.p-fv__title::after {
	background: #ffffff;
	transform: translateX(-100%);
	transition: transform 0.9s ease-out 0.9s;
	width: 100%;
}

.p-fv__title {
	opacity: 0;
	transform: translateX(-10px);
	transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s;
}

.p-fv__title.is-animate::before {
	transform: scaleX(1);
}

.p-fv__title.is-animate::after {
	transform: translateX(0);
}

.p-fv__title.is-animate {
	opacity: 0.92;
	transform: translateX(0);
}

.p-fv__text {
	font-size: 28px;
	margin-top: 38px;
}

.p-fv__button {
	font-size: 24px;
	letter-spacing: 0.96px;
	margin-top: 72px;
}

.p-fv__image {
	max-width: 644px;
	position: absolute;
	right: 27px;
	top: -40px;
	width: 44.7222vw;
}

.p-swiper {
	margin-top: 55px;
	overflow: hidden;
}

.p-swiper__wrapper {
	transition-timing-function: linear;
}

.p-swiper__slide {
	border-radius: 15px;
	overflow: hidden;
	width: auto;
}

.p-swiper__slide img {
	width: 293px;
}

.p-works {
	padding: 0 60px 230px;
}

.p-works__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 107px;
	justify-content: center;
	margin-inline: auto;
	margin-top: 103px;
	max-width: 1400px;
}

.p-works__cards.is-collapsed .p-works__card:nth-child(n+7) {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateY(20px);
	visibility: hidden;
}

.p-works__card {
	opacity: 1;
	transform: translateY(0);
	transition: 0.8s;
	transition: 0.4s;
	width: 293px;
	cursor: pointer;
}

.p-works__card img {
	border-radius: 15px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	max-height: 175px;
	transition: 0.2s;
	width: 100%;
}

.p-works__card:hover img {
	opacity: 0.9;
	scale: 1.3;
}

.p-works__card-title {
	border-bottom: 1px solid #000000;
	padding: 5px;
	text-align: center;
}

.p-works__card-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	margin-top: 10px;
}

.p-works__card-category {
	background: #ffffff;
	border: 0.5px solid #000000;
	font-family: "Rajdhani", sans-serif;
	font-size: 18px;
	letter-spacing: 0.36px;
	padding-inline: 10px;
}

.p-works__button {
	margin-top: 100px;
	text-align: center;
}

.p-works__button .c-button {
	cursor: pointer;
}

.p-tab {
	padding-bottom: 230px;
	padding-inline: 60px;
	padding-top: 100px;
}

.p-tab__contents {
	margin-inline: auto;
	max-width: 1120px;
	position: relative;
}

.p-tab__nav {
	display: flex;
	gap: 36px;
	left: 63px;
	position: absolute;
	top: -59px;
}

.p-tab__button {
	background: #6e8cfb;
	border: solid 1px #6e8cfb;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	cursor: pointer;
	flex: 1;
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
	height: 60px;
	position: relative;
	text-align: center;
	top: 6px;
	transition: 0.1s;
	width: 150px;
	z-index: 0;
}

.p-tab__button.active {
	background: #ffffff;
	color: #000000;
	top: 0;
	z-index: 2;
}

.p-tab__content {
	background: #ffffff;
	border: solid 1px #6e8cfb;
	border-radius: 20px;
	display: none;
	height: 540px;
	padding: 70px 160px 60px;
	position: relative;
	transition: 0.3s;
	z-index: 1;
}

.p-tab__content.active {
	display: block;
}

.p-tab__cards {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-tab__card {
	width: 214px;
}

.p-tab__card img {
	transition: 0.3s;
}

.p-tab__card:hover .p-tab__card-image {
	rotate: 15deg;
}

.p-tab__card:hover .p-tab__card-image2 {
	rotate: -15deg;
}

.p-tab__card-title {
	margin-top: 45px;
	text-align: center;
}

.p-tab__card-text {
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.2;
	margin-top: 28px;
}

.p-tab__content2 {
	position: relative;
}

.p-tab__content2 p {
	font-size: 18px;
	letter-spacing: 0.36px;
	margin-top: 45px;
}

.p-tab__content2 img {
	position: absolute;
	right: 47px;
	top: 230px;
	width: 289px;
}

.p-about {
	padding-bottom: 230px;
}

.p-about__body {
	height: 460px;
	padding-inline: 60px;
	position: relative;
}

.p-about__image {
	max-width: 500px;
	position: absolute;
	right: 55%;
	text-align: center;
	top: 0;
	width: 50vw;
	z-index: 1;
}

.p-about__profile {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(50vw - 60px);
}

.p-about__profile-name {
	font-size: 24px;
}

.p-about__x {
	height: 46px;
	padding: 5.75px 7.2px;
	width: 46px;
}

.p-about__x:hover img {
	opacity: 0.7;
	transform: scale(1.1);
}

.p-about__x img {
	height: 34.522px;
	transition: 0.3s;
	width: 31.636px;
}

.p-about__profile__text {
	line-height: 1.2;
	margin-top: 43px;
}

.p-about__bottom {
	background: #3c467b;
	overflow: hidden;
	padding-block: 30px;
	position: relative;
}

.p-about__bottom::before,
.p-about__bottom::after {
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 5vw;
	z-index: 2;
}

.p-about__bottom::before {
	background: linear-gradient(to right, #3c467b, transparent);
	left: 0;
}

.p-about__bottom::after {
	background: linear-gradient(to left, #3c467b, transparent);
	right: 0;
}

.p-about__marquee {
	animation: marquee 40s linear infinite;
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
	will-change: transform;
}

.p-about__bottom-text {
	color: #ffffff;
	font-family: "Rajdhani", sans-serif;
	font-size: 55px;
	letter-spacing: 1.92px;
	padding-right: 5rem; /* テキスト間の間隔 */
	text-shadow: 0 0 6px;
	white-space: nowrap;
}

.p-contact {
	padding-bottom: 103px;
	padding-inline: 60px;
}

.p-form {
	background: #ffffff;
	border-radius: 50px;
	margin-inline: auto;
	max-width: 1120px;
	padding: 70px 150px 100px;
}

.p-form__top {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42;
}

.p-form__message2 {
	margin-top: 22px;
}

.p-form__message2 .p-form__field-tag {
	padding: 1px 10px 3px;
}

.p-form__message3 {
	margin-top: 11px;
}

.p-form__fields {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 74px;
}

.p-form__field-head {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	gap: 16px;
	line-height: 1;
}

.p-form__field-label {
	color: #333;
}

.p-form__field-item {
	margin-top: 16px;
}

.p-form__field-text {
	background: #ebebeb;
	border: 1px solid #777;
	font-size: 16px;
	outline: none;
	padding: 16px;
	width: 100%;
}

.p-form__field-text::-moz-placeholder {
	color: rgba(51, 51, 51, 0.25);
	font-size: 16px;
}

.p-form__field-text::placeholder {
	color: rgba(51, 51, 51, 0.25);
	font-size: 16px;
}

.p-form__field-text:focus {
	background: #fafafa;
	border: 1px solid #000;
}

.p-form__field-tag {
	background: #b83a4b;
	color: #ffffff;
	padding: 5px 10px 7px;
	text-align: center;
}

.p-form__field-select {
	background: #ebebeb;
	border: 1px solid #777;
	color: rgba(51, 51, 51, 0.25);
	font-size: 16px;
	outline: none;
	padding: 16px;
	width: 100%;
	-webkit-appearance: none; /* Chrome, Safari */
	-moz-appearance: none; /* Firefox */
	appearance: none; /* 標準 */
}

.select-wrapper {
	position: relative;
}

.select-wrapper select {
  background: #ebebeb;
  border: 1px solid #777;
  color: rgba(51, 51, 51, 0.25);
  font-size: 16px;
  outline: none;
  padding: 16px;
  width: 100%;
  appearance: none;
  background-image: url("../img/down.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 16px center;
	cursor: pointer;
}

.p-form__field-textarea {
	background: #ebebeb;
	border: 1px solid #777;
	font-size: 16px;
	outline: none;
	padding: 16px;
	width: 100%;
}

.p-form__field-textarea::-moz-placeholder {
	color: rgba(51, 51, 51, 0.25);
}

.p-form__field-textarea::placeholder {
	color: rgba(51, 51, 51, 0.25);
}

.p-form__field-textarea:focus {
	background: #fafafa;
	border: 1px solid #000;
}

.p-form__field-text,
.p-form__field-textarea,
.p-form__field-select,
.select-wrapper,
.select-wrapper select {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.p-form__privacy label {
	align-items: center;
	display: flex;
	gap: 5px;
	cursor: pointer;
}

.p-form__checkbox {
	cursor: pointer;
}

.p-form__button {
	display: flex;
	margin-inline: auto;
	margin-top: 126px;
	cursor: pointer;
}

.p-form__button.c-button {
	border: none;
	padding-inline: 15px;
}

.p-thanks {
	background: #edf2f9;
	margin-top: 130px;
	padding-bottom: 50px;
	text-align: center;
}

.p-thanks img {
	margin-top: 20px;
	min-width: 90px;
	width: 10vw;
}

.p-thanks__complete {
	font-weight: 700;
}

.p-thanks__text {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 400;
	gap: 5px;
	margin-top: 20px;
}

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

.p-404 {
	padding-bottom: 100px;
	padding-inline: 15px;
	padding-top: 130px;
	text-align: center;
}

.p-404 img {
	width: 600px;
}

.p-404 p {
	font-size: 16px;
	margin-top: 60px;
}

.p-404__button {
	margin-top: 60px;
}

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

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

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

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

.u-fade-in {
	opacity: 0;
	transition: opacity 1s;
  transition-delay: 0.4s;
}

.u-fade-in.is-in-view {
	opacity: 1;
}

.u-fade-in-right {
	opacity: 0;
	transform: translateY(24px) translateX(24px);
	transition: opacity 2s, transform 1.5s;
}

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

@media screen and (min-width: 320px) and (max-width: 575px) {

.p-fv__image {
	max-width: 239px;
	right: 0;
	top: 0;
	width: 57vw;
}

.p-tab__nav {
	gap: 10px;
	left: 20px;
	top: -39px;
}

.p-tab__button {
	font-size: 16px;
	height: 40px;
	width: 80px;
}

.p-tab__content {
	border-radius: 12px;
}


}

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

.p-fv__top {
	margin-left: 20px;
	padding-bottom: 15px;
}

.p-fv__contents {
	margin-top: 112px;
}

.p-fv__image {
	max-width: 300px;
	top: -20px;
}

.p-tab__nav {
	gap: 20px;
	left: 40px;
}

.p-tab__button {
	font-size: 18px;
	width: 130px;
}


}

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

.c-header {
	padding-inline: 20px;
	padding-top: 20px;
}

.c-header__logo h1 {
	font-size: 34px;
}

.c-header__logo p {
	font-size: 18px;
	padding-block: 10px;
	padding-left: 10px;
}

.c-nav {
	gap: 20px;
}

.c-nav__lists {
	gap: 15px;
}

.c-nav__list {
	padding: 5px;
}

.c-nav__link {
	font-size: 16px;
}

.c-nav__link-footer {
	font-size: 16px;
}

.c-nav__button-contact {
	font-size: 16px;
	padding: 10px 40px 10px 15px;
}

.c-nav__button-contact::after {
	left: 75px;
	top: 25px;
}

.p-footer {
	padding-bottom: 10px;
	padding-top: 20px;
}

.p-footer__logo h1 {
	font-size: 34px;
}

.p-footer__logo p {
	font-size: 18px;
	padding-block: 10px;
	padding-left: 10px;
}

.p-footer__nav .c-nav__lists {
	gap: 25px;
}

.p-fv__zabuton {
	font-size: 40px;
	gap: 15px;
}

.p-fv__text {
	font-size: 20px;
	line-height: 1.6;
	margin-top: 40px;
}

.p-fv__button {
	font-size: 30px;
	margin-top: 60px;
}

.p-swiper__slide img {
	width: 200px;
}

.p-works__cards {
	gap: 90px 40px;
	justify-content: space-between;
	max-width: 750px;
}

.p-works__cards.is-collapsed .p-works__card:nth-child(4) {
	opacity: 1;
	pointer-events: auto;
	position: static;
	transform: none;
	visibility: visible;
}

.p-tab__content {
	padding: 70px 60px 60px;
}

.p-tab__cards {
	gap: 4.3vw;
}

.p-tab__card-title {
	font-size: 18px;
	margin-top: 35px;
}

.p-tab__content2 p {
	margin-top: 35px;
}

.p-tab__content2 img {
	top: 260px;
}

.p-about__profile-name {
	font-size: 22px;
}

.p-about__profile__text {
	font-size: 18px;
	margin-top: 35px;
}

.p-about__bottom {
	padding-block: 30px;
}

.p-about__image {
	top: 28px;
  width: 55vw;
}

.p-about__bottom-text {
	font-size: 40px;
}

.u-hidden-tb {
	display: none;
}

.p-footer__privacy {
	font-size: 16px;
}

}

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

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

}

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

.c-header {
	padding-inline: 16px;
	padding-top: 11px;
}

.c-header.is-hide {
	padding-top: 11px;
}

.c-header.is-hide .c-header__logo {
	opacity: 0;
	pointer-events: none;
}

.c-header.is-hide .c-header__inner {
	border-radius: 15px;
	margin: 0 2px 0 auto;
	width: 50px;
}

.c-header__inner {
	border-radius: 27px;
	height: 45px;
	padding-left: 8px;
	padding-right: 10px;
}

.c-header__logo h1 {
	font-size: 20px;
}

.c-header__logo p {
	font-size: 12px;
	padding-block: 5px;
	padding-left: 5px;
}

.c-heading__border {
	height: 36px;
}

.c-heading__title {
	font-size: 20px;
	padding: 0;
}

.p-footer {
	padding-top: 20px;
}

.p-footer__logo h1 {
	font-size: 20px;
}

.p-footer__logo p {
	font-size: 12px;
	padding-block: 5px;
	padding-left: 5px;
}

.p-footer__x {
	height: 30px;
	margin-top: 0;
	width: 35px;
}

.p-footer__x img {
	height: 22.514px;
	width: 20.632px;
}

.p-footer__nav .c-nav__lists {
	font-size: 16px;
	gap: 25px;
}

.p-footer__copyright {
	font-size: 13px;
	padding: 0;
}

.p-footer__copyright span {
	font-size: 15px;
}

.p-fv {
	padding-top: 35px;
}

.p-fv__top {
	padding-left: 15px;
}

.p-fv__zabuton {
	font-size: 20px;
	gap: 5px;
}

.p-fv__text {
	font-size: 15px;
	margin-top: 10px;
}

.p-fv__button-sp {
	display: flex;
	font-size: 16px;
	justify-content: center;
	margin-top: 46px;
}

.p-swiper {
	margin-top: 43px;
}

.p-swiper__slide img {
	width: 145px;
}

.p-works {
	padding: 0 40px 85px;
}

.p-works__cards {
	gap: 50px;
	margin-top: 50px;
}

.p-works__cards.is-collapsed .p-works__card:nth-child(n+5) {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(20px);
  visibility: hidden;
}

.p-works__button {
	margin-top: 83px;
}

.p-tab {
	padding-inline: 15px;
}

.p-tab__content {
	padding: 0;
}

.p-tab__content1 {
	padding-inline: 10px;
}

.p-tab__cards {
	gap: 30px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 35px 50px 35px 40px;
	scroll-behavior: smooth;
}

.p-tab__card {
	flex: 0 0 auto;
	margin-bottom: 30px;
	width: 200px;
}

.p-tab__content2 {
	padding: 35px 50px;
}

.p-tab__content2 h4 {
	margin-top: 50px;
}

.p-tab__content2 p {
	font-size: 16px;
}

.p-about__body {
	height: auto;
	padding: 48px 30px 98px;
	z-index: 2;
}

.p-about__image {
	bottom: -150px;
	right: 20px;
	top: auto;
	transform: none;
	width: 190px;
	z-index: 2;
}

.p-about__profile {
	left: 0;
	position: relative;
	top: 0;
	transform: none;
	width: 100%;
}

.p-about__profile-name {
	font-size: 18px;
}

.p-about__x img {
	height: 22.514px;
	width: 20.632px;
}

.p-about__profile__text {
	font-size: 16px;
	margin-top: 35px;
}

.p-about__bottom {
	padding-block: 20px;
}

.p-about__bottom-text {
	font-size: 20px;
	padding-right: 2rem;
}

.p-contact {
	margin-top: 100px;
	padding-bottom: 87px;
	padding-inline: 15px;
}

.p-form {
	border-radius: 15px;
	margin-top: 50px;
	max-width: 442px;
	padding: 48px 25px 25px 20px;
}

.p-form__fields {
	gap: 24px;
}

.p-form__field-item {
	margin-top: 10px;
}

.p-form__field-text {
	padding: 10px;
}

.p-form__field-select {
}

.select-wrapper select {
	padding: 10px;
	background-size: 12px;
  background-position: right 6px center;
	padding-right: 24px;
}

.p-form__field-textarea {
	padding: 10px;
}

.p-form__privacy span {
	font-size: 14px;
}

.p-form__button {
	margin-top: 44px;
}

.p-form__button.c-button {
	font-size: 16px;
}

.p-thanks {
	margin-top: 80px;
	padding-bottom: 30px;
}

.p-thanks__complete {
	font-size: 18px;
}

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

.p-footer__privacy {
	font-size: 16px;
	padding-top: 0;
}

.p-works__card:hover img {
	opacity: 1;
	scale: none;
}

}

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

.c-drawer-icon {
	right: 22px;
}

.c-drawer-icon__bar {
	width: 22px;
}

.c-header__logo h1 {
	font-size: 18px;
}

.c-header__logo p {
	font-size: 10px;
}

.p-fv__text {
	font-size: 12px;
}

.p-fv__image {
	max-width: 239px;
	right: 0;
	top: 0;
	width: 57vw;
}

.p-tab__nav {
	gap: 10px;
	left: 20px;
	top: -39px;
}

.p-tab__button {
	font-size: 16px;
	height: 40px;
	width: 80px;
}


}

@keyframes scan {

0% {
	background-position: 0% 50%;
}

50% {
	background-position: 100% 50%;
}

100% {
	background-position: 0% 50%;
}

}

@keyframes flicker {

0%,18%,22%,25%,53%,57%,100% {
	opacity: 1;
}

20%,24%,55% {
	opacity: 0.4;
}

}

@keyframes shine {

0% {
	left: -120%;
}

50% {
	left: 100%;
}

100% {
	left: 100%;
}

}

@keyframes marquee {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%); /* 全体の半分だけ動かす */
}

}

.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0;
    transition: opacity .3s;
}

.grecaptcha-badge.is-active {
    visibility: visible !important;
    opacity: 1;
}

.p-privacy {
	padding-bottom: 100px;
	padding-inline: 40px;
	padding-top: 130px;
}

.p-privacy h1 {
	font-weight: 700;
	text-align: center;
}

.p-privacy h2 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}

.p-privacy ul {
	font-size: 15px;
	margin-bottom: 1em; /* 下に余白 */
	margin-top: 5px;
	padding-left: 1.5em; /* インデント */
}

.p-privacy li {
	list-style: disc;
}

.p-privacy p {
	font-size: 15px;
	margin-top: 5px;
}

.p-privacy a {
	text-decoration: underline;
}

.p-footer__privacy {
	font-family: "Rajdhani", sans-serif;
	padding-top: 3px;
	transition: 0.3s;
}

.p-footer__privacy:hover {
	opacity: 0.7;
}

.u-underline {
	text-decoration: underline;
}

.c-button {
  -webkit-tap-highlight-color: transparent;
	color: #000000;
}

.c-button[type="submit"] {
  border-radius: 0 !important;
}

.works-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.works-modal.active {
  display: flex;
}

.works-modal__overlay {
  position: absolute;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}

.works-modal__content {
  position: relative;
  background: #f3f3f3;
  padding: 40px;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  z-index: 2;
	text-align: center;
}

.works-modal__content h2 {
	margin-top: 10px;
	text-align: center;
}

.works-modal__close {
  position: absolute;
  right: 10px; top: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.modal-btn {
  display: inline-block;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 6px;
}

.modal-basic p {
  margin: 8px 0 0;
  font-size: 14px;
}