@charset "utf-8";

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

@font-face { font-family: 'KleeOne-Regular'; src: url(../font/KleeOne-Regular_fix.otf); }
@font-face { font-family: 'KleeOne-SemiBold'; src: url(../font/KleeOne-SemiBold_fix.ttf); }

.kree {
	font-family: "KleeOne-Regular";
}
.kree-bold {
	font-family: "KleeOne-SemiBold";
}

@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url("../font/icons.eot");
	src: url("../font/icons.eot?#iefix") format("embedded-opentype"),
		url("../font/icons.woff") format("woff"),
		url("../font/icons.ttf") format("truetype");
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

.pc {
	display:block;
}

.w450 {
	width:450px !important; 
}

.sp {
	display:none;
}

.w320 {
	width:320px !important; 
}

@media screen and (max-width: 767px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
}

.mainvisual.full-width {
	margin-left: -50px;
  width: calc(100% + 82px);
}

.mainvisual.full-width .mainvisual-pict {
	width: inherit !important;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
	font-size: 62.5%;
}

*, *::before, *::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

* ul, * figure {
		margin: 0;
		padding: 0;
	}

@media screen and (max-width: 767px) {

img {
		max-width: 100%;
		height: auto
}
	}

a {
	-webkit-transition: 300ms;
	transition: 300ms;
}

a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}

@media screen and (max-width: 767px) {

a[href^="tel:"] {
			pointer-events: auto;
			text-decoration: underline;
			cursor: pointer
	}
		}

body {
	min-width: 1010px;
	color: #222;
	font-family: "Noto Serif JP", "メイリオ", Meiryo, sans-serif, sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px) {

body {
		min-width: 100%
}
	}

.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
  width:100%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar {
	height:5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}

/* 以下、tableの指定 */
.table-scroll table{
  border-collapse:collapse;
  border-spacing:0;
  border-top:#ccc solid 1px;
  border-left:#ccc solid 1px;
  border-right:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
}
.table-scroll table th,
.table-scroll table td{
  padding:10px 15px;
  font-weight:normal;
  border-right:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
}
.table-scroll table th{
  background:#eee;
  width:120px;
}

button {
	border-radius: 0;
}

.c-page-home h1 {
	font-size: 13px;
	display: block;
	margin: 0;
	padding: 5px;
	padding-left: 28px;
	font-weight: normal;
	box-sizing: border-box;
	background-color: #eeeeee;
}

.c-page-home__read {
		margin: 135px 0 0;
		text-align: center;
	}

@media screen and (max-width: 767px) {

.c-page-home__read {
			width: 76%;
			margin: 0 auto;
			position: relative;
			z-index: 10
	}

		}

.c-page-home__read p {
			margin: 0;
		}

.c-page-home__read p:first-child {
				margin-bottom: 75px;
			}

@media screen and (max-width: 767px) {

.c-page-home__read p:first-child {
					margin: 2em 15% 4em
			}
				}

@media screen and (max-width: 767px) {

.c-page-home__read p:last-child {
					margin-bottom: -2em;
					line-height: 0
			}
				}

.c-page-home__homa {
		text-align: center;
		margin: -60px 0 95px;
		padding: 85px 5% 160px;
		color: #fff;
		background-color: #000;
		background-image: url("https://www.niiyamahouse.com/img/top/bg-homa_pc.png"), url("https://www.niiyamahouse.com/img/top/bg-homa-logo.png");
		background-repeat: repeat-x, no-repeat;
		background-position: center bottom, center 35%;
	}

@media screen and (max-width: 767px) {

.c-page-home__homa {
			margin: 0 0 70px;
			padding: 40px 5% 140px;
			background-image: url("https://www.niiyamahouse.com/img/top/bg-homa_sp.png"), url("https://www.niiyamahouse.com/img/top/bg-homa-logo.png");
			background-repeat: no-repeat, no-repeat;
			background-position: center bottom, center 44%;
			background-size: 100% auto, 104% auto
	}
		}

.c-page-home__homa h2 {
			margin-bottom: 30px;
			font-size: 4rem;
			line-height: 1.5;
			font-weight: normal;
			word-break: break-all;
		}

@media screen and (max-width: 767px) {

.c-page-home__homa h2 {
				font-size: 2.5rem
		}
			}

.c-page-home__homa h2 span {
				font-size: 3.8rem;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
				letter-spacing: .05em;
			}

@media screen and (max-width: 767px) {

.c-page-home__homa h2 span {
					font-size: 2.5rem
			}
				}

.c-page-home__homa p {
			margin: 0;
			line-height: 2.2;
		}

@media screen and (max-width: 767px) {

.c-page-home__homa p {
				font-size: 1.5rem
		}
			}

.c-page-home__homa-btn {
			width: 80%;
			max-width: 200px;
			margin: 50px auto 0;
		}

@media screen and (max-width: 767px) {

.c-page-home__homa-btn {
				width: 50%;
				max-width: 200px;
				margin: 30px auto 0
		}
			}

.c-page-home__homa-btn a {
				display: block;
				margin: 0 auto;
				padding: 15px;
				color: #fff;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
				background-color: #222;
				text-decoration: none;
				border: 1px solid #222;
				position: relative;
				z-index: 1;
				border: 1px solid #fff;
				background-color: #000;
			}

@media screen and (max-width: 767px) {

.c-page-home__homa-btn a {
		padding: 12px 10px;
			}
	}

.c-page-home__homa-btn a::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		content: "";
		background: #fff;
		-webkit-transform-origin: right top;
		        transform-origin: right top;
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
		-webkit-transition: -webkit-transform 400ms;
		transition: -webkit-transform 400ms;
		transition: transform 400ms;
		transition: transform 400ms, -webkit-transform 400ms;
	}

.c-page-home__homa-btn a:hover {
		color: #222;
	}

@media screen and (max-width: 767px) {

.c-page-home__homa-btn a:hover {
			color: #fff
	}
		}

.c-page-home__homa-btn a:hover::before {
			-webkit-transform-origin: left top;
			        transform-origin: left top;
			-webkit-transform: scale(1, 1);
			        transform: scale(1, 1);
		}

@media screen and (max-width: 767px) {

.c-page-home__homa-btn a:hover::before {
				-webkit-transform: scale(0, 1);
				        transform: scale(0, 1)
		}
			}

.c-page-home__homa .top-csv a {
		background:url('../img/top/btm-lounge_off.png');
		width: 266px;
		height: 67px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 90px;
		background-size: contain;
		}

.c-page-home__homa .top-csv a:hover {
		background:url('../img/top/btm-lounge_on.png');
		width: 266px;
		height: 67px;
		background-size: contain;
		}

.c-page-home__news {
/*		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;*/
		display: block;
/*		width: 90%;
		max-width: 1340px;*/
	    width: 100%;
		max-width: 100%;
		margin: 0 auto 100px;
	}

@media screen and (max-width: 767px) {

.c-page-home__news {
			display: block;
			width: 90%;
			max-width: 90%;
			margin: 0 auto 70px
	}
		}

.c-page-home__news-topics {
			width: 100%;
			max-width: 1260px;
			margin: 0 auto;
			padding: 0 5%;	
			/*margin-right: 80px;*/
			margin-bottom:70px;
	
		}

@media screen and (max-width: 767px) {

.c-page-home__news-topics {
				/*width: 100%;*/
				max-width: 100%;
				margin: 0 0 70px;
				padding: 0 5%;	
		}
}


.c-page-home__news-topics .c-page-home__news-date{width: 80px;}


@media screen and (max-width: 767px) {

.c-page-home__news-topics .c-page-home__news-date{
				width: auto;
		}
}


.c-page-home__news-event {
			width: 100%;
		}

/*@media screen and (max-width: 767px) {

.c-page-home__news-event {
				width: 100%
		}
			}*/

.c-page-home__news h3 {
			margin: 0 0 25px;
			font-size: 3rem;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			font-weight: normal;
			letter-spacing: .1em;
		}

@media screen and (max-width: 767px) {

.c-page-home__news h3 {
				margin-bottom: 20px;
				font-size: 2.5rem
		}
			}

.c-page-home__news ul {
			margin-bottom: 40px;
			display: block;
			border-top: 1px solid #d9d9d9;
		}

@media screen and (max-width: 767px) {

.c-page-home__news ul {
				margin-bottom: 30px
		}
			}

.c-page-home__news ul li {
				list-style: none;
				border-bottom: 1px solid #d9d9d9;
			}

.c-page-home__news ul li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					/*display: block;*/
					width: 100%;
					padding: 30px 20px;
					text-decoration: none;
					color: #222;
				}

@media screen and (max-width: 767px) {

.c-page-home__news ul li a {
						display: block;
						padding: 20px 10px
				}
					}

.c-page-home__news ul li a:hover p + p {
							text-decoration: underline;
						}

.c-page-home__news ul li a:hover p + p span {
								text-decoration: none;
							}

.c-page-home__news-no-link {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
			padding: 30px 20px;
			text-decoration: none;
			color: #222;
		}

@media screen and (max-width: 767px) {

.c-page-home__news-no-link {
				display: block;
				padding: 20px 10px
		}
			}

.c-page-home__news-date-new, .c-page-home__news-txt-new {
				margin-left: 15px;
				padding: 2px 15px 5px;
				background-color: #90c31f;
				color: #fff;
				font-size: 1.5rem;
				vertical-align: middle;
				line-height: 1.4;
			}

@media screen and (max-width: 767px) {

.c-page-home__news-date-new, .c-page-home__news-txt-new {
					padding: 2px 12px 5px;
					font-size: 1.4rem
			}
				}

.c-page-home__news-date {
			width: 15%;
			margin: 0 20px 0 0;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
		}

@media screen and (max-width: 767px) {

.c-page-home__news-date {
				width: 100%;
				margin: 0 0 5px
		}
			}

.c-page-home__news-date-new {
				display: none;
			}

@media screen and (max-width: 767px) {

.c-page-home__news-date-new {
					display: inline-block
			}
				}

.c-page-home__news-txt {
			margin: 0;
		}

.c-page-home__news-txt-new {
				display: inline-block;
			}

@media screen and (max-width: 767px) {

.c-page-home__news-txt-new {
					display: none
			}
				}

.c-page-home__news-btn {
			width: 40%;
			max-width: 200px;
			margin: 0 auto;
			text-align: center;
		}

@media screen and (max-width: 767px) {

.c-page-home__news-btn {
				width: 50%
		}
			}

.c-page-home__news-btn a {
				display: block;
				margin: 0 auto;
				padding: 15px;
				color: #fff;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
				background-color: #222;
				text-decoration: none;
				border: 1px solid #222;
				position: relative;
				z-index: 1;
			}

@media screen and (max-width: 767px) {

.c-page-home__news-btn a {
		padding: 12px 10px;
			}
	}

.c-page-home__news-btn a::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		content: "";
		background: #fff;
		-webkit-transform-origin: right top;
		        transform-origin: right top;
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
		-webkit-transition: -webkit-transform 400ms;
		transition: -webkit-transform 400ms;
		transition: transform 400ms;
		transition: transform 400ms, -webkit-transform 400ms;
	}

.c-page-home__news-btn a:hover {
		color: #222;
	}

@media screen and (max-width: 767px) {

.c-page-home__news-btn a:hover {
			color: #fff
	}
		}

.c-page-home__news-btn a:hover::before {
			-webkit-transform-origin: left top;
			        transform-origin: left top;
			-webkit-transform: scale(1, 1);
			        transform: scale(1, 1);
		}

@media screen and (max-width: 767px) {

.c-page-home__news-btn a:hover::before {
				-webkit-transform: scale(0, 1);
				        transform: scale(0, 1)
		}
}

/*event追記*/

.c-page-home__news-event{
	position: relative;
	padding: 0 50px;
}

@media screen and (max-width: 767px) {
	.c-page-home__news-event{
		padding: 0 30px;
	}
}


.c-page-home__news-event .event-list{}

@media screen and (max-width: 767px) {
	.c-page-home__news-event .event-list{
/*		width: 100%;
		display: block;
		margin: 0 auto;*/
		width: calc(100% + 10%);
		margin-left: -5%;
	}
}

.c-page-home__news-event ul{
	border-top: none;
	
}

.c-page-home__news-event ul li {
		border: 1px solid #d9d9d9!important;
		margin:0 10px;
	 	position: relative;
	}


@media screen and (max-width: 767px) {
	.c-page-home__news-event ul li {margin:0 5px;}

}

.c-page-home__news-event ul li::before {
				content: "";
				width: calc(100% - 8px);
				height: calc(100% - 8px);
				border: 1px solid #d9d9d9;
				position: absolute;
				top: 4px;
				left: 4px;
}
   

.c-page-home__news-event ul li a {display: block;padding: 25px;position: relative;z-index: 1;}

@media screen and (max-width: 767px) {
	.c-page-home__news-event ul li a { padding: 25px 20px;}

}

.c-page-home__news-event ul li a .thum{margin-bottom: 20px;}

.c-page-home__news-event ul li a .thum img{
	max-width: 100%;
	height: auto;
}


.c-page-home__news-event .c-page-home__news-btn{margin-top: 40px;}

.c-page-home__news-event .slick-prev{
    width: 20px;
    height: 100%;
    background-image: url("../img/top/prev.png");
    background-repeat: no-repeat;
    background-position:left center;
	background-size:contain;
    overflow: hidden;	
}
.c-page-home__news-event .slick-next {
    width: 20px;
    height: 100%;
    background-image: url("../img/top/next.png");
    background-repeat: no-repeat;
    background-position:right center;
	background-size:contain;
    overflow: hidden;	
}

.c-page-home__news-event .slick-prev:before,
.c-page-home__news-event .slick-next:before{content: none;}


@media screen and (max-width: 767px) {
.c-page-home__news-event .slick-prev{
    left: -20px;
	 width: 10px;
}
.c-page-home__news-event .slick-next{
    right: -20px;
	 width: 10px;

}	
	
}


/*@media screen and (max-width: 767px) {
.slick-track {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}	

}*/



.c-page-home__bnr {
		margin-bottom: 95px;
	}

@media screen and (max-width: 767px) {

.c-page-home__bnr {
			margin-bottom: 65px
	}
		}

.c-page-home__bnr ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
			max-width: 1260px;
			margin: 0 auto;
			padding: 0 5%;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}

@media screen and (max-width: 767px) {

.c-page-home__bnr ul {
				display: block;
				max-width: 100%
		}
			}

.c-page-home__bnr ul li {
				width: 100%;
				list-style: none;
				text-align: center;
			}

@media screen and (max-width: 767px) {

.c-page-home__bnr ul li {
					width: 100%;
					margin: 0 0 15px
			}
				}

.c-page-home__bnr ul li a {
					display: block;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

.c-page-home__bnr ul li a:hover {
						opacity: .7;
					}

.c-page-home__bnr ul li img {
					width: 100%;
					height: auto;
				}

.c-page-home__bnr ul li:last-child {
					margin-right: 0;
				}

@media screen and (max-width: 767px) {

.c-page-home__bnr ul li:last-child {
						margin-bottom: 0
				}
					}

.c-page-home__works {
		margin-bottom: 120px;
	}

@media screen and (max-width: 767px) {

.c-page-home__works {
			margin-bottom: 70px
	}
		}

.c-page-home__works h2 {
			margin-bottom: 60px;
			text-align: center;
			font-weight: normal;
			font-size: 1.9rem;
			letter-spacing: .1em;
			line-height: 1.4;
		}

@media screen and (max-width: 767px) {

.c-page-home__works h2 {
				margin-bottom: 40px;
				font-size: 1.5rem
		}
			}

.c-page-home__works h2 span {
				display: block;
				font-size: 3.8rem;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			}

@media screen and (max-width: 767px) {

.c-page-home__works h2 span {
					font-size: 3rem
			}
				}

.c-page-home__works ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			font-size: 1.4rem;
		}

@media screen and (max-width: 767px) {

.c-page-home__works ul {
				display: block
		}
			}

.c-page-home__works ul li {
				width: 33.33333%;
				list-style: none;
			}

@media screen and (max-width: 767px) {

.c-page-home__works ul li {
					width: 100%;
					margin-bottom: 30px
			}
				}

.c-page-home__works ul li a {
					display: block;
					text-decoration: none;
					color: #222;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

.c-page-home__works ul li a:hover {
						opacity: .7;
					}

.c-page-home__works ul li figure img {
						width: 100%;
						height: auto;
					}

.c-page-home__works ul li figure figcaption {
						margin: 20px 30px 0;
						line-height: 2;
					}

@media screen and (max-width: 767px) {

.c-page-home__works ul li figure figcaption {
							margin: 10px 5% 0
					}
						}

.c-page-home__works ul li figure figcaption span {
							margin-right: 10px;
							padding-right: 10px;
							font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
							border-right: 1px solid #a5a5a5;
						}

.c-page-home__works-btn {
			width: 40%;
			max-width: 200px;
			margin: 70px auto 0;
			text-align: center;
		}

@media screen and (max-width: 767px) {

.c-page-home__works-btn {
				width: 50%;
				margin-top: 35px
		}
			}

.c-page-home__works-btn a {
				display: block;
				margin: 0 auto;
				padding: 15px;
				color: #fff;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
				background-color: #222;
				text-decoration: none;
				border: 1px solid #222;
				position: relative;
				z-index: 1;
			}

@media screen and (max-width: 767px) {

.c-page-home__works-btn a {
		padding: 12px 10px;
			}
	}

.c-page-home__works-btn a::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		content: "";
		background: #fff;
		-webkit-transform-origin: right top;
		        transform-origin: right top;
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
		-webkit-transition: -webkit-transform 400ms;
		transition: -webkit-transform 400ms;
		transition: transform 400ms;
		transition: transform 400ms, -webkit-transform 400ms;
	}

.c-page-home__works-btn a:hover {
		color: #222;
	}

@media screen and (max-width: 767px) {

.c-page-home__works-btn a:hover {
			color: #fff
	}
		}

.c-page-home__works-btn a:hover::before {
			-webkit-transform-origin: left top;
			        transform-origin: left top;
			-webkit-transform: scale(1, 1);
			        transform: scale(1, 1);
		}

@media screen and (max-width: 767px) {

.c-page-home__works-btn a:hover::before {
				-webkit-transform: scale(0, 1);
				        transform: scale(0, 1)
		}
			}

.c-page-home__about {
		max-width: 1340px;
		margin: 0 auto 110px;
	}

@media screen and (max-width: 767px) {

.c-page-home__about {
			width: 90%;
			max-width: 90%;
			margin: 0 auto 55px
	}
		}

.c-page-home__about h2 {
			width: 96%;
			max-width: 1190px;
			margin: 0 auto 50px;
			text-align: center;
			font-weight: normal;
			font-size: 1.9rem;
			letter-spacing: .1em;
			line-height: 1.4;
			position: relative;
		}

@media screen and (max-width: 767px) {

.c-page-home__about h2 {
				width: 90%;
				margin-bottom: 45px;
				padding: 35px 5%;
				font-size: 1.5rem;
				outline-offset: 3px
		}
			}

.c-page-home__about h2 span {
				display: block;
				font-size: 3.8rem;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			}

@media screen and (max-width: 767px) {

.c-page-home__about h2 span {
					font-size: 3rem
			}
				}

.c-page-home__about-feature {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			position: relative;
			z-index: 10;
			background-color: #fff;
		}

@media screen and (max-width: 767px) {

.c-page-home__about-feature {
				display: block;
				padding-bottom: 45px
		}
			}

.c-page-home__about-feature > li {
				width: 33.33333%;
				margin-right: 10px;
				list-style: none;
				position: relative;
			}

@media screen and (max-width: 767px) {

.c-page-home__about-feature > li {
					width: 100%;
					margin: 0 0 45px
			}
				}

.c-page-home__about-feature > li::after {
					content: "";
					display: block;
					width: 1px;
					height: 100%;
					background-color: #d9d9d9;
					position: absolute;
					right: -6px;
					top: 0;
				}

@media screen and (max-width: 767px) {

.c-page-home__about-feature > li::after {
						display: none
				}
					}

.c-page-home__about-feature > li:last-child {
					margin-right: 0;
					border-right: none;
				}

@media screen and (max-width: 767px) {

.c-page-home__about-feature > li:last-child {
						margin-bottom: 0
				}
					}

.c-page-home__about-feature > li:last-child::after {
						display: none;
					}

.c-page-home__about-feature > li h3 {
					margin: 0;
					padding: 40px 20px;
					text-align: center;
					font-weight: normal;
					font-size: 2.2rem;
					border-top: 1px solid #d9d9d9;
					border-bottom: 1px solid #d9d9d9;
					position: relative;
				}

@media screen and (max-width: 767px) {

.c-page-home__about-feature > li h3 {
						padding: 30px 5%;
						font-size: 2rem
				}
					}

.c-page-home__about-feature > li h3 span {
						display: block;
						font-size: 1.7rem;
						line-height: 1.2;
					}

@media screen and (max-width: 767px) {

.c-page-home__about-feature > li h3 span {
							font-size: 1.6rem
					}
						}

.c-page-home__about-feature > li h3 span:last-child {
							margin-bottom: 30px;
							font-size: 3.3rem;
							font-weight: 500;
							font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
						}

@media screen and (max-width: 767px) {

.c-page-home__about-feature > li h3 span:last-child {
								margin-bottom: 20px;
								font-size: 2.5rem
						}
							}

.c-page-home__about-feature > li h3::before, .c-page-home__about-feature > li h3::after {
						display: block;
						content: "";
						width: 100%;
						height: 1px;
						background-color: #d9d9d9;
						position: absolute;
						left: 0;
					}

.c-page-home__about-feature > li h3::before {
						top: 5px;
					}

.c-page-home__about-feature > li h3::after {
						bottom: 5px;
					}

.c-page-home__about-feature > li h4 {
					height: 254px;
					margin: 40px 0 45px;
					text-align: center;
				}

@media screen and (max-width: 767px) {

.c-page-home__about-feature > li h4 {
						width: 18%;
						height: auto;
						margin: 30px auto
				}
					}

.c-page-home__about-feature > li h4 img {
						width: 100%;
						max-width: 62px;
						height: auto;
					}

@media screen and (max-width: 767px) {

.c-page-home__about-feature > li h4 img {
							max-width: 100%
					}
						}

.c-page-home__about-feature > li ul {
					margin: 0 4em;
					padding-bottom: 25px;
					font-size: 1.5rem;
				}

@media screen and (max-width: 767px) {

.c-page-home__about-feature > li ul {
						margin: 0 5%;
						padding-bottom: 0
				}
					}

.c-page-home__about-feature > li ul li {
						margin-bottom: 20px;
						padding-left: 20px;
						list-style: none;
						position: relative;
					}

@media screen and (max-width: 767px) {

.c-page-home__about-feature > li ul li {
							margin-bottom: 5px
					}
						}

.c-page-home__about-feature > li ul li::before {
							display: block;
							content: "";
							width: 4px;
							height: 4px;
							background-color: #000;
							position: absolute;
							left: 0;
							top: 12px;
							border-radius: 5px;
						}

.c-page-home__about-feature > li ul li:last-child {
							margin-bottom: 0;
						}

.c-page-home__about-feature:last-child {
				border-right: none;
			}

.c-page-home__about-feature:last-child h3 {
					border-right: none;
				}

.c-page-home__about-btn {
			width: 96%;
			max-width: 1190px;
			margin: -5px auto 0;
			padding: 50px 0 80px;
			text-align: center;
			border: solid 1px #d9d9d9;
			position: relative;
		}

@media screen and (max-width: 767px) {

.c-page-home__about-btn {
				width: 90%;
				padding: 25px 5% 45px;
				outline-offset: 3px
		}
			}

.c-page-home__about-btn::before {
				content: "";
				width: calc(100% + 12px);
				height: calc(100% + 12px);
				border: 1px solid #d9d9d9;
				position: absolute;
				top: -5px;
				left: -5px;
			}

.c-page-home__about-btn a {
				display: block;
				margin: 0 auto;
				padding: 15px;
				color: #fff;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
				background-color: #222;
				text-decoration: none;
				border: 1px solid #222;
				position: relative;
				z-index: 1;
				width: 40%;
				max-width: 200px;
			}

@media screen and (max-width: 767px) {

.c-page-home__about-btn a {
		padding: 12px 10px
			}
	}

.c-page-home__about-btn a::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		content: "";
		background: #fff;
		-webkit-transform-origin: right top;
		        transform-origin: right top;
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
		-webkit-transition: -webkit-transform 400ms;
		transition: -webkit-transform 400ms;
		transition: transform 400ms;
		transition: transform 400ms, -webkit-transform 400ms;
	}

.c-page-home__about-btn a:hover {
		color: #222;
	}

@media screen and (max-width: 767px) {

.c-page-home__about-btn a:hover {
			color: #fff
	}
		}

.c-page-home__about-btn a:hover::before {
			-webkit-transform-origin: left top;
			        transform-origin: left top;
			-webkit-transform: scale(1, 1);
			        transform: scale(1, 1);
		}

@media screen and (max-width: 767px) {

.c-page-home__about-btn a:hover::before {
				-webkit-transform: scale(0, 1);
				        transform: scale(0, 1)
		}
			}

@media screen and (max-width: 767px) {

.c-page-home__about-btn a {
					width: 70%
			}
				}

.c-page-home__building {
		margin-bottom: 90px;
		text-align: center;
	}

@media screen and (max-width: 767px) {

.c-page-home__building {
			margin-bottom: 60px
	}
		}

.c-page-home__building h2 {
			margin-bottom: 40px;
			text-align: center;
			font-weight: normal;
			font-size: 1.9rem;
			letter-spacing: .1em;
			line-height: 1.4;
		}

@media screen and (max-width: 767px) {

.c-page-home__building h2 {
				font-size: 1.5rem
		}
			}

.c-page-home__building h2 span {
				display: block;
				font-size: 3.8rem;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			}

@media screen and (max-width: 767px) {

.c-page-home__building h2 span {
					font-size: 3rem
			}
				}

.c-page-home__building ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
		}

@media screen and (max-width: 767px) {

.c-page-home__building ul {
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap
		}
			}

.c-page-home__building ul li {
				width: 25%;
				list-style: none;
				border-right: 1px solid #d9d9d9;
			}

@media screen and (max-width: 767px) {

.c-page-home__building ul li {
					width: 50%;
					border-right: none
			}
				}

.c-page-home__building ul li:last-child {
					border-right: none;
				}

.c-page-home__building ul li div {
					width: 150px;
					height: auto;
					margin: 0 auto;
				}

@media screen and (max-width: 767px) {

.c-page-home__building ul li div {
						width: 80%;
						max-width: 80%
				}
					}

.c-page-home__building ul li div span:first-child {
							display: block;
						}

.c-page-home__building ul li div span:last-child {
							display: none;
						}

.c-page-home__building ul li div span img {
							width: 100%;
							height: auto;
						}

.c-page-home__building ul li p {
					margin-top: 35px;
					font-size: 2rem;
				}

@media screen and (max-width: 767px) {

.c-page-home__building ul li p {
						margin-top: 20px;
						font-size: 1.5rem
				}
					}

.c-page-home__building ul li a {
					display: block;
					padding: 50px 20px 70px;
					text-decoration: none;
					color: #000;
					position: relative;
					z-index: 1;
				}

@media screen and (max-width: 767px) {

.c-page-home__building ul li a {
						padding: 30px 5%
				}
					}

.c-page-home__building ul li a::before {
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						z-index: -1;
						content: "";
						background: #000;
						-webkit-transform-origin: right top;
						        transform-origin: right top;
						-webkit-transform: scale(0, 1);
						        transform: scale(0, 1);
						-webkit-transition: -webkit-transform 400ms;
						transition: -webkit-transform 400ms;
						transition: transform 400ms;
						transition: transform 400ms, -webkit-transform 400ms;
					}

.c-page-home__building ul li a:hover {
						color: #fff;
					}

@media screen and (max-width: 767px) {

.c-page-home__building ul li a:hover {
							color: #222
					}
						}

.c-page-home__building ul li a:hover::before {
							-webkit-transform-origin: left top;
							        transform-origin: left top;
							-webkit-transform: scale(1, 1);
							        transform: scale(1, 1);
						}

@media screen and (max-width: 767px) {

.c-page-home__building ul li a:hover::before {
								-webkit-transform: scale(0, 1);
								        transform: scale(0, 1)
						}
							}

.c-page-home__building ul li a:hover div span:first-child {
								display: none;
							}

@media screen and (max-width: 767px) {

.c-page-home__building ul li a:hover div span:first-child {
									display: block
							}
								}

.c-page-home__building ul li a:hover div span:last-child {
								display: block;
							}

@media screen and (max-width: 767px) {

.c-page-home__building ul li a:hover div span:last-child {
									display: none
							}
								}

.c-page-sub__content {
	}

.c-page-sub__content-title {
		position: relative;
		margin: 0 auto 40px;
		padding: 80px 0 0;
		background: url("https://www.niiyamahouse.com/img/bg-title.jpg") no-repeat center center;
		background-size: cover;
	}

@media screen and (max-width: 767px) {

.c-page-sub__content-title {
			margin-bottom: 10px;
			padding: 8vw 5%
	}
		}

.c-page-sub__breadcrumb {
		width: 1000px;
		margin: 0 auto 60px;
		padding-left: 30px;
		padding-right: 30px;
	}

@media (max-width: 1060px) {

.c-page-sub__breadcrumb {
		max-width: 1060px;
		width: 100%
	}
	}

@media screen and (max-width: 767px) {

.c-page-sub__breadcrumb {
			margin-bottom: 30px;
			padding-left: 5%;
			padding-right: 5%
	}
		}

.c-page-sub__content-detail {
		width: 1000px;
		margin: 0 auto 120px;
	}

@media (max-width: 1060px) {

.c-page-sub__content-detail {
		max-width: 1060px;
		width: 100%
	}
	}

@media screen and (max-width: 767px) {

.c-page-sub__content-detail {
			margin-bottom: 80px;
			padding: 0 5%
	}
		}

.c-page-sub__news {
		padding: 0 20px;
	}

@media screen and (max-width: 767px) {

.c-page-sub__news {
			padding: 0 10px
	}
		}

.c-page-sub__news-meta {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}

.c-page-sub__news-category {
			display: inline-block;
			vertical-align: middle;
		}

@media screen and (max-width: 767px) {

.c-page-sub__news-category {
				display: inline;
				margin-left: 10px
		}
			}

.c-page-sub__news-category span {
				text-align: center;
				display: inline-block;
				min-width: 59px;
				padding: 5px 16px 5px;
				margin-top: 14px;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
				font-size: 0.9375em;
				font-weight: normal;
				line-height: 1.3;
				vertical-align: middle;
				color: #fff;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				background: #90c31f;
			}

@media screen and (max-width: 767px) {

.c-page-sub__news-category span {
					min-width: (260/750 * 100vw);
					padding: 1.06667vw 2.66667vw 0.53333vw;
					margin: 0 2.66667vw 0 0;
					font-size: 3.73333vw
			}
				}

@media screen and (max-width: 767px) {

.c-page-sub__news-date {
				font-size: 4.26667vw;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif
		}
			}

.c-page-sub__news-title {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			margin: 5px 0 20px;
		}

@media screen and (max-width: 767px) {

.c-page-sub__news-title {
				display: block;
				margin-top: 0
		}
			}

.c-page-sub__news h2 {
			font-weight: normal;
			font-size: 2em;
			margin: 0;
			vertical-align: middle;
			max-width: 840px;
		}

@media screen and (max-width: 767px) {

.c-page-sub__news h2 {
				display: inline;
				font-size: 5.33333vw;
				margin: 0
		}
			}

.c-page-sub__news-time {
			margin-right: 20px;
		}

.c-page-sub__works {
		padding: 0 20px;
	}

@media screen and (max-width: 767px) {

.c-page-sub__works {
			padding: 0 5%
	}
		}

.c-page-sub__works-house {
			text-align: center;
			display: inline-block;
			min-width: 59px;
			padding: 5px 16px 5px;
			margin-top: 14px;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			font-size: 0.9375em;
			font-weight: normal;
			line-height: 1.3;
			vertical-align: middle;
			color: #fff;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			background: #90c31f;
		}

@media screen and (max-width: 767px) {

.c-page-sub__works-house {
				min-width: (260/750 * 100vw);
				padding: 1.06667vw 2.66667vw 0.53333vw;
				margin: 0 2.66667vw 0 0;
				font-size: 3.73333vw
		}
			}

.c-page-sub__works-title {
			margin: 10px 0 21px;
		}

.c-page-sub__works-title h2 {
				font-weight: normal;
				font-size: 2em;
				margin: 0;
				vertical-align: middle;
				max-width: 840px;
				display: inline;
			}

@media screen and (max-width: 767px) {

.c-page-sub__works-title h2 {
					font-size: 5.33333vw
			}
				}

.c-page-sub__works-category {
			font-size: 2em;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			border-right: 1px solid #a5a5a5;
			vertical-align: middle;
			margin-right: 10px;
			padding-right: 10px;
		}

@media screen and (max-width: 767px) {

.c-page-sub__works-category {
				font-size: 5.33333vw
		}
			}

.c-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 110px;
	padding: 28px 383px 15px 30px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff;
}

@media screen and (max-width: 767px) {

.c-header {
		padding: 0
}
	}

.c-header__title {
		width: 304px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
	}

@media screen and (max-width: 767px) {

.c-header__title {
			width: 66%;
			margin: 30px
	}
		}

.c-header__title p {
			margin: 0;
			line-height: 0;
		}

.c-header__title p > a {
				display: block;
			}

.c-header__title img {
			width: 100%;
			height: auto;
		}

@media screen and (max-width: 767px) {
.c-header__title img {
				max-width: 260px
		}
}

.c-header__title h1 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: block;
	padding-top: 12px;
	white-space: nowrap;
}

.c-header__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

.c-header__tel {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		text-align: right;
		font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
	}

@media screen and (max-width: 767px) {

.c-header__tel {
			display: none
	}
		}

.c-header__tel > span {
			margin-left: 20px;
			padding-left: 20px;
			text-decoration: none;
			font-size: 2.7rem;
			border-left: 1px solid #d0d0d0;
		}

.c-header__links {
		position: absolute;
		right: 0;
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		font-size: 1.4rem;
		-webkit-box-shadow: 0 0 16px -10px #333;
		        box-shadow: 0 0 16px -10px #333;
	}

@media screen and (max-width: 767px) {

.c-header__links {
			display: none
	}
		}

.c-header__links > li {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 120px;
			min-height: 110px;
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 auto;
			        flex: 0 1 auto;
			background-color: #fff;
			text-align: center;
		}

.c-header__links > li > a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				color: #222;
				text-decoration: none;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-ms-flex-line-pack: center;
				    align-content: center;
			}

.c-header__links > li > a::before {
					content: "";
					display: block;
					margin: 0 auto 8px;
				}

.c-header__links > li > a span {
					display: block;
					width: 100%;
				}

.c-header__links > li:nth-child(1), .c-header__links > li:nth-child(3) {
				background-color: #333;
			}

.c-header__links > li:nth-child(1) > a, .c-header__links > li:nth-child(3) > a {
					color: #fff;
				}

.c-header__links > li:nth-child(1) > a::before {
						width: 17px;
						height: 18px;
						background: url("../img/common/icon-header-apo.png") center center no-repeat;
						background-size: 100% auto;
					}

.c-header__links > li:nth-child(2) > a::before {
						width: 22px;
						height: 21px;
						background: url("../img/common/icon-header-faq.png") center center no-repeat;
						background-size: 100% auto;
					}
					
.c-header__links > li:nth-child(3) > a::before {
						width: 22px;
						height: 21px;
						background: url("../img/common/icon-header-contact.png") center center no-repeat;
						background-size: 100% auto;
					}

.c-header__sp-nav {
		display: none;
	}

@media screen and (max-width: 767px) {

.c-header__sp-nav {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			width: 20%;
			max-width: 80px;
			padding: 5px;
			background-color: #333;
			color: #fff;
			font-size: 1rem;
			letter-spacing: .1em;
			text-align: center;
			cursor: pointer;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif
	}

			.c-header__sp-nav p {
				width: 100%;
				margin: 5px 0 0;
			}
		}

.c-header__sp-nav-icon {
			width: 50%;
			height: 22px;
			margin: 0 auto 5px;
			display: block;
			position: relative;
		}

.c-header__sp-nav-icon span {
				display: block;
				width: 100%;
				height: 2px;
				background: #fff;
				position: absolute;
				right: 0;
				top: 15px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

.c-header__sp-nav-icon span:first-child {
					-webkit-transform: translateY(-10px) scale(1);
					        transform: translateY(-10px) scale(1);
				}

.c-header__sp-nav-icon span:nth-child(2) {
					background: none;
					position: relative;
				}

.c-header__sp-nav-icon span:nth-child(2)::before, .c-header__sp-nav-icon span:nth-child(2)::after {
						-webkit-transition: all 300ms;
						transition: all 300ms;
						content: "";
						width: 100%;
						height: 2px;
						background: #fff;
						display: block;
						-webkit-transform: rotate(0deg);
						        transform: rotate(0deg);
						position: absolute;
					}

.c-header__sp-nav-icon span:last-child {
					-webkit-transform: translateY(10px) scale(1);
					        transform: translateY(10px) scale(1);
				}

.c-header__sp-nav.is-open .c-header__sp-nav-icon span:first-child {
			-webkit-transform: translateY(0) scale(0);
			        transform: translateY(0) scale(0);
		}

.c-header__sp-nav.is-open .c-header__sp-nav-icon span:last-child {
			-webkit-transform: translateY(0) scale(0);
			        transform: translateY(0) scale(0);
		}

.c-header__sp-nav.is-open .c-header__sp-nav-icon span:nth-child(2)::before {
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
		}

.c-header__sp-nav.is-open .c-header__sp-nav-icon span:nth-child(2)::after {
			-webkit-transform: rotate(-45deg);
			        transform: rotate(-45deg);
		}

.c-header__sp-nav p span:first-child {
			display: block;
		}

.c-header__sp-nav p span:last-child {
			display: none;
		}

.c-header__sp-nav.is-open p span:first-child {
				display: none;
			}

.c-header__sp-nav.is-open p span:last-child {
				display: block !important;
			}

#ToolBar {
	opacity: .2;
	-webkit-transition: 300ms;
	transition: 300ms;
}

#ToolBar:hover {
		opacity: 1;
	}

.c-footer {
	padding: 66px 40px 30px;
	background-color: #f0f0f0;
	position: relative;
}

@media screen and (max-width: 767px) {

.c-footer {
		padding: 4.5em 0 30px;
		margin-bottom: 60px;
}
	}

.c-footer__pagetop {
		position: fixed;
		width: 78px;
		height: 78px;
		right: 39px;
		z-index: 900;
	}

@media screen and (max-width: 767px) {

.c-footer__pagetop {
			width: 100%;
			height: auto;
			position: absolute;
			left: 0;
			right: 0;
			top: -20px
	}
		}

.c-footer__pagetop a {
			display: block;
		}

@media screen and (max-width: 767px) {

.c-footer__pagetop a {
				width: 14%;
				max-width: 60px;
				margin: 0 auto
		}
			}

.c-footer__pagetop a img {
				width: 100%;
				height: auto;
			}

.c-footer__pagetop a:hover {
				-webkit-transform: scale(1.2);
				        transform: scale(1.2);
			}

@media screen and (max-width: 767px) {

.c-footer__pagetop a:hover {
					-webkit-transform: scale(1);
					        transform: scale(1)
			}
				}

.c-footer__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

@media screen and (max-width: 767px) {

.c-footer__body {
			display: block;
			margin: 0 5%
	}
		}

.c-footer__corp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 25px;
	}

@media screen and (max-width: 767px) {

.c-footer__corp {
			display: block;
			margin: 0 auto 25px
	}
		}

@media screen and (max-width: 767px) {

.c-footer__corp-logo {
				margin-bottom: 15px;
				text-align: center;
				font-size: 1.8rem
		}
			}

.c-footer__corp-logo a {
				display: block;
				text-decoration: none;
				color: #222;
				letter-spacing: .2em;
			}

.c-footer__corp-info {
			margin-left: 30px;
			padding: 5px 0 10px 30px;
			border-left: 1px solid #363636;
			font-size: 1.4rem;
			line-height: 2;
		}

@media screen and (max-width: 767px) {

.c-footer__corp-info {
				margin: 0;
				padding: 0;
				border-left: none;
				text-align: center
		}
			}

.c-footer__corp-info p {
				margin: 0;
			}

.c-footer__corp-info a {
				text-decoration: none !important;
				color: #222;
			}

.c-footer__corp-info-tel {
				margin: 30px 0 20px;
				font-size: 1.8rem;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			}

@media screen and (max-width: 767px) {

.c-footer__corp-info-tel {
					margin: 10px 0;
					border: 1px solid #222
			}
				}

@media screen and (max-width: 767px) {

.c-footer__corp-info-tel a {
						display: block;
						padding: 12px 15px
				}
					}

.c-footer__corp-info-tel a span {
						margin-left: 5px;
						font-size: 2.4rem;
					}

@media screen and (max-width: 767px) {

.c-footer__corp-info-tel a span {
							margin-left: 10px;
							padding-left: 10px;
							border-left: 1px solid #222
					}
						}

.c-footer__corp-info-mail {
				font-size: 1.5rem;
				line-height: 1.4;
			}

.c-footer__corp-info-mail a {
					display: inline-block;
					padding: 12px 45px;
					border: 1px solid #222;
					-webkit-transition: 300ms;
					transition: 300ms;
					position: relative;
					z-index: 1;
				}

@media screen and (max-width: 767px) {

.c-footer__corp-info-mail a {
						display: block;
						padding: 20px 15px
				}
					}

.c-footer__corp-info-mail a span {
						display: block;
					}

.c-footer__corp-info-mail a span::before {
							content: "";
							display: inline-block;
							width: 22px;
							height: 14px;
							margin: -2px 10px 0 0;
							background: url("https://www.niiyamahouse.com/img/common/icon-contact-footer.png") center center no-repeat;
							background-size: 100% auto;
							vertical-align: middle;
						}

.c-footer__corp-info-mail a::before {
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						z-index: -1;
						content: "";
						background: #222;
						-webkit-transform-origin: right top;
						        transform-origin: right top;
						-webkit-transform: scale(0, 1);
						        transform: scale(0, 1);
						-webkit-transition: -webkit-transform 400ms;
						transition: -webkit-transform 400ms;
						transition: transform 400ms;
						transition: transform 400ms, -webkit-transform 400ms;
					}

.c-footer__corp-info-mail a:hover {
						color: #fff;
					}

@media screen and (max-width: 767px) {

.c-footer__corp-info-mail a:hover {
							color: #222
					}
						}

.c-footer__corp-info-mail a:hover::before {
							-webkit-transform-origin: left top;
							        transform-origin: left top;
							-webkit-transform: scale(1, 1);
							        transform: scale(1, 1);
						}

@media screen and (max-width: 767px) {

.c-footer__corp-info-mail a:hover::before {
								-webkit-transform: scale(0, 1);
								        transform: scale(0, 1)
						}
							}

.c-footer__corp-info-mail a:hover span::before {
								background: url("https://www.niiyamahouse.com/img/common/icon-contact-footer-hover.png") center center no-repeat;
								background-size: 100% auto;
							}

@media screen and (max-width: 767px) {

.c-footer__corp-info-mail a:hover span::before {
									background-image: url("https://www.niiyamahouse.com/img/common/icon-contact-footer.png")
							}
								}

.c-footer__links li {
			list-style: none;
		}

.c-footer__links a {
			text-decoration: none;
			color: #222;
		}

.c-footer__links-sub {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-bottom: 30px;
			font-size: 1.3rem;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
		}

@media screen and (max-width: 767px) {

.c-footer__links-sub {
				display: block;
				margin-bottom: 20px
		}
			}

.c-footer__links-sub ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}

@media screen and (max-width: 767px) {

.c-footer__links-sub ul {
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center
			}
				}

.c-footer__links-sub-link {
				margin-right: 10px;
			}

@media screen and (max-width: 767px) {

.c-footer__links-sub-link {
					margin: 0 0 25px
			}
				}

.c-footer__links-sub-link li:nth-of-type(1) {
						border-right: 1px solid #a5a5a5;
					}

.c-footer__links-sub-link li a {
						display: block;
						padding: 0 20px;
					}

@media screen and (max-width: 767px) {

.c-footer__links-sub-link li a {
							padding: 0 15px
					}
						}

.c-footer__links-sub-link li a:hover {
							text-decoration: underline;
						}

@media screen and (max-width: 767px) {

.c-footer__links-sub-link li a:hover {
								text-decoration: none
						}
							}

.c-footer__links-sub-link li:last-child a {
							padding-right: 0;
						}

@media screen and (max-width: 767px) {

.c-footer__links-sub-link li:last-child a {
								padding: 0 15px
						}
							}

.c-footer__links-others {
			font-size: 1.4rem;
			width: 377px;
		}

@media screen and (max-width: 767px) {

.c-footer__links-others {
				margin-bottom: 35px;
				width: 100%;
		}
			}

.c-footer__links-others ul {
				width: calc(100% + 10px);
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
			}

@media screen and (max-width: 767px) {

.c-footer__links-others ul {
					display: block;
					width: 100%;
			}
.c-footer__links-others ul:after {
	content: "";
	display: block;
	clear: both;
}
				}

.c-footer__links-others ul li {
					width: calc(50% - 10px);
					margin-left: 10px;
					text-align: center;
					white-space: nowrap;
					float: left;
				}
.c-footer__links-others ul li:nth-of-type(2) {
	margin-left: 0;
}

.c-footer__links-others ul li.wide {
	width: calc(100% - 10px);
}

@media screen and (max-width: 767px) {
.c-footer__links-others ul li.wide {
	display: none;
}
.c-footer__links-others ul li {
						width: calc(50% - 5px);
						white-space: normal
				}
.c-footer__links-others ul li:nth-of-type(2) {
	float: left;
}
.c-footer__links-others ul li:nth-of-type(3) {
	float: right;
}
					}

.c-footer__links-others ul li:first-child {
						margin-left: 0;
					}

@media screen and (max-width: 767px) {

.c-footer__links-others ul li:first-child {
							margin: 0 auto
					}
						}

.c-footer__links-others ul li a {
						display: block;
						padding: 14px 0;
						border: 1px solid #222;
						position: relative;
						z-index: 1;
					}

.c-footer__links-others ul li a::before {
							position: absolute;
							top: 0;
							right: 0;
							bottom: 0;
							left: 0;
							z-index: -1;
							content: "";
							background: #222;
							-webkit-transform-origin: right top;
							        transform-origin: right top;
							-webkit-transform: scale(0, 1);
							        transform: scale(0, 1);
							-webkit-transition: -webkit-transform 400ms;
							transition: -webkit-transform 400ms;
							transition: transform 400ms;
							transition: transform 400ms, -webkit-transform 400ms;
						}

.c-footer__links-others ul li a:hover {
							color: #fff;
						}

.c-footer__links-others ul li.wide a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

.c-footer__links-others ul li a:hover {
								color: #222
						}
							}

.c-footer__links-others ul li a:hover::before {
								-webkit-transform-origin: left top;
								        transform-origin: left top;
								-webkit-transform: scale(1, 1);
								        transform: scale(1, 1);
							}

@media screen and (max-width: 767px) {

.c-footer__links-others ul li a:hover::before {
									-webkit-transform: scale(0, 1);
									        transform: scale(0, 1)
							}
								}

.c-footer__copyright {
		display: block;
		text-align: right;
		font-size: 1rem;
		letter-spacing: .2em;
	}

@media screen and (max-width: 767px) {

.c-footer__copyright {
			padding: 20px 5% 0;
			text-align: center;
			border-top: 1px solid #222;
			letter-spacing: .1em
	}
		}

.c-nav-global {
	margin-bottom: 20px;
	position: relative;
}

@media screen and (max-width: 767px) {

.c-nav-global {
		display: none
}
	}

.c-nav-global__body {
		width: 1000px;
		margin: 0 auto;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		font-size: 1.5rem;
		font-weight: 500;
		z-index: 100;
	}

.c-nav-global__body li {
			display: block;
			-webkit-box-flex: 1;
			    -ms-flex: 1 1 auto;
			        flex: 1 1 auto;
			width: 16.66667%;
			text-align: center;
		}

.c-nav-global__body li > a, .c-nav-global__body li > span {
				color: #222;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				height: 100%;
				padding: 30px 10px;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				text-decoration: none;
				position: relative;
				cursor: pointer;
			}

.c-nav-global__body li > a span, .c-nav-global__body li > span span {
					display: block;
					font-size: 1.2rem;
				}

.c-nav-global__body li > a::after, .c-nav-global__body li > span::after {
					content: "";
					display: block;
					width: 100%;
					height: 3px;
					position: absolute;
					left: 0;
					top: 0;
					background-color: #fff;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

.c-nav-global__body li > a:hover::after, .c-nav-global__body li > span:hover::after {
						background-color: #90c31f;
					}

.c-nav-global__body li.open span::after {
						background-color: #90c31f;
					}

.c-nav-global__sub {
		z-index: 100;
		width: 100%;
		position: absolute;
		top: 0;
	}

.c-nav-global__sub-bg {
			display: none;
			width: 100%;
			background: #fff;
			padding-bottom: 60px;
			-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .15);
			        box-shadow: 0 8px 8px rgba(0, 0, 0, .15);
			border-top: 1px solid #ececec;
		}

.c-nav-global__sub-inner {
			width: 900px;
			margin: 0 auto;
		}

.c-nav-global__sub-inner-title {
				width: 100%;
				margin-bottom: 20px;
				font-size: 2.6rem;
				letter-spacing: .08em;
			}

.c-nav-global__sub-inner-title a {
					display: inline-block;
					margin-left: 20px;
					padding-right: 30px;
					text-decoration: none;
					color: #222;
					font-size: 1.6rem;
					position: relative;
					letter-spacing: 0;
				}

.c-nav-global__sub-inner-title a::before {
						position: absolute;
						top: 0;
						bottom: 0;
						right: 0;
						margin: auto;
						content: "";
						vertical-align: middle;
						width: 20px;
						height: 20px;
						border-top: 1px solid #222;
						border-right: 1px solid #222;
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
					}

.c-nav-global__sub-inner-link {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
			}

.c-nav-global__sub-inner-link figure {
					width: 279px;
					margin-right: 40px;
				}

.c-nav-global__sub-inner-link ul {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					width: calc(100% - 319px);
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap;
					line-height: 1.4;
				}

.c-nav-global__sub-inner-link ul li {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						width: calc(50% - 10px);
						margin-bottom: 15px;
						list-style: none;
					}

.c-nav-global__sub-inner-link ul li a {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							width: 100%;
							padding: 20px 40px 20px 20px;
							text-decoration: none;
							color: #222;
							background-color: #f5f5f5;
							border: 1px solid #ececec;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							position: relative;
						}

.c-nav-global__sub-inner-link ul li a::before {
								position: absolute;
								top: 0;
								bottom: 0;
								right: 20px;
								margin: auto;
								content: "";
								vertical-align: middle;
								width: 20px;
								height: 20px;
								border-top: 1px solid #222;
								border-right: 1px solid #222;
								-webkit-transform: rotate(45deg);
								        transform: rotate(45deg);
							}

.c-nav-global__sub-inner-link ul li:nth-child(even) {
							margin-left: 20px;
						}

.c-nav-global__sp {
		display: none;
		z-index: 999;
	}

@media screen and (min-width: 768px) {

.c-nav-global__sp {
			display: none !important
	}
		}

@media screen and (max-width: 767px) {

.c-nav-global__sp {
			display: none;
			width: 100%;
			position: relative
	}
		}

.c-nav-global__sp-body {
			display: block;
			position: fixed;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			z-index: 999;
			width: 100%;
			overflow-y: auto;
			background-color: rgba(0, 0, 0, .5);
		}

.c-nav-global__sp-inner {
			background-color: #fff;
			text-align: center;
		}

.c-nav-global__sp-inner a {
				color: #fff;
				text-decoration: none;
			}

.c-nav-global__sp-inner li {
				list-style: none;
			}

.c-nav-global__sp-link-01 {
			background-color: #222;
			text-align: left;
		}

.c-nav-global__sp-link-01 li {
				font-size: 1.7rem;
				border-bottom: 1px solid #464646;
			}

.c-nav-global__sp-link-01 li a {
					display: block;
					padding: 20px;
					position: relative;
				}

.c-nav-global__sp-link-01 li a span {
						margin-left: 10px;
						font-size: 1.4rem;
					}

.c-nav-global__sp-link-01 li a::after {
						position: absolute;
						top: 0;
						bottom: 0;
						right: 20px;
						margin: auto;
						content: "";
						width: 16px;
						height: 16px;
						border-top: 1px solid #fff;
						border-right: 1px solid #fff;
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
					}
.c-nav-global__sp-link-01 li a.nolink::after {
	display:none !important;
}

.c-nav-global__sp-link-01 li a.nolink {
	pointer-events:none;
}

.c-nav-global__sp-link-01 li:last-child {
					border-bottom: none;
				}

.c-nav-global__sp-link-01 li ul {
					padding: 10px 0;
					border-top: 1px solid #464646;
					background-color: #363636;
				}

.c-nav-global__sp-link-01 li ul li {
						border-bottom: none;
						font-size: 1.4rem;
					}

.c-nav-global__sp-link-01 li ul li a {
							padding: 6px 20px 6px 45px;
							position: relative;
						}

.c-nav-global__sp-link-01 li ul li a::before {
								content: "";
								width: 10px;
								height: 1px;
								margin-right: 10px;
								display: block;
								background-color: #fff;
								position: absolute;
								top: 16px;
								left: 20px;
							}

.c-nav-global__sp-link-01 li ul li a::after {
								display: none;
							}

.c-nav-global__sp-link-02 {
			width: 90%;
			margin: 30px auto;
		}

.c-nav-global__sp-link-02 ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
			}

.c-nav-global__sp-link-02 ul li {
					width: 50%;
				}

.c-nav-global__sp-link-02 ul li a {
						color: #222;
						padding-left: 20px;
						position: relative;
					}

.c-nav-global__sp-link-02 ul li a::before {
							content: "";
							width: 10px;
							height: 1px;
							margin-right: 10px;
							display: block;
							background-color: #222;
							position: absolute;
							top: calc(50% - 1px);
							left: 0;
						}

.c-nav-global__sp-link-03 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 90%;
			margin: 20px auto;
			border: 1px solid #d9d9d9;
			font-size: 1.4rem;
		}

.c-nav-global__sp-link-03 li {
				width: 50%;
				text-align: center;
			}

.c-nav-global__sp-link-03 li > a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					width: 100%;
					padding: 20px;
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap;
					color: #222;
					text-decoration: none;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					-ms-flex-line-pack: center;
					    align-content: center;
				}

.c-nav-global__sp-link-03 li > a::before {
						content: "";
						display: block;
						margin: 0 auto 8px;
					}

.c-nav-global__sp-link-03 li > a span {
						display: block;
						width: 100%;
					}

.c-nav-global__sp-link-03 li:first-child {
					background-color: #fff;
				}

.c-nav-global__sp-link-03 li:first-child > a {
						color: #222;
					}

.c-nav-global__sp-link-03 li:first-child > a::before {
							width: 25px;
							height: 21px;
							background: url("https://www.niiyamahouse.com/img/common/icon-header-faq.png") center center no-repeat;
							background-size: 100% auto;
						}

.c-nav-global__sp-link-03 li:last-child > a {
						background-color: #222;
						color: #fff;
					}

.c-nav-global__sp-link-03 li:last-child > a::before {
							width: 22px;
							height: 21px;
							background: url("https://www.niiyamahouse.com/img/common/icon-header-contact.png") center center no-repeat;
							background-size: 100% auto;
						}

.c-nav-global__sp-link-04 {
			width: 90%;
			margin: 0 auto 40px;
			font-size: 1.5rem;
		}

.c-nav-global__sp-link-04 ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
			}

.c-nav-global__sp-link-04 ul li {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					width: 50%;
					border: 1px solid #d9d9d9;
				}

.c-nav-global__sp-link-04 ul li > a {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						width: 100%;
						padding: 10px;
						color: #222;
						text-decoration: none;
						-webkit-box-align: center;
						    -ms-flex-align: center;
						        align-items: center;
						-webkit-box-pack: center;
						    -ms-flex-pack: center;
						        justify-content: center;
					}

.c-nav-global__sp-link-04 ul li:first-child {
						margin-right: 16px;
					}

.c-nav-global__sp-tel {
			width: 90%;
			margin: 25px auto 0;
			border: 1px solid #d9d9d9;
		}

.c-nav-global__sp-tel a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				padding: 15px;
				color: #222;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
			}

.c-nav-global__sp-tel a.apo {
	margin-left:15px !important;
}

.c-nav-global__sp-tel a.apo:before {
	content:"";
	background-image:url(../img/common/icon-header-apo_black.png);
	width:17px;
	height:18px;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-45px;
}

.c-nav-global__sp-tel a span {
					display: block;
				}

.c-nav-global__sp-tel a span:first-child {
						margin-right: 15px;
						padding-right: 15px;
						border-right: 1px solid #d9d9d9;
					}

.c-nav-global__sp-tel a span:last-child {
						font-size: 2.4rem;
					}

.c-nav-global__sp-close {
			padding: 18px 5%;
			background-color: #1d1d1b;
			color: #fff;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			letter-spacing: .05em;
			font-size: 1.3rem;
		}

.c-nav-global__sp-close span {
				position: relative;
				padding-right: 30px;
			}

.c-nav-global__sp-close span::before, .c-nav-global__sp-close span::after {
					display: inline-block;
					content: "";
					width: 22px;
					height: 2px;
					background-color: #fff;
					position: absolute;
					top: calc(50% - 2px);
					right: 0;
				}

.c-nav-global__sp-close span::before {
					-webkit-transform: rotate(-45deg);
					        transform: rotate(-45deg);
				}

.c-nav-global__sp-close span::after {
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

body[data-path*="/company/"] .c-nav-global__body .gnav-1 span::after {
			content: "";
			display: block;
			width: 100%;
			height: 3px;
			position: absolute;
			left: 0;
			top: 0;
			background-color: #90c31f;
		}

body[data-path*="/sanctuary2/"] .c-nav-global__body .gnav-2 span::after {
			content: "";
			display: block;
			width: 100%;
			height: 3px;
			position: absolute;
			left: 0;
			top: 0;
			background-color: #90c31f;
		}

body[data-path*="/flow/"] .c-nav-global__body .gnav-3 a::after {
			content: "";
			display: block;
			width: 100%;
			height: 3px;
			position: absolute;
			left: 0;
			top: 0;
			background-color: #90c31f;
		}

body[data-path*="/support/"] .c-nav-global__body .gnav-4 span::after {
			content: "";
			display: block;
			width: 100%;
			height: 3px;
			position: absolute;
			left: 0;
			top: 0;
			background-color: #90c31f;
		}

body[data-path*="/production/"] .c-nav-global__body .gnav-5 a::after {
			content: "";
			display: block;
			width: 100%;
			height: 3px;
			position: absolute;
			left: 0;
			top: 0;
			background-color: #90c31f;

		}

body[data-path*="/land/"] .c-nav-global__body .gnav-6 a::after {
			content: "";
			display: block;
			width: 100%;
			height: 3px;
			position: absolute;
			left: 0;
			top: 0;
			background-color: #90c31f;
		}

.c-nav-local__pc {
		padding: 32px 30px 30px;
		background: #f0f0f0;
	}

@media screen and (max-width: 767px) {

.c-nav-local__pc {
			display: none
	}
		}

.c-nav-local__pc-3rd, .c-nav-local__pc-4th {
			width: 100%;
		}

.c-nav-local__pc-3rd ul, .c-nav-local__pc-4th ul {
				max-width: 1340px;
				margin: 0 auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				list-style: none;
			}

.c-nav-local__pc-3rd ul li, .c-nav-local__pc-4th ul li {
					position: relative;
					list-style: none;
					-webkit-box-flex: 1;
					    -ms-flex-positive: 1;
					        flex-grow: 1;
					text-align: center;
				}

.c-nav-local__pc-3rd ul li::before, .c-nav-local__pc-4th ul li::before {
						content: none;
					}

.c-nav-local__pc-3rd ul li a, .c-nav-local__pc-4th ul li a {
						position: relative;
						padding: 2px 20px;
						color: #222;
						letter-spacing: .05em;
						text-decoration: none;
						display: block;
					}

.c-nav-local__pc-3rd {
			position: relative;
		}

.c-nav-local__pc-3rd::before, .c-nav-local__pc-3rd::after {
				position: absolute;
				top: -8px;
				display: block;
				content: " ";
				width: 28px;
				height: 28px;
			}

.c-nav-local__pc-3rd::before {
				left: calc(50% - 20px);
				-webkit-transform: rotate(-26deg);
				        transform: rotate(-26deg);
			}

.c-nav-local__pc-3rd::after {
				right: calc(50% - 20px);
				-webkit-transform: rotate(26deg);
				        transform: rotate(26deg);
			}

.c-nav-local__pc-3rd ul {
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
			}

.c-nav-local__pc-3rd ul li {
					border-left: 1px solid #d9d9d9;
				}

.c-nav-local__pc-3rd ul li:first-child {
						border: none;
					}

.c-nav-local__pc-3rd ul li[aria-current="page"]::after {
							content: "";
							position: absolute;
							left: 50%;
							bottom: -20px;
							margin-left: -10px;
							-webkit-box-sizing: border-box;
							        box-sizing: border-box;
							border-left: 10px solid transparent;
							border-right: 10px solid transparent;
							border-bottom: 10px solid #fff;
						}

.c-nav-local__pc-3rd ul li:hover a::before, .c-nav-local__pc-3rd ul li[aria-current="page"] a::before {
								content: "";
								position: absolute;
								left: 20px;
								top: -32px;
								width: calc(100% - 40px);
								height: 4px;
								display: block;
								background: #90c31f;
							}

.c-nav-local__pc-3rd-no-child::after {
					display: none;
				}

@media screen and (max-width: 767px) {

.c-nav-local__pc-4th {
				width: 100%;
				font-size: 1.4rem
		}
			}

.c-nav-local__pc-4th ul {
				display: block;
				background: #fff;
				position: relative;
				margin-top: 20px;
				padding: 20px 10px 20px 30px;
				font-size: 0;
			}

@media screen and (max-width: 767px) {

.c-nav-local__pc-4th ul {
					padding: 0
			}
				}

.c-nav-local__pc-4th ul li {
					display: inline-block;
					margin-right: 20px;
					padding: 8px 10px;
					text-align: left;
					font-size: 1.6rem;
					white-space: nowrap;
				}

@media screen and (max-width: 767px) {

.c-nav-local__pc-4th ul li {
						width: 90%;
						margin: 0 auto;
						border-bottom: 1px solid #f0f0f0
				}
					}

.c-nav-local__pc-4th ul li a {
						position: relative;
						padding: 0 0 0 20px;
						display: inline-block;
					}

@media screen and (max-width: 767px) {

.c-nav-local__pc-4th ul li a {
							display: block;
							padding: 15px 15px 15px 26px
					}
						}

.c-nav-local__pc-4th ul li a::before {
							display: block;
							content: "";
							position: absolute;
							left: 0;
							top: 50%;
							width: 11px;
							height: 1px;
							background: #000;
						}

.c-nav-local__pc-4th ul li a:hover {
							text-decoration: underline;
						}

@media screen and (max-width: 767px) {

.c-nav-local__pc-4th ul li a:hover {
								text-decoration: none
						}
							}

.c-nav-local__pc-4th ul li[aria-current="page"] a {
							color: #90c31f;
							border-bottom: 1px solid #90c31f;
						}

.c-nav-local__pc-4th ul li[aria-current="page"] a::before {
								background: #90c31f;
							}

.c-nav-local__pc-4th ul li[aria-current="page"] a:hover {
								text-decoration: none;
							}

.c-nav-local__sp {
		display: none;
	}

@media screen and (max-width: 1339px) {

.c-nav-local__sp {
			display: none
	}
		}

@media screen and (max-width: 767px) {

.c-nav-local__sp {
			display: block;
			line-height: 1.6
	}

			.c-nav-local__sp ul {
				width: 100%;
				list-style: none;
				background: #f0f0f0;
			}

				.c-nav-local__sp ul li {
					width: 100%;
					border-top: 1px solid #fff;
				}

					.c-nav-local__sp ul li:first-child {
						border-top: none;
					}

					.c-nav-local__sp ul li a {
						display: block;
						padding: 15px 36px 15px 20px;
						color: #222;
						letter-spacing: .05em;
						text-decoration: none;
						position: relative;
					}

						.c-nav-local__sp ul li a::before {
							content: "";
							position: absolute;
							left: -19px;
							top: 50%;
							width: 11px;
							height: 1px;
							background: #000;
						}

						.c-nav-local__sp ul li a::after {
							content: "";
							display: inline-block;
							width: 14px;
							height: 14px;
							border: solid #90c31f;
							border-width: 1px 1px 0 0;
							-webkit-transform: rotate(45deg);
							        transform: rotate(45deg);
							position: absolute;
							right: 20px;
							top: 50%;
							margin-top: -7px;
						}

					.c-nav-local__sp ul li ul {
						background: #fff;
					}

						.c-nav-local__sp ul li ul li {
							width: 100%;
							margin: 0 auto;
							border-bottom: 1px solid #e4e4e4;
						}

							.c-nav-local__sp ul li ul li a {
								padding: 15px 20px 15px 40px;
								position: relative;
							}

								.c-nav-local__sp ul li ul li a::before {
									display: block;
									content: "";
									position: absolute;
									left: 20px;
									top: 50%;
									width: 11px;
									height: 1px;
									background: #000;
								}

								.c-nav-local__sp ul li ul li a::after {
									display: none;
								}

							.c-nav-local__sp ul li ul li:last-child {
								border-bottom: none;
							}
								.c-nav-local__sp ul li ul li[aria-current="page"] a {
									color: #90c31f;
								}

								.c-nav-local__sp ul li ul li[aria-current="page"] a::before {
									background: #90c31f;
								}
		}

.c-nav-footer__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-top: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		letter-spacing: .1em;
	}

@media screen and (max-width: 767px) {

.c-nav-footer__link {
			display: block;
			border-bottom: none
	}
		}

.c-nav-footer__link li {
			width: 50%;
			text-align: center;
			list-style: none;
			border-right: 1px solid #d9d9d9;
		}

@media screen and (max-width: 767px) {

.c-nav-footer__link li {
				width: 100%;
				border-bottom: 1px solid #d9d9d9
		}
			}

.c-nav-footer__link li:last-child {
				border-right: none;
			}

.c-nav-footer__link li a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				height: 100%;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				padding: 60px 30px;
				color: #222;
				text-decoration: none;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				position: relative;
				z-index: 1;
			}

@media screen and (max-width: 767px) {

.c-nav-footer__link li a {
					display: block;
					padding: 30px 5%
			}
				}

.c-nav-footer__link li a::before {
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					z-index: -1;
					content: "";
					background: #222;
					-webkit-transform-origin: right top;
					        transform-origin: right top;
					-webkit-transform: scale(0, 1);
					        transform: scale(0, 1);
					-webkit-transition: -webkit-transform 400ms;
					transition: -webkit-transform 400ms;
					transition: transform 400ms;
					transition: transform 400ms, -webkit-transform 400ms;
				}

.c-nav-footer__link li a:hover {
					color: #fff;
				}

@media screen and (max-width: 767px) {

.c-nav-footer__link li a:hover {
						color: #222
				}
					}

.c-nav-footer__link li a:hover::before {
						-webkit-transform-origin: left top;
						        transform-origin: left top;
						-webkit-transform: scale(1, 1);
						        transform: scale(1, 1);
					}

@media screen and (max-width: 767px) {

.c-nav-footer__link li a:hover::before {
							-webkit-transform: scale(0, 1);
							        transform: scale(0, 1)
					}
						}

.c-nav-footer__link-blog {
			font-size: 1.8rem;
		}

.c-nav-footer__link-blog a[target="_blank"]::after {
						display: block;
						content: "";
						width: 15px;
						height: 15px;
						background: url("https://www.niiyamahouse.com/img/common/icon-blank-wht.png") center center no-repeat;
						background-size: 100% 100%;
						position: absolute;
						top: 20px;
						right: 20px;
					}

.c-nav-footer__link-blog a span {
					display: block;
					width: 100%;
					margin-top: 10px;
					font-size: 1.3rem;
					font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
					letter-spacing: .05em;
				}

.c-nav-footer__link-sns-fb a span, .c-nav-footer__link-sns-insta a span {
						display: block;
					}

.c-nav-footer__link-sns-fb a span::before, .c-nav-footer__link-sns-insta a span::before {
							display: block;
							content: "";
							width: 28px;
							height: 28px;
							margin: 0 auto 8px;
							vertical-align: top;
						}

.c-nav-footer__link-sns-fb a span::before {
							background: url("https://www.niiyamahouse.com/img/common/icon-facebook.png") center center no-repeat;
							background-size: 100% 100%;
						}

.c-nav-footer__link-sns-fb a:hover span::before {
								background: url("https://www.niiyamahouse.com/img/common/icon-facebook-hover.png") center center no-repeat;
								background-size: 100% 100%;
							}

@media screen and (max-width: 767px) {

.c-nav-footer__link-sns-fb a:hover span::before {
									background: url("https://www.niiyamahouse.com/img/common/icon-facebook.png") center center no-repeat;
									background-size: 100% 100%
							}
								}

.c-nav-footer__link-sns-insta a span::before {
							background: url("https://www.niiyamahouse.com/img/common/icon-insta.png") center center no-repeat;
							background-size: 100% 100%;
						}

.c-nav-footer__link-sns-insta a:hover span::before {
								background: url("https://www.niiyamahouse.com/img/common/icon-insta-hover.png") center center no-repeat;
								background-size: 100% 100%;
							}

@media screen and (max-width: 767px) {

.c-nav-footer__link-sns-insta a:hover span::before {
									background: url("https://www.niiyamahouse.com/img/common/icon-insta.png") center center no-repeat;
									background-size: 100% 100%
							}
								}

.c-nav-footer__banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 1000px;
		margin: 65px auto 70px;
	}

@media screen and (max-width: 767px) {

.c-nav-footer__banner {
			display: block;
			width: 90%;
			margin: 50px auto
	}
		}

.c-nav-footer__banner li {
			width: 420px;
			margin-left: 60px;
			list-style: none;
			line-height: 0;
		}

@media screen and (max-width: 767px) {

.c-nav-footer__banner li {
				width: 100%;
				margin: 24px 0 0
		}
			}

.c-nav-footer__banner li:first-child {
				margin-left: 0;
			}

@media screen and (max-width: 767px) {

.c-nav-footer__banner li:first-child {
					margin-top: 0
			}
				}

.c-nav-footer__banner li a {
				display: block;
			}

.c-nav-footer__banner li a:hover {
					opacity: .7;
				}

.c-nav-footer__banner li img {
				width: 100%;
				height: auto;
			}

.c-nav-breadcrumb {
	font-size: 1.6rem;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 999px) {

.c-nav-breadcrumb {
		padding: 0
}
	}

.c-nav-breadcrumb ol {
		margin: 0;
		padding: 0;
	}

.c-nav-breadcrumb ol > li {
			list-style: none;
			font-size: 0.8125em;
		}

.c-nav-breadcrumb ol > li:last-child a ::after {
					display: none;
				}

.c-nav-breadcrumb a {
		color: #222;
		display: inline-block;
		text-decoration: underline;
	}

.c-nav-breadcrumb a ::after {
			content: " / ";
			display: inline-block;
			margin: 0 15px 0 20px;
			color: rgb(0, 0, 0);
		}

@media screen and (max-width: 999px) {

.c-nav-breadcrumb a ::after {
				margin: 0 5px 0 10px
		}
			}

.c-nav-breadcrumb a:hover {
			text-decoration: none;
		}

.c-nav-breadcrumb__item {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

.c-nav-breadcrumb__item[data-breadcrumb="current"] a {
			text-decoration: none;
		}

.c-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	border-bottom: 1px solid #d9d9d9;
}

.c-list-item:first-child {
		border-top: 1px solid #d9d9d9;
	}

.c-list-item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #222;
		text-decoration: none;
		width: 100%;
		padding: 39px 20px;
	}

@media screen and (max-width: 767px) {

.c-list-item a {
			display: block;
			padding: 5.33333vw 20px
	}
		}

.c-list-item a:hover p {
				text-decoration: underline;
			}

.c-list-item__no-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #222;
		text-decoration: none;
		width: 100%;
		padding: 39px 20px;
	}

@media screen and (max-width: 767px) {

.c-list-item__no-link {
			display: block;
			padding: 5.33333vw 20px
	}
		}

.c-list-item__meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		cursor: default;
	}

@media screen and (max-width: 767px) {

.c-list-item__category {
			display: inline-block;
			vertical-align: middle
	}
		}

.c-list-item__category span {
			text-align: center;
			display: inline-block;
			min-width: 59px;
			padding: 3px 16px 5px;
			margin-left: 15px;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			font-size: 0.9375em;
			font-weight: normal;
			line-height: 1.3;
			color: #fff;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			background: #90c31f;
		}

@media screen and (max-width: 767px) {

.c-list-item__category span {
				margin-left: 0;
				min-width: 13.33333vw;
				padding: 0.66667vw 4vw 0.93333vw;
				font-size: 3.46667vw
		}
			}

.c-list-item__time {
		margin-right: 30px;
		font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
	}

@media screen and (max-width: 767px) {

.c-list-item__title {
			display: inline-block;
			margin-right: 10px;
			vertical-align: middle
	}
		}

.c-list-item__title p {
			margin: 0;
		}

.c-title-page {
	margin: 0 auto;
}

.c-title-page h1 {
		text-align: center;
		font-size: 2.125em;
		font-weight: normal;
		letter-spacing: .07em;
		line-height: 1.6;
		margin: 0;
		padding: 0 0 146px;
	}

@media screen and (max-width: 767px) {

.c-title-page h1 {
			font-size: 6.13333vw;
			padding: 0;
			line-height: 6.66667vw
	}
		}

.c-title-page h1 span {
			display: block;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			letter-spacing: .12em;
			word-wrap: break-word;
		}

@media screen and (max-width: 767px) {

.c-title-page h1 span {
				line-height: 6.66667vw;
				margin-top: 2.66667vw
		}
			}

.c-title-page h2 {
		position: relative;
		text-align: center;
		padding: 0 0 20px;
		margin: 0 -20px 40px;
		font-size: 1.875em;
		font-weight: normal;
	}

@media screen and (max-width: 767px) {

.c-title-page h2 {
			font-size: 5.06667vw;
			padding: 4vw;
			margin-left: -5%;
			margin-right: -5%;
			margin-bottom: 8vw;
			line-height: 1.7
	}
		}

.c-title-page h2::after {
			content: "";
			position: absolute;
			left: 50%;
			bottom: 0;
			margin-left: -42px;
			width: 85px;
			height: 1px;
			background: #333;
		}

.c-title-page h2:first-child {
			margin-top: 0;
		}

.c-hero {
	position: relative;
}

@media screen and (max-width: 767px) {

.c-hero {
		height: auto
}
	}

.c-hero h1 {
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: calc(50% - 110px);
		z-index: 100;
		line-height: 0;
		overflow: hidden;
	}

@media screen and (max-width: 767px) {

.c-hero h1 {
			width: 56%;
			top: 40%
	}
		}

.c-hero h1 span {
			display: block;
			opacity: 0;
			padding-right: 30px;
		}

@media screen and (max-width: 767px) {

.c-hero h1 span {
				padding-right: 20px
		}
			}

.c-hero h1 span:first-child {
				margin-bottom: 35px;
				-webkit-animation: herotxt 950ms ease-out 1200ms 1 forwards;
				        animation: herotxt 950ms ease-out 1200ms 1 forwards;
			}

@media screen and (max-width: 767px) {

.c-hero h1 span:first-child {
					margin-bottom: 15px
			}
				}

.c-hero h1 span:nth-child(2) {
				-webkit-animation: herotxt 950ms ease-out 1700ms 1 forwards;
				        animation: herotxt 950ms ease-out 1700ms 1 forwards;
			}

.c-hero h1 span:last-child {
				margin: 30px 0 0;
				-webkit-animation: herotxt 950ms ease-out 2100ms 1 forwards;
				        animation: herotxt 950ms ease-out 2100ms 1 forwards;
			}

@media screen and (max-width: 767px) {

.c-hero h1 span:last-child {
					width: 84%;
					margin-top: 15px
			}
				}

.c-hero__panel {
		width: 100%;
		opacity: 0;
		line-height: 0;
		-webkit-animation: heroimg 1800ms ease-out 0ms 1 forwards;
		        animation: heroimg 1800ms ease-out 0ms 1 forwards;
	}

.c-hero__panel ul {
			width: 100%;
		}

.c-hero__panel ul li {
				width: 100%;
				list-style: none;
			}

.c-hero__panel ul li img {
					width: 100%;
					height: auto;
				}

.c-hero .c-nav-global {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

@-webkit-keyframes herotxt {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		        transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes herotxt {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		        transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@-webkit-keyframes heroimg {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes heroimg {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.c-pagination {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 4rem;
	text-align: center;
	margin-bottom: 110px;
}

@media screen and (max-width: 767px) {

.c-pagination {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0 5%;
		margin-bottom: 16vw
}
	}

.c-pagination a {
		background: none;
		color: currentColor;
		text-decoration: none;
		font-size: 1.375em;
		font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
		font-weight: normal;
	}

@media screen and (max-width: 767px) {

.c-pagination__prev, .c-pagination__next {
			width: 50%;
			word-break: break-all
	}
		}

.c-pagination__prev a, .c-pagination__next a {
			display: inline-block;
			vertical-align: middle;
			overflow: hidden;
			padding: 0 10px;
			position: relative;
			font-size: 1em;
		}

@media screen and (max-width: 767px) {

.c-pagination__prev a, .c-pagination__next a {
				padding: 0;
				width: 100%;
				display: block
		}
			}

.c-pagination__prev a[data-disabled="true"], .c-pagination__next a[data-disabled="true"] {
				opacity: .3;
				pointer-events: none;
			}

.c-pagination__prev a:hover, .c-pagination__next a:hover {
				opacity: .7;
			}

.c-pagination__prev {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

@media screen and (max-width: 767px) {

.c-pagination__prev {
			text-align: left
	}
		}

@media screen and (max-width: 767px) {

.c-pagination__prev a {
				padding-left: 28px
		}
			}

.c-pagination__prev a::before {
				content: "";
				display: inline-block;
				width: 14px;
				height: 14px;
				border: solid #222;
				border-width: 1px 1px 0 0;
				-webkit-transform: rotate(-135deg);
				        transform: rotate(-135deg);
				margin-right: 14px;
			}

@media screen and (max-width: 767px) {

.c-pagination__prev a::before {
					display: block;
					margin: 0;
					position: absolute;
					left: 3px;
					top: 50%;
					margin-top: -7px
			}
				}

.c-pagination__next {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

@media screen and (max-width: 767px) {

.c-pagination__next {
			text-align: right
	}
		}

@media screen and (max-width: 767px) {

.c-pagination__next a {
				padding-right: 28px
		}
			}

.c-pagination__next a::after {
				content: "";
				display: inline-block;
				width: 14px;
				height: 14px;
				border: solid #222;
				border-width: 1px 1px 0 0;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				margin-left: 14px;
			}

@media screen and (max-width: 767px) {

.c-pagination__next a::after {
					display: block;
					margin: 0;
					position: absolute;
					right: 3px;
					top: 50%;
					margin-top: -7px
			}
				}

.c-pagination__numbers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-weight: bold;
		list-style: none;
		margin: 0 30px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 0;
	}

@media screen and (max-width: 767px) {

.c-pagination__numbers {
			display: none
	}
		}

.c-pagination__number {
		display: block;
		list-style: none;
		margin: 0 .5em;
	}

.c-pagination__number a:hover, .c-pagination__number a[aria-current] {
			position: relative;
			color: #90c31f;
		}

.c-pagination__number a:hover::after, .c-pagination__number a[aria-current]::after {
				content: "";
				width: 34px;
				height: 3px;
				display: inline-block;
				position: absolute;
				left: 50%;
				bottom: -3px;
				margin-left: -17px;
				background: #90c31f;
			}

.c-pagination__number--current {
			border-bottom: 2px solid #90c31f;
		}

.c-pagination__number--current:hover {
				padding-bottom: 0;
			}

.c-pagination__number a {
			display: block;
			min-width: 34px;
			text-align: center;
		}

.c-pagination__number a::after {
				display: none;
			}

@media screen and (max-width: 767px) {

.c-pagination__back {
			width: 90%;
			margin: 0 auto
	}
		}

.c-pagination__back-btn {
		}

.c-pagination__back-btn a {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				background: #000;
				color: #fff;
				display: inline-block;
				font-size: 1.7rem;
				line-height: 2;
				width: 300px;
				padding: .765em 2em;
				position: relative;
				text-align: center;
				text-decoration: none;
				vertical-align: middle;
				border: 1px solid #222;
				cursor: pointer;
				z-index: 1;
			}

@media screen and (max-width: 767px) {

.c-pagination__back-btn a {
					width: 100%;
					margin: 0 auto;
					display: block;
					padding: .765em 2em;
					font-size: 1.6rem
			}
				}

.c-pagination__back-btn a::before {
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					z-index: -1;
					content: "";
					background: #fff;
					-webkit-transform-origin: right top;
					        transform-origin: right top;
					-webkit-transform: scale(0, 1);
					        transform: scale(0, 1);
					-webkit-transition: -webkit-transform 400ms;
					transition: -webkit-transform 400ms;
					transition: transform 400ms;
					transition: transform 400ms, -webkit-transform 400ms;
				}

.c-pagination__back-btn a:hover {
					color: #222;
				}

@media screen and (max-width: 767px) {

.c-pagination__back-btn a:hover {
						color: #fff
				}
					}

.c-pagination__back-btn a:hover::before {
						-webkit-transform-origin: left top;
						        transform-origin: left top;
						-webkit-transform: scale(1, 1);
						        transform: scale(1, 1);
					}

@media screen and (max-width: 767px) {

.c-pagination__back-btn a:hover::before {
							-webkit-transform: scale(0, 1);
							        transform: scale(0, 1)
					}
						}

.c-card {
	font-size: 1.6rem;
	height: 100%;
	overflow: hidden;
	position: relative;
	color: #222;
	text-decoration: none;
	width: calc(33.33333% - 20px);
	margin-bottom: 60px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

@media screen and (max-width: 767px) {

.c-card {
		display: block;
		width: 100%;
		margin-bottom: 10.66667vw
}

		.c-card:last-child {

			margin-bottom: 0;
		}
	}

@media screen and (min-width: 768px) {
		.c-card:nth-last-child(-n + 3) {
			margin-bottom: 0;
		}
	}

.c-card a {
		display: block;
		color: #222;
	}

.c-card a:hover {
			opacity: .6;
		}

.c-card[data-is-new="true"]::before {
			background: #90c31f;
			color: #fff;
			content: "new";
			display: block;
			font-size: 0.875em;
			font-weight: bold;
			height: 74px;
			left: -38px;
			padding: 50px 0 0;
			position: absolute;
			text-align: center;
			top: -38px;
			-webkit-transform: rotate(-45deg);
			        transform: rotate(-45deg);
			width: 74px;
			z-index: 1;
		}

.c-card > a {
		height: 100%;
		text-decoration: none;
	}

.c-card__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 198px;
		margin-bottom: 12px;
		line-height: 0;
	}

@media screen and (max-width: 767px) {

.c-card__img {
			height: 270px
	}
		}

.c-card__img img {
			width: 100%;
			height: 198px;
		}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {

.c-card__img img {
				height: 198px;
				-o-object-fit: cover;
				   font-family: "object-fit:cover;object-position:center center";
				   object-fit: cover;
				-o-object-position: center center;
				   object-position: center center
		}

				@media screen and (max-width: 767px) {

.c-card__img img {
					height: 270px
		}
				}
			}

.c-card__header {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		padding: 0 22px;
	}

.c-card__body {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 100%;
		        flex: 0 1 100%;
		font-size: 0.875em;
		padding: 10px 22px 30px;
	}

.c-card__title {
		font-size: 1.25em;
		margin: 0 auto 5px;
		padding: 0;
	}

.c-card__time {
		margin-right: 30px;
		font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
	}

@media screen and (max-width: 767px) {

.c-card__category {
			vertical-align: middle
	}
		}

.c-card__category span {
			position: absolute;
			right: 0;
			top: 0;
			text-align: center;
			display: inline-block;
			min-width: 59px;
			padding: 5px 16px 3px;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			font-size: 0.9375em;
			font-weight: normal;
			line-height: 1.3;
			color: #fff;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			background: #90c31f;
		}

@media screen and (max-width: 767px) {

.c-card__category span {
				margin-left: 0;
				min-width: 13.33333vw;
				padding: 7px 12px 5px;
				font-size: 1.4rem
		}
			}

.c-card__tags ul {
			list-style: none;
			margin: 0 auto;
			padding: 0;
		}

.c-card__tag-item {
		display: inline-block;
		font-size: 0.75em;
		list-style: none;
		margin: 0;
		padding: 0;
	}

.c-card__tag-item span {
			background: rgb(3, 3, 2);
			color: #fff;
			display: block;
			padding: 3px 15px;
		}

.c-card__author {
		display: none;
	}

.c-card__description {
		margin: 0;
		padding: 0;
	}

.c-card__description p {
			margin: 0;
			padding: 0;
		}

.c-card-works ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			font-size: 1.4rem;
		}

@media screen and (max-width: 767px) {

.c-card-works ul {
				display: block
		}
			}

@media screen and (min-width: 768px) {
				.c-card-works ul::after {
					content: "";
					display: block;
					width: calc(33.33333% - 20px);
					height: 0;
				}
			}

.c-card-works ul li {
				width: calc(33.33333% - 20px);
				list-style: none;
				margin-bottom: 60px;
			}

@media screen and (max-width: 767px) {

.c-card-works ul li {
					width: 100%;
					margin-bottom: 30px
			}
				}

@media screen and (min-width: 768px) {
					.c-card-works ul li:nth-last-child(-n + 3) {
						margin-bottom: 0;
					}
				}

@media screen and (max-width: 767px) {

.c-card-works ul li:last-child {
						margin-bottom: 0
				}
					}

.c-card-works ul li a {
					display: block;
					text-decoration: none;
					color: #222;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

.c-card-works ul li a:hover {
						opacity: .7;
					}

.c-card-works ul li figure img {
						width: 100%;
						height: auto;
					}

.c-card-works ul li figure figcaption {
						margin: 10px 15px 0;
						line-height: 2;
					}

@media screen and (max-width: 767px) {

.c-card-works ul li figure figcaption {
							margin: 10px 5% 0
					}
						}

.c-card-works ul li figure figcaption span {
							margin-right: 10px;
							padding-right: 10px;
							font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
							border-right: 1px solid #a5a5a5;
						}

.c-content-index {
	padding-bottom: 64px;
}

.c-content-index__body {
		width: 1000px;
		padding: 0 20px;
		margin: 0 auto;
	}

@media (max-width: 1060px) {

.c-content-index__body {
		max-width: 1060px;
		width: 100%
	}
	}

@media screen and (max-width: 767px) {

.c-content-index__body {
			padding: 0 5%
	}
		}

.c-content-index__body-card {
			width: 1000px;
			padding: 0 20px;
			margin: 0 auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}

@media (max-width: 1060px) {

.c-content-index__body-card {
		max-width: 1060px;
		width: 100%
		}
	}

@media screen and (max-width: 767px) {

.c-content-index__body-card {
				display: block;
				padding: 0 5%
		}
			}

@media screen and (min-width: 768px) {
				.c-content-index__body-card::after {
					content: "";
					display: block;
					width: calc(33.33333% - 20px);
					height: 0;
				}
			}

.c-content-index__body-works {
			width: 1000px;
			padding: 0 20px;
			margin: 0 auto;
		}

@media (max-width: 1060px) {

.c-content-index__body-works {
		max-width: 1060px;
		width: 100%
		}
	}

@media screen and (max-width: 767px) {

.c-content-index__body-works {
				padding: 0 5%
		}
			}

.c-content-index__card-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

.c-content-index__card-item {
		-ms-flex-preferred-size: calc(33.33333% - 21px);
		    flex-basis: calc(33.33333% - 21px);
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-bottom: 40px;
		margin-right: 30px;
	}

@media screen and (min-width: 576px) and (max-width: 767px) {

.c-content-index__card-item {
			-ms-flex-preferred-size: calc(33.33333% - 11px);
			    flex-basis: calc(33.33333% - 11px);
			margin-bottom: 20px;
			margin-right: 15px
	}
		}

@media screen and (max-width: 576px) {

.c-content-index__card-item {
			-ms-flex-preferred-size: calc(100% - 1px);
			    flex-basis: calc(100% - 1px);
			margin-bottom: 30px;
			margin-right: 0
	}
		}

.c-content-index__card-item:nth-child(3n) {
			margin-right: 0;
		}

@media screen and (max-width: 767px);

.bge-contents, .c-content-main {
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {

.bge-contents, .c-content-main {
		font-size: 3.73333vw;
		padding: 0 10px
}
	}

.bge-contents a, .c-content-main a {
		color: currentColor;
	}

.bge-contents a:hover, .c-content-main a:hover {
			text-decoration: none;
			color: #90c31f;
		}

.bge-contents h2, .c-content-main h2 {
		position: relative;
		text-align: center;
		padding: 0 0 20px;
		margin-bottom: 40px;
		font-size: 1.875em;
		font-weight: normal;
	}

@media screen and (max-width: 767px) {

.bge-contents h2, .c-content-main h2 {
			font-size: 5.06667vw;
			padding: 4vw;
			margin-bottom: 8vw;
			line-height: 1.7
	}
		}

.bge-contents h2::after, .c-content-main h2::after {
			content: "";
			position: absolute;
			left: 50%;
			bottom: 0;
			margin-left: -42px;
			width: 85px;
			height: 1px;
			background: #333;
		}

.bge-contents h2:first-child, .c-content-main h2:first-child {
			margin-top: 0;
		}

.bge-contents h2 span, .c-content-main h2 span {
			display: block;
			font-size: 0.6875em;
			letter-spacing: .1em;
		}

.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
		margin-top: 0;
		margin-left: -20px;
		margin-right: -20px;
	}

@media screen and (max-width: 767px) {

.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
			margin-left: -5%;
			margin-right: -5%
	}
		}

.bge-contents h3, .c-content-main h3 {
		font-size: 1.5em;
		line-height: 1.8;
		margin: 1em 0 30px;
		padding: 10px 25px;
		background: #f1f1e1;
		color: #222;
		font-weight: normal;
	}

@media screen and (max-width: 767px) {

.bge-contents h3, .c-content-main h3 {
			font-size: 4.53333vw;
			margin: 1em 0 4vw;
			padding: 2.66667vw 4vw
	}
		}

.bge-contents h3:first-child, .c-content-main h3:first-child {
			margin-top: 0;
		}

.bge-contents .bgb-title2, .c-content-main .bgb-title2 {
		margin-bottom: 0 !important;
	}

.bge-contents .bge-title-h3, .c-content-main .bge-title-h3 {
		margin-top: 0;
		margin-left: -20px;
		margin-right: -20px;
	}

@media screen and (max-width: 767px) {

.bge-contents .bge-title-h3, .c-content-main .bge-title-h3 {
			margin-left: -10px;
			margin-right: -10px
	}
		}

.bge-contents .bge-title-h3 small, .c-content-main .bge-title-h3 small {
			font-size: 1.6rem;
		}

.bge-contents h4, .c-content-main h4 {
		position: relative;
		font-size: 1.375em;
		line-height: 1.8;
		margin: 1em 0 30px;
		padding-bottom: 15px;
		font-weight: normal;
	}

@media screen and (max-width: 767px) {

.bge-contents h4, .c-content-main h4 {
			font-size: 4.26667vw;
			margin: 1em 0 5.33333vw;
			padding: 0 0 2vw
	}
		}

.bge-contents h4::before, .bge-contents h4::after, .c-content-main h4::before, .c-content-main h4::after {
			display: block;
			content: "";
			width: 100%;
			height: 1px;
			position: absolute;
			bottom: 0;
			left: 0;
			background-color: #d9d9d9;
		}

.bge-contents h4::after, .c-content-main h4::after {
			width: 150px;
			background: #90c31f;
		}

@media screen and (max-width: 767px) {

.bge-contents h4::after, .c-content-main h4::after {
				width: 30%
		}
			}

.bge-contents h4:first-child, .c-content-main h4:first-child {
			margin-top: 0;
		}

.bge-contents h5, .c-content-main h5 {
		position: relative;
		font-size: 1.25em;
		line-height: 1.7;
		margin: 1em 0 20px;
		padding: 1px 0 2px 30px;
		font-weight: normal;
	}

@media screen and (max-width: 767px) {

.bge-contents h5, .c-content-main h5 {
			font-size: 4vw;
			margin: 1em 0 2.66667vw;
			padding: 1px 0 2px 4.26667vw
	}
		}

.bge-contents h5::before, .c-content-main h5::before {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			width: 5px;
			height: 100%;
			border-left: 1px solid #989898;
			border-right: 1px solid #989898;
		}

.bge-contents h5:first-child, .c-content-main h5:first-child {
			margin-top: 0;
		}

.bge-contents h6, .c-content-main h6 {
		color: #70a200;
		font-size: 1.125em;
		font-weight: normal;
		line-height: 2;
		margin: 1em 0 .5em;
	}

@media screen and (max-width: 767px) {

.bge-contents h6, .c-content-main h6 {
			font-size: 3.73333vw
	}
		}

.bge-contents h6:first-child, .c-content-main h6:first-child {
			margin-top: 0;
		}

.bge-contents h6 + p, .c-content-main h6 + p {
			margin-top: -.5em;
		}

.bge-contents ul > li, .c-content-main ul > li {
			position: relative;
			list-style: none;
			margin-bottom: 3px;
			padding: 0 0 0 17px;
		}

.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				position: absolute;
				left: 0;
				top: 15px;
				display: inline-block;
				vertical-align: middle;
				margin: 0 15px 0 0;
				width: 10px;
				height: 1px;
				background: #000;
			}

.bge-contents ul ul, .bge-contents ul ol, .c-content-main ul ul, .c-content-main ul ol {
			margin: 3px 0 0 3px;
		}

.bge-contents ol, .c-content-main ol {
		margin-top: 0;
		counter-reset: content-main-ol-default;
		padding-left: 0;
	}

.bge-contents ol > li, .c-content-main ol > li {
			position: relative;
			list-style: none;
			margin-bottom: 4px;
			padding: 0 0 0 17px;
		}

.bge-contents ol > li::before, .c-content-main ol > li::before {
				content: counter(content-main-ol-default, decimal) ". ";
				counter-increment: content-main-ol-default;
				position: absolute;
				left: 0;
				color: #333;
				font-weight: bold;
			}

.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
			margin: 4px 0 0 0;
			font-size: 1em;
		}

.bge-contents table, .c-content-main table {
		border-collapse: collapse;
		width: 100%;
		border-top: 1px solid #dedede;
	}

@media screen and (max-width: 767px) {

.bge-contents table, .c-content-main table {
			display: block
	}
		}

.bge-contents caption, .c-content-main caption {
		font-weight: bold;
		text-align: left;
	}

@media screen and (max-width: 767px) {

.bge-contents caption, .c-content-main caption {
			display: block
	}
		}

@media screen and (max-width: 767px) {

.bge-contents thead, .c-content-main thead {
			display: none
	}
		}

@media screen and (max-width: 767px) {

.bge-contents tfoot, .c-content-main tfoot {
			display: none
	}
		}

@media screen and (max-width: 767px) {

.bge-contents tbody, .c-content-main tbody {
			display: block
	}
		}

@media screen and (max-width: 767px) {

.bge-contents tr, .c-content-main tr {
			display: block
	}
		}

.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		padding: 15px;
		color: #222;
	}

@media screen and (max-width: 767px) {

.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
			display: block;
			margin-top: -1px;
			width: 100% !important
	}
		}

.bge-contents th, .c-content-main th {
		border-bottom: 1px solid #dedede;
		text-align: left;
		background-color: #f0f0f0;
	}

@media screen and (max-width: 767px) {

.bge-contents th, .c-content-main th {
			padding: 2.66667vw 2.66667vw;
			border-top: 1px solid #dedede
	}
		}

.bge-contents td, .c-content-main td {
		border-bottom: 1px solid #dedede;
	}

@media screen and (max-width: 767px) {

.bge-contents td, .c-content-main td {
			padding: 4vw 2.66667vw 8vw;
			border-bottom: none
	}
		}

.bge-contents .bge-type-table th, .c-content-main .bge-type-table th {
			width: 35%;
		}

@media screen and (max-width: 767px) {

.bge-contents .bge-type-table th, .c-content-main .bge-type-table th {
				width: 100%
		}
			}

.bge-contents p:first-child, .c-content-main p:first-child {
			margin-top: 0;
		}

.bge-contents p:last-child, .c-content-main p:last-child {
			margin-bottom: 0;
		}

.bge-contents blockquote, .c-content-main blockquote {
		background: #f0f0f0;
		margin: 0;
		padding: 1em 2em;
		position: relative;
	}

.bge-contents blockquote::before, .c-content-main blockquote::before {
			content: "窶�";
			display: block;
			font-size: 2.5em;
			left: 0;
			line-height: 0;
			margin-top: .5em;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			top: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}

.bge-contents blockquote::after, .c-content-main blockquote::after {
			bottom: 0;
			content: "窶�";
			display: block;
			font-size: 2.5em;
			line-height: 0;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			right: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}

.bge-contents figure, .c-content-main figure {
		margin: 0;
	}

.bge-contents figcaption, .c-content-main figcaption {
		background: none;
		font-size: 0.875em;
		font-weight: normal;
		line-height: 1.6;
		padding: .7em 0 0;
		text-align: center;
	}

.bge-contents hr, .c-content-main hr {
		color: #e4e4e4;
		background: #e4e4e4;
		border-style: none;
		height: 2px;
		margin: 50px auto;
		width: 100%;
	}

.bge-contents hr:first-child, .c-content-main hr:first-child {
			margin-top: 0;
		}

.bge-contents input, .c-content-main input {
		max-width: 100%;
	}

.bge-contents input[type="text"], .bge-contents input[type="email"], .c-content-main input[type="text"], .c-content-main input[type="email"] {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			width: 100%;
			border: 1px solid #d0d0d0;
			padding: .3em;
		}

.bge-contents input[type="text"]:focus, .bge-contents input[type="email"]:focus, .c-content-main input[type="text"]:focus, .c-content-main input[type="email"]:focus {
				-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
				        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
				outline: none;
			}

.bge-contents input[type="text"][data-width="half"], .bge-contents input[type="email"][data-width="half"], .c-content-main input[type="text"][data-width="half"], .c-content-main input[type="email"][data-width="half"] {
				width: 50%;
			}

@media screen and (max-width: 767px) {

.bge-contents input[type="text"][data-width="half"], .bge-contents input[type="email"][data-width="half"], .c-content-main input[type="text"][data-width="half"], .c-content-main input[type="email"][data-width="half"] {
					width: 100%
			}
				}

.bge-contents input[type="text"][data-width="short"], .bge-contents input[type="email"][data-width="short"], .c-content-main input[type="text"][data-width="short"], .c-content-main input[type="email"][data-width="short"] {
				width: 33.33333%;
			}

@media screen and (max-width: 767px) {

.bge-contents input[type="text"][data-width="short"], .bge-contents input[type="email"][data-width="short"], .c-content-main input[type="text"][data-width="short"], .c-content-main input[type="email"][data-width="short"] {
					width: 50%
			}
				}

.bge-contents input[type="radio"], .bge-contents input[type="checkbox"], .c-content-main input[type="radio"], .c-content-main input[type="checkbox"] {
			display: none;
		}

.bge-contents input[type="radio"] + label, .bge-contents input[type="checkbox"] + label, .c-content-main input[type="radio"] + label, .c-content-main input[type="checkbox"] + label {
				padding-left: 30px;
				position: relative;
				margin-right: 15px;
				cursor: pointer;
			}

.bge-contents input[type="radio"] + label::before, .bge-contents input[type="checkbox"] + label::before, .c-content-main input[type="radio"] + label::before, .c-content-main input[type="checkbox"] + label::before {
					background: #fff;
					border: 1px solid #d0d0d0;
					content: "";
					width: 22px;
					height: 22px;
					position: absolute;
					top: 0;
					left: 0;
				}

@media screen and (max-width: 767px) {

.bge-contents input[type="radio"] + label::before, .bge-contents input[type="checkbox"] + label::before, .c-content-main input[type="radio"] + label::before, .c-content-main input[type="checkbox"] + label::before {
				}
					}

.bge-contents input[type="checkbox"]:checked + label::after, .c-content-main input[type="checkbox"]:checked + label::after {
						border-bottom: 2px solid #90c31f;
						border-right: 2px solid #90c31f;
						content: "";
						width: 7px;
						height: 12px;
						display: block;
						-webkit-transform: rotate(35deg);
						        transform: rotate(35deg);
						position: absolute;
						top: 3px;
						left: 7px;
						z-index: 2;
					}

.bge-contents input[type="radio"] + label::before, .c-content-main input[type="radio"] + label::before {
					border-radius: 50%;
				}

.bge-contents input[type="radio"]:checked + label::after, .c-content-main input[type="radio"]:checked + label::after {
						background: #90c31f;
						border-radius: 50%;
						content: "";
						width: 10px;
						height: 10px;
						display: block;
						position: absolute;
						top: 6px;
						left: 6px;
						z-index: 2;
					}

.bge-contents textarea, .c-content-main textarea {
		border: 1px solid #d0d0d0;
		padding: .3em;
		width: 100%;
		resize: none;
	}

.bge-contents textarea:focus, .c-content-main textarea:focus {
			-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			outline: none;
		}

.bge-contents .form-nav, .c-content-main .form-nav {
		position: relative;
		margin: 30px 74px 70px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

@media screen and (max-width: 767px) {

.bge-contents .form-nav, .c-content-main .form-nav {
			margin: 0 0 7.04225vw
	}
		}

.bge-contents .form-nav::after, .c-content-main .form-nav::after {
			content: "";
			width: 100%;
			height: 2px;
			display: block;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -1px;
			background: #f0f0f0;
		}

.bge-contents .form-nav li, .c-content-main .form-nav li {
			width: 211px;
			padding: 22px 40px 12px;
			text-align: center;
			position: relative;
			border: 1px solid #dedede;
			letter-spacing: .2rem;
			background: #fff;
			z-index: 2;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}

@media screen and (max-width: 767px) {

.bge-contents .form-nav li, .c-content-main .form-nav li {
				font-size: 3.66197vw;
				width: calc(33.33333% - 10px);
				padding: 4.22535vw 2.8169vw 3.38028vw;
				line-height: 1.4
		}
			}

.bge-contents .form-nav li::before, .c-content-main .form-nav li::before {
				content: counter(content-main-ol-default, decimal-leading-zero);
				counter-increment: content-main-ol-default;
				display: block;
				font-size: 1.875em;
				font-weight: normal;
				letter-spacing: .3rem;
				line-height: .8;
				color: #222;
				margin-bottom: 5px;
				width: 100%;
				position: relative;
			}

@media screen and (max-width: 767px) {

.bge-contents .form-nav li::before, .c-content-main .form-nav li::before {
					font-size: 7.04225vw
			}
				}

.bge-contents .form-nav li.current, .c-content-main .form-nav li.current {
				color: #fff;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
				background: #222;
			}

.bge-contents .form-nav li.current::before, .c-content-main .form-nav li.current::before {
					color: #fff;
				}

.bge-contents .form-description, .c-content-main .form-description {
		text-align: center;
		margin-bottom: 50px;
	}

@media screen and (max-width: 767px) {

.bge-contents .form-description, .c-content-main .form-description {
			margin-bottom: 4vw;
			text-align: left
	}
		}

.bge-contents .error-message, .c-content-main .error-message {
		color: #ad1313;
	}

.bge-contents .form-agreement, .c-content-main .form-agreement {
		text-align: center;
		margin: 40px 0;
	}

@media screen and (max-width: 767px) {

.bge-contents .form-agreement, .c-content-main .form-agreement {
			margin-top: 0
	}
		}

.bge-contents .form-submit, .c-content-main .form-submit {
		text-align: center;
	}

.bge-contents .mail-after-attachment, .bge-contents .mail-description, .c-content-main .mail-after-attachment, .c-content-main .mail-description {
		font-size: 0.875em;
	}

.bge-contents table.form_input th, .bge-contents table.form_confirm th, .c-content-main table.form_input th, .c-content-main table.form_confirm th {
			width: 250px;
		}

.bge-contents table.form_input td > div + div, .c-content-main table.form_input td > div + div {
			margin-top: 10px;
		}

.bge-contents table.form_input .required, .c-content-main table.form_input .required {
			padding: 1px 4px 2px;
			margin: 0 0 0 5px;
			vertical-align: 1px;
			font-size: 0.75em;
			font-weight: normal;
			color: #fff;
			background: #ad1313;
		}

.bge-contents table.form_input .required::after, .c-content-main table.form_input .required::after {
				content: "*";
				display: inline-block;
				font-size: 1em;
				color: #fff;
				margin-left: 2px;
			}

.bge-contents table.form_input select, .c-content-main table.form_input select {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border-radius: 0;
			border: 1px solid #d0d0d0;
			margin: 0;
			padding: 5px 25px 5px 10px;
			vertical-align: middle;
			position: relative;
			font-size: 1em;
			background: url("../img/icon-select.png") no-repeat right 10px center;
			background-size: 10px 5px;
		}

.bge-contents table.form_input .mail-after-attachment, .c-content-main table.form_input .mail-after-attachment {
			margin-left: 5px;
		}

@media screen and (max-width: 767px) {

.bge-contents table.form_input .mail-after-attachment, .c-content-main table.form_input .mail-after-attachment {
				margin-left: 0;
				display: block
		}
			}

.bge-contents .btn-group, .c-content-main .btn-group {
		margin: 0 auto;
		text-align: center;
	}

.bge-contents .btn-group button, .c-content-main .btn-group button {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: rgb(0, 0, 0);
			color: #fff;
			line-height: 2;
			padding: .765em 2em;
			text-align: center;
			width: 32.6087%;
			cursor: pointer;
			border: 1px solid #222;
			margin-left: 10px;
			position: relative;
			z-index: 1;
			font-size: 1.0625em;
		}

@media screen and (min-width: 768px) {

.bge-contents .btn-group button, .c-content-main .btn-group button {
				max-width: 300px
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .btn-group button, .c-content-main .btn-group button {
				width: calc(50% - 20px)
		}

			}

@media screen and (max-width: 767px) {

.bge-contents .btn-group button, .c-content-main .btn-group button {
				margin: 0;
				width: 100%;
				font-size: 1.6rem
		}
			}

@media screen and (min-width: 768px) {
				.bge-contents .btn-group button:hover, .c-content-main .btn-group button:hover {
					color: #222;
				}

					.bge-contents .btn-group button:hover::before, .c-content-main .btn-group button:hover::before {
						-webkit-transform-origin: left top;
						        transform-origin: left top;
						-webkit-transform: scale(1, 1);
						        transform: scale(1, 1);
					}
			}

.bge-contents .btn-group button:first-child, .c-content-main .btn-group button:first-child {
				margin: 0 10px 0 0;
			}

@media screen and (max-width: 767px) {

.bge-contents .btn-group button:first-child, .c-content-main .btn-group button:first-child {
					margin: 0 0 2.66667vw
			}
				}

.bge-contents .btn-group button::before, .c-content-main .btn-group button::before {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: -1;
				content: "";
				background: #fff;
				-webkit-transform-origin: right top;
				        transform-origin: right top;
				-webkit-transform: scale(0, 1);
				        transform: scale(0, 1);
				-webkit-transition: -webkit-transform 400ms;
				transition: -webkit-transform 400ms;
				transition: transform 400ms;
				transition: transform 400ms, -webkit-transform 400ms;
			}

.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
			position: relative;
			color: #222;
			background: none;
			border: 1px solid #000;
			padding: .765em 2.5em;
		}

@media screen and (max-width: 767px) {

.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
				padding: .765em 2em
		}
			}

@media screen and (min-width: 768px) {

.bge-contents .btn-group .btn-back:hover, .c-content-main .btn-group .btn-back:hover {
					color: #fff
			}
				}

.bge-contents .btn-group .btn-back:hover::before, .c-content-main .btn-group .btn-back:hover::before {
					background: #000;
				}

.bge-contents .grid-frame, .bge-contents .grid-frame-flex, .c-content-main .grid-frame, .c-content-main .grid-frame-flex {
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

.bge-contents .grid-frame-flex, .c-content-main .grid-frame-flex {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-d5, .c-content-main .grid-xs-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-d5, .c-content-main .grid-sm-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-d5, .c-content-main .grid-md-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-d5, .c-content-main .grid-lg-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-d5, .c-content-main .grid-xl-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-flex, .c-content-main .grid-xs-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-flex, .c-content-main .grid-sm-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-flex, .c-content-main .grid-md-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-flex, .c-content-main .grid-lg-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-flex, .c-content-main .grid-xl-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}

.bge-contents .mt-zero, .c-content-main .mt-zero {
		margin-top: 0;
	}

.bge-contents .mb-zero, .c-content-main .mb-zero {
		margin-bottom: 0;
	}

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
	}

@media screen and (max-width: 576px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 5px
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 10px
	}
		}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 10px
	}
		}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 15px
	}
		}

@media screen and (min-width: 1340px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 15px
	}
		}

.bge-contents .mt-wide, .c-content-main .mt-wide {
	}

@media screen and (max-width: 576px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 30px
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 50px
	}
		}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 50px
	}
		}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 80px
	}
		}

@media screen and (min-width: 1340px) {

.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 80px
	}
		}

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
	}

@media screen and (max-width: 576px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 5px
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 10px
	}
		}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 10px
	}
		}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 15px
	}
		}

@media screen and (min-width: 1340px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 15px
	}
		}

.bge-contents .mb-wide, .c-content-main .mb-wide {
	}

@media screen and (max-width: 576px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 30px
	}
		}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 50px
	}
		}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 50px
	}
		}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 80px
	}
		}

@media screen and (min-width: 1340px) {

.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 80px
	}
		}

.bge-contents [data-bgb], .c-content-main [data-bgb] {
		margin-bottom: 3em;
	}

.bge-contents [data-bgb="button2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="download-file2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-link-text2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-link2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-text2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="wysiwyg2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="button2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="download-file2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link-text2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-text2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="wysiwyg2"] .bgt-grid:nth-child(2) {
		padding-left: 20px;
	}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="button2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="download-file2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-link-text2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-link2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-text2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image2"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="wysiwyg2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="button2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="download-file2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link-text2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-text2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image2"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="wysiwyg2"] .bgt-grid:nth-child(2) {
			padding-left: 0
	}
		}

.bge-contents [data-bgb="button2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="download-file2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-link-text2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-link2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-text2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="wysiwyg2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="button2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="download-file2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link-text2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-text2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="wysiwyg2"] .bgt-grid:nth-child(1) {
		padding-right: 20px;
	}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="button2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="download-file2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-link-text2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-link2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-text2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image2"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="wysiwyg2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="button2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="download-file2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link-text2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-text2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image2"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="wysiwyg2"] .bgt-grid:nth-child(1) {
			padding-right: 0
	}
		}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="button2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="download-file2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link-text2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-text2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="button2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="download-file2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link-text2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-text2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid [data-bgt] > :last-child {
			margin-bottom: 1.5em
	}
		}

.bge-contents [data-bgb="button"] [data-bgt="button"], .c-content-main [data-bgb="button"] [data-bgt="button"] {
			display: block;
		}

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(1) {
		padding-right: 15px;
	}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(1) {
			padding-right: 0
	}
		}

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(2) {
		padding-left: 5px;
		padding-right: 10px;
	}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(2) {
			padding-left: 0;
			padding-right: 0
	}
		}

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(3) {
		padding-left: 10px;
		padding-right: 5px;
	}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(3) {
			padding-left: 0;
			padding-right: 0
	}
		}

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(4) {
		padding-left: 15px;
	}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(4) {
			padding-left: 0
	}
		}

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #000;
		color: #fff;
		display: inline-block;
		font-size: 1.0625em;
		line-height: 1.7;
		width: 360px;
		padding: .765em 2em;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border: 1px solid #222;
		cursor: pointer;
		position: relative;
		z-index: 1;
	}

@media screen and (max-width: 767px) {

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			width: 100%;
			margin: 0 auto;
			font-size: 1.6rem
	}
		}

.bge-contents .bgt-btn::before, .c-content-main .bgt-btn::before {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: -1;
			content: "";
			background: #fff;
			-webkit-transform-origin: right top;
			        transform-origin: right top;
			-webkit-transform: scale(0, 1);
			        transform: scale(0, 1);
			-webkit-transition: -webkit-transform 400ms;
			transition: -webkit-transform 400ms;
			transition: transform 400ms;
			transition: transform 400ms, -webkit-transform 400ms;
		}

.bge-contents .bgt-btn:active, .bge-contents .bgt-btn:focus, .c-content-main .bgt-btn:active, .c-content-main .bgt-btn:focus {
			-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
		}

.bge-contents .bgt-btn:disabled, .bge-contents .bgt-btn:hover, .c-content-main .bgt-btn:disabled, .c-content-main .bgt-btn:hover {
			color: #222;
		}

@media screen and (max-width: 767px) {

.bge-contents .bgt-btn:disabled, .bge-contents .bgt-btn:hover, .c-content-main .bgt-btn:disabled, .c-content-main .bgt-btn:hover {
				color: #fff
		}
			}

.bge-contents .bgt-btn:disabled::before, .bge-contents .bgt-btn:hover::before, .c-content-main .bgt-btn:disabled::before, .c-content-main .bgt-btn:hover::before {
				-webkit-transform-origin: left top;
				        transform-origin: left top;
				-webkit-transform: scale(1, 1);
				        transform: scale(1, 1);
			}

@media screen and (max-width: 767px) {

.bge-contents .bgt-btn:disabled::before, .bge-contents .bgt-btn:hover::before, .c-content-main .bgt-btn:disabled::before, .c-content-main .bgt-btn:hover::before {
					-webkit-transform: scale(0, 1);
					        transform: scale(0, 1)
			}
				}


.bge-contents [data-bgt-button-kind="link"] .bgt-btn, .c-content-main [data-bgt-button-kind="link"] .bgt-btn {
	}

.bge-contents [data-bgt-button-kind="em"] .bgt-btn, .c-content-main [data-bgt-button-kind="em"] .bgt-btn {
		border: 1px solid #89bf10;
		background: #89bf10;
	}

.bge-contents [data-bgt-button-kind="em"] .bgt-btn:hover, .c-content-main [data-bgt-button-kind="em"] .bgt-btn:hover {
			color: #70a200;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn, .c-content-main [data-bgt-button-kind="external"] .bgt-btn {
		color: #222;
		background: #fff;
		border: 1px solid #000;
		padding: .765em 2.5em .765em 2em;
	}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn span::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn span::after {
				content: "";
				width: 15px;
				height: 15px;
				display: inline-block;
				position: absolute;
				right: 19px;
				top: 50%;
				margin-top: -7px;
				background: url("https://www.niiyamahouse.com/img/icon-external.png") no-repeat 0 0;
				background-size: cover;
			}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn:hover, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover {
			color: #fff;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn:hover::before, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover::before {
				background: #000;
			}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="back"] .bgt-btn::after {
			display: none;
		}

.bge-contents .bgt-hr, .c-content-main .bgt-hr {
		margin: 0 auto;
	}

.bge-contents [data-bgt-hr-kind="dashed"] .bgt-hr, .c-content-main [data-bgt-hr-kind="dashed"] .bgt-hr {
		height: 0;
		border: none;
		background: none;
		border-bottom: 1px dashed #a5a5a5;
	}

.bge-contents [data-bgt-hr-kind="bold"] .bgt-hr, .c-content-main [data-bgt-hr-kind="bold"] .bgt-hr {
		height: 5px;
	}

.bge-contents [data-bgt-hr-kind="narrow"] .bgt-hr, .c-content-main [data-bgt-hr-kind="narrow"] .bgt-hr {
		height: 1px;
	}

.bge-contents [data-bgt-hr-kind="short"] .bgt-hr, .c-content-main [data-bgt-hr-kind="short"] .bgt-hr {
		width: 60%;
		height: 1px;
	}

.bge-contents [data-bgb="download-file"], .bge-contents [data-bgb="download-file2"], .bge-contents [data-bgb="download-file3"], .c-content-main [data-bgb="download-file"], .c-content-main [data-bgb="download-file2"], .c-content-main [data-bgb="download-file3"] {
		text-align: center;
	}

.bge-contents [data-bgb="download-file"] [data-bgt="download-file"], .bge-contents [data-bgb="download-file2"] [data-bgt="download-file"], .bge-contents [data-bgb="download-file3"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file2"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file3"] [data-bgt="download-file"] {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
		}

.bge-contents [data-bgb="download-file"], .c-content-main [data-bgb="download-file"] {
		width: 360px;
		margin-left: auto;
		margin-right: auto;
	}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="download-file"], .c-content-main [data-bgb="download-file"] {
			width: 100%
	}
		}

.bge-contents .bgt-download-file, .c-content-main .bgt-download-file {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			z-index: 1;
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			color: #222;
			display: block;
			font-size: 1.0625em;
			line-height: 1.6;
			width: 100%;
			padding: 1em 2.5em 1em 1em;
			position: relative;
			text-decoration: none;
			vertical-align: middle;
			border: 1px solid #000;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}

@media screen and (max-width: 767px) {

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
				width: 100%;
				font-size: 1.6rem
		}
			}

.bge-contents .bgt-download-file__link:active, .bge-contents .bgt-download-file__link:focus, .c-content-main .bgt-download-file__link:active, .c-content-main .bgt-download-file__link:focus {
				-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
				        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			}

.bge-contents .bgt-download-file__link::before, .c-content-main .bgt-download-file__link::before {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: -1;
				content: "";
				background: #000;
				-webkit-transform-origin: right top;
				        transform-origin: right top;
				-webkit-transform: scale(0, 1);
				        transform: scale(0, 1);
				-webkit-transition: -webkit-transform 400ms;
				transition: -webkit-transform 400ms;
				transition: transform 400ms;
				transition: transform 400ms, -webkit-transform 400ms;
			}

.bge-contents .bgt-download-file__link::after, .c-content-main .bgt-download-file__link::after {
				content: "";
				width: 13px;
				height: 17px;
				position: absolute;
				right: 19px;
				top: 50%;
				margin-top: -8px;
				display: block;
				background: url("https://www.niiyamahouse.com/img/icon-pdf.png") no-repeat 0 0;
				background-size: cover;
			}

.bge-contents .bgt-download-file__link:hover, .c-content-main .bgt-download-file__link:hover {
				color: #fff;
			}

@media screen and (max-width: 767px) {

.bge-contents .bgt-download-file__link:hover, .c-content-main .bgt-download-file__link:hover {
					color: #000
			}
				}

.bge-contents .bgt-download-file__link:hover::before, .c-content-main .bgt-download-file__link:hover::before {
					-webkit-transform-origin: left top;
					        transform-origin: left top;
					-webkit-transform: scale(1, 1);
					        transform: scale(1, 1);
				}

@media screen and (max-width: 767px) {

.bge-contents .bgt-download-file__link:hover::before, .c-content-main .bgt-download-file__link:hover::before {
						-webkit-transform: scale(0, 1);
						        transform: scale(0, 1)
				}
					}

.bge-contents .bgt-link__size, .c-content-main .bgt-link__size {
		display: none;
		font-size: 0.8125em;
		font-weight: normal;
		opacity: .7;
	}

.bge-contents .bgt-link__icon.bgt-link__icon--before, .c-content-main .bgt-link__icon.bgt-link__icon--before {
		display: none;
	}

.bge-contents [data-bgb="button2"], .bge-contents [data-bgb="button3"], .bge-contents [data-bgb="download-file2"], .bge-contents [data-bgb="download-file3"], .c-content-main [data-bgb="button2"], .c-content-main [data-bgb="button3"], .c-content-main [data-bgb="download-file2"], .c-content-main [data-bgb="download-file3"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="button2"], .bge-contents [data-bgb="button3"], .bge-contents [data-bgb="download-file2"], .bge-contents [data-bgb="download-file3"], .c-content-main [data-bgb="button2"], .c-content-main [data-bgb="button3"], .c-content-main [data-bgb="download-file2"], .c-content-main [data-bgb="download-file3"] {
			display: block
	}
		}

.bge-contents [data-bgb="button2"] .bgt-button-container, .bge-contents [data-bgb="button3"] .bgt-button-container, .bge-contents [data-bgb="download-file2"] .bgt-button-container, .bge-contents [data-bgb="download-file3"] .bgt-button-container, .c-content-main [data-bgb="button2"] .bgt-button-container, .c-content-main [data-bgb="button3"] .bgt-button-container, .c-content-main [data-bgb="download-file2"] .bgt-button-container, .c-content-main [data-bgb="download-file3"] .bgt-button-container {
			display: block;
		}

.bge-contents [data-bgb="button2"] .bgt-grid, .bge-contents [data-bgb="button3"] .bgt-grid, .bge-contents [data-bgb="download-file2"] .bgt-grid, .bge-contents [data-bgb="download-file3"] .bgt-grid, .c-content-main [data-bgb="button2"] .bgt-grid, .c-content-main [data-bgb="button3"] .bgt-grid, .c-content-main [data-bgb="download-file2"] .bgt-grid, .c-content-main [data-bgb="download-file3"] .bgt-grid {
			width: 100%;
			float: none;
		}

.bge-contents [data-bgb="button2"] .bgt-grid:first-child, .bge-contents [data-bgb="button3"] .bgt-grid:first-child, .bge-contents [data-bgb="download-file2"] .bgt-grid:first-child, .bge-contents [data-bgb="download-file3"] .bgt-grid:first-child, .c-content-main [data-bgb="button2"] .bgt-grid:first-child, .c-content-main [data-bgb="button3"] .bgt-grid:first-child, .c-content-main [data-bgb="download-file2"] .bgt-grid:first-child, .c-content-main [data-bgb="download-file3"] .bgt-grid:first-child {
				padding-right: 12.5px;
			}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="button2"] .bgt-grid:first-child, .bge-contents [data-bgb="button3"] .bgt-grid:first-child, .bge-contents [data-bgb="download-file2"] .bgt-grid:first-child, .bge-contents [data-bgb="download-file3"] .bgt-grid:first-child, .c-content-main [data-bgb="button2"] .bgt-grid:first-child, .c-content-main [data-bgb="button3"] .bgt-grid:first-child, .c-content-main [data-bgb="download-file2"] .bgt-grid:first-child, .c-content-main [data-bgb="download-file3"] .bgt-grid:first-child {
					padding: 0
			}
				}

.bge-contents [data-bgb="button2"] .bgt-grid:last-child, .bge-contents [data-bgb="button3"] .bgt-grid:last-child, .bge-contents [data-bgb="download-file2"] .bgt-grid:last-child, .bge-contents [data-bgb="download-file3"] .bgt-grid:last-child, .c-content-main [data-bgb="button2"] .bgt-grid:last-child, .c-content-main [data-bgb="button3"] .bgt-grid:last-child, .c-content-main [data-bgb="download-file2"] .bgt-grid:last-child, .c-content-main [data-bgb="download-file3"] .bgt-grid:last-child {
				padding-left: 12.5px;
			}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="button2"] .bgt-grid:last-child, .bge-contents [data-bgb="button3"] .bgt-grid:last-child, .bge-contents [data-bgb="download-file2"] .bgt-grid:last-child, .bge-contents [data-bgb="download-file3"] .bgt-grid:last-child, .c-content-main [data-bgb="button2"] .bgt-grid:last-child, .c-content-main [data-bgb="button3"] .bgt-grid:last-child, .c-content-main [data-bgb="download-file2"] .bgt-grid:last-child, .c-content-main [data-bgb="download-file3"] .bgt-grid:last-child {
					padding: 0
			}
				}

.bge-contents [data-bgb="button2"] .bgt-btn, .bge-contents [data-bgb="button3"] .bgt-btn, .bge-contents [data-bgb="download-file2"] .bgt-btn, .bge-contents [data-bgb="download-file3"] .bgt-btn, .c-content-main [data-bgb="button2"] .bgt-btn, .c-content-main [data-bgb="button3"] .bgt-btn, .c-content-main [data-bgb="download-file2"] .bgt-btn, .c-content-main [data-bgb="download-file3"] .bgt-btn {
			display: block;
			width: 100%;
		}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="button2"].btn-last-none .bgt-grid--last, .bge-contents [data-bgb="button3"].btn-last-none .bgt-grid--last, .bge-contents [data-bgb="download-file2"].btn-last-none .bgt-grid--last, .bge-contents [data-bgb="download-file3"].btn-last-none .bgt-grid--last, .c-content-main [data-bgb="button2"].btn-last-none .bgt-grid--last, .c-content-main [data-bgb="button3"].btn-last-none .bgt-grid--last, .c-content-main [data-bgb="download-file2"].btn-last-none .bgt-grid--last, .c-content-main [data-bgb="download-file3"].btn-last-none .bgt-grid--last {
					display: none
			}
				}

.bge-contents [data-bgb="button2"].btn-last-none .bgt-grid--last a, .bge-contents [data-bgb="button3"].btn-last-none .bgt-grid--last a, .bge-contents [data-bgb="download-file2"].btn-last-none .bgt-grid--last a, .bge-contents [data-bgb="download-file3"].btn-last-none .bgt-grid--last a, .c-content-main [data-bgb="button2"].btn-last-none .bgt-grid--last a, .c-content-main [data-bgb="button3"].btn-last-none .bgt-grid--last a, .c-content-main [data-bgb="download-file2"].btn-last-none .bgt-grid--last a, .c-content-main [data-bgb="download-file3"].btn-last-none .bgt-grid--last a {
					display: none;
				}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="button2"].btn-last-none .bgt-grid .bgt-btn-container, .bge-contents [data-bgb="button3"].btn-last-none .bgt-grid .bgt-btn-container, .bge-contents [data-bgb="download-file2"].btn-last-none .bgt-grid .bgt-btn-container, .bge-contents [data-bgb="download-file3"].btn-last-none .bgt-grid .bgt-btn-container, .c-content-main [data-bgb="button2"].btn-last-none .bgt-grid .bgt-btn-container, .c-content-main [data-bgb="button3"].btn-last-none .bgt-grid .bgt-btn-container, .c-content-main [data-bgb="download-file2"].btn-last-none .bgt-grid .bgt-btn-container, .c-content-main [data-bgb="download-file3"].btn-last-none .bgt-grid .bgt-btn-container {
						margin-bottom: 0 !important
				}
					}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="button2"].btn-last-none .bgt-grid--first .bgt-btn-container, .bge-contents [data-bgb="button3"].btn-last-none .bgt-grid--first .bgt-btn-container, .bge-contents [data-bgb="download-file2"].btn-last-none .bgt-grid--first .bgt-btn-container, .bge-contents [data-bgb="download-file3"].btn-last-none .bgt-grid--first .bgt-btn-container, .c-content-main [data-bgb="button2"].btn-last-none .bgt-grid--first .bgt-btn-container, .c-content-main [data-bgb="button3"].btn-last-none .bgt-grid--first .bgt-btn-container, .c-content-main [data-bgb="download-file2"].btn-last-none .bgt-grid--first .bgt-btn-container, .c-content-main [data-bgb="download-file3"].btn-last-none .bgt-grid--first .bgt-btn-container {
						margin-bottom: 20px !important
				}
					}

.bge-contents [data-bgb="download-file2"] .bgt-grid, .bge-contents [data-bgb="download-file3"] .bgt-grid, .c-content-main [data-bgb="download-file2"] .bgt-grid, .c-content-main [data-bgb="download-file3"] .bgt-grid {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="download-file2"] .bgt-grid, .bge-contents [data-bgb="download-file3"] .bgt-grid, .c-content-main [data-bgb="download-file2"] .bgt-grid, .c-content-main [data-bgb="download-file3"] .bgt-grid {
				margin-bottom: 20px
		}
			}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="download-file2"] .bgt-grid--last, .bge-contents [data-bgb="download-file3"] .bgt-grid--last, .c-content-main [data-bgb="download-file2"] .bgt-grid--last, .c-content-main [data-bgb="download-file3"] .bgt-grid--last {
					margin-bottom: 0
			}
				}

.bge-contents [data-bgb="button2"].bgb-opt--bg-gray + [data-bgb="button2"].bgb-opt--bg-gray, .bge-contents [data-bgb="button3"].bgb-opt--bg-gray + [data-bgb="button3"].bgb-opt--bg-gray, .c-content-main [data-bgb="button2"].bgb-opt--bg-gray + [data-bgb="button2"].bgb-opt--bg-gray, .c-content-main [data-bgb="button3"].bgb-opt--bg-gray + [data-bgb="button3"].bgb-opt--bg-gray {
		padding-top: 1em;
	}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="button2"].bgb-opt--bg-gray + [data-bgb="button2"].bgb-opt--bg-gray, .bge-contents [data-bgb="button3"].bgb-opt--bg-gray + [data-bgb="button3"].bgb-opt--bg-gray, .c-content-main [data-bgb="button2"].bgb-opt--bg-gray + [data-bgb="button2"].bgb-opt--bg-gray, .c-content-main [data-bgb="button3"].bgb-opt--bg-gray + [data-bgb="button3"].bgb-opt--bg-gray {
			padding-top: 0
	}
		}

.bge-contents [data-bgb="download-file2"], .c-content-main [data-bgb="download-file2"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="download-file2"], .c-content-main [data-bgb="download-file2"] {
			display: block
	}
		}

.bge-contents [data-bgb="download-file2"] .bgt-grid, .c-content-main [data-bgb="download-file2"] .bgt-grid {
			width: 100%;
		}

.bge-contents [data-bgb="download-file2"] .bgt-grid [data-bgt="download-file"], .c-content-main [data-bgb="download-file2"] .bgt-grid [data-bgt="download-file"] {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}

.bge-contents [data-bgb="download-file2"] .bgt-grid [data-bgt="download-file"] .bgt-download-file__link, .c-content-main [data-bgb="download-file2"] .bgt-grid [data-bgt="download-file"] .bgt-download-file__link {
					width: 100%;
				}

@media screen and (max-width: 767px) {

.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			position: relative;
			border: solid 1px #4a4a49;
			color: #222;
			margin-top: 10px;
			padding: 1em;
			text-align: center;
			text-decoration: none;
			font-size: 1.6rem
	}

			.bge-contents .bgt-google-maps-link span, .c-content-main .bgt-google-maps-link span {
				display: inline-block;
				vertical-align: middle;
			}

			.bge-contents .bgt-google-maps-link::after, .c-content-main .bgt-google-maps-link::after {
				content: "";
				width: 15px;
				height: 15px;
				display: inline-block;
				position: absolute;
				right: 19px;
				top: 50%;
				margin-top: -7px;
				background: url("https://www.niiyamahouse.com/img/icon-external.png") no-repeat 0 0;
				background-size: cover;
			}
		}

.bge-contents .bgt-image, .c-content-main .bgt-image {
	}

.bge-contents .bgt-image :link, .c-content-main .bgt-image :link {
			outline: none;
		}

.bge-contents .bgt-image__link, .c-content-main .bgt-image__link {
			color: #222 !important;
		}

.bge-contents .bgb-opt--bg-gray, .bge-contents .bgb-opt--bg-blue, .bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-pink {
		padding: 2.5em;
	}

@media screen and (max-width: 767px) {

.bge-contents .bgb-opt--bg-gray, .bge-contents .bgb-opt--bg-blue, .bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-pink {
			padding: 2em
	}
		}

@media screen and (max-width: 767px) {

.bge-contents .bgb-opt--bg-gray + .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-gray + .bgb-opt--bg-gray {
				padding-top: 1em
		}
			}

.bge-contents .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-blue {
		background: #eefbd0 !important;
	}

.bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-pink {
		background: url("https://www.niiyamahouse.com/img/common/bg-beige-repeat.jpg") repeat !important;
	}

.bge-contents .bgb-opt--bg-pink + .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-pink + .bgb-opt--bg-pink {
			padding-top: 0;
		}

.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
		padding: 2.5em;
	}

@media screen and (max-width: 767px) {

.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
			padding: 2em
	}
		}

.bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb {
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		padding-bottom: 2.5em;
		padding-top: 2.5em;
	}

@media screen and (max-width: 767px) {

.bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb {
			padding-bottom: 2em;
			padding-top: 2em
	}
		}

.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}

@media screen and (max-width: 767px) {

.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
			padding-left: 2em;
			padding-right: 2em
	}
		}

.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
		padding-left: 2.5em;
		padding-right: 2.5em;
		padding-top: 2.5em;
		border-bottom: none;
	}

@media screen and (max-width: 767px) {

.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
			padding-left: 2em;
			padding-right: 2em;
			padding-top: 2em
	}
		}

.bge-contents .bgb-opt--border-trl p:last-child, .bge-contents .bgb-opt--border-trl h3:last-child, .bge-contents .bgb-opt--border-trl h4:last-child, .bge-contents .bgb-opt--border-trl h5:last-child, .bge-contents .bgb-opt--border-trl h6:last-child, .c-content-main .bgb-opt--border-trl p:last-child, .c-content-main .bgb-opt--border-trl h3:last-child, .c-content-main .bgb-opt--border-trl h4:last-child, .c-content-main .bgb-opt--border-trl h5:last-child, .c-content-main .bgb-opt--border-trl h6:last-child {
			margin-bottom: 0;
		}

.bge-contents .bgb-opt--border-trl h2:last-child, .c-content-main .bgb-opt--border-trl h2:last-child {
			margin-bottom: 20px;
		}

.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		padding: 0 2.5em 2.5em 2.5em;
		border-top: none;
	}

@media screen and (max-width: 767px) {

.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
			padding: 0 2em 2em 2em
	}
		}

.bge-contents .bgb-opt--border-rbl .bgt-grid, .c-content-main .bgb-opt--border-rbl .bgt-grid {
			margin-bottom: 0 !important;
		}

@media screen and (max-width: 767px) {

.bge-contents .bgb-opt--border-rbl .bgt-grid.bgt-grid--first, .c-content-main .bgb-opt--border-rbl .bgt-grid.bgt-grid--first {
					margin-bottom: 20px !important
			}
				}

.bge-contents .bgb-opt--border-bold, .c-content-main .bgb-opt--border-bold {
		border-color: #e4e4e4;
		border-width: 4px;
	}

.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
		margin-bottom: 6em !important;
	}

.bge-contents .bgb-opt--mb-small, .c-content-main .bgb-opt--mb-small {
		margin-bottom: 1.5em !important;
	}

.bge-contents .bgb-opt--mb-none, .c-content-main .bgb-opt--mb-none {
		margin-bottom: 0 !important;
		padding-bottom: 1em;
	}

.bge-contents [data-bgt="ckeditor"]:nth-child(2), .c-content-main [data-bgt="ckeditor"]:nth-child(2) {
			margin-top: 1em;
		}

.bge-contents .bgb-image-text2 .bgt-grid--first, .c-content-main .bgb-image-text2 .bgt-grid--first {
			margin-bottom: 2em;
		}

.bge-contents .bgb-text-float-image1 h3, .bge-contents .bgb-text-float-image1 h4, .bge-contents .bgb-text-float-image1 ul, .bge-contents .bgb-text-float-image1 ol, .bge-contents .bgb-text-float-image2 h3, .bge-contents .bgb-text-float-image2 h4, .bge-contents .bgb-text-float-image2 ul, .bge-contents .bgb-text-float-image2 ol, .c-content-main .bgb-text-float-image1 h3, .c-content-main .bgb-text-float-image1 h4, .c-content-main .bgb-text-float-image1 ul, .c-content-main .bgb-text-float-image1 ol, .c-content-main .bgb-text-float-image2 h3, .c-content-main .bgb-text-float-image2 h4, .c-content-main .bgb-text-float-image2 ul, .c-content-main .bgb-text-float-image2 ol {
			overflow: hidden;
		}

.bge-contents [data-bgt="gallery"], .c-content-main [data-bgt="gallery"] {
		height: auto;
		padding: 0;
	}

.bge-contents [data-bgt="gallery"] .bgt-gallery, .c-content-main [data-bgt="gallery"] .bgt-gallery {
		}

.bge-contents [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl {
					opacity: 1;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery__img img, .c-content-main [data-bgt="gallery"] .bgt-gallery__img img {
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery__caption, .c-content-main [data-bgt="gallery"] .bgt-gallery__caption {
				color: #fff;
				background: rgba(51, 51, 51, 0.6);
				padding: .7em 1em;
				text-align: center;
			}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl {
				top: 50%;
				opacity: 1;
				-webkit-transition: opacity 200ms ease-in;
				transition: opacity 200ms ease-in;
			}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					width: 66px;
					height: 66px;
					display: block;
					-webkit-appearance: none;
					   -moz-appearance: none;
					        appearance: none;
					margin: -20px 0 0;
					padding: 0;
					background: #1e1e1e;
					border: none;
					-webkit-transform-origin: center center;
					        transform-origin: center center;
					border-radius: 50%;
					cursor: pointer;
				}

@media screen and (max-width: 767px) {

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
						width: 8vw;
						height: 8vw;
						margin: -4vw 0 0
				}
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover {
						opacity: .5;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus {
						outline: none;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next span, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next span {
						display: block;
						overflow: hidden;
						width: 0;
						height: 0;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
						content: "";
						display: inline-block;
						width: 18px;
						height: 18px;
						border: solid #fff;
						border-width: 1px 1px 0 0;
					}

@media screen and (max-width: 767px) {

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
							width: 2.93333vw;
							height: 2.93333vw
					}
						}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev {
					left: 0;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after {
						-webkit-transform: rotate(-135deg);
						        transform: rotate(-135deg);
						margin-right: -7px;
					}

@media screen and (max-width: 767px) {

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after {
							margin-right: -1.33333vw
					}
						}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					right: 0;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
						margin-left: -7px;
					}

@media screen and (max-width: 767px) {

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
							margin-left: -1.33333vw
					}
						}

.bge-contents [data-bgt="gallery"] .bgt-gallery-marker li::before, .c-content-main [data-bgt="gallery"] .bgt-gallery-marker li::before {
					display: none;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker, .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker {
				margin-top: 10px;
			}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li, .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li {
					margin: 0 5px;
					width: 3.75em;
					height: 3.75em;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker {
				margin-top: 20px;
			}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li {
					margin: 0 2px 4px;
					width: 12px;
					height: 12px;
					background: #d9d9d9 !important;
					border-radius: 100%;
					background-image: none;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current {
						background: #1d1d1b !important;
					}

.bge-contents .slide-lineup .bgt-gallery, .c-content-main .slide-lineup .bgt-gallery {
			padding-top: 40.5% !important;
		}

@media screen and (max-width: 767px) {

.bge-contents .slide-lineup .bgt-gallery, .c-content-main .slide-lineup .bgt-gallery {
				padding-top: 81.5% !important
		}
			}

.bge-contents .slide-lineup .bgt-gallery__item, .c-content-main .slide-lineup .bgt-gallery__item {
				width: 90%;
				height: 90%;
				margin: 0 5%;
			}

@media screen and (max-width: 767px) {

.bge-contents .slide-lineup .bgt-gallery__item, .c-content-main .slide-lineup .bgt-gallery__item {
					width: 100%;
					height: 100%;
					margin: 0
			}
				}

.bge-contents .slide-lineup .bgt-gallery__img img, .c-content-main .slide-lineup .bgt-gallery__img img {
					-o-object-fit: contain;
					   font-family: "object-fit:contain";
					   object-fit: contain;
				}

.bge-contents [data-bgb="text-gallery1"] [data-bgt="gallery"] .bgt-gallery .bgt-gallery__group, .c-content-main [data-bgb="text-gallery1"] [data-bgt="gallery"] .bgt-gallery .bgt-gallery__group {
				margin-left: 0;
			}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="text-image1"] .bgt-grid--last, .c-content-main [data-bgb="text-image1"] .bgt-grid--last {
				margin-top: 1em
		}
			}

.bge-contents [data-bgb="text-image1"] .bgt-grid--first, .c-content-main [data-bgb="text-image1"] .bgt-grid--first {
			padding-right: 20px;
		}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="text-image1"] .bgt-grid--first, .c-content-main [data-bgb="text-image1"] .bgt-grid--first {
				margin-top: 0;
				padding-right: 0
		}
			}

.bge-contents [data-bgb="text-image2"] .bgt-grid--last, .c-content-main [data-bgb="text-image2"] .bgt-grid--last {
			padding-left: 20px;
		}

@media screen and (max-width: 767px) {

.bge-contents [data-bgb="text-image2"] .bgt-grid--last, .c-content-main [data-bgb="text-image2"] .bgt-grid--last {
				margin-top: 1em;
				padding-left: 0
		}
			}

.bge-contents .btn-black a, .c-content-main .btn-black a {
			width: 80%;
			text-align: center;
			display: block;
			margin: 1.5em auto 0;
			padding: 15px;
			color: #fff;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			background-color: #222;
			text-decoration: none;
			border: 1px solid #222;
			position: relative;
			z-index: 1;
			font-size: 1.0625em;
		}

@media screen and (max-width: 767px) {

.bge-contents .btn-black a, .c-content-main .btn-black a {
				width: 90%;
				padding: 12px 10px;
				margin-top: 1em;
				font-size: 1.6rem
		}
			}

.bge-contents .btn-black a::before, .c-content-main .btn-black a::before {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: -1;
				content: "";
				background: #fff;
				-webkit-transform-origin: right top;
				        transform-origin: right top;
				-webkit-transform: scale(0, 1);
				        transform: scale(0, 1);
				-webkit-transition: -webkit-transform 400ms;
				transition: -webkit-transform 400ms;
				transition: transform 400ms;
				transition: transform 400ms, -webkit-transform 400ms;
			}

.bge-contents .btn-black a:hover, .c-content-main .btn-black a:hover {
				color: #222;
			}

@media screen and (max-width: 767px) {

.bge-contents .btn-black a:hover, .c-content-main .btn-black a:hover {
					color: #fff
			}
				}

.bge-contents .btn-black a:hover::before, .c-content-main .btn-black a:hover::before {
					-webkit-transform-origin: left top;
					        transform-origin: left top;
					-webkit-transform: scale(1, 1);
					        transform: scale(1, 1);
				}

@media screen and (max-width: 767px) {

.bge-contents .btn-black a:hover::before, .c-content-main .btn-black a:hover::before {
						-webkit-transform: scale(0, 1);
						        transform: scale(0, 1)
				}
					}

.bge-contents .table-scroll, .c-content-main .table-scroll {
		overflow: hidden;
	}

@media screen and (max-width: 767px) {
			.bge-contents .table-scroll::before, .c-content-main .table-scroll::before {
				content: "窶ｻ讓ｪ縺ｫ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺励※縺碑ｦｧ縺上□縺輔＞";
				font-size: 1.4rem;
				display: block;
				padding: 0 0 5px;
			}

			.bge-contents .table-scroll .bgt-ckeditor-container, .c-content-main .table-scroll .bgt-ckeditor-container {
				overflow-x: scroll;
			}

				.bge-contents .table-scroll .bgt-ckeditor-container::-webkit-scrollbar, .c-content-main .table-scroll .bgt-ckeditor-container::-webkit-scrollbar {
					height: 7px;
				}

				.bge-contents .table-scroll .bgt-ckeditor-container::-webkit-scrollbar-track, .c-content-main .table-scroll .bgt-ckeditor-container::-webkit-scrollbar-track {
					background: #e4e4e4;
					border-radius: 5px;
				}

				.bge-contents .table-scroll .bgt-ckeditor-container::-webkit-scrollbar-thumb, .c-content-main .table-scroll .bgt-ckeditor-container::-webkit-scrollbar-thumb {
					background: #4a4a49;
					border-radius: 5px;
				}

			.bge-contents .table-scroll table, .c-content-main .table-scroll table {
				display: table;
				width: 768px;
				margin: 0 0 10px !important;
			}

				.bge-contents .table-scroll table tbody, .c-content-main .table-scroll table tbody {
					display: table-row-group;
				}

				.bge-contents .table-scroll table tr, .c-content-main .table-scroll table tr {
					display: table-row;
				}

				.bge-contents .table-scroll table th, .bge-contents .table-scroll table td, .c-content-main .table-scroll table th, .c-content-main .table-scroll table td {
					display: table-cell;
					width: auto !important;
					border-right: 1px solid #dedede;
				}

				.bge-contents .table-scroll table td, .c-content-main .table-scroll table td {
					border-bottom: 1px solid #dedede !important;
				}
		}

.bge-contents .table-scroll tr th, .bge-contents .table-scroll tr td, .c-content-main .table-scroll tr th, .c-content-main .table-scroll tr td {
				border-right: 1px solid #dedede;
			}

.bge-contents .table-scroll tr th:last-child, .bge-contents .table-scroll tr td:last-child, .c-content-main .table-scroll tr th:last-child, .c-content-main .table-scroll tr td:last-child {
					border-right: 0;
				}

@media screen and (max-width: 767px) {

.bge-contents .table-scroll tr td, .c-content-main .table-scroll tr td {
					padding: 4vw 2.66667vw
			}
				}

.bge-contents .table-plane, .c-content-main .table-plane {
		width: auto;
		border: none;
	}

.bge-contents .table-plane th, .c-content-main .table-plane th {
			padding: 5px 5px 0 0;
			background: none;
			vertical-align: top;
			border: none;
			font-weight: bold;
		}

.bge-contents .table-plane td, .c-content-main .table-plane td {
			padding: 5px 0;
			vertical-align: top;
			border: none;
		}

.bge-contents .tab-nav, .c-content-main .tab-nav {
		margin: 0 -20px 30px;
	}

@media screen and (max-width: 767px) {

.bge-contents .tab-nav, .c-content-main .tab-nav {
			margin: 0 -10px 30px
	}
		}

.bge-contents .tab-nav ul, .c-content-main .tab-nav ul {
			width: 100%;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
		}

.bge-contents .tab-nav ul li, .c-content-main .tab-nav ul li {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				text-align: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				width: 100%;
				border: 1px solid #d9d9d9;
				border-left: none;
				cursor: pointer;
				padding: 15px;
				margin: 0;
				letter-spacing: .05rem;
				font-size: 1.8rem;
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
			}

@media only screen and (max-width: 767px) {

.bge-contents .tab-nav ul li, .c-content-main .tab-nav ul li {
					padding: 2vw;
					font-size: 1.3rem;
					line-height: 1.5
			}
				}

.bge-contents .tab-nav ul li:first-child, .c-content-main .tab-nav ul li:first-child {
					border-left: 1px solid #d9d9d9;
				}

.bge-contents .tab-nav ul li:hover, .c-content-main .tab-nav ul li:hover {
					opacity: .6;
				}

.bge-contents .tab-nav ul li[data-current="true"], .c-content-main .tab-nav ul li[data-current="true"] {
					border: 1px solid #1d1d1b;
					color: #fff;
					background: #1d1d1b;
					cursor: default;
				}

.bge-contents .tab-nav ul li[data-current="true"]::after, .c-content-main .tab-nav ul li[data-current="true"]::after {
						content: "";
						position: absolute;
						left: 50%;
						bottom: -15px;
						margin-left: -15px;
						-webkit-box-sizing: border-box;
						        box-sizing: border-box;
						border-left: 15px solid transparent;
						border-right: 15px solid transparent;
						border-top: 22px solid #1d1d1b;
					}

@media only screen and (max-width: 767px) {

.bge-contents .tab-nav ul li[data-current="true"]::after, .c-content-main .tab-nav ul li[data-current="true"]::after {
							bottom: -10px;
							margin-left: -10px;
							border-left-width: 10px;
							border-right-width: 10px;
							border-top-width: 10px
					}
						}

.bge-contents .tab-nav ul li[data-current="true"]:hover, .c-content-main .tab-nav ul li[data-current="true"]:hover {
						opacity: 1;
					}

.bge-contents .tab-nav ul li::before, .c-content-main .tab-nav ul li::before {
					display: none;
				}

.bge-contents .tab-nav ul li a, .c-content-main .tab-nav ul li a {
					display: block;
					width: 100%;
					text-decoration: none;
				}

.bge-contents .sitemap-list h4, .c-content-main .sitemap-list h4 {
			padding: 0;
			font-size: 1.25em;
		}

.bge-contents .sitemap-list h4 a, .c-content-main .sitemap-list h4 a {
				display: block;
				padding-bottom: 5px;
				text-decoration: none;
			}

@media screen and (max-width: 767px) {

.bge-contents .sitemap-list h4 a, .c-content-main .sitemap-list h4 a {
					font-size: 4vw;
					padding: 0 0 2vw
			}
				}

.bge-contents .sitemap-list ul, .c-content-main .sitemap-list ul {
			margin: -10px 0 30px;
		}

.bge-contents .sitemap-list ul li ul, .c-content-main .sitemap-list ul li ul {
					margin: 0;
				}

@media screen and (max-width: 767px) {

.bge-contents .plan-list, .c-content-main .plan-list {
			margin-bottom: 20px !important
	}
		}

.bge-contents .plan-list h6, .c-content-main .plan-list h6 {
			margin-top: -1em;
		}

.bge-contents .plan-list .btn-black a, .c-content-main .plan-list .btn-black a {
				padding: 5px 10px !important;
			}

.bge-contents .block-align-center, .c-content-main .block-align-center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

@media screen and (max-width: 767px) {

.bge-contents .block-align-center, .c-content-main .block-align-center {
			display: block
	}
		}

@media screen and (max-width: 767px) {

.bge-contents .sanctuary2-top + .sanctuary2-top, .c-content-main .sanctuary2-top + .sanctuary2-top {
				margin-top: -1.5em
		}
			}

@media screen and (max-width: 767px) {

.bge-contents .cate-top-list .bgt-grid [data-bgt], .c-content-main .cate-top-list .bgt-grid [data-bgt] {
					margin-bottom: 3em
			}
				}

.bge-contents .cate-top-list .bgt-grid figure, .c-content-main .cate-top-list .bgt-grid figure {
				text-align: center;
			}

.bge-contents .cate-top-list .bgt-grid figure img, .c-content-main .cate-top-list .bgt-grid figure img {
					max-width: 100%;
					height: auto;
					width /***/: auto;
				}

.bge-contents .bc-heading h2, .c-content-main .bc-heading h2 {
		}

.bge-contents .bc-time, .c-content-main .bc-time {
		margin-bottom: 5em;
		text-align: right;
	}

.bge-contents .bc-time time, .c-content-main .bc-time time {
		}

.bge-contents .bc-cat, .c-content-main .bc-cat {
		margin-bottom: 1em;
		text-align: right;
	}

.bge-contents .bc-cat > div, .c-content-main .bc-cat > div {
			background: #90c31f;
			color: #fff;
			display: inline-block;
			font-size: 0.8125em;
			padding: .2em .4em;
		}

.bge-contents .bc-area-cta, .c-content-main .bc-area-cta {
		margin-top: 4em;
		text-align: center;
	}

.bge-contents .bc-area-cta a, .c-content-main .bc-area-cta a {
			background: #90c31f;
		}

.bge-contents .bc-area-cta a span::before, .c-content-main .bc-area-cta a span::before {
					display: inline-block;
					font-family: icons;
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-style: normal;
					font-variant: normal;
					font-weight: normal;
					line-height: 1;
					speak: none;
					text-align: left;
					text-indent: 0;
					text-rendering: auto;
					text-transform: none;
					vertical-align: middle;
					white-space: nowrap;
					color: #4a4a49;
					content: "\E100";
					margin-right: .5em;
				}

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
		margin-top: 6em;
	}

@media screen and (max-width: 767px) {

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
			text-align: center
	}
		}

.bge-contents .bc-form-table, .c-content-main .bc-form-table {
	}

.bge-contents .bc-form-agreement, .c-content-main .bc-form-agreement {
		margin-top: 4em;
		text-align: center;
	}

.bge-contents .bc-form-submit, .c-content-main .bc-form-submit {
		margin-top: 3em;
		text-align: center;
	}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-1, .c-content-main .grid-xs-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-1, .c-content-main .grid-sm-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-1, .c-content-main .grid-md-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-1, .c-content-main .grid-lg-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-1, .c-content-main .grid-xl-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-2, .c-content-main .grid-xs-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-2, .c-content-main .grid-sm-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-2, .c-content-main .grid-md-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-2, .c-content-main .grid-lg-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-2, .c-content-main .grid-xl-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-3, .c-content-main .grid-xs-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-3, .c-content-main .grid-sm-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-3, .c-content-main .grid-md-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-3, .c-content-main .grid-lg-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-3, .c-content-main .grid-xl-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-4, .c-content-main .grid-xs-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-4, .c-content-main .grid-sm-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-4, .c-content-main .grid-md-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-4, .c-content-main .grid-lg-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-4, .c-content-main .grid-xl-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-5, .c-content-main .grid-xs-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-5, .c-content-main .grid-sm-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-5, .c-content-main .grid-md-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-5, .c-content-main .grid-lg-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-5, .c-content-main .grid-xl-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-6, .c-content-main .grid-xs-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-6, .c-content-main .grid-sm-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-6, .c-content-main .grid-md-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-6, .c-content-main .grid-lg-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-6, .c-content-main .grid-xl-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-7, .c-content-main .grid-xs-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-7, .c-content-main .grid-sm-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-7, .c-content-main .grid-md-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-7, .c-content-main .grid-lg-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-7, .c-content-main .grid-xl-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-8, .c-content-main .grid-xs-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-8, .c-content-main .grid-sm-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-8, .c-content-main .grid-md-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-8, .c-content-main .grid-lg-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-8, .c-content-main .grid-xl-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-9, .c-content-main .grid-xs-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-9, .c-content-main .grid-sm-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-9, .c-content-main .grid-md-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-9, .c-content-main .grid-lg-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-9, .c-content-main .grid-xl-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-10, .c-content-main .grid-xs-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-10, .c-content-main .grid-sm-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-10, .c-content-main .grid-md-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-10, .c-content-main .grid-lg-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-10, .c-content-main .grid-xl-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-11, .c-content-main .grid-xs-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-11, .c-content-main .grid-sm-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-11, .c-content-main .grid-md-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-11, .c-content-main .grid-lg-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-11, .c-content-main .grid-xl-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}

@media screen and (max-width: 576px) {

.bge-contents .grid-xs-12, .c-content-main .grid-xs-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media screen and (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-12, .c-content-main .grid-sm-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media screen and (min-width: 768px) and (max-width: 999px) {

.bge-contents .grid-md-12, .c-content-main .grid-md-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media screen and (min-width: 1000px) and (max-width: 1339px) {

.bge-contents .grid-lg-12, .c-content-main .grid-lg-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media screen and (min-width: 1340px) {

.bge-contents .grid-xl-12, .c-content-main .grid-xl-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}

@media screen and (max-width: 767px) {

.pc-only {
		display: none
}
	}

.sp-only {
	display: none;
}

@media screen and (max-width: 767px) {

.sp-only {
		display: block
}
	}

#bge-content .pc-only, #bge-content .sp-only {
		display: block !important;
	}

.c-page-form__confirm {
	}

.c-page-form__confirm .btn-group {
			margin-top: 40px !important;
		}

@media screen and (max-width: 767px) {

.c-page-form__confirm .btn-group {
				margin-top: 20px !important
		}
			}

.c-page-form__thanks {
		text-align: center;
	}

@media screen and (max-width: 767px) {

.c-page-form__thanks {
			text-align: left
	}
		}

.c-page-form__thanks h2 {
			margin-bottom: 0 !important;
			font-weight: normal;
			line-height: 2;
			padding-bottom: 0;
		}

.c-page-form__thanks h2::after {
				display: none;
			}

.c-page-form__thanks h3 {
			font-size: 1.25em;
			margin: 0 !important;
			padding: 0 !important;
			background: none !important;
		}

.c-page-form__thanks-box {
			width: 100%;
			border: 1px solid #d9d9d9;
			margin-bottom: 40px;
			padding: 40px;
		}

@media screen and (max-width: 767px) {

.c-page-form__thanks-box {
				padding: 5.33333vw;
				text-align: left;
				margin-bottom: 5.33333vw
		}
			}

.c-page-form__thanks-box h3 {
				font-weight: normal;
				margin: 0;
			}

.c-page-form__thanks a {
			margin-top: 40px;
		}

@media screen and (max-width: 767px) {

.c-page-form__thanks a {
				margin-top: 8vw
		}
			}

.c-error {
	text-align: center;
}

.c-error .bgt-btn {
		margin: 20px auto 0;
	}

@media screen and (max-width: 767px) {

.c-error .bgt-btn {
			margin: 10px auto 0 !important
	}
		}

.c-blog-sub-header {
		padding: 10px 30px 0;
	}

@media screen and (max-width: 767px) {

.c-blog-sub-header {
			padding: 8px 0 0
	}
		}

.c-blog-sub-header__title {
			width: 358px;
			margin-bottom: 10px;
		}

@media screen and (max-width: 767px) {

.c-blog-sub-header__title {
				width: 50%;
				margin: 0 auto 8px
		}
			}

.c-blog-sub-header__title p {
				margin: 0;
			}

.c-blog-sub-header__title p img {
					max-width: 100%;
					height: auto;
				}

.c-blog-sub__kind-title {
			background: #f1f1e1;
			margin: 40px 0 20px;
			padding: 11px 20px;
		}

@media screen and (max-width: 767px) {

.c-blog-sub__kind-title {
				margin: 20px 0;
				padding: 9px 14px
		}
			}

.c-blog-sub__kind-title h2 {
				margin: 0;
				font-size: 2.6rem;
				font-weight: normal;
				line-height: 1.5;
			}

@media screen and (max-width: 767px) {

.c-blog-sub__kind-title h2 {
					font-size: 1.8rem
			}
				}

.c-blog-sub__tags {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

@media screen and (max-width: 767px) {

.c-blog-sub__tags {
			display: block
	}
		}

.c-blog-sub__tags-title {
			width: 75px;
			margin: 0 10px 0 0;
			padding-top: 2px;
			font-size: 1.6rem;
			font-weight: normal;
		}

@media screen and (max-width: 767px) {

.c-blog-sub__tags-title {
				width: auto;
				margin: 0 0 10px;
				padding-top: 0
		}
			}

.c-blog-sub__tags ul {
			list-style: none;
			width: calc(100% - 75px);
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

@media screen and (max-width: 767px) {

.c-blog-sub__tags ul {
				width: 100%;
				margin-left: -5px
		}
			}

.c-blog-sub__tags a {
			border: 1px solid #d9d9d9;
			border-radius: 18px;
			margin: 0 5px 10px;
			padding: 5px 14px 4px;
			display: block;
			font-size: 1.4rem;
			line-height: 1.4;
			color: #222;
			text-decoration: none;
		}

@media screen and (min-width: 768px) {

.c-blog-sub__tags a {
				line-height: 1.4
		}
			}

@media screen and (min-width: 768px) {

.c-blog-sub__tags a:hover {
					border: 1px solid #222;
					background: #222;
					color: #fff
			}
				}

.c-blog-sub-index {
		width: 1000px;
		margin: 0 auto 110px;
		padding: 0 20px;
	}

@media screen and (max-width: 767px) {

.c-blog-sub-index {
			width: 100%;
			margin-bottom: 65px
	}
		}

.c-blog-sub-index__card {
			margin: 35px 0 110px;
		}

@media screen and (max-width: 767px) {

.c-blog-sub-index__card {
				margin: 40px 0 95px
		}
			}

.c-blog-sub-index__card > ul {
				list-style: none;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
			}

@media screen and (max-width: 767px) {

.c-blog-sub-index__card > ul {
					display: block
			}
				}

.c-blog-sub-index__card > ul > li {
					width: 300px;
				}

@media screen and (max-width: 767px) {

.c-blog-sub-index__card > ul > li {
						width: 100%
				}
					}

@media screen and (min-width: 768px) {

.c-blog-sub-index__card > ul > li:not(:nth-child(3n)) {
							margin-right: 30px
					}
						}

@media screen and (max-width: 767px) {

.c-blog-sub-index__card > ul > li:nth-child(n + 2) {
							margin-top: 50px
					}
						}

@media screen and (min-width: 768px) {

.c-blog-sub-index__card > ul > li:nth-child(n + 4) {
							margin-top: 60px
					}
						}

.c-blog-sub-index__card > ul > li > a {
						width: 100%;
						color: #222;
						text-decoration: none;
						display: block;
					}

@media screen and (min-width: 768px) {

.c-blog-sub-index__card > ul > li > a:hover {
								opacity: .7
						}
							}

.c-blog-sub-index__card-thumb {
				width: 100%;
				margin: 0 0 10px;
				overflow: hidden;
				position: relative;
			}

.c-blog-sub-index__card-thumb::before {
					content: "";
					padding-top: 65.33333%;
					display: block;
				}

@media screen and (max-width: 767px) {

.c-blog-sub-index__card-thumb::before {
						padding-top: 67.91045%
				}
					}

.c-blog-sub-index__card-thumb img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
					position: absolute;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					        transform: translate(-50%, -50%);
				}

.c-blog-sub-index__card-meta {
				border-top: 1px solid #d9d9d9;
				margin: 15px 10px 0;
				padding-top: 15px;
			}

.c-blog-sub-index__card-meta .c-blog-sub-index__card-time {
					margin: 0;
				}

.c-blog-sub-index__card-time {
				margin: 0 10px;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
				font-size: 1.4rem;
				display: block;
			}

@media screen and (max-width: 767px) {

.c-blog-sub-index__card-time {
					margin-top: 15px
			}
				}

.c-blog-sub-index__card-title {
				margin: 0 10px 10px;
				font-size: 1.8rem;
				font-weight: normal;
			}

.c-blog-sub-index__card-tags {
				list-style: none;
				margin: 0 10px 0 5px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
			}

.c-blog-sub-index__card-tags a {
					border: 1px solid #d9d9d9;
					border-radius: 18px;
					margin: 0 3px 5px;
					padding: 3px 9px;
					display: block;
					font-size: 1.3rem;
					color: #222;
					text-decoration: none;
				}

@media screen and (min-width: 768px) {

.c-blog-sub-index__card-tags a:hover {
							border: 1px solid #222;
							background: #222;
							color: #fff
					}
						}

.c-blog-sub-index__card-writer {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
			}

.c-blog-sub-index__card-writer span {
					border-radius: 50%;
					width: 40px;
					margin: 0 15px 0 0;
					display: block;
					overflow: hidden;
					position: relative;
				}

@media screen and (max-width: 767px) {

.c-blog-sub-index__card-writer span {
						margin-right: 10px
				}
					}


.c-blog-sub-index__card-writer span::before {
						content: "";
						padding-top: 100%;
						display: block;
					}

.c-blog-sub-index__card-writer span img {
						width: 100%;
						height: 100%;
						-o-object-fit: cover;
						   font-family: "object-fit:cover";
						   object-fit: cover;
						position: absolute;
						top: 50%;
						left: 50%;
						-webkit-transform: translate(-50%, -50%);
						        transform: translate(-50%, -50%);
					}

.c-blog-sub-index__card-writer p {
					margin: 0;
				}

.c-blog-sub-index__card-writer-meta {
					width: calc(100% - 55px);
					font-size: 1.4rem;
				}

.c-blog-sub-index .c-employee__writer {
			margin-top: -35px;
		}

.c-blog-sub-index .bge-contents .bgb-hr {
			margin-left: -20px;
			margin-right: -20px;
		}

@media screen and (max-width: 767px) {

.c-blog-sub-index .bge-contents .bgb-hr {
				margin-left: -10px;
				margin-right: -10px
		}
			}

.c-blog-sub-monthly {
		border: 1px solid #d9d9d9;
		width: 960px;
		margin: -35px auto 135px;
		padding: 0 50px 40px 50px;
	}

@media screen and (max-width: 767px) {

.c-blog-sub-monthly {
			width: calc(100% - 40px);
			margin: -4vw auto 80px;
			padding: 0 10px 28px 20px
	}
		}

.c-blog-sub-monthly div:nth-of-type(n + 2) {
			margin-top: 30px;
		}

@media screen and (max-width: 767px) {

.c-blog-sub-monthly div:nth-of-type(n + 2) {
				margin-top: 20px
		}
			}

.c-blog-sub-monthly__title {
			background: #fff;
			width: 156px;
			margin: -18px auto 20px;
			font-size: 2rem;
			text-align: center;
			letter-spacing: .1em;
		}

@media screen and (max-width: 767px) {

.c-blog-sub-monthly__title {
				width: 140px;
				margin-bottom: 10px
		}
			}

.c-blog-sub-monthly__box {
			margin-bottom: 35px;
		}

@media screen and (max-width: 767px) {

.c-blog-sub-monthly__box {
				margin-bottom: 25px
		}
			}

.c-blog-sub-monthly__box:last-child {
				margin-bottom: 0;
			}

.c-blog-sub-monthly__box h3 {
				margin: 0 0 -5px;
				font-size: 1.8rem;
			}

.c-blog-sub-monthly__box ul {
				list-style: none;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				margin-left: -10px;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
			}

.c-blog-sub-monthly__box li {
				margin-top: 15px;
				line-height: 1;
				padding: 0 10px;
				width: 11.11111%;
				border-left: 1px solid #d9d9d9;
			}

@media screen and (max-width: 767px) {

.c-blog-sub-monthly__box li {
					width: 33.33333%
			}
				}

.c-blog-sub-monthly__box li:first-child, .c-blog-sub-monthly__box li:nth-child(10) {
					border-left: none;
				}

@media screen and (max-width: 767px) {

.c-blog-sub-monthly__box li:nth-child(4), .c-blog-sub-monthly__box li:nth-child(7) {
						border-left: none
				}
					}

.c-blog-sub-monthly__box a {
				font-size: 1.4rem;
				color: #222;
				text-decoration: none;
			}

@media screen and (max-width: 330px) {

.c-blog-sub-monthly__box a {
					font-size: 1.2rem
			}
				}

@media screen and (min-width: 768px) {

.c-blog-sub-monthly__box a:hover {
						text-decoration: underline
				}
					}

.c-blog-sub__news {
		margin: 40px 0 20px;
		padding: 0 20px;
	}

@media screen and (max-width: 767px) {

.c-blog-sub__news {
			margin: 20px 0;
			padding: 0
	}
		}

.c-blog-sub__news-title {
			background: #f1f1e1;
			padding: 11px 20px;
		}

@media screen and (max-width: 767px) {

.c-blog-sub__news-title {
				padding: 9px 14px
		}
			}

.c-blog-sub__news-title h2 {
				margin: 0;
				font-size: 2.6rem;
				font-weight: normal;
				line-height: 1.5;
			}

@media screen and (max-width: 767px) {

.c-blog-sub__news-title h2 {
					font-size: 1.8rem
			}
				}

.c-blog-sub__news-meta {
			margin: 5px 0 0 -5px;
		}

.c-blog-sub__news-meta .c-blog-sub__tags ul {
					width: 100%;
				}

.c-blog-sub__news-meta-footer {
				background: #f0f0f0;
				width: 960px;
				margin: 0 auto;
				padding: 25px;
			}

@media screen and (max-width: 767px) {

.c-blog-sub__news-meta-footer {
					width: 90%;
					margin-top: -50px;
					padding: 18px 15px
			}
				}

.c-blog-sub__news-date {
			margin-bottom: 5px;
			font-size: 1.4rem;
			text-align: right;
			display: block;
		}

.c-blog-sub__news-writer {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}

.c-blog-sub__news-writer p {
				width: 40px;
				margin: 0 15px 0 0;
			}

@media screen and (max-width: 767px) {

.c-blog-sub__news-writer p {
					width: 47px
			}
				}

.c-blog-sub__news-writer p span {
					border-radius: 50%;
					width: 100%;
					display: block;
					overflow: hidden;
					position: relative;
				}

@media screen and (max-width: 767px) {

.c-blog-sub__news-writer p span {
						margin-right: 10px
				}
					}

.c-blog-sub__news-writer p span::before {
						content: "";
						padding-top: 100%;
						display: block;
					}

@media screen and (max-width: 767px) {

.c-blog-sub__news-writer p span::before {
							padding-top: 100%
					}
						}

.c-blog-sub__news-writer p span img {
						width: 100%;
						height: 100%;
						-o-object-fit: cover;
						   font-family: "object-fit:cover";
						   object-fit: cover;
						position: absolute;
						top: 50%;
						left: 50%;
						-webkit-transform: translate(-50%, -50%);
						        transform: translate(-50%, -50%);
					}

.c-blog-sub__news-writer figcaption {
				width: calc(100% - 55px);
				line-height: 1.3;
			}

.c-blog-sub__news-writer figcaption span {
					font-size: 1.3rem;
					display: block;
				}

.c-blog-sub__footer .c-footer__corp-info {
				padding-bottom: 0;
			}

.c-blog-sub__footer .c-footer__corp-info-tel {
					margin: 20px 0 0;
				}

.c-blog-sub__footer .c-footer__links-others ul {
					list-style: none;
				}

.c-blog-sub__footer .c-footer__links-others ul li {
						width: 253px;
					}

@media screen and (max-width: 767px) {

.c-blog-sub__footer .c-footer__links-others ul li {
							width: 100%
					}
						}

.c-blog-sub__footer .c-footer__links-others ul li a {
							padding: 12px 45px 12px 0;
							color: #222;
							letter-spacing: .1em;
							text-align: right;
							text-decoration: none;
						}

@media screen and (max-width: 767px) {

.c-blog-sub__footer .c-footer__links-others ul li a {
								padding: 21px 10px;
								font-size: 1.5rem;
								text-align: center
						}
							}

.c-blog-sub__footer .c-footer__links-others ul li a::after {
								content: "";
								width: 15px;
								height: 15px;
								display: inline-block;
								position: absolute;
								right: 19px;
								top: 50%;
								background: url("https://www.niiyamahouse.com/img/icon-blog-sub-other.png") no-repeat 0 0;
								background-size: cover;
								-webkit-transform: translateY(-50%);
								        transform: translateY(-50%);
							}

@media screen and (max-width: 767px) {

.c-blog-sub__footer .c-footer__links-others ul li a::after {
									right: 25px
							}
								}

@media screen and (min-width: 768px) {

.c-blog-sub__footer .c-footer__links-others ul li a:hover {
									color: #fff
							}
								}

.c-blog-sub__footer .c-footer__copyright {
				margin-top: -50px;
			}

@media screen and (max-width: 767px) {

.c-blog-sub__footer .c-footer__copyright {
					margin-top: 0
			}
				}

.c-pagination {
	margin-top: -35px;
}

@media screen and (max-width: 767px) {

.c-pagination__numbers {
			margin: 0 1.33333vw;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
	}
		}

@media screen and (max-width: 767px) {

.c-pagination__numbers a {
				min-width: 24px
		}
			}

@media screen and (max-width: 767px) {

.c-pagination__numbers a:hover::after, .c-pagination__numbers a[aria-current]::after {
					width: 24px;
					margin-left: 0;
					-webkit-transform: translateX(-50%);
					        transform: translateX(-50%)
			}
				}

@media screen and (max-width: 767px) {

.c-pagination__prev, .c-pagination__next {
			width: 6vw;
			text-align: left;
			text-indent: -9999px
	}
		}

@media screen and (max-width: 767px) {

.c-pagination__prev a {
				padding-left: 22px
		}
			}

@media screen and (max-width: 767px) {

.c-pagination__prev a::before {
					left: 8px
			}
				}

@media screen and (max-width: 767px) {

.c-pagination__next a {
				padding-right: 22px
		}
			}

@media screen and (max-width: 767px) {

.c-pagination__next a::after {
					left: 0;
					right: inherit
			}
				}

.c-pagination__hitorigoto, .c-pagination__employee {
		width: 960px;
		position: relative;
	}

@media screen and (max-width: 767px) {

.c-pagination__hitorigoto, .c-pagination__employee {
			width: 90%
	}
		}

.c-pagination__hitorigoto {
		border-top: 1px solid #d9d9d9;
		margin: -40px auto 120px;
		padding-top: 40px;
	}

@media screen and (max-width: 767px) {

.c-pagination__hitorigoto {
			margin: -40px auto 80px
	}
		}

.c-pagination__hitorigoto .c-pagination__page-move-prev, .c-pagination__hitorigoto .c-pagination__page-move-next {
						top: 60px;
					}

@media screen and (max-width: 767px) {

.c-pagination__hitorigoto .c-pagination__page-move-prev, .c-pagination__hitorigoto .c-pagination__page-move-next {
							top: inherit
					}
						}

.c-pagination__employee {
		margin: 45px auto 70px;
	}

@media screen and (max-width: 767px) {

.c-pagination__employee {
			margin: 30px auto 60px
	}
		}

.c-pagination__employee .c-pagination__page-move-prev, .c-pagination__employee .c-pagination__page-move-next {
						top: 20px;
					}

@media screen and (max-width: 767px) {

.c-pagination__employee .c-pagination__page-move-prev, .c-pagination__employee .c-pagination__page-move-next {
							top: inherit
					}
						}

.c-pagination__page-move {
			list-style: none;
		}

@media screen and (max-width: 767px) {

.c-pagination__page-move {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between
		}
			}

.c-pagination__page-move-prev, .c-pagination__page-move-next {
				position: absolute;
				color: #bcbcbc;
			}

@media screen and (max-width: 767px) {

.c-pagination__page-move-prev, .c-pagination__page-move-next {
					position: static
			}
				}

.c-pagination__page-move-prev a, .c-pagination__page-move-next a {
					color: #222;
					text-decoration: none;
					display: block;
					position: relative;
				}

@media screen and (max-width: 767px) {

.c-pagination__page-move-prev a, .c-pagination__page-move-next a {
						font-size: 1.4rem
				}
					}

.c-pagination__page-move-prev a::before, .c-pagination__page-move-next a::before {
						border-top: 1px solid #222;
						border-right: 1px solid #222;
						content: "";
						width: 16px;
						height: 16px;
						display: block;
						position: absolute;
						top: 6px;
					}

@media screen and (max-width: 767px) {

.c-pagination__page-move-prev a::before, .c-pagination__page-move-next a::before {
							width: 13px;
							height: 13px
					}
						}

@media screen and (min-width: 768px) {

.c-pagination__page-move-prev a:hover, .c-pagination__page-move-next a:hover {
							text-decoration: underline
					}
						}

.c-pagination__page-move-prev {
				left: 0;
			}

.c-pagination__page-move-prev a {
					padding-left: 25px;
				}

@media screen and (max-width: 767px) {

.c-pagination__page-move-prev a {
						padding-left: 20px
				}
					}

.c-pagination__page-move-prev a::before {
						left: 5px;
						-webkit-transform: rotate(-135deg);
						        transform: rotate(-135deg);
					}

.c-pagination__page-move-next {
				right: 0;
			}

.c-pagination__page-move-next a {
					padding-right: 25px;
				}

@media screen and (max-width: 767px) {

.c-pagination__page-move-next a {
						padding-right: 20px
				}
					}

.c-pagination__page-move-next a::before {
						right: 5px;
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
					}

.c-pagination__page-back {
			text-align: center;
		}

@media screen and (max-width: 767px) {

.c-pagination__page-back {
				width: 90%;
				margin: 40px auto 0
		}
			}

@media screen and (max-width: 767px) {

.c-pagination + .c-employee__writer, .c-pagination + .c-blog-sub-monthly {
			margin-top: 0
	}
		}

.c-hitorigoto__hero {
		background: url("https://www.niiyamahouse.com/img/hitorigoto/hero-hitorigoto-bg_pc.jpg") no-repeat 50% 50%;
		width: 1400px;
		height: 560px;
		margin: 0 auto;
		padding: 180px 0 0 200px;
	}

@media screen and (max-width: 767px) {

.c-hitorigoto__hero {
			background: url("https://www.niiyamahouse.com/img/hitorigoto/hero-hitorigoto-bg_sp.jpg") no-repeat 50% 50%;
			background-size: cover;
			width: 100%;
			height: 90.66667vw;
			padding: 24.53333vw 0 24.13333vw
	}
		}

.c-hitorigoto__hero h1 {
			background: url("https://www.niiyamahouse.com/img/hitorigoto/ttl-hitorigoto_pc.png") no-repeat 0 0;
			width: 343px;
			height: 200px;
			margin: 0;
			text-indent: -9999px;
		}

@media screen and (max-width: 767px) {

.c-hitorigoto__hero h1 {
				background: none;
				width: 60.13333vw;
				height: auto;
				text-indent: 0
		}
			}

.c-hitorigoto__profile {
		border-bottom: 1px solid #d9d9d9;
		width: 960px;
		margin: 50px auto 40px;
		padding-bottom: 40px;
	}

@media screen and (max-width: 767px) {

.c-hitorigoto__profile {
			width: calc(100% - 40px);
			margin: 35px auto;
			padding-bottom: 23px
	}
		}

.c-hitorigoto__profile-title {
			margin: 0 0 15px;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			font-size: 1.6rem;
			font-weight: normal;
			letter-spacing: .2em;
			position: relative;
		}

@media screen and (max-width: 767px) {

.c-hitorigoto__profile-title {
				margin-bottom: 10px
		}
			}

.c-hitorigoto__profile-title::after {
				background: #90c31f;
				content: "";
				width: 62px;
				height: 1px;
				display: block;
				position: absolute;
				top: 50%;
				left: 80px;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
			}

.c-hitorigoto__profile-body {
			margin: 0;
		}

.c-hitorigoto__profile-body dt {
				font-size: 1.8rem;
				letter-spacing: .2em;
			}

.c-hitorigoto__profile-body dt span {
					margin-left: 10px;
					font-size: 1.4rem;
				}

@media screen and (max-width: 767px) {

.c-hitorigoto__profile-body dt span {
						margin: 5px 0 0 0;
						font-size: 1.3rem;
						display: block
				}
					}

.c-hitorigoto__profile-body dd {
				margin: 15px 0 0;
				padding: 0;
				font-size: 1.4rem;
				line-height: 1.8;
			}

.c-hitorigoto__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-width: 1010px;
		margin: 0 auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background: #000 url("https://www.niiyamahouse.com/img/hitorigoto/hero-hitorigoto-page-bg_pc.png") no-repeat right center;
	}

@media screen and (max-width: 767px) {

.c-hitorigoto__title {
			width: 100%;
			min-width: 100%;
			background: url("https://www.niiyamahouse.com/img/hitorigoto/hero-hitorigoto-page-bg_sp.jpg") no-repeat right center;
			background-size: cover
	}
		}

.c-hitorigoto__title-inner {
			width: 1010px;
			height: 150px;
			padding-top: 44px;
		}

@media screen and (max-width: 767px) {

.c-hitorigoto__title-inner {
				width: 100%;
				height: 28.93333vw;
				padding: 0 0 0 6.66667vw;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center
		}
			}

.c-hitorigoto__title h1 {
			background: url("https://www.niiyamahouse.com/img/hitorigoto/ttl-hitorigoto-page_pc.png") no-repeat 0 0;
			width: 302px;
			height: 61px;
			margin: 0 auto;
			text-indent: -9999px;
		}

@media screen and (max-width: 767px) {

.c-hitorigoto__title h1 {
				background: none;
				width: 45.33333vw;
				height: auto;
				margin: 0;
				line-height: 1;
				text-indent: 0
		}
			}

.c-employee__hero {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

.c-employee__hero-inner {
			background: url("https://www.niiyamahouse.com/img/employee/hero-employee-bg_pc.jpg") no-repeat 50% 50%;
			width: 1400px;
			height: 560px;
			position: relative;
		}

@media screen and (max-width: 767px) {

.c-employee__hero-inner {
				background: url("https://www.niiyamahouse.com/img/employee/hero-employee-bg_sp.jpg") no-repeat 50% 50%;
				background-size: cover;
				width: 100%;
				height: 90.66667vw
		}
			}

.c-employee__hero h1 {
			background: url("https://www.niiyamahouse.com/img/employee/ttl-employee_pc.png") no-repeat 0 0;
			width: 428px;
			height: 187px;
			margin: 0;
			text-indent: -9999px;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

@media screen and (max-width: 767px) {

.c-employee__hero h1 {
				background: none;
				width: 81.86667vw;
				height: auto;
				text-indent: 0;
				left: 100%;
				-webkit-transform: translate(-100%, -50%);
				        transform: translate(-100%, -50%)
		}
			}

.c-employee__intro {
		margin: 50px 0 60px;
		text-align: center;
		line-height: 2;
		letter-spacing: .05em;
	}

@media screen and (max-width: 767px) {

.c-employee__intro {
			margin: 30px 0 40px;
			font-size: 1.4rem
	}
		}

.c-employee__page-writer {
			width: 960px;
			margin: 0 auto 110px;
		}

@media screen and (max-width: 767px) {

.c-employee__page-writer {
				width: 90%;
				margin-bottom: 65px
		}
			}

.c-employee__writer {
		border: 1px solid #d9d9d9;
		margin: 0 auto 55px;
		padding: 35px 40px 25px;
		position: relative;
	}

@media screen and (max-width: 767px) {

.c-employee__writer {
			margin-bottom: 28px;
			padding: 8vw 6.66667vw 6.66667vw
	}
		}

.c-employee__writer-title {
			background: #fff;
			margin: -20px auto 20px;
			padding: 0 16px;
			font-size: 2rem;
			display: inline-block;
			position: absolute;
			top: 0;
			left: 50%;
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%);
			white-space: nowrap;
		}

@media screen and (max-width: 767px) {

.c-employee__writer-title {
				margin: -15px auto 20px;
				font-size: 1.8rem
		}
			}

.c-employee__writer a {
			color: #222;
			text-decoration: none;
			display: block;
		}

@media screen and (min-width: 768px) {

.c-employee__writer a:hover {
					opacity: .7
			}
				}

.c-employee__writer-list {
			list-style: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

.c-employee__writer-list li {
				width: 70px;
			}

@media screen and (max-width: 767px) {

.c-employee__writer-list li {
					width: 21.33333vw
			}
				}

@media screen and (min-width: 768px) {

.c-employee__writer-list li:not(:nth-child(11n)) {
						margin-right: 10px
				}
					}

@media screen and (min-width: 768px) {

.c-employee__writer-list li:nth-child(n + 12) {
						margin-top: 20px
				}
					}

@media screen and (max-width: 767px) {

.c-employee__writer-list li:not(:nth-child(3n)) {
						margin-right: calc((100% - 64vw)/2)
				}
					}

@media screen and (max-width: 767px) {

.c-employee__writer-list li:nth-child(n + 4) {
						margin-top: 5.33333vw
				}
					}

.c-employee__writer-list figcaption {
				margin-top: 10px;
				line-height: 1.5;
				text-align: center;
				word-wrap: break-word;
			}

@media screen and (max-width: 767px) {

.c-employee__writer-list figcaption {
					font-size: 1.4rem
			}
				}

.c-employee__writer-list-pict {
				border-radius: 50%;
				width: 100%;
				margin: 0;
				display: block;
				overflow: hidden;
				position: relative;
			}

.c-employee__writer-list-pict::before {
					content: "";
					padding-top: 100%;
					display: block;
				}

@media screen and (max-width: 767px) {

.c-employee__writer-list-pict::before {
						padding-top: 100%
				}
					}

.c-employee__writer-list-pict img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
					position: absolute;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					        transform: translate(-50%, -50%);
				}

.c-employee__writer-list-text {
				font-size: 1.3rem;
				display: block;
			}

.c-employee__content-title {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}

.c-employee__content-title-inner {
				background: url("https://www.niiyamahouse.com/img/employee/hero-employee-page-bg-01_pc.jpg") no-repeat 0 50%, url("https://www.niiyamahouse.com/img/employee/hero-employee-page-bg-02_pc.jpg") no-repeat 100% 50%, #000;
				width: 100%;
				height: 150px;
				padding-top: 46px;
			}

@media screen and (max-width: 767px) {

.c-employee__content-title-inner {
					background: url("https://www.niiyamahouse.com/img/employee/hero-employee-page-bg_sp.jpg") no-repeat 50% 50%;
					background-size: cover;
					height: 28.93333vw;
					padding: 0 0 0 5.33333vw;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center
			}
				}

.c-employee__content-title h1 {
				background: url("https://www.niiyamahouse.com/img/employee/ttl-employee-page_pc.png") no-repeat 0 0;
				width: 497px;
				height: 61px;
				margin: 0 auto;
				text-indent: -9999px;
			}

@media screen and (max-width: 767px) {

.c-employee__content-title h1 {
					background: none;
					width: 42.8vw;
					height: auto;
					margin: 0;
					line-height: 1;
					text-indent: 0
			}
				}

/*建築ブログ「かなづちブログ」：20240130_NH長南*/

.c-architecture__kana__hero {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

.c-architecture__kana {
	background: url("https://www.niiyamahouse.com/img/architecture/architecture-bg_pc.png") no-repeat 50% 50%;
	width: 1400px;
	height: 560px;
	position: relative;
}

@media screen and (max-width: 767px) {

.c-architecture__kana {
		background: url("https://www.niiyamahouse.com/img/architecture/architecture-bg_sp.png") no-repeat 50% 50%;
		background-size: cover;
		width: 100%;
		height: 90.66667vw;
		padding: 24.53333vw 0 24.13333vw
}
	}

.c-architecture__kana h1 {
		background: url("https://www.niiyamahouse.com/img/hitorigoto/ttl-hitorigoto_pc.png") no-repeat 0 0;
		width: 343px;
		height: 200px;
		margin: 0;
		text-indent: -9999px;
	}

@media screen and (max-width: 767px) {

.c-architecture__kana h1 {
			background: none;
			width: 60.13333vw;
			height: auto;
			text-indent: 0
	}
		}

.c-architecture__profile {
	border-bottom: 1px solid #d9d9d9;
	width: 960px;
	margin: 50px auto 40px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {

.c-architecture__profile {
		width: calc(100% - 40px);
		margin: 35px auto;
		padding-bottom: 23px
}
	}

.c-architecture__profile-title {
		margin: 0 0 15px;
		font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: .2em;
		position: relative;
	}

@media screen and (max-width: 767px) {

.c-architecture__profile-title {
			margin-bottom: 10px
	}
		}

.c-architecture__profile-title::after {
			background: #90c31f;
			content: "";
			width: 62px;
			height: 1px;
			display: block;
			position: absolute;
			top: 50%;
			left: 80px;
			-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
		}

.c-architecture__profile-body {
		margin: 0;
	}

.c-architecture__profile-body dt {
			font-size: 1.8rem;
			letter-spacing: .2em;
		}

.c-architecture__profile-body dt span {
				margin-left: 10px;
				font-size: 1.4rem;
			}

@media screen and (max-width: 767px) {

.c-architecture__profile-body dt span {
					margin: 5px 0 0 0;
					font-size: 1.3rem;
					display: block
			}
				}

.c-architecture__profile-body dd {
			margin: 15px 0 0;
			padding: 0;
			font-size: 1.4rem;
			line-height: 1.8;
		}

.c-architecture__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 1010px;
	margin: 0 auto;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	background: #000 url("https://www.niiyamahouse.com/img/architecture/architecture-page-bg_pc.png") no-repeat right center;
}


@media screen and (max-width: 767px) {

.c-architecture__title {
		width: 100%;
		min-width: 100%;
		background: url("https://www.niiyamahouse.com/img/architecture/architecture-page-bg_sp.png") no-repeat right center;
		background-size: cover
}
	}

.c-architecture__title-inner {
		width: 1010px;
		height: 150px;
		padding-top: 44px;
	}

@media screen and (max-width: 767px) {

.c-architecture__title-inner {
			width: 100%;
			height: 28.93333vw;
			padding: 0 0 0 6.66667vw;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
				-ms-flex-align: center;
					align-items: center
	}
		}

.c-architecture__title h1 {
		background: url("https://www.niiyamahouse.com/img/architecture/architecture-ttl-page_sp.png") no-repeat 0 0;
		width: 302px;
		height: 61px;
		margin: 0 auto;
		text-indent: -9999px;
	}

@media screen and (max-width: 767px) {

.c-architecture__title h1 {
			background: none;
			width: 45.33333vw;
			height: auto;
			margin: 0;
			line-height: 1;
			text-indent: 0
	}
}
/*建築ブログ「かなづちブログ」：------*/

/*お客様の声：20240426_NH長南*/
.c-wsyearimpres__hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.c-wsyearimpres__kana {
	background: url("https://www.niiyamahouse.com/img/wsyearimpres/wsyearimpres_bg_pc.png") no-repeat 50% 50%;
	width: 1400px;
	height: 560px;
	position: relative;
}

@media screen and (max-width: 767px) {

	.c-wsyearimpres__kana {
		background: url("https://www.niiyamahouse.com/img/wsyearimpres/wsyearimpres_bg_sp.png") no-repeat 50% 50%;
		background-size: cover;
		width: 100%;
		height: 90.66667vw;
		padding: 24.53333vw 0 24.13333vw
	}
}

.c-wsyearimpres__kana h1 {
	background: url("https://www.niiyamahouse.com/img/wsyearimpres/wsyearimpres_ttl_pc.png") no-repeat 0 0;
	width: 343px;
	height: 200px;
	margin: 0;
	text-indent: -9999px;
}

@media screen and (max-width: 767px) {

	.c-wsyearimpres__kana h1 {
		background: none;
		width: 60.13333vw;
		height: auto;
		text-indent: 0
	}
}

.c-wsyearimpres__profile {
	border-bottom: 1px solid #d9d9d9;
	width: 960px;
	margin: 50px auto 40px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {

	.c-wsyearimpres__profile {
		width: calc(100% - 40px);
		margin: 35px auto;
		padding-bottom: 23px
	}
}

.c-wsyearimpres__profile-title {
	margin: 0 0 15px;
	font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: .2em;
	position: relative;
}

@media screen and (max-width: 767px) {

	.c-wsyearimpres__profile-title {
		margin-bottom: 10px
	}
}

.c-wsyearimpres__profile-title::after {
	background: #90c31f;
	content: "";
	width: 62px;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
	left: 80px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}

.c-wsyearimpres__profile-body {
	margin: 0;
}

.c-wsyearimpres__profile-body dt {
	font-size: 1.8rem;
	letter-spacing: .2em;
}

.c-wsyearimpres__profile-body dt span {
	margin-left: 10px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {

	.c-wsyearimpres__profile-body dt span {
		margin: 5px 0 0 0;
		font-size: 1.3rem;
		display: block
	}
}

.c-wsyearimpres__profile-body dd {
	margin: 15px 0 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.8;
}

.c-wsyearimpres__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 1010px;
	margin: 0 auto;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	background: #000 url("https://www.niiyamahouse.com/img/wsyearimpres/wsyearimpres_page-bg_pc.png") no-repeat right center;
}


@media screen and (max-width: 767px) {

	.c-wsyearimpres__title {
		width: 100%;
		min-width: 100%;
		background: url("https://www.niiyamahouse.com/img/wsyearimpres/wsyearimpres_page-bg_sp.png") no-repeat right center;
		background-size: cover
	}
}

.c-wsyearimpres__title-inner {
	width: 1010px;
	height: 150px;
	padding-top: 44px;
}

@media screen and (max-width: 767px) {

	.c-wsyearimpres__title-inner {
			width: 100%;
			height: 28.93333vw;
			padding: 0 0 0 6.66667vw;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
				-ms-flex-align: center;
					align-items: center
	}
}

.c-wsyearimpres__title h1 {
	background: url("https://www.niiyamahouse.com/img/wsyearimpres/wsyearimpres_ttl-page_sp.png") no-repeat 0 0;
	width: 302px;
	height: 61px;
	margin: 0 auto;
	text-indent: -9999px;
}

@media screen and (max-width: 767px) {

	.c-wsyearimpres__title h1 {
			background: none;
			width: 45.33333vw;
			height: auto;
			margin: 0;
			line-height: 1;
			text-indent: 0
	}
}
/*お客様の声：------*/


.top-youtube {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	position: relative;
	width:100%;
	/* padding-top: 56.25%; */
}

.top-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.top-youtube-text01 {
	position:relative;
	font-size:1.6rem;
}

.top-youtube-text02 {
	padding-bottom:30px;
	position:relative;
	font-size:1.6rem;
}

#FieldMessageNichizi1 .mail-input .mail-before-attachment div {
	padding-bottom: 10px;
	font-size: 13px;
}

#fnavisp {
	display: none;
}

@media screen and (max-width: 767px) {
	#fnavisp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		z-index: 99;
	}
	
	#fnavisp ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 60px;
		display: block;
	}
	
	#fnavisp ul li {
		width: 25%;
		height: 60px;
		display: block;
		float: left;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #ffffff;
		background-size: contain;
		transition: 0.2s;
		position: relative;
	}
	
	#fnavisp ul li:nth-child(odd) { background-color: #333333; }
	#fnavisp ul li:nth-child(even) { background-color: #474747; }
	
	#fnavisp ul li:hover {
		opacity: 0.8;
	}
	
	#fnavisp ul li:nth-child(1) { background-image: url("../img/common/fnavisp01.png"); }
	#fnavisp ul li:nth-child(2) { background-image: url("../img/common/fnavisp02.png"); }
	#fnavisp ul li:nth-child(3) { background-image: url("../img/common/fnavisp03.png"); }
	#fnavisp ul li:nth-child(4) { background-image: url("../img/common/fnavisp04.png"); }
	
	#fnavisp ul li a {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		left: 0;
	}
}

@media screen and (max-width: 700px) {
	#fnavisp ul li {
		background-size: 92% auto;
	}
}

.subnav-banner {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.subnav-banner-primary {
	max-width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
}

@media screen and (max-width: 1200px) {
	.subnav-banner-primary {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.subnav-banner-primary .display-inline_block {
	display: block;
	text-align: center;
}

.subnav-banner-primary img {
	float: left;
	transition: 0.2s;
}

.subnav-banner-primary img:hover {
	opacity: 0.8;
}

.subnav-banner-primary .display-inline_block img {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.subnav-banner-primary .display-inline_block {
	letter-spacing: -.4em;
}

.subnav-banner-primary .display-inline_block.column2, .subnav-banner-primary .display-inline_block.column4 {
	width: calc(100% + 30px);
}

@media screen and (max-width: 767px) {
	.subnav-banner-primary .display-inline_block.column2 {
		width: 100%;
	}
}

.subnav-banner-primary .display-inline_block.column2:after, .subnav-banner-primary .display-inline_block.column4:after {
	content: "";
	display: block;
	clear: both;
}

.subnav-banner-primary img {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	display: inline-block;
	letter-spacing: normal;
}

.subnav-banner-primary .column4 img {
	width: calc(25% - 30px);
	margin-right: 30px;
	margin-left: 0;
	display: block;
}

.subnav-banner-primary .column2 img {
	width: calc(50% - 30px);
	margin-right: 30px;
	margin-left: 0;
	display: block;
}

@media screen and (max-width: 767px) {
	.subnav-banner-primary .column4 img {
		width: calc(50% - 30px);
		margin-right: 30px;
		margin-left: 0;
		display: block;
	}

	.subnav-banner-primary .column2 img {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		display: block;
	}
}