* {
	box-sizing: border-box;
}
.p-under img {
	max-width: 100%;
	vertical-align: bottom;
}
.p-under ul, .p-under ol {
	margin: 0;
	padding: 0;
}
.p-under ul {
	list-style-type: none;
}
.p-under ol {
	list-style-type: none;
}
.p-under p {
	margin: 0;
	padding: 0;
}
.p-under dl {
	margin: 0;
	padding: 0;
}
.p-under a {
	transition: 0.4s;
}
.p-under a:hover {
	opacity: 0.7;
}
/*
technologyページのスタイル
 */
.technology a {
	color: #000;
	text-decoration: none;
}
.p-under {
	padding-top: 60px;
	padding-bottom: 60px;
}
.te-grid03 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.te-grid03__item {
	width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
}
.te-unit__image.-arrow {
	position: relative;
}
.te-unit__image.-arrow:after {
	position: absolute;
	top: 50%;
	right: -24px;
	transform: translateY(-50%);
	content: '';
	width: calc(41px*0.4);
	height: calc(93px*0.4);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(/wpcms/wp-content/themes/nakayashiki/img/icon-arrow.png);
}
.te-grid03__item:nth-child(1n), .te-grid03__item:nth-child(2n), .te-grid03__item:nth-child(3n) {
	margin-top: 0;
}
.te-grid03__item:nth-child(4n), .te-grid03__item:nth-child(5n), .te-grid03__item:nth-child(6n), .te-grid03__item:nth-child(7n), .te-grid03__item:nth-child(8n), .te-grid03__item:nth-child(9n) {
	margin-top: 30px;
}
.te-unit {
	display: flex;
	flex-direction: column;
}
/* .te-unit__head {
    width: 100%;
    order: 1;
    padding-left: 14px;
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: 1px solid #707070;
} */
.te-unit__head {
	width: 100%;
	order: 1;
	padding-left: 20px;
	height: 100px;
	display: flex;
	align-items: center;
	font-size: 18px;
	background: #007a66;
	color: #fff;
}
a.te-unit__image {
	color: #000;
	text-decoration: none;
}
.te-unit__text {
	margin-top: 28px;
	width: 100%;
	order: 3;
	font-size: 16px;
	line-height: calc(30/16);
	text-align: left;
}
.te-unit__image {
	width: 100%;
	order: 2;
	/*     margin-top: 36px; */
}
.te-unit__image img {
	display: block;
	width: 100%;
}
@media screen and (max-width:767px) {
	.te-unit__head {
		height: auto;
		padding: 10px 20px;
		font-size: 18px;
		margin-bottom: 0 !important;
	}
	.te-unit__image {
		margin-top: 20px;
	}
}
/*

 */
/* .p-under__title {
    padding: 34px;
    font-size: 26px;
    background: #0c295b;
    color: #fff;
} */
.p-under__title {
	padding: 24px;
	font-size: 26px;
	background: #fee6ae;
	color: #000;
	line-height: 1;
	width: 100%;
	/* border:3px solid #0c295b; */
	outline: 1px solid #fff; /* 線幅、線のスタイル、カラー */
	outline-offset: -10px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
	/* padding:2%; */
	text-align: center;
	line-height: 1.8;
}
.p-under__title.mt80 {
	margin-top: 80px;
}
.p-under__point-copy {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.callout-title {
	position: relative;
	margin-top: 60px;
	padding: 15px;
	font-size: 22px;
	background: #fee6ae;
	color: #000;
	text-align: center;
}
.callout-title:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
	border-top: 30px solid #fee6ae;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}
.unit-box + .p-under__title {
	margin-top: 40px;
}
.p-under__w-sub-title {
	/*     padding: 15px; */
	font-size: 22px;
	/*     background: #fff;
    border: 1px solid #707070; */
}
/* .p-under__w-sub-title {
    background: #0c295b;
    color: #fff;
    border: none;
} */
.p-under__w-sub-title {
	background: #007a66;
	border-left: 4px #d4dade;
	padding: 10px;
	color: #fff;
	line-height: 1;
}
.p-under__title + .p-under__w-sub-title {
	margin-top: 30px;
}
.p-under__w-sub-title + .unit-box {
	margin-top: 20px;
}
.unit-box + .p-under__w-sub-title {
	margin-top: 30px;
}
.p-under__w-sub-title + p {
	margin-top: 15px;
}
p + .p-under__w-sub-title {
	margin-top: 30px;
}
.unit-box + .unit-box {
	margin-top: 40px;
}
.unit-box {
	margin-top: 40px;
	display: flex;
}
.unit-box.bg-gray {
	background: #F5F4F4;
	padding: 20px;
}
.unit-box.-reverse {
	flex-direction: row-reverse;
}
.unit-box__main {
	padding-left: 30px;
}
.unit-box__main p + p {
	margin-top: 20px;
}
.unit-box__main.pt40 {
	padding-top: 40px;
}
.unit-box__main.w60 {
	width: 60%;
}
.unit-box__main.w40 {
	width: 40%;
}
.unit-box__sub {}
.unit-box__sub img {
	width: 100%;
}
.unit-box__sub.w60 {
	width: 60%;
}
.unit-box__sub.w40 {
	width: 40%;
}
.unit-box__main .point-title {
	font-size: 18px;
}
.unit-box__main .point-title + p {
	margin-top: 20px;
}
.picture-box {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0 50px
}
.p-under .grid02 {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.grid02__item {
	width: 40%;
}
.p-under .grid03 {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	margin-right: -15px;
	margin-left: -15px;
}
.grid03__item {
	width: 33.333%;
	padding-right: 15px;
	padding-left: 15px;
}
.grid03__item img {
	width: 100%;
}
.grid03__item figure {
	width: 100%;
	margin: 0;
	font-size: 16px;
}
.grid03__item figure figcaption {
	font-size: 16px;
}
.grid03__item figure figcaption {
	padding: 10px 0;
}
.bg-box {
	margin-top: 80px;
	background: #F5F4F4;
	padding: 40px;
	font-size: 16px;
	font-weight: bold;
}
.menu-tech .te-grid03 {
    margin-bottom: 40px;
}
.menu-tech .te-grid03 .te-grid03__item {
    transition:0.4s;
}
.menu-tech .te-grid03 .te-grid03__item:hover {
    opacity:0.7;
}
.menu-tech .te-grid03 .selected:hover {
    opacity:1.0;
}
.menu-tech .te-grid03 .selected h3 {
    background-color: rgba(255,255,255,0.54);
    background-blend-mode: lighten;
    color: rgb(37, 23, 20);
    outline: 1px dashed rgb(37, 23, 20);
    outline-offset: -6px;
}
.menu-tech div a h2 {
    margin-bottom: 0;
    font-size: 24px;
}
.menu-tech div a h2 span {
    font-size: 17px;
    display: block;
    font-weight: bold;
}
.menu-tech div a .subti {
    font-size: 20px;
}
.menu-tech .link-worder {
    background: rgba(172, 134, 87, .1);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
    border: 2px solid rgba(37, 23, 20 ,.2);
    display: block;
    padding: 19px;
    text-align: center;
    color: rgb(37, 23, 20);
    position: relative;
    transition:0.4s;
}
.menu-tech .link-worder:hover {
    opacity: 0.7;
}
.menu-tech .link-worder .house_arrow {
    position: absolute;
    right: 40px;
    top: 64px;
}
@media screen and (max-width:767px) {
    .menu-tech .p-under__title {
    margin-bottom: 0;
    padding: 20px;
    }
	.menu-tech div a h2 {
    font-size: 18px;
    }
    .menu-tech div a h2 span {
    font-size: 16px;
    }
    .menu-tech div a .subti {
    font-size: 18px;
    }
    .menu-tech .link-worder {
    padding: 12px;
    }
}
/*
aboutページ
 */
.ranking-title {
	position: relative;
	margin-top: 140px;
	padding: 33px 0 33px 175px;
	background: #F5F4F4;
	font-size: 22px;
}
.ranking-title:before {
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
	content: '';
	width: 70px;
	height: 57px;
	background-image: url(../../_assets/img/about/icon_108890.png);
	background-image: url(/wpcms/wp-content/themes/nakayashiki/img/about/icon_108890.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ranking-number {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 298px;
	height: 230px;
	z-index: -1;
}
.ranking-box + .ranking-box {
	margin-top: 200px;
}
.large-title {
	margin-top: 80px;
	font-size: 20px;
	font-weight: bold;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.p-under ul.mt40 {
	margin-top: 40px;
}
.mt200 {
	margin-top: 200px;
}
.image-gird {
	margin-top: 40px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.image-gird__main {
	padding-left: 50px;
	width: calc(100% - 165px);
}
.image-gird__sub {
	width: 165px;
}
.image-gird__sub img {
	max-width: 165px;
	height: auto;
}
.link01-btn {
	margin-top: 20px;
	width: 300px;
	display: block;
}
.link01-btn img {
	width: 100%;
}
.link01-wrap {
	display: flex;
	justify-content: space-between;
}
.image-gird__main img {
	/*width: 100%;*/
	width: auto;
}
.link02-wrap {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}
.link02-btn {
	width: 350px;
}
/*
royal page
 */
.point-title {
	font-size: 32px;
	text-align: center;
}
.royal-head {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.royal-head__title {
	margin-top: 80px;
	width: 100%;
	order: 2;
}
.royal-head__text {
	width: 100%;
	order: 3;
	font-size: 1.6rem;
	line-height: calc(32/16);
}
.p-under .royal-head__text {
	margin-top: 20px;
}
.royal-head__image {
	margin-top: 10px;
	width: 100%;
	order: 1;
}
.royal-super {
	position: relative;
	/*     margin-top: 230px; */
	margin-top: 80px;
}
.p-under .royal-super .royal-super__item {
	position: relative;
	padding: 30px 0 20px 100px;
	font-size: 22px;
	background: #F5F4F4;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
/* .p-under .royal-super .royal-super__item + .royal-super__item {
    margin-top: 23px;
} */
.p-under .royal-super .royal-super__item:before {
	position: absolute;
	top: 50%;
	/*     left: 80px; */
	left: 40px;
	transform: translateY(-50%);
	content: '';
	width: 50px;
	height: 54px;
	background-image: url(../../_assets/img/icon-check.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(/wpcms/wp-content/themes/nakayashiki/img/icon-check.png);
}
p.royal-super__point {
	/*     position: absolute;
    bottom: -50px; */
	padding: 0.5em;
	/*     width: 300px; */
	height: calc(100% + 110px);
	text-align: center;
	color: #fff;
	background: #817F7F;
	font-size: 22px;
	z-index: -1;
}
.royal-grid {
	margin-top: 100px;
}
.p-under ul.grid-half {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.grid-half {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.grid-half.mt40 {
	margin-top: 40px;
}
.grid-half__item {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.grid-half__item:nth-child(1n), .grid-half__item:nth-child(2n) {
	margin-top: 0;
}
.grid-half__item:nth-child(3n), .grid-half__item:nth-child(4n) {
	margin-top: 80px;
}
.vertical-unit {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.vertical-unit__head {
	width: 100%;
	order: 1;
}
.vertical-unit__text {
	margin-top: 40px;
	width: 100%;
	order: 3;
}
.vertical-unit__text p + p {
	margin-top: 20px;
}
.vertical-unit__image {
	margin-top: 40px;
	order: 2;
}
.pl15 {
	padding-left: 15px;
}
.mt40 p + p {
	margin-top: 20px;
}
.royal-box {
	display: flex;
}
.royal-box .w30 {
	width: 30%;
}
.royal-box .w70 {
	width: 70%;
}
.w600-img img {
	width: 100%;
	max-width: 600px;
}
.pc_400 img {
	max-width: 400px;
}
ul.mmodule_list {
	margin-top: 80px;
}
ul.mmodule_list:after {
	content: "";
	display: block;
	clear: both;
}
ul.mmodule_list li {
	text-align: center;
}
ul.mmodule_list li:nth-child(1) {
	float: left;
}
ul.mmodule_list li:nth-child(2) {
	float: right;
}
ul.mmodule_list li p {
	margin-top: 10px;
	font-size: 16px;
}
@media screen and (max-width: 1100px) {
	ul.mmodule_list li {
		width: 48%;
	}
}
@media screen and (max-width: 900px) {
	.te-unit__head {
		font-size: 16px;
	}
	.ranking-title {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	#page {
		/*margin-top: 120px;*/
	}
	body #page {
		padding-top: 0;
	}
	#page.cont h1 {
		/*        width: 82%; */
		font-size: 24px;
		padding: 4% 15px;
	}
	#page.cont {
		padding-left: 15px;
		padding-right: 15px;
	}
	#page.cont #breadcrumbs {
		padding-left: 15px;
		padding-right: 15px;
	}
	.point-title {
		text-align: left;
	}
	.p-under .royal-head__text {
		text-align: left;
		font-size: 14px;
	}
	.p-under {
		padding-top: 20px;
		padding-bottom: 60px;
	}
	.p-under__point-copy {
		font-size: 18px;
	}
	.callout-title {
		font-size: 18px;
	}
	.picture-box {
		padding: 0;
	}
	.te-grid03 {
		margin: 0;
	}
	.te-grid03__item {
		width: 100%;
		padding: 0;
	}
	.te-grid03__item:nth-child(1n), .te-grid03__item:nth-child(2n), .te-grid03__item:nth-child(3n) {
		margin-top: 30px;
	}
	.te-grid03__item:nth-child(4n), .te-grid03__item:nth-child(5n), .te-grid03__item:nth-child(6n), .te-grid03__item:nth-child(7n), .te-grid03__item:nth-child(8n), .te-grid03__item:nth-child(9n) {
		margin-top: 30px;
	}
	.te-unit__image img {
		margin: 0 auto;
		width: 100%;
	}
	.te-unit__head {
		font-size: 16px;
	}
	.te-unit__text {
		font-size: 14px;
	}
	.p-under__title {
		font-size: 18px;
		padding: 15px;
	}
	.p-under__w-sub-title {
		padding: 10px;
		font-size: 16px;
		background: #007a66;
		border: 1px solid #007a66;
		line-height: 1.8em;
	}
	.unit-box {
		flex-direction: column;
	}
	.unit-box.bg-gray {
		background: #F5F4F4;
		padding: 20px;
	}
	.unit-box.-reverse {
		flex-direction: column-reverse;
	}
	.unit-box__main {
		padding-left: 0;
		margin-top: 30px;
	}
	.unit-box__main.pt40 {
		padding-top: 40px;
	}
	.unit-box__main.w60 {
		width: 100%;
	}
	.unit-box__main.w40 {
		width: 100%;
	}
	.unit-box__sub {
		margin: 0 auto;
	}
	.unit-box__sub.w60 {
		width: 100%;
		max-width: 400px;
	}
	.unit-box__sub.w40 {
		width: 100%;
		max-width: 400px;
	}
	.p-under .grid03 {
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
		justify-content: center;
	}
	.grid03__item + .grid03__item {
		margin-top: 40px;
	}
	.grid03__item {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.grid03__item figure {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.bg-box {
		margin-top: 40px;
		background: #F5F4F4;
		padding: 20px;
		font-size: 16px;
		font-weight: bold;
	}
	.ranking-number {
		bottom: 0;
		width: calc(298px*0.6);
		height: calc(230px*0.6);
		z-index: -1;
	}
	.ranking-title {
		font-size: 16px;
		padding: 15px 15px 15px 40px;
	}
	.ranking-title:before {
		left: 10px;
		width: calc(70px*0.3);
		height: calc(57px*0.3);
	}
	.image-gird {
		margin-top: 30px;
		/*       flex-direction: column-reverse;*/
		flex-direction: unset;
		align-items: center;
	}
	.image-gird__main {
		padding-left: 0;
		width: 100%;
	}
	.image-gird__main.sp_only {
		background: #efefef;
		padding: 10px 20px;
		border-radius: 10px;
		max-width: 100%;
	}
	.image-gird__main.sp_only p.name {
		margin-top: 20px;
		font-size: 12px;
	}
	.image-gird__sub {
		width: 165px;
	}
	.link01-wrap {
		flex-direction: column;
		align-items: center;
	}
	.mt200 {
		margin-top: 100px;
	}
	.mt100 {
		margin-top: 50px;
	}
	.link02-wrap {
		margin-top: 40px;
	}
	.-arrow-sp {
		position: relative;
	}
	.-arrow-sp:after {
		position: absolute;
		top: auto;
		bottom: -66px;
		right: 50%;
		transform: translateY(0%) translateY(-50%) rotate(90deg);
		content: '';
		width: calc(41px*0.4);
		height: calc(93px*0.4);
		background-image: url(/wpcms/wp-content/themes/nakayashiki/img/icon-arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.te-unit__image.-arrow:after {
		display: none;
	}
	.royal-head__title {
		margin-top: 40px;
	}
	.p-under .royal-super .royal-super__item {
		padding: 20px 15px 20px 40px;
		font-size: 16px;
	}
	.p-under .royal-super .royal-super__item:before {
		left: 10px;
		width: 25px;
		height: 26px;
	}
	.grid-half__item {
		width: 100%;
	}
	.grid-half__item + .grid-half__item {
		margin-top: 20px;
	}
	.pc_400 img {
		max-width: 100%;
	}
	ul.mmodule_list {
		margin-top: 40px;
	}
	ul.mmodule_list li:nth-child(1) {
		float: none;
	}
	ul.mmodule_list li:nth-child(2) {
		float: none;
		margin-top: 20px;
	}
	ul.mmodule_list li {
		width: auto;
	}
	.ranking-box + .ranking-box {
		margin-top: 60px;
	}
}