@charset "UTF-8";
/* Blakepoint960(768pxヤメ) */
body{
	background: rgba(100, 116, 124, 1);
	position:relative;
}
@media screen and (max-width: 960px) {
	body{
		/* 		overflow-x:hidden; */
	}
}
h1.entry-title{
}

/* ------------------------------
* 
* 404 ページ
* 
------------------------------ */
.container404{
}

/* ------------------------------
* 
* 共通 ページ
* 
------------------------------ */
section main {
	width: 80%;
	max-width:1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding-bottom: 60px;
}
section main section{
	width: 100%;
	padding: 0;
	/* 	border:1px solid #fff; */
	min-height: 100vh;
}
@media screen and (max-width: 960px) {
	section.section-top main section{
		padding: 0;
	}
}
section main section:last-of-type{
	padding: 100px 0 0;
}
.pageSlug {
	display:none;
	/* 	width: 100%; */
	/* 	margin-bottom: 10px; */
}



p.scrollTopBtn{
	opacity:0;
	position: fixed;
	bottom: 20px;
	right: 10px;
	rotate: 90deg;
	z-index: 30;
	animation: scrollTopBtn-anim linear;
	animation-timeline: scroll();
}
p.scrollTopBtn a{
	font-size:1.3rem;
	position: relative;
}
p.scrollTopBtn a:before{
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	rotate: 45deg;
	position: absolute;
	top: 7.5px;
	right: 46px;
}
p.scrollTopBtn a:after{
	content: "";
	width: 20px;
	height: 0;
	display: block;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 9.5px;
	left: -26px;
}

@keyframes scrollTopBtn-anim {
	0% {
		opacity: 0;
		translate: 0 -20px;
	}
	10% {
		opacity: 0;
		translate: 0 -20px;
	}
	20% {
		opacity: 1;
		translate: 0 0;
	}
	100% {
		opacity: 1;
	}
}

a.more{
	margin: 58px auto 0;
	width: 225px;
	display: block;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #64747C;
	background:#fff;
	font-size: 1.4rem;
	transition:all .3s;
	height: 50px;
	line-height:48px;
}
a.more:hover{
	opacity:.3;
}
@media screen and (max-width: 960px) {
	a.more{
		margin: 30px auto 80px;
	}
}
/* ------------------------------
* 
* QR ページ
* 
------------------------------ */
.qr_container{
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 70%;
	width: 500px;
	margin: 0 auto;
}

.qr_guidance{
	width: 50%;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	text-align: center;
}

p.qr_text {
	text-align: center;
	width: 100%;
}
img.qr_img{
	max-width: 60%;
	display: inline-block;
	width: ;
}
@media screen and (max-width: 960px) {
	.qr_container {
		display: block;
		text-align: center;
	}
	.qr_guidance{
		margin: 0 auto;
	}
	.qr_guidance{
		width:100%;
		height: auto;
		margin-bottom: 60px;
	}
}

/* ------------------------------
* 
*  TOP ページ
* 
------------------------------ */
img.logoCircle{
	position: absolute;
	/* 	width: 62%; */
	max-width: 878px;
	top: 220px;
	right: -200px;
	animation: 30s linear infinite rotation;
}
@keyframes rotation{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}
@media screen and (max-width: 960px) {
	img.logoCircle{
		width: 140%;
		max-width: none;
		top: 222px;
	}
}


section.section-top main{
	overflow-x:hidden;
	padding: 0;
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
section.section-top main section{
	min-height:100vh;
	width: 100%;
	padding: 100px 10% 0;
}
section.section-top main section.hero{
	padding-top:0;
	overflow: hidden;
}
section.section-top main section.hero p {
	margin-bottom: 13px;
	line-height: 2;
}
section.section-top main section .inner{
	position: relative;
	height: 100%;
	width: 100%;
}
section.section-top main section.service div{
	margin-bottom: 40px;
	margin-left: 20px;
}
section.section-top main section.service div p{
	margin-left: 20px;
}

@media screen and (max-width: 960px) {
	section.section-top main section{
		padding: 100px 0 0;
	}
	section.section-top main section.service div:last-of-type{
		margin-bottom: 0;
	}
	section.section-top main section.service div{
		margin-left: 0;
	}
}
section.section-top main section.service h3{
	font-size: 1.8rem;
	border: 1px solid #fff;
	border-radius: 12px;
	width: 160px;
	text-align: center;
	line-height: 3;
	margin-bottom: 10px;
}

section.section-top main section.work p {
	margin-bottom: 13px;
	line-height: 2;
}



.logo_name{
	width: 226px;
}
.logo_name path {
	animation: fill 3s linear;
	animation-fill-mode: forwards;
	stroke: #fff;
	stroke-width: 1px;
	fill-opacity: 0;
	animation-delay:.7s;
}
.logo_name path.pathM {
	stroke-dasharray: 1188.4376220703125;
	stroke-dashoffset: 1188.4376220703125;
}
.logo_name path.pathI {
	stroke-dasharray: 320.8000183105469;
	stroke-dashoffset: 320.8000183105469;
}
.logo_name path.pathO {
	stroke-width: 1px;
	stroke-dasharray: 851.9422607421875;
	stroke-dashoffset: 851.9422607421875;
}
.logo_name path.pathN {
	stroke-width: 1px;
	stroke-dasharray: 580.5213012695312;
	stroke-dashoffset: 580.5213012695312;
}
.logo_name path.pathK {
	stroke-dasharray: 694.874755859375;
	stroke-dashoffset: 694.874755859375;
}
.logo_name path.pathD {
	stroke-width: 1px;
	stroke-dasharray: 807.1305541992188;
	stroke-dashoffset: 807.1305541992188;
}

@keyframes fill {
	0% {
		fill-opacity: 0;
		fill: transparent;
	}
	80% {
		stroke-dashoffset: 0;
		fill-opacity: 0;
	}
	91% {
		fill-opacity: 0;
	}
	92% {
		fill-opacity: 0.1;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
		fill: #fff;
	}
}

.dot {
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: -150px; /* 100vhの外に配置 */
	transform: translateY(0);
	transition: transform 0.1s ease-out;
}

/* 個別の位置を調整 */
.dot01 { 
	left: -350px;
	width: 500px;
	height: 500px;
	opacity: .5;
}
.dot02 {
	right: 20px; 
	width: 20px;
	height: 20px;
}
.dot03 {
	left: 100px; 
	width: 80px;
	height: 80px;
}
.dot04 {
	right: 150px; 
	width: 135px;
	height: 135px;
}
.dot05 {
	right: 200px; 
	width: 205px;
	height: 205px;
	opacity:.3;
}
.dot06 {
	left: 250px; 
	width: 35px;
	height: 35px;
}
.dot07 {
	left: 300px; 
	width: 435px;
	height: 435px;
	opacity:.1;
	bottom:-320px;
}
.dot08 {
	left: 350px; 
	width: 13px;
	height: 13px;
}




ul.topNews {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
}
ul.topNews li {
	width: calc((100% - 40px) / 3);
	height: auto;
}
ul.topNews li a .img{
	background: #fff;
	width: 100%;
	height: 234px;
}
ul.topNews li a img{
	height: 234px;
	object-fit: cover;
	object-position: top center;
	filter: grayscale(1);
	transition: all .3s;
}
ul.topNews li a img:hover {
	filter: grayscale(0);
}
ul.topNews li a p.date,ul.topNews li a p.title {
	margin-bottom: 0;
	display: block;
}
@media screen and (max-width: 960px) {
	ul.topNews {
		flex-wrap: wrap;
		gap: 0;
	}
	ul.topNews li {
		width: 100%;
		margin-bottom: 40px;
	}
}



/* ------------------------------
* 
* note ページ
* 
------------------------------ */
.section-note main#primary{
	display: flex;
	flex-wrap: wrap;
}
.section-note main#primary article {
	width: 50%;
	padding:10px;
	margin-bottom: 20px;
}
.section-note main#primary.article article{
	padding:0;	
}
.section-note main#primary.list article:nth-child(odd){
	padding:0 0 10px 10px;
}
.section-note main#primary.list article:nth-child(even){
	padding:0 10px 10px 0;
}


.section-note main#primary.article{
	display:block;
}
.section-note main#primary.article .post-thumbnail{
	margin-bottom:10px;
}
.section-note main#primary.article article {
	width: 100%;
	margin: 0 auto 20px;
}
.section-note main#primary.article article .entry-content p{
	margin-bottom: 22px;
}
a.post-thumbnail img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	filter: grayscale(1);
	transition:all .5s;
	object-position: center top;
}
a.post-thumbnail:hover img{
	filter: grayscale(0);
}

.section-note main#primary.article .post-thumbnail img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: top center;
}
nav.navigation.posts-navigation {
	width: 100%;
	padding: 30px 0;
}
.nav-links {
	display: flex;
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	justify-content: end;
}
.nav-previous {
	margin-right: 40px;
}
.nav-previous::after {
	content: "|";
	padding-left: 40px;
}
nav.navigation.pagination {
	width: 100%;
}
ul.page-numbers {
	display: flex;
}
ul.page-numbers li a, ul.page-numbers li span, ul.page-numbers li a i {
	font-size: 1.4rem;
}
ul.page-numbers li span.current{
	border-bottom:1px solid #fff;
	font-weight: bold;
}
ul.page-numbers li:not(last-child){
	margin-right:20px;
}
@media screen and (max-width: 960px) {
	.nav-links{
		justify-content:center;
	}
}
.nav-next a span.nav-subtitle, .nav-previous a span.nav-subtitle{
	font-size: 1.2rem;
}
.nav-next a span.nav-subtitle,
ul.page-numbers li a i.fa-chevron-right .nav-subtitle{
	margin-left:4px;
}
.nav-previous a span.nav-subtitle,
ul.page-numbers li a i.fa-chevron-left .nav-subtitle{
	margin-right:4px;
}
.nav-next a span.nav-title, .nav-previous a span.nav-title,
.nav-links .nav-previous a,.nav-links .nav-next a{
	font-size: 1.4rem;
}

.section-note .entry-header{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	height: 37px;
}
.section-note .entry-header h2.entry-title a,
.section-note .entry-header div.entry-meta span.posted-on,
.section-note .entry-header div.entry-meta span.posted-on a time{
	font-size:1.4rem;
}
.noimageBox {
	position: relative;
}
.noimageBox::after {
	content: 'NoImage';
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #000;
	font-size: 1.8rem;
}
img.NoImage{
	border: 1px solid #fff;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: right bottom;
}
@media screen and (max-width: 960px) {
	main#primary section:not(.hero) {
		width: 90%;
		margin: 0 auto;
	}
	.section-note main#primary article {
		width: 100%;
	}
	.section-note main#primary.article article {
		width: 100%;
	}
	.nav-links{
		padding: 30px 0;
	}
	.section-note main#primary.list article:nth-child(odd){
		padding:0;
	}
	.section-note main#primary.list article:nth-child(even){
		padding:0;
	}
	a.post-thumbnail img {
		object-position: left top;
	}
	.section-note main#primary.article .post-thumbnail img {
		height:auto;
		max-height: 500px;
	}

}



/* ------------------------------
* 
* contact ページ
* 
------------------------------ */
.mw_wp_form,
.wpcf7{
	width: 100%;
	max-width: 450px;
	margin: 50px auto 0;
}
.mw_wp_form div,
.wpcf7 div{
	margin: 0 0 30px 0;
	position:relative;
	font-size: 1.4rem;
}
.mw_wp_form div p,
.wpcf7-form div p.formItem{
	color: #323232;
	position: absolute;
	top: 6px;
	left: 10px;
}
.mw_wp_form div.textarea p {
}
.mw_wp_form div input[type="text"],.mw_wp_form div input[type="email"],.mw_wp_form div textarea,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,.wpcf7-form div textarea{
	width:100%;
	margin: 0 0 0 0;
}
.mw_wp_form div input[type="text"],.mw_wp_form div input[type="email"],
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text{
	border-radius:5px;
	padding:0 0 0 130px;
	height:35px;
	color:#323232;
	font-size: 1.4rem;
	font-weight: 200;
	width: 100%;
}
input.wpcf7-form-control.wpcf7-text.long{
	padding:0 0 0 160px;
}
.mw_wp_form div input[type="text"]:focus,.mw_wp_form div input[type="email"]:focus,.mw_wp_form div select:focus,.mw_wp_form div textarea:focus,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,.wpcf7-form div textarea:focus,
input.wpcf7-form-control.wpcf7-text:focus{
	background:rgba(255,255,255,.4);
	border:none;
	outline: 2px solid #fff;
}
.mw_wp_form div textarea,
.wpcf7-form div textarea{
	height:220px;	
	border-radius:5px;
	padding:30px 0 0 10px;
	font-size: 1.4rem;
	font-weight: 200;
	font-family: "Noto Sans JP", sans-serif;
	resize:none;
}
.mw_wp_form div select,
.wpcf7-form div select{
	height: 35px;
	border-radius: 5px;
	padding: 0 6px;
	font-size: 1.4rem;
	color: #323232;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 200;
}
.wpcf7-form div select option{
	color: #323232;
}
.wpcf7-form div select:focus-visible{
	border:none;
	outline: none;
}
.mw_wp_form div select option{
}
.mw_wp_form div input[type="submit"],
.wpcf7-form div input[type="submit"]{
	background: #fff;
	width: 50%;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto 20px;
	display: block;
	color: #64747C;
	font-size: 1.4rem;
	transition:all .3s;
}
.mw_wp_form div input[type="submit"]:hover,
.wpcf7-form div input[type="submit"]:hover,input.wpcf7-form-control.wpcf7-previous:hover{
	opacity:.3;
}
.mw_wp_form_preview {
}
.mw_wp_form_preview div{
	margin:0 0 40px 0;
}
.mw_wp_form_preview div:not(:last-of-type)::before {
	content: "-";
	margin: 0 10px 0 14px;
}
.mw_wp_form_preview div:last-of-type {
}

.mw_wp_form_preview div p {
	top: -18px;
	left: 0px;
	color:#fff;
}
.mw_wp_form_complete {
	font-size: 1.4rem;
}
.mw_wp_form .error {
	color: #B70000!important;
}
/* ラベル */
.wpcf7-form-control-wrap{
	margin-bottom: 30px;
	display: block;
}
.wpcf7-checkbox  {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.wpcf7-list-item {
	margin:0!important;
}

.wpcf7-list-item label input {
	display: none;
}
.wpcf7-list-item label span {
	color: #000;
	font-size: 1.4rem;
	background:rgba(255,255,255,.4);
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 5px 11px;
	cursor: pointer;
}
.wpcf7-list-item label input:checked + span {
	background: rgba(255,255,255,1);
}

.formGuidance{
	font-size:1.4rem;
	margin-bottom: 3px;
	display: block;
}
.formGuidance.check{
	margin-bottom: 14px;
}
.formCaption{
	font-size: 1.2rem;
	/* margin-bottom: 3px; */
	display: block;
	margin-top: -27px;
}
/* 確認画面 */
.wpcf7 div.previewPage {
	display: flex;
	flex-wrap: wrap;
}
form.wpcf7-form.init div.preview{
	margin: 0 0 30px 0;
	width: 100%;
	min-height: 42px;
}
form.wpcf7-form.init div.preview.previewPageTtl{
	margin: 0 0 30px 0;
	width: 100%;
	min-height: 42px;
}
form.wpcf7-form.init div.preview.previewPageTtl p{
	font-size:1.8rem;
}
form.wpcf7-form.init div.preview p.formConfig {
	font-weight:bold;
}
form.wpcf7-form.init div.preview p.formItem {
	top: -20px;
	left: -1px;
	color: #fff;
	font-weight: bold;
}
form.wpcf7-form.init input.wpcf7-form-control.wpcf7-previous{
	background: #fff;
	width: 50%;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto 20px;
	display: block;
	color: #64747C;
	font-size: 1.4rem;
	transition:all .3s;
}

.contactText{
	width: 100%;
	max-width: 450px;
	margin: 50px auto 0;
}
.contactText p{
	font-size:1.2rem;
	margin-bottom: 6px;
	text-align: justify;
}
.contactText dl{
	font-size:1.2rem;	
}
.contactText dt{
	font-size: 1.2rem;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
	margin-bottom: 6px;
}
.contactText dd{
	font-size: 1.2rem;
	margin-bottom: 24px;
	text-align: justify;
}



/* ------------------------------
* 
* works ページ
* 
------------------------------ */
p.titile {
    margin-bottom: 70px;
}
p.titile span{
margin-bottom: 20px;
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 300;
	text-align: center;
    /* text-align: center; */
    /* max-width: 600px; */
/*     margin-inline: auto; */
}
p.titile span span.pc-only {
    display: inline;
}

.worksList {
	display: flex;
	flex-flow: wrap;
	gap:40px 20px;
}
div.worksContent {
	width: calc((100% - 20px) / 2);
}
.worksContent h2{
	margin: 0;
	font-size: 2.4rem;
	font-weight: lighter;
}
.worksContent h2 span{
	font-size: 1.4rem;
	margin-left: 20px;
	vertical-align: middle;
}
.worksContent h2 span::before{
	content: "-";
	margin-right: 10px;
}
.worksContent a img{
	height:300px;
	object-fit: cover;
	object-position: top center;
	filter: grayscale(0.6) contrast(1.1) brightness(1.1);
	transition: all .5s;
}
.worksContent a:hover img{
	filter: grayscale(0);
}
@media screen and (max-width: 960px) {
	.worksList{
		display:block;
	}
	div.worksContent {
		width: 100%;
		margin-bottom: 20px;
	}
	p.titile span{
		font-size: 1.0rem;
	}
	p.titile {
		margin-bottom: 30px;
	}
}

/* works 子ページ */
.section-works  .siteName{
	font-size:2.4rem;
	margin-bottom: 20px;
	width: 100%;
}
.section-works  .workImg {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap:20px;
	margin-bottom: 50px;
}
.section-works  .workImg .imgPc {
	width: 74.5%;
}
.section-works  .workImg .imgSp {
	width: 24.5%;
}
.section-works .workImg .imgPc p, .section-works .workImg .imgSp p {
	margin-bottom: 10px;
}
.section-works  .workImg .imgPc img.workImg_pc {
	height: auto;
	object-fit: contain;
	background: #fff;
}
.section-works  .workImg .imgSp img.workImg_sp {
	height: auto;
	object-fit: contain;
}

.section-works dl {
	width: 100%;
	max-width: 500px;
	/* 	display: flex; */
	/* 	flex-wrap: wrap; */
	margin: 0 auto;

}
.section-works dt {
	/* 	width: 20%; */
	/* 	border-top: 1px solid #FFF; */
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.4rem;
}
.section-works dt:not(:first-child){
	margin-top:30px;
}
.section-works dd {
	/* 	width: 80%; */
	padding: 0 0 10px 20px;
	font-size: 1.4rem;
}
