@charset "utf-8";
#page .txt_area p:last-child {
	margin-bottom: 0;
}
#page hr {
	border: none;
	height: 1px;
	background-image: linear-gradient(to right, #a9a9a9 0%, #a9a9a9 50%, transparent 50%, transparent 100%);
	background-size: 10px 100%;
	background-repeat: repeat-x;
}
#page  .box {
	padding: 20px;
	border: 1px solid #000;
}
#page  .box .our_services li::before {
	content: "◎";
	margin-right: 5px;
}
#page  .box .footnote li::before {
	content: "※";
	margin-right: 5px;
}
#page  .box .footnote {
	margin-top: 40px;
}
#page  .box .footnote li {
	margin-bottom: 0.5em;
}
#page .txt_btn {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	#page  .box .footnote {
		margin-top: 20px;
	}
}
/* WEB Design */
.page-webdesign .block._01 .flex_wrap .img_area {
	width: 38.2%;
}
.page-webdesign .block._01 .flex_wrap .txt_area {
	width: 58.8%;
}
.page-webdesign .block._02 .flex_wrap .img_area {
	width: 31.2%;
}
.page-webdesign .block._02 .flex_wrap .txt_area {
	width: 65.8%;
}
.page-webdesign .block._02 .flex_wrap._02 {
	margin-top: 40px;
}
.page-webdesign .block._03 .box {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.page-webdesign .block._01 .flex_wrap .img_area,
	.page-webdesign .block._01 .flex_wrap .txt_area,
	.page-webdesign .block._02 .flex_wrap .img_area,
	.page-webdesign .block._02 .flex_wrap .txt_area {
		width: 100%;
	}
	.page-webdesign .flex_wrap .img_area {
		margin-bottom: 1em;
	}
}

/* G Design */
.page-graphicdesign .block._01 .flex_wrap._01 .img_area {
	width: 34.6%;
}
.page-graphicdesign .block._01 .flex_wrap._01 .txt_area {
	width: 63.4%;
}
.page-graphicdesign .block._01 .flex_wrap._02 .img_area {
	width: 31.2%;
}
.page-graphicdesign .block._01 .flex_wrap._02 .txt_area {
	width: 66.8%;
}
.page-graphicdesign .block._02 .flex_wrap,
.page-graphicdesign .block._03 .flex_wrap {
	margin-top: 30px;
}
.page-graphicdesign .block .flex_wrap .element,
.page-productdesign .block .flex_wrap .element {
	width: calc(100% / 3 - 20px); 
	max-width: 280px;
}
.page-graphicdesign .block .flex_wrap .element .img_area,
.page-productdesign .block .flex_wrap .element .img_area {
	width: 100%;
	margin-bottom: 10px;
}
.page-graphicdesign .block .flex_wrap .element .txt_area,
.page-productdesign .block .flex_wrap .element .txt_area {
	width: 100%;
}
.page-graphicdesign .block._03 .unit {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.page-graphicdesign .block._01 .flex_wrap._01 .img_area,
	.page-graphicdesign .block._01 .flex_wrap._01 .txt_area,
	.page-graphicdesign .block._01 .flex_wrap._02 .img_area,
	.page-graphicdesign .block._01 .flex_wrap._02 .txt_area {
		width: 100%;
	}
	.page-graphicdesign .block .flex_wrap .element,
	.page-productdesign .block .flex_wrap .element {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.page-graphicdesign .flex_wrap .img_area {
		margin-bottom: 1em;
	}
}

/* P Design */
.page-productdesign .block._01 .flex_wrap .img_area,
.page-productdesign .block._03 .flex_wrap._01 .img_area {
	width: 34.6%;
}
.page-productdesign .block._01 .flex_wrap .txt_area,
.page-productdesign .block._03 .flex_wrap._01 .txt_area {
	width: 63.4%;
}
.page-productdesign .block._02 .flex_wrap {
	margin-top: 40px;
}
.page-productdesign .block._02 .flex_wrap .img_area {
	width: 31.1%;
}
.page-productdesign .block._02 .flex_wrap .txt_area {
	width: 66.9%;
}
@media screen and (max-width: 768px) {
	.page-productdesign .block._01 .flex_wrap .img_area,
	.page-productdesign .block._03 .flex_wrap._01 .img_area,
	.page-productdesign .block._01 .flex_wrap .txt_area,
	.page-productdesign .block._03 .flex_wrap._01 .txt_area,
	.page-productdesign .block._02 .flex_wrap .img_area,
	.page-productdesign .block._02 .flex_wrap .txt_area {
		width: 100%;
	}
	.page-productdesign .flex_wrap .img_area {
		margin-bottom: 1em;
	}
}

/* S Design */
.page-spacedesign .block._01 .flex_wrap .img_area {
	width: 34.6%;
}
.page-spacedesign .block._01 .flex_wrap .txt_area {
	width: 63.4%;
}
.page-spacedesign .block._01 .unit .flex_wrap .img_area,
.page-spacedesign .block._02 .flex_wrap .img_area {
	width: 31.1%;
}
.page-spacedesign .block._01 .unit .flex_wrap .txt_area,
.page-spacedesign .block._02 .flex_wrap .txt_area {
	width: 66.9%;
}
.page-spacedesign .block._01 .unit .flex_wrap._03,
.page-spacedesign .block._01 .unit .flex_wrap._04,
.page-spacedesign .block._02 .flex_wrap {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.page-spacedesign .block._01 .flex_wrap .img_area,
	.page-spacedesign .block._01 .flex_wrap .txt_area,
	.page-spacedesign .block._01 .unit .flex_wrap .img_area,
	.page-spacedesign .block._02 .flex_wrap .img_area,
	.page-spacedesign .block._01 .unit .flex_wrap .txt_area,
	.page-spacedesign .block._02 .flex_wrap .txt_area {
		width: 100%;
	}
	.page-spacedesign .flex_wrap .img_area {
		margin-bottom: 1em;
	}
}

/* About us */
.page-company .block._01 p.comment {
	width: 84%;
	margin: 0 auto 60px;
}
.page-company .block .flex_wrap .element {
	width: calc(100% / 3 - 20px); 
	max-width: 280px;
}
.page-company .block .flex_wrap .element .img_area {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.page-company .block .flex_wrap .element .img_area img {
	max-width: 200px;
	margin: 0 auto;
	border-radius: 100%;
}
.page-company .block .flex_wrap .element .txt_area {
	width: 100%;
}
.page-company .block .flex_wrap .element .txt_area h5 {
	font-size: 1.35rem;
	font-weight: 600;
	text-align: center;
}
.page-company .block .flex_wrap .element .txt_area h5 span {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: bold;
	color: #afafaf;
	display: block;
}
.page-company .block._02 dl,
.page-company .block._02 dt,
.page-company .block._02 dd {
	display: flex;
	align-items: flex-start;
}
.page-company .block._02 dl {
	width: 80%;
	margin: 0 auto 40px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-company .block._02 dt {
	width: 100px;
	padding: 10px 0;
	justify-content: flex-start;
}
.page-company .block._02 dd {
	width: calc(100% - 120px);
	padding: 10px 0;
	justify-content: flex-start;
}
.page-company .map {
	width: 100%;
	margin-bottom: 40px;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width: 768px) {
	.page-company .block._01 p.comment,
	.page-company .block._02 dl {
		width: 100%;
	}
	.page-company .block .flex_wrap .element {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

/* message */
.page-message .block._01 .flex_wrap {
	width: 91%;
	margin: 0 auto;
}
.page-message .block._01 .flex_wrap .img_area {
	width: 26.5%;
}
.page-message .block._01 .flex_wrap .txt_area {
	width: 70.5%;
}
.page-message .block._02 h4 {
	margin-bottom: 30px;
	font-size: 1.07rem;
	font-weight: normal;
	line-height: 1.15;
	text-align: center;
}
.page-message .block._02 h4 .name {
	font-family: "Klee One", system-ui, "YuGothic", sans-serif;
	font-size: 2.5rem;
	display: block;
}
.page-message .block._02 h4 .en {
	font-size: 0.8rem;
}
.page-message .block._02 dl,
.page-message .block._02 dt,
.page-message .block._02 dd {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.page-message .block._02 dl {
	width: 91%;
	margin: 0 auto 40px;
}
.page-message .block._02 dt {
	width: 100px;
	padding: 20px 0;
}
.page-message .block._02 dd {
	width: calc(100% - 100px);
	padding: 20px 0;
}
.page-message dd {
	position: relative;
}
.page-message dd p:last-child {
	margin-bottom: 0;
}
.page-message dd::after {
	content: "";
	position: absolute;
	width: calc(100% + 100px); 
	height: 1px;
	left: -100px;
	bottom: 0;
	background-image: linear-gradient(to right, #a9a9a9 0%, #a9a9a9 50%, transparent 50%, transparent 100%);
	background-size: 10px 100%;
	background-repeat: repeat-x;
}
.page-message dd:last-child::after {
	background: none;
}
@media screen and (max-width: 768px) {
	.page-message .block._01 .flex_wrap,
	.page-message .block._01 .flex_wrap .txt_area,
	.page-message .block._02 dl,
	.page-message .block._02 dt,
	.page-message .block._02 dd{
		width: 100%;
	}
	.page-message .block._01 .flex_wrap .img_area {
		width: 50%;
		margin: 0 auto 1em;
	}
	.page-message .block._02 dl {
		margin-bottom: 0;
	}
	.page-message .block._02 dt {
		padding: 20px 0 0;
	}
	.page-message .block._02 dd {
		padding: 0 0 20px;
	}
	.page-message dd::after {
		width: 100%; 
		left: 0;
	}
}

/* お問い合わせ */
.page-contact dl {
	width: 91%;
	margin: 40px auto 0;
	padding-bottom: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-contact dt {
	width: 28%;
	padding: 15px;
	font-size: 1.35rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-contact dt .required {
	padding: 6px 10px;
	margin-left: 10px;
	font-size: 0.9rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	background: #727272;
	border-radius: 5px;
	display: block;
}
.page-contact dd {
	width: 70%;
	padding: 15px;
	font-size: 1.35rem;
}
.page-contact dd p {
	margin-bottom: 0;
}
.page-contact dd input,
.page-contact dd textarea {
	border-radius: 15px;
}
.page-contact .wpcf7-list-item.first {
	display: none;
}

.page-contact input[type="submit"] {
	width: 254px;
	margin-top: 40px;
    padding: 15px 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    color: #fff;
    background: #000;
	border: 1px solid #000;
    display: block;
}
.page-contact input[type="submit"]:hover {
    color: #000;
    background: #fff;
    transition: .5s;
}
.page-contact .wpcf7-response-output {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
.page-contact .screen-reader-response ul,
.page-contact .wpcf7-response-output {
    display: none;
}
.page-contact span.wpcf7-not-valid-tip {
    color: #94363c;
}
@media screen and (max-width: 768px) {
	.page-contact dt {
		width: 100%;
		padding: 15px 0 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.page-contact dt .required {
		margin-left: 6px;
		width: 27px;
		height: 15px;
	}
	.page-contact dd {
		width: 100%;
		padding: 10px 0;
	}
	.page-contact dd input,
	.page-contact dd textarea {
    	border-radius: 10px;
	}
	.page-contact dd .wpcf7-list-item {
    	margin-right: 20px;
	}
}

/* 新着記事 */
.single-post .inner {
	max-width: 1000px;
	padding: 40px 20px 60px;
}
.single-post .post-thumbnail {
	margin-bottom: 20px;
	text-align: center;
}
.single-post .post-category {
	width: 100px;
    margin: 0 auto 3px;
    padding: 1% 5%;
    font-size: 0.8rem;
    line-height: 1;
    color: #b8b8b8;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b8b8b8;
    border-radius: 50px;
}
@media screen and (max-width: 768px) {
	.single-post .inner {
		padding: 10px 20px 20px;
	}
	.single-post .post-category {
	    margin: 0 auto 10px;
	}
}


/* 制作事例 */
#custom .works .inner {
	padding: 40px 20px 60px;
}
#custom .works .works-category-menu {
	margin-bottom: 40px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	display: flex;
	justify-content: space-around;
}
#custom .works .works-category-menu li {
	width: 20%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#custom .works .works-category-menu li a {
	width: 100%;
	height: 100%;
	padding: 10px 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
#custom .works.works-all .works-category-menu li.menu01,
#custom .works.works-promotion .works-category-menu li.menu02,
#custom .works.works-web .works-category-menu li.menu03,
#custom .works.works-product .works-category-menu li.menu04,
#custom .works.works-sign .works-category-menu li.menu05 {
	background:#000;color: #fff;
}

#custom .works .works-list {
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#custom .works .works-list li {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 13px;
	border: 10px solid #eaeaea;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#custom .works .works-list li:nth-child(3n) {
	margin-right: 0;
}
#custom .works .works-list li a {
	width: 100%;
}
#custom .works-list li .thumbnail {
	margin-bottom: 6px;
	text-align: center;
}
#custom .works-list li .works-category {
    margin: 0 0 6px;
    padding: 1% 5%;
    font-size: 0.8rem;
    line-height: 1;
    color: #b8b8b8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b8b8b8;
    border-radius: 50px;
}
#custom .works-list li .post-title {
	margin-bottom: 6px;
	font-size: 1rem;
	font-weight: 600;
}
#custom .works-gallery {
	width: 94%;
	margin: 0 auto;
}
#custom .works-gallery .slide-item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#custom .works-gallery .responsive-btn-wrap.prev {
	width: 3%;
    left: -2.5%;
}
#custom .works-gallery .responsive-btn-wrap.next {
	width: 3%;
    right: -6%;
}
#custom .works-gallery .slick-next,
#custom .works-gallery .slick-prev {
    height: auto;
    aspect-ratio: 83 / 150;
}
#custom .works-gallery .slick-prev:before {
    background: url(../images/common/works_arrow_p.svg);
    background-size: 100%;
}
#custom .works-gallery .slick-next:before {
    background: url(../images/common/works_arrow_n.svg);
    background-size: 100%;
}
#custom .works-gallery .slide-item .photo_comment {
    display: block;
    margin-top: 8px;
    font-size: 1rem;
}
#custom .works-gallery-thum {
	width: 94%;
    margin: 20px auto 0;
}
#custom .works-gallery-thum .thumbnail-item {
	padding: 0 5px;
}
#custom .works-gallery-thum .thumbnail-item img {
	width: auto;
	height: 100%;
	overflow: hidden;
}
#custom .works-gallery-thum .responsive-btn-wrap {
	width: 3%;
	padding-top: 3%;
}
#custom .works-gallery-thum .responsive-btn-wrap.prev {
    left: -3%;
}
#custom .works-gallery-thum .responsive-btn-wrap.next {
    right: -6%;
}
#custom .works-content {
    font-size: 1rem;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
	#custom .works .inner {
		padding: 30px 20px;
	}
	#custom .works .works-category-menu {
		flex-wrap: wrap;
	}
	#custom .works .works-category-menu li {
		width: 50%;
	}
	#custom .works .works-category-menu li.menu01 {
		width: 100%;
	}
	#custom .works .works-list li {
		width: calc((100% - 15px) / 2);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	#custom .works .works-list li:nth-child(3n) {
    	margin-right: 15px;
	}
	#custom .works .works-list li:nth-child(even) {
    	margin-right: 0;
	}
	#custom .works-gallery {
		width: 96%;
		margin: 0 auto;
	}
	#custom .works-gallery-thum {
		margin: 20px auto 0;
		width: 96%;
	}
	#custom .works-gallery-thum .responsive-btn-wrap.prev {
        left: -3%;
        width: 5%;
		padding-top: 5%;
    }
	#custom .works-gallery-thum .responsive-btn-wrap.next {
        right: -9%;
        width: 5%;
		padding-top: 5%;
    }
}
