@charset "utf-8";
/*
Theme Name: kubo design studio
Theme URI: https://kubodesign.com
Version: 1.0
*/

/* common
---------------------------------------------------------------------------*/
@import url("css/easing.css");

:root {
	--color-text: #000000;
	--color-bg: #FFFFFF;
	--color-border: #000000;
	--color-gray: #888888;

	--font-gothic-jp-pm: 'TazuganeGothicStdN-Book{pm}', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-gothic-m-jp-pm: 'TazuganeGothicStdN-Medium{pm}', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;

	--font-gothic-jp: 'TazuganeGothicStdN-Book', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-gothic-m-jp: 'TazuganeGothicStdN-Medium', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	
	--font-gothic-en: "acumin-pro", sans-serif;
	--font-gothic-mix: "acumin-pro", 'TazuganeGothicStdN-Book', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;

	--font-gothic-jp-device: ‘游ゴシック Medium’, ‘Yu Gothic Medium’, ‘游ゴシック体’, YuGothic, ‘Hiragino Sans’, ‘ヒラギノ角ゴ ProN’, ‘Hiragino Kaku Gothic ProN’, ‘メイリオ’, Meiryo, sans-serif;

	--width-min: 0px;
	--width-mid: 375;
	--width-max: 9999px;
}

html {
	font-size: clamp(calc(var(--width-min)/var(--width-mid)), calc(100vw/var(--width-mid)), calc(var(--width-max)/var(--width-mid)));
}

body {
	overflow-y: scroll;
	background-color: var(--color-bg);
	color: var(--color-text);
	font-size: 14rem;
	font-family: var(--font-gothic-jp-pm);
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none !important;
}

body.noscroll { position: fixed; width: 100%; }

::-moz-selection { background: #EBEBEB; color: var(--color-text); }
::selection { background: #EBEBEB; color: var(--color-text); }

p { font-size: 13rem; line-height: 1.9; letter-spacing: 0.06em; margin-bottom: 1em; }
p:last-child { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }
figure img { width: 100%; }

.block { display: inline-block !important; }
.wide { display: none !important; }
.narrow { display: inline-block !important; }

/* #loading
------------------------------------*/
/*#loading {
	display: none !important;
	display: block;
	opacity: 1;
	position: fixed;
	top: 50vh;
	left: 50vw;
	border: 1rem solid rgba(0,0,0,1);
	border-top-color: transparent;
	border-radius: 50%;
	width: 20rem;
	height: 20rem;
	margin: -10rem 0 0 -10rem;
	z-index: 99999;
	animation: spin .5s infinite linear;
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }*/

/* link
------------------------------------*/
a { color: var(--color-text); text-decoration: none; -webkit-transform: translateZ(0); }

p a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}

.line { display: inline-block; position: relative; padding-bottom: 1rem; line-height: 1; }
.line:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color-text);
	width: 100%;
	height: 1rem;
}

/* .btn-nav
------------------------------------*/
.btn-nav {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 90rem;
	height: 80rem;
	z-index: 10000;
	opacity: 0;
}

.btn-nav div, .btn-nav span {
	display: block;
	box-sizing: border-box;
	transition: .15s ease-out;
}

.btn-nav div {
	position: relative;
	width: 34rem;
	height: 10rem;
	margin: 34rem auto 0;
}

.btn-nav span {
	position: absolute;
	left: 0;
	background-color: #000000;
	width: 100%;
	height: 1.5rem;
	-webkit-transform: translateZ(0);
}

.btn-nav span:nth-of-type(1) { top: 0; }
.btn-nav span:nth-of-type(2) { bottom: 0.5rem; }

/* .btn-nav.active
------------------------------------*/
.btn-nav.active span:nth-of-type(1) { transform: translateY(4rem) rotate(-15deg); }
.btn-nav.active span:nth-of-type(2) { transform: translateY(-4rem) rotate(15deg); }

/* .nav-sp
------------------------------------*/
.nav-sp {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	width: 100%;
	padding: 0 37.5rem 90rem;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.nav-sp .inner {
	position: absolute;
	bottom: 12.5vh;
	left: 37.5rem;
	padding-bottom: 68rem;
}

.nav-sp .logo {
	position: absolute;
	bottom: 0;
	left: 0;
}

.nav-sp .logo img {
	width: 226rem;
}

.nav-sp .footer-inner .gnav {
	margin-right: 40rem;
}


/* #wrap
---------------------------------------------------------------------------*/
#wrap,
header {
	margin: 0 auto;
}

footer,
.top-works,
.top-about .txt,
#aboutContents,
.works-header,
.works-detail,
.works-credit,
#worksContents .post-nav,
#worksContents.single > .works-category,
#projectContents,
#noteContents,
#contactContents,
#errorContents {
	/*margin: 0 37.5rem;*/
	margin: 0 26rem;
}


/* header
---------------------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 0 60rem;
	padding: 29rem 0 0 26rem;
	white-space: nowrap;
	z-index: 10;
	opacity: 0;
}

header .logo { margin: 0; }
.logo img { width: 200rem; }

header .gnav {
	display: none;
}

header .gnav li {
	display: inline-block;
	margin: 0 15rem;
}

header .gnav li a {
	display: inline-block;
	padding: 3rem 12rem 10rem;
}


/* footer
---------------------------------------------------------------------------*/
footer {
	position: relative;
	padding-top: 155rem;
	padding-bottom: 35rem;
	opacity: 0;
}

footer .logo {
	margin-bottom: 40rem;
}

footer .logo img {
	width: 190rem;
}

.footer-inner {
	display: flex;
	margin-left: 2rem;
}

.nav-sp .footer-inner {
	align-items: flex-end;
}

.footer-inner .gnav {
	margin-right: 30rem;
}

.footer-inner .gnav li:not(:last-of-type),
.footer-inner .sns li:not(:last-of-type) {
	margin-bottom: 15rem;
}

.footer-inner .gnav li a,
.footer-inner .sns li a {
	display: inline-block;
	padding: 0 10rem 10rem 0;
	font-family: var(--font-gothic-en);
	font-size: 15rem;
	letter-spacing: 0;
	white-space: nowrap;
}

.nav-sp .footer-inner .gnav li a,
.nav-sp .footer-inner .sns li a {
	padding: 0 10rem 12rem 0;
	font-size: 18rem;
}

.copyright {
	display: block;
	margin: 54rem 0 0 2rem;
	font-family: var(--font-gothic-en);
	font-size: max(11rem, 10px);
	letter-spacing: 0.02em;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.contents {
	padding-top: 110rem;
	opacity: 0;
}

/* .title-page
------------------------------------*/
.title-page {
	font-family: var(--font-gothic-mix);
	font-weight: 500;
	font-size: 21rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
}

.title-page:has(+ p){
	margin-bottom: 45rem;
}

.title-page + p {
	font-size: 15rem;
	letter-spacing: 0;
	text-align: justify;
}


/* note archive
---------------------------------------------------------------------------*/

/* .note-header
------------------------------------*/
.note-header {
	margin-bottom: 50rem;
}

/* .note-list
------------------------------------*/
.note-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40rem 0;
}

.note-list article a {
	display: block;
}

.note-list figure {
	margin-bottom: 21rem;
}

.note-list time {
	display: block;
	margin-bottom: 10rem;
	font-family: var(--font-gothic-en);
	font-size: 14rem;
	letter-spacing: 0.04em;
}

.note-list h3 {
	font-family: var(--font-gothic-m-jp-pm);
	font-size: 15rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
}


/* note single
---------------------------------------------------------------------------*/
#noteContents.single {
	position: relative;
}

#noteContents.single .note-header {
	
}

#noteContents.single .pnav {
	display: none;
}

/*#noteContents.single .pnav li {
	margin-bottom: 10rem;
}

#noteContents.single .pnav li.prev {
	transform: translateX(3rem);
}

#noteContents.single .pnav li span {
	display: none;
}*/

/* .note-img
------------------------------------*/
.note-img {
	margin-bottom: 30rem;
}

/* .note-title
------------------------------------*/
.note-title {
	margin-bottom: 20rem;
}

.note-title time {
	display: block;
	margin-bottom: 10rem;
	font-family: var(--font-gothic-en);
	letter-spacing: 0.02em;
}

.note-title h1 {
	font-family: var(--font-gothic-m-jp-pm);
	font-size: 15rem;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

/* .note-main
------------------------------------*/
.note-main > * {
	font-family: var(--font-gothic-jp-pm) !important;
}

.note-main, .note-main h2, .note-main p {
	font-size: 14rem;
	line-height: 2;
	letter-spacing: 0.02em;
}

.note-main h2 {
	margin: 60rem 0 18rem;
	font-size: 16rem;
}

.note-main > h2:first-child {
	margin-top: 0;
}

.note-main p {
	margin-bottom: 18rem;
	text-align: justify;
	word-break: break-all;
}

.note-main p:last-child { margin-bottom: 0; }
.note-main a { text-decoration: underline; word-break: break-all; }
.note-main strong { font-weight: bold; }
.note-main em { font-style: italic; }
.note-main del { text-decoration: line-through; }

.note-main img {
	display: block;
	max-width: calc(100% + 0rem);
	height: auto;
	margin: 25rem 0 25rem !important;
}

.note-main .wp-caption { max-width: 100%; margin-bottom: 40rem; }
.note-main .wp-caption-text { margin: -30rem 0 0; font-size: 12rem; }

.note-main .gallery > dl { width: 49.5% !important; margin-right: 1% !important; }
.note-main .gallery > dl:nth-child(even) { margin-right: 0 !important; }
.note-main .gallery a { pointer-events: none; }
.note-main .gallery img { border: none !important; width: 100% !important; margin: 0 !important; }

.note-main ul, .note-main ol { margin: 30rem 0 30rem; }
.note-main ul { margin-left: 2rem; }
.note-main ol { margin-left: -5rem; }
.note-main ul li { list-style: disc; margin: 0 0 6rem 18rem; }
.note-main ol li { list-style: decimal; margin: 0 0 6rem 24rem; }
.note-main ul li:last-of-type,
.note-main ol li:last-of-type { margin-bottom: 0; }

.note-main blockquote { background: #F5F5F5; margin: 40rem 0; padding: 30rem 32rem 28rem; text-align: justify; }
.note-main blockquote p { font-size: 14rem; line-height: 1.9; }

.post-main iframe { width: 840rem; height: 476rem; }
/*.post-main iframe { width: 100%; height: calc(85vw * 0.5625); }*/

/* .note-table
------------------------------------*/
.note-table {
	margin-top: 60rem;
}

.note-table h3 {
	margin: 60rem 0 15rem;
	font-family: var(--font-gothic-m-jp-pm);
	font-size: 14rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.note-table h3:first-child { margin-top: 0; }

.note-table table {
	box-sizing: border-box;
	width: calc(100% + 10rem);
	margin: 0 -5rem 40rem;
	font-size: 14rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.note-table th, .note-table td {
	padding-top: 8rem;
	padding-bottom: 4rem;
}

.note-table th {
	position: relative;
	box-sizing: border-box;
	min-width: 70rem;
	padding-right: 15rem;
	padding-left: 5rem;
	text-align: left;
	vertical-align: top;
}

.note-table td {
	box-sizing: border-box;
	width: 100%;
	padding-right: 5rem;
}

.note-table table.right td { text-align: right; }

.note-table-attention {
	margin-top: -26rem;
	font-size: 13rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

/* .note-link
------------------------------------*/
.note-link { margin-top: 40rem; }
.note-link li { display: inline-block; margin: 0 16rem 16rem 0; }
.note-link li a {
	display: inline-block;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

/* .note-other
------------------------------------*/
.note-other {
	margin: 100rem auto 0;
}

.note-other > h2 {
	margin-bottom: 30rem;
	font-family: var(--font-gothic-en);
	font-weight: 500;
	font-size: 19rem;
	letter-spacing: 0.02em;
}

.note-other .note-list {
	grid-template-columns: 1fr 1fr;
	gap: 26rem 18rem;
}

.note-other .note-list figure {
	margin-bottom: 12rem;
}

.note-other .note-list time {
	margin-bottom: 8rem;
	font-size: 12rem;
}

.note-other .note-list h3 {
	font-size: 13rem;
}


/* page top
---------------------------------------------------------------------------*/
#topContents {
	padding-top: 0;
}

/* .top-main
------------------------------------*/
.top-main {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

.top-main,
.top-main .slick-list,
.top-main .slick-track {
	width: 100% !important;
}

.top-main-slide.narrow {
	display: block !important;
	width: 100% !important;
}

.top-main figure {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	opacity: 0;
}

.top-main figure:first-of-type {
	position: static !important;
	opacity: 1;
}

.top-main figure img {
	width: 100%;
	height: auto;
}

/* .top-about
------------------------------------*/
.top-about {
	position: relative;
	margin: 0 auto 90rem;
	z-index: 1;
}

.top-about .img {
	width: 250rem;
	margin: -129rem auto 0;
	transform: scale(0.7);
	/*width: 130rem;
	margin: -68rem auto 52rem;*/
}

.top-about .img img {
	width: 100%;
}

.top-about .txt h1 {
	display: none;
}

.top-about .txt h2 {
	margin-bottom: 40rem;
	font-family: var(--font-gothic-en);
	font-weight: 500;
	font-size: 22rem;
	letter-spacing: 0.02em;
}

.top-about .txt p {
	font-size: 15rem;
	line-height: 2;
}

.top-about .txt .link {
	margin: 16rem 0 0 -1rem;
}

.top-about .txt .link a {
	font-family: var(--font-gothic-en);
	font-size: 16rem;
	white-space: nowrap;
}

.top-about .txt .link i {
	display: inline-block;
	margin-right: 10rem;
	font-size: 24rem;
}

.top-about .txt .link span {
	display: none;
}

/* .top-works
------------------------------------*/
.top-works article:not(:last-of-type) {
	margin-bottom: 35rem;
}

.top-works article a {
	display: block;
}

.top-works article figure {
	margin-bottom: 12rem;
}

.top-works article h2 {
	font-family: var(--font-gothic-en);
	font-weight: 500;
	font-size: 16rem;
	line-height: 1.8;
	letter-spacing: 0.01em;
}


/* page works
---------------------------------------------------------------------------*/

/* .works-header
------------------------------------*/
.works-header {
	margin-bottom: 20rem;
}

.works-category {
	display: flex;
	flex-wrap: wrap;
	margin: 24rem 0 0;
	font-family: var(--font-gothic-mix);
	font-size: 14rem;
}

.works-category li {
	margin: 0 7rem 5rem 0;
}

.works-category li a {
	display: inline-block;
	padding: 0 5rem 10rem 0;
	color: var(--color-gray);
	white-space: nowrap;
}

.works-category li.current a {
	color: var(--color-text);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}

/* .works-list
------------------------------------*/
.works-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 21rem 25rem;
	margin: 0 27rem;
}

.works-list a {
	display: block;
}

.works-list figure {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 6rem;
	padding-bottom: 66.6%;
}

.works-list figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.works-list h3 {
	font-family: var(--font-gothic-mix);
	font-weight: 500;
	font-size: 13rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
}


/* page works single
---------------------------------------------------------------------------*/
#worksContents.single .works-header {
	margin-bottom: 40rem;
}

#worksContents.single .works-header .works-category {
	display: none;
}

#worksContents.single .works-header h2 {
	margin-bottom: 4rem;
	font-size: 14rem;
}

#worksContents.single .works-header h1,
.project-header .title-page {
	font-family: var(--font-gothic-mix);
	font-weight: 500;
	font-size: 22rem;
	line-height: 1.4;
	letter-spacing: 0.01em;
	word-break: break-all;
}

/* .works-main
------------------------------------*/
.works-main {
	margin-bottom: 35rem;
}

/* .works-detail
------------------------------------*/
.works-detail .category li {
	margin-bottom: 12rem;
	font-size: 13rem;
}

.works-detail .category li a {
	display: inline-block;
	margin-bottom: 20rem;
	font-size: 20rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.works-detail .txt p {
	line-height: 2.1;
	letter-spacing: 0.02em;
	text-align: justify;
}

.works-detail .category {
	margin: 38rem 0 0;
}

/* .works-gallery
------------------------------------*/
.works-gallery {
	margin: 65rem 25rem 0;
}

.works-gallery .column:not(:last-child) {
	margin-bottom: 26rem;
}

.works-gallery .column2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem 5rem;
}

.works-gallery .column2:has(+ .column2) {
	margin-bottom: 5rem;
}

.works-gallery .column1:has(+.column-txt),
.works-gallery .column2:has(+.column-txt) {
	margin-bottom: 25rem;
}

.works-gallery .column-txt {
	margin: 0 12.5rem;
}

.works-gallery .column-txt p {
	margin-bottom: 12rem;
	text-align: justify;
}

/* .works-credit
------------------------------------*/
.works-credit {
	margin-top: 28rem;
}

.works-credit dl {
	font-size: 13rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

.works-credit dl:not(:last-child) {
	margin-bottom: 3rem;
}

.works-credit dt,
.works-credit dd {
	display: inline-block;
}

/* .post-nav
------------------------------------*/
.post-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 70rem !important;
	padding-right: 1px;
	padding-left: 1px;
	font-family: var(--font-gothic-en);
	font-size: 15rem;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.post-nav li a span {
	display: inline-block;
}

#worksContents.single .post-nav .pnav li a span {
	display: none;
}

.post-nav li a i,
.pnav li a i {
	display: inline-block;
	background: url(img/share/ico-arrow.svg) no-repeat left top / 20rem auto;
	width: 20rem;
	height: 20rem;
	vertical-align: middle;
	transform: translateY(max(3rem, 1px));
}

.post-nav .back li a i,
.pnav li.prev a i {
	transform: scaleX(-1) translateY(max(3rem, 1px));
	margin-right: 8rem;
}

.pnav li.next a i { margin-left: 5rem; }

.post-nav .pnav li {
	display: inline-block;
	margin-left: 14rem;
}

#worksContents.single .post-nav {
	margin-top: 80rem !important;
}

#worksContents.single .post-nav .pnav li,
#noteContents.single .post-nav .pnav li {
	margin-left: 0;
}

.post-nav .pnav li:first-of-type:last-of-type {
	margin-left: 0;
}

.post-nav li.off {
	opacity: 0.4;
	pointer-events: none;
}

#worksContents.single > .works-category {
	margin-top: 90rem;
}


/* page about
---------------------------------------------------------------------------*/
#aboutContents {
	padding-top: 0;
}

.about-section .title-page {
	margin-bottom: 45rem;
}

/* .about-top
------------------------------------*/
.about-top-list {
	margin: 0 0 115rem;
}

.about-top-list .pic {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

.about-top-list .pic .img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.9);
}

.about-top-list #pic-concept {
	display: block;
	margin: 0 auto;
}

.about-top-txt {
	opacity: 0;
}

.about-top-txt .title-page {
	margin-bottom: 32rem;
}

.about-top h2 {
	margin-bottom: 25rem;
	font-size: 15rem;
	line-height: 2;
	letter-spacing: 0.02em;
}

.about-top p {
	line-height: 2;
	letter-spacing: 0.02em;
	text-align: justify;
}

/* .about-service
------------------------------------*/
.about-service h2 {
	margin-bottom: 45rem;
}

.about-service-list {
	/*display: grid;
	grid-template-columns: 1fr;
	gap: 60rem 0;*/
	margin-bottom: 150rem;
}

.about-service-list > div:not(:last-of-type) {
	margin-bottom: 60rem;
}

.about-service-list h3 {
	margin-bottom: 14rem;
	font-family: var(--font-gothic-m-jp);
	font-feature-settings: 'palt' 0;
	font-size: 16rem;
	letter-spacing: 0.02em;
}

.about-service-list p {
	margin-bottom: 22rem;
	letter-spacing: 0.04em;
}

/* .service-list-slide
------------------------------------*/
.about-service-list > div,
.service-list-slide,
.service-list-slide .slick-list,
.service-list-slide .slick-track,
.service-list-slide > div {
	width: 100%;
}

/* .about-company
------------------------------------*/
.about-company {
	margin: 0 auto 130rem;
}

.about-company p {
	letter-spacing: 0.02em;
	text-align: justify;
}

/* .about-people
------------------------------------*/
.about-people-contents > figure {
	margin-bottom: 48rem;
}

.about-people-contents .list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50rem 0;
}

.about-people-list h3 {
	margin: 0 0 17rem;
}

.about-people-list h3 strong {
	font-family: var(--font-gothic-m-jp);
	font-size: 15rem;
	font-feature-settings: 'palt' 0;
	letter-spacing: 0.03em;
	margin-right: 18rem;
}

.about-people-list h3 em {
	font-size: 13rem;
	letter-spacing: 0.02em;
	font-family: var(--font-gothic-en);
}

.about-people-list h4 {
	margin-bottom: 26rem;
	font-size: 13rem;
	letter-spacing: 0.04em;
}

.about-people-list p {
	margin-bottom: 10rem;
	line-height: 1.95;
	letter-spacing: 0.02em;
	text-align: justify;
}

.about-people-list ul li {
	font-family: var(--font-gothic-en);
}

.about-people-list .post-nav {
	margin-top: 14rem !important;
	font-size: 14rem;
}


/* page project
---------------------------------------------------------------------------*/
#projectContents .title-page:has(+ p) {
	margin-bottom: 23rem;
}

#projectContents .title-page + p {
	font-size: 14rem;
}

/* .project-header
------------------------------------*/
.project-header {
	margin-bottom: 35rem;
}

.project-header .title-page {

}

/* .project-list
------------------------------------*/
.project-list article:not(:last-of-type) {
	margin-bottom: 80rem;
}

.project-list figure {
	margin: 0 -25rem 40rem;
}

.project-list .inner h3 {
	margin-bottom: 15rem;
	font-family: var(--font-gothic-mix);
	font-weight: 500;
	font-size: 21rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

.project-list .inner li:not(:last-of-type) {
	margin-bottom: 10rem;
}

.project-list .inner li a {
	display: inline-block;
	background: url(img/share/ico-arrow.svg) no-repeat right top 2rem;
	padding: 0 32rem 5rem 0;
	font-family: var(--font-gothic-en);
	font-weight: 500;
	font-size: 15rem;
	letter-spacing: 0.01em;
}

.project-list .inner p {
	line-height: 2;
	text-align: justify;
}

.project-list .inner ul {
	margin: 30rem 0 0;
}


/* page project single
---------------------------------------------------------------------------*/

/* .project-detail
------------------------------------*/
.project-detail .column,
.project-detail .column.txt {
	margin-bottom: 26rem;
}

.project-detail .column.img:first-child {
	margin-right: -26rem;
	margin-left: -26rem;
}

.project-detail .column:has(+ .column.txt) {
	margin-bottom: 35rem;
}

.project-detail .column.txt {
	text-align: justify;
}

.project-detail .column.txt,
.project-detail .column.txt p {
	line-height: 2.1;
	letter-spacing: 0.02em;
}


/* page note
---------------------------------------------------------------------------*/


/* page contact
---------------------------------------------------------------------------*/
.contact-section {
	margin: 0 auto;
}

.contact-top  {
	margin-bottom: 50rem;
}

.contact-header {
	margin-bottom: 72rem;
}

.contact-attention p {
	letter-spacing: 0;
	text-align: justify;
}

/* .form-wrap
------------------------------------*/
.form-wrap {
	margin: 0 auto;
	font-family: var(--font-gothic-jp-pm);
}

.form-wrap dl, .form-wrap dl p { line-height: 1.6; }
.form-wrap dl div { margin-bottom: 20rem; }
.form-wrap dl div:last-of-type { margin-bottom: 0; }
.form-wrap dl div.hidden { display: none; }

.form-wrap dt {
	margin-bottom: 9rem;
}

.form-wrap dt,
.form-wrap dt p {
	font-size: 15rem;
	letter-spacing: 0;
}

.form-wrap dt span {
	font-size: 16rem;
	letter-spacing: 0;
}

.form-wrap dd {
	width: 100%;
	min-height: 48rem;
}

.form-wrap dd p {
	font-size: 12rem;
	line-height: 1.7;
	text-align: justify;
}

/* input
------------------------------------*/
.wpcf7-form-control-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap textarea {
	-webkit-appearance: none;
	border-radius: 0;
	font-family: var(--font-gothic-jp-device);
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap select,
.form-wrap textarea,
.form-wrap .btn-select .customSelect {
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #707070;
	width: 100%;
	height: 44rem;
	padding: 9rem 15rem 9rem 15rem;
	font-size: 16rem;
	letter-spacing: 0.02em;
}

.form-wrap .btn-select .customSelect {
	padding-right: 48rem;
}

.form-wrap select {
	appearance: none;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.btn-select .wpcf7-form-control-wrap .customSelect {
	position: relative;
	z-index: 0;
}

.btn-select .wpcf7-form-control-wrap .customSelect:before {
	display: block;
	content: '';
	position: absolute;
	top: 18rem;
	right: 17rem;
	background: url(img/share/ico-contact-pulldown.svg) no-repeat left top / 100% auto;
	width: 12rem;
	height: 12rem;
	z-index: 1;
	pointer-events: none;
}

.btn-select .wpcf7-form-control-wrap .customSelectInner {
	width: 100% !important;
}

.form-wrap textarea {
	height: 300rem;
	padding: 12rem 15rem;
	line-height: 1.8;
}

::-webkit-input-placeholder { display: none; font-size: 0; }
:-moz-placeholder { display: none; font-size: 0; }
::-moz-placeholder { display: none; font-size: 0; }
:placeholder-shown { display: none; font-size: 0; }

/* .privacy-check
------------------------------------*/
.privacy-check {
	margin: 15rem 0 0 215rem;
}

.privacy-check .wpcf7-form-control-wrap {
	width: auto;
	margin-right: 16rem;
  transform-origin: left center;
}

@supports (-webkit-appearance: none) and (not (-webkit-touch-callout: none)) {
	.privacy-check .wpcf7-form-control-wrap {
		transform: scale(1.3) translateY(1rem);
	}
}

_::-webkit-full-page-media, _:future, :root .privacy-check .wpcf7-form-control-wrap {
	transform: scale(1.3) translateY(-1rem);
}

/* .btn-submit
------------------------------------*/
.btn-submit {
	position: relative;
	display: block;
	margin: 38rem 0 38px;
}

.btn-submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	position: relative;
	background: #464646;
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0;
	padding: 17rem 60rem 16rem;
	color: #FFFFFF;
	font-family: var(--font-gothic-en);
	font-size: 16rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	white-space: nowrap;
}

/* error
------------------------------------*/
.form-wrap .txt-error,
.wpcf7-not-valid-tip,
.txt-response,
.wpcf7-response-output { display: block; }

.form-wrap .txt-error,
.wpcf7-not-valid-tip {
	margin: 10rem 0 0;
	padding: 0;
	font-size: 12rem;
	line-height: 1.6;
}

.screen-reader-response { display: none; }

.txt-response,
.wpcf7-response-output {
	margin: 0 0 30rem;
	font-size: 15rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

.wpcf7-response-output:first-child { margin: -45rem 0 45rem; padding-top: 45rem; }
.wpcf7-response-output:empty { margin: 0; padding-top: 0; }

/* recaptcha
------------------------------------*/
.grecaptcha-badge { pointer-events: none; z-index: -999; opacity: 0; transition: .15s ease-out; }
body.contact .grecaptcha-badge { pointer-events: auto; z-index: 0; opacity: 1; }


/* page error
---------------------------------------------------------------------------*/


/* print
---------------------------------------------------------------------------*/
@media print {

}