@charset "utf-8";
/*　桑名・四日市でロゴデザイン・チラシデザイン・パンフレット制作なら『design office 102』　*/
/*　共通　*/
html {
	font-size: 62.5%;
	overflow-x:hidden;
}
div#site-loader-overlay {
	background-color: rgb(255 255 255);
}
div#site-loader-spinner {
	border-width: 1px !important;
}
body {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	color: rgb(13 13 13);
	letter-spacing: 0.05rem;
	position: relative;
	counter-reset: number 0;
	line-height: 2.4;
}
.headline-font-type {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font-type1 {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: rgb(13 13 13);
	font-weight: 400;
}
address {
	font-style: normal;
}
.header-bar {
	background-color: rgb(255 255 255) !important;
}
body.home .header::before {
	content: "";
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	left: 5%;
	background-image: url(/wp-content/themes/story_tcd041-child/img/fv_catchcopy.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}
.top-slider-content-inner::after {
	display: none;
}
.top-slider-wrapper {
	overflow: hidden;
	position: relative;
	width: calc(100% - 200px);
	height: calc(100vh - 100px);
	margin-right: 0;
	margin-left: auto;
	background: #fff;
}
.top-slider-wrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255 255 255 / 45%);
	z-index: 1;
}
body.home .header::after {
	content: 'SCROLL';
	position: absolute;
	color: rgb(13 13 13);
	line-height: 1;
	bottom: 10rem;
	left: 5%;
	font-size: 0.8rem;
	font-weight: 500;
	z-index: 10;
	letter-spacing: 0.3rem;
	font-family: "Shippori Antique B1", sans-serif;
	writing-mode: vertical-lr;
}
.top-slider {
	position: relative;
}
.top-slider-content-inner:hover {
	background: unset;
}
div#content01 {
	position: relative;
}
div#content01::before {
	content: "";
	left: 5%;
	z-index: 1;
	height: 150px;
	width: 1px;
	background: rgb(228 222 211);
	display: block;
	position: absolute;
	right: 0;
	top: -75px;
	-webkit-animation: scrollBorder 3s infinite ease-out;
	animation: scrollBorder 3s infinite ease-out;
}
@keyframes scrollBorder {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}
	15% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
	70% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}
}
ul#top-slider-nav {
	display: none;
}
.logo-image {
	position: absolute;
	top: 2.5rem;
	left: 3.5rem;
	width: 25rem;
	height: auto;
	margin-left: 0;
	font-size: 1.6rem;
}
.logo-image img {
	width: 100%;
}
.header-bar-inner {
	width: 100%;
}
.global-nav {
	padding-right: 2rem;
}
.global-nav > ul > li > a {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 9rem;
	padding: 0 2rem 0 2rem;
	text-align: center;
	letter-spacing: 0.2rem;
	color: rgb(13 13 13);
}
.global-nav > ul > li > a::after {
	position: relative;
	text-align: center;
	display: block;
	bottom: 2.8rem;
	line-height: 1;
	font-size: 0.9rem;
	letter-spacing: 0.15rem;
	font-weight: 400;
	color: rgb(140 135 125);
	font-family: "Shippori Antique B1", sans-serif;
}
.global-nav > ul > li.global-menu-001 > a::after {
	content: 'home';
}
.global-nav > ul > li.global-menu-002 > a::after {
	content: 'price';
}
.global-nav > ul > li.global-menu-003 > a::after {
	content: 'works';
}
.global-nav > ul > li.global-menu-004 > a::after {
	content: 'info';
}
.global-nav > ul > li.global-menu-005 > a::after {
	content: 'contact';
}
.global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
	color: #8C8C8C;
}
.global-nav .sub-menu a {
	background-color: rgb(156 153 146);
	font-size: 1.3rem;
}
.global-nav .sub-menu .current-menu-item > a {
	color: #ffffff;
}
.global-nav .sub-menu .current-menu-item > a::before {
	display: none;
}
.mb_YTPBar {
	display: none !important;
}
.top-slider-content {
	width: auto !important;
	height: 100% !important;
	background: none;
	padding: 0 !important;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
	z-index: 10;
}
.top-slider-content-inner {
	background: none;
	box-sizing: border-box;
	border-radius: 0;
	text-align: left;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	height: 100% !important;
	width: 100% !important;
}
.fv-main-content {
	width: 100%;
	height: 100%;
}
.fv-main-content-box {
	width: 70%;
	height: 100%;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	display: -webkit-flex;
	display: flex;
	display: none;
}
.fv-main-content-box img {
	width: 100%;
	height: auto;
}
.flex_lay {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
}
.flex_lay_box {
	width: calc(50% - 3rem);
	height: auto;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.flex_lay_box:nth-child(even) {}
.footer {
	position: relative;
	margin-top: 0;
}
.footer-map-box {
	width: 100%;
	height: 40rem;
	margin: 0 auto;
}
img.yoyaku_bunner {
	max-width: 30rem;
}
img.yoyaku_bunner:hover {
	opacity: 50%;
	transition: 0.5s;
}
footer#footer_wrapper {
	background: #F2F2F2;
	position: relative;
	z-index: 0;
}
.footer_inner_sec {
	width: 86%;
	max-width: 100rem;
	margin: 0 auto;
	padding: 3rem 0 3rem 0;
	gap: 3rem;
}
.footer_about_logo img {
	width: 100%;
	max-width: 18rem !important;
	margin-bottom: 1rem;
	display: none;
}
.footer_about_info {
	width: calc(55% - 1.5rem);
	box-sizing: border-box;
	color: rgb(13 13 13);
}
.footer_menu_box {
	width: calc(45% - 1.5rem);
	box-sizing: border-box;
	text-align: right;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	display: -webkit-flex;
	display: flex;
}
.footer_about_info h2 {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	letter-spacing: 0.15rem;
	font-family: "Shippori Antique B1", sans-serif;
	font-weight: 500;
}
p.address_footer {
	position: relative;
	margin-bottom: 1.5rem;
	line-height: 1.5;
	font-size: 0.8em;
	font-weight: 400;
}
p.address_footer span {
	margin-right: 0.5rem;
}
address.footer-contact-tel {
	font-size: 1.2em;
	line-height: 1;
	margin: 0.5rem auto 1.5rem 0;
	font-style: normal;
	letter-spacing: 0.1rem;
	font-weight: 800;
}
address.footer-contact-tel span {
	font-size: 0.7em;
}
address.footer-contact-tel a {
	color: rgb(13 13 13);
}
address.footer-contact-fax {
	font-size: 1.2em;
	line-height: 1;
	margin: 0.25rem auto 1rem 0;
	font-style: normal;
	letter-spacing: 0.1rem;
}
address.footer-contact-fax span {
	font-size: 0.7em;
}
address.footer-contact-fax a {
	color: #fefefe;
}
p.footer-contact-time span::before {
	content: "＜";
}
p.footer-contact-time span::after {
	content: "＞";
}
p.footer-contact-time {
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 0.75rem;
}
p.footer-contact-time span {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
p.footer-contact-time span:first-of-type {
	margin-left: 0;
}
.footer-bar01, p.copyright {
	background: rgb(255 255 255 / 0%);
	color: rgb(89 86 79);
	font-size: 1rem;
	text-align: right;
}
a.footer-con_but {
	display: inline-block;
	position: relative;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	border-radius: 5rem;
	text-align: center;
	margin-right: 0.5rem;
	background: #d9bd9c;
	transition: all .8s;
}
.footer-con-sns-but {
	margin-top: 1rem;
}
a.footer-con_but span {
	display: none;
}
a.footer-con_but::before {
	content: '';
	font-family: "design_plus";
	font-size: 2rem;
	color: #fff;
	z-index: 1;
	width: 5rem;
	font-weight: 400;
}
a.footer-con_but.footer-instagram_but::before {
	content: "\ea92";
}
a.footer-con_but.footer-line_but::before {
	content: "\e909";
}
a.footer-con_but.footer-instagram_but {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
a.footer-con_but.footer-line_but {
	background-color: #18c507;
}
a.footer-con_but.footer-twitter_but {
	background: #00acee;
}
a.footer-con_but.footer-twitter_but::before {
	content: "\f099";
	font-family: 'FontAwesome';
	color: #fff;
	z-index: 1;
	width: 4rem;
}
a.footer-con_but.footer-facebook_but {
	background: rgb(24, 119, 242);
}
a.footer-con_but.footer-facebook_but::before {
	content: "\f39e";
	font-family: 'FontAwesome';
	color: #fff;
	z-index: 1;
	width: 4rem;
}
a.footer-con_but:hover {
	opacity: 25%;
}
div#pagetop a {
	line-height: 1.7rem;
	background: none;
	color: rgb(13 13 13);
	transition: 0.5s;
}
div#pagetop a:hover {
	background: none;
	margin-bottom: 2.5rem;
}
/*　footersitemap　*/
.footer-sitemap.flex_lay {
	gap: 3rem;
}
ul.footer-list {
	width: calc(33.3333% - 2rem);
	box-sizing: border-box;
	padding: 0;
}
.footer-sitemap-tittle {
	font-weight: 500;
	font-size: 1.4rem;
	color: rgb(13 13 13);
	letter-spacing: 0.25rem;
	margin-bottom: 1.5rem;
	font-family: "Shippori Antique B1", sans-serif;
}
ul.footer-list li {
	line-height: 2;
	padding-bottom: 0.5rem;
	font-size: 1.1rem;
}
ul.footer-list li a {
	position: relative;
	font-weight: 400;
	color: rgb(13 13 13);
}
ul.footer-list li a::after {
	position: absolute;
	content: '';
	height: 0.1rem;
	width: 0%;
	left: 0;
	bottom: -0.2rem;
	background: rgb(89 86 79);
	transition: 0.4s;
}
ul.footer-list li a:hover::after {
	width: 100%;
}
/*　footersitemap___END　*/
/*　footercontact100　*/
.footer_100_contact {
	background: rgb(242 242 242);
	display: flex;
	position: relative;
}
.footer_100_contact a {
	width: 100%;
	height: 35rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 1;
	color: rgb(13 13 13);
}
.footer_100_contact p._tittle {
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.5rem;
	line-height: 1.5;
	font-family: "Shippori Antique B1", sans-serif;
}
.footer_100_contact p._text {
	letter-spacing: 0.1rem;
	margin-bottom: 2.5rem;
}
.footer_100_contact p.all_text {
	font-size: 0.85em;
	line-height: 2;
	text-align: center;
}
.footer_100_contact a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	background: rgb(13 13 13);
	transition: 0.5s;
	z-index: -1;
}
.footer_100_contact a:hover {
	color: rgb(255 255 255);
}
.footer_100_contact a:hover::before {
	width: 100%;
}
.footer_line{
	text-align:center;
	margin:30px auto;
}
.footer_line>p{
	margin-bottom:2rem;
	line-height:2rem;
}
/*　footercontact100___END　*/
/*　Instagram埋め込み　*/
.instagram_feed_inner {
	margin: 0 auto;
	max-width: 125rem;
	width: 86%;
}
h2.instagram_title {
	text-align: center;
	font-size: 3.5rem;
	letter-spacing: 0.5rem;
	font-weight: 300;
	line-height: 1.5;
	position: relative;
	color: #D9D9D9;
	margin-bottom: 2.5rem;
}
h2.instagram_title::before {
	content: "\f16d";
	display: block;
	font-family: 'fontawesome';
	line-height: 1;
	font-size: 1.8rem;
	font-weight: 300;
}
@media screen and (max-width:430px) {}
/*　Instagram埋め込み___END　*/
/*　共通レスポンシブ　*/
.dp-footer-bar-item + .dp-footer-bar-item {
	border-left: 1px solid rgb(242 242 242);
}
.dp-footer-bar {
	border-top: 1px solid rgb(242 242 242);
}
.dp-footer-bar a {
	color: rgb(242 242 242);
	background: rgb(89 86 79);
	line-height: 1.5;
}
@media only screen and (min-width: 1200px) {
	.global-nav .current-menu-item > a::before, .global-nav > ul > li > a::before, .global-nav .sub-menu a::before {
		content: '';
		height: 0;
		left: calc(50% - 0.1rem);
		width: 0.1rem;
		bottom: 0;
		position: absolute;
		background: rgb(190 190 188);
		transition: 0.5s;
	}
	.global-nav .current-menu-item > a::before, .global-nav > ul > li > a:hover::before {
		height: calc(100% - 8rem);
	}
}
@media only screen and (min-width: 768px) {
	address.footer-contact-tel a, address.footer-contact-fax a {
		pointer-events: none;
	}
}
@media screen and (max-width: 1200px) {
	.header-bar {
		width: 100%;
		left: 0;
		top: 0;
		border-radius: 0;
	}
	.logo-image {
		width: 15rem;
		top: -0.25rem;
		left: 1.5rem;
	}
	.global-nav-button:before {
		color: rgb(13 13 13);
	}
	.top-slider-wrapper {
		width: calc(100% - 150px);
		height: 52vh;
	}
	.top-slider-wrapper::after {
		display: none;
	}
	.header-youtube, .top-slider {
		height: 52vh;
	}
	.global-nav > ul > li > a {
		line-height: 5rem;
		padding: 0 3.5rem 0 3.5rem;
		text-align: left;
	}
	.global-nav > ul > li > a::after {
		color: #fff;
		text-align: left;
		left: 17rem;
		bottom: 2.9rem;
		width: 10rem;
	}
	.global-nav a, .global-nav a:hover {
		background: rgb(140 135 125);
	}
	.global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
		color: #fff;
	}
	.global-nav .sub-menu a {
		font-size: 1em;
		padding-left: 5rem;
	}
	.footer_100_contact a {
		height: 30rem;
	}
	body.home .header::after {
		display: none;
	}
}
@media screen and (max-width: 834px) {
	.logo-image {
		width: 15rem;
	}
	.flex_lay {
		gap: 1.5rem;
	}
	.flex_lay_box {
		width: 100%;
	}
	.flex_lay_box:nth-child(even) {
		margin-bottom: 0;
	}
	.footer_about_info {
		width: 100%;
		text-align: center;
	}
	.footer_menu_box {
		width: 100%;
		max-width: 35rem;
		margin: 0 auto;
		padding-left: 0;
	}
	.footer-bar01, p.copyright {
		text-align: center;
	}
	ul.footer-list {
		text-align: center;
	}
	.footer_100_contact p._tittle {
		font-size: 3rem;
		letter-spacing: 0.25rem;
	}
	.footer_100_contact p._text {
		font-size: 0.9em;
		margin-bottom: 2rem;
	}
	.footer_100_contact a {
		height: 26rem;
	}
	.footer-sitemap-tittle {
		text-align: center;
		margin-bottom: 1rem;
	}
	.footer_100_contact::after {
		content: "";
		position: absolute;
		width: 80%;
		height: 0.1rem;
		bottom: 0;
		left: 10%;
		background: rgb(225 225 225);
	}
	.footer_inner_sec.flex_lay {
		gap: 3rem;
	}
}
@media screen and (max-width:430px) {
	.logo-image {
		width: 12rem;
	}
	.header-bar-fixed ~ .top-slider-wrapper, .header-youtube {
		height: 42vh;
	}
	.global-nav > ul > li > a {
		font-size: 0.9em;
		padding: 0 2rem 0 2rem;
	}
	.global-nav > ul > li > a::after {
		width: 10rem;
		left: 10rem;
	}
	.global-nav .sub-menu a {
		font-size: 0.9em;
		padding-left: 4rem;
	}
	p.address_footer span {
		display: block;
	}
	.top-slider-wrapper {
		width: calc(100% - 50px);
	}
	.header::before {
		width: 60%;
		background-position: center bottom 30%;
	}
	.header::after {
		display: none;
	}
}
@media screen and (max-height:430px) {
	.header-youtube, .top-slider {
		height: 100vh;
	}
	.top-slider-wrapper {
		height: 100vh;
	}
}
/*　共通___END　*/
/*　オリジナル フロント　*/
.original_inner {
	margin: 0 auto;
	max-width: 125rem;
	width: 86%;
}
section.original01 {
	padding: 10rem 0 10rem;
	position: relative;
}
section.original01 .original_sub_menu {
	left: 5%;
	width: fit-content;
	margin-bottom: 5rem;
}
.original_sub_menu, .ori_topics__title h2 {
	font-size: 4.5rem;
	letter-spacing: 0.5rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	color: rgb(89 86 79);
	font-family: "Shippori Antique B1", sans-serif;
}
.original01_fast_title {
	position: relative;
}
.original_sub_menu span, .ori_topics__title h2 span {
	display: block;
	font-size: 0.25em;
	font-weight: 500;
	letter-spacing: 0.25rem;
	font-family: "Noto Sans JP", sans-serif;
	margin-left: 0.25rem;
	margin-top: 0.5rem;
}
section.original01 h2 {
	font-size: 2.75rem;
	letter-spacing: 0.1rem;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	margin-bottom: 5rem;
}
section.original01 h2::after {
	content: "Creating designs that leave a visual impression and touch the heart";
	display: block;
	font-size: 0.45em;
	letter-spacing: 0.07rem;
	font-weight: 500;
	color: rgb(140 135 125);
	margin-top: 2.5rem;
	font-family: "Shippori Antique B1", sans-serif;
	width: 50%;
	line-height: 2;
}
.original01img_box {
	position: relative;
}
.original01img_box img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.original01img_box_small {
	position: absolute;
	width: 54%;
	height: auto;
	bottom: -20%;
	right: -20%;
}
.scroll_border_tate {
	height: 150px;
	width: 1px;
	background: rgb(228 222 211);
	display: block;
	-webkit-animation: scrollBorder 3s infinite ease-out;
	animation: scrollBorder 3s infinite ease-out;
	margin-top: 5rem;
}
section.original03 {
	padding: 30rem 0 15rem;
	position: relative;
}
section.original03::before {
	content: "";
	display: block;
	position: absolute;
	width: 98%;
	height: 100%;
	background-image: url(/wp-content/themes/story_tcd041-child/img/fp_original03.jpg);
	background-size: cover;
	background-position: center;
	top: 0;
	left: 1%;
	z-index: -10;
}
section.original03::after {
	content: "";
	display: block;
	position: absolute;
	width: 98%;
	height: 100%;
	top: 0;
	left: 1%;
	z-index: -10;
	background: rgb(89 86 79);
	background: linear-gradient(108deg, rgb(89 86 79) 0%, rgb(140 135 125 / 69%) 100%);
}
.original03-text {
	position: relative;
	color: #ffffff;
	padding-left: 55%;
}
.original03-text h2 {
	font-size: 2.75rem;
	letter-spacing: 0.1rem;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	color: rgb(255 255 255);
	margin-bottom: 5rem;
}
.original03-text h2::after {
	content: "Bring out the image your customers have in mind";
	display: block;
	font-size: 0.45em;
	letter-spacing: 0.07rem;
	font-weight: 500;
	margin-top: 2.5rem;
	font-family: "Shippori Antique B1", sans-serif;
	width: 45%;
	line-height: 2;
}
.original_sub_menu.original04_sub {
	margin: 0 auto;
	max-width: 125rem;
	width: 86%;
	margin-top: 10rem;
	margin-bottom: 5rem;
}
section.original04 {
	margin: 0 0 15rem;
	background-color: rgb(254 254 254 / 0%);
}
.original04__frame {
	position: relative;
}
.original04__frame:last-of-type {
	margin-bottom: 0;
}
.original04__inner {
	width: 86%;
	max-width: 125rem;
	margin: 0 auto;
	position: relative;
	gap: 6rem;
}
.original04__inner.second {
	flex-direction: row-reverse;
}
.original04__img {
	width: calc(60% - 3rem);
	height: auto;
}
.original04__img img {
	width: 100%;
}
.original04__text {
	width: calc(40% - 3rem);
	box-sizing: border-box;
	position: relative;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	display: -webkit-flex;
	display: flex;
}
.original04__text h2 {
	font-size: 2rem;
	letter-spacing: 0.05rem;
	color: rgb(13 13 13);
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 2.5rem;
}
.original04__text p {
	font-size: 1.3rem;
	line-height: 2;
}
.original04__text::before {
	content: "001";
	display: block;
	z-index: -1;
	font-size: 2.25rem;
	line-height: 2;
	font-weight: 500;
	color: rgb(140 135 125);
	font-family: "Shippori Antique B1", sans-serif;
}
.original04__frame:nth-of-type(2) .original04__text::before {
	content: "002";
}
.original04__frame:nth-of-type(3) .original04__text::before {
	content: "003";
}
.original_sub_menu.original04_sub .scroll_border_tate {
	margin-bottom: 7rem;
}
section.ori_topics {
	margin: 15rem 0 15rem;
}
.ori_topics_inner {
	max-width: 125rem;
	width: 86%;
	margin: 0 auto;
}
.ori_topics__title h2 {
	margin-bottom: 3.5rem;
}
section.ori_topics .inner {
	width: 100%;
}
h2.headline-primary.headline-font-type {
	display: none;
}
.article03 {
	background: #ffffff;
	border: solid 1px #F2F2F2;
	box-sizing: border-box;
}
h2.article03-title.headline-font-type {
	color: rgb(89 86 79);
	font-size: 1.3rem;
	font-weight: 400;
}
.ori_topics__title .scroll_border_tate {
	margin-bottom: 4rem;
}
.original_slider_000 .original_sub_menu {
	margin: 0 auto;
	max-width: 125rem;
	width: 86%;
	margin-bottom: 5rem;
}
.content02_theme001_scrollborder {
	margin: 0 auto;
	max-width: 125rem;
	width: 86%;
	margin-top: 8rem;
	margin-bottom: 5rem;
}
/*　オリジナル フロント　レスポンシブ　*/
@media screen and (max-width:1400px) {
	.original01img_box_small {
		right: -10%;
	}
}
@media screen and (max-width:1200px) {
	section.original01 {
		padding: 10rem 0 5rem;
	}
	section.original01 h2 {
		font-size: 2.5rem;
	}
	.original_sub_menu, .ori_topics__title h2 {
		font-size: 4rem;
	}
	.original01img_box_small {
		right: 0;
		bottom: 0;
		position: relative;
		margin-top: 6rem;
	}
	section.original03 {
		padding: 15rem 0 10rem;
	}
	.original03-text h2 {
		font-size: 2.5rem;
		margin-bottom: 4rem;
	}
	.original03-text {
		padding-left: 45%;
	}
	.original03-text h2::after {
		margin-top: 2rem;
	}
	.original_sub_menu.original04_sub {
		margin-top: 8rem;
		margin-bottom: 4rem;
	}
	section.original04 {
		margin: 3.5rem 0 6rem;
	}
	.original04__inner {
		width: 86%;
		gap: 2rem;
	}
	.original04__frame {
		margin: 0 0 5rem;
	}
	.original04__text br {
		display: none;
	}
	.original04__img {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		/* align-items: center; */
		display: -webkit-flex;
		display: flex;
	}
	.original04__frame .original04__text {
		width: 100%;
	}
	section.ori_topics {
		margin: 6rem 0 10rem;
	}
	.article03-content {
		padding: 1.5rem 2rem;
	}
	h2.article03-title.headline-font-type {
		font-weight: 300;
		font-size: 1.3rem;
		margin-top: 0.5rem;
	}
	.scroll_border_tate {
		height: 100px;
	}
	.original_sub_menu.original04_sub .scroll_border_tate {
		margin-bottom: 4rem;
	}
}
@media screen and (max-width:834px) {
	div#content01::before {
		height: 100px;
	}
	section.original01 h2, .original03-text h2, h2.content01-title.headline-font-type, h2.headline-primary.headline-font-type, .original01a_title h2 {
		font-size: 2.25rem;
		text-align: left;
	}
	section.original01 {
		padding: 5rem 0 3rem;
	}
	.original_sub_menu, .ori_topics__title h2 {
		font-size: 3rem;
	}
	section.original01 h2 {
		margin-bottom: 4rem;
	}
	section.original03 {
		padding: 10rem 0 5rem;
	}
	.original03-text h2 {
		margin-bottom: 3rem;
	}
	.original03-text h2 br {
		display: none;
	}
	.original_sub_menu.original04_sub {
		margin-top: 5rem;
		margin-bottom: 3rem;
	}
	section.original04 {
		margin: 3rem 0 5rem;
	}
	.original04__inner {
		gap: 1rem;
	}
	.original04__text h2 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	section.ori_topics {
		margin: 5rem 0 7rem;
	}
	.article03-content {
		padding: 1rem 1rem;
	}
	section.original01 h2::after {
		margin-top: 2rem;
	}
	.original01img_box {
		margin-top: 4rem;
	}
	.original03-text {
		padding-left: 35%;
	}
	.original04__text::before {
		font-size: 1.75rem;
		line-height: 1.8;
	}
}
@media screen and (max-width:430px) {
	section.original01 h2, .original03-text h2 {
		font-size: 2rem;
	}
	section.original01 h2 {
		margin-bottom: 3rem;
	}
	.original03-text h2 {}
	.original04__frame {
		margin: 0 0 2.5rem;
	}
	.original04__text h2 {
		font-size: 1.75rem;
		margin-bottom: 1.5rem;
	}
	section.ori_topics {
		margin: 3rem 0 3rem;
	}
	h2.article03-title.headline-font-type {
		padding: 0 0.5rem;
	}
	p.article03-meta {
		padding: 0 0.5rem;
	}
	.article03 {
		width: 100%;
		margin: 0 auto 2.5rem !important;
	}
	.top-blog {
		margin-bottom: 5%;
	}
	.original_sub_menu, .ori_topics__title h2 {
		font-size: 2.5rem;
		letter-spacing: 0.25rem;
	}
	section.original01 {
		padding: 4rem 0 3rem;
	}
	section.original01 .original_sub_menu {
		margin-bottom: 3.5rem;
	}
	section.original01 h2::after {
		margin-top: 1.5rem;
	}
	.original01img_box {
		margin-top: 2rem;
	}
	.original01img_box_small {
		margin-top: 3rem;
	}
	.scroll_border_tate {
		height: 70px;
	}
	section.original03 {
		padding: 6rem 0 6rem;
	}
	.original03-text {
		padding: 0;
	}
	.original_sub_menu.original04_sub {
		margin-top: 4rem;
		margin-bottom: 2rem;
	}
	section.original04 {
		margin: 2rem 0 5rem;
	}
	.original_sub_menu.original04_sub .scroll_border_tate {
		margin-bottom: 3rem;
		margin-top: 0;
	}
	.ori_topics__title h2 {
		margin-bottom: 2.5rem;
	}
	.original_slider_000 .original_sub_menu {
		margin-bottom: 2.5rem;
	}
}
@media screen and (max-height: 430px) {}
/*　オリジナル フロント___END　*/
/*　contents02-item-theme001 of css　*/
.content02-item_theme001-inner {
	width: 86%;
	max-width: 125rem;
	margin: 0 auto;
}
.content02_theme001 {
	background: none;
	margin: 0 0 20rem;
}
.content02-item_theme001 {
	width: 100%;
	position: relative;
	margin-bottom: 8rem;
	gap: 6rem;
}
.content02-item_theme001:last-of-type {
	margin-bottom: 0;
}
.content02_theme001-img {
	width: calc(50% - 3rem);
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	display: -webkit-flex;
	display: flex;
}
.content02_theme001-img img {
	width: 100%;
}
.content02_theme001_box {
	width: calc(50% - 3rem);
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	display: -webkit-flex;
	display: flex;
}
.content02_theme001-subtitle {
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.8;
	position: relative;
	color: rgb(140 135 125);
	margin-bottom: 2.5rem;
	font-family: "Shippori Antique B1", sans-serif;
}
.content02_theme001-subtitle span {
	display: block;
	font-size: 0.5em;
	letter-spacing: 0.15em;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 0.4rem;
}
.content02_theme001-title.headline-font-type {
	line-height: 2;
	font-size: 2.25rem;
	font-weight: 400;
	margin-bottom: 2.5rem;
}
p.content02_theme001-text {
	line-height: 2.2;
	color: rgb(56 56 56);
}
a.content02_theme001-button, a.original03-button {
	display: block;
	width: 100%;
	max-width: 150px;
	background: #fff;
	color: rgb(140 135 125);
	font-size: 1.4rem;
	line-height: 43px;
	outline: none;
	transition: all .3s;
	position: relative;
	z-index: 1;
	margin-top: 6rem;
	letter-spacing: 0.25em;
	font-family: "Shippori Antique B1", sans-serif;
	font-weight: 500;
	margin-right: 0;
	margin-left: auto;
}
a.content02_theme001-button:hover {
	margin-right: -2.5%;
}
a.content02_theme001-button::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	border-right: 1px solid rgb(140 135 125);
	border-bottom: 1px solid rgb(140 135 125);
	rotate: -45deg;
	position: absolute;
	right: 0;
	top: -10px;
}
.content02_theme001 .original_sub_menu {
	margin: 0 auto;
	max-width: 125rem;
	width: 86%;
	margin-bottom: 5rem;
}
/*　レスポンシブ　*/
@media screen and (min-width:1024px) {}
@media screen and (max-width:1200px) {
	.content02_theme001 {
		margin: 0 0 15rem;
	}
	.content02_theme001-subtitle {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	.content02_theme001-title.headline-font-type {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	a.content02_theme001-button {
		margin-top: 5rem;
		line-height: 18px;
	}
	.content02_theme001 .original_sub_menu {
		margin-bottom: 2.5rem;
	}
	a.content02_theme001-button::before {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width:834px) {
	.content02_theme001 {
		margin: 0 0 10rem;
	}
	.content02_theme001-img {
		width: 100%;
		margin: 0 auto;
	}
	.content02_theme001_box {
		width: 100%;
	}
	.content02-item_theme001 {
		gap: 2rem;
	}
}
@media only screen and (max-width: 736px) {
	.content02_theme001-subtitle {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	.content02_theme001-title.headline-font-type {
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}
	a.content02_theme001-button {
		margin-top: 4rem;
		max-width: 130px;
	}
	.content02_theme001_scrollborder {
		margin-top: 3rem;
		margin-bottom: 4rem;
	}
}
@media screen and (max-width:430px) {}
/*　contents02-item-theme001 of css___END　*/
/*　投稿ページ　*/
.archive-header {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
body.blog .main, body.archive.category .main, body.archive.date .main {
	margin-top: 6em;
	margin-bottom: 6rem;
}
body.post-template-default .main {
	margin-bottom: 8rem;
}
h2.archive-title.headline-font-type {
	font-size: 3rem !important;
}
h1.post-title.headline-font-type {
	font-size: 2rem !important;
	font-weight: 400;
	margin: 10rem 0 0.2rem;
	color: rgb(13 13 13);
}
p.post-meta {
	margin-bottom: 3rem;
}
.page_navi p.back a {
	background: #caa053;
}
div#single_share_bottom {
	margin-top: 5rem;
}
#wp-calendar caption {
	color: rgb(13 13 13);
}
h4.headline-bar {
	background-color: rgb(255 255 255 / 0%);
	color: rgb(13 13 13);
	padding: 0;
	padding-left: 1em;
	border-bottom: solid 1px rgb(193 193 192);
	border-left: solid 2px rgb(140 135 125);
	margin-bottom: 1.5rem !important;
	font-size: 1.2em;
}
span.post-date {
	display: block;
	color: rgb(13 13 13);
}
.single .post-content img {
	width: auto;
}
.secondary.fright a:hover {
	opacity: 0.7;
}
.single_share .twitter a:before {
	content: "\e61b";
	font-family: fontawesome;
}
.post-meta-box-item a:hover {
	color: rgb(81 71 57);
}
/*　投稿ページレスポンシブ　*/
@media screen and (max-width:1200px) {
	.archive-header {
		margin-bottom: 2.5rem;
	}
}
@media screen and (max-width:834px) {
	.post-meta-box {
		background: none;
	}
	body.blog .main, body.archive.category .main, body.archive.date .main {
		margin-top: 6rem;
	}
	h4.headline-bar {
		padding: inherit;
		text-align: left;
		padding-left: 1.5rem;
	}
	h1.post-title.headline-font-type {
		font-size: 1.8rem !important;
		margin: 7rem 0 0.2rem;
	}
	body.post-template-default .main {
		margin-bottom: 4rem;
	}
	h2.archive-title.headline-font-type {
		font-size: 2.6rem !important;
	}
	p.post-meta {
		margin-bottom: 2rem;
	}
}
/*　投稿ページ___END　*/
/*　固定ページ　*/
.signage {
	background-image: url(/wp-content/themes/story_tcd041-child/img/i_catch.jpg) !important;
	background-size: cover;
	height: 30rem;
	z-index: 0;
	background-position: center right;
}
.signage::before {
	content: "";
	position: absolute;
	width: 350px;
	height: 101%;
	top: 0;
	left: 0;
	background: rgb(255 255 255);
	z-index: -1;
}
.signage::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255 255 255 / 70%);
	z-index: -1;
}
.breadcrumb li a, .breadcrumb li {
	color: rgb(89 86 79);
}
.breadcrumb-wrapper ul.breadcrumb.inner {
	max-width: 124rem;
	width: 86%;
	padding: 0;
}
h1.signage-title.headline-font-type {
	font-size: 3.5rem !important;
	font-weight: 600;
	text-shadow: none;
	color: rgb(13 13 13) !important;
	line-height: 1.7;
	position: relative;
	width: 86%;
	max-width: 125rem;
	margin: 0 auto;
	text-align: left;
	margin-top: -3rem;
}
p.signage-title-sub {
	font-size: 1.5rem !important;
	font-weight: 500;
	letter-spacing: 0.25rem;
	text-shadow: none;
	color: rgb(13 13 13) !important;
	width: 86%;
	max-width: 125rem;
	margin: 0 auto;
	padding-left: 0.5rem;
	text-align: left;
	font-family: "Shippori Antique B1", sans-serif;
}
.kp-content_inner {
	max-width: 115rem;
	width: 86%;
	margin: 0 auto;
}
.post-header {
	margin: 0;
}
section.kp-main-content {
	padding: 10rem 0 10rem;
	position: relative;
}
.kp-content {
	margin-bottom: 8rem;
}
.kp-content:last-of-type {
	margin-bottom: 0;
}
.kp-content_child {
	margin-bottom: 5rem;
}
.kp-content_child:last-child {
	margin-bottom: 0;
}

.wpcf7 {
	width: 100%;
	border: none;
	background: none;
	padding: 0;
	margin: 0 auto !important;
	font-size: 14px;
	padding-top: 1rem;
}
.wpcf7 p {
	margin-bottom: 1rem;
	font-weight: 500;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	border: none;
	line-height: 2;
	border-radius: 0;
	background: rgb(246 246 246);
}
.wpcf7 input.wpcf7-submit {
	font-size: 1.4rem;
	background-color: #ffffff;
	color: rgb(140 135 125);
	width: 100%;
	max-width: 33rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	transition: 0.5s;
	height: 6rem;
	font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: solid 0.1rem rgb(140 135 125);
}
.wpcf7 input.wpcf7-submit:hover {
	background-color: rgb(89 86 79);
	color: #fff;
	transform: translatey(0.5rem);
}
table.mail_table th, table.mail_table td {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0;
}
table.mail_table th {
	margin-bottom: 0.5rem;
}
table.mail_table td {
	margin-bottom: 2.5rem;
}
form.wpcf7-form p {
	padding-bottom: 0;
	line-height: 2.5rem;
}
span.required, span.required_off {
	color: #ffffff;
	font-size: 11px;
	background-color: rgb(173 105 105);
	padding: 0.3rem 0.6rem 0.3rem;
	vertical-align: inherit;
	margin-right: 0.75rem;
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 0.25rem;
}
span.required_off {
	background-color: rgb(140 135 125);
}
.post-content h2 {
	padding: 0;
	color: rgb(13 13 13);
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 2.5rem;
	text-align: center;
	position: relative;
	line-height: 1.8;
}
.post-content h2::after {
	content: "";
	display: block;
	width: 5rem;
	height: 0.1rem;
	background: rgb(140 135 125);
	text-align: center;
	margin: 0 auto;
	margin-top: 2.5rem;
}
.post-content h3 {
	font-size: 1.5rem;
	letter-spacing: 0.05rem;
	padding: 0;
	line-height: 1.5;
	font-weight: 500;
	color: rgb(89 86 79);
	margin-bottom: 1rem;
	margin-top: 2rem;
	border-bottom: dotted 0.1rem rgb(228 222 211);
	padding-bottom: 1rem;
}
.post-content h3:first-of-type {
	margin-top: 0;
}
.post-content p {
	font-size: 1.4rem;
	margin: 0;
}
.post-content table {
	margin: 0 0 0 0;
}
.post-content tr {
	border-bottom: solid 1px rgb(228 222 211);
}
.post-content td, .post-content th {
	border: none;
	background: #fff;
	vertical-align: middle;
	padding: 1.75rem 1rem 1.65rem;
	line-height: 1.8;
}
.post-content th {
	background: #ffffff;
	width: 23%;
	vertical-align: middle;
	color: rgb(13 13 13);
	font-weight: 500;
	text-align: left;
}
.post-content address {
	margin: 0 0 0 0;
	line-height: 2.2;
	font-style: normal;
}
address.single_page {
	font-weight: 500;
	font-size: 2.5rem;
	color: rgb(13 13 13);
	letter-spacing: 0.05rem;
	line-height: 1;
	margin-bottom: 1rem;
	text-align: center;
	font-family: "Shippori Antique B1", sans-serif;
}
address.single_page span {
	font-size: 0.5em;
	font-weight: 400;
}
.triangle {
	width: 0;
	height: 0;
	border-left: 10rem solid transparent;
	border-right: 10rem solid transparent;
	border-top: 3rem solid #dee8e8;
	margin: auto;
	margin-bottom: 10%;
}
section.kp-main-content.faq_00 h2 {
	margin-bottom: 0.25rem;
	font-weight: 600;
	font-size: 1.6rem;
	color: rgb(13 13 13);
	padding-left: 4rem !important;
	padding-top: 0.5rem;
	text-align: left;
	letter-spacing: 0.1rem;
	position: relative;
}
section.kp-main-content.faq_00 h2::before {
	content: "?";
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
	height: 4rem;
	line-height: 3.5rem;
	border-radius: 100%;
	font-size: 2.5rem;
	color: rgb(13 13 13);
	text-align: center;
	font-family: "Shippori Antique B1", sans-serif;
	font-weight: 500;
}
section.kp-main-content.faq_00 h2::after {
	display: none;
}
section.kp-main-content.faq_00 p {
	text-align: left !important;
	padding-left: 4rem;
	border-bottom: dotted 1px rgb(220 220 220);
	padding-bottom: 5rem;
	margin-bottom: 5rem;
}
section.kp-main-content.faq_00 p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.flow-box {
	display: block;
	position: relative;
	padding-left: 10rem;
	max-width: 70rem;
	padding-bottom: 6rem;
	margin: 0 auto;
}
.flow-box:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.flow-box::before {
	counter-increment: number 1;
	content: counter(number);
	background: #ffffff;
	display: block;
	position: absolute;
	width: 6.1rem;
	height: 6.1rem;
	text-align: center;
	line-height: 5.6rem;
	left: 0;
	color: rgb(89 86 79);
	font-size: 3rem;
	font-weight: 400;
	top: 0;
	z-index: 2;
	border-top: 0.1rem solid rgb(89 86 79);
	border-bottom: 0.1rem solid rgb(89 86 79);
	box-sizing: border-box;
	font-family: "Shippori Antique B1", sans-serif;
}
.flow-box h2 {
	text-align: left;
	margin-bottom: 0.5rem;
	border: none;
}
.flow-box h2 span {
	font-size: 0.6rem;
	margin-right: 0.5rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	color: #ff3b63;
	display: block;
	line-height: 1;
}
.flow-box h2::after {
	display: none;
}
.flow-box::after {
	height: 100%;
	width: 0.1rem;
	content: "";
	top: 0;
	left: 3rem;
	background: rgb(89 86 79);
	display: block;
	position: absolute;
	z-index: 0;
}
.flow-box:last-child::after {
	content: none;
	height: 0;
}
.flow-box:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
a.contact-button {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 5px;
  border: 1px solid rgb(204 204 204);
  margin-top: 20px;
  text-align: center;
  color: rgb(140 135 125);
  font-size: 1.4rem;
  outline: none;
  position: relative;
  letter-spacing: 0.25em;
  font-weight: 500;
}

a.contact-button::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: 0.5px solid rgb(140 135 125);
  border-bottom: 0.5px solid rgb(140 135 125);
  rotate: -45deg;
  position: absolute;
  right: 12px;
  top: 12px;
}



table.mail_table tr {
	border: 0;
}
.wpcf7 form {
	margin: 0;
}
section.kp-main-content.information .kp-content_inner, section.kp-main-content.contact .kp-content_inner, section.kp-main-content.faq_00 .kp-content_inner {
	max-width: 80rem;
}
p.kp_center00 {
	text-align: center;
}
p.kp_contact_required {
	font-size: 0.95em;
	margin-bottom: 1rem;
}
a.kp_bunner_btn {
	display: block;
	width: 100%;
	max-width: 35rem;
	border: solid 0.2rem #aed412;
	color: #88a709;
	background: #fff;
	padding: 0.75rem 0;
	text-align: center;
	margin: 0 auto;
	border-radius: 10rem;
	transition: 0.5s;
}
a.kp_bunner_btn:hover {
	background-color: #ff3b63;
	border: solid 0.2rem #ff3b63;
	color: #fff;
	transform: translatey(0.5rem);
}
.kp_yoyakuru00 {
	text-align: center;
}
p.kome_mark {
	font-size: 0.9em;
	line-height: 1.5;
	font-weight: 400;
	color: rgb(148 148 148);
	position: relative;
	padding-left: 1.5rem;
}
p.kome_mark::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
	color: rgb(239 124 51);
}
ul.kp_kome_mark {
	margin-top: 0.5rem;
}
ul.kp_kome_mark li {
	position: relative;
	line-height: 1.6;
	padding-left: 1.6rem;
	font-size: 0.85em;
	color: rgb(173 105 105);
	margin-bottom: 0.25rem;
}
ul.kp_kome_mark li:last-of-type {
	margin-bottom: 0;
}
ul.kp_kome_mark li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.6;
	color: rgb(173 105 105);
}
section.kp-main-content.contact ul.kp_kome_mark {
	width: 100%;
	max-width: 19rem;
	margin: 0 auto;
	margin-top: 2rem;
}
section.kp-main-content.greeting p {
	margin-bottom: 1.5rem;
}
section.kp-main-content.greeting p:last-of-type {
	margin-bottom: 0;
}
.kp_works_box.flex_lay {
	position: relative;
	padding: 4rem 0;
}
.kp_works_box.flex_lay::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.1rem;
	bottom: -4rem;
	left: 0;
	background: rgb(226 226 226);
}
.kp_works_box.flex_lay h2 {
	text-align: left;
}
.kp_works_box.flex_lay h2::after {
	margin-left: 0;
}

.kp_works_box .works-button {
	margin-top: 1.5em;
	border: 1px solid rgb(204 204 204);
	/*background-color: rgb(245 243 238);*/
}

.kp_works_box .works-button a.works_record-button {
  display: block;
  width: 100%;
  max-width: 180px;
  padding: 5px;
  /*background: #fff;*/
  color: rgb(140 135 125);
  font-size: 1.4rem;
  outline: none;
  transition: all.3s;
  position: relative;
  z-index: 1;
  letter-spacing: 0.25em;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
}

.kp_works_box .works-button a.works_record-button::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: 0.5px solid rgb(140 135 125);
  border-bottom: 0.5px solid rgb(140 135 125);
  rotate: -45deg;
  position: absolute;
  right: 24px;
  top: 12px;
}

section.kp-main-content.works .kp-content:last-of-type .kp_works_box.flex_lay {
	padding-bottom: 0;
}
section.kp-main-content.works .kp-content:last-of-type .kp_works_box.flex_lay::after {
	display: none;
}
section.kp-main-content.fee00 .kp-content_inner {
	max-width: 80rem;
}
section.kp-main-content.fee00 .flex_lay {
	gap: 5rem;
	margin-bottom: 3rem;
}
section.kp-main-content.fee00 .flex_lay_box {
	width: calc(40% - 2.5rem);
}
section.kp-main-content.fee00 .flex_lay_box:nth-child(even) {
	width: calc(60% - 2.5rem);
}
section.kp-main-content.fee00 .flex_lay_box:nth-child(even) p {
	font-size: 0.95em;
}
section.kp-main-content.fee00 h2 {
	margin-bottom: 4rem;
}
section.kp-main-content.fee00 h2::after {
	margin-top: 4rem;
}
section.kp-main-content.fee00 h2 span {
	font-family: "Shippori Antique B1", sans-serif;
	font-size: 1.1em;
	display: block;
	letter-spacing: 0.25rem;
	color: rgb(140 135 125);
}
section.kp-main-content.fee00 table td {
	text-align: right;
}
span.kp_pricetext {
	font-size: 1.2em;
	font-family: "Shippori Antique B1", sans-serif;
	margin: 0 0.2rem;
}
section.kp-main-content.fee00 table th {
	font-size: 1.1em;
}
.kp_works_box_imgbox {
	margin-bottom: -4rem;
}
/*　☆固定ページレスポンシブ　*/
@media screen and (max-width:1200px) {
	section.kp-main-content {
		padding: 7rem 0 7rem;
	}
	.kp-content {
		margin-bottom: 5rem;
	}
	.post-content h2 {
		line-height: 1.5;
	}
	section.kp-main-content.faq_00 p {
		margin-bottom: 3rem;
		padding-bottom: 3rem;
	}
	.signage::before {
		width: 150px;
	}
	.kp_works_box.flex_lay {
		padding: 2.5rem 0;
	}
	.kp_works_box.flex_lay::after {
		bottom: -2.5rem;
	}
	section.kp-main-content.fee00 h2 {
		margin-bottom: 3rem;
	}
	section.kp-main-content.fee00 h2::after {
		margin-top: 3rem;
	}
	section.kp-main-content.fee00 .flex_lay_box, section.kp-main-content.fee00 .flex_lay_box:nth-child(even) {
		width: 100%;
	}
	section.kp-main-content.fee00 .flex_lay {
		gap: 3rem;
		margin-bottom: 2rem;
	}
}
@media screen and (max-width:834px) {
	.signage {
		height: 20rem;
	}
	h1.signage-title.headline-font-type {
		font-size: 2.5rem !important;
	}
	p.signage-title-sub {
		font-size: 1rem !important;
	}
	.post-content td, .post-content th {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 1.5rem 0.5rem;
		line-height: 2;
	}
	.service-box {
		width: 100%;
	}
	section.kp-main-content.information th {
		padding-bottom: 0;
	}
	section.kp-main-content.information td {
		padding-top: 0;
	}
	.signage::before {
		width: 100px;
	}
	section.kp-main-content.greeting h2 {
		margin-top: 1rem;
	}
	section.kp-main-content.greeting p {
		margin-bottom: 1rem;
	}
	.kp_works_box.flex_lay {
		padding: 0;
	}
	.kp_works_box.flex_lay::after {
		display: none;
	}
	section.kp-main-content.fee00 table th {
		padding-bottom: 0;
	}
	section.kp-main-content.fee00 table td {
		padding-top: 0;
		text-align: left;
	}
}
@media screen and (max-width:430px) {
	p.kp_center00 {
		text-align: left;
	}
	.wpcf7 input.wpcf7-submit {
		height: 5rem;
	}
	.flow-box {
		padding-left: 8rem;
	}
	.flow-box h2 span {
		line-height: 1.5;
	}
	.service-box {
		padding: 2.5rem 2rem 2.5rem;
	}
	section.kp-main-content.faq_00 h2::before {
		width: 3.5rem;
		height: 3.5rem;
		line-height: 3rem;
		font-size: 2.25rem;
	}
	section.kp-main-content.faq_00 h2 {
		padding-left: 3.5rem !important;
		font-size: 1.6rem;
	}
	section.kp-main-content.faq_00 p {
		padding-left: 3.5rem;
	}
	.signage::before {
		width: 85px;
	}
	section.kp-main-content.fee00 h2 {
		margin-bottom: 2.5rem;
	}
	section.kp-main-content.fee00 h2::after {
		margin-top: 2.5rem;
	}
	section.kp-main-content.fee00 .flex_lay {
		gap: 2rem;
		margin-bottom: 1rem;
	}
	.kp_works_box_imgbox {
		margin-bottom: -2rem;
	}
}
/*　固定ページ___END　*/

/* 250225 TOP concept画像修正*/
.original01img_box_big img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

/* == 250923 == */
.contact .read-text {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .contact .read-text {
    text-align: center;
  }
}
.footer_100_contact {
    background: #ddd;
}

/* == 251229 あおいとり == */
.aoitori_sec .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.aoitori_sec .flex-wrap .text, .aoitori_sec .flex-wrap .image {
  width: calc((100% - 50px) / 2);
}
@media (max-width: 768px) {
  .aoitori_sec .flex-wrap .text, .aoitori_sec .flex-wrap .image {
    width: 100%;
  }
}
.aoitori_sec .flex-wrap .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aoitori_sec .content-wrap {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .aoitori_sec .content-wrap {
    padding: 30px 0;
  }
}
.aoitori_sec .content-wrap:nth-of-type(even) {
  background: #ddd;
}
@media (min-width: 769px) {
  .aoitori_sec .content-wrap:nth-of-type(odd) .flex-wrap {
    flex-direction: row-reverse;
  }
}
.aoitori_sec .content-wrap:first-of-type {
  padding-top: 0;
}
.aoitori_sec .content-wrap:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .aoitori_sec p {
    text-align: center;
  }
}
.aoitori_sec .illust img {
  display: block;
  max-width: 300px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .aoitori_sec .illust img {
    max-width: 200px;
  }
}
.aoitori_sec .head-logo {
  max-width: 600px;
  margin-inline: auto;
}
.aoitori_sec ul li {
  position: relative;
  padding-left: 1.5em;
}
.aoitori_sec ul li:before {
  content: "\f52d";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 600;
  color: #169cd1;
  position: absolute;
  left: 0;
}
ul.con-list {
	justify-content: center;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
ul.con-list li {
	width: 40%;
    font-weight: 600;
    margin: 0 10px 10px;
    background: linear-gradient(transparent 60%, rgba(140, 140, 140, .2) 30%);
    line-height: 1.8;
}
@media (max-width: 768px) {
	ul.con-list {
    justify-content: flex-start;
	}
	ul.con-list li {
	width: fit-content;
    margin: 0px 0 15px;
	}
}

a.single-con-but {
	background: #ddd;
    color: #0d0d0d;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding: 10px 30px;
    letter-spacing: 0.1em;
    margin-top: 5rem;
	max-width: 300px;
    box-sizing: border-box;
    font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a.single-con-but::after {
	content: "\f0e0";
    font-family: "design_plus";
    font-size: 16px;
	padding-left: 5px;
}