
/**************************************utility**/
.text_center{
	text-align: center!important;
}
.mgn-top-40 {
	margin-top: 40px!important;
}

.mgn-top-20 {
	margin-top: 20px!important;
}

.mgn-btm-40 {
	margin-bottom: 40px!important;
}

.mgn-btm-20 {
	margin-bottom: 20px!important;
}

.max-w600 {
	max-width: 600px;
}
.max1300{
	max-width: 1300px;
	margin: auto;
}
.max1200{
	max-width: 1200px;
	margin: auto;
}
.max1000{
	max-width: 1000px;
	margin: auto;
}
.max820{
	max-width: 820px;
	margin: auto;
}

.fullscreen-width{ width: 100%;}

.maximum-width{ max-width: 1920px;  margin-right: auto; margin-left: auto;}

.content-width{ max-width: 1260px; margin-right: auto; margin-left: auto;}

.single-content-width{ max-width: 800px; margin-right: auto; margin-left: auto;}

.horizontal-margin{ width: calc(100% - 36px); margin-right: auto; margin-left: auto; }


@media ( min-width: 700px ){

	.horizontal-margin{ width: calc(100% - 72px); }

}

.pdg01{
	padding: 0 1em;
}
.pdg10{
	padding: 1em 0;
}
.pdg11{
	padding: 1em;
}
.side-mgn-16{
	margin-left: 16px;
	margin-right: 16px;
}
.nowrap {
	display: inline-block;

	white-space: nowrap;
}
.hover_effect{
	transition: all 0.3s ease;
	overflow: hidden;
}
.hover_effect:hover{
	transform: scale(1.1);
	opacity: 0.8;
}
.tategaki {
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
}

.blanding-button , .branding-button {
	max-width: 300px;
	margin: 1em auto;
	padding: 1em 0;

	text-align: center;

	border: 1px solid gray;
	border-radius: 10px;
}

.entry-content img {
	box-shadow: none;
}

@media screen and (max-width: 600px) {
	.tategaki {
		justify-content: center;
		writing-mode: horizontal-tb;
	}
}

.wp-block-image.aligncenter{ text-align: center; margin: auto;}

/*****************************gutenberg block/grid**/

.wp-block-column > * {
	margin: 10px;
}

@media only screen and (min-width: 600px) {
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}
	.wp-block-column:nth-child(even) {
		margin-left: 0;
	}
	.wp-block-column:nth-child(odd) {
		margin-right: 0;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}
}


/*================display: grid==*/

@media screen and (max-width: 600px) {
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right.media-top {
		grid-template-areas: "media-text-media" "media-text-content";
	}
}


/*-------------------------------------flex-box--*/

.flex-box {
	display:         flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.jc-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.jc-around {
	-ms-flex-pack: space-around;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}

.jc-between {
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.jc-start {
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}

.ai-center {
	-webkit-align-items: center;
	        align-items: center;

	    -ms-align-items: center;
}

.ac-center {
	-ms-flex-line-pack: center;
	align-content: center;
}

.reverse {
	-webkit-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.flex25 {
	flex: 0 0 24.8%;
}

.flex30 {
	flex: 0 0 29.8%;
}

.flex33 {
	flex: 0 0 33%;
}

.flex50 {
	flex: 0 0 50%;
}

.flex66 {
	flex: 0 0 66.666%;
}

.flex70 {
	flex: 0 0 70%;
}

.flex75 {
	flex: 0 0 75%;
}
.flex100{
	flex-basis: 100%;
	flex-grow: 0;
	flex-shrink: 0;
}
.separater {
	display: block;

	width: 100%;
	height: 1em;
	margin-bottom: 1em;

	border-bottom: 1px dotted #888;
}

@media screen and (max-width: 600px) {
	.flex100-max600 {
		flex: 0 0 100%;
	}
}
@media (max-width: 800px){
	.flex100-max800{
		flex-basis: 100%;
	}
}
@media (max-width: 500px){
	.flex90-max500{
		flex-basis: 90%;
	}
}
/**************************************common**/
* {	box-sizing: border-box; }

html { font-size: 62.5%;}

body {
	background: #fff;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
}

a  { text-decoration: none; transition: all 0.3s ease-out; }

a.inverse,a:active,a:focus,a:hover { color: #363636; }

img { max-width: 100%; }

h1,h2,h3,h4,h5,h6 {	color: #363636; font-weight: 300; }

h2 , h3 , h4 , h5 {	margin: 0.5em 0; }

h2 , h3 , h4 { text-align: center; }

h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p { margin: 1em 0 2em; }

.page-id-2831 h3 { text-align: left; }

.page-id-2831 #gk-footer h3 { text-align: center; }

.single .category-cat_info h2 , .category-cat_info h3 , .category-cat_info h4 {
	text-align: left;
	word-break: keep-all;
}
.category-cat_branding h4 {
	margin-top: 5vh;
}
.category-cat_info #gk-footer h3 {
	text-align: center;
}

.page #primary {
	width: 1000px;
	max-width: 100%;
}
.home #primary , .page-id-32 #primary {
	position: relative;

	width: 100%;
	margin: 0;

	background-color: white;
}
.page.page-id-2831 #primary {
	width: 800px;
}

.entry-header.full-width-image > img {
	width: auto;
	max-width: 600px;
	height: auto;
	max-height: 600px;
}

.entry-title {
	padding: 50px 0 0;
	word-break: keep-all;
}

.entry-header.sticky:before , .sticky .post-preview:before , .article-helper.sticky:before {
	content: none;
}

.entry-header.sticky:after , .sticky .post-preview:after , .article-helper.sticky:after {
	content: none;
}
@media screen and (max-width: 1140px) {
	.site-main #page {
		padding: 1em 0 0 0;
	}
}


/**************************************memu-main**/
#mobile-menu-opener{
	border: 1px solid #777;
    border-radius: 2px;
    content: "≡ Menu";
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.ancestor-wrapper{ position: relative;}

.sub-menu-toggle{
	display: flex;
    position: absolute;
    margin: 0;
    right: 20px;
    bottom: 0;
    align-items: center;
    padding: 0.5em 0.5em 0;
    border: 0;
}
.sub-menu-toggle svg{
	width: 1.5em;
    height: 1.5em;
}

.sub-menu-toggle.rotate svg{
	transform: rotate(180deg);
}
.main-navigation {
	padding: 0 0 10px;
}
body .nav-menu .current_page_item > a, body .nav-menu .current_page_ancestor > a, body .nav-menu .current-menu-item > a, body .nav-menu .current-menu-ancestor > a {
    border-color: #1e73be;
    color: #1e73be!important;
}
@media screen and (max-width: 720px){
	.nav-menu .sub-menu{ display: none;}

	.nav-menu .sub-menu .sub-menu-toggle{ display: none;}

	.nav-menu .sub-menu .sub-menu{ background-color: white; padding: 0; margin-bottom: 1em;}

	.nav-menu .sub-menu .sub-menu li a{color: black;}

}
@media screen and (min-width: 801px) {
	#mobile-menu-opener{ display: none;}

	.sub-menu-toggle{ display: none;}

	.menu-item {
		position: relative;
	}
	.nav-menu li a {
		padding: 0 15px;
	}
	.menu-item a {
		position: relative;

		overflow: hidden;

		-webkit-transition: all 0.5s ease;
		   -moz-transition: all 0.5s ease;
		    -ms-transition: all 0.5s ease;
		     -o-transition: all 0.5s ease;
		        transition: all 0.5s ease;
	}
	.menu-item a .eng {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;

		display: inline-block;

		width: 100%;
		height: 100%;
		font-size: 13px;

		-webkit-transition: transform 0.5s ease-in;
		   -moz-transition: transform 0.5s ease-in;
		    -ms-transition: transform 0.5s ease-in;
		     -o-transition: transform 0.5s ease-in;
		        transition: transform 0.5s ease-in;
		-webkit-transform: rotateX(90deg) translateY(-18px) translateZ(18px);
		   -moz-transform: rotateX(90deg) translateY(-18px) translateZ(18px);
		    -ms-transform: rotateX(90deg) translateY(-18px) translateZ(18px);
		     -o-transform: rotateX(90deg) translateY(-18px) translateZ(18px);
		        transform: rotateX(90deg) translateY(-18px) translateZ(18px);
	}
	.menu-item a .jpn {
		position: relative;
		z-index: 2;
		top: 0;
		left: 0;

		display: inline-block;

		width: 100%;
		height: 100%;

		-webkit-transition: transform 0.5s ease-in;
		   -moz-transition: transform 0.5s ease-in;
		    -ms-transition: transform 0.5s ease-in;
		     -o-transition: transform 0.5s ease-in;
		        transition: transform 0.5s ease-in;
		-webkit-transform: rotateX(0) translateY(0) translateZ(0);
		   -moz-transform: rotateX(0) translateY(0) translateZ(0);
		    -ms-transform: rotateX(0) translateY(0) translateZ(0);
		     -o-transform: rotateX(0) translateY(0) translateZ(0);
		        transform: rotateX(0) translateY(0) translateZ(0);
	}
	body:not(.home) #menu-main-menu > .menu-item > a {
		color: #555;
		background-color: white;
	}
	.home #menu-main-menu > .menu-item > a:hover {
		color: black;
	}
	body:not(.home) #menu-main-menu > .menu-item > a:hover {
		color: #555;
	}
	#menu-main-menu li a div {
		text-align: center;
	}
	.home .nav-menu li a:hover {
		color: #555;
	}
	body:not(.home) .nav-menu li a:hover {
		color: #555;
	}
	body:not(.home) .sub-menu li a:hover {
		color: white;
	}
	.sub-menu li a .eng {
		background-color: black;
	}
	.menu-item a:hover .eng {
		-webkit-transform: rotateX(0) translateY(0) translateZ(0);
		   -moz-transform: rotateX(0) translateY(0) translateZ(0);
		    -ms-transform: rotateX(0) translateY(0) translateZ(0);
		     -o-transform: rotateX(0) translateY(0) translateZ(0);
		        transform: rotateX(0) translateY(0) translateZ(0);
	}
	.menu-item a:hover .jpn {
		-webkit-transform: rotateX(-90deg) translateY(0) translateZ(18px);
		   -moz-transform: rotateX(-90deg) translateY(0) translateZ(18px);
		    -ms-transform: rotateX(-90deg) translateY(0) translateZ(18px);
		     -o-transform: rotateX(-90deg) translateY(0) translateZ(18px);
		        transform: rotateX(-90deg) translateY(0) translateZ(18px);
	}
}


/**************************************top page**/
/*---------------- mitsuboshi banner ----------*/

.mitsuboshi-banner figure{
	padding-block: 30px;
	display: grid;
	place-items: center;
}
.mitsuboshi-banner img{
	margin-inline: auto;
}

/*----------------  #masthead  -----*/
#masthead{ text-align: center; overflow: hidden;}

.home #masthead { height: 100vh; }

.home .home-banner-set {
	background-color: #89caa1;
}
.home .home-banner-set h3 , .home .home-banner-set h4 {
	color: white;
}
/*----------------#fixed-header------*/

#fixed-header {
	position: fixed;
	z-index: 51;
	right: 0;
	left: 0;

	transition: all 0.5s ease;

	background-color: transparent;
}

#fixed-header.colored {
	background-color: white;
}

body:not(.home) #fixed-header{ background-color: white;}

.fixed-header-inner{ position: relative;}

@media screen and (max-width: 720px) {
	#fixed-header {
		background: transparent;
	}
}

.home .site-title {
	color: black;
}

.nav-menu .sub-menu li a {
	color: #fff;
}

.nav-menu .sub-menu , .nav-menu .children {
	background-color: black;
}

.home .nav-menu > li > a {
	color: black;
}


/*---------------- page title--*/

.archive-title { font-size: 20px; line-height: 1.2; }

.archive-title div.eng{	font-size: 14px; display: block; text-align: center; text-transform: uppercase;}


/*--------------- .header-media ----*/

.header-media {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	overflow: hidden;

	width: 100%;
	z-index: 0;
}

.bx-viewport {
	height: 100vh!important;
}

ul.bxslider {
	overflow: hidden;

	height: 100%;
	margin: 0;
	padding: 0;
}

ul.bxslider li {
	top: 0;
	left: 0;

	height: 100%;
	margin: 0;
	padding: 0;
}

.bx-wrapper img {
	position: fixed;
	top: 100%;
	left: 50%;

	width: auto;
	min-width: 100vw;
	max-width: 1000%;
	height: 100vh;

	-webkit-transform: translateX(-50%) translateY(-100%);
	   -moz-transform: translateX(-50%) translateY(-100%);
	    -ms-transform: translateX(-50%) translateY(-100%);
	     -o-transform: translateX(-50%) translateY(-100%);
	        transform: translateX(-50%) translateY(-100%);
}

.main-caption {
	font-size: 1.8em;

	position: absolute;
	right: 0;
	left: 0;
}

.sub-caption {
	position: absolute;
	right: 0;
	left: 0;
}

.slide-1 .main-caption {
	bottom: 20%;
}

.slide-1 .sub-caption {
	font-size: 1.2em;

	bottom: calc(20% - 1.5em);
}

.slide-5 .main-caption {
	top: 50%;
	right: auto;
	left: 50%;

	display: inline-block;
}

.slide-5 .sub-caption {
	font-size: 1em;

	top: calc(150px + 2em);
}
@supports (object-fit: cover) {
	@supports not(object-position: center) {
		.bx-wrapper img {
			-webkit-transform: translateX(-50%) translateY(-100%)!important;
			   -moz-transform: translateX(-50%) translateY(-100%)!important;
			    -ms-transform: translateX(-50%) translateY(-100%)!important;
			     -o-transform: translateX(-50%) translateY(-100%)!important;
			        transform: translateX(-50%) translateY(-100%)!important;

			object-fit: cover;
		}
	}
}

@supports (object-position: center) {
	.bx-wrapper img {
		top: 0;
		left: 0;

		width: 100%;

		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;

		object-fit: cover;
		object-position: center center;
	}
	.bx-wrapper .slide-1 img{
		object-fit: cover;
		object-position: center top;
		transition: opacity 0.3s ease;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-ms-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
}
	.bx-wrapper .slide-1 img:hover{
		opacity:0.5;
	}
	@media (max-width:1000px){
		.bx-wrapper .slide-1 img{
			object-fit: cover;
			object-position: center top;
		}
	}
}

.home.page .entry-content , .page-id-32 .entry-content {
	padding: 0!important;
}

@media screen and (max-width: 720px) {
	.home .nav-menu > li > a {
		color: black;
	}
	#menu-main-menu {
		max-height: calc(100vh - 130px);

		overflow-Y: scroll;
	}
	#menu-main-menu .eng{ display: none;}

	.slide-2 .main-caption {
		top: 100px;
	}
	.slide-2 .sub-caption {
		font-size: 1em;

		top: calc(100px + 2em);
	}
}
/*-----------------content----------*/
#origin {
	line-height: 50px;

	background-image: url(/wp-content/uploads/2019/03/origin_back.png);
	background-repeat: no-repeat;
	background-position: center;
}
#works {
	line-height: 50px;

	background-image: url(/wp-content/uploads/2019/03/works_back.png);
	background-repeat: no-repeat;
	background-position: center;
}
#outline {
	line-height: 50px;

	background-image: url(/wp-content/uploads/2019/03/outline_back.png);
	background-repeat: no-repeat;
	background-position: center;
}
#location {
	line-height: 50px;

	background-image: url(/wp-content/uploads/2019/03/location_back.png);
	background-repeat: no-repeat;
	background-position: center;
}
.g-w {
	background-color: #eee;
}
.w-g {
	background-color: white;
}
@media screen and (max-width: 600px) {
	.g-w {
		background-color: white;
	}
	.w-g {
		background-color: #eee;
	}
}
/*---------------- #gk-footer  -----*/
.home footer.entry-meta {
	margin-top: 0;
}
#gk-footer {
	font-size: 14px;

	padding: 0 1em;
}

#gk-bottom {
	color: black;
}

.home #gk-footer {
	position: relative;

	max-width: 100%;

	background-color: #89caa1;
}

#gk-footer .widget-area {
	padding: 0;
	overflow: hidden;
}

#gk-footer .flex50:first-child {
	max-width: 270px;
}

#gk-footer .flex50:last-child {
	max-width: 150px;
}

@media screen and (max-width: 600px) {
	#gk-footer .flex50:last-child {
		max-width: 270px;
	}
}


/**************************************category**/

.site-main , #content > .flex-box > article {
	position: relative;

	height: auto;
}

.article-helper {
	height: 0!important;
	padding-top: 100%;
	/*
	padding-top:         calc(100% + 68px);
	padding-top: -webkit-calc(100% + 68px);
	*/
}

.cat_shortcut .article-helper {
	padding-top:         calc(75% + 68px);
	padding-top: -webkit-calc(75% + 68px);
}

.article-helper .post-image {
	padding-top: 100%;

	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;

	background-position: center;
	background-size: auto 100%;
}
.article-helper.article-hover .post-image {
	background-size: auto 120%;
}
.cat_shortcut .article-helper .post-image {
	padding-top: 75%;
}

#content .article-helper .tags-links {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;

	padding: 0;
}

#content .tags-links:after {
	content: none;
}

#content .tags-links > li {
	line-height: 1.2;

	display: inline-block;
	float: none;
}

.category-description {
	max-width: 1000px;
	margin: auto;
	padding: 0 0.5em;
}

@media screen and (max-width: 480px) {
	.site-content.archive article {
		padding: 18px 3px;
	}
}


/**************************************cat_info**/


/*
.category-cat_info #content{
	max-width: 800px;
	margin: auto;
	min-height: 800px;
}
*/

.sticky-posts-box a {
	position: relative;
    flex: 0 0 24%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 0;
    padding-top: 24%;
    width: 24%;
    overflow: hidden;
}

.sticky-posts-box figure{
	position: absolute;
    overflow: hidden;
    max-width: 420px;
    top: 0;
    height: 100%;
    width: 100%;
}
.sticky-posts-box figure::before{
	content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #888;
    mix-blend-mode: multiply;
    z-index: 1;
	transition: transform 0.3s linear;
}
.sticky-posts-box figure::after{

    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.5));
    mix-blend-mode: screen;
    z-index: 2;
    transform: translateY(-100%);
    transition: transform 0.3s linear;
}
.sticky-posts-box figure img{
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.sticky-posts-box figcaption{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 3;
    color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1em;
}
.sticky-posts-box a:hover figure::before {
    transform: translateY(-100%);
}
.sticky-posts-box a:hover figcaption{
	color: transparent;
}
.sticky{
	color: white;
}


.sticky .post-box-inner a{
	color: cornflowerblue;
}

.entry-title-list-wrap {
	max-width: 800px;
	margin: auto;
}

.entry-title-list-wrap ul {
	margin: auto;
	padding: 0.5em;

	list-style: none;
}

.entry-title-list-wrap ul li {
	margin: 0.3em 0;
	padding: 0.5em;
	background-color: #fafafa;

	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;

	border: 1px solid #eee;
}

.entry-title-list-wrap ul li .post-date {
	display: inline-block;
	vertical-align: top;

	width: 8em;
}

.entry-title-list-wrap ul li a {
	display: inline-block;
	width: calc(100% - 8em);
	min-width: 247px;
	word-break: keep-all;
}

.archiveList {
	max-width: 150px;
	margin: auto;
}

.past-entry-wrap {
	max-width: 1000px;
	margin: 2em auto;
}

.entry-title-list-wrap ul li:hover {
	color: white;
	background-color: black;
}

.entry-title-list-wrap ul li:hover a {
	color: cornflowerblue;
}
.auto_post_img{
	text-align: center;
}
.auto_post_img img{
	max-width: 300px;
	width: 100%;
}
@media screen and (max-width:458px){
	.entry-title-list-wrap ul li a {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.sticky-posts-box{
		max-width: 600px;
		margin: auto;
	}
	.sticky-posts-box a {
		flex: 0 0 49%;

		height: 0;
		padding-top: 49%;
	}
}


/*-------------------------------------blanding--*/

.category-cat_branding .not-display-branding {
	display: none;
}


/**************************************contact**/

.contact_block {
	float: left;

	width: 50%;
	padding: 1em;
}

.contact_block .telnum {
	font-size: 1.5em;
}

.contact_block .zipadd {
	font-size: 1.2em;
}
.contact_block input[type="file"]{
	padding: 0.5em;
	width: 100%;
}

/**************************************about**/

.centering {
	text-align: center;
}

.leftbox {
	border-right: 1px dotted #888;
	border-bottom: 1px dotted #888;
}

.rightbox {
	border-bottom: 1px dotted #888;
}

.rightbox-inner {
	max-width: 700px;
	margin: auto;
	padding: 4.7%;
}

.rowreverse {
	flex-direction: row-reverse;
}

.rowreverse .leftbox {
	border-right: none;
	border-left: 1px solid #888;
}

@media (max-width: 720px) {
	.contact_block {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.leftbox {
		border-right: none;
		border-left: none;
	}
}


/**************************************subsidy**/

.page-id-3856 .site-main #page,.page-id-3856 .site-main #page #primary,.page-id-4605 .site-main #page,.page-id-4605 .site-main #page #primary{
	width: 100%;
	max-width: 1920px;
	margin: auto;
}
.page-id-3856 .site-main #page .entry-content,.page-id-4605 .site-main #page .entry-content{
	padding: 0;
}
.page-id-3856 .entry-content,.page-id-4605 .entry-content{
	padding-top: 0!important;
}
#subsidy_wrap{
	font-size: 20px;
	color: black;
}
#subsidy_wrap a{
	color: black;
	text-decoration: none;
}
#subsidy_wrap img{
	box-shadow: none;
}
#subsidy_wrap p{
	margin: 0;
}
#subsidy_top{
	background-color: #89caa1;
}
#subsidy_top figure{
	max-width: 1260px;
	margin: auto;
}
#subsidy_top img{
	vertical-align: bottom;
}
.subsidy_catch{
	max-width: 1000px;
	margin: 30px auto;
	display: flex;
	align-items: center;
}
.subsidy_catch .catch{
	padding: 1em 0;
}
.subsidy_catch img{
	box-shadow: none;
	vertical-align: bottom;
	padding: 0 1em;
	max-width: 50vw;
}

.subsidy_catch .catch p{
	font-size: 1.3em;
	margin: 0;
	padding: 0 1em;
	color: black;
	line-height: 2.3em;
	font-weight: 600;
}
.subsidy_catch .catch p span{
	background-image: url(/wp-content/uploads/2020/05/wave.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 5px;
}
.belt{
	background-color: #FFF100;
	font-size: 1em;
	padding: 1em;
	text-align: center;
	position: relative;
}
.belt:after{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 40px 0 40px;
    border-color: #fff200 transparent transparent transparent;
}
.belt p{
	color: black;
	margin: 0;
	font-size: 1.2em;
}
.specification{
	font-size: 1em;
	color: black;
	border: 1px solid gray;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}
.specification > div{
	padding: 15px 0;
	border-bottom: 1px solid gray;
}
.specification > div:nth-child(odd){
	background-color: #e5e5e5;
}
#subsidy_wrap .specification p{
	margin: 0;
	line-height: 1;
	margin: 15px 0;
	padding: 0 15px;
}
.specification .large{
	font-size: 1.2em;
	color: red;
}

.specification ul{
	margin: 0;
}
.specification ul li{
	padding-right: 15px;
}
#subsidy_wrap .features > section{
	flex-basis:25%;
	flex-grow: 1;
	font-size: 16px;
	margin-bottom: 20px;
}
#subsidy_wrap .features figure{
	text-align: center;
}
#subsidy_wrap .features h3{
	font-size: 1.3em;
	height: 3.6em;
	max-width: 14em;
	margin: auto;
}
#subsidy_wrap .features > section > div{
	margin: 0 10px;
    background-color: #DAF2DE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px;
    height: 100%;
}
#subsidy_contact .flex-box{
	background-color: #FCBC06;
}
#subsidy_contact .flex-box > div img{
	display: block;
	margin: auto;
}
#subsidy_contact .flex-box > div p{
	padding: 0.3em 0.5em;
	display: inline-block;
	font-size: 20px;
	color: black;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 0;
	margin-top: 1em;
}
#subsidy_contact .flex-box > div:first-child{
	background-color: #231815;
	text-align: center;
	color: white;
	padding: 0.5em;
}
#subsidy_contact .flex-box > div:nth-child(2){
	background-color: #FCBC06;
	text-align: center;
	padding: 20px 0;
	border-right: 2px solid white;
	margin: 5px 0;
}
#subsidy_contact .flex-box > div:nth-child(3){
	background-color: #FCBC06;
	text-align: center;
	padding: 20px 0;
	margin: 5px 0;

}
.example_SBSS .flex-box > a{
	flex-basis: 25%;
	display: block;
	font-size: 16px;
}
.example_SBSS figure{
	margin: 8px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.example_SBSS figure:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background-color: black;
	z-index: -1;

}
.example_SBSS figure + p{
	text-align: center;
}
.example_SBSS
 img{
	max-width: 100%;
	vertical-align: bottom;
}
.other_btn{
	display: block;
	text-align: center;
}
.other_btn a{
	display: block;
	width: 90%;
	max-width:500px;
	background-color: #E2A203;
	position: relative;
	z-index: 0;
	margin: 20px auto;
	font-size: 1.3em;
	text-align: center;
	line-height: 1;
	padding: 1em 1em calc(1em + 8px);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.other_btn a:before{
	position: absolute;
	content: "";
	top: -8px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FCBC06;
	border-radius: 10px;
	z-index: -1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.download_btn{
	display: block;
	text-align: center;
}
.download_btn a{
	display: block;
	width: 90%;
	max-width: 1000px;
	padding: 25px;
	background-color: #DDC700;
	margin: 40px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
	z-index: 0;
}
.download_btn a:before{
	position: absolute;
	content: "";
	top: -8px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF100;
	border-radius: 10px;
	z-index: -1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
#float_contact{
	position: fixed;
	bottom: 10px;
	right: 25px;
	width: 180px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#float_contact.up{
	right: 25px;
	bottom: 55px;
}
#float_contact .flex-box{
	background-color: #FCBC06;
}
#float_contact .flex-box > div{
	flex-basis: 100%;
	text-align: center;
	font-size: 16px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#float_contact .flex-box > div:first-child{
	background-color: black;
	color: white;
}
#float_contact p{
	color: black;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#float_contact img{
	vertical-align: bottom;
	padding: 2.5px 0 3px;
}

@media (max-width: 1670px){
	#float_contact{
		width: 90px;
		height: 40px;
		bottom: 10px;
		right: 25px;
	}
	#float_contact.up{
		right: 70px;
		bottom: 10px;
	}
	#float_contact .flex-box > div{
		flex-basis: 45px;
		padding: 6px 10px!important;
	}
	#float_contact .flex-box > div:first-child{
		display: none;
	}
	#float_contact p{
		width: 0;
		height: 0;
	}
}
@media (max-width: 1100px){
	#subsidy_wrap .features > section{
		flex-basis: 50%;
	}
}
@media (max-width: 700px){
	.example_SBSS .flex-box > a{
		flex-basis: 33%;
	}
}
@media (max-width: 600px){
	#subsidy_wrap{
		font-size: 16px;
	}
	#subsidy_wrap .features > section{
		flex-basis: 100%;

	}
	.example_SBSS .flex-box > a{
		flex-basis: 50%;
	}
}

@media (max-width: 500px){
	#subsidy_contact .flex-box > div:nth-child(2){
		border-right: none;
		border-bottom: 2px solid white;
	}
	.example_SBSS .flex-box > a{
		font-size: 14px;
	}
}
/*------------------------------------------------google map --*/

.ggmap {
	position: relative;

	overflow: hidden;

	max-width: 750px;
	height: 0;
	padding-top: 0;
	padding-bottom: 80%;

	text-align: center;
	vertical-align: top;
}

.ggmap iframe , .ggmap object , .ggmap embed {
	position: absolute;
	top: 50%;
	left: 0;

	width: 100%;

	transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
	.ggmap {
		padding-bottom: 100%;
	}
}


/*------------------------------------------------上へ戻る ?タン--*/

.return-top-wrap {
	position: fixed;
	right: 0;
	bottom: 10px;
	left: 0;

	display: block;

	width: 100%;
	/*max-width: 1260px;*/
	height: 40px;
	margin: auto;
}

#return-top {
	position: absolute;
	z-index: 5;
	right: 25px;
	bottom: 0;
	display: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 10px;
	background: #bbb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.page-id-3856 #return-top,.page-id-4605 #return-top{
	width: 180px;
}
#return-top:before {
	font-family: "dashicons";
	font-size: 40px;
	line-height: 40px;

	position: absolute;
	top: 0;
	left: -1px;

	display: block;

	width: 100%;
	height: 100%;

	content: "\f142";

	color: #fff;
}

#return-previous {
	position: absolute;
	z-index: 5;
	right: 85px;
	bottom: 0;
	display: none;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;
	background: #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#return-previous:before {
	font-family: "dashicons";
	font-size: 40px;
	line-height: 40px;

	position: absolute;
	top: 0;
	left: -1px;

	display: block;

	width: 100%;
	height: 100%;

	content: "\f141";

	color: #fff;
}
@media (max-width: 1670px){
	#return-top,.page-id-3856 #return-top{
		width: 40px;
	}
}

figure.noshadow img {
    box-shadow: none;
}
.fa-arrow-right{
	margin-left: 10px;
}
.fa-arrow-right::before{
	content: "→";
	font-style: normal;
	font-weight: bold;
}
.fa-arrow-left{
	margin-left: 15px;
}
.fa-arrow-left::before{
	content: "←";
	font-style:normal;
	font-weight: bold;
}

/*WPCF7*/
form.wpcf7-form{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.wpcf7-form-control-wrap{
	width: 100%;
}

/* google reCAPTCHA */
.grecaptcha-badge{ bottom: 60px!important;}


/* POSTS LIST    embed-recent-post.php
============================================================================= */
#whatsNew{ max-width: 1260px; margin: 40px auto;}

.posts-list{ margin: auto; padding: 20px 10px; position: relative; max-width: 800px;height: 400px;}

.posts-list.with-button{ padding-bottom: 80px!important; }

.posts-list h3{ font-weight: var(--midiumFontWeight); display: inline-block; border-bottom: 1px solid var(--themeColor); }

.posts-list .item-wrap{ text-align: left; height: 300px; overflow-y: auto;}

.posts-list .item {
	padding: 16px 10px 21px;
	font-size: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1' viewBox='0 0 1000 1'%3E%3Cline x2='1000' transform='translate(0 0.5)' fill='none' stroke='black' stroke-width='1' stroke-dasharray='3 3'/%3E%3C/svg%3E" );
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #f5f5f5;
}

.posts-list .item:nth-of-type(1){
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1' viewBox='0 0 1000 1'%3E%3Cline x2='1000' transform='translate(0 0.5)' fill='none' stroke='black' stroke-width='1' stroke-dasharray='3 3'/%3E%3C/svg%3E" ), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1' viewBox='0 0 1000 1'%3E%3Cline x2='1000' transform='translate(0 0.5)' fill='none' stroke='white' stroke-width='1' stroke-dasharray='3 3'/%3E%3C/svg%3E" );
	background-repeat: repeat-x,repeat-x;
	background-position: center bottom,center top;
	padding: 21px 10px;
}

.posts-list .title-block { display: inline-block; }

.posts-list .title-block a { text-decoration: none; }

@media(min-width: 500px){
	.posts-list{ padding: 30px 30px 100px; }
}

.more-read{ text-align: center; position: absolute; bottom: 0; left: 0; right: 0; }

.more-read button{ border-radius: 5px; height: 4em; line-height: 1; display: flex;align-items: center; justify-content: center; background-color: #bbb; color: white; cursor: pointer; transition: all 0.3s ease-out; margin: auto;}

.more-read button:hover{ background-color: var(--hoverColor); color: black; }

#whatsNew h4{
	line-height: 50px;
    background-image: url(/wp-content/uploads/2023/10/whatsnew_back.png);
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
 }


#whatsNew h4 > div{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1.5em;
    top: auto;
    color: #ccc;
}

#load-more{
	display: block;
	margin-inline: auto;
}
