/*
Theme Name: kikuchi-sekkei
Author: kikuchi-sekkei
Author URI: https://kikuchi-sekkei.co.jp/
Description: 創生・菊地設計合同会社
Version: 2025.9
*/

/*-------------------------------
 
reset CSS
 
-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1, h2, h3, h4, h5 {
font-size: 100%;
font-weight: normal;
line-height: 1.5;
}
input, textarea, select {
font-family: inherit;
font-size: 16px;
}
input[type="button"], input[type="text"], input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: vertical;
-webkit-appearance: none;
border-radius: 0;
}
th, td {
border-collapse: collapse;
}
ul, ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width :auto;
}
div {
box-sizing: border-box;	
}
a {
color: #000;
text-decoration: none;
}
a:hover {
opacity: 0.8;
}
body {
color: #000;
display: initial;
font-family: 'Arimo', sans-serif;
line-height: 1.8em;
}

/*-------------------------------
 
header
 
-------------------------------*/
header {
	background: rgba(255, 255, 255, 1);
	display: table;
	height: 70px;
	position: fixed;
	top : 0;
	transition: all 0.3s;
	width: 100%;
	z-index: 1000;
}
strong {
	font-weight: bold;
}
header .logo {
	float: left;
	max-width: 340px;
	width: 25%;
}
.nav-wrapper {
	margin: 1em auto .5em auto;
	overflow: hidden;
	width: 95%;
}
.nav-wrapper nav ul {
	display: flex;
	float: right;
	margin-top: 1em;
}
.nav-wrapper nav li {
	padding: 0 1em;
}
.nav-wrapper nav li:last-of-type {
	padding: 0 0 0 1em;
}
.nav-wrapper nav a {
	color: #333;
  	font-family: "Antonio", sans-serif;
  	font-optical-sizing: auto;
  	font-size: 1.2em;
  	font-style: normal;
  	font-weight: normal;
  	letter-spacing: .1em;
}
.nav-wrapper nav a:hover {
	color: #ffc000;
	opacity: 1;
}
.nav-wrapper nav .on a {
	color: #ffc000;
}
.sub-main-box {
	background-position: center;
	background-size: cover;
}

/*-------------------------------
 
footer
 
-------------------------------*/
.cta-box {
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	margin: 3em auto 0 auto;
	max-width: 1200px;
	padding: 4em 0;
	width: 90%;
}
.cta-box .title-style01 {
	border-left: 1px solid #333;
	padding-left: .8em;
}
.cta-box .txt {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 4em;
}
.cta-box .txt .btn-style02 {
	margin-top: 0;
}
footer {
	background-size: cover;
	background-position: center;
	margin-top: 8em;
}
footer iframe {
	filter: grayscale(1);
}
footer .footer-inner {
	margin: 4em auto 0 auto;
	overflow: hidden;
	width: 95%;
}
footer .logo {
	display: block;
	margin-bottom: 50px;
	width: 450px;
}
footer .logo img {
	width: 100%;
}
footer .address-box {
	box-sizing: border-box;
	float: left;
	margin-right: 2em;
	position: relative;
	width: 50%;
}
footer .address-box .btn-main {
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer-nav-box {
	display: flex;
    float: right;
    grid-gap: 3em;
    padding-left: 2em;
    width: calc(50% - 2em);
}
.footer-nav-box ul {
	list-style: disc;
	padding-left: 1.5em;
}
.footer-nav-box li {
	line-height: 2.5em;
}
.footer-nav-box a:hover {
	color: #ffc000;
}
.footer-bottom {
	font-size: .8em;
	margin: 5em auto 1em auto;
	max-width: 1200px;
	overflow: hidden;
	width: 95%;
}
.footer-bottom .link-box {
	float: right;
}
.footer-bottom .link-box li {
	display: inline-block;
	line-height: 1em;
	padding: 0 1.5em;
}
.footer-bottom .link-box li:first-of-type {
	border-right: 1px solid #000;
}
.footer-bottom .link-box a:hover {
	color: #ffc000;
}
.credit {
	clear: both;
}
.top-btn {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 50px;
	z-index: 1000;
}
.top-btn img {
	width: 100%;
}
.cta-btn {
	display: none;
}
.instagram-icon {
	display: block;
	margin-top: .5em;
	width: 1.5em;
	height: 1.5em;
}
.instagram-icon img {
	display: block;
	width: 100%;
}

/*-------------------------------
 
common
 
-------------------------------*/
.wrap {
	margin: auto;
	max-width: 1000px;
	width: 90%;
}
.mt1em {
	margin-top: 1em!important;
}
.mt2em {
	margin-top: 2em!important;
}
.mt3em {
	margin-top: 3em!important;
}
.mt4em {
	margin-top: 4em!important;
}
.mt5em {
	margin-top: 5em!important;
}
.mb1em {
	margin-bottom: 1em!important;
}
.mb2em {
	margin-bottom: 2em!important;
}
.mb3em {
	margin-bottom: 3em!important;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.alignL {
	text-align: left;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.title-style01 {
	font-family: "Antonio", sans-serif;
	font-optical-sizing: auto;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: 1em;
}
.title-style01 span {
	color: #ffc000;
	font-size: .6em;
	display: block;
	margin-top: .5em;
}
h1.title-style01, h1.title-style01 span {
	text-align: center;
}
.title-style02 {
	font-size: 1.5em;
	border-left: 1px solid #333;
	margin-bottom: 1em;
	padding-left: .8em;
}
.title-style03 {
	color: #bf9000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em auto 0 auto;
}
.copy-style01 {
	font-size: 1.2em;
	line-height: 2em;
	margin: auto;
	text-align: center;
	width: 70%;
}
.copy-style02 {
	color: #666;
	font-size: 1.2em;
	line-height: 2em;
	margin: auto;
	text-align: center;
	width: 70%;
}
.btn-style01 {
	background: #323232;
	color: #fff;
	display: block;
	float: right;
	font-size: .9em;
 	margin-top: 1.5em;
	overflow: hidden;
	padding: 1em 3em 1em 2em;
	position: relative;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	width: fit-content;
	z-index: 1;
}
.btn-style01::before {
	background: #ffc000;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 110%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.btn-style01::after, .btn-style02::after {
	content: "→";
	position: relative;
	left: 1em;
}
.btn-style01:hover {
	color: #323232;
	opacity: 1;
}
.btn-style01:hover::before, .btn-style02:hover::before {
	transform: scale(1, 1);
}
.btn-style02 {
	background: #ffc000;
	display: block;
	float: right;
	font-size: .9em;
 	margin-top: 1.5em;
	overflow: hidden;
	padding: 1em 3em 1em 2em;
	position: relative;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	width: fit-content;
	z-index: 1;
}
.btn-style02::before {
	background: #323232;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 110%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.btn-style02:hover {
	color: #fff;
	opacity: 1;
}
.link-style01:hover {
	color: #ffc000;
	opacity: 1;
}
.breadcrumb {
	font-size: .8em;
	margin-bottom: 60px;
}
.breadcrumb p {
	color: #333;
	margin: auto;
	max-width: 910px;
	width: 90%;
}
.breadcrumb a {
	color: #333;
	display: inline;
}
.page-section01 {
	display: grid;
	grid-template-columns: 4fr 3fr;
	grid-gap: 4em;
	margin: 6em auto;
	max-width: 1100px;
	width: 90%;
}
.page-section01 .logo-mark {
	display: block;
	margin: 3.5em auto 0 auto;
	width: 60%;
}
.page-section02 {
	margin: 6em auto;
	max-width: 1000px;
	width: 90%;
}
.page-section02 iframe {
	filter: grayscale(1);
}
.page-section03 {
	margin: 1em auto 6em auto;
	max-width: 1000px;
	width: fit-content;
}
.list-style01 {
	list-style: decimal;
	margin: 2em auto;
	padding-left: 1em;
}
.list-style02 {
	list-style: initial;
	margin: 2em auto;
	padding-left: 1em;
}
.table-style01 {
	margin: 3em auto 0 auto;
	width: 100%;
}
.table-style01 tr {
	border-bottom: 1px solid #b3b3b3;
	display: block;
	overflow: hidden;
	padding: 1.5em 0;
}
.table-style01 tr:first-of-type {
	border-top: 1px solid #b3b3b3;
}
.table-style01 th, .table-style01 td {
	display: block;
	font-weight: normal;
}
.table-style01 th {
	float: left;
	line-height: 1.5em;
	width: 35%;
}
.table-style01 td {
	float: left;
	width: 65%;
}
.table-style01 input {
	background: #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0.25em 0.5em;
}
.table-style01 input::placeholder, .table-style01 textarea::placeholder {
	box-sizing: border-box;
	color: #a6a6a6;
	display: block;
	font-size: 0.9em;
}
.table-style01 select {
	box-sizing: border-box;
	display: block;
	font-size: 0.9em;
	padding: 0.5em;
	width: 100%;
	height: 2.5em;
}
.table-style01 option {
	box-sizing: border-box;
	display: block;
	padding: 0.5em 0;
	height: 2.5em;
}
.table-style01 textarea {
	background: #f6f6f6;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0.25em 0.5em;
	width: 70%;
	height: 80px;
}
.table-style02 {
	margin: 3em auto 0 auto;
	width: 70%;
}
.table-style02 th {
	font-weight: normal;
	padding: .5em 1em .5em .5em;
	vertical-align: top;
}
.table-style02 td {
	padding: .5em;
}
.table-style02 input, .table-style02 textarea {
	background: #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea {
	box-sizing: border-box;
	width: 100%;
}
.wpcf7-form-control-wrap {
	text-align: center;
}
.tel {
	display: inline-block;
	margin: 2em 0 1em 0;
	width: 40%;
}
.acceptance-box {
	margin-bottom: 3em;
}
.acceptance-box p {
	margin-bottom: 1em;
	text-align: center;
}
.acceptance-box a {
	display: inline;
	text-decoration: underline;
}
.acceptance-box a:hover {
	color: #ffc000;
}
.submit-box input[type="submit"] {
	background: #ffc000;
	border: 1px solid #ffc000;
	border-radius: 4px;
	color: #333;
	display: block;
	font-size: 1.2em;
	letter-spacing: .1em;
	margin: auto;
	max-width: 470px;
	padding: 1em;
	width: 80%;
	height: 66px;
}
.submit-box input:hover {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: 1.5s;
}
.fadein.on {
    opacity: 1;
    transform: translate(0, 0);
}
.fadein-main {
    opacity: 0;
    transition: 10s;
}
.fadein-main.on {
    opacity: 1;
    transform: translate(0, 0);
}

/*-------------------------------
 
top
 
-------------------------------*/
.main-box {
    background-position: center;
    background-size: cover;
    margin: auto;
    position: relative;
    text-align: center;
    z-index: -1;
}
.main-box .n2-ss-slider, .n2-ss-slider .n2-ss-slide-background-image img {
	width: auto;
	height: 100vh;
}
.main-copy {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 5em;
	line-height: 1.3em;
	margin: 35vh auto 0 auto;
	opacity: 1;
	padding: 0 2em;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	width: 80%;
    height: auto;
    z-index: 1;
}
.main-copy span {
	display: block;
	font-size: .4em;
	line-height: 1.8em;
	padding-right: 1.5em;
	text-align: center;
}
.btn-main {
	background: #fff;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: .8em 2em;
	position: absolute;
	right: 0;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	width: fit-content;
	z-index: 1;
}
.btn-main::before {
	background: #ffc000;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 110%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.btn-main:hover {
	color: #323232;
	opacity: 1;
}
.btn-main:hover::before {
	transform: scale(1, 1);
}
.section01, .section02, .section03, .section04, .section05 {
	margin: auto;
	padding: 5em 0;
}
.section01, .section02 {
	max-width: 1100px;
	width: 70%;
}
.section03-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3em;
	margin: 3em auto 0 auto;
	max-width: 1200px;
	width: 90%;
}
.section03-inner .thumbnail, .section03-inner .thumbnail img {
	aspect-ratio: 3 / 2;
}
.section03-inner .thumbnail {
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
}
.section03-inner a, .section03-inner .thumbnail:hover {
	opacity: 1;
}
.section03-inner .thumbnail img {
	object-fit: cover;
	transition: all 0.3s;
}
.section03-inner .thumbnail img:hover {
	opacity: 1;
	transform:scale(1.2,1.2);
}
.section03-inner .txt {
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-gap: 1em;
}
.section03-inner .txt img {
	display: table-cell;
}
.section03-inner .txt .title {
	display: table;	
}
.section03-inner .txt .title p {
	display: table-cell;
	vertical-align: middle;
}
.section03 .btn-style01, .section04 .btn-style01, .section05 .btn-style01 {
	float: none;
	margin: 3em auto 0 auto;
}
.section04, .section05 {
	max-width: 1000px;
	width: 65%;
}
.section01 {
	display: grid;
	grid-template-columns: 6fr 5fr;
	grid-gap: 4em;
	margin-top: 3em;
}
.section02 {
	display: grid;
	grid-template-columns: 5fr 6fr;
	grid-gap: 4em;
}
.section01 .title-style01, .section02 .title-style01 {
	border-left: 1px solid #333;
	padding-left: .8em;
}
.section03 .title-style01, .section03 .title-style01 span, .section04 .title-style01, .section04 .title-style01 span, .section05 .title-style01, .section05 .title-style01 span {
	text-align: center;
}
.section04-inner li {
	border-bottom: 1px solid #b3b3b3;
}
.section04-inner li:hover {
	background: #efefef;
}
.section04-inner a {
	display: grid;
	grid-template-columns: 1fr 1.5fr 5fr;
	grid-gap: 1em;
	padding: 1em 0;
}
.section04 .date, .section04 .category {
	font-size: .9em;
}
.section04 .category {
	color: #ffc000;
}
.faq-box-wrapper {
	margin: 6em auto;
	max-width: 1100px;
	width: 90%;
}
.q-box, .a-box {
	font-size: 1.1em;
}
.q-box {
	background: #fff;
	border-bottom: 1px solid #b3b3b3;
	display: block;
	padding: 1.5em 2em 1.5em 1.5em;
	position: relative;
	z-index: 1;
}
.faq-box:first-of-type .q-box {
	border-top: 1px solid #b3b3b3;
}
.q-box::before {
	content: "Q.";
	display: inline-block;
	position: absolute;
	top: 1.4em;
	left: 0;
	width: 1.8em;
	height: 1.8em;
}
.q-box::after {
	content: "＋";
	display: inline-block;
	position: absolute;
	top: 1.4em;
	right: 0;
	width: 1.8em;
	height: 1.8em;	
}
.a-box {
	background: #f2f2f2;
	height: 0;
	margin-top: -3em;
	overflow: hidden;
	padding: 1.5em 3em;
	position: relative;
	transition: all 0.6s;
	z-index: -1;
}
.a-box::before {
	content: "A.";
	display: inline-block;
	margin-right: .25em;
	position: absolute;
	left: 1.5em;
}
.faq-box input {
	display: none;
}
.q-check:checked ~ .a-box {
	border-bottom: 1px solid #b3b3b3;
	height: auto;
	margin-top: 0;
	overflow: visible;
	transition: all 0.6s;
}
.q-check:checked ~ .q-box::after {
	content: "ー";
	display: inline-block;
	float: right;
	width: 1.8em;
	height: 1.8em;	
}

/*-------------------------------
 
services
 
-------------------------------*/
.step-box-wrapper {
	margin: 6em auto;
	max-width: 1000px;
}
.step-box-wrapper div {
	margin-bottom: 6em;
	padding: 80px 0 0 80px;
	position: relative;
}
.step-box-wrapper div::before {
	content: "";
    display: block;
    width: 220px;
    height: 320px;
    position: absolute;
    left: -20px;
    top: 0;
}
.step-box-wrapper div:first-of-type::before {
	background: url(img/step01.svg) no-repeat;
}
.step-box-wrapper div:nth-of-type(2)::before {
	background: url(img/step02.svg) no-repeat;
}
.step-box-wrapper div:nth-of-type(3)::before {
	background: url(img/step03.svg) no-repeat;
}
.step-box-wrapper div:nth-of-type(4)::before {
	background: url(img/step04.svg) no-repeat;
}
.step-box-wrapper div:nth-of-type(5)::before {
	background: url(img/step05.svg) no-repeat;
}
.step-box-wrapper div:nth-of-type(6)::before {
	background: url(img/step06.svg) no-repeat;
}
.step-box-wrapper .title-style03 {
	margin-bottom: .5em;
}
.step-box-wrapper img {
	display: block;
	margin-top: 2em;
}
.step-box-wrapper div:first-of-type img, .step-box-wrapper div:nth-of-type(3) img, .step-box-wrapper div:nth-of-type(5) img, .step-box-wrapper div:nth-of-type(6) img {
	width: 45%;
}
.step-box-wrapper div:nth-of-type(2) img, .step-box-wrapper div:nth-of-type(4) img {
	width: 60%;
}

/*-------------------------------
 
archive
 
-------------------------------*/
.archive-wrapper {
	margin: 6em auto 0 auto;
	overflow: hidden;
}
.archive-wrapper a {
	color: #000;
}
.archive-wrapper a:hover {
    opacity: 1;
}
.archive-box {
    float: left;
    margin-right: 5%;
    width: 70%;
}
.archive-box a:hover {
	background: #efefef;
}
.archive-box .title-style02 {
    margin-bottom: 2em;
}
.archive-box a {
    border-bottom: 1px solid #b3b3b3;
    box-sizing: border-box;
    display: block;
    padding: .8em 0;
}
.archive-box .date {
    font-size: .9em;
    margin-right: 4em;
}
.archive-box .category {
    color: #ffc000;
    font-size: .8em;
}
.archive-box .title {
    display: block;
}
.category-box {
    color: #fff;
    float: right;
    text-align: center;
    width: 25%;
}
.side-box {
	border: 1px solid #b3b3b3;
}
.category-title {
	background: #323232;
	border: 1px solid #b3b3b3;
	color: #fff;
	padding: .5em 1em;
}
.side-box-inner {
	padding: 0 1em 1em 1em;
}
.side-box-inner ul {
	list-style: disc;
	list-style-position: inside;t
}
.side-box-inner li {
	border-bottom: 1px solid #e6e6e6;
	font-size: .9em;
	padding: .5em;
}
.side-box-inner li::marker {
	color: #ffc000;
}
.side-box-inner li a {
	display: inline-block;
}
.single-box {
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	padding: 1em 0 2em 0;
}
.single-box .txt {
	margin-top: 2em;
}
.wp-pagenavi {
	margin: 3em auto 6em auto;
	overflow: hidden;
	padding: 0 1em;
	text-align: center;
	width: fit-content;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
	float: left;
	font-size: .8em;
	margin: 6px 6px auto auto!important;
    padding: 0 .8em!important;
}
.wp-pagenavi a:hover {
	background: #ffc000;
}
.wp-pagenavi:last-child {
	margin-right: 0;
}
.post-navi {
	margin: 3em auto 6em auto;
	overflow: hidden;
	padding: 0 1em;
	width: fit-content;
}
.post-navi a {
	border: 1px solid #b3b3b3;
	color: #000;
	float: left;
	font-size: .9em;
	margin-right: 10px;
	text-align: center;
	width: 70px;
}
.post-navi a:hover {
	background: #ffc000;
}
.post-navi a:last-of-type {
	margin-right: 0;
}

/*-------------------------------
 
works
 
-------------------------------*/
.works-category-box {
	margin: auto;
	width: 90%;
}
.works-category-box-inner {
	display: flex;
	grid-gap: 3em;
	height: 80px;
	margin: 6em auto;
	width: fit-content;
}
.works-category-box a, .works-category-box img {
	width: 80px;
	height: 80px;
}
.works-archive-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3em 4em;
	margin-bottom: 6em;
}
.works-archive-wrapper .thumbnail, .works-archive-wrapper .thumbnail img {
	aspect-ratio: 3 / 2;
}
.works-archive-wrapper .thumbnail {
    margin-bottom: 1em;
    overflow: hidden;
    width: 100%;
}
.works-archive-wrapper a, .works-archive-wrapper .thumbnail:hover {
	opacity: 1;
}
.works-archive-wrapper .thumbnail img {
	width: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.works-archive-wrapper .thumbnail img:hover {
	opacity: 1;
	transform:scale(1.2,1.2);
}
.works-archive-wrapper .txt {
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-gap: 1em;
}
.works-archive-wrapper .txt {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 1em;
}
.works-archive-wrapper .txt .title {
    display: table;
}
.works-archive-wrapper .txt .title p {
    display: table-cell;
    vertical-align: middle;
}
.works-single-wrapper {
	margin: auto;
	max-width: 1000px;
	width: 90%;
}
.works-single-box {
	margin-bottom: 6em;
}
.works-single-box .thumbnail {
	aspect-ratio: 3 / 2;
	margin-bottom: 3em;
	overflow: hidden;
}
.works-single-box .thumbnail img {
	width: 100%;
}
.works-single-box .works-icon {
	height: 100px;
}
.works-single-box .title-style02 {
	margin: 2em auto;
}

@media screen and (max-width: 1024px) {
header {
	height: 50px;
	padding: 1em 0;
}
header .pc, .pc {
	display: none;
}
.sp {
	display: block;
	margin: auto;
	overflow: hidden;
	width: 95%;
}
.sp .logo {
	display: block;
	width: 30%;
}
.sp .nav-box-mb img {
	box-sizing: border-box;
	display: block;
	margin: auto;
}
.mb_btn {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
}
.mb_btn span {
    background: #ffc000;
    display: block;
    font-weight: bold;
    position: relative;
    transition: all .6s;
    width: 30px;
    height: 2px;
}
.mb_btn span:first-child {
    top: 8px;
}
.mb_btn span:nth-child(2) {
    top: 14px;
}
.mb_btn span:nth-child(3) {
    top: 20px;
}
.mb_btn.active span:first-child {
    top: 10px;
    transform: translateY(6px) rotate(-45deg);
}
.mb_btn.active span:nth-child(2) {
    opacity: 0;
}
.mb_btn.active span:nth-child(3) {
    top: 18px;
    transform: translateY(-6px) rotate(45deg);
}
.mb_btn.active + .mb_menu ul {
    right: 0;
    transition: all .6s;
}
.mb_menu ul {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 60px;
    right: -80%;
    transition: all .6s;
    width: 80%;
}
.mb_menu ul li {
	float: none;
}
.mb_menu ul li a {
    border-bottom: 1px solid #ffc000;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    height: initial;
    padding: .5em 1em;
    width: 100%;
}
.mb_menu ul li:first-of-type a {
	border-top: 1px solid #ffc000;
}
.cta-box .txt {
	grid-template-columns: 1fr;
}
footer .logo img {
	width: 50%;
}
footer .address-box {
	float: none;
	margin-right: 0;
	width: 100%;
}
footer .address-box .btn-main {
	margin: 1em 0;
	position: relative;
}
.footer-nav-box {
	float: left;
	grid-gap: 1em;
	padding-left: 0;
	width: 100%;
}
.order-box {
	display: flex;
	flex-wrap: wrap;
}
.order01 {
	order: 1;
}
.order02 {
	order: 2;
}
.page-section01 {
	grid-gap: 2em;
}

/* top */
.main-copy {
	font-size: 3em;
	width: 95%;
}
.title-style01 {
	line-height: initial;
}
.section01, .section02 {
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: 1fr;
	width: 90%;
}
.section03-inner {
	grid-gap: 1em;
}
.section04, .section05 {
	width: 90%;
}

/* services */
.step-box-wrapper div:first-of-type img, .step-box-wrapper div:nth-of-type(2) img, .step-box-wrapper div:nth-of-type(3) img, .step-box-wrapper div:nth-of-type(4) img, .step-box-wrapper div:nth-of-type(5) img, .step-box-wrapper div:nth-of-type(6) img {
	width: 100%;
}

/* faq */
.faq-box-wrapper {
	width: 90%;
}

/* contact */
.table-style02 {
	width: 100%;
}

/* information */
.archive-box, .category-box {
	float: none;
	width: 100%;
}
.category-box {
	margin: 3em auto 6em auto;
}

/* works */
.works-archive-wrapper {
	grid-gap: 1em;
}
.works-category-box a, .works-category-box img {
	width: initial;
	height: initial;
}
.works-category-box-inner {
	height: initial;
}
.works-single-box .works-icon {
	height: 80px;
}
}

@media screen and (max-width: 768px) {
header {
	height: 30px;
}
.sp .logo {
	width: 70%;
}
.mb_menu ul {
	top: 70px;
}
.footer-nav-box {
	grid-template-columns: 1fr;
	grid-gap: 0;
}
.footer-bottom .link-box {
	float: left;
	width: 100%;
}
.footer-bottom .link-box li:first-of-type {
	padding-left: 0;
}
footer iframe {
	height: 280px;
}
.float-btn-box {
	position: fixed;
	bottom: 0;
	z-index: 100;
}
.top-btn {
    position: absolute;
    bottom: 100%;
    right: 0;
}
.cta-btn {
	display: flex;
}
.credit {
	padding-bottom: 100px;
}
.main-copy {
	font-size: 2em;
}
.btn-main {
	padding: .5em 1em;
}
.sub-main-box {
	line-height: 1.5em;
}
.title-style02 {
	font-size: 1.2em;
}
.copy-style01 {
	font-size: 1em;
	width: 100%;
}
.page-section01 {
	grid-template-columns: 1fr;
}

/* top */
.section03-inner {
	grid-template-columns: 1fr;
	grid-gap: 3em;
}
.section03-inner .txt {
	grid-template-columns: 1fr 6fr;
}
.section04-inner a {
	grid-template-columns: 1fr;
	grid-gap: 0;
}

/* about */
.page-section02 iframe {
	height: 280px;
}

/* services */
.step-box-wrapper div {
	padding: 60px 0 0 60px;
}

/* faq */
.a-box {
	padding: 1.5em 1.5em 1.5em 3em;
}

/* contact */
.tel {
	width: 80%;
}
.table-style02 {
	width: 100%;
}
.table-style02 th, .table-style02 td {
	display: block;
	width: 100%;
}
.table-style02 th {
	padding: 0 0 .25em 0;
}
.table-style02 td {
	padding: 0 0 1.5em 0;
}

/* works */
.works-archive-wrapper {
	grid-template-columns: 1fr;
	grid-gap: 3em;
}
.works-archive-wrapper .txt {
	grid-template-columns: 1fr 6fr;
}
.works-category-box-inner {
	grid-gap: 1em;
}
.works-single-box .works-icon {
	height: 60px;
}
}