body {
	font-family: "Figtree", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans W3", "Meiryo", sans-serif;
	font-weight: 400;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.45s;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 10rem;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.c-btn {
	align-items: center;
	background-color: #6200FF;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 600;
	height: 4rem;
	justify-content: center;
	transition: all 0.45s;
	width: 12.75rem;
}

.c-btn:hover {
	background-color: #fff;
	color: #6200FF;
}

.c-contact {
	align-items: center;
	border: 1px solid #000;
	border-radius: 0.5rem;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 500;
	justify-content: center;
	padding: 0.6875rem 1.5rem;
}

.c-hamburger {
	display: block;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #000;
	border-radius: 1px;
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.3125rem);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.3125rem);
}

.c-hamburger.is-active span {
	background-color: #fff;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-hover {
	transition: all 0.45s;
}

.c-news {
	border-left: 1px solid #000000;
	display: block;
	padding: 0.5rem 1rem;
	transition: all 0.45s;
}

.c-news:hover {
	border-left: 0.5rem solid #6200FF;
}

.c-news__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
}

.c-news__tag {
	border: 1px solid black;
	border-radius: 0.25rem;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.3125rem 0.375rem 0.125rem;
}

.c-news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.1875;
	margin-top: 0.5rem;
	overflow: hidden;
}

.c-news__time {
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.1666666667;
	margin-top: 0.5rem;
}

.c-smallTitle {
	align-items: flex-end;
	color: #6200FF;
	display: flex;
	gap: 1rem;
}

.c-smallTitle__main {
	font-size: 1.25rem;
}

.c-smallTitle__sub {
	letter-spacing: -0.03em;
}

.c-text {
	font-size: 0.875rem;
	line-height: 1.8;
}

.c-title {
	align-items: baseline;
	display: flex;
	gap: 0.5rem;
}

.c-title__en {
	font-size: 10rem;
	letter-spacing: -0.05em;
}

.c-title__ja {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-404 {
	margin-bottom: 8.25rem;
	margin-top: 11.5rem;
}

.p-404 {
	aspect-ratio: 1357/764;
	margin-inline: auto;
	max-width: 84.8125rem;
	position: relative;
}

.p-404__bg {
	left: 50%;
	mix-blend-mode: multiply;
	opacity: 0.4;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-404__bg video {
	width: 100%;
}

.p-404__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.p-404__title {
	font-size: 20rem;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-align: center;
}

.p-404__btn {
	margin-top: 1.4375rem;
	text-align: center;
}

.l-about {
	margin-top: 10rem;
}

.p-about__profile {
	margin-top: 1.5rem;
}

.p-about__company {
	margin-top: 4rem;
}

.l-archive {
	margin-top: 5rem;
}

.p-archive__inner {
	max-width: calc(50rem + 25px + 25px);
}

.p-archive__blocks {
	margin-top: 1rem;
}

.p-archive__block .c-news__title {
	display: block;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-archive__block + .p-archive__block {
	margin-top: 1rem;
}

.p-archive__nav {
	margin-top: 4rem;
}

.nav-links {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.page-numbers {
	align-items: center;
	border: 1px solid #E7E2DA;
	border-radius: 0.5rem;
	color: rgba(0, 0, 0, 0.7);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	height: 3rem;
	justify-content: center;
	transition: all 0.45s;
	width: 3rem;
}

.page-numbers:hover {
	opacity: 0.8;
}

.page-numbers.current {
	background: #6200FF;
	color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
	background: url(../images/common/arrow.svg) center center/0.5rem no-repeat;
}

.page-numbers.prev {
	transform: rotate(180deg);
}

.l-breadcrumb {
	margin-top: 8.5rem;
}

.p-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 2.75rem;
	line-height: 1.5;
}

.p-breadcrumb__list span {
	font: 500 sans-serif;
	font-size: 0.875rem;
}

.p-breadcrumb__list > span + span {
	position: relative;
}

.p-breadcrumb__list > span + span::before {
	background: url(../images/common/arrow.svg) center center/0.5rem no-repeat;
	content: "";
	height: 1.5rem;
	left: -2.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.p-company__info {
	background: #FFF7EC;
	border: 1px solid #E7E2DA;
	border-radius: 1rem;
	margin-top: 1rem;
}

.p-company__row {
	display: grid;
	grid-template-columns: 16.5rem 1fr;
}

.p-company__row + .p-company__row {
	border-top: 1px solid #E7E2DA;
}

.p-company__row dt {
	font-size: 1rem;
	font-weight: 600;
	padding: 1.1875rem 1.5rem;
}

.p-company__row dd {
	border-left: 1px solid #E7E2DA;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	padding: 1rem 1.5rem;
}

.l-contact {
	margin-top: 10rem;
}

.p-contact {
	background-color: #200053;
	border-radius: 1.5rem 1.5rem 0 0;
	padding-block: 7.5rem;
}

.p-contact__wrap {
	align-items: flex-start;
	display: grid;
	gap: 4rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-contact__title .c-smallTitle {
	color: #fff;
}

.p-contact__lead {
	font-size: 4rem;
	line-height: 1.5;
	margin-top: 2rem;
}

.p-drawer {
	background-color: #6200FF;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding-block: 7.5rem 1.25rem;
	padding-inline: 1.25rem;
	position: fixed;
	top: 0;
	transition: all 0.75s;
	visibility: hidden;
	width: 100%;
}

.p-drawer .p-globalNav__links {
	display: block;
}

.p-drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.p-footer {
	background: #6200FF;
	padding-block: 7.5rem 1.5rem;
}

.p-footer__wrap {
	display: flex;
	justify-content: space-between;
}

.p-footer__logo {
	filter: brightness(0) invert(1);
	width: 15rem;
}

.p-footer__nav {
	display: grid;
	gap: 2rem;
	margin-top: 0.875rem;
}

.p-footer__links {
	display: flex;
	gap: 3rem;
	justify-content: flex-end;
}

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

.p-footer__copy {
	font-size: 1rem;
	margin-top: 6.25rem;
	text-align: center;
}

.p-form {
	border: 1px solid rgba(176, 210, 255, 0.3);
	border-radius: 1rem;
}

.p-form__title {
	border-bottom: 1px solid rgba(176, 210, 255, 0.3);
	font-size: 1rem;
	font-weight: 600;
	padding-block: 1rem;
	padding-inline: 1.5rem;
}

.p-form__main {
	padding: 0.625rem 1.5rem 1rem;
}

.p-form__block + .p-form__block {
	margin-top: 1rem;
}

.p-form__label {
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-size: 0.875rem;
	line-height: 2;
}

.p-form__input {
	margin-top: 0.25rem;
}

.p-form__input input,
.p-form__input textarea {
	background: rgba(176, 210, 255, 0.1);
	border: 1px solid rgba(176, 210, 255, 0.3);
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 0.625rem 0.75rem;
	width: 100%;
}

.p-form__input input::-moz-placeholder,
.p-form__input textarea::-moz-placeholder {
	color: rgba(176, 210, 255, 0.4);
}

.p-form__input input::placeholder,
.p-form__input textarea::placeholder {
	color: rgba(176, 210, 255, 0.4);
}

.p-form__input input {
	height: 3rem;
}

.p-form__input textarea {
	height: 7.5rem;
}

.p-form__submit {
	align-items: center;
	background: #6200FF;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	height: 3rem;
	justify-content: center;
	margin-left: auto;
	margin-top: 2rem;
	transition: all 0.45s;
	width: 5.5rem;
}

.p-form__submit:hover {
	background-color: #fff;
	color: #6200FF;
}

.error {
	color: #FF4D4D;
	margin-top: 0.75em;
}

.p-form__radio {
	margin-top: 0.75rem;
}

.p-form__radio label {
	display: block;
}

.p-form__radio label input + span {
	display: inline-block;
	padding-left: 2rem;
	position: relative;
}

.p-form__radio label input + span::before {
	border: 1px solid rgba(176, 210, 255, 0.3);
	border-radius: 0.1875rem;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-form__radio label input + span::after {
	background-color: #fff;
	border-radius: 0.1875rem;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: all 0.45s;
	width: 1.25rem;
}

.p-form__radio label input:checked + span::after {
	transform: translateY(-50%) scale(0.5);
}

.p-form__radio label + label {
	margin-top: 1.25rem;
}

.p-form__confirm {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.p-form__confirm a {
	text-decoration: underline;
	transition: all 0.45s;
}

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

.p-globalNav {
	display: flex;
	height: 100%;
}

.p-globalNav__links {
	align-items: flex-end;
	display: flex;
	gap: 3rem;
	height: 100%;
}

.p-globalNav__link a {
	display: block;
	font-size: 1rem;
	font-weight: 500;
}

.p-globalNav__btn {
	margin-left: auto;
}

.p-globalNav__subLink + .p-globalNav__subLink {
	margin-top: 1.25rem;
}

.p-globalNav__subLink a {
	color: rgba(176, 210, 255, 0.7);
	font-size: 1rem;
}

.p-header {
	background-color: #FFF7EC;
	border-bottom: 2px solid rgba(231, 226, 218, 0.5);
	height: 7rem;
	left: 0;
	padding-block: 2rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
}

.p-header__logo {
	position: relative;
	transition: all 0.45s;
	width: 7.5rem;
	z-index: 1;
}

.p-header__logo.is-active {
	filter: brightness(0) invert(1);
}

.p-header__logo a {
	display: block;
}

.p-header__nav {
	flex-grow: 1;
	height: 100%;
	margin-left: 4.8125rem;
}

.p-header__drawer {
	display: none;
}

.l-message {
	margin-top: 10rem;
}

.p-message__wrap {
	align-items: stretch;
	display: flex;
	gap: 5rem;
}

.p-message__figure {
	aspect-ratio: 640/520;
	margin-left: calc(50% - 50vw);
	max-height: 32.5rem;
	min-width: 44.4444444444vw;
	overflow: hidden;
	padding: 1.25rem 1.25rem 1.25rem 0;
	position: relative;
}

.p-message__figure video {
	-o-object-fit: cover;
	border-radius: 0 1rem 1rem 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-message__figure video:nth-child(2) {
	mix-blend-mode: normal;
}

.p-message__content {
	background: url(../images/common/comma.webp) top right/12.6875rem no-repeat;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	margin-block: 1.875rem;
	position: relative;
	width: 40.3125rem;
}

.p-message__title {
	flex-grow: 1;
}

.p-message__lead {
	font-size: 5rem;
	line-height: 1.375;
}

.p-message__text {
	margin-top: 1.5rem;
}

.l-mv {
	margin-top: 7rem;
}

.p-mv {
	height: calc(100vh - 10rem - 7rem);
	max-height: 43.75rem;
	position: relative;
}

.p-mv__bg {
	left: 50%;
	max-width: 82.375rem;
	mix-blend-mode: multiply;
	opacity: 0.4;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-mv__bg video {
	width: 100%;
}

.p-mv__content {
	bottom: 1.6875rem;
	left: 50%;
	max-width: 82.375rem;
	padding-inline: 3.75rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.p-mv__lead {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}

.p-mv__title {
	margin-top: 1rem;
}

.p-mv__title h2 {
	display: none;
}

.p-mv__en {
	display: flex;
	font-size: 12.5rem;
	gap: 1.875rem;
	letter-spacing: -0.05em;
	width: 100%;
}

.p-mv__en span {
	display: block;
	height: 100%;
}

.p-mv__box {
	align-items: baseline;
	border: 1px solid #6200FF;
	border-radius: 1.25rem;
	display: flex;
	min-height: 12.625rem;
	padding-inline: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__box .cursor {
	animation: blink 1s infinite;
	background-color: #6200FF;
	border-radius: 50% 50% 0 0;
	display: inline-block;
	height: 0.4375rem;
	margin-left: 2px;
	margin-top: auto;
	width: 5.75rem;
}

.p-mv__btn {
	margin-top: 2rem;
}

.p-news {
	background: #FFF7EC;
	border-bottom: 1px solid rgba(231, 226, 218, 0.5);
	border-top: 1px solid rgba(231, 226, 218, 0.5);
	padding-block: 1.5rem;
	position: relative;
}

.p-news__head {
	display: flex;
	justify-content: space-between;
}

.p-news__title {
	font-size: 1rem;
	font-weight: 500;
}

.p-news__btn a {
	font-size: 1rem;
	font-weight: 600;
}

.p-news__links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1rem;
}

.l-policy {
	margin-bottom: 8.125rem;
	margin-top: 5rem;
}

.p-policy__inner {
	max-width: calc(50rem + 25px + 25px);
}

.p-policy__ja {
	font-size: 0.875rem;
	font-weight: 400;
}

.p-policy__en {
	font-size: 10rem;
	letter-spacing: -0.05em;
	margin-top: 0.5rem;
}

.p-policy__main {
	margin-top: 4rem;
}

.p-policy__main p,
.p-policy__main ol,
.p-policy__main li {
	color: rgba(0, 0, 0, 0.7);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1rem;
	word-break: break-all;
}

.p-policy__main p a,
.p-policy__main ol a,
.p-policy__main li a {
	text-decoration: underline;
}

.p-policy__main ul {
	list-style-type: disc;
	padding-left: 1em;
}

.p-policy__main ol {
	list-style: decimal;
	padding-left: 1em;
}

.p-policy__main h2 {
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.p-policy__main .wp-block-table {
	display: flex;
	margin-top: 0.625rem;
}

.p-policy__main .wp-block-table table::after {
	content: "";
	display: block;
	height: 1px;
	width: 1.25rem;
}

.p-policy__main table {
	border: 1px solid #E5E5E5;
	border-collapse: separate;
	border-radius: 0.5rem;
	border-spacing: 0;
	color: rgba(0, 0, 0, 0.7);
}

.p-policy__main table thead {
	border-bottom: 1px solid #E5E5E5;
}

.p-policy__main table td,
.p-policy__main table td {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	padding-block: 0.5rem;
	padding-inline: 0.5625rem;
}

.p-policy__main table th {
	background: rgba(0, 0, 0, 0.03);
	border: none;
	font-weight: 500;
	line-height: 1.7142857143;
	text-align: left;
}

.p-policy__main table td {
	border: none;
}

.p-policy__main table tr + tr {
	border-top: 1px solid #E5E5E5;
}

.p-policy__main .c-btn {
	margin-top: 1.5rem;
}

.p-policy__main .c-btn a {
	background: none;
	color: #fff;
}

.p-policy__main .c-btn a:hover {
	color: #6200FF;
}

.p-profile__wrap {
	align-items: flex-end;
	display: grid;
	gap: 2rem;
	grid-template-columns: 28rem 1fr;
	margin-top: 1rem;
	position: relative;
}

.p-profile__img {
	display: block;
}

.p-profile__img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border-radius: 1rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-profile__content {
	max-width: 30rem;
}

.p-profile__en {
	font-size: 3rem;
	left: 25.125rem;
	letter-spacing: -0.05em;
	margin-left: 2em;
	position: absolute;
	text-indent: -2em;
	top: 2.5rem;
}

.p-profile__position {
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
}

.p-profile__name {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.34375;
}

.p-profile__text {
	margin-top: 0.5rem;
}

.l-service {
	margin-top: 10rem;
}

.p-service__head {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

.p-service__btn {
	transform: translateY(-1.25rem);
}

.p-service__lists {
	border: 1px solid #E7E2DA;
	border-radius: 1rem 0 0 1rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
}

.p-service__list {
	background-color: #FFF7EC;
	padding: 2rem 1.5rem;
}

.p-service__list + .p-service__list {
	border-left: 1px solid #E7E2DA;
}

.p-service__icon {
	width: 4rem;
}

.p-service__subTitle {
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
	margin-top: 1rem;
}

.p-service__en {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
}

.p-service__text {
	margin-top: 0.5rem;
}

.l-single {
	margin-top: 5rem;
}

.p-single__inner {
	max-width: calc(50rem + 25px + 25px);
}

.p-single__cats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
}

.p-single__cat {
	border: 1px solid #000;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.3125rem 0.4375rem 0.125rem;
}

.p-single__title {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.3125rem;
}

.p-single__time {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 1.3125rem;
}

.p-single__content {
	line-height: 1.5;
	margin-top: 2rem;
}

/* 見出し */

.p-single__content h1,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
	color: #222;
	font-weight: bold;
	line-height: 1.4;
	margin: 2rem 0 1rem;
}

.p-single__content h1 {
	border-bottom: 2px solid #E7E2DA;
	font-size: 2rem;
	padding-bottom: 0.5rem;
}

.p-single__content h2 {
	font-size: 2rem;
}

.p-single__content h3 {
	font-size: 1.375rem;
}

.p-single__content h4 {
	font-size: 1.25rem;
}

.p-single__content h5 {
	font-size: 1.125rem;
}

.p-single__content h6 {
	font-size: 1rem;
}

/* 段落 */

.p-single__content p {
	color: rgba(0, 0, 0, 0.7);
	font-size: 1rem;
	margin: 1.2rem 0;
}

.p-single__content p a {
	color: #6200FF;
}

/* リスト */

.p-single__content ul {
	list-style: disc;
	margin: 1.5rem 0;
	padding-left: 1.5rem;
}

.p-single__content ol {
	list-style: decimal;
	margin: 1.5rem 0;
	padding-left: 1.5rem;
}

.p-single__content li {
	margin: 0.5rem 0;
}

/* 引用 */

.p-single__content blockquote {
	background: #fff;
	border-left: 4px solid #ccc;
	color: #555;
	font-style: italic;
	margin: 2rem 0;
	padding: 1rem 1.5rem;
}

.p-single__content blockquote cite {
	color: #999;
	display: block;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

/* 画像とキャプション */

.p-single__content figure {
	margin: 2rem 0;
	text-align: center;
}

.p-single__content figcaption {
	color: #666;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

/* YouTubeなど埋め込み */

.p-single__content iframe {
	aspect-ratio: 16/9;
	border: none;
	max-width: 100%;
	width: 100%;
}

/* コードブロック */

.p-single__content pre {
	background: #fff;
	border: 1px solid #ddd;
	font-family: monospace;
	font-size: 0.95rem;
	overflow-x: auto;
	padding: 1rem;
}

/* テーブル */

.p-single__content table {
	background: #fff;
	border-collapse: collapse;
	margin: 2rem 0;
	width: 100%;
}

.p-single__content th,
.p-single__content td {
	border: 1px solid #ddd;
	padding: 0.75rem;
	text-align: left;
}

.p-single__content th {
	background: #f0f0f0;
	font-weight: 600;
}

/* カラム */

.p-single__content .wp-block-columns {
	display: flex;
	gap: 1.5rem;
	margin: 2rem 0;
}

.p-single__content .wp-block-column {
	background: #fff;
	flex: 1;
	padding: 1rem;
}

/* ボタン */

.p-single__content .wp-block-button__link {
	background: #6200FF;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
}

.p-single__content .wp-block-button__link:hover {
	background-color: #fff;
	color: #6200FF;
}

/* 区切り線 */

.p-single__content hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 2.5rem 0;
}

body {
	background: #FFF7EC;
	font-weight: 500;
}

main {
	overflow: hidden;
}

html.is-fixed {
	overflow: hidden;
}

main.index {
	background-attachment: fixed;
	background-image: linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 0), linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 0);
	background-size: 2.875rem 2.875rem;
}

.u-white {
	color: #fff;
}

.u-subColor {
	color: rgba(176, 210, 255, 0.7);
}

.u-subText {
	color: rgba(0, 0, 0, 0.7);
}

.u-primary {
	color: #6200FF;
}

@font-face {
	font-display: swap;
	font-family: "Clash Display Variable";
	font-style: normal;
	font-weight: 100 900;
	src: url("https://db.onlinewebfonts.com/t/2fcd723a1a012506da3928146b19364d.woff2") format("woff2-variations"), url("https://db.onlinewebfonts.com/t/2fcd723a1a012506da3928146b19364d.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/2fcd723a1a012506da3928146b19364d.ttf") format("truetype");
}

.u-campaign {
	font-family: "campaign-serif", sans-serif;
}

.u-clash {
	font-family: "Clash Display Variable", sans-serif;
}

.u-text-font {
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}

.u-main-font {
	font-family: "Figtree", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans W3", "Meiryo", sans-serif;
}

.u-darker {
	font-family: "Darker Grotesque", sans-serif;
}

@media (hover: hover) {

.c-contact:hover {
	background-color: #fff;
	border-color: #fff;
	color: #6200FF;
}

.c-hover:hover {
	opacity: 0.5;
}

.p-globalNav__link a:hover {
	color: #6200FF;
}

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

}

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

.u-mobile {
	display: none;
}

}

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

html {
	font-size: 1.1111111111vw;
}

}

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

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

.c-btn {
	font-size: 1rem;
	height: 2.6875rem;
	width: 9rem;
}

.c-contact {
	font-size: 1rem;
	padding: 0.5rem 1.25rem;
}

.c-news__title {
	-webkit-line-clamp: 2;
}

.c-news__time {
	margin-top: 0.25rem;
}

.c-title {
	flex-direction: column;
	gap: 0;
}

.c-title__en {
	font-size: 4.5rem;
	line-height: 1.25;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-404__bg {
	width: 150%;
}

.p-404__title {
	font-size: 7.5rem;
}

.l-about {
	margin-top: 4rem;
}

.p-about__profile {
	margin-top: 3rem;
}

.p-about__company {
	margin-top: 3rem;
}

.p-archive__blocks {
	margin-top: 1.5rem;
}

.p-archive__block .c-news__title {
	font-size: 1rem;
}

.p-company__row {
	grid-template-columns: 9rem 1fr;
}

.p-company__row dd {
	padding-right: 3rem;
}

.l-contact {
	margin-top: 5rem;
}

.p-contact {
	padding-block: 4rem;
}

.p-contact__wrap {
	display: block;
}

.p-contact__lead {
	font-size: 2.5rem;
	margin-top: 3rem;
}

.p-contact__form {
	margin-top: 3rem;
}

.p-drawer .p-globalNav__btn {
	margin-inline: auto;
	margin-top: 4rem;
	width: 100%;
}

.p-drawer .p-globalNav__btn a {
	background-color: #fff;
	color: #6200FF;
	font-size: 1.25rem;
	height: 4rem;
	width: 100%;
}

.p-footer {
	padding-block: 4rem 1.5rem;
}

.p-footer__wrap {
	display: block;
}

.p-footer__logo {
	width: 100%;
}

.p-footer__nav {
	gap: 0.3125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.0625rem;
}

.p-footer__links {
	flex-direction: column;
	gap: 1.25rem;
	justify-content: flex-start;
}

.p-footer__copy {
	font-size: 0.6875rem;
	margin-top: 4rem;
}

.p-form__submit {
	width: 100%;
}

.p-globalNav {
	flex-direction: column;
	justify-content: center;
}

.p-globalNav__links {
	display: none;
}

.p-globalNav__link {
	margin-top: 0.5rem;
}

.p-globalNav__link a {
	color: #fff;
	font-size: 3.375rem;
	line-height: 1.2222222222;
}

.p-globalNav__subLinks {
	margin-top: 2rem;
}

.p-header {
	border: none;
	height: 3.5rem;
	padding-block: 0;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	top: 0;
}

.p-header__logo {
	width: 4.5rem;
}

.p-header__hamburger {
	height: 100%;
	margin-left: 1.25rem;
	position: relative;
	width: 1.0625rem;
	z-index: 1;
}

.p-header__drawer {
	display: block;
}

.l-message {
	margin-top: 4rem;
}

.p-message__wrap {
	display: block;
}

.p-message__figure {
	aspect-ratio: 366/240;
	min-width: unset;
	padding: 0;
}

.p-message__content {
	margin-top: 2.1875rem;
	width: 100%;
}

.p-message__lead {
	font-size: 2.625rem;
	line-height: 1.5;
	margin-top: 2rem;
}

.l-mv {
	margin-top: 6.25rem;
}

.p-mv {
	height: auto;
	max-height: unset;
	overflow: hidden;
}

.p-mv__bg {
	opacity: 0.6;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
	width: 176.4102564103vw;
}

.p-mv__content {
	bottom: 0;
	display: flex;
	flex-direction: column;
	margin-top: 93.3333333333vw;
	padding-inline: 0;
	position: relative;
}

.p-mv__lead {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.75rem;
}

.p-mv__title {
	margin-top: 0;
	order: -1;
}

.p-mv__en {
	flex-direction: column;
	font-size: 5.5rem;
	gap: 0;
}

.p-mv__en span {
	padding-inline: 0.5rem;
}

.p-mv__box {
	height: 100%;
	min-height: 5.9375rem;
	padding-inline: 0.5rem;
}

.p-mv__box .cursor {
	height: 0.1875rem;
	width: 2.125rem;
}

.p-mv__btn {
	margin-top: 1.5rem;
}

.p-news__links {
	gap: 1rem;
	grid-template-columns: 100%;
}

.p-policy__inner {
	max-width: 33.75rem;
}

.p-policy__en {
	font-size: 4.5rem;
}

.p-policy__main {
	margin-top: 2rem;
}

.p-policy__main .wp-block-table {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: auto;
	padding-inline: 1.25rem;
}

.p-policy__main table {
	min-width: 50rem;
}

.p-profile__wrap {
	grid-template-columns: 100%;
}

.p-profile__en {
	left: 1.125rem;
	margin-left: 0;
	text-indent: 0;
	top: 14.375rem;
}

.l-service {
	margin-top: 4rem;
}

.p-service__btn {
	display: none;
}

.p-service__lists {
	border-radius: 1rem;
	grid-template-columns: 100%;
	margin-right: 0;
	margin-top: 2rem;
}

.p-service__list + .p-service__list {
	border-left: none;
	border-top: 1px solid #E7E2DA;
}

.p-single__title {
	font-size: 2rem;
}

.p-single__content h2 {
	font-size: 1.75rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes blink {

0%,50% {
	opacity: 1;
}

51%,100% {
	opacity: 0;
}

}


/*# sourceMappingURL=style.css.map */
