@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: 1240px;
	--width-mid: 1320;
	--width-max: 1540px;
}

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: 14rem; line-height: 2.1; letter-spacing: 0.08em; 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: inline-block !important; }
.narrow { display: none !important; }
.nav-sp, .btn-nav { display: none !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; transition: .15s ease-out; -webkit-transform: translateZ(0); }
.hover { cursor: pointer; transition: .15s ease-out; }
a:hover,.hover:hover { text-decoration: none; opacity: 0.6; }

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


/* #wrap
---------------------------------------------------------------------------*/
#wrap,
header {
	min-width: var(--width-min);
	max-width: var(--width-max);
	margin: 0 auto;
}

body.top #wrap {
	max-width: 100%;
}

footer,
#worksContents,
#projectContents,
#noteContents {
	width: 1056rem;
	margin: 0 auto;
}

#noteContents.single {
	position: relative;
	width: 652rem;
	margin: 0 auto;
}


/* header
---------------------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%) !important;
	width: 100%;
	/*margin: 0 0 95rem;*/
	padding: 56rem 56rem 0 88rem;
	white-space: nowrap;
	z-index: 10;
	opacity: 0;
}

@media (max-width: 1240px) {
	header {
		left: 0;
		transform: translateX(0) !important;
	}
}

.header-inner {
	display: flex;
	justify-content: space-between;
}

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

header .gnav {
	font-family: var(--font-gothic-en);
	font-size: 17rem;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

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

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


/* footer
---------------------------------------------------------------------------*/
footer {
	position: relative;
	padding: 350rem 0 120rem;
	opacity: 0;
}

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

.footer-inner {
	display: flex;
}

footer .gnav {
	margin-right: 115rem;
}

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

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

.copyright {
	position: absolute;
	bottom: 132rem;
	right: 0;
	font-family: var(--font-gothic-en);
	font-size: max(11rem, 10px);
	letter-spacing: 0.01em;
}


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

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

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

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

.title-page + p {
	font-size: 16rem;
	letter-spacing: 0;
}


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

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

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

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

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

.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: 16rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}


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

#noteContents.single .note-header {
	position: absolute;
	top: 201rem;
	left: -195rem;
}

#noteContents.single .pnav {
	position: absolute;
	top: 205rem;
	right: -195rem;
}

#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: 45rem;
}

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

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

.note-title h1 {
	font-family: var(--font-gothic-m-jp-pm);
	font-size: 24rem;
	line-height: 1.6;
	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.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: 45rem 0 40rem !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 36rem 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: 100rem;
}

.note-table h3 {
	margin: 80rem 0 40rem;
	font-family: var(--font-gothic-m-jp-pm);
	font-size: 16rem;
	line-height: 1.6;
	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: 8rem;
}

.note-table th {
	position: relative;
	box-sizing: border-box;
	min-width: 100rem;
	padding-right: 30rem;
	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: -24rem;
	font-size: 14rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

/* .note-link
------------------------------------*/
.note-link { margin-top: 50rem; }
.note-link li { display: inline-block; margin: 0 16rem 14rem 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: 160rem auto -50rem;
}

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

.note-other .note-list {
	gap: 36rem 28rem;
}

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

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


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

/* .top-main
------------------------------------*/
.top-main {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 66.2vw;
	min-height: 830rem;
	max-height: 100vh;
	margin-bottom: 115rem;
}

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

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

.top-main figure:first-of-type {
	opacity: 1;
}

.top-main figure img {
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* .top-about
------------------------------------*/
.top-about {
	display: flex;
	justify-content: space-between;
	width: 800rem;
	margin: 0 auto 145rem;
}

.top-about .img {
	width: 250rem;
	min-width: 250rem;
	margin: 0;
	position: relative;
}

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

.top-about .txt {
	width: 400rem;
	transform: translateX(10rem);
}

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

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

.top-about .txt p {
	font-size: 16rem;
}

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

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

.top-about .txt .link a:hover {
	opacity: 1;
}

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

.link-hover-txt a span {
	display: inline-block;
	transform: translateX(-4rem);
	opacity: 0;
	transition: .2s var(--easeOutCubic);
	will-change: transform;
}

.link-hover-txt a:hover span {
	transform: translateX(0);
	opacity: 1;
	transition: .3s var(--easeOutCubic);
}

/* .top-works
------------------------------------*/
.top-works {
	width: 1056rem;
	margin: 0 auto;
}

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

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

.top-works article a:hover {
	opacity: 0.8;
}

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

.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 {
	width: 1056rem;
	margin: 0 auto 50rem;
}

.works-header .works-category {
	display: flex;
	flex-wrap: wrap;
	margin: 30rem -8rem 0;
	font-family: var(--font-gothic-mix);
	font-size: 16rem;
}

.works-header .works-category li {
	margin: 0 20rem 10rem;
}

.works-header .works-category li:first-of-type {
	margin-left: 10rem;
}

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

.works-header .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 1fr;
	gap: 35rem 40rem;
}

.works-list a {
	display: block;
}

.works-list figure {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 5rem;
	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: 16rem;
	line-height: 1.8;
	letter-spacing: 0.01em;
}


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

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

/* .works-detail
------------------------------------*/
.works-detail {
	display: flex;
	justify-content: space-between;
}

.works-detail .title {
	padding-right: 60rem;
	transform: translateY(-2rem);
}

.works-detail .title h1 {
	margin-bottom: 30rem;
	font-family: var(--font-gothic-mix);
	font-weight: 500;
	font-size: 26rem;
	line-height: 1.4;
	letter-spacing: 0.01em;
	word-break: break-all;
}

.works-detail .category li {
	margin-bottom: 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 {
	width: 562rem;
	min-width: 562rem;
}

.works-detail .txt p {
	text-align: justify;
}

/* .works-gallery
------------------------------------*/
.works-gallery {
	margin-top: 110rem;
}

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

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

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

.works-gallery .column-txt {
	text-align: justify;
}

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

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

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

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

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

/* .post-nav
------------------------------------*/
.post-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 150rem;
	font-family: var(--font-gothic-en);
	font-size: 16rem;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

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

.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;
}

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

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


/* page about
---------------------------------------------------------------------------*/

/* .about-top
------------------------------------*/
.about-top {
	width: 1056rem;
	margin: 0 auto;
}

.about-top-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50rem 40rem;
	margin: 160rem 0 180rem;
}

.about-top-list .pic {
	position: relative;
}

.about-top-list .img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*margin: -40rem -40rem 0 0;*/
}

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

.about-top-txt {
	width: 427rem;
}

.about-top h2 {
	font-family: var(--font-gothic-jp);
	font-feature-settings: 'palt' 0;
	font-size: 17rem;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-bottom: 20rem;
	white-space: nowrap;
}

.about-top h2 br {
	width: 0;
	margin-right: -5px;
}

.about-top p {
	letter-spacing: 0.04em;
	text-align: justify;
}

/* .about-service
------------------------------------*/
.about-service {
	width: 1056rem;
	margin: 0 auto;
}

.about-service h2 {
	margin-bottom: 80rem;
}

.about-service-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 82rem 40rem;
	margin-bottom: 110rem;
}

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

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

/* .service-list-slide
------------------------------------*/
.service-list-slide > div {
	width: 508rem;
}

/* .about-company
------------------------------------*/
.about-company {
	width: 1056rem;
	margin: 30rem auto 88rem;
	display: grid;
	grid-template-columns: 1fr 2.35fr;
	gap: 50rem 0rem;
}

.about-company p {
	/*margin-top: 4rem;*/
	letter-spacing: 0.02em;
	/*line-height: 1.8;*/
}

/* .about-people
------------------------------------*/
.about-people-list {
	width: 1056rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 2.35fr;
	gap: 50rem 0rem;
}

.about-people-contents > figure {
	margin-bottom: 60rem;
}

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

.about-people-list figure {
	margin-top: 6rem;
}

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

.about-people-list h3 strong {
	font-size: 16rem;
	font-feature-settings: 'palt' 0;
	letter-spacing: 0.03em;
	margin-right: 20rem;
}

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

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

.about-people-list p {
	padding-right: 12rem;
	line-height: 2.05;
	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: 40rem;
}


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

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

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

.project-list figure {
	margin-bottom: 32rem;
}

.project-list figure a:hover {
	opacity: 0.8;
}

.project-list .inner {
	display: flex;
	justify-content: space-between;
}

.project-list .inner .title {
	width: 440rem;
}

.project-list .inner h3 {
	margin-bottom: 23rem;
	font-family: var(--font-gothic-mix);
	font-weight: 500;
	font-size: 26rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.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 3rem;
	padding: 0 30rem 5rem 0;
	font-family: var(--font-gothic-en);
	font-weight: 500;
	font-size: 16rem;
	letter-spacing: 0.01em;
}

.project-list .inner .txt {
	width: 560rem;
	min-width: 560rem;
}

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


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

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

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

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

.project-detail .column.txt,
.project-detail .column.txt p {
	line-height: 2.15;
	letter-spacing: 0;
}


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


/* page contact
---------------------------------------------------------------------------*/
#contactContents,
#errorContents {
	padding-top: 260rem;
}

.contact-section {
	width: 722rem;
	margin: 0 auto;
}

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

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

.contact-section h1 {
	/*font-size: 20rem;
	letter-spacing: 0.01em;*/
}

.contact-top p {
	letter-spacing: 0.005em;
	line-height: 2;
}

.contact-attention p {
	margin-left: 170rem;
	font-size: 14rem;
	letter-spacing: 0.008em;
	line-height: 1.9;
}

/* .form-wrap
------------------------------------*/
.form-wrap {
	width: 722rem;
	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 { display: flex; margin-bottom: 24rem; }
.form-wrap dl div:last-of-type { margin-bottom: 0; }
.form-wrap dl div.hidden { display: none; }

.form-wrap dt {
	position: relative;
	width: 170rem;
	min-width: 170rem;
	padding: 20rem 0 0 0;
}

.form-wrap dt.pt { padding-top: 4rem; }
.form-wrap dt.pt2 { padding-top: 2rem; }

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

.form-wrap dt span {
	display: block;
	padding-top: 2rem;
	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 {
	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: 62rem;
	padding: 18rem 25rem 14rem;
	font-size: 16rem;
	letter-spacing: 0.02em;
}

.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: 24rem;
	right: 26rem;
	background: url(img/share/ico-contact-pulldown.svg) no-repeat left top / 100% auto;
	width: 16rem;
	height: 11rem;
	z-index: 1;
	pointer-events: none;
}

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

.form-wrap textarea {
	height: 400rem;
	padding: 20rem 25rem;
	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: 46rem 0 56px 170rem;
}

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

.btn-submit input:hover { opacity: 0.7; }

/* 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: 14rem;
	line-height: 1.6;
}

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

.txt-response,
.wpcf7-response-output {
	margin: 0 0 45rem 170rem;
	font-size: 16rem;
	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 {

}