body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* 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;
}

/* ホバー */

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

.about-bg {
	background: #D1D1D1;
}

.about__wrap {
	margin-top: 2.5rem;
}

.about__contents {
	background-color: #16648B;
	padding-bottom: 1.875rem;
}

.about__img {
	width: 100%;
}

.about__img img {
	-o-object-fit: cover;
	aspect-ratio: 667/575;
	object-fit: cover;
	width: 100%;
}

.about__text-box {
	margin-top: 1.875rem;
	width: 100%;
}

.about__sub-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.about__post {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.8571428571;
}

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

.about__ja {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	line-height: 1.7692307692;
}

.about__en {
	align-items: flex-end;
	color: #D1D1D1;
	display: flex;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.075em;
	line-height: 2.2222222222;
}

.about__text {
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 1.875rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.about__btn {
	margin-top: 1.25rem;
	text-align: center;
}

.contact {
	background-image: url(../images/common/contact.jpg);
	background-size: cover;
}

.contact__wrap {
	color: #fff;
	margin-top: 2.25rem;
	text-align: center;
}

.contact__btn {
	margin-top: 2.25rem;
}

.fv-sub {
	position: relative;
	width: 100%;
}

.fv-sub__img {
	position: relative;
}

.fv-sub__img img {
	-o-object-fit: cover;
	-webkit-user-drag: none;
	aspect-ratio: 1920/500;
	min-height: 18.75rem;
	object-fit: cover;
	width: 100%;
}

.fv-sub__img::after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
}

.fv-sub__title {
	left: 50%;
	letter-spacing: 0.05em;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%);
}

.fv-sub__title.section-title p {
	color: #fff;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1.5625rem;
}

.mv {
	height: 100vh;
	min-height: 25rem;
	position: relative;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
}

.mv__title-wrap {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 65%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.mv__main-title {
	font-family: "M PLUS 1", sans-serif;
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.1;
}

.mv__sub-title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 1.25rem;
}

.mv__img {
	position: relative;
}

.mv__img::after {
	background: linear-gradient(45deg, #092F43 10%, #3384AD 30%, transparent 50%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
}

.mv__img,
.mv__img img {
	height: inherit;
	min-height: inherit;
}

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

.mv__scroll {
	bottom: -3.125rem;
	position: absolute;
	right: 20%;
	text-align: right;
}

.page-contact__inner {
	margin: auto;
	max-width: 75rem;
	padding: 0 6.25rem;
	width: 100%;
}

.page-contact__title {
	text-align: center;
}

.page-contact__wrap {
	color: #16648B;
}

.page-contact__text-box {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 3.75rem;
	text-align: center;
}

.page-contact__form {
	margin-top: 6.25rem;
}

.page-contact__wrap--thanks {
	border-top: 1px solid #D1D1D1;
	color: #16648B;
	margin-top: 4rem;
	position: relative;
}

.page-contact__wrap--thanks p {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.125;
}

.page-contact__wrap--thanks::before {
	border-top: 1px solid #16648B;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 35%;
}

.page-works__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.page-works__list {
	margin-top: 2.5rem;
}

.privacy-policy__inner {
	color: #16648B;
	margin: auto;
	max-width: 75rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.privacy-policy__introduction {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.7142857143;
}

.privacy-policy__items {
	border-top: 1px solid #D1D1D1;
	margin-top: 2.5rem;
	padding-top: 2.5rem;
	position: relative;
}

.privacy-policy__items::after {
	border-top: 1px solid #16648B;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 35%;
}

.privacy-policy__item {
	padding-bottom: 2.5rem;
}

.privacy-policy__item + .privacy-policy__item {
	margin-top: 2.5rem;
}

.privacy-policy__term {
	border-left: 0.25rem solid #16648B;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.6363636364;
	padding-left: 1.5rem;
}

.privacy-policy__description {
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 0.9375rem;
}

.privacy-policy__description-numbers {
	counter-reset: number;
}

.privacy-policy__description-text + .privacy-policy__description-numbers,
.privacy-policy__description-text + .privacy-policy__description-items,
.privacy-policy__description-items + .privacy-policy__description-text {
	margin-top: 0.9375rem;
}

.privacy-policy__description-number {
	padding-left: 0.9375rem;
	text-indent: -0.9375rem;
}

.privacy-policy__description-number::before {
	content: counter(number) ". ";
	counter-increment: number;
}

.privacy-policy__description-items {
	list-style: disc;
}

.self-intro {
	background: #D1D1D1;
	color: #16648B;
}

.self-intro__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.self-intro__img {
	z-index: 10;
}

.self-intro__img img {
	-o-object-fit: cover;
	aspect-ratio: 5/3;
	box-shadow: -1.25rem -1.25rem 0px 0px #16648B;
	object-fit: cover;
	width: 100%;
}

.self-intro__text-wrap {
	background-color: #fff;
	padding: 2.5rem 1.25rem;
}

.self-intro__post {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.8571428571;
}

.self-intro__name {
	display: flex;
	flex-direction: column;
}

.self-intro__ja {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	line-height: 1.7692307692;
}

.self-intro__en {
	align-items: flex-end;
	color: #D1D1D1;
	display: flex;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 2.2222222222;
}

.self-intro__text {
	margin-top: 2.25rem;
}

.self-intro__skill {
	background-color: #fff;
	margin-top: 3.75rem;
	padding: 1.875rem 1.25rem;
}

.self-intro__skill-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
}

.self-intro__skill-img {
	width: 15%;
}

.self-intro__skill-img img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	object-fit: contain;
	width: 100%;
}

.self-intro__skill-name {
	color: #092F43;
	font-size: 0.5625rem;
	font-weight: 700;
	text-align: center;
}

.self-intro__rule-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
}

.self-intro__rule {
	font-weight: 700;
	letter-spacing: 0.05em;
}

.self-intro__rule + .self-intro__rule {
	margin-top: 1.25rem;
}

.service__items {
	margin-top: 2.5rem;
}

.service__item + .service__item {
	margin-top: 3.75rem;
}

.single__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.single__meta {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.single__meta p {
	margin: 0;
}

.single__date {
	font-size: 0.875rem;
	line-height: 1;
}

.single__category {
	background-color: #3384AD;
	color: #fff;
	font-family: "M PLUS 1", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.25rem 0.5rem;
}

.single__title {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 1.5rem;
	text-align: center;
}

.single__mv {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 37.5rem;
	width: 100%;
}

.single__mv img {
	-o-object-fit: cover;
	aspect-ratio: 335/188;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single__mv .works-list__no-img {
	-o-object-fit: contain;
	object-fit: contain;
}

.single__content strong {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.single__content {
	margin-top: 1.875rem;
	text-align: center;
}

.single__content h2 {
	border-bottom: 0.125rem solid #3384AD;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 4rem;
	padding-bottom: 1.5rem;
}

.single__content h3 {
	border-bottom: 1px solid #3384AD;
	border-top: 1px solid #3384AD;
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 1.25rem 0;
	text-align: center;
}

.single__content h4 {
	background-color: #F3F5F5;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 3rem;
	padding: 1rem;
}

.single__content h5 {
	border-left: 0.25rem solid #3384AD;
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 2.5rem;
	padding: 0.25rem 0 0.25rem 1rem;
}

.single__content h6 {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 2rem;
}

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

.single__content p a {
	-webkit-text-decoration: underline #3384AD;
	color: #3384AD;
	text-decoration: underline;
	text-decoration: underline #3384AD;
}

.single__content p a[target=_blank]::after {
	background-image: url(./../images/common/link.svg);
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1rem;
	margin-bottom: -0.1875rem;
	margin-left: 0.3125rem;
	margin-right: 0.625rem;
	width: 1rem;
}

.single__content ul {
	margin-top: 2rem;
}

.single__content ul li {
	font-size: 1rem;
	line-height: 1.5;
	padding-left: 1.375rem;
	text-indent: -1.125rem;
}

.single__content ul li:not(:first-of-type),
.single__content ol li:not(:first-of-type) {
	margin-top: 1rem;
}

.single__content ul li::before {
	background-color: #3384AD;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.5rem;
	margin-right: 0.625rem;
	position: relative;
	top: -0.1875rem;
	width: 0.5rem;
}

.single__content ol {
	counter-reset: number;
	margin-top: 2rem;
}

.single__content ol li {
	font-size: 1rem;
	line-height: 1.5;
	padding-left: 1.75rem;
	text-indent: -0.75rem;
}

.single__content ol li::before {
	color: #3384AD;
	content: counter(number) ".";
	counter-increment: number;
	display: inline-block;
	line-height: 1;
	margin-right: 0.625rem;
}

.single__content figure {
	margin-top: 2rem;
	width: 100%;
}

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

.works {
	overflow-x: hidden;
}

.works__wrap {
	background: linear-gradient(180deg, transparent 0%, transparent 30%, #092F43 30%, #092F43 100%);
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.works__btn {
	margin-top: 1.5rem;
	text-align: center;
}

.bg-title {
	color: #D1D1D1;
	font-family: "M PLUS 1", sans-serif;
	font-size: 3.75rem;
	font-weight: 800;
	opacity: 0.27;
	text-transform: capitalize;
}

.btn {
	background-color: #fff;
	border: 1px solid #16648B;
	display: inline-block;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0.875rem 3.75rem;
	text-transform: uppercase;
	transition: 0.3s;
}

.btn.btn--blue {
	background-color: #092F43;
	color: #fff;
}

.btn.btn--clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.card {
	background-color: #fff;
	display: block;
}

.card__img img {
	-o-object-fit: cover;
	aspect-ratio: 295/285;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.card .card__img .works-list__no-img {
	-o-object-fit: contain;
	object-fit: contain;
}

.card__text-box {
	padding: 1rem;
}

.card__title {
	text-align: center;
}

.card__tag-wrap {
	margin-top: 0.625rem;
	text-align: right;
}

.card__tag {
	background-color: #3384AD;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.375rem;
}

.footer {
	background-color: #092F43;
	color: #fff;
	padding: 2.8125rem 0;
}

.footer__inner {
	margin: auto;
	max-width: 39.375rem;
	padding: 0 0.9375rem;
	width: 100%;
}

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

.footer__nav-items {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.footer__nav-item a {
	display: block;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.9375rem 0.625rem;
	position: relative;
}

.footer__nav-item a::before {
	background: #333;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.footer__sns {
	align-items: center;
	display: flex;
	justify-content: left;
	margin-top: 1.5625rem;
}

.footer__sns-icon {
	display: block;
	max-width: 1.875rem;
	width: 100%;
}

.footer__sns-icon + .footer__sns-icon {
	margin-left: 0.9375rem;
}

.footer__sns-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__logo {
	max-width: 12.5rem;
	width: 100%;
}

.footer__logo a {
	display: block;
	padding: 0.625rem 0;
}

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

.footer__address {
	font-size: 0.75rem;
	font-style: normal;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.footer__policy {
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 1.25rem;
	padding: 0.625rem 0;
	text-transform: uppercase;
}

.footer__copyright {
	display: block;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 0.625rem;
	text-align: center;
}

.footer__copyright span {
	text-transform: uppercase;
}

.header {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: #092F43;
	height: 2.5rem;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.9375rem;
}

.header__logo {
	height: inherit;
	max-width: 8.625rem;
	transition: 0.3s;
	width: 100%;
}

.header__logo:hover {
	opacity: 0.8;
	transition: 0.3s;
}

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

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

.header__nav {
	display: none;
	height: inherit;
}

.header__nav-items {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item.header__nav-item--contact {
	align-items: center;
	display: flex;
	margin-left: 0.9375rem;
}

.header__nav-item a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	height: inherit;
	line-height: 1;
	padding: 0 0.9375rem;
	position: relative;
	text-transform: uppercase;
}

.header__nav-item a::after {
	background: #fff;
	bottom: 1rem;
	content: "";
	height: 1%;
	left: 10%; /*絶対配置で線の位置を決める*/
	position: absolute;
	transform: scale(0, 1); /*X方向0、Y方向1*/
	transform-origin: center top; /*上部中央基点*/ /*アニメーションの指定*/
	transition: all 0.3s; /*線の形状*/
	width: 60%;
}

.header__nav-item a:hover {
	-webkit-text-decoration: none;
	opacity: 0.8;
	position: relative; /* 相対的な位置指定 */
	text-decoration: none; /* 下線のデフォルトを解除 */
}

.header__nav-item a:hover::after {
	border-bottom: 1px solid #fff; /* 下線を作成 */
	bottom: 1rem; /* 下線の位置を調整 */
	content: ""; /* 疑似要素のコンテンツを空にする */
	left: 0; /* 左端から開始 */
	position: absolute; /* 絶対的な位置指定 */
	transform: scale(1, 1);
	width: 100%; /* 下線の幅を100%に設定 */
}

.header__nav-item.header__nav-item--contact a {
	background-color: #fff;
	color: #fff;
	height: auto;
	height: initial;
	padding: 0.625rem 1.25rem;
	position: relative;
}

.header__nav-item.header__nav-item--contact a::after {
	background-image: url(./../images/common/contact-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-left: 0.625rem;
	width: 0.6875rem;
}

.header__hamburger {
	background-color: #092F43;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 2.5rem;
	z-index: 999;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 0.9375rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: rgba(22, 100, 139, 0.95);
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 14.25rem 0;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	color: #fff;
	display: block;
	font-family: "M PLUS 1", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 0;
	text-align: center;
	text-transform: capitalize;
}

.header__drawer-item.header__drawer-item--contact a::after {
	background-image: url(./../images/common/contact-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.9375rem;
	margin-bottom: 0.3125rem;
	margin-left: 1.25rem;
	width: 0.9375rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.item__img {
	box-shadow: 12px 12px 0px 0px #D1D1D1;
}

.item__img.item__img--contain img {
	-o-object-fit: contain;
	aspect-ratio: 504/425;
	object-fit: contain;
}

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

.item__head {
	margin-top: 2rem;
}

.item__tag {
	color: #16648B;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.item__title {
	color: #092F43;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.item__text {
	line-height: 1.5;
	margin-top: 1.875rem;
}

.opening {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: relative;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.opening__mask {
	background-color: #092F43;
	border-radius: 50%;
	height: 300vh;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 300vh;
	z-index: -1;
}

.opening__logo {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0); /*予め切り取り*/
	display: block;
	height: 3.625rem;
	opacity: 0; /*予め透明に*/
	transform: scale(1.1); /*予め大きくしておく*/
	width: 12.5rem;
	z-index: 2;
}

.pagenavi__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.pagenavi .wp-pagenavi {
	clear: both;
	text-align: center;
}

.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
	background-color: #fff;
	border: 1px solid #16648B;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0 0.1875rem;
	padding: 0.25rem 0.5rem;
	transition: 0.3s;
	white-space: nowrap;
}

.pagenavi .wp-pagenavi a:hover {
	background-color: #16648B;
	border-color: #16648B;
	color: #fff;
	opacity: 1;
}

.pagenavi .wp-pagenavi .current {
	background-color: #16648B;
	border-color: #16648B;
	color: #fff;
}

.scroll-down {
	color: #fff;
	font-size: 1rem;
	padding-bottom: 5rem;
	position: relative;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.scroll-down::after {
	animation: scroll-down 2s infinite;
	background: #16648B;
	bottom: 0;
	content: "";
	height: 4.375rem;
	left: 50%;
	position: absolute;
	width: 1px;
}

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

.section-title__en {
	color: #16648B;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: capitalize;
}

.section-title__ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
}

.section-title__ja--small {
	font-size: 1.25rem;
}

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

.works__items .card__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/180;
	object-fit: cover;
	width: 100%;
}

.works__items.swiper {
	padding-bottom: 2.5rem;
}

.works__items .swiper-pagination {
	bottom: 0;
}

.works__items .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #111;
}

.test {
	margin-bottom: 12.5rem;
	margin-top: 12.5rem;
	text-align: center;
}

.works-list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(1, 1fr);
}

.works-list__item a {
	background-color: #fff;
	box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.works-list__item-img {
	width: 100%;
}

.works-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 360/186;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.works-list__item-img .works-list__no-img {
	-o-object-fit: contain;
	object-fit: contain;
}

.works-list__item-content {
	padding: 0.9375rem 1.5625rem 0;
}

.works-list__item-title {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.works-list__item-text {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.works-list__item-meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding: 0.9375rem 1.5625rem 0.9375rem;
}

.works-list__item-category {
	background-color: #3384AD;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.375rem 0.5rem;
}

.works-list__item-date {
	font-size: 0.875rem;
	line-height: 1;
}

.layout-about {
	margin-top: 3.75rem;
}

.layout-contact {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.layout-page-contact {
	margin-bottom: 3.75rem;
	margin-top: 3.75rem;
}

.layout-pagenavi {
	margin-top: 4.625rem;
}

.layout-page-works {
	margin-bottom: 3.75rem;
	margin-top: 3.75rem;
}

.layout-privacy {
	margin-bottom: 1.875rem;
	margin-top: 5.625rem;
}

.layout-self-intro {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.layout-service {
	margin-bottom: 3.75rem;
	margin-top: 3.75rem;
}

.layout-single {
	margin-bottom: 3.75rem;
	margin-top: 3.75rem;
}

.layout-works {
	margin-top: 3.75rem;
}

.form-checkbox label {
	display: inline-block;
}

.form-checkbox label:not(:first-of-type) {
	margin-left: 1.25rem;
	margin-top: 0;
}

.form-checkbox input {
	display: none;
}

.form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.form-checkbox input + span::before {
	background: #fff;
	border: 1px solid #ccc;
	content: "";
	display: block;
	height: 0.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

.form-checkbox input + span::after {
	border-bottom: 0.1875rem solid #000;
	border-left: 0.1875rem solid #000;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

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

.form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #D1D1D1;
	border: 1px solid #16648B;
	border-radius: 0.3125rem;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.form-input input:focus {
	border: 1px solid #fff;
	box-shadow: none;
	outline: none;
}

.form-radio label {
	display: inline-block;
}

.form-radio label:not(:first-of-type) {
	margin-left: 1.875rem;
	margin-top: 0;
}

.form-radio input {
	display: none;
}

.form-radio input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	line-height: 2.2857142857;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.form-radio input + span::before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.form-radio input + span::after {
	background: #16648B;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 0.25rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.75rem;
}

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

.form-submit input {
	-webkit-text-decoration: none;
	background-color: #16648B;
	border-radius: 3.125rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 1.5625rem 7.8125rem;
	text-decoration: none;
	transition: 0.3s;
}

.form-submit__wrap {
	display: inline-block;
	position: relative;
	transition: 0.3s;
}

.form-submit__wrap::before {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 0.5rem;
	pointer-events: none;
	position: absolute;
	right: 8.125rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	width: 0.5rem;
	z-index: 10;
}

.form-submit__wrap::after {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 0.5rem;
	pointer-events: none;
	position: absolute;
	right: 7.8125rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	width: 0.5rem;
}

.form-submit__wrap:hover::before {
	right: 7.5rem;
}

.form-submit__wrap:hover::after {
	right: 7.1875rem;
}

.form-submit input:hover,
.form-submit input:focus {
	transform: scale(1.05);
}

.form-submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #D1D1D1;
	border: 1px solid #16648B;
	border-radius: 0;
	border-radius: 0.3125rem;
	font-size: 0.9375rem;
	height: 9.375rem;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.form-textarea textarea:focus {
	border: 1px solid #fff;
	box-shadow: none;
	outline: none;
}

.form__wrap {
	border-bottom: 1px solid #D1D1D1;
	display: flex;
	flex-direction: column;
	padding-bottom: 1.875rem;
	position: relative;
	row-gap: 1.25rem;
}

.form__wrap::after {
	border-bottom: 1px solid #16648B;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	width: 35%;
}

.form__wrap.form__wrap--textarea {
	align-items: flex-start;
}

.form__wrap + .form__wrap {
	margin-top: 1.875rem;
}

.form__label {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.form__wrap.form__wrap--textarea .form__label {
	margin-top: 0.625rem;
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
	margin-top: 0;
}

.form__input,
.form__textarea {
	flex-grow: 1;
}

.form__submit {
	margin-top: 3.75rem;
	text-align: center;
}

.form__sub-text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 2.1428571429;
}

.form__radio a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

.about__inner.inner {
	max-width: 75rem;
}

.about__wrap {
	background-color: transparent;
	margin-top: 1.25rem;
	position: relative;
}

.about__wrap::after {
	background-color: #16648B;
	content: "";
	height: 100%;
	margin-right: calc(50.7% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	width: 87.43vw;
	z-index: -10;
}

.about__bg-title {
	margin-right: calc(52% - 50vw);
	text-align: right;
}

.about__contents {
	background-color: transparent;
	display: flex;
	gap: 3.125rem;
	justify-content: space-between;
	padding-bottom: 0;
}

.about__img {
	position: relative;
	width: 50%;
}

.about__img img {
	left: 50%;
	position: absolute;
	top: -10%;
	transform: translate(-50%);
}

.about__text-box {
	margin-top: 0;
	width: 50%;
}

.about__sub-title {
	font-size: clamp(1.375rem, 0.446rem + 1.935vw, 2.188rem);
	line-height: 1.5;
	margin-top: 5.25rem;
	text-align: left;
	text-indent: 0.6em;
}

.about__name {
	flex-direction: row;
}

.about__ja {
	font-size: 1.875rem;
}

.about__en {
	margin-left: 1.25rem;
}

.about__text {
	margin-top: 2.5rem;
	padding-left: 0;
	padding-right: 0;
}

.about__btn {
	margin-bottom: 3.25rem;
	margin-top: 2.25rem;
}

.contact__wrap {
	margin-top: 3.625rem;
}

.contact__btn {
	margin-top: 4.375rem;
}

.fv-sub__title.section-title p {
	font-size: 2.5rem;
}

.mv__title-wrap {
	left: calc(50% - min(50vw, 34.375rem));
	left: 4%;
	text-align: left;
	top: 80%;
	transform: translateY(-50%);
	width: auto;
	width: initial;
}

.mv__main-title {
	font-size: 5rem;
}

.mv__sub-title {
	font-size: 1.25rem;
}

.mv__scroll {
	right: 15%;
}

.page-works__inner {
	max-width: 75rem;
	padding: 0 1.5625rem;
}

.page-works__list {
	margin-top: 3.75rem;
}

.self-intro__item {
	flex-direction: row;
}

.self-intro__img {
	margin-right: -5rem;
	margin-top: -5rem;
	max-width: 25rem;
	position: relative;
	width: 40%;
}

.self-intro__img img {
	aspect-ratio: 1/1;
	box-shadow: -2.5rem -2.5rem 0px 0px #16648B;
}

.self-intro__text-wrap {
	padding-bottom: 3.75rem;
	padding-left: 8.125rem;
	padding-right: 5rem;
	padding-top: 3.75rem;
	width: 60%;
}

.self-intro__name {
	flex-direction: row;
}

.self-intro__en {
	margin-left: 1.25rem;
}

.self-intro__skill {
	margin-top: 6.25rem;
	padding-bottom: 3.75rem;
}

.self-intro__skill-wrap {
	margin-bottom: 2.5rem;
}

.self-intro__skill-name {
	font-size: 1.5rem;
}

.self-intro__rule-wrap {
	margin-top: 1.875rem;
	max-width: 33.75rem;
}

.self-intro__rule {
	font-size: 1.25rem;
}

.service {
	background: linear-gradient(90deg, transparent 0%, transparent 62%, #F2F2F2 62%, #F2F2F2 100%);
}

.service__bg-title {
	margin-right: calc(52% - 50vw);
	text-align: right;
}

.service__items {
	margin-top: 6.25rem;
}

.service__item + .service__item {
	margin-top: 5rem;
}

.service__item:nth-child(2n) {
	flex-direction: row-reverse;
}

.single__inner {
	max-width: 75rem;
	padding: 0 1.5625rem;
}

.single__date {
	font-size: 1.125rem;
}

.single__category {
	font-size: 1.125rem;
	padding: 0.375rem 0.625rem;
}

.single__title {
	font-size: 2.25rem;
	margin-top: 2.125rem;
}

.single__mv {
	max-width: 50rem;
}

.single__content {
	margin-top: 2.5rem;
}

.single__content h2 {
	font-size: 1.75rem;
	margin-top: 5rem;
	padding-bottom: 1.875rem;
}

.single__content h3 {
	font-size: 1.5rem;
	padding: 1.5rem 0;
}

.single__content h4 {
	font-size: 1.25rem;
	margin-top: 4rem;
}

.single__content h5 {
	font-size: 1.125rem;
	margin-top: 3rem;
	padding: 0.5rem 0 0.5rem 1rem;
}

.single__content h6 {
	font-size: 1rem;
	margin-top: 2.375rem;
}

.single__content p {
	margin-top: 2.375rem;
}

.single__content ul {
	margin-top: 2.375rem;
}

.single__content ol {
	margin-top: 2.375rem;
}

.single__content figure {
	margin-top: 3rem;
}

.works__wrap {
	margin: 0 calc(50% - 50vw);
	overflow-x: hidden;
	padding-bottom: 5rem;
	width: 100vw;
}

.works__btn {
	margin-top: 1.875rem;
}

.bg-title {
	font-size: 10rem;
	line-height: 0.8;
}

.btn {
	font-size: 1.125rem;
	padding: 1.3125rem 5rem;
}

.btn:hover {
	background-color: #16648B;
	color: #fff;
	opacity: 1;
}

.btn.btn--blue:hover {
	background-color: #fff;
	color: #092F43;
}

.btn.btn--clear {
	font-size: 1.125rem;
	padding: 1.3125rem 5rem;
}

.btn.btn--clear:hover {
	background-color: #fff;
	color: #092F43;
}

.card__title {
	font-weight: 800;
	text-align: left;
}

.footer {
	padding: 3.75rem 0 2.5rem;
}

.footer__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

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

.footer__right {
	max-width: 34.375rem;
	width: 100%;
}

.footer__nav-items {
	grid-template-columns: repeat(2, 1fr);
}

.footer__nav-item a {
	font-size: 1rem;
	text-align: center;
}

.footer__nav-item a::before {
	width: 2.1875rem;
}

.footer__sns {
	margin-top: 2.5rem;
}

.footer__sns-icon + .footer__sns-icon {
	margin-left: 1.875rem;
}

.footer__logo {
	max-width: 13.75rem;
}

.footer__logo a {
	padding: 0.9375rem 0;
}

.footer__address {
	font-size: 0.875rem;
	margin-top: 0.9375rem;
}

.footer__policy {
	font-size: 0.875rem;
	margin-top: 1.5625rem;
}

.footer__copyright {
	margin-top: 1.5625rem;
}

.header {
	height: 5rem;
}

.header__inner {
	justify-content: space-around;
	padding: 0 3.125rem;
}

.header__logo {
	max-width: 13.25rem;
}

.header__nav {
	display: block;
}

.header__hamburger {
	display: none;
}

.inner {
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
}

.item {
	display: flex;
	gap: 3.75rem;
}

.item__img {
	box-shadow: -25px 25px 0px 0px #16648B;
	width: 50%;
}

.item__img img {
	-o-object-fit: cover;
	aspect-ratio: 588/364;
	object-fit: cover;
	width: 100%;
}

.item__contents {
	width: 50%;
}

.item__title {
	font-size: 2.1875rem;
}

.item__text {
	margin-top: 3rem;
}

.opening__logo {
	width: 16.875rem;
}

.pagenavi__inner {
	max-width: 75rem;
	padding: 0 1.5625rem;
}

.section-title__en {
	font-size: 1.25rem;
}

.section-title__ja {
	font-size: 2.8125rem;
}

.section-title__ja--small {
	font-size: 2.5rem;
}

.works-list {
	gap: 4.375rem;
	grid-template-columns: repeat(3, 1fr);
}

.works-list__item-img img {
	aspect-ratio: 360/230;
}

.works-list__item-content {
	padding: 1.25rem 1.875rem 0;
}

.works-list__item-title {
	font-size: 1rem;
}

.works-list__item-text {
	font-size: 0.875rem;
	margin-top: 0.9375rem;
}

.works-list__item-meta {
	padding: 1.25rem 1.875rem 1.25rem;
}

.works-list__item-category {
	font-size: 1rem;
}

.works-list__item-date {
	font-size: 1rem;
}

.layout-about {
	margin-top: 9rem;
}

.layout-contact {
	padding-bottom: 7.5rem;
	padding-top: 4.5rem;
}

.layout-page-contact {
	margin-bottom: 6.25rem;
	margin-top: 9rem;
}

.layout-pagenavi {
	margin-top: 4rem;
}

.layout-page-works {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.layout-self-intro {
	padding-bottom: 6.25rem;
	padding-top: 12.5rem;
}

.layout-service {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 10.5rem;
}

.layout-single {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.layout-works {
	margin-top: 12.5rem;
}

.form__wrap {
	align-items: center;
	flex-direction: row;
	row-gap: 0;
}

.form__label {
	width: 35%;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes scroll-down {

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

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

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

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

}


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