body {
	font-family: "Lato", sans-serif;
}

/* 固定ヘッダーの高さぶんずらす */

#strengths,
#works,
#skill,
#flow,
#about,
#contact {
	scroll-margin-top: 80px; /* ←ヘッダー実寸に合わせて */
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

input[type=text],
input[type=email],
select,
textarea {
	background-color: #FAFAFA !important;
}

input[type=text],
input[type=email],
select,
textarea {
	border: none;
	border-radius: 0;
	color: #0C0C0C;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 12px 24px;
	width: 100%;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ac9898;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
	color: #ac9898;
}

textarea {
	background-color: #FAFAFA;
	height: 15.1875rem;
	resize: vertical;
}

input[type=checkbox] {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	position: absolute;
	width: 1px;
}

input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.contact__data-checkbox {
	grid-gap: 13px 10px;
	display: grid;
	gap: 13px 10px;
	grid-template-columns: repeat(2, 1fr);
}

.contact__data-checkbox span {
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	padding-left: 30px;
	position: relative;
}

.contact__data-checkbox span::before {
	border: 1px solid #000;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 2.5px;
	width: 20px;
}

.contact__data-checkbox span::after {
	border-bottom: 1.5px solid #000;
	border-right: 1.5px solid #000;
	content: "";
	height: 12px;
	left: 7px;
	opacity: 0;
	position: absolute;
	rotate: 45deg;
	top: 5px;
	transition: opacity 0.3s ease;
	width: 6px;
}

*,
*::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 {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	max-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	width: 100%;
}

/* 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;
	height: auto;
	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;
	border: none;
	border-radius: 0;
	font: inherit;
	max-width: 100%;
	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;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

/* 追加：横スクロール防止のための全体的な設定 */

* {
	max-width: 100%;
}

/* 追加：コンテナ要素の横スクロール防止 */

.container,
.wrapper,
.inner {
	max-width: 100%;
	overflow-x: hidden;
	width: 100%;
}

/* Swiperが計算した幅を制限しない */

.swiper,
.swiper-wrapper,
.swiper-slide {
	max-width: none !important;
}

.about-card {
	border-radius: 20px;
	padding-bottom: 30px;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 30px;
}

.about-card__head {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-bottom: 28px;
	padding-left: 92px;
}

.about-card__content {
	padding-left: 40px;
}

.about-card__text--intro span {
	font-size: 25px;
	font-weight: 700;
}

.about-card__text--history {
	color: #000;
	font-size: 20px;
	line-height: 1.9;
	margin-bottom: 1.1em;
	position: relative;
}

.about-card__text--history::before {
	aspect-ratio: 20/20;
	background-image: url(../images/common/icon-check-green.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: -41px;
	position: absolute;
	top: 0;
	width: 40px;
}

.about-card__text--history span {
	color: #9F035F;
	font-size: 25px;
	font-weight: 700;
}

.about-card__text--history .small-letter {
	color: rgb(242, 232, 232);
	font-size: 12px;
}

.about-card__title {
	color: #FAFAFA;
	font-family: "Lato", sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0px;
}

.about-card__title .capital-letter {
	font-size: 40px;
}

.about-card__title .lowercase-letter {
	font-size: 34px;
}

.about-card__grid {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.about-card__image {
	-o-object-fit: cover;
	border: 10px solid #9F035F;
	border-radius: 100px 0 0 0;
	height: 300px;
	object-fit: cover;
	overflow: hidden;
	position: absolute;
	right: -176px;
	top: -76px;
	width: 300px;
	z-index: 1;
}

.about-card__body {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}

.about-card__text--policy {
	color: #FAFAFA;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 166.667%; /* 166.667% */
}

.about-card__text--policy + .about-card__text--policy {
	margin-top: 36px;
}

.about-card--intro.about-card {
	background: #427C81;
	color: #FAFAFA;
	margin-left: auto;
	margin-right: auto;
	max-width: 772px;
	position: relative;
}

.about-card--intro.about-card .about-card__text {
	font-size: 20px;
}

.about-card--history {
	border: 10px solid #F840AD;
	border-radius: 20px;
	margin-left: auto;
	max-width: 1084px;
	padding: 40px 40px 40px 87px;
	position: relative;
}

.about-card--history::after {
	aspect-ratio: 312.31/283.38;
	background-image: url(../images/common/deco-pc.svg);
	content: "";
	height: 268px;
	left: -230px;
	position: absolute;
	top: 0;
	transform: rotate(0deg);
	width: 330px;
}

.about-card--study {
	border: 10px solid #9F035F;
	border-radius: 20px;
	margin-right: auto;
	max-width: 1084px;
}

.about-card__text--study {
	font-size: 26px;
}

.about-card__text--study span {
	color: #9F035F;
	font-size: 25px;
	font-weight: 700;
}

.about-card--materials {
	border: 10px solid #427C81;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	max-width: 962px;
	position: relative;
	row-gap: 60px;
}

.about-card--materials::after {
	aspect-ratio: 397/359;
	background-image: url(../images/common/deco-wiringcode.svg);
	content: "";
	height: auto;
	position: absolute;
	right: -283px;
	top: 0;
	width: 397px;
}

.about-card--policy {
	background: #9F035F;
	border-radius: 20px;
	margin-left: auto;
	max-width: 962px;
	position: relative;
}

.about-card--policy::after {
	aspect-ratio: 393/421;
	background-image: url(../images/common/deco-keyboard-and-mouse.svg);
	content: "";
	height: 421px;
	left: -340px;
	position: absolute;
	top: 25px;
	width: 393px;
}

.about-card__text--policy {
	color: #FAFAFA;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 166.667%;
}

.about-card__text--policy span {
	font-size: 28px;
	font-weight: 700;
}

.about-cards {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}

.about-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.about-list__item {
	font-size: 1.25rem;
	padding-left: 2.5rem;
	position: relative;
}

.about-list__item::before {
	aspect-ratio: 20/20;
	background-image: url(../images/common/icon-check-green.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: -4px;
	position: absolute;
	top: 0;
	width: 40px;
}

.about-list__item .background-purple {
	background-color: #F840AD;
	padding: 5px;
}

.about-list__title {
	color: #9F035F;
	font-size: 25px;
	font-weight: 700;
}

.about-list__text {
	color: #0C0C0C;
	font-size: 20px;
	font-weight: 400;
}

.about-list__text span {
	font-size: 25px;
	font-weight: 700;
}

.about {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.about.page--about {
	margin-top: 0;
}

.about__inner-page {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 80px;
	padding-right: 80px;
}

.about__description {
	border: 10px solid #9F035F;
	border-radius: 20px;
	color: #0C0C0C;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 60rem;
	padding: 40px;
}

.about__description span {
	color: purple;
	font-size: 28px;
	font-weight: 700;
}

.about__content {
	display: flex;
	flex-direction: row;
	gap: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
}

.about__image {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border: 0.25rem solid #9F035F;
	border-radius: 6.25rem 0 0 0;
	flex-shrink: 0;
	height: auto;
	object-fit: cover;
	overflow: hidden;
	right: -154px;
	top: -215px;
	width: 18.75rem;
}

.about__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about__text {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	justify-content: center;
}

.about__paragraph {
	color: #0C0C0C;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 177%;
}

.about__button {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 2.5rem;
	text-align: center;
}

.about__cards {
	margin-top: 85px;
}

.yohaku {
	background: #000;
	height: 120vh;
}

.animated__slideIn--left {
	opacity: 0;
	transition: opacity 0.5s ease, translate 0.5s ease;
	translate: -62.5rem 0;
}

.animated__slideIn--left.js-show {
	opacity: 1;
	translate: 0;
}

.animated__slideIn--right {
	opacity: 0;
	transition: opacity 0.5s ease, translate 0.5s ease;
	translate: 62.5rem 0;
}

.animated__slideIn--right.js-show {
	opacity: 1;
	translate: 0;
}

.animation__text .char {
	opacity: 0;
}

.animation__text2 .char {
	translate: 0 100%;
}

.animation__text2 span {
	overflow: hidden;
}

.archive__head {
	border-top: 3px solid #9F035F;
	margin-bottom: 56px;
	padding: 28px 0 0;
}

.archive__head.m_description {
	margin-bottom: 70px;
}

.archive__lead {
	color: #9F035F;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 6px;
}

.archive__title {
	font-family: "Lato", sans-serif;
	font-weight: 600;
	margin-bottom: 18px;
}

.archive__title.m_category::before {
	color: #9F035F;
	content: "\f02d";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 26px;
	font-weight: 900;
	margin-right: 8px;
}

.archive__description {
	font-size: 14px;
	line-height: 1.4;
}

.black {
	color: #0C0C0C;
}

.breadcrumb-wrapper--about.breadcrumb-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
	padding-left: 80px;
	padding-right: 80px;
}

.breadcrumb {
	margin-top: 3.125rem;
}

/* パンくず（Breadcrumb NavXTの各アイテム） */

.breadcrumb [property=itemListElement]:not(:last-of-type) {
	margin-right: 8px; /* 先頭側アイテムの “右側” に余白 → 「ホーム」と「＞」の間 */
	margin-top: 30px;
}

.breadcrumb [property=itemListElement] + [property=itemListElement] {
	margin-left: 8px; /* 2つ目以降アイテムの “左側” に余白 → 「＞」と「私について」の間 */
}

.card {
	padding-bottom: 100px;
	padding-top: 100px;
}

.card__inner {
	grid-column-gap: 20px;
	-moz-column-gap: 20px;
	background-color: #0C0C0C;
	column-gap: 20px;
	display: grid;
	grid-template-columns: auto 646px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	width: min(880px, 100%);
}

.card__list {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.card__item {
	border: 3px solid #a2a2a2;
	color: #a2a2a2;
	cursor: pointer;
	font-size: 20px;
	line-height: normal;
	list-style: none;
	padding-left: 18px;
}

.card__item.current {
	border-color: #9F035F;
	color: #9F035F;
	position: relative;
}

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

.card__swiper-wrapper {
	transition-timing-function: linear !important;
}

.card__swiper-wrapper { /* ← このブロックを丸ごと削除 or 無効化 */ /* 何も書かない（背景付けたいなら .card__swiper に） */
}

.card__swiper-slide {
	align-items: center;
	aspect-ratio: 400/300;
	display: flex;
	font-size: 40px;
	height: auto;
	justify-content: center;
	width: 400px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	margin: 0;
	padding: 0;
	position: relative;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
}

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

.swiper-button-prev,
.swiper-button-next {
	height: 40px;
	width: 40px;
}

/* =============================
   ページネーション (bullets)
============================= */

/* 位置の設定 (枠組み) */

.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: -moz-fit-content;
	width: fit-content;
}

/* それぞれのページネーション */

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	aspect-ratio: 1;
	background: #d9d9d9;
	height: auto;
	margin-left: 5.5px;
	margin-right: 5.5px;
	opacity: 1;
	width: 12px;
}

/* activeな部分 */

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	background: #9F035F;
}

.card__swiper-bottom {
	-moz-column-gap: 14.5px;
	align-items: center;
	column-gap: 14.5px;
	display: flex;
	justify-content: center;
	margin-top: 33px;
}

.contact-area {
	background: url(../images/common/image-marbling.jpg) center center/cover no-repeat;
	width: 100%;
}

.contact-button {
	align-items: center;
	display: block;
	justify-content: center;
	text-align: center;
	transition: all 0.5s ease;
}

.contact-button--circle {
	-moz-columns: #9F035F;
	columns: #9F035F;
}

.contact-button--circle:hover .contact-button__link {
	background-color: #9F035F;
	border: 0.3125rem solid #FAFAFA;
	color: #FAFAFA;
}

.contact-button--circle:hover .contact-button__label::after {
	background-image: url("../../assets/images/common/icon-mail.svg");
}

.contact-button--square {
	background-color: #9F035F;
	color: #FAFAFA;
	height: inherit;
}

.contact-button--square:hover .contact-button__link {
	background-color: #FAFAFA;
	border: 0.3125rem solid #9F035F;
	color: #9F035F;
}

.contact-button--square:hover .contact-button__label::after {
	background-image: url("../../assets/images/common/icon-mail-pinkline.svg");
}

.contact-button__link {
	-webkit-text-decoration: none;
	align-items: center;
	align-items: center;
	border: 0.3125rem solid #9F035F;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-bottom: 0.3125rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 0.3125rem;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 100%;
}

.contact-button__link--circle {
	background-color: #FAFAFA;
	border-radius: 2.5rem;
	color: #9F035F;
}

.contact-button__link--square {
	background-color: #9F035F;
	border: 0.3125rem solid #FAFAFA;
	color: #FAFAFA;
}

.contact-button__label {
	align-items: center;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: bold;
}

.contact-button__label::after {
	background-image: url("../../assets/images/common/icon-mail-pinkline.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	margin-left: 0.5rem;
	width: 1.5rem;
}

.contact-button__label--square::after {
	background-image: url("../../assets/images/common/icon-mail.svg");
}

.contact-button__icon {
	margin-left: 0.5rem;
}

.contact-button__icon img {
	height: auto;
	vertical-align: middle;
	width: 1.2em;
}

.contact-button__text {
	font-size: 1rem;
	margin-top: 0;
}

.contact {
	padding-bottom: 3.5rem;
	padding-top: 7rem;
}

.contact__inner {
	margin-bottom: 3.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact__form-wrapper {
	background: rgba(12, 12, 12, 0.62);
	border-radius: 7.5rem 0 0 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding: 3rem;
}

.contact__form {
	display: flex;
	flex-direction: column;
	row-gap: 1.875rem;
}

.contact__row {
	grid-column-gap: 1.875rem;
	-moz-column-gap: 1.875rem;
	align-items: center;
	column-gap: 1.875rem;
	display: grid;
	grid-template-columns: 11.75rem 1fr;
}

.contact__row--align-items-flex-start {
	align-items: flex-start;
}

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

.contact__head-name {
	align-items: center;
	color: #FAFAFA;
	display: flex;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.contact__data {
	background-color: #FAFAFA;
	border-radius: 0.5rem;
	font-size: 1.5625rem;
	padding: 1rem;
}

.contact__data-checkbox {
	grid-gap: 0.8125rem 0.625rem;
	display: grid;
	gap: 0.8125rem 0.625rem;
	grid-template-columns: repeat(2, 1fr);
}

.contact__data-checkbox span {
	color: #FAFAFA;
	display: inline-block;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-left: 2.125rem;
	position: relative;
	text-align: center;
}

.contact__data-checkbox span::before {
	background-color: transparent;
	border: 0.1875rem solid #F840AD;
	border-radius: 50%;
	content: "";
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: -0.3125rem;
	width: 1.875rem;
}

.contact__data-checkbox span::after {
	background-color: #F840AD;
	border: 3px solid #F840AD;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 0.875rem;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	width: 0.625rem;
}

.contact__data-checkbox .wpcf7-form-control {
	grid-gap: 0.8rem 1.2rem;
	display: grid;
	gap: 0.8rem 1.2rem;
	grid-template-columns: repeat(2, 1fr); /* お好みで列数 */
}

/* 各項目の行間とインライン配置 */

.contact__data-checkbox .wpcf7-list-item {
	margin: 0; /* CF7のデフォルト余白をリセット */
}

.contact__data-checkbox .wpcf7-list-item label {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
}

/* 玉の位置ズレ防止 */

.contact__acceptance {
	display: block;
	text-align: center;
}

/* まず、このブロック内で “span なら何でも丸を描く” をやめる */

.contact__data-checkbox span::before,
.contact__data-checkbox span::after {
	background: none !important;
	border: 0 !important;
	content: none !important;
}

/* 丸は label のテキスト span だけに描く */

.contact__data-checkbox .wpcf7-list-item label {
	padding-left: 1.75rem; /* 余白はお好みで */
	position: relative;
}

/* ネイティブのチェック/ラジオは見えない位置に */

.contact__data-checkbox .wpcf7-list-item input[type=checkbox],
.contact__data-checkbox .wpcf7-list-item input[type=radio] {
	height: 1rem;
	left: 0.25rem;
	margin: 0;
	opacity: 0; /* もしくは appearance: none; */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

/* 外枠の丸 */

.contact__data-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
	border: 3px solid #F84BAD;
	border-radius: 50%;
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

/* チェック状態の中塗り（radio/checkbox 共通） */

.contact__data-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	background: #F84BAD;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 0.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.content-work__inner {
	padding-top: 30px;
}

.content-work__main {
	width: 100%;
}

.content__inner {
	display: flex;
	padding-bottom: 120px;
	padding-top: 58px;
}

.drawer-icon {
	display: none;
}

.drawer-icon__bar {
	background-color: #FAFAFA;
	border-radius: 0.125rem;
	display: block;
	height: 0.125rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	transform-origin: center center;
	transition: all 0.3s ease;
	width: 100%;
}

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

.drawer-icon__bar:nth-of-type(2) {
	top: 0.5rem;
}

.drawer-icon__bar:nth-of-type(3) {
	top: 1rem;
}

.drawer-icon.js-show .drawer-icon__bar:nth-of-type(1) {
	rotate: 37deg;
	top: 0.125rem;
	translate: 0 0.375rem;
	width: 123%;
}

.drawer-icon.js-show .drawer-icon__bar:nth-of-type(2) {
	display: none;
}

.drawer-icon.js-show .drawer-icon__bar:nth-of-type(3) {
	rotate: -37deg;
	top: 0.8125rem;
	translate: 0 -0.375rem;
	width: 123%;
}

.drawer {
	background-color: #427C81;
	height: 100vh;
	height: 100svh;
	opacity: 0;
	overflow-y: scroll;
	padding-top: 5rem;
	position: fixed;
	right: 0;
	top: 2.875rem;
	transform: translateX(100%);
	transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.drawer.js-show {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.drawer.js-show .drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	opacity: 1;
	padding-bottom: 2.3125rem;
	padding-left: 2.125rem;
	padding-top: 1.5rem;
	pointer-events: auto;
	visibility: visible;
	width: 100%;
}

.drawer.is-active + .drawer-logo {
	display: block;
}

.drawer__body {
	display: block;
	gap: 1.8125rem;
	height: -moz-fit-content;
	height: fit-content;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	padding: 1.5rem 2.3125rem;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
}

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

.drawer__contact {
	margin-top: 1.5rem;
}

.drawer__category {
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
}

.drawer__category-title {
	color: #FAFAFA;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 112.5%; /* 112.5% */
	position: relative;
}

.drawer__category-title::before {
	background-image: url(../images/common/deco_starfish.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.125rem;
	left: -1.375rem;
	position: absolute;
	top: 0rem;
	width: 1.125rem;
}

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

.drawer__item {
	color: #FAFAFA;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 112.5%; /* 112.5% */
}

.entries-work {
	display: flex;
	flex-direction: column;
	gap: 35px;
	margin-top: 22px;
}

.entries-work .entry-item {
	margin-bottom: 27px;
	width: calc(33.3333333% - 26.6666666667px);
}

.entries-work .entry-item:nth-child(3n) {
	margin-right: 0;
}

.entries {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.entry-404 {
	padding-bottom: 85px;
	padding-top: 165px;
	text-align: center;
}

.entry-404__head {
	color: #F840AD;
	font-family: "Lato", sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 36px;
}

.entry-404__lead {
	color: #808080;
	font-family: "Lato", sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 24px;
}

.entry-404__lead .m_sp {
	display: none;
}

.entry-404__content {
	color: #808080;
}

.entry-404__btn {
	margin-top: 58px;
}

.entry-404__btn .btn {
	-webkit-appearance: none;
	-webkit-text-decoration: none;
	background: #ebebeb;
	background-color: #9F035F;
	background-image: none;
	border: none;
	border-radius: 3px;
	color: #8d8d8d;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	min-width: 282px;
	padding: 17px 20px 14px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-404__btn .btn:hover {
	background: #ccc;
	opacity: 1;
}

.entry-item {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
	margin-bottom: 1.875rem;
	margin-right: 0;
	padding: 1.25rem;
	width: 100%;
}

.entry-item__body {
	margin-top: auto;
}

.entry-item__meta {
	display: flex;
	flex-wrap: wrap;
}

.entry-item__tag {
	background: #9F035F;
	color: #FAFAFA;
	display: block;
	font-size: 12px;
	margin-right: 15px;
	padding: 3px 14px 2px;
}

.entry-item__title {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.42;
	margin-bottom: 14px;
}

.entry-item__excerpt {
	color: #454545;
	font-size: 14px;
	line-height: 1.71429;
	margin-top: 14px;
}

.entry-tag__items {
	border-top: 1px solid #e2e2e2;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.entry-tag__head {
	background: #808080;
	border-radius: 3px;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 6px 15px 0;
}

.entry-tag__item {
	margin-bottom: 10px;
	margin-right: 15px;
}

.entry-tag__item:last-child {
	margin-right: 0;
}

.entry-tag__item a {
	-webkit-text-decoration: none;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	color: #808080;
	display: block;
	font-size: 14px;
	padding: 6px 18px 5px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-tag__item a:hover {
	background: #808080;
	border-color: #808080;
	color: #fff;
}

.entry-work {
	box-shadow: none;
	padding-bottom: 0;
	padding-top: 0;
}

.entry-work__body {
	display: flex;
	margin-top: 40px;
}

.entry-work__content {
	line-height: 2.25;
	padding-right: 40px;
	width: 62%;
}

.entry-work__table { /* 384 / 1020 * 100%; */
	margin-left: auto;
	width: 38%;
}

.entry-work__table table {
	border-color: #707070;
}

.entry-work__table th,
.entry-work__table td {
	border-color: #707070;
	font-size: 14px;
	padding: 8px 16px;
	word-break: break-all;
}

.entry-work__table th {
	background: #999;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 43%;
}

.entry-work__btn {
	margin-top: 70px;
	text-align: center;
}

.entry-work__btn .btn {
	-webkit-appearance: none;
	-webkit-text-decoration: none;
	background-color: #9F035F;
	background-image: none;
	border: none;
	border-radius: 3px;
	color: #FAFAFA;
	cursor: pointer;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	min-width: 282px;
	padding: 17px 20px 14px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-work__btn .btn:hover,
.entry-work__btn .btn:focus {
	outline: none;
}

.entry-work__btn .btn:hover {
	background: #F840AD;
}

.entry-work__list {
	display: flex;
	flex-direction: column;
	margin-top: 4.375rem;
	row-gap: 2.5rem;
}

.entry-work__item {
	-moz-column-gap: 30px;
	align-items: flex-start;
	column-gap: 30px;
	display: flex;
	flex-direction: row;
}

.entry-work__label {
	align-items: center;
	background: #9F035F;
	border-radius: 10px;
	color: #FAFAFA;
	display: grid;
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 500;
	justify-items: center;
	line-height: 1.5;
	padding: 7px 13px;
	place-items: center;
	width: 124px;
}

.entry {
	background: #FAFAFA;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	padding: 40px;
}

.entry__label {
	display: inline-block;
	margin-bottom: 18px;
}

.entry__label a {
	-webkit-text-decoration: none;
	background: #9F035F;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 4px 16px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry__label a:hover {
	opacity: 0.6;
}

.entry__title {
	font-family: "Lato", sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1.125rem;
}

.entry__img {
	-webkit-text-decoration: none;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

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

.entry__meta {
	align-items: center;
	display: flex;
	margin-bottom: 18px;
}

.entry__published,
.entry__updated {
	color: #808080;
	font-size: 12px;
}

.entry__published::before,
.entry__updated::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 400;
	margin-right: 8px;
}

.entry__body {
	margin-top: 32px;
	padding-bottom: 44px;
}

.entry__body h2 {
	background: #ebebeb;
	border-radius: 3px;
	border-top: 6px solid #9F035F;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 38px;
	margin-top: 80px;
	margin-top: 79px;
	padding: 27px 17px;
	padding: 24px 20px;
	position: relative;
	text-align: left;
}

.entry__body h2 + p {
	margin-top: 0;
}

.entry__body p {
	line-height: 1.875;
}

.entry__body h3 {
	border-bottom: 3px solid #9F035F;
	font-family: "Lato", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 24px;
	margin-top: 84px;
	padding-bottom: 14px;
}

.entry__body h4 {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 16px;
	margin-top: 82px;
	padding-left: 42px;
	position: relative;
}

.entry__body h4::before {
	color: #9F035F;
	content: "\f00c";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 26px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: -8px;
}

.entry__btn {
	margin: 1em 0;
	text-align: center;
}

.entry__btn .btn {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	background-color: #01b3a7;
	background-image: none;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	min-width: 282px;
	padding: 17px 20px 14px;
	text-align: center;
	text-decoration: none;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry__btn .btn:hover,
.entry__btn .btn:focus {
	outline: none;
}

.entry__btn .btn:hover {
	background: #00aca0;
	opacity: 1;
}

.entry__links {
	margin-top: 32px;
	text-align: center;
}

.entry__links .post-page-numbers {
	background: #fff;
	border: 1px solid #666;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 8px;
	margin-right: 8px;
	min-width: 30px;
	text-align: center;
}

.entry__links .post-page-numbers:first-child {
	margin-left: 0;
}

.entry__links .post-page-numbers.currnet {
	background: #666;
	color: #fff;
}

.flow-item {
	display: flex;
	flex-direction: row;
	gap: 4.625rem;
}

.flow-list {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

.flow {
	background: url(../images/common/image-marbling.jpg) center center/cover no-repeat;
	display: flex;
	justify-content: center;
	padding-bottom: 4.9375rem;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 5rem;
	position: relative;
	width: 100%;
}

.flow__inner.inner {
	background-color: #FAFAFA;
	border-radius: 150px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	padding-bottom: 4.9375rem;
	padding-left: 9.375%;
	padding-right: 9.375%;
	padding-top: 5rem;
}

.flow__list {
	margin-top: 2.5rem;
}

.flow__item {
	align-items: flex-start;
	display: flex;
}

.flow__item .flow__icon {
	flex-shrink: 0;
	height: 7.71875rem;
	position: relative;
	width: 7.5rem;
}

.flow__item .flow__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.flow__item .flow__icon::before {
	background: linear-gradient(180deg, #00ACA2 0%, #E8478D 100%);
	bottom: -2.421875rem;
	content: "";
	height: 2.75rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.3125rem;
	z-index: 1;
}

.flow__item:last-child .flow__icon::before {
	display: none;
}

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

.flow__heading {
	word-wrap: break-word;
	color: #0C0C0C;
	display: block;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 100%;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}

.flow__text {
	-webkit-box-orient: vertical;
	color: #0C0C0C;
	display: -webkit-box;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05625rem;
	line-height: 166.667%; /* 166.667% */
	margin-top: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer {
	background: rgba(12, 12, 12, 0.7);
	height: 7.5rem;
	position: relative;
}

.footer__inner {
	height: inherit;
}

.footer__top {
	display: flex;
	flex-direction: row;
	height: inherit;
	justify-content: space-between;
}

.footer__logo {
	-webkit-text-decoration: none;
	align-items: center;
	color: #FAFAFA;
	display: flex;
	font-family: "Lato", sans-serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__nav {
	height: inherit;
	margin-right: 3.0625rem;
}

.footer__nav-list {
	display: flex;
	flex-direction: row;
	gap: 4.25rem;
	height: inherit;
}

.footer__nav-item {
	align-items: center;
	display: flex;
	height: inherit;
}

.footer__nav-link {
	color: #FAFAFA;
	font-family: "Lato", sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.045rem;
	line-height: normal;
	text-align: center;
}

.footer__nav-link span {
	color: #FAFAFA;
	font-family: "Lato", sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 0.1875rem;
	text-align: center;
}

.footer__credit {
	display: none;
}

.footer__design {
	color: #FAFAFA;
	display: flex;
	font-family: "Lato", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	line-height: normal;
	position: absolute;
	right: 8.125rem;
	top: -1.9375rem;
}

.footer__button {
	position: absolute;
	right: 2.25rem;
	top: -3.875rem;
}

.form-field {
	align-items: center;
	display: flex;
	gap: 30px;
	width: 100%;
}

.form-field--flex-start {
	align-items: flex-start;
}

.form-field__head {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 600;
	gap: 10px;
	padding-left: 10px;
	width: 210px;
}

.form-field__label {
	font-weight: 600;
}

.form-field__tag {
	background: #9F035F;
	border-radius: 2px;
	color: #FAFAFA;
	display: inline-block;
	font-size: 13px;
	padding: 4px 8px;
	text-align: center;
}

.form-field__item {
	flex-grow: 1;
	width: 100%;
}

.form-label {
	word-wrap: break-word;
	align-items: center;
	border-radius: 0.625rem;
	color: #FAFAFA;
	display: inline-flex;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	max-width: 100%;
	padding: 0.5rem;
	text-align: center;
}

.form-label--required {
	background-color: #9F035F;
}

.form-label--optional {
	background-color: #0C0C0C;
}

.form-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* 念のため */
	gap: 10px;
	opacity: 0; /* デフォルト UI を隠す */
	position: absolute; /* チェック時に隣のラベル(span)の ::after を表示 */ /* ラベル文字（＝inputの直後のspan） */
}

.form-radio:checked + span::after {
	opacity: 1;
}

.form-radio + span {
	-webkit-user-select: none;
	-moz-user-select: none;
	color: #FAFAFA;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.6;
	padding-left: 30px; /* 文字の左に丸を置くスペース */
	position: relative;
	user-select: none;
}

.form-radio + span::before,
.form-radio + span::after {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-radio + span::before {
	border: 1px solid #989898;
	border-radius: 50%;
	height: 20px;
	transition: border-color 0.3s;
	width: 20px;
}

.form-radio + span::after {
	background: url(../img/check-icon.png) no-repeat center center/contain;
	height: 20px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 20px;
}

input[type=radio] {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

input[type=radio]:checked + span::after {
	opacity: 1;
}

input[type=radio] + span {
	cursor: pointer;
	padding: 10px 10px 10px 28px;
	position: relative;
}

input[type=radio]:focus-visible + span {
	outline: solid 1px #989898;
}

input[type=radio] + span::before,
input[type=radio] + span::after {
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

input[type=radio] + span::before {
	border: 1px solid #e2e2e2;
	height: 24px;
	left: 0;
	transition: border-color 0.3s;
	width: 24px;
}

input[type=radio] + span::after {
	background: #868686;
	height: 10px;
	left: 7px;
	opacity: 0;
	width: 10px;
}

.form-text {
	border: 1px solid #e2e2e2;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

.form-textarea {
	background: #fff;
	border: 1px solid #e2e2e2;
	font-size: 16px;
	height: 180px;
	padding: 10px;
	transition: border-color 0.3s;
	width: 100%;
}

.form {
	align-items: center;
	color: #FAFAFA;
	display: flex;
	flex-direction: column;
	gap: 42px;
	justify-content: center;
}

.form__fields {
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 100%;
}

.form__privacy {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}

.form__privacy-text {
	color: #FAFAFA;
	font-size: 16px;
	font-size: 11px;
	line-height: 1.6;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}

.form__privacy-text a {
	font-weight: 600;
	outline: medium none invert;
	outline: initial;
	text-decoration-line: underline;
	transition: opacity 0.3s;
}

.form__privacy-text a:hover {
	opacity: 0.6;
}

.form__privacy-text a:focus-visible {
	outline: solid 1px #989898;
}

.form__privacy-text a span {
	font-size: 13px;
	font-weight: 700;
}

.fv {
	background: linear-gradient(284deg, #3C3C3C 0.97%, #2C2C2C 39.79%, #1C1C1C 87.63%);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	height: 100vh;
	max-height: 53.375rem;
	min-height: 37.125rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv__inner.inner {
	align-items: center;
	display: flex;
	height: 100%;
	max-width: 1440px;
	position: relative;
	width: 100%;
}

.fv__background {
	bottom: 0;
	display: flex;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.fv__copy-wrapper {
	display: flex;
	flex-direction: column;
	gap: 5.3125rem;
}

.fv__bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fv__bg--left {
	aspect-ratio: 1006.76/732;
	background-image: url("../images/common/image-marbling.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 80px;
	height: auto;
	max-width: 100%;
	position: absolute;
	top: -56px;
	width: 68.041667%;
	z-index: 1;
}

.fv__bg--right {
	aspect-ratio: 1145.81/740;
	background-image: url("../images/common/image-coding.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: calc(629px / (100vh - 80px) * 100%);
	max-width: 100%;
	position: absolute;
	right: 0;
	width: 70%;
	z-index: 2;
}

.fv__copy {
	background: #0C0C0C;
	color: #FAFAFA;
	margin-left: auto;
	padding-bottom: 2.8125rem;
	padding-left: 1.5625rem;
	padding-right: 3.125rem;
	padding-top: 2.8125rem;
	position: relative;
	z-index: 1;
}

.fv__lead {
	-webkit-background-clip: text;
	background-clip: text;
	background-image: url(../images/common/image-marbling.jpg);
	background-position: -0.375rem 5.75rem;
	background-size: cover;
	color: transparent;
	filter: brightness(1.7) contrast(1.6);
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 3.75rem;
	font-weight: 900;
	letter-spacing: 3.04px;
	line-height: 144.737%; /* 144.737% */
}

.fv__sub {
	color: #FAFAFA;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.8125rem;
	font-weight: 400;
	letter-spacing: 0.09rem;
	line-height: 177.778%;
	margin-top: 1.875rem;
}

.fv__profile {
	background: rgba(60, 60, 60, 0.6);
	bottom: 5rem;
	color: #FAFAFA;
	padding-bottom: 3em;
	padding-left: 1.875rem;
	padding-right: 3.125rem;
	padding-top: 3em;
	position: absolute;
	right: 0;
	text-align: right;
	z-index: 1;
}

.fv__title {
	color: #FAFAFA;
	font-family: "Lato", sans-serif;
	font-size: 3.125rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.125rem;
	line-height: normal;
	text-align: left;
}

.fv__name {
	color: #FAFAFA;
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: normal;
	margin-top: 0.625rem;
}

.fv__contact {
	display: none;
}

.genre-nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 22px;
	margin-top: 22px;
}

.genre-nav__link {
	margin-right: 16px;
}

.genre-nav__link a {
	-webkit-text-decoration: none;
	background: #FAFAFA;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 6px 14px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.genre-nav__link a.is-active {
	background: #9F035F;
	color: #FAFAFA;
}

.genre-nav__link a.is-active:hover {
	background: #9F035F;
	color: #FAFAFA;
}

.green {
	color: #427C81;
}

.header {
	align-items: center;
	background-color: #427C81;
	display: flex;
	height: 80px;
	justify-content: space-between;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 102;
}

.header.js-show {
	height: 21.3125rem;
}

.header__inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: space-between;
}

.header__logo {
	align-items: center;
	color: #FAFAFA;
	display: flex;
	font-family: "Lato", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	height: 100%;
	text-align: center;
	z-index: 200;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: 100%;
}

.drawer.js-show .header__logo-name {
	display: block;
}

.drawer.js-show .header__logo-portfolio {
	display: block;
}

.header__logo-br {
	display: none;
}

.drawer.js-show .header__logo-br {
	display: inline;
}

.header__nav {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1.625rem;
	height: inherit;
}

.header__nav-list {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1.625rem;
	height: 100%;
}

.header__nav-list .header {
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__nav-list .header__nav {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.header__nav-list .header__list {
	align-items: center;
	display: flex;
}

.header__nav-list .header__btn {
	transition: all 0.3s ease;
}

.header__nav-item {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 0 1.5rem;
}

.header__nav-item a {
	display: flex;
	flex-direction: column;
}

.header__nav-item__en {
	color: #FAFAFA;
	font-family: "Lato", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.045rem;
	text-align: center;
}

.header__nav-item__jp {
	color: #FAFAFA;
	font-family: "Lato", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	text-align: center;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1330px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.nav-item {
	border-radius: 1.875rem;
	list-style: none;
	overflow: hidden;
}

.nav-item__link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #07ACBA;
	border: 5px solid transparent;
	border-radius: 1.875rem;
	color: #FAFAFA;
	display: flex;
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	justify-content: space-between;
	padding: 0.75rem 1.5rem;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.5 ease;
}

.nav-item__link::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 0.9375rem;
	margin-left: 0.75rem;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	width: 0.9375rem;
}

.nav-item__link:hover {
	border-color: #9F035F;
}

.nav-item__link:hover::after {
	transform: translateX(0.25rem) rotate(45deg);
}

.nav-item__link--strengths {
	background-color: #07ACBA;
}

.nav-item__link--works {
	background-color: #2280D9;
}

.nav-item__link--skill {
	background-color: #F1AF1C;
}

.nav-item__link--flow {
	background-color: #FF6347;
}

.nav-item__link--about {
	background-color: #F840AD;
}

.no-post-text {
	font-size: 18px;
	margin-top: 30px;
}

.only-sp {
	display: none;
}

.page-hero {
	align-items: center;
	background-image: url(../images/common/image-lower-page-fv.png);
	background-position: 50% 0; /* x=中央, y=変更なし */
	background-size: cover;
	display: grid;
	height: 100vh;
	justify-self: stretch; /* 横方向を広げる */
	max-height: 62.5rem;
	min-height: 50rem;
	overflow: clip;
}

.page-numbers {
	-webkit-text-decoration: none;
	background: #fff;
	border: 1px solid #e2e2e2;
	color: #808080;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	height: 40px;
	line-height: 38px;
	margin-right: 14px;
	min-width: 40px;
	text-align: center;
	text-decoration: none;
}

.page-numbers:last-child {
	margin-right: 0;
}

.page-numbers.current {
	background: #9F035F;
	border: 1px solid #9F035F;
	color: #fff;
	font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
	border: none;
	line-height: 40px;
	min-width: 0;
	min-width: initial;
	width: auto;
}

.pagination {
	text-align: center;
}

.pink {
	color: #F840AD;
}

.post-page-numbers {
	background: #fff;
	border: 1px solid #666;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 8px;
	margin-right: 8px;
	min-width: 30px;
	text-align: center;
}

.post-page-numbers.current {
	background: #666;
	color: #fff;
}

.primary {
	width: 65.45455%;
}

.related-item {
	margin-right: 30px;
	width: calc(50% - 15px);
}

.related-item__img {
	margin-bottom: 10px;
	text-align: center;
}

.related-item__title {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.57143;
}

.related__title {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 22px;
}

.related__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.related__item {
	-webkit-text-decoration: none;
	display: block;
	margin-bottom: 21px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: calc(25% - 13.5px);
}

.round-button {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 3.125rem;
	box-shadow: 0 0.25rem 0.25rem rgba(12, 12, 12, 0.25);
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	min-width: 18.75rem;
	padding: 1.25rem 3.75rem 1.25rem 1.875rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.round-button:hover {
	opacity: 0.8;
}

.round-button:hover::after {
	transform: translateX(0.25rem) rotate(-45deg);
}

.round-button--normal {
	background: linear-gradient(90deg, #c50175 0%, #9F035F 100%);
	border: 0.3125rem solid #FAFAFA;
	color: #FAFAFA;
}

.round-button--normal::after {
	border-bottom: 0.3125rem solid #FAFAFA;
	border-right: 0.3125rem solid #FAFAFA;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 1.875rem;
	transform: rotate(-45deg);
	transition: transform 0.3s ease;
	width: 0.9375rem;
}

.round-button--reverse {
	background: #FAFAFA;
	border: 0.3125rem solid #9F035F;
	color: #9F035F;
}

.round-button--reverse::after {
	border-bottom: 0.3125rem solid #9F035F;
	border-right: 0.3125rem solid #9F035F;
	content: "";
	height: 0.9375rem;
	margin: auto 0;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transform-origin: center center;
	transition: transform 0.3s ease;
	width: 0.9375rem;
}

.round-button--reverse:hover::after {
	transform: translateY(-50%) translateX(0.25rem) rotate(-45deg);
}

.round-button__text {
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.round-button__text--normal {
	color: #FAFAFA;
}

.round-button__text--reverse {
	color: #9F035F;
}

.scroll-button {
	align-items: center;
	bottom: -5.625rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	left: 6.25rem;
	max-width: 100%;
	position: absolute;
	z-index: 10;
}

.scroll-button__text {
	word-wrap: break-word;
	color: #FAFAFA;
	font-family: "Lato", sans-serif;
	font-size: 1.3125rem;
	font-weight: 700;
	max-width: 100%;
	position: relative;
	z-index: 10;
}

.scroll-button__arrow {
	animation: arrowFloat 1.5s infinite ease-in-out;
	height: 4.3125rem;
	max-width: 100%;
	position: relative;
	width: 1.5rem;
}

.scroll-button__arrow::before {
	background-color: #FAFAFA;
	content: "";
	height: 4.5625rem;
	left: 50%;
	position: absolute;
	top: 0rem;
	transform: translateX(-50%);
	width: 0.3125rem;
}

.scroll-button__arrow::after {
	border-bottom: 0.3125rem solid #FAFAFA;
	border-right: 0.3125rem solid #FAFAFA;
	content: "";
	height: 1.0625rem;
	left: 50%;
	position: absolute;
	top: 3.5625rem;
	transform: translateX(-50%) rotate(45deg);
	width: 1.0625rem;
}

.search {
	position: relative;
}

.search__field {
	background-image: none;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	font-family: inherit;
	font-size: 1em;
	padding: 20px 24px;
	padding-right: 70px;
	width: 100%;
	width: 100%;
}

.search__submit {
	background: transparent;
	box-shadow: none;
	color: #e2e2e2;
	font-size: 26px;
	padding: 0;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.secondary {
	margin-left: auto;
	width: 30.90909%;
}

.secondary .m_one {
	display: none;
	width: 100%;
}

.section-title {
	text-align: center;
}

.section-title--green {
	color: #427C81;
}

.section-title--white {
	color: #FAFAFA;
}

.section-title__en {
	font-family: "Lato", sans-serif;
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 1.2;
}

.section-title--greenBelt {
	background: rgba(66, 124, 129, 0.7);
	color: #FAFAFA;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.section-title__ja {
	font-family: "Lato", sans-serif;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.skill-card {
	align-items: center;
	background-color: #FAFAFA;
	border-radius: 6.25rem 0 0 0;
	box-shadow: 0 0.25rem 0.25rem 0rem rgba(12, 12, 12, 0.25);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	max-width: 24.6875rem;
	padding: 4rem 2.1875rem 2.5rem;
	row-gap: 2.0625rem;
}

.skill-card__icon {
	max-width: 6.25rem;
}

.skill-card__icon img {
	display: block;
	height: auto;
	width: 100%;
}

.skill-card__text {
	background: #a2a2a2a;
	color: #0C0C0C;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.07rem;
	line-height: 217%;
}

.skill-card__text span {
	font-size: 1.25rem;
	font-weight: 700;
}

.skill-cards {
	grid-row-gap: 5.5rem;
	grid-column-gap: 4.375rem;
	-moz-column-gap: 4.375rem;
	column-gap: 4.375rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 5.5rem;
}

.skill {
	background-color: #427C81;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.skill__description {
	color: #FAFAFA;
	color: var(--, #FAFAFA);
	font-family: "BIZ UDPGothic";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	text-align: center;
}

.skill__cards {
	margin-top: 7.5625rem;
}

.strengths-button {
	text-align: center;
}

.strengths-card {
	align-items: center;
	background-color: #FAFAFA;
	border-radius: 9.375rem 0rem 0rem 0rem;
	box-shadow: 0 0.25rem 0.25rem rgba(12, 12, 12, 0.1);
	display: flex;
	flex-direction: column;
	max-width: 50rem;
	padding: 5rem 2.5rem 2.5rem;
}

.strengths-card__icon {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.75rem;
}

.strengths-card__title {
	color: #427C81;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: rme(2.4);
	line-height: 196.667%;
	margin-top: 0.625rem;
}

.strengths-card__text {
	color: #0C0C0C;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1125rem;
	line-height: 166.667%;
	margin-top: 1.25rem;
}

.strengths-cards {
	grid-column-gap: 5.75rem;
	-moz-column-gap: 5.75rem;
	column-gap: 5.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.strengths-cards--toppage {
	grid-template-columns: repeat(2, 1fr);
	row-gap: 5.5rem;
}

.strengths-cards--page {
	grid-template-columns: 1fr;
	row-gap: 88px;
}

.strengths {
	background: url(../images/common/image-marbling.jpg) no-repeat 70%/cover;
	overflow: hidden;
	padding-bottom: 4.0625rem;
	padding-top: 5.0625rem;
	position: relative;
}

.strengths::before {
	background-color: rgba(250, 250, 250, 0.3);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.strengths::after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.2) 60%, #ffffff 100%);
	bottom: 0;
	content: "";
	height: 25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.strengths__inner {
	max-width: 62.5rem;
	position: relative;
	z-index: 3;
}

.strengths__cards {
	margin-top: 6.375rem;
	row-gap: 80px;
}

.strengths__card-head {
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
	width: 278px;
}

.strengths__cards--page {
	margin-top: 0;
}

.strengths__card--page {
	margin-top: 0;
}

.strengths__button {
	margin-top: 8.3125rem;
}

.swiper-arrows {
	display: flex;
	justify-content: space-between;
}

.swiper-arrows__prev,
.swiper-arrows__next {
	background-color: #9F035F;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 27px;
	border-radius: 50%;
	height: 80px;
	transition: background-position 0.3s;
	width: 80px;
}

.swiper-arrows__prev::after,
.swiper-arrows__next::after {
	content: "";
}

.swiper-arrows__prev {
	background-image: url("../images/common/icon_arrow-left.svg");
}

.swiper-arrows__prev:hover {
	background-position: left 40% center;
}

.swiper-arrows__next {
	background-image: url("../images/common/icon_arrow-right.svg");
}

.swiper-arrows__next:hover {
	background-position: right 40% center;
}

.test {
	font-family: "BIZ UDPGothic", sans-serif;
}

.timeline {
	color: #0C0C0C;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 166.667%;
}

.toc__container {
	background: #fff;
	border: 2px solid #9F035F;
	margin-top: 64px;
	padding: 20px 20px;
}

.toc__container > li {
	margin-bottom: 30px;
}

.toc__container > li > ul {
	margin-top: 12px;
}

.toc__container > li > ul > li a::before {
	background: #d81f32;
	border-radius: 50%;
	color: #fff;
	content: counter(toc);
	font-family: "Lato", sans-serif;
	font-weight: 700;
	height: 26px;
	left: 0;
	line-height: 26px;
	margin-top: -2px;
	min-width: 26px;
	position: absolute;
	text-align: center;
	top: 0;
}

.toc__title {
	border-bottom: 2px solid #9F035F;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 0;
	padding-bottom: 6px;
	text-align: center;
}

.top-button {
	-webkit-text-decoration: none;
	align-items: center;
	background: #FAFAFA;
	border: 5px solid #9F035F;
	border-radius: 50%;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.3);
	display: inline-flex;
	flex-direction: column;
	height: 5rem;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 5rem;
}

.top-button:hover {
	background: linear-gradient(90deg, #C50175 0%, #9F035F 100%);
	border: 5px solid #FAFAFA;
}

.top-button:hover .top-button__icon::before {
	border-right: 0.1875rem solid #FAFAFA;
	border-top: 0.1875rem solid #FAFAFA;
	content: "";
}

.top-button:hover .top-button__text {
	color: #FAFAFA;
}

.top-button__icon {
	height: 1.875rem;
	position: relative;
	width: 1.875rem;
}

.top-button__icon::before {
	border-right: 0.1875rem solid #9F035F;
	border-top: 0.1875rem solid #9F035F;
	content: "";
	display: block;
	height: 1.125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.75rem;
	transform: rotate(-45deg);
	width: 1.125rem;
}

.top-button__text {
	color: #9F035F;
	font-family: "Lato", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.widget-archive li {
	margin-bottom: 8px;
}

.widget-archive li a {
	-webkit-text-decoration: none;
	border-bottom: 1px solid #e2e2e2;
	display: block;
	font-size: 14px;
	padding: 20px 20px 14px 0;
	position: relative;
	text-decoration: none;
}

.widget-archive li a:hover {
	opacity: 0.6;
}

.widget-archive li a::after {
	color: #333;
	content: "\f054";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 16px;
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.widget-archive li:last-child {
	margin-bottom: 0;
}

.widget-archive li ul {
	font-size: 0.85em;
	margin-top: 8px;
}

.widget {
	margin-bottom: 50px;
}

.widget__title {
	background: transparent url(../images/common/headign-line.png) repeat-x bottom center/340px auto;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	margin-bottom: 30px;
	padding: 0 0 16px;
}

.works-card-tag {
	align-items: center;
	background-color: #427C81;
	border: none;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	gap: 0.625rem;
	justify-content: center;
	padding: 0.625rem 0.9375rem;
	transition: background-color 0.3s ease;
}

.works-card-tag:hover {
	background-color: #315c5f;
}

.works-card-tag__text {
	color: #FAFAFA;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.works-card__image {
	aspect-ratio: 610/382;
	border: 0.25rem solid #9F035F;
	border: 0.25rem solid #9F035F;
	border-radius: 0 0 6.25rem 0;
	border-radius: 0 0 6.25rem 0;
	overflow: hidden;
}

.works-card__image img {
	-o-object-position: top left;
	-o-object-fit: cover;
	display: block;
	flex-shrink: 0;
	height: auto;
	object-fit: cover;
	object-position: top left;
	width: 100%;
}

.works-card__tags {
	-moz-column-gap: 16px;
	column-gap: 16px; /* 横方向の間隔 */
	display: flex; /* 上下、左右の間隔をつけるためにdisplay:flexにする */
	flex-wrap: wrap;
	margin-top: 1rem;
	row-gap: 16px; /* 縦方向の間隔（= 行間）*/
}

.works-card__title {
	color: #427C81;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.0225rem;
	line-height: 111.111%; /* 111.111% */
	margin-top: 1rem;
}

.works-card__text {
	word-wrap: break-word; /* 長い単語の折り返し */
	word-wrap: break-word; /* 改行処理 */
	color: #0C0C0C;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.02rem;
	line-height: 1.75; /* 読みやすさを向上 */
	margin-top: 0.5rem;
}

.works-cards {
	grid-column-gap: 5.5rem;
	-moz-column-gap: 5.5rem;
	grid-row-gap: 5.5rem;
	column-gap: 5.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	row-gap: 5.5rem;
}

.works {
	padding-bottom: 8.5rem;
	padding-top: 8.5rem;
}

.works--page {
	padding-top: 0;
}

.works__description {
	margin-top: 2.5rem;
	text-align: center;
}

.works__cards {
	margin-top: 4rem;
}

.works__button {
	margin-top: 4rem;
	text-align: center;
}

.wpcf7-acceptance {
	text-align: center;
}

.wpcf7-form-control-wrap {
	text-align: left;
}

.wpcf7-form-control {
	display: block;
}

.wpcf7-list-item-label {
	color: #FAFAFA;
}

/* 入力そのものは画面外に隠すが、クリックは生かす  */

input.form-checkbox {
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%); /* アクセシブルな非表示 */
	height: 1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

/* ラベル文字を土台に見た目を作る */

input.form-checkbox + .wpcf7-list-item-label {
	color: #FAFAFA;
	display: inline-block;
	line-height: 1.6;
	padding-left: 28px; /* 左に箱ぶんの余白 */
	position: relative;
}

/* 未チェック時の枠 */

input.form-checkbox + .wpcf7-list-item-label::before {
	display: block !important;
}

input.form-checkbox + .wpcf7-list-item-label::before {
	background: transparent;
	border: 1px solid #FAFAFA;
	border-radius: 2px;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

/* チェックマーク */

input.form-checkbox + .wpcf7-list-item-label::after {
	display: block !important;
}

input.form-checkbox + .wpcf7-list-item-label::after {
	background: url("../images/common/check-icon.png") no-repeat center/contain;
	content: "";
	height: 20px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
	width: 20px;
}

/* チェック時に表示 */

input.form-checkbox:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* CF7 が入れる input の右マージンを打ち消し */

.wpcf7-list-item input[type=checkbox],
.wpcf7-list-item input[type=radio] {
	margin: 0 !important;
}

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

.wpost-item {
	-webkit-text-decoration: none;
	display: flex;
	margin-bottom: 20px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.wpost-item:hover {
	opacity: 0.6;
}

.wpost-item:last-child {
	margin-bottom: 0;
}

.ranking .wpost-item {
	counter-increment: ranking;
	position: relative;
}

.ranking .wpost-item::after {
	background: #01b3a7;
	color: #fff;
	content: counter(ranking);
	font-family: "Lato", sans-serif;
	font-size: 12px;
	height: 20px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.wpost-item__img {
	width: 120px;
}

.wpost-item__img img {
	float: none;
	margin-right: 0;
}

.wpost-item__body {
	padding: 0 0 0 10px;
	width: calc(100% - 120px);
}

.wpost-item__title {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.57143;
}

.wpost-item__title a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.wprofile__img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border: 0.25rem solid #9F035F;
	border-radius: 6.25rem 0 0 0;
	flex-shrink: 0;
	height: auto;
	margin-bottom: 26px;
	object-fit: cover;
	overflow: hidden;
	text-align: center;
	width: 18.75rem;
}

.wprofile__img img {
	width: 100%;
}

.wprofile__content {
	font-size: 14px;
	line-height: 1.71429;
	margin-bottom: 38px;
	padding: 0 18px;
}

@media (any-hover: hover) {

.entry__img:hover {
	opacity: 0.8;
}

.footer__logo:hover {
	opacity: 0.8;
}

.footer__design:hover {
	opacity: 0.8;
}

}

@media (max-width: 1280px) {

html {
	font-size: 1.25vw;
}

}

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

.about-card__head {
	padding-left: 0;
}

.about-card__media {
	right: -55px;
}

.about-card__image {
	position: static;
}

.about-card--materials::after {
	aspect-ratio: 129.76/139;
	background-image: url(../images/common/deco-keyboard-and-mouse.svg);
	content: "";
	position: absolute;
	right: -110px;
	top: -187px;
	transform: rotate(0deg) scale(0.7);
}

.about-card--policy::after {
	height: auto;
	left: -189px;
	position: absolute;
	top: -101px;
	transform: rotate(0deg) scale(0.7);
	width: 393px;
}

.entry-work__content {
	padding-right: 20px;
	width: 58%;
}

.entry-work__table {
	width: 42%;
}

.form-field {
	align-items: stretch;
	display: flex;
	flex-direction: column;
}

.fv__bg--right {
	top: 11.5625rem;
	width: 80%;
}

.header__nav {
	gap: 1.875rem;
}

.header__nav-list {
	gap: 1.875rem;
}

}

@media (max-width: 800px) {

.animated__slideIn--right {
	opacity: 0;
	translate: 0 40px;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

textarea {
	height: 18.75rem;
}

.about-button {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.about-card {
	padding-bottom: 30px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 30px;
}

.about-card__text--intro span {
	font-size: 1.25rem;
}

.about-card__text--history {
	font-size: 16px;
}

.about-card__text--history span {
	font-size: 20px;
}

.about-card__title .capital-letter {
	font-size: 30px;
}

.about-card__title .lowercase-letter {
	font-size: 20px;
}

.about-card__grid {
	display: flex;
	flex-direction: column;
}

.about-card__media {
	position: static;
}

.about-card__body {
	margin-top: 40px;
}

.about-card__text--policy {
	font-size: 20px;
	line-height: 171.429%; /* 171.429% */
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.about-card--intro.about-card .about-card__text {
	font-size: 1rem;
}

.about-card--intro.about-card {
	border-radius: 0 0 20px 20px;
	margin-left: 0;
	margin-right: 0;
}

.about-card--intro.about-card .about-card__title {
	text-align: center;
}

.about-card--history {
	border-bottom: 10px solid #F840AD;
	border-left: 10px solid #F840AD;
	border-radius: 20px 0 0 20px;
	border-right: none;
	border-top: 10px solid #F840AD;
	margin-left: 24px;
}

.about-card--history::after {
	height: auto;
	left: auto;
	right: -70px;
	top: -207px;
	transform: rotate(0deg) scale(0.4);
	width: 330px;
}

.about-card--study {
	border-bottom: 10px solid #9F035F;
	border-left: none;
	border-radius: 0 20px 20px 0;
	border-right: 10px solid #9F035F;
	border-top: 10px solid #9F035F;
	margin-right: 24px;
	position: relative;
}

.about-card--study::after {
	aspect-ratio: 397/359;
	background-image: url(../images/common/deco-wiringcode.svg);
	content: "";
	height: 359px;
	left: -129px;
	position: absolute;
	top: -220px;
	transform: rotate(0deg) scale(0.4);
	width: 397px;
}

.about-card__text--study {
	font-size: 20px;
}

.about-card__text--study span {
	font-size: 20px;
}

.about-card--materials {
	border-bottom: 10px solid #427C81;
	border-left: 10px solid #427C81;
	border-radius: 20px 0 0 20px;
	border-right: none;
	border-top: 10px solid #427C81;
	margin-left: 24px;
}

.about-card--materials::after {
	aspect-ratio: 129.76/139;
	background-image: url(../images/common/deco-keyboard-and-mouse.svg);
	content: "";
	position: absolute;
	right: -110px;
	top: -187px;
	transform: rotate(0deg) scale(0.4);
}

.about-card--policy {
	border-bottom: 10px solid #9F035F;
	border-left: none;
	border-radius: 0 20px 20px 0;
	border-right: 10px solid #9F035F;
	border-top: 10px solid #9F035F;
	margin-right: 24px;
	position: relative;
}

.about-card--policy::after {
	aspect-ratio: 130.44/144;
	background-image: url(../images/common/deco-paper-airplane.svg);
	bottom: -80px;
	content: "";
	height: 143px;
	left: 50%;
	position: absolute;
	top: auto;
	transform: rotate(19.488deg);
	transform: translateX(-50%);
	width: 160px;
}

.about-card__text--policy {
	font-size: 16px;
	line-height: 218.429%;
}

.about-card__text--policy span {
	font-size: 20px;
}

.about-list {
	gap: 0.625rem;
}

.about-list__text {
	font-size: 1rem;
}

.about-list__text span {
	font-size: 1.25rem;
}

.about {
	padding-bottom: 5rem;
	padding-top: 3.5rem;
}

.about.page--about {
	padding-top: 0;
}

.about__inner.inner {
	max-width: 520px;
}

.about__inner-page {
	padding-left: 0;
	padding-right: 0;
}

.about__description {
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 24px;
	padding-right: 24px;
}

.about__content {
	flex-direction: column;
}

.about__image {
	height: auto;
	position: static;
	width: 100%;
}

.about__image {
	border-radius: 4.375rem 0 0 0;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	width: 100%;
}

.animated__slideIn--left {
	opacity: 0;
	translate: 0 2.5rem;
}

.breadcrumb-wrapper--about.breadcrumb-wrapper {
	padding-left: 24px;
	padding-right: 24px;
}

.card {
	display: none;
}

.contact {
	padding-top: 3.5rem;
}

.contact__inner {
	margin-top: 1.5rem;
	padding-left: 0;
	padding-right: 0;
}

.contact__form-wrapper {
	border-radius: 4.375rem 0 0 0;
}

.contact__form {
	row-gap: 2rem;
}

.contact__row {
	grid-template-columns: 1fr;
}

.contact__head {
	gap: 1.75rem;
	justify-content: flex-start;
}

.contact__head-name {
	color: #FAFAFA;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.contact__data {
	margin-top: 0.625rem;
}

.contact__data-checkbox {
	grid-template-columns: 1fr;
}

.contact__data-checkbox span {
	font-size: 1rem;
}

.contact__acceptance {
	text-align: left;
}

.content-work__inner {
	padding-top: 16px;
}

.content-work__main {
	margin-bottom: 0;
}

.drawer-icon {
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 1rem;
	justify-content: space-between;
	padding: 0.5rem;
	pointer-events: auto;
	position: fixed;
	right: 0.9375rem;
	top: 2rem;
	width: 1.625rem;
	z-index: 9999;
}

.entries-work .entry-item {
	width: 100%;
}

.entry-work {
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.625rem;
}

.entry-work__body {
	display: block;
	margin-top: 40px;
}

.entry-work__content {
	line-height: 1.875;
	padding-right: 0;
	width: 100%;
}

.entry-work__table {
	margin-left: 0;
	margin-top: 20px;
	width: 100%;
}

.entry-work__table th {
	width: 120px;
}

.entry-work__btn {
	margin-top: 40px;
}

.entry-work__list {
	row-gap: 1.875rem;
}

.entry-work__item {
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.entry-work__label {
	font-size: 16px;
	min-width: 105px;
}

.entry-work__text {
	font-size: 16px;
}

.entry__title {
	font-size: 1.5625rem;
}

.flow-item {
	gap: 1rem;
}

.flow-list {
	gap: 6.625rem;
}

.flow__inner.inner {
	border-radius: 80px 0 0 0;
	padding-top: 2.25rem;
}

.flow__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

.flow__item::before {
	border-bottom: 0.625rem solid #427C81;
	border-right: 0.625rem solid #427C81;
	content: "";
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: calc(100% + 1rem);
	transform: translateX(-50%) rotate(45deg);
	width: 3.125rem;
}

.flow__item:last-child::before {
	content: none;
}

.flow__item .flow__icon::before {
	display: none;
}

.flow__heading {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.flow__text {
	font-size: 0.875rem;
	letter-spacing: 0.04375rem;
	line-height: 171.429%; /* 171.429% */
}

.footer__logo {
	font-size: 0.75rem;
	font-weight: 400;
}

.footer__nav-list {
	display: none;
}

.footer__credit {
	display: block;
}

.footer__design {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 13.25rem;
}

.footer__button {
	top: -0.75rem;
}

.fv {
	background-image: url(../images/common/image-fv-sp.jpg);
	background-size: cover;
	z-index: 100;
}

.fv__inner.inner {
	padding-left: 0;
}

.fv__bg--left {
	display: none;
}

.fv__bg--right {
	display: none;
}

.fv__copy {
	margin-left: 0;
	margin-right: 0rem;
	padding: 1.5rem;
	position: static;
	top: -3rem;
}

.fv__lead {
	color: transparent;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.12rem;
	line-height: 125%; /* 125% */
}

.fv__sub {
	font-size: 0.625rem;
	letter-spacing: rme(0.5);
	line-height: 180%;
	margin-top: 1rem;
}

.fv__profile {
	display: none;
}

.fv__contact {
	bottom: 5.625rem;
	display: block;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.genre-nav__link {
	margin-bottom: 12px;
	margin-right: 12px;
}

.genre-nav__link a {
	font-size: 16px;
	padding: 2px 8px;
}

.header__nav {
	display: none;
}

.hidden-pc {
	font-size: 0.75rem;
	letter-spacing: 0.06rem;
}

.inner {
	padding-left: 27px;
	padding-right: 27px;
}

.only-sp {
	display: block;
}

.scroll-button {
	display: none;
}

.section-title__en {
	font-size: 2rem;
	font-weight: 400;
}

.skill-cards {
	grid-template-columns: repeat(1, 1fr);
	row-gap: 2.5rem;
}

.skill__description {
	margin-top: 1.5rem;
}

.skill__cards {
	margin-top: 2.5rem;
}

.strengths-card {
	border-radius: 5rem 0rem 0rem 0rem;
	padding: 2.25rem 1.25rem 1.25rem;
}

.strengths-cards {
	grid-template-columns: repeat(1, 1fr);
	row-gap: 5.75rem;
}

.strengths-cards--toppage {
	grid-template-columns: 1fr;
	row-gap: 3.5rem;
}

.strengths__cards {
	margin-top: 3.5rem;
}

.works-cards {
	grid-row-gap: 3.75rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 3.75rem;
}

.works {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}

.works__description {
	text-align: left;
}

.works__button {
	margin-top: 4.6875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes arrowFloat {

0%,100% {
	opacity: 1;
	transform: translateY(0);
}

50% {
	opacity: 0.5;
	transform: translateY(0.375rem);
}

}

@keyframes arrowHeadMove {

0%,100% {
	opacity: 1;
	transform: rotate(45deg) translateY(0);
}

50% {
	opacity: 0.5;
	transform: rotate(45deg) translateY(0rem);
}

}


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