@charset "utf-8";
/**
/* トップページ CSS
----------------------------------------------- */
/*　　メッセージ　　*/
.frontWrap .message-guide{
	padding: 60px 0 80px 0;
}
.frontWrap .message-guide:before{
	position: absolute;
	content:'';
	display: block;
	width: 50%;
	max-width: 960px;
	height: 117px;
	left: 0;
	bottom: 23px;
	background: #b4eaf4;
	z-index: -1;
}
.frontWrap .message-guide .messageArea{
	background: #ffffff;
	box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.06);
	padding: 80px 30px;
}
.frontWrap .message-guide .messageArea p{
	color: #151212;
	font-size: 24px;
	font-weight: 700;
	line-height: 2.45;
	letter-spacing: 0.06em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.frontWrap .message-guide{
		padding: 8% 0 10% 0;
	}
	.frontWrap .message-guide:before{
		height: 15vw;
		bottom: 3%;
	}
	.frontWrap .message-guide .messageArea{
		padding: 8% 5%;
	}
	.frontWrap .message-guide .messageArea p{
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .message-guide{
		padding: 40px 0 60px 0;
	}
	.frontWrap .message-guide:before{
		height: 80px;
		bottom: 20px;
	}
	.frontWrap .message-guide .messageArea{
		padding: 40px 20px;
	}
	.frontWrap .message-guide .messageArea p{
		font-size: 20px;
	}
}
/*　　コンテンツ　　*/
.front-contens{
	padding: 60px 0 110px 0;
}
.front-contens:before{
	background: #f9f9f9;
	content: '';
	position: absolute;
	width: 98%;
	max-width: 1700px;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.front-contens .l-contents{
	display: flex;
	justify-content: space-between;
}
.front-contens .l-main{
	width: 585px;
}
.front-contens .l-side{
	width: calc(100% - 6% - 585px);
	margin-top: 90px;
}
@media only screen and (max-width: 767px) {
	.front-contens{
		padding: 10% 0 10% 0;
	}
	.front-contens:before{
		width: 100%;
	}
	.front-contens .l-contents{
		display: block;
	}
	.front-contens .l-main{
		width: 100%;
	}
	.front-contens .l-side{
		width: 100%;
		margin-top: 15%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-contens{
		padding: 50px 0 60px 0;
	}
	.front-contens:before{
		width: 100%;
	}
	.front-contens .l-contents{
		display: block;
	}
	.front-contens .l-main{
		width: 100%;
	}
	.front-contens .l-side{
		width: 100%;
		margin-top: 60px;
	}
}
/*　　制作実績　　*/
.front-contens .production-list .production-items{
	width: calc(50% - 38px);
}
.front-contens .l-main .ttlArea{
	margin-bottom: 60px;
}
.front-contens .l-main .block_btn{
	margin-top: 92px;
}
@media only screen and (max-width: 767px) {
	.front-contens .production-list .production-items{
		width: calc(50% - 2%);
		margin-bottom: 10%;
	}
	.front-contens .l-main .ttlArea{
		display: block;
		margin-bottom: 8%;
	}
	.front-contens .l-main .ttlArea h2{
		margin-bottom: 2%;
	}
	.front-contens .l-main .ttlArea .roma{
		margin-left: 0;
	}
	.front-contens .l-main .block_btn{
		margin-top: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-contens .production-list .production-items{
		width: calc(33.3333% - 30px);
	}
	.front-contens .l-main .ttlArea{
		margin-bottom: 40px;
	}
	.front-contens .l-main .block_btn{
		margin-top: 60px;
	}
}
/*　　サイド　　*/
.front-contens .note_btn{
	margin-bottom: 53px;
}
.front-contens .note_btn a{
	position: relative;
	display: block;
	border: 2px solid #5cbacb;
	background: #f0f0f0;
	color: #191919;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border-radius: 5px;
	padding: 16px 32px 16px 25px;
}
.front-contens .note_btn span {
	display: inline-block;
	margin-right: 13px;
}
.front-contens .note_btn span img{
	margin-top: -6px;
}
.front-contens .note_btn a::before{
	font-family: "Font Awesome 5 Free";
	position: absolute;
	content: "\f054";
	display: block;
	color: #5cbacb;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 1px;
}
.front-contens .news-grid .ttlArea{
	margin-bottom: 38px;
}
.front-contens .news-grid .ttlArea h2{
	border-left: 4px solid #5cbacb;
	padding-left: 15px;
}
.front-contens .news-grid .post-list .post-items .imgArea{
	width: 167px;
}
.front-contens .news-grid .post-list .post-items .contentArea{
	width: calc(100% - 167px);
}
.front-contens .news-grid .block_btn{
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.front-contens .note_btn{
		margin-bottom: 8%;
	}
	.front-contens .note_btn a{
		font-size: 4.4vw;
		padding: 4% 3% 4% 5%;
	}
	.front-contens .note_btn span {
		margin-right: 3%;
	}
	.front-contens .note_btn span img{
		width: 20vw;
		margin-top: -5%;
	}
	.front-contens .note_btn a::before{
		font-size: 3.6vw;
		right: 3%;
	}
	.front-contens .news-grid .ttlArea{
		margin-bottom: 5%;
	}
	.front-contens .news-grid .ttlArea h2{
		padding-left: 10px;
	}
	.front-contens .news-grid .post-list .post-items .imgArea{
		width: 40%;
	}
	.front-contens .news-grid .post-list .post-items .contentArea{
		width: calc(100% - 40%);
	}
	.front-contens .news-grid .block_btn{
		margin-top: 8%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-contens .note_btn{
		margin-bottom: 30px;
	}
	.front-contens .note_btn a{
		font-size: 20px;
		padding: 12px 25px 12px 20px;
	}
	.front-contens .note_btn span {
		margin-right: 10px;
	}
	.front-contens .note_btn span img{
		margin-top: -6px;
	}
	.front-contens .note_btn a::before{
		font-size: 14px;
		right: 13px;
	}
	.front-contens .news-grid .ttlArea{
		margin-bottom: 20px;
	}
	.front-contens .news-grid .ttlArea h2{
		padding-left: 15px;
	}
	.front-contens .news-grid .post-list .post-items .imgArea{
		width: 167px;
	}
	.front-contens .news-grid .post-list .post-items .contentArea{
		width: calc(100% - 167px);
	}
	.front-contens .news-grid .block_btn{
		margin-top: 30px;
	}
}
/*　　アドレス　　*/
.address-guide .address-grid{
	background: url(../image/address_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
	width: 50%;
}
.address-guide .address-grid .address-box{
	position: absolute;
	background: #ffffff;
	width: 90%;
	max-width: 560px;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.11);
	padding: 80px 30px;
}
.address-grid .address-box .box-inner{
    max-width: 372px;
    margin: auto;
}
.address-grid .address-box .ttlArea{
	margin-bottom: 20px;
}
.address-grid .address-box p{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.address-grid .address-box .block_btn{
	margin-top: 28px;
}
.address-guide .map-grid{
	width: 50%;
	line-height: 0;
}
.address-guide .map-grid iframe{
	width: 100%;
	height: 460px;
}
@media only screen and (max-width: 767px) {
	.address-guide .address-grid{
		width: 100%;
		padding: 8% 5%;
	}
	.address-guide .address-grid .address-box{
		position: relative;
		width: 100%;
		max-width: inherit;
		top: auto;
		right: auto;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		padding: 8%;
	}
	.address-grid .address-box .box-inner{
	    max-width: inherit;
	}
	.address-grid .address-box .ttlArea{
		margin-bottom: 5%;
	}
	.address-grid .address-box p{
		font-size: 3.6vw;
	}
	.address-grid .address-box .block_btn{
		margin-top: 6%;
	}
	.address-guide .map-grid{
		width: 100%;
	}
	.address-guide .map-grid iframe{
		height: 60vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.address-guide .address-grid .address-box{
		padding: 40px 25px;
	}
	.address-grid .address-box .box-inner{
	    max-width: 372px;
	}
	.address-grid .address-box .ttlArea{
		margin-bottom: 15px;
	}
	.address-grid .address-box p{
		font-size: 14px;
	}
	.address-grid .address-box .block_btn{
		margin-top: 20px;
	}
	.address-guide .map-grid iframe{
		height: 320px;
	}
}
/**
/* 作品一覧 CSS
----------------------------------------------- */
.production-list{
	column-gap: 75px;
	row-gap: 92px;
}
.archive .production-list .production-items{
	width: calc(33.333% - 50px);
}
.production-list .production-items .imgArea{
	margin-bottom: 18px;
}
.production-list .production-items .imgArea img{
	border: 1px solid #efefef;
}
.production-list .production-items h3{
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 13px;
}
.production-list .production-items p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.production-list .production-items .link_btn{
	text-align: center;
	margin-top: 20px;
}
.production-list .production-items .link_btn li a{
	position: relative;
	display: inline-block;
	border: 2px solid #51b5c8;
	background: #fff;
	color: #51b5c8;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1em;
	border-radius: 50px;
	padding: 5px 32px 5px 33px;
}
.production-list .production-items .link_btn li a::before{
	font-family: "Font Awesome 5 Free";
	position: absolute;
	content: "\f054";
	display: block;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 1px;
}
.production-list .production-items .link_btn li a:hover{
	background: #51b5c8;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.production-list{
		column-gap: 4%;
		row-gap: 0;
	}
	.archive .production-list .production-items{
		width: calc(50% - 2%);
		margin-bottom: 10%;
	}
	.production-list .production-items .imgArea{
		margin-bottom: 8%;
	}
	.production-list .production-items h3{
		font-size: 4.4vw;
		margin-bottom: 5%;
	}
	.production-list .production-items p{
		font-size: 3.8vw;
	}
	.production-list .production-items .link_btn{
		margin-top: 8%;
	}
	.production-list .production-items .link_btn li{
		width: 90%;
	}
	.production-list .production-items .link_btn li a{
		display: block;
		font-size: 4vw;
		line-height: 2.4;
		padding: 0;
	}
	.production-list .production-items .link_btn li a::before{
		font-size: 3vw;
		right: 8%;
		margin-top: 1px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.production-list{
		column-gap: 45px;
		row-gap: 60px;
	}
	.archive .production-list .production-items{
		width: calc(33.3333% - 30px);
	}
	.production-list .production-items .imgArea{
		margin-bottom: 12px;
	}
	.production-list .production-items h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.production-list .production-items p{
		font-size: 14px;
	}
	.production-list .production-items .link_btn{
		margin-top: 15px;
	}
	.production-list .production-items .link_btn li a{
		font-size: 16px;
	}
	.production-list .production-items .link_btn li a::before{
		right: 10px;
		margin-top: 0px;
	}
}
/**
/* 作品詳細 CSS
----------------------------------------------- */
.production-body .imgArea{
	width: 45%;
}
.production-body .imgArea img{
	border: 1px solid #efefef;
}
.production-body .contentArea{
	width: 50%;
}
.production-body .contentArea .e-book{
	margin-bottom: 20px;
}
.production-body .contentArea .e-book h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}
.production-body .contentArea .e-book_logo{
	align-items: center;
	column-gap: 30px;
	row-gap: 10px;
}
.production-body .contentArea .e-book_logo li{
	width: calc(33.333% - 20px);
}
.production-body .contentArea .text-media{
	margin-bottom: 20px;
}
.production-body .contentArea .text-media p{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}
.production-body .contentArea .text-media ul li{
	display: inline-block;
	margin: 0 5px 5px 0;
}
.production-body .contentArea .text-media ul li a{
	color: #5cbacb;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: underline;
}
.production-body .contentArea table th{
	width: 90px;
	font-size: 16px;
	padding: 3px 0;
}
.production-body .contentArea table td{
	color: #4c4c4c;
	font-size: 16px;
}
.production-body .contentArea .explanation{
	margin-top: 20px;
}
.production-body .contentArea .explanation p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.production-body .contentArea .explanation p:last-child{
	margin-bottom: 0;
}
.production-body .contentArea .link_btn{
	margin-top: 20px;
}
.production-body .contentArea .link_btn a{
	display: inline-block;
	position: relative;
	color: #5cbacb;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-decoration: underline;
	padding-right: 15px;
}
.production-body .contentArea .link_btn a::before{
	font-family: "Font Awesome 5 Free";
	position: absolute;
	content: "\f054";
	display: block;
	color: #5cbacb;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 2px;
}
@media only screen and (max-width: 767px) {
	.production-body .imgArea{
		width: 100%;
		margin-bottom: 8%;
	}
	.production-body .contentArea{
		width: 100%;
	}
	.production-body .contentArea .e-book{
		margin-bottom: 20px;
	}
	.production-body .contentArea .e-book h3{
		font-size: 4.4vw;
		text-align: center;
		margin-bottom: 5%;
	}
	.production-body .contentArea .e-book_logo{
		column-gap: 15px;
		row-gap: 5px;
	}
	.production-body .contentArea .e-book_logo li{
		width: calc(33.333% - 10px);
	}
	.production-body .contentArea .text-media{
		margin-bottom: 5%;
	}
	.production-body .contentArea .text-media p{
		font-size: 4vw;
		text-align: center;
		margin-bottom: 3%;
	}
	.production-body .contentArea .text-media ul li{
		margin: 0 1% 1% 0;
	}
	.production-body .contentArea .text-media ul li a{
		font-size: 4vw;
	}
	.production-body .contentArea table th{
		width: 20%;
		font-size: 3.8vw;
		padding: 3px 0;
	}
	.production-body .contentArea table td{
		font-size: 3.8vw;
	}
	.production-body .contentArea .explanation{
		margin-top: 5%;
	}
	.production-body .contentArea .explanation p{
		font-size: 3.8vw;
		margin-top: 5%;
	}
	.production-body .contentArea .link_btn{
		margin-top: 5%;
	}
	.production-body .contentArea .link_btn a{
		font-size: 4vw;
		padding-right: 6%;
	}
	.production-body .contentArea .link_btn a::before{
		font-size: 3vw;
		margin-top: 1px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.production-body .contentArea .e-book{
		margin-bottom: 15px;
	}
	.production-body .contentArea .e-book h3{
		font-size: 18px;
	}
	.production-body .contentArea .e-book_logo{
		column-gap: 20px;
		row-gap: 5px;
	}
	.production-body .contentArea .e-book_logo li{
		width: calc(33.333% - 14px);
	}
	.production-body .contentArea .text-media{
		margin-bottom: 15px;
	}
	.production-body .contentArea .text-media p{
		font-size: 15px;
	}
	.production-body .contentArea .text-media ul li a{
		font-size: 16px;
	}
	.production-body .contentArea table th{
		width: 70px;
		font-size: 15px;
	}
	.production-body .contentArea .explanation{
		margin-top: 15px;
	}
	.production-body .contentArea .explanation p{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.production-body .contentArea .link_btn{
		margin-top: 15px;
	}
	.production-body .contentArea .link_btn a{
		font-size: 18px;
	}
	.production-body .contentArea .link_btn a::before{
		font-size: 10px;
		margin-top: 1px;
	}
}
/**
/*  お知らせ CSS
----------------------------------------------- */
.post-list .post-items{
	border-bottom: 2px solid #ebeae7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.post-list .post-items:last-child{
	margin-bottom: 0;
}
.post-list .post-items .imgArea{
	width: 240px;
}
.post-list .post-items .contentArea{
	width: calc(100% - 240px);
	display: flex;
	flex-direction: column;
	padding-left: 20px;
}
.post-list .post-items .post-date{
	font-family: 'Josefin Sans', sans-serif;
	color: #d8d8d8;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
    margin-bottom: 5px;
}
.post-list .post-items h3{
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.post-list .post-items .post-txt{
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.post-list .post-items .post-link{
	margin-top: auto;
}
.post-list .post-items .post-link a{
	display: inline-block;
	position: relative;
	color: #5cbacb;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	padding-right: 15px;
}
.post-list .post-items .post-link a::before{
	font-family: "Font Awesome 5 Free";
	position: absolute;
	content: "\f054";
	display: block;
	color: #5cbacb;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 2px;
}
@media only screen and (max-width: 767px) {
	.post-list .post-items{
		padding-bottom: 5%;
		margin-bottom: 5%;
	}
	.post-list .post-items .imgArea{
		width: 40%;
	}
	.post-list .post-items .contentArea{
		width: calc(100% - 40%);
		padding-left: 3%;
	}
	.post-list .post-items .post-date{
		font-size: 4vw;
	    margin-bottom: 1%;
	}
	.post-list .post-items h3{
		font-size: 4vw;
	    margin-bottom: 1%;
	}
	.post-list .post-items .post-txt{
		display: none;
	}
	.post-list .post-items .post-link a{
		font-size: 4vw;
		padding-right: 6%;
	}
	.post-list .post-items .post-link a::before{
		font-size: 3vw;
		margin-top: 1px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.post-list .post-items .imgArea{
		width: 200px;
	}
	.post-list .post-items .contentArea{
		width: calc(100% - 200px);
	}
	.post-list .post-items .post-date{
		font-size: 18px;
	}
	.post-list .post-items h3{
		font-size: 18px;
	}
	.post-list .post-items .post-txt{
		font-size: 14px;
	}
	.post-list .post-items .post-link a{
		font-size: 18px;
	}
	.post-list .post-items .post-link a::before{
		font-size: 10px;
		margin-top: 1px;
	}
}
/**
/* 投稿詳細 CSS
----------------------------------------------- */
.single-guide .entry-header{
	border-bottom: 2px solid #ebeae7;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.single-guide .entry-header .h2_ttl{
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.single-guide .entry-header .entry-deta{
	font-family: 'Josefin Sans', sans-serif;
	color: #d8d8d8;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
    margin-bottom: 5px;
}
.single-guide .entry-body h2{
	border-left: 4px solid #5cbacb;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	padding-left: 15px;
	margin-bottom: 15px;
}
.single-guide .entry-body h3{
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.single-guide .entry-body h3:first-letter{
	color: #51b5c8;
	font-size: 30px;
}
.single-guide .entry-body h4{
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.single-guide .entry-body p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 20px;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
}
.single-guide .entry-body figcaption {
	font-size: 90%;
	color: #888888;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0em 1em 1em 0em;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0em 0em 1em 1em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}
.single-guide .block_btn{
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
	.single-guide .entry-header{
		padding-bottom: 3%;
		margin-bottom: 8%;
	}
	.single-guide .entry-header .h2_ttl{
		font-size: 5vw;
	}
	.single-guide .entry-header .entry-deta{
		font-size: 4.2vw;
		margin-bottom: 1%;
	}
	.single-guide .entry-body h2{
		font-size: 4.8vw;
		padding-left: 3%;
		margin-bottom: 3%;
	}
	.single-guide .entry-body h3{
		font-size: 4.6vw;
		margin-bottom: 3%;
	}
	.single-guide .entry-body h3:first-letter{
		font-size: 5vw;
	}
	.single-guide .entry-body h4{
		font-size: 4.4vw;
		margin-bottom: 3%;
	}
	.single-guide .entry-body p{
		font-size: 3.8vw;
		margin-bottom: 5%;
	}
	.single-guide .entry-body ol{
		margin-bottom: 3%;
	}
	.single-guide .entry-body ul{
		margin-bottom: 3%;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 3.8vw;
	}
	.single-guide .block_btn{
		margin-top: 10%;
	}
	.single-guide .block_btn li{
		width: 90%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.single-guide .entry-header{
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.single-guide .entry-header .h2_ttl{
		font-size: 24px;
	}
	.single-guide .entry-header .entry-deta{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.single-guide .entry-body h2{
		font-size: 22px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.single-guide .entry-body h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.single-guide .entry-body h3:first-letter{
		font-size: 24px;
	}
	.single-guide .entry-body h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.single-guide .entry-body p{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.single-guide .entry-body ol{
		margin-bottom: 10px;
	}
	.single-guide .entry-body ul{
		margin-bottom: 10px;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 15px;
	}
	.single-guide .block_btn{
		margin-top: 40px;
	}
}
/**
/*  採用 CSS
----------------------------------------------- */
.recruit-guide .messageArea{
	margin-bottom: 80px;
}
.recruit-guide .messageArea h3{
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}
.recruit-guide .messageArea p{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 0.05em;
	text-align: center;
}
.recruit-guide .recruit-grid .contentArea{
	margin-bottom: 80px;
}
.recruit-guide .recruit-grid .contentArea h2{
	position: relative;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 40px;
}
.recruit-guide .recruit-grid .contentArea h2:before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 90px;
	height: 5px;
	bottom: -20px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	background-color: #51b5c8;
	border-radius: 50px;
}
.recruit-guide .recruit-grid .contentArea p{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 0.05em;
	text-align: center;
}
.recruit-guide .job-description{
	margin-bottom: 80px;
}
.recruit-guide .job-description h2{
	border-left: 4px solid #5cbacb;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	padding-left: 15px;
	margin-bottom: 20px;
}
.recruit-guide .job-entry h2{
	border-left: 4px solid #5cbacb;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	padding-left: 15px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.recruit-guide .messageArea{
		margin-bottom: 10%;
	}
	.recruit-guide .messageArea h3{
		font-size: 4.6vw;
		margin-bottom: 5%;
	}
	.recruit-guide .messageArea p{
		font-size: 3.8vw;
	}
	.recruit-guide .recruit-grid .contentArea{
		margin-bottom: 10%;
	}
	.recruit-guide .recruit-grid .contentArea h2{
		font-size: 4.6vw;
		margin-bottom: 8%;
	}
	.recruit-guide .recruit-grid .contentArea h2:before{
		width: 15%;
		height: 4px;
		bottom: -65%;
	}
	.recruit-guide .recruit-grid .contentArea p{
		font-size: 3.8vw;
	}
	.recruit-guide .job-description{
		margin-bottom: 10%;
	}
	.recruit-guide .job-description h2{
		font-size: 5vw;
		padding-left: 10px;
		margin-bottom: 3%;
	}
	.recruit-guide .job-entry h2{
		font-size: 5vw;
		padding-left: 10px;
		margin-bottom: 3%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.recruit-guide .messageArea{
		margin-bottom: 60px;
	}
	.recruit-guide .messageArea h3{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.recruit-guide .messageArea p{
		font-size: 16px;
	}
	.recruit-guide .recruit-grid .contentArea{
		margin-bottom: 60px;
	}
	.recruit-guide .recruit-grid .contentArea h2{
		font-size: 22px;
	}
	.recruit-guide .recruit-grid .contentArea h2:before{
		width: 70px;
		height: 4px;
	}
	.recruit-guide .recruit-grid .contentArea p{
		font-size: 16px;
	}
	.recruit-guide .job-description{
		margin-bottom: 60px;
	}
	.recruit-guide .job-description h2{
		font-size: 24px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.recruit-guide .job-entry h2{
		font-size: 24px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
}
/**
/*  会社概要 CSS
----------------------------------------------- */
.company-guide h2{
	border-left: 4px solid #5cbacb;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	padding-left: 15px;
	margin-bottom: 20px;
}
.company-guide table.tbl-r td ul{
	list-style: disc;
	margin-left: 20px;
}
.company-guide .organization{
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
	.company-guide h2{
		font-size: 5vw;
		padding-left: 10px;
		margin-bottom: 3%;
	}
	.company-guide .organization{
		margin-top: 10%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.company-guide h2{
		font-size: 24px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.company-guide .organization{
		margin-top: 60px;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
.page-guide .page-grid .entry h3{
	border-left: 4px solid #5cbacb;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	padding-left: 15px;
	margin-bottom: 20px;
}
.page-guide .page-grid .entry p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.page-guide .page-grid .entry ol{
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 30px;
}
.page-guide .page-grid .entry ul{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 30px;
}
.page-guide .page-grid .entry ol li,
.page-guide .page-grid .entry ul li{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.page-guide .page-grid .entry h3{
		font-size: 5vw;
		padding-left: 10px;
		margin-bottom: 3%;
	}
	.page-guide .page-grid .entry p{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	.page-guide .page-grid .entry ol{
		margin-bottom: 5%;
	}
	.page-guide .page-grid .entry ul{
		margin-bottom: 5%;
	}
	.page-guide .page-grid .entry ol li,
	.page-guide .page-grid .entry ul li{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.page-guide .page-grid .entry h3{
		font-size: 24px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.page-guide .page-grid .entry p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.page-guide .page-grid .entry ol{
		margin-bottom: 20px;
	}
	.page-guide .page-grid .entry ul{
		margin-bottom: 20px;
	}
	.page-guide .page-grid .entry ol li,
	.page-guide .page-grid .entry ul li{
		font-size: 14px;
	}
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.form-box table tr th{
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
	text-align: left;
	vertical-align: middle;
	width: 30%;
}
.form-box table tr th p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}
.form-box table tr th span.note{
	display: block;
	padding-left: 30px;
}
.form-box table tr th.required .ttl::before,
.form-box table tr th.any .ttl::before{
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	padding: 0 5px;
	margin-right: 10px;
	display: inline-block;
}
.form-box table tr th.required .ttl::before{
	background: #c8161d;
	content: "必須";
	color: #ffffff;
}
.form-box table tr th.any .ttl::before{
	background: #bbbbbb;
	content: "任意";
	color: #ffffff;
}
.form-box table tr td{
	font-size: 16px;
	padding: 10px;
}
@media only screen and (max-width: 767px) {
	.form-box table tr th,
	.form-box table tr td{
		display: block;
	}
	.form-box table tr th{
		font-size: 3.8vw;
		padding: 3% 0 0 0;
		width: 100%;
	}
	.form-box table tr th p{
		font-size: 3.6vw;
	}
	.form-box table tr th span.note{
		padding-left: 0;
	}
	.form-box table tr th.required .ttl::before,
	.form-box table tr th.any .ttl::before{
		font-size: 3.3333333333vw;
		padding: 0 5px;
		margin-right: 10px;
	}
	.form-box table tr td{
		font-size: 3.6vw;
		padding: 3% 0 5% 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.form-box table tr th{
		font-size: 16px;
	}
	.form-box table tr th p{
		font-size: 16px;
	}
	.form-box table tr th span.note{
		padding-left: 20px;
	}
	.form-box table tr td{
		font-size: 14px;
	}
}
/**
/* Forms CSS
----------------------------------------------- */
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	border: none;
	background: #f0f0f0;
	font-size: 16px;
	padding: 1em;
	width: 100%;
}
select{
	 appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 1em 2em 1em 1.4em;
}
.contact-detail{
	position: relative;
}
.contact-detail::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid #3a3a3a;
	border-right: 2px solid #3a3a3a;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #c9c9c9;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #c9c9c9;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #c9c9c9;
}
textarea{
	height: 200px;
}
.submit_btn{
	text-align: center;
	padding-top: 60px;
}
input[type="submit"] {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	border: 1px solid #51b5c8;
	background: #51b5c8;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	line-height: 60px;
	height: 60px;
	text-align: center;
	width: 320px;
}
input[type="submit"]:hover {
	background: #fff;
	color: #51b5c8;
}
div.wpcf7 .ajax-loader,
.wpcf7-spinner{
	display: block;
}
@media only screen and (max-width: 767px) {
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 3.6vw;
		padding: 0.8em;
	}
	select{
		padding: 0.8em 1.5em 0.8em 1em;
	}
	textarea{
		height: 45vw;
	}
	input.m-text{
		width: 100%;
	}
	input.s-text{
		width: 30%;
	}
	.submit_btn{
		padding-top: 5%;
	}
	input[type="submit"] {
		font-size: 4vw;
		line-height: 14vw;
		height: 14vw;
	}
	div.wpcf7 .ajax-loader,
	.wpcf7-spinner{
		display: inline-block;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 14px;
		padding: 0.8em;
	}
	select{
		padding: 0.8em 1.5em 0.8em 1em;
	}
	textarea{
		height: 160px;
	}
	.submit_btn{
		padding-top: 30px;
	}
	input[type="submit"] {
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}
}
/**
/* エラーページ CSS
----------------------------------------------- */
.error-guide .page-grid .entry p{
	font-size: 18px;
	text-align: center;
	margin-bottom: 0;
}
.error-guide .entry .error_url{
	padding: 30px 0;
}
.error-guide .entry .block_btn{
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.error-guide .page-grid .entry p{
		font-size: 3.6vw;
	}
	.error-guide .entry .error_url{
		padding: 5% 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 10%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.error-guide .page-grid .entry p{
		font-size: 16px;
	}
	.error-guide .entry .error_url{
		padding: 20px 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 40px;
	}
}
