@charset "UTF-8";
/*
Theme Name: chizudenki
Theme URI: https://xeory.jp/extension
Template: xeory_extension
Description: Xeory拡張子テーマ
Author: バズ部
Author URI: https://bazubu.com/
Version: 1.0.0
*/

/* all display
-------------------------------------------------- */
body {
	padding-top: 65px;
	background: transparent;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #000000;
}
.wrap {
	width: 100%;
}
.main-inner {
	margin-right: 0;
}
.cat-content,
article.post,
article.page {
	margin: 0;
	border: 0;
}
.cat-content .post-header,
article.page .post-header {
	padding: 0;
	margin: 0;
	border: 0;
}
#content {
	padding: 8vw 0 13vw;
}
.post-content {
	padding: 0;
}
.pagetop {
	z-index: 10;
}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
@media screen and (max-width: 1200px) {
	/* laptop */
	.wrap {
		margin: 0 auto;
	}
	/* laptop end */
}
@media screen and (max-width: 767px) {
	/* phone */
	body {
		padding-top: 50px;
	}
	#content {
		padding: 0;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
	h2 {
		margin: 0;
	}
	/* phone end */
}

/* motion
-------------------------------------------------- */
@keyframes pulseMotionRed {
	0% {
		transform: translate(-50%, -50%) scale(1, 1);
		background-color: rgba(220, 53, 30, 0.4);
	}
	35% {
		transform: translate(-50%, -50%) scale(6.5, 6.5);
		background-color: rgba(220, 53, 30, 0);
	}
	100% {
		transform: translate(-50%, -50%) scale(6.5, 6.5);
		background-color: rgba(220, 53, 30, 0);
	}
}
@keyframes pulseMotionOrange {
	0% {
		transform: translate(-50%, -50%) scale(1, 1);
		background-color: rgba(238, 117, 0, 0.4);
	}
	35% {
		transform: translate(-50%, -50%) scale(6.5, 6.5);
		background-color: rgba(238, 117, 0, 0.0);
	}
	100% {
		transform: translate(-50%, -50%) scale(6.5, 6.5);
		background-color: rgba(238, 117, 0, 0.0);
	}
}

/* header
-------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 65px;
	background-color: rgb(255 255 255 / 70%);
}
#header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	width: 100%;
	height: 100%;
}
#header-menu-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 65px;
	margin-right: 1rem;
}
#header-menu-area .menu-main {
	position: relative;
}
#header-menu-area .menu-main:hover:after,
#header-menu-area .menu-item.selected .menu-main:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -0.5vw;
	left: 0;
	width: 100%;
	height: 0.5vw;
	background: url(./lib/images/header/common-underbar.svg) repeat;
	background-size: auto 100%;
	background-position: left;
}
#header-menu-area .menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 1.5vw;
}
#header-menu-area .menu-item img {
	height: 1.05vw;
}
#header-menu-area .menu-item img#menu_04 {
	height: 1vw;
}
.dropdown-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.dropdown {
	z-index: -1;
	background: #FBF9F7;
	position: absolute;
	left: 0;
	top: 65px;
	display: none;
	cursor: auto;
	text-align: center;
}
.dropdown li {
	display: inline-block;
	margin: 10px 0;
}
.dropdown a {
	color: #fff;
}
.open {
	display: block;
}
#header-menu-area .dropdown .dropdown-item {
	width: max-content;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
#header-menu-area .dropdown .dropdown-title {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 4.66vw 0;
}
#header-menu-area .dropdown .dropdown-title img {
	height: 3.16vw;
}
#header-menu-area .dropdown .dropdown-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: stretch;
}
#header-menu-area .dropdown_03 {
	background: transparent;
}
#header-menu-area .dropdown .dropdown-box-title {
	position: relative;
	width: 9vw;
	padding: 0.7vw 3vw 0.7vw 1.5vw;
	border-bottom: 1px solid #D8D4D1;
	background: #FBF9F7;
	cursor: pointer;
}
#header-menu-area .dropdown .dropdown-box-title:after {
	content: '';
	position: absolute;
	top: 55%;
	right: 0;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 1.3vw;
	height: 1.3vw;
	background: url(./lib/images/header/common-arrow.svg) no-repeat;
	background-size: 100% auto;
	background-position: center;
}
#header-menu-area .dropdown .dropdown-box:last-child .dropdown-box-title {
	border-bottom: 0;
}
#header-menu-area .dropdown .dropdown-box-title img {
	height: 1vw;
}
#header-menu-area .dropdown .dropdown-box-list {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: stretch;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	width: 4vw;
	background: #F4EFEC;
}
#header-menu-area .dropdown .dropdown-box-list.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#header-menu-area .dropdown .dropdown-box-list .dropdown-list {
	position: relative;
	padding: 0.3vw 0.15vw 0.3vw 1.5vw;
	line-height: 0;
}
#header-menu-area .dropdown .dropdown-box-list .dropdown-list:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0.75vw;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 0.8vw;
	height: 0.8vw;
	background: url(./lib/images/header/common-circle.svg) no-repeat;
	background-size: 100% auto;
	background-position: center;
}
#header-menu-area .dropdown .dropdown-box-list a:first-child {
	border-bottom: 1px solid #FFFFFF;
}
#header-menu-area .dropdown .dropdown-box:last-child .dropdown-box-list a:first-child {
	border-bottom: 0;
}
#header-menu-area .dropdown .dropdown-box-list .dropdown-list img {
	height: 0.7vw;
}
#header-menu-area .dropdown .dropdown-box-list .dropdown-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header-menu-area .dropdown .dropdown-item .dropdown-box-list a:first-child {
	border-bottom: 1px solid #FFFFFF;
}
#header-menu-area .dropdown .dropdown-list {
	position: relative;
	display: block;
	padding: 0.5vw 2vw 0.5vw 1.5vw;
}
#header-menu-area .dropdown .dropdown-list img {
	height: 1vw;
}
#header-menu-area .dropdown .dropdown-item a {
	position: relative;
	display: block;
}
#header-menu-area .dropdown .dropdown-item a:first-child {
	border-bottom: 1px solid #D8D4D1;
}
#header-menu-area .dropdown .dropdown-list span {
	display: block;
	margin-bottom: 1.3vw;
}
#header-entry-area img {
	width: 155px;
}
.hamburger-menu {
	display: inline-block;
}
.menu-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 65px;
	width: 65px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #EE8579;
}
.menu-btn:hover {
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	height: 4px;
	background-color: #ffffff;
}
.menu-btn span {
	left: 14px;
	width: 23px;
}
.menu-btn span:before {
	bottom: 16px;
	width: 35px;
}
.menu-btn span:after {
	top: 16px;
	width: 35px;
}
#menu-btn-check {
	display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
	left: 11px;
	background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span:before {
	bottom: 0;
	width: 45px;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span:after {
	top: 0;
	width: 45px;
	transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-content {
	visibility: visible;
	opacity: 1;
	z-index: 80;
}
.menu-content {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 11.25vw;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #F2A487;
	transition: all 0.5s;/*アニメーション設定*/
	overflow-y: auto;
}
.menu-content #menu-header-logo {
	margin-bottom: 4.16vw;
}
.menu-content #menu-header-logo img {
	width: 30.75vw;
}
.menu-content ul {
	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: flex-start;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}
.menu-content ul li {
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
}
.menu-content .menu-area {
	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: flex-start;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	margin-right: 3vw;
}
.menu-content .gnav-area:last-child .menu-area:last-child {
	margin-right: 0;
}
#gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	float: none;
	width: 100%;
	margin: 0;
	background-color: #F2A487;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
#gnav .gnav-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 0;
}
#gnav img {
	height: 1.65vw;
}
#gnav img#menu_04 {
	height: 1.54vw
}
#gnav ul li a {
	padding: 0;
	line-height: 0;
	background-color: #F2A487;
}
#gnav ul li a:hover {
	background: transparent;
	opacity: 0.7;
}
#gnav ul li:hover a {
	background: transparent;
}
#gnav .sub-menu-modal {
	padding: 0 1vw;
	margin-top: 2vw;
	border-left: 0.16vw solid #FFFFFF;
}
#gnav .sub-menu-area .sub-menu-modal:nth-child(2) {
	margin-top: 0;
}
#gnav .sub-menu-modal li:first-child {
	margin-bottom: 1.5vw;
}
#gnav .sub-menu-modal img {
	max-width: none;
	height: 1.33vw;
}
#gnav .sub-menu-modal .sub-menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	margin: 1vw 0 1.5vw;
}
#gnav .sub-menu-modal .sub-menu-list:last-child {
	margin-bottom: 0;
}
#gnav .sub-menu-modal .sub-menu-list li:first-child {
	margin-bottom: 0;
	margin-right: 2vw;
}
#gnav .sub-menu-modal .sub-menu-list img {
	height: 1.1vw;
}
@media screen and (max-width: 991px) {
	/* tablet */
	#header .wrap {
		margin: 0 auto;
	}
	/* tablet end */
}
@media screen and (max-width: 767px) {
	/* phone */
	#header {
		height: 50px;
	}
	#header-menu-area {
		display: none;
	}
	#header-entry-area img {
		width: auto;
		height: 50px;
	}
	.menu-btn {
		width: 50px;
		height: 50px;
	}
	.menu-btn span {
		left: 10px;
		width: 20px;
	}
	.menu-btn span:before {
		bottom: 12px;
		width: 32px;
	}
	.menu-btn span:after {
		top: 12px;
		width: 32px;
	}
	#menu-btn-check:checked ~ .menu-btn span {
		left: 3px;
	}
	.menu-content {
		padding: 30vw 10vw;
	}
	.menu-content #menu-header-logo {
		margin-bottom: 0;
	}
	.menu-content #menu-header-logo img {
		width: 55vw;
	}
	.menu-content .menu-area {
		margin-right: 0;
	}
	#gnav {
		flex-wrap: wrap;
	}
	#gnav img {
		height: 4.5vw;
	}
	#gnav img#menu_04 {
		height: 4.1vw;
	}
	#gnav .gnav-area {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		width: 37vw;
		margin-top: 10vw;
	}
	#gnav .gnav-area:nth-child(4) .menu-area:last-child {
		margin-top: 10vw;
	}
	#gnav .sub-menu-modal {
		padding: 0 3vw;
		margin-top: 3vw;
	}
	#gnav .sub-menu-modal img {
		height: 3.8vw;
	}
	#gnav .sub-menu-modal li:first-child {
		margin-bottom: 3vw;
	}
	#gnav .sub-menu-modal .sub-menu-list {
		margin: 3vw 0 5vw;
	}
	#gnav .sub-menu-modal .sub-menu-list img {
		height: 3vw;
	}
	#gnav .sub-menu-modal .sub-menu-list li:first-child {
		margin-right: 5vw;
	}
	/* phone end */
}

/* footer
-------------------------------------------------- */
#footer {
	border: 0;
}
#footer .wrap {
	padding: 0;
}
.footer-01 {
	position: relative;
	padding: 3.33vw 0; 
	background: #F4EFEC;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
.footer-01:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 33%;
	height: 100%;
	background: #F6F3EE;
}
.footer-top {
	padding-left: 4.5vw;
	margin-bottom: 2.8vw;
}
.footer-logo {
	display: inline-block;
}
.footer-logo a {
	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: flex-end;
}
.footer-logo img:first-child {
	width: 20.91vw;
}
.footer-logo img:last-child {
	width: 1.16vw;
	margin-left: 0.5vw;
}
.footer-logo a:hover {
	opacity: 0.7;
}
.footer-bottom {
	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;
}
.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	width: 67%;
	padding-left: 4.5vw;
}
.footer-menu img {
	height: 1.16vw;
}
.footer-menu img#menu_04 {
	height: 1.1vw;
}
.footer-menu a:hover {
	opacity: 0.7;
}
.footer-menu .menu-area-case {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
}
.footer-menu .menu-area {
	margin-right: 3vw;
}
.footer-menu .menu-area.dummy-area {
	margin-right: 0;
}
#footer .footer-menu .sub-menu {
	padding: 0 1vw;
	margin-top: 1vw;
	border-left: 1px solid #000000;
	line-height: 0;
}
.footer-menu .sub-menu li:first-child {
	margin-bottom: 0.75vw;
}
.footer-menu .sub-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
}
.footer-menu .sub-menu img {
	height: 0.91vw;
	max-width: none;
}
.footer-menu .sub-menu-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
}
#footer .footer-menu .sub-menu-area .sub-menu:nth-child(2) {
	border-left: 0;
}
.footer-menu .sub-menu .sub-menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	margin: 0.75vw 0 1vw;
}
.footer-menu .sub-menu .sub-menu-list:last-child {
	margin-bottom: 0;
}
.footer-menu .sub-menu .sub-menu-list li:first-child {
	margin-right: 1vw;
	margin-bottom: 0;
}
.footer-menu .sub-menu .sub-menu-list img {
	height: 0.8vw;
}
.footer-entry {
	position: relative;
	z-index: 1;
	top: -2.8vw;
	width: 33%;
	text-align: center;
}
.footer-entry img {
	width: 12.91vw;
}
.footer-entry a:hover {
	opacity: 0.7;
}
.footer-02 {
	background: #EE8579;
}
#footer .footer-02 .wrap {
	padding: 0.7rem 0;
}
@media screen and (max-width: 767px) {
	/* phone */
	.footer-01 {
		padding-top: 30vw;
	}
	.footer-01:after {
		top: 0;
		left: 0;
		width: 100%;
		height: 30vw;
	}
	.footer-entry {
		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;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30vw;
	}
	.footer-entry img {
		width: 30vw;
	}
	.footer-top {
		padding: 0;
		margin: 10vw 5vw;
		line-height: 1;
	}
	.footer-logo img:first-child {
		width: 55vw;
	}
	.footer-logo img:last-child {
		width: 3vw;
		margin-left: 1vw;
	}
	.footer-menu {
		width: calc(100% - 5vw);
		margin: 0 5vw;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		text-align: center;
		padding-left: 0;
		margin-bottom: -20vw;
	}
	.footer-menu img {
		height: 3.75vw;
	}
	.footer-menu img#menu_04 {
		height: 3.5vw;
	}
	.footer-menu .menu-area-case {
		margin-bottom: 5vw;
	}
	.footer-menu .menu-area-case:nth-child(3) {
		position: relative;
		top: -20vw;
	}
	.footer-menu .menu-area {
		width: 45vw;
		margin-right: 0;
		text-align: left;
	}
	#footer .footer-menu .sub-menu {
		padding: 0 3vw;
		margin: 2vw 2vw 0 0;
	}
	.footer-menu .sub-menu a {
		position: relative;
		z-index: 1;
	}
	.footer-menu .sub-menu img {
		height: 3vw;
	}
	.footer-menu .sub-menu li:first-child {
		margin-bottom: 3vw;
	}
	.footer-menu .sub-menu .sub-menu-list {
		margin: 2vw 0 3vw;
	}
	.footer-menu .sub-menu .sub-menu-list img {
		height: 2.5vw;
	}
	.footer-menu .sub-menu .sub-menu-list li:first-child {
		margin-right: 3vw;
	}
	/* phone end */
}

/* home
-------------------------------------------------- */
body.home {
	padding-top: 0;
}
body.home .wrap {
	width: 100%;
	margin: 0;
	padding-top: 0;
}
body.home header,
body.home footer {
	display: none;
}
body.home .js-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	background: #F4EFEC;
	transition: opacity .1s, visibility .1s;
	z-index: 10000;
 }
body.home.is-loaded .js-loader {
	visibility: hidden;
	opacity: 0;
}
body.home .js-loader-text {
	position: fixed;
	top: 50%;
	left: 5%;
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
body.home .js-loader-text img {
	width: 29.75vw;
}
body.home .js-loader-icon {
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-end;
	position: fixed;
	z-index: 2;
	right: 5%;
	bottom: 5vh;
	transition: all 3s;
}
body.home .js-loader-icon .area-left {
	margin: 0 3vw 6vw 0;
}
body.home .js-loader-icon .area-left img {
	height: 20.75vh;
}
body.home .js-loader-icon .area-right {
	position: relative;
}
body.home .js-loader-icon #door-base {
	visibility: hidden;
	height: 26.87vh;
}
body.home .js-loader-icon #door-close {
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 1s;
	height: 26.87vh;
}
body.home .js-loader-icon #door-close img {
	height: 26.87vh;
}
body.home .js-loader-icon #door-open {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: -2vh;
	position: relative;
	transition: all 2s;
}
body.home .js-loader-icon #door-open img {
	height: 29vh;
}
body.home .js-loader-icon #door-enter {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
	transition: all 2s;
}
body.home .js-loader-icon #door-enter img {
	height: 34vh;
}
body.home .js-loader-icon .area-knock {
	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: flex-start;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	margin: 0 0 15vh 1vh;
}
body.home .js-loader-icon .area-knock #icon-knock {
	opacity: 0;
	transition: all 1s;
}
body.home .js-loader-icon .area-knock #icon-knock.active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
body.home .js-loader-icon .area-knock #icon-knock img {
	height: 11.62vh;
}
body.home .js-loader-speech {
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 5vw;
	height: 100%;
	transition: all 1s;
}
body.home .js-loader-speech img {
	position: relative;
	top: 5vw;
	height: 60vh;
}
body.home .js-loader-back {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 100vw;
	transition: all 3s;
}
body.home .js-loader-back.on {
	right: -100vw;
}
body.home .js-loader-back img {
	max-width: none;
	height: 100vh;
}
body.home .js-loader-progress {
	position: fixed;
	z-index: 1;
	left: 5%;
	bottom: 10%;
	width: 90%;
	height: 3px;
 }
body.home.is-loaded .js-loader-progress {
	visibility: hidden;
	opacity: 0;
}
body.home .js-loader-progress-bar {
	background: #000;
	height: 100%;
	width: 0;
	transition: width .4s;
}
body.home .js-loader-progress-skip {
	display: inline-block;
	margin-bottom: 1vh;
	cursor: pointer;
}
body.home .js-loader-progress-skip img {
	height: 2vh;
}
body.home #main_slider-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.home .main_slider_case {
	width: 100%;
	height: 100vh;
}
body.home .main_slider_case.pc {
	display: inline-block;
}
body.home .main_slider_case.sp {
	display: none;
}
body.home #main_slider img,
body.home #main_slider_sp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.home .slick-slider,
body.home .slick-slider .slick-track,
body.home .slick-slider .slick-list {
	height: 100%;
}
body.home #main_slider-area .slider_box .slider_outline {
	position: fixed;
	top: 2.5vw;
	left: 2.5vw;
	width: 95vw;
	height: calc(100% - 5vw);
	box-shadow: 0 0 0 2.5vw #7FCAD6;
	border-radius: 2vw;
}
body.home #main_slider-area .slider_box:nth-child(2) .slider_outline {
	box-shadow: 0 0 0 2.5vw #94CC9B;
}
body.home #main_slider-area .slider_box:nth-child(3) .slider_outline {
	box-shadow: 0 0 0 2.5vw #FFE496;
}
body.home #main_slider-area .slider_box .dummy-bar {
	position: fixed;
	background: #7FCAD6;
}
body.home #main_slider-area .slider_box:nth-child(2) .dummy-bar {
	background: #94CC9B;
}
body.home #main_slider-area .slider_box:nth-child(3) .dummy-bar {
	background: #FFE496;
}
body.home #main_slider-area .dummy-bar_01 {
	top: 0;
	left: 0;
	width: 100%;
	height: 2.5vw;
}
body.home #main_slider-area .dummy-bar_02 {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.5vw;
}
body.home #main_slider-area .dummy-bar_03 {
	top: 0;
	left: 0;
	width: 2.5vw;
	height: 100%;
}
body.home #main_slider-area .dummy-bar_04 {
	top: 0;
	left: 97.5vw;
	width: 2.5vw;
	height: 100%;
}
body.home #main_slider-area #main-catch {
	position: fixed;
	z-index: 1;
	top: 6vw;
	left: 6vw;
}
body.home #main_slider-area #main-catch img {
	height: 55vh;
}
body.home #main-menu {
	position: fixed;
	z-index: 1;
	top: 50%;
	right: 0;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: stretch;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}
body.home #main-menu .item {
	text-align: right;
	font-size: 2.375vh;
	border-top: 0.1vw solid #000000;
}
body.home #main-menu .item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 2vh 0;
	color: #000000;
	text-decoration: none;
}
body.home #main-menu .item a.hvr-sweep-to-left:before {
	background: #FFFFFF;
}
body.home #main-menu .item img {
	width: 15.41vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.home .js-loader-text {
		top: 30%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 70%;
	}
	body.home .js-loader-text img {
		width: 100%;
	}
	body.home .js-loader-icon {
		left: 5%;
		right: auto;
		bottom: 10vh;
	}
	body.home .js-loader-icon .area-left {
		margin: 0 0 5vh 0;
	}
	body.home .js-loader-icon .area-left img {
		height: 10vh;
	}
	body.home .js-loader-icon #door-close {
		height: auto;
	}
	body.home .js-loader-icon #door-close img {
		position: absolute;
		bottom: -5vh;
		right: -12vh;
		max-width: none;
		height: 15vh;
	}
	body.home .js-loader-icon #door-open {
		left: 5vh;
		bottom: -6vh;
	}
	body.home .js-loader-icon #door-open img {
		max-width: none;
		height: 16vh;
	}
	body.home .js-loader-icon #door-enter {
		left: 5vh;
		bottom: -5vh;
	}
	body.home .js-loader-icon #door-enter img {
		max-width: none;
		height: 19vh;
	}
	body.home .js-loader-icon .area-knock {
		margin: 0 0 0 1vh;
	}
	body.home .js-loader-icon .area-knock #icon-knock img {
		height: 8vh;
	}
	body.home .js-loader-speech img {
		width: 95%;
	}
	body.home .js-loader-progress-skip {
		position: relative;
		z-index: 10;
	}
	body.home #header {
		background: transparent;
	}
	body.home header {
		display: block;
	}
	body.home #main-menu {
		display: none;
	}
	body.home #main_slider-area {
		background: #F4EFEC;
	}
	body.home #main_slider-area #main-catch {
		top: 20%;
		width: 88%;
	}
	body.home #main_slider-area #main-catch img {
		width: 100%;
		height: auto;
	}
	body.home .main_slider_case.sp {
		display: inline-block;
	}
	body.home .main_slider_case.pc {
		display: none;
	}
	body.home #main_slider_sp img {
		position: absolute;
		z-index: -1;
		left: 0;
		bottom: 0;
		height: 60%;
	}
	body.home .sp-icon {
		position: fixed;
		z-index: 10;
		bottom: 2.5vw;
		right: 10%;
	}
	body.home .sp-icon img {
		width: 50vw;
	}
	/* phone end */

}

/* page common
-------------------------------------------------- */
body.page .post-title img {
	height: 4.5vw;
}
body.page .post-sub-title img {
	height: 2.3vw;
}
@media screen and (max-width: 991px) {
	/* tablet */
	article.page .post-content {
		padding: 0;
	}
	/* tablet end */
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page .post-title {
		margin: 6vw 0;
	}
	body.page .post-title img {
		height: 10vw;
	}
	body.page .post-sub-title img {
		height: 4.5vw;
	}
	/* phone end */
}

/* meessage
-------------------------------------------------- */
body.page-template-page-message article.page header {
	padding: 0 9.58vw;
}
body.page-template-page-message .post-title {
	margin-bottom: 10vw;
}
body.page-template-page-message #copy_01 {
	margin-bottom: 6.16vw;
}
body.page-template-page-message #copy_01 img {
	width: 40vw;
}
body.page-template-page-message #copy_02 {
	margin-bottom: 11.66vw;
}
body.page-template-page-message #copy_02 img {
	width: 45vw;
}
body.page-template-page-message .post-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
}
body.page-template-page-message #message_slider {
	width: 35.58vw;
	margin-right: 5vw;
}
body.page-template-page-message #message_text img {
	width: 46.66vw;
}
body.page-template-page-message .pagetop {
	display: none !important; 
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-message #content {
		padding: 0 5vw;
	}
	body.page-template-page-message article.page header {
		padding: 0;
	}
	body.page-template-page-message .post-title {
		margin: 10vw 0;
	}
	body.page-template-page-message #copy_01 img {
		width: 70vw;
	}
	body.page-template-page-message #copy_02 {
		margin-bottom: 10vw;
	}
	body.page-template-page-message #copy_02 img {
		width: 78vw;
	}
	body.page-template-page-message .post-content {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}
	body.page-template-page-message .post-item {
		width: 100%;
	}
	body.page-template-page-message .sp {
		width: 100%;
		margin-bottom: 10vw;
	}
	body.page-template-page-message #message_slider_sp {
		width: 100%;
	}
	body.page-template-page-message #message_text {
		margin-bottom: 10vw;
	}
	body.page-template-page-message #message_text img {
		width: 100%;
	}
	/* phone end */

}

/* episode
-------------------------------------------------- */
body.page-template-page-episode article.page header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
	margin-bottom: 8.33vw;
	background: #F4EFEC;
}
body.page-template-page-episode .header-left {
	position: relative;
	top: -2.75vw;
	right: -2vw;
}
body.page-template-page-episode .post-title {
	margin-bottom: 5.16vw;
}
body.page-template-page-episode .post-sub-title {
	margin-bottom: 7.08vw;
}
body.page-template-page-episode #copy_01 {
	margin-bottom: 3.08vw;
}
body.page-template-page-episode #copy_01 img {
	width: 40vw;
}
body.page-template-page-episode #copy_02 {
	margin-bottom: 3.5vw;
}
body.page-template-page-episode #copy_02 img {
	width: 34.75vw;
}
body.page-template-page-episode .header-right {
	width: 45vw;
}
body.page-template-page-episode #episode_slider {
	margin-bottom: 12vw;
}
body.page-template-page-episode .slider-area {
	display: inline-block;
	margin: 0 3.75vw;
	text-align: center;
}
body.page-template-page-episode .slider-area .slider_img img {
	width: 60vw;
	margin: 0 auto;
}
body.page-template-page-episode .slider-area .caption_title img {
	height: 5.41vw;
	margin: 0 auto;
}
body.page-template-page-episode .slider-area .caption_sub img {
	height: 2.91vw;
	margin: 0 auto;
}
body.page-template-page-episode .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 43%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 3.75vw;
	cursor: pointer;
}
body.page-template-page-episode .prev-arrow {
	left: 14.5vw;
}
body.page-template-page-episode .next-arrow {
	right: 11vw;
}
body.page-template-page-episode .slider-area .slider_caption {
	position: relative;
	top: -4vw;
}
body.page-template-page-episode .slider-area .caption_title {
	margin-bottom: 3.75vw;
}
body.page-template-page-episode .item-solution {
	display: inline-block;
	width: 100%;
	padding-bottom: 7.08vw;
	margin-top: 65px;
	margin-bottom: -7.08vw;
	background: #F4EFEC;
}
body.page-template-page-episode .item-solution.left {
	padding-left: 7.91vw;
}
body.page-template-page-episode .item-solution.right {
	padding-right: 7.91vw;
	text-align: right;
}
body.page-template-page-episode .solution-title {
	position: relative;
	top: -4vw;
}
body.page-template-page-episode .solution-title img {
	height: 5.41vw;
}
body.page-template-page-episode .solution-sub {
	margin-bottom: 5.83vw;
}
body.page-template-page-episode .solution-sub img {
	height: 2.83vw;
}
body.page-template-page-episode .solution-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.75vw;
}
body.page-template-page-episode .item-solution.right .solution-desc {
	flex-direction: row-reverse;
}
body.page-template-page-episode .solution-desc .desc-text {
	width: 40.66vw;
}
body.page-template-page-episode .solution-desc .desc-text p {
	margin: 0;
	line-height: 1.8;
	letter-spacing: 0.15vw;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
body.page-template-page-episode .solution-desc .desc-picture {
	width: 43.91vw;
}
body.page-template-page-episode .item-method {
	display: inline-block;
	width: 59.66vw;
	margin: 7.08vw 0 6.91vw 0;
}
body.page-template-page-episode .item-method.left {
	float: left;
}
body.page-template-page-episode .item-method.right {
	float: right;
}
body.page-template-page-episode .method_title {
	position: relative;
	top: -2vw;
	text-align: center;
}
body.page-template-page-episode .method_title img {
	height: 2.91vw;
}
body.page-template-page-episode .method_desc {
	height: inherit;
	max-height: 2.83vw;
	background: url("./lib/images/episode/item-common-back.svg") no-repeat;
	background-size: 100% auto;
	background-position: top;
	transition: all .5s linear 0s;
	overflow: hidden;
}
body.page-template-page-episode .method_desc.open {
	max-height: 500px;
}
body.page-template-page-episode .method_desc p {
	display: inline-block;
	padding: 3.08vw 3.5vw;
	margin: 3.5vw 8vw;
	background: #FFFFFF;
	font-size: 1.5vw;
	letter-spacing: 0.15vw;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
body.page-template-page-episode .method_arrow {
	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;
	height: 4.25vw;
	background: #F4EFEC;
	cursor: pointer;
}
body.page-template-page-episode .method_arrow img {
	width: 3.83vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-episode article.page header {
		justify-content: flex-start;
		padding: 0 5vw;
		margin-top: 10vw;
	}
	body.page-template-page-episode .header-left {
		top: -5vw;
		right: 0;
	}
	body.page-template-page-episode .header-right {
		display: none;
	}
	body.page-template-page-episode .post-title {
		margin-top: 0;
	}
	body.page-template-page-episode .post-sub-title {
		margin-bottom: 10vw;
	}
	body.page-template-page-episode #copy_01 {
		margin-bottom: 7vw;
	}
	body.page-template-page-episode #copy_01 img {
		width: 75vw;
	}
	body.page-template-page-episode #copy_02 img {
		width: 80vw;
	}
	body.page-template-page-episode #episode_slider {
		margin-bottom: 0;
	}
	body.page-template-page-episode .slider-area .slider_img img {
		width: 80vw;
	}
	body.page-template-page-episode .slick-arrow {
		width: 4.5vw;
	}
	body.page-template-page-episode .prev-arrow {
		left: 5vw;
	}
	body.page-template-page-episode .next-arrow {
		right: 0;
	}
	body.page-template-page-episode .slider-area .caption_title img {
		height: 8vw;
	}
	body.page-template-page-episode .slider-area .caption_sub img {
		height: 4vw;
	}
	body.page-template-page-episode .solution-desc,
	body.page-template-page-episode .item-solution.right .solution-desc {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		font-size: 3.5vw;
	}
	body.page-template-page-episode .solution-desc .desc-text {
		width: 100%;
		margin-bottom: 5vw;
	}
	body.page-template-page-episode .solution-desc .desc-picture {
		width: 90%;
		margin: 0 auto;
	}
	body.page-template-page-episode .item-solution {
		margin: 20vw 0 -5vw;
		text-align: center;
	}
	body.page-template-page-episode .item-solution.left {
		padding: 0 5vw 5vw;
	}
	body.page-template-page-episode .item-solution.right {
		padding: 0 5vw 5vw;
		text-align: center;
	}
	body.page-template-page-episode .solution-title {
		top: -7vw;
		margin-bottom: -3vw;
	}
	body.page-template-page-episode .solution-title img {
		height: 9vw;
	}
	body.page-template-page-episode .solution-sub {
		margin-bottom: 7vw;
	}
	body.page-template-page-episode .solution-sub img {
		height: 5vw;
	}
	body.page-template-page-episode .item-method {
		width: 100%;
		margin: 10vw 0;
	}
	body.page-template-page-episode .method_title img {
		height: 4vw;
	}
	body.page-template-page-episode .method_desc {
		max-height: 5vw;
	}
	body.page-template-page-episode .method_desc p {
		margin: 5vw;
		font-size: 3.5vw;
	}
	body.page-template-page-episode .method_arrow {
		height: 5vw;
	}
	body.page-template-page-episode .method_arrow img {
		width: 6vw;
	}
	/* phone end */

}

/* business
-------------------------------------------------- */
body.page-template-page-business {
	text-align: center;
}
body.page-template-page-business article.page .post-header {
	margin-bottom: 5.83vw;
}
body.page-template-page-business .post-title {
	margin-bottom: 3.75vw;
}
body.page-template-page-business #post-item_01 {
	display: inline-block;
	width: 81.08vw;
	margin-bottom: 7.75vw;
	background: #F6F3EE;
}
body.page-template-page-business #post-item_01 .top-area {
	padding: 3.25vw 0;
	background: #F4EFEC;
}
body.page-template-page-business #post-item_01 .top-area img {
	width: 53.41vw;
}
body.page-template-page-business #post-item_01 .bottom-area {
	padding: 3.25vw 0 5.08vw;
	font-size: 1.33vw;
	line-height: 1.8;
}
body.page-template-page-business #post-item_01 .bottom-area p {
	margin: 0;
}
body.page-template-page-business .post-item .item-sub-title {
	margin-bottom: 6.5vw;
}
body.page-template-page-business .post-item .item-sub-title img {
	height: 3.25vw;
}
body.page-template-page-business #post-item_02 .item-contents {
	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;
	margin-bottom: 12.08vw;
}
body.page-template-page-business #post-item_02 .box {
	position: relative;
	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;
	width: 13vw;
	height: 7.33vw;
	margin: 0 2vw;
	font-size: 1.91vw;
}
body.page-template-page-business #post-item_02 .box:not(.box:last-child):after {
	content: url("./lib/images/business/icon-arrow.svg");
	position: absolute;
	top: 50%;
	right: -4vw;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 1.66vw;
	height: 3.5vw;
}
body.page-template-page-business #post-item_02 .box:nth-child(1) {
	background: #7FCAD6;
}
body.page-template-page-business #post-item_02 .box:nth-child(2) {
	background: #D1E28E;
}
body.page-template-page-business #post-item_02 .box:nth-child(3) {
	background: #FFE9AF;
}
body.page-template-page-business #post-item_02 .box:nth-child(4) {
	background: #F2A487;
}
body.page-template-page-business #post-item_02 .box:nth-child(5) {
	background: #F4EFEC;
}
body.page-template-page-business #post-item_03 .item-contents {
	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: flex-start;
	flex-wrap: wrap;
}
body.page-template-page-business #post-item_03 .box {
	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: stretch;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
body.page-template-page-business #post-item_03 .box:nth-child(odd) {
	margin-right: 4.66vw;
}
body.page-template-page-business #post-item_03 .box:nth-child(1),
body.page-template-page-business #post-item_03 .box:nth-child(2) {
	margin-bottom: 8.33vw;
}
body.page-template-page-business #post-item_03 .box-img {
	margin-right: 1.58vw;
}
body.page-template-page-business #post-item_03 .box-img img {
	width: 18.33vw;
}
body.page-template-page-business #post-item_03 .box-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	width: 18.33vw;
}
body.page-template-page-business #post-item_03 .top-title {
	margin-bottom: 2vw;
	font-size: 2.08vw;
	line-height: 1;
}
body.page-template-page-business #post-item_03 .top-desc {
	font-size: 1.16vw;
}
body.page-template-page-business #post-item_03 .bottom-area {
	font-size: 1.16vw;
}
body.page-template-page-business #post-item_03 .bottom-desc {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
}
body.page-template-page-business #post-item_03 .bottom-desc .box-people:first-child {
	margin-right: 1.33vw;
}
body.page-template-page-business #post-item_03 .box-people a {
	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;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	color: #000000;
	text-decoration: none;
}
body.page-template-page-business #post-item_03 .box-people a:hover {
	opacity: 0.7;
}
body.page-template-page-business #post-item_03 .box-people img {
	width: 7.25vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-business .post-item .item-sub-title img {
		height: 4.5vw;
	}
	body.page-template-page-business #post-item_01 {
		width: 100%;
		padding: 0 5vw;
		margin-bottom: 15vw;
		text-align: justify;
		text-justify: inter-ideograph;
		text-justify: inter-character;
	}
	body.page-template-page-business #post-item_01 .top-area {
		padding: 5vw 0;
	}
	body.page-template-page-business #post-item_01 .top-area img {
		width: 100%;
	}
	body.page-template-page-business #post-item_01 .bottom-area {
		padding: 5vw 0;
		font-size: 3.5vw;
	}
	body.page-template-page-business #post-item_02 .box {
		width: 12vw;
		height: 25vw;
		margin: 0 3vw;
		font-size: 3.5vw;
		letter-spacing: 2px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	body.page-template-page-business #post-item_02 .box:not(.box:last-child):after {
		right: -7vw;
		width: 2vw;
		height: 4vw;
	}
	body.page-template-page-business #post-item_02 .item-contents {
		margin-bottom: 15vw;
	}
	body.page-template-page-business #post-item_03 .item-contents {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		padding: 0 5vw;
	}
	body.page-template-page-business #post-item_03 .box {
		width: 100%;
		margin-bottom: 10vw;
	}
	body.page-template-page-business #post-item_03 .box:nth-child(1),
	body.page-template-page-business #post-item_03 .box:nth-child(2) {
		margin-bottom: 10vw;
	}
	body.page-template-page-business #post-item_03 .box:nth-child(odd) {
		margin-right: 0;
	}
	body.page-template-page-business #post-item_03 .box-img {
		padding-right: 3vw;
		margin-right: 0;
	}
	body.page-template-page-business #post-item_03 .box-img img {
		width: 40vw;
	}
	body.page-template-page-business #post-item_03 .box-contents {
		width: calc(100% - 40vw);
	}
	body.page-template-page-business #post-item_03 .top-title {
		font-size: 4.25vw;
	}
	body.page-template-page-business #post-item_03 .top-desc {
		font-size: 3vw;
	}
	body.page-template-page-business #post-item_03 .bottom-area {
		font-size: 3vw;
	}
	body.page-template-page-business #post-item_03 .bottom-desc .box-people:first-child {
		margin-right: 3vw;
	}
	body.page-template-page-business #post-item_03 .box-people img {
		width: 15vw;
	}
	/* phone end */

}

/* people
-------------------------------------------------- */
#content.people {
	padding-bottom: 0;
}
.people article.page header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	margin-bottom: 10.83vw;
}
.people header .post-title,
.people header .post-info {
	position: absolute;

}
.people header .post-title {
	left: 9.5vw;
	top: 5vw;
}
.people header .post-info {
	top: 50%;
	left: 9.5vw;
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.people header .post-info img {
	width: 46.75vw;
}
.people header .post-picture img {
	width: 65.5vw;
}
.people .works-area {
	position: relative;
	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: flex-start;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	width: 82vw;
	height: 26.08vw;
	padding-left: 2.16vw;
	margin: 0 auto 6.08vw;
	background: #F4EFEC;
}
.people .works-area .title {
	position: absolute;
	top: -2vw;
	left: 2.16vw;
}
.people .works-area .title img {
	width: 17.91vw;
}
.people .works-area .sub-title {
	margin-bottom: 3.33vw;
}
.people .works-area .sub-title img {
	height: 2.91vw;
}
.people .works-area .desc img {
	height: 9.5vw;
}
.people .catch-area {
	text-align: center;
	margin-bottom: 12.5vw;
}
.people .catch-area img {
	width: 82vw;
}
.people .contents-area .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
}
.people .contents-area .item:first-child {
	flex-direction: row-reverse;
}
.people .contents-area .item:last-child .item-text {
	margin-top: 3.5vw;
}
.people .contents-area .item-text .title {
	margin-bottom: 4vw;
}
.people .contents-area .item-text .title img {
	height: 8.91vw;
}
.people .contents-area .item-text .desc {
	width: 45vw;
	font-size: 1.33vw;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
.people .contents-area .item:first-child .item-picture {
	margin-right: 7.91vw;
	margin-left: 0;
}
.people .contents-area .item-picture {
	margin-left: 7.91vw;
}
.people .contents-area .item-picture img {
	width: 35.58vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	.people article.page header {
		margin: 20vw 0 15vw;
	}
	.people header .post-title {
		top: -20vw;
		left: 5vw;
	}
	body.page .post-title img {
		height: 8vw;
	}
	.people header .post-picture img {
		width: 70vw;
	}
	.people header .post-info {
		top: auto;
		left: 5vw;
		bottom: 5vw;
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.people header .post-info img {
		width: 40vw;
	}
	.people .works-area {
		width: 90%;
		height: auto;
		padding: 0 0 7vw 3vw;
	}
	.people .works-area .title {
		top: -4vw;
		left: 3vw;
	}
	.people .works-area .title img {
		width: 25vw;
	}
	.people .works-area .sub-title {
		margin: 7vw 0 3vw;
	}
	.people .works-area .sub-title img {
		height: 4vw;
	}
	.people .works-area .desc {
		width: 100%;
	}
	.people .works-area .desc img {
		height: auto;
		width: 95%;
	}
	.people .catch-area {
		margin: 10vw 0;
	}
	.people .catch-area img {
		width: 90%;
	}
	.people .contents-area .item,
	.people .contents-area .item:first-child {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		margin-bottom: 10vw;
	}
	.people .contents-area .item-text .title {
		padding: 0 5vw;
		margin-bottom: 5vw;
	}
	.people .contents-area .item-text .title img {
		height: 14vw;
	}
	.people .contents-area .item-text .desc {
		width: 100%;
		padding: 0 5vw;
		margin-bottom: 5vw;
		font-size: 3.5vw;
	}
	.people .contents-area .item-picture img {
		width: 100%;
	}
	/* phone end */

}

/* people 01
-------------------------------------------------- */
body.page-template-page-people_01 .item:first-child {
	margin-bottom: 9vw;
}
body.page-template-page-people_01 .item:last-child {
	margin-bottom: 6.25vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-people_01 .item:first-child,
	body.page-template-page-people_01 .item:last-child {
		margin-bottom: 10vw;
	}
	/* phone end */
}

/* people 02
-------------------------------------------------- */
body.page-template-page-people_02 .item:last-child {
	margin-bottom: 6.25vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-people_02 .item:last-child {
		margin-bottom: 10vw;
	}
	/* phone end */
}

/* people 03
-------------------------------------------------- */
body.page-template-page-people_03 .item:first-child {
	margin-bottom: 4.66vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-people_03 .item:first-child {
		margin-bottom: 10vw;
	}
	/* phone end */
}

/* people 04
-------------------------------------------------- */
body.page-template-page-people_04 .item:first-child {
	margin-bottom: -8.58vw;
}
body.page-template-page-people_04 .item:last-child {
	margin-bottom: 6.25vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-people_04 .item:first-child,
	body.page-template-page-people_04 .item:last-child {
		margin-bottom: 10vw;
	}
	/* phone end */
}

/* people 05
-------------------------------------------------- */
body.page-template-page-people_05 .people header .post-info img {
	width: 61.83vw;
}
body.page-template-page-people_05 .item:first-child {
	margin-bottom: 4vw;
}
body.page-template-page-people_05 .item:last-child {
	margin-bottom: 6.25vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-people_05 .people header .post-info img {
		width: 62vw;
	}
	body.page-template-page-people_05 .item:first-child,
	body.page-template-page-people_05 .item:last-child {
		margin-bottom: 10vw;
	}
	/* phone end */
}

/* people 06
-------------------------------------------------- */
body.page-template-page-people_06 .people header .post-info img {
	width: 61.83vw;
}
body.page-template-page-people_06 .item:first-child {
	margin-bottom: -6.83vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-people_06 .people header .post-info img {
		width: 62vw;
	}
	body.page-template-page-people_06 .item:first-child {
		margin-bottom: 10vw;
	}
	/* phone end */
}

/* people 07
-------------------------------------------------- */
body.page-template-page-people_07 .item:last-child {
	margin-bottom: 2.66vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-people_07 .item:last-child {
		margin-bottom: 10vw;
	}
	/* phone end */
}

/* people 08
-------------------------------------------------- */
body.page-template-page-people_08 .people .contents-area .item:last-child .item-text {
	margin-top: 4.66vw;
}
body.page-template-page-people_08 .item:last-child {
	margin-bottom: 5.5vw;
}
body.page-template-page-people_08 .people .contents-area .item:last-child .item-text .title img {
	height: 2.9vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-people_08 .people .contents-area .item:last-child .item-text {
		margin-top: 3.5vw;
	}
	body.page-template-page-people_08 .item:last-child {
		margin-bottom: 10vw;
	}
	body.page-template-page-people_08 .people .contents-area .item:last-child .item-text .title img {
		height: 5vw;
	}
	/* phone end */
}

/* people 09
-------------------------------------------------- */
body.page-template-page-people_09 .item:first-child {
	margin-bottom: -5.33vw;
}
body.page-template-page-people_09 .item:last-child {
	margin-bottom: 2.25vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-people_09 .item:first-child,
	body.page-template-page-people_09 .item:last-child {
		margin-bottom: 10vw;
	}
	/* phone end */
}

/* data
-------------------------------------------------- */
body.page-template-page-data {
	text-align: center;
}
body.page-template-page-data #content {
	padding-bottom: 5.25vw;
}
body.page-template-page-data .post-title {
	margin-bottom: 3.5vw;
}
body.page-template-page-data .post-sub-title {
	margin-bottom: 6.66vw;
}
body.page-template-page-data .fadein {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.5s ease-out;
}
body.page-template-page-data .number {
	display: inline-block;
}
body.page-template-page-data .num {
	display: inline-block;
	line-height: 1;
}
body.page-template-page-data .post-item {
	position: relative;
	letter-spacing: 3px;
}
body.page-template-page-data .post-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url("./lib/images/data/underline.svg") repeat-x;
	background-size: auto 100%;
	background-position: center;
	display: inline-block;
	width: 100%;
	height: 2.3vw;
}
body.page-template-page-data .post-item:last-child:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("./lib/images/data/underline.svg") repeat-x;
	background-size: auto 100%;
	background-position: center;
	display: inline-block;
	width: 100%;
	height: 2.3vw;
}
body.page-template-page-data .item-title {
	margin-bottom: 5.41vw;
}
body.page-template-page-data .item-title img {
	height: 3.66vw;
}
body.page-template-page-data .item-title span {
	display: block;
	font-size: 1.83vw;
}
body.page-template-page-data .box-area {
	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: stretch;
	margin-bottom: 5.33vw;
}
body.page-template-page-data .box-area .box-case {
	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: stretch;
}
body.page-template-page-data .box-area .box {
	position: relative;
	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;
	margin: 0 1.66vw;
}
body.page-template-page-data .box-area .box-title {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	white-space: nowrap;
}
body.page-template-page-data .box-area .box-content {
	font-family: 'Roboto', sans-serif;
}
body.page-template-page-data .box-area .box-content span {
	font-family: "Noto Sans JP", sans-serif;
}
body.page-template-page-data #post-item_01 {
	padding: 7.5vw 0;
	background: #F6F3EE;
	font-size: 2.5vw;
}
body.page-template-page-data #post-item_01 .box {
	background: #FFFFFF;
}
body.page-template-page-data #post-item_01 .box-area_01 .box {
	width: 35vw;
	height: 16.16vw;
}
body.page-template-page-data #post-item_01 .box-area_01 .box-content {
	font-size: 12.08vw;
}
body.page-template-page-data #post-item_01 .box-area_01 .box-content span {
	font-size: 5.75vw;
}
body.page-template-page-data #post-item_01 .box-area_02 .box {
	width: 20.58vw;
	height: 13.5vw;
}
body.page-template-page-data #post-item_01 .box-area_02 .box-content {
	font-size: 8.41vw;
}
body.page-template-page-data #post-item_01 .box-area_02 .box-content span {
	font-size: 4vw;
}
body.page-template-page-data #post-item_01 .box-area_03 .box {
	width: 20.58vw;
	height: 13.5vw;
}
body.page-template-page-data #post-item_01 .box-area_03 .box-content {
	font-size: 8.41vw;
}
body.page-template-page-data #post-item_01 .box-area_03 .box-content span {
	font-size: 4vw
}
body.page-template-page-data #post-item_01 .box-area_04 {
	margin: 8.75vw 0;
}
body.page-template-page-data #post-item_01 .box-area_04 .box {
	width: 35.16vw;
	height: 24.75vw;
}
body.page-template-page-data #post-item_01 .box-area_04 .box-content {
	position: relative;
	font-size: 4.16vw;
}
body.page-template-page-data #post-item_01 .box-area_04 .box-content span {
	margin-bottom: 0.5vw;
	font-size: 1.83vw;
}
body.page-template-page-data #post-item_01 .box-area_04 .circle-chart {
	width: 17.91vw;
}
body.page-template-page-data #post-item_01 .box-area_04 .circle-desc {
	position: relative;
	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;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	position: absolute;
	width: 10.08vw;
	height: 7.83vw;
	border-radius: 0.5vw;
	line-height: 1;
}
body.page-template-page-data #post-item_01 .box-area_04 .box:nth-child(1) .circle-desc_01 {
	left: -6vw;
	bottom: 2vw;
	background: #F0EFCD;
}
body.page-template-page-data #post-item_01 .box-area_04 .box:nth-child(1) .circle-desc_02 {
	right: -5vw;
	top: 1vw;
	background: #F7E1C9;
}
body.page-template-page-data #post-item_01 .box-area_04 .box:nth-child(2) .circle-desc_01 {
	left: -5vw;
	top: -0.5vw;
	background: #F9F2E3;
}
body.page-template-page-data #post-item_01 .box-area_04 .box:nth-child(2) .circle-desc_02 {
	right: -6vw;
	bottom: 0;
	background: #D9EEEB;
}
body.page-template-page-data #post-item_01 .box-area_05 .box {
	width: 57.16vw;
	height: 18.83vw;
}
body.page-template-page-data #post-item_01 .box-area_05 .box-content {
	font-size: 10.58vw;
}
body.page-template-page-data #post-item_01 .box-area_05 .box-content span {
	font-size: 5vw;
}
body.page-template-page-data #post-item_01 .box-area:last-child {
	margin-bottom: 2vw;
}
body.page-template-page-data #post-item_02 {
	padding: 13vw 0;
	font-size: 3.25vw;
}
body.page-template-page-data #post-item_02 .item-title {
	margin-bottom: 10.5vw;
}
body.page-template-page-data #post-item_02 .box-area {
	margin-bottom: 6.91vw;
}
body.page-template-page-data #post-item_02 .box-area:last-child {
	margin-bottom: 0;
}
body.page-template-page-data #post-item_02 .box {
	background: #FAF7F3;
}
body.page-template-page-data #post-item_02 .box-content {
	font-size: 12.08vw;
}
body.page-template-page-data #post-item_02 .box-content span {
	font-size: 5.75vw;
}
body.page-template-page-data #post-item_02 .box-area_01 .box {
	width: 36.41vw;
	height: 20.25vw;
}
body.page-template-page-data #post-item_02 .box-area_02 .box {
	width: 44.91vw;
	height: 16.16vw;
}
body.page-template-page-data #post-item_02 .box-area_03 .box {
	width: 55.75vw;
	height: 16.16vw;
}
body.page-template-page-data #post-item_02 .box-area_04 .box {
	align-items: flex-start;
	width: 35.5vw;
	padding: 8vw 0 7.08vw;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
body.page-template-page-data #post-item_02 .box-area_04 .box-content {
	font-size: 2.16vw;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-data #content {
		padding-bottom: 10vw;
	}
	body.page-template-page-data .post-title {
		margin-bottom: 5vw;
	}
	body.page-template-page-data .post-sub-title {
		margin-bottom: 8vw;
	}
	body.page-template-page-data .item-title img {
		height: 6vw;
	}
	body.page-template-page-data .item-title {
		margin-bottom: 10vw;
	}
	body.page-template-page-data .item-title span {
		font-size: 3vw;
	}
	body.page-template-page-data .box-area {
		margin-bottom: 10vw;
	}
	body.page-template-page-data #post-item_01 {
		padding: 15vw 0;
		font-size: 4.75vw;
		letter-spacing: 0;
	}
	body.page-template-page-data #post-item_01 .box-area:last-child {
		margin-bottom: 0;
	}
	body.page-template-page-data #post-item_01 .box-area_01 .box {
		width: 50vw;
		height: 22vw;
	}
	body.page-template-page-data #post-item_01 .box-area_01 .box-content {
		font-size: 15vw;
	}
	body.page-template-page-data #post-item_01 .box-area_01 .box-content span {
		font-size: 7vw;
	}
	body.page-template-page-data #post-item_01 .box-area_02 {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}
	body.page-template-page-data .box-area .box-case:first-child {
		margin-bottom: 10vw;
	}
	body.page-template-page-data #post-item_01 .box-area_02 .box {
		width: 37vw;
		height: 20vw;
		margin: 0 3vw;
	}
	body.page-template-page-data #post-item_01 .box-area_02 .box-content {
		font-size: 12vw;
	}
	body.page-template-page-data #post-item_01 .box-area_02 .box-content span {
		font-size: 6vw;
	}
	body.page-template-page-data #post-item_01 .box-area_03 .box {
		width: 37vw;
		height: 20vw;
		margin: 0 3vw;
	}
	body.page-template-page-data #post-item_01 .box-area_03 .box-content {
		font-size: 12vw;
	}
	body.page-template-page-data #post-item_01 .box-area_03 .box-content span {
		font-size: 6vw;
	}
	body.page-template-page-data #post-item_01 .box-area_04 {
		margin: 10vw auto 0;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}
	body.page-template-page-data #post-item_01 .box-area_04 .box {
		width: 80vw;
		height: 45vw;
		margin: 0 auto 10vw;
	}
	body.page-template-page-data #post-item_01 .box-area_04 .box-content {
		font-size: 7vw;
	}
	body.page-template-page-data #post-item_01 .box-area_04 .box-content span {
		font-size: 3.5vw;
	}
	body.page-template-page-data #post-item_01 .box-area_04 .circle-chart {
		width: 35vw;
	}
	body.page-template-page-data #post-item_01 .box-area_04 .circle-desc {
		width: 16vw;
		height: 13vw;
	}
	body.page-template-page-data #post-item_01 .box-area_05 .box {
		width: 80vw;
		height: 20vw;
	}
	body.page-template-page-data #post-item_01 .box-area_05 .box-content {
		font-size: 12vw;
	}
	body.page-template-page-data #post-item_01 .box-area_05 .box-content span {
		font-size: 6vw;
	}
	body.page-template-page-data #post-item_02 {
		padding: 15vw 0 5vw;
		font-size: 4.75vw;
	}
	body.page-template-page-data #post-item_02 .item-title {
		margin-bottom: 10vw;
	}
	body.page-template-page-data #post-item_02 .box-area {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		margin-bottom: 0;
	}
	body.page-template-page-data #post-item_02 .box-area .box {
		margin: 0 auto 10vw;
	}
	body.page-template-page-data #post-item_02 .box-area_01 .box {
		width: 80vw;
		height: 20vw;
		letter-spacing: 0;
	}
	body.page-template-page-data #post-item_02 .box-content {
		font-size: 13vw;
	}
	body.page-template-page-data #post-item_02 .box-content span {
		font-size: 6vw;
	}
	body.page-template-page-data #post-item_02 .box-area_02 .box {
		width: 80vw;
		height: 20vw;
		font-size: 4.75vw;
		letter-spacing: 0;
	}
	body.page-template-page-data #post-item_02 .box-area_03 .box {
		width: 80vw;
		height: 20vw;
		font-size: 4.75vw;
		letter-spacing: 0;
	}
	body.page-template-page-data #post-item_02 .box-area_04 .box {
		justify-content: flex-start;
		width: 80vw;
		height: auto;
		padding: 10vw 5vw 5vw;
	}
	body.page-template-page-data #post-item_02 .box-area_04 .box-content {
		font-size: 3.5vw;
	}
	/* phone end */

}

/* factory_tour
-------------------------------------------------- */
body.page-template-page-factory_tour #content {
	padding-bottom: 0;
}
body.page-template-page-factory_tour article.page header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
	margin-bottom: 11.08vw;
	background: #F4EFEC;
}
body.page-template-page-factory_tour .header-left {
	position: relative;
	top: -2.75vw;
	right: 5.16vw;
}
body.page-template-page-factory_tour .post-title {
	margin-bottom: 5.16vw;
}
body.page-template-page-factory_tour .post-sub-title {
	margin-bottom: 7.08vw;
}
body.page-template-page-factory_tour #copy_01 {
	margin-bottom: 3.08vw;
}
body.page-template-page-factory_tour #copy_01 img {
	width: 30vw;
}
body.page-template-page-factory_tour #copy_02 {
	margin-bottom: 3.5vw;
}
body.page-template-page-factory_tour #copy_02 img {
	width: 55.75vw;
}
body.page-template-page-factory_tour .header-right .pc,
body.page-template-page-factory_tour .header-right .sp {
	width: 31.41vw;
}
body.page-template-page-factory_tour #post-item_01 {
	margin-bottom: 13.83vw;
}
body.page-template-page-factory_tour #post-item_01 .post-contents {
	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;
	background: #F4EFEC;
}
body.page-template-page-factory_tour #post-item_01 .item {
	position: relative;
	top: 3.91vw;
	margin: 0 3vw;
}
body.page-template-page-factory_tour #post-item_01 .item img:first-child {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 18.08vw;
}
body.page-template-page-factory_tour #post-item_01 .item img:last-child {
	width: 34.58vw;
}
body.page-template-page-factory_tour .post-item .item-title {
	margin-bottom: 9.41vw;
	text-align: center;
}
body.page-template-page-factory_tour .post-item .item-title img {
	height: 3.41vw;
}
body.page-template-page-factory_tour .item-area .item-content {
	position: relative;
}
body.page-template-page-factory_tour .item-area .base-area {
	position: relative;
	z-index: 1;
	text-align: center;
}
body.page-template-page-factory_tour .item-area .mark-icon {
	position: absolute;
	z-index: 1;
}
body.page-template-page-factory_tour .item-area .mark-icon img {
	width: 2.58vw;
}
body.page-template-page-factory_tour .item-area .mark-icon .point {
	display: block;
	position: absolute;
	top: 0.7vw;
	left: 0.7vw;
	width: 1.25vw;
	height: 1.25vw;
	background-color: #FFFFFF;
	border-radius: 50%;
	transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
	cursor: pointer;
}
body.page-template-page-factory_tour .point:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 1.25vw;
	height: 1.25vw;
	background-color: #FFFFFF;
	border-radius: 50%;
	content: '';
}
body.page-template-page-factory_tour .point:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: opacity linear 0.4s;
	content: '';
	pointer-events: none;
}
body.page-template-page-factory_tour .point.red:after {
	animation: pulseMotionRed 4s linear 2s infinite;
}
body.page-template-page-factory_tour .point.orange:after {
	animation: pulseMotionOrange 4s linear infinite;
}
body.page-template-page-factory_tour #factory_01 {
	margin-bottom: 8.16vw;
}
body.page-template-page-factory_tour #factory_01 .item-content:before {
	content: '';
	position: absolute;
	top: 3%;
	left: 0;
	width: 100%;
	height: 95%;
	background: #FFF4DF;
}
body.page-template-page-factory_tour #factory_01 .base-area img {
	width: 78.66vw;
}
body.page-template-page-factory_tour #factory_02 .item-content:before {
	content: '';
	position: absolute;
	top: 3%;
	left: 0;
	width: 100%;
	height: 75%;
	background: #F0F6DC;
}
body.page-template-page-factory_tour #factory_02 .base-area {
	top: -9vw;
}
body.page-template-page-factory_tour #factory_02 .base-area img {
	width: 85.33vw;
}
.modal {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.modal__bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
}
.modal__content {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 58vw;
	height: 36vw;
	padding: 4vw 2.66vw;
	background: #F4EFEC;
	overflow-y: auto;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
.modal__icon {
	position: absolute;
	top: 2vw;
	right: 2.4vw;
	display: inline-block;
	width: 2.9vw;
	height: 2.9vw;
	cursor: pointer;
}
.modal__icon span::before,
.modal__icon span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 0.25vw;
	background: #000000;
}
.modal__icon span::before {
	transform: rotate(-45deg);
}
.modal__icon span::after {
	transform: rotate(45deg);
}
.modal .modal__title {
	padding-bottom: 2.75vw;
	margin-bottom: 2.75vw;
	border-bottom: 0.08vw solid #000000;
}
.episode-modal .modal__title img {
	height: 8vw;
}
.works-modal .modal__title img {
	height: 3vw;
}
.modal .modal__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: stretch;
}
.modal .modal__desc .desc-text {
	width: 39.16vw;
	font-size: 1.5vw;
	line-height: 1.9;
}
.episode-modal .modal__desc .desc-text .hidden-box {
	position: relative;
}
.episode-modal .modal__desc .desc-text .hidden-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #94CC9B;
}
.modal .modal__desc .desc-info .num {
	position: absolute;
	right: 2.66vw;
	top: 18.25vw;
}
.episode-modal .modal__desc .desc-info .num img {
	width: 6.91vw;
}
.works-modal .modal__desc .desc-info .num {
	top: 13.25vw;
}
.works-modal .modal__desc .desc-info .num img {
	width: 5.5vw;
}
.modal .modal__desc .desc-info .icon {
	position: absolute;
	right: 2.66vw;
	bottom: 0;
}
.modal .modal__desc .desc-link {
	position: absolute;
	left: 2.66vw;
	bottom: 7vw;
	font-size: 1.16vw;
}
.modal .modal__desc .desc-link a {
	color: #000000;
	text-decoration: none;
	border-bottom: 0.25vw solid #000000;
}
body.page-template-page-factory_tour #episode-mark01 {
	top: 28.5%;
	left: 59.35%;
}
body.page-template-page-factory_tour #episode-mark02 {
	top: 54%;
	left: 43%;
}
body.page-template-page-factory_tour #episode-mark03 {
	top: 53%;
	left: 60%;
}
body.page-template-page-factory_tour #episode-mark04 {
	top: 65%;
	left: 58%;
}
body.page-template-page-factory_tour #episode-mark05 {
	top: -2%;
	left: 43.25%;
}
body.page-template-page-factory_tour #episode-mark06 {
	top: 11%;
	left: 50%;
}
body.page-template-page-factory_tour #works-top-mark01 {
	top: -5%;
	left: 47%;
}
body.page-template-page-factory_tour #works-top-mark02 {
	top: 60%;
	left: 65%;
}
body.page-template-page-factory_tour #works-top-mark03 {
	top: 2.5%;
	left: 33.75%;
}
body.page-template-page-factory_tour #works-top-mark04 {
	top: 57%;
	left: 33.5%;
}
body.page-template-page-factory_tour #works-top-mark05 {
	top: 57.5%;
	left: 49%;
}
body.page-template-page-factory_tour #works-bottom-mark01 {
	top: -4%;
	left: 14.5%;
}
body.page-template-page-factory_tour #works-bottom-mark02 {
	top: 36%;
	left: 57%;
}
body.page-template-page-factory_tour #works-bottom-mark03 {
	top: -6%;
	left: 39.75%;
}
body.page-template-page-factory_tour #works-bottom-mark04 {
	top: 35%;
	left: 80.25%;
}
body.page-template-page-factory_tour #works-bottom-mark05 {
	top: 33%;
	left: 67.75%;
}
#episode-modal01 .desc-info .icon {
	bottom: 1vw;
}
#episode-modal01 .desc-info .icon img {
	width: 4.5vw;
}
#episode-modal02 .desc-info .icon {
	bottom: 1vw;
}
#episode-modal02 .desc-info .icon img {
	width: 3.08vw;
}
#episode-modal03 .desc-info .icon img {
	width: 7.58vw;
}
#episode-modal04 .desc-info .icon {
	bottom: 1vw;
}
#episode-modal04 .desc-info .icon img {
	width: 9.66vw;
}
#episode-modal05 .desc-info .icon img {
	width: 7vw;
}
#episode-modal06 .desc-info .icon img {
	width: 10.25vw;
}
#works-top-modal01 .desc-info .icon img {
	width: 20.16vw;
}
#works-top-modal02 .desc-info .icon img {
	width: 15.5vw;
}
#works-top-modal03 .desc-info .icon {
	right: 0;
}
#works-top-modal03 .desc-info .icon img {
	width: 23.33vw;
}
#works-top-modal04 .desc-info .icon {
	right: 0;
}
#works-top-modal04 .desc-info .icon img {
	width: 17.33vw;
}
#works-top-modal05 .desc-info .icon {
	right: 5vw;
}
#works-top-modal05 .desc-info .icon img {
	width: 9.91vw;
}
#works-bottom-modal01 .desc-info .icon img {
	width: 20.16vw;
}
#works-bottom-modal02 .desc-info .icon {
	right: 5vw;
}
#works-bottom-modal02 .desc-info .icon img {
	width: 9.5vw;
}
#works-bottom-modal03 .desc-info .icon {
	right: 0;
}
#works-bottom-modal03 .desc-info .icon img {
	width: 23.33vw;
}
#works-bottom-modal04 .desc-info .icon img {
	width: 22.5vw;
}
#works-bottom-modal05 .desc-info .icon {
	right: 5vw;
}
#works-bottom-modal05 .desc-info .icon img {
	width: 10.33vw;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-factory_tour #content {
		padding: 15vw 0 0;
	}
	body.page-template-page-factory_tour .post-title {
		margin: 0 0 6vw;
	}
	body.page-template-page-factory_tour .post-title img {
		height: 25vw;
	}
	body.page-template-page-factory_tour article.page header {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 15vw;
	}
	body.page-template-page-factory_tour .header-left {
		top: -11vw;
		right: auto;
		left: 0;
		width: 100%;
		padding: 0 5vw;
	}
	body.page-template-page-factory_tour .post-sub-title {
		margin-bottom: 7vw;
	}
	body.page-template-page-factory_tour #copy_01 {
		margin-bottom: 5vw;
	}
	body.page-template-page-factory_tour #copy_01 img {
		width: 70vw;
	}
	body.page-template-page-factory_tour #copy_02 {
		width: 100%;
		margin-bottom: 0;
	}
	body.page-template-page-factory_tour #copy_02 img {
		width: 100%;
	}
	body.page-template-page-factory_tour .header-right {
		width: 100%;
		margin-bottom: 5vw;
		text-align: center;
	}
	body.page-template-page-factory_tour .header-right .sp {
		width: 70%;
		margin: 0 auto;
	}
	body.page-template-page-factory_tour #post-item_01 {
		margin-bottom: 15vw;
	}
	body.page-template-page-factory_tour #post-item_01 .item {
		top: 3.5vw;
	}
	body.page-template-page-factory_tour #post-item_01 .item img:first-child {
		width: 20vw;
	}
	body.page-template-page-factory_tour .post-item .item-title img {
		height: 5vw;
	}
	body.page-template-page-factory_tour .item-area .mark-icon .point {
		top: 40%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 2.25vw;
		height: 2.25vw;
	}
	body.page-template-page-factory_tour .point:before {
		top: 48%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 2.25vw;
		height: 2.25vw;
	}
	body.page-template-page-factory_tour .item-area .mark-icon img {
		width: 5vw;
	}
	body.page-template-page-factory_tour #factory_01 .base-area img,
	body.page-template-page-factory_tour #factory_02 .base-area img {
		width: 100%;
	}
	body.page-template-page-factory_tour #factory_01 {
		margin-bottom: 15vw;
	}
	.modal .modal__title {
		padding-bottom: 3vw;
		margin-bottom: 3vw;
	}
	.modal__content {
		width: 90%;
		height: 350px;
		padding: 10vw;
	}
	.modal__icon {
		width: 5vw;
		height: 5vw;
	}
	.modal .modal__desc .desc-info .num {
		right: 10vw;
	}
	.modal .modal__desc .desc-info .icon {
		z-index: -1;
	}
	.modal .modal__desc .desc-text {
		width: 100%;
		font-size: 12px;
	}
	.modal .modal__desc .desc-link {
		left: 10vw;
		bottom: 5vw;
		font-size: 12px;
	}
	.works-modal .modal__title img {
		height: 18px;
	}
	.works-modal .modal__content {
		height: 270px;
	}
	.works-modal .modal__desc .desc-info .num {
		top: 9vw;
	}
	.works-modal .modal__desc .desc-info .num img {
		width: 30px;
	}
	body.page-template-page-factory_tour #works-top-mark01 {
		top: -6%;
		left: 41.5%;
	}
	body.page-template-page-factory_tour #works-top-mark02 {
		top: 63%;
		left: 68.5%;
	}
	body.page-template-page-factory_tour #works-top-mark03 {
		top: 1%;
		left: 21%;
	}
	body.page-template-page-factory_tour #works-top-mark04 {
		top: 60.5%;
		left: 21%;
	}
	body.page-template-page-factory_tour #works-top-mark05 {
		top: 61%;
		left: 44%;
	}
	body.page-template-page-factory_tour #works-bottom-mark01 {
		top: 0;
		left: 12%;
	}
	body.page-template-page-factory_tour #works-bottom-mark02 {
		top: 53%;
		left: 46%;
	}
	body.page-template-page-factory_tour #works-bottom-mark03 {
		top: -2%;
		left: 51.5%;
	}
	body.page-template-page-factory_tour #works-bottom-mark04 {
		top: 52%;
		left: 82.5%;
	}
	body.page-template-page-factory_tour #works-bottom-mark05 {
		top: 49%;
		left: 63%;
	}
	#works-top-modal01 .desc-info .icon img {
		width: 120px;
	}
	#works-top-modal02 .desc-info .icon img {
		width: 115px;
	}
	#works-top-modal03 .desc-info .icon img {
		width: 140px;
	}
	#works-top-modal04 .desc-info .icon img {
		width: 130px;
	}
	#works-top-modal05 .desc-info .icon img {
		width: 80px;
	}
	#works-bottom-modal01 .desc-info .icon img {
		width: 120px;
	}
	#works-bottom-modal02 .desc-info .icon img {
		width: 90px;
	}
	#works-bottom-modal03 .desc-info .icon img {
		width: 140px;
	}
	#works-bottom-modal04 .desc-info .icon img {
		width: 130px;
	}
	#works-bottom-modal05 .desc-info .icon img {
		width: 80px;
	}
	.episode-modal .modal__title {
		margin-bottom: 5vw;
	}
	.episode-modal .modal__title img {
		height: 48px;
	}
	.episode-modal .desc-info .num {
		display: none;
	}
	.episode-modal .modal__desc .desc-info .icon {
		right: 10vw;
		bottom: 10vw;
	}
	body.page-template-page-factory_tour #episode-mark01 {
		top: 24%;
		left: 60%;
	}
	body.page-template-page-factory_tour #episode-mark02 {
		top: 58%;
		left: 35%;
	}
	body.page-template-page-factory_tour #episode-mark03 {
		top: 57%;
		left: 61%;
	}
	body.page-template-page-factory_tour #episode-mark04 {
		top: 68%;
		left: 58%;
	}
	body.page-template-page-factory_tour #episode-mark05 {
		top: 2%;
		left: 57%;
	}
	body.page-template-page-factory_tour #episode-mark06 {
		top: 14%;
		left: 68%;
	}
	#episode-modal01 .desc-info .icon {
		bottom: 5vw;
	}
	#episode-modal01 .desc-info .icon img {
		width: 40px;
	}
	#episode-modal02 .desc-info .icon {
		bottom: 5vw;
	}
	#episode-modal02 .desc-info .icon img {
		width: 40px;
	}
	#episode-modal03 .modal__title img {
		height: 75px;
	}
	#episode-modal03 .desc-info .icon {
		bottom: 0;
	}
	#episode-modal03 .desc-info .icon img {
		width: 60px;
	}
	#episode-modal04 .desc-info .icon {
		bottom: 5vw;
	}
	#episode-modal04 .desc-info .icon img {
		width: 100px;
	}
	#episode-modal05 .modal__title img {
		height: 75px;
	}
	#episode-modal05 .desc-info .icon {
		bottom: 0;
	}
	#episode-modal05 .desc-info .icon img {
		width: 80px;
	}
	#episode-modal06 .desc-info .icon {
		bottom: 0;
	}
	#episode-modal06 .desc-info .icon img {
		width: 110px;
	}
	/* phone end */

}

/* job_description
-------------------------------------------------- */
body.page-template-page-job_description {
	text-align: center;
}
body.page-template-page-job_description #content {
	padding: 0;
	margin-bottom: 9.16vw;
	background: #F4EFEC;
}
body.page-template-page-job_description article {
	display: inline-block;
	width: calc(100% - 20.66vw);
	margin: 0 10.33vw;
	padding: 12vw 4.08vw 0 4.08vw;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
body.page-template-page-job_description .post-title {
	margin-bottom: 4.66vw;
}
body.page-template-page-job_description .post-sub-title {
	margin-bottom: 10.83vw;
}
body.page-template-page-job_description .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	margin-bottom: 5vw;
	font-size: 1.66vw;
	letter-spacing: 0.1vw;
}
body.page-template-page-job_description .item a {
	color: #000000;
	border-bottom: 0.1vw solid #000000;
}
body.page-template-page-job_description .item a:hover {
	text-decoration: none;
}
body.page-template-page-job_description .item-title {
	width: 14.16vw;
}
body.page-template-page-job_description .item-title span {
	border-bottom: 0.41vw solid #F2A487;
}
body.page-template-page-job_description .item.very_soft_orange .item-title span {
	border-color: #F2A487;
}
body.page-template-page-job_description .item.soft_orange .item-title span {
	border-color: #FACF83;
}
body.page-template-page-job_description .item.very_soft_yellow .item-title span {
	border-color: #D1E28E;
}
body.page-template-page-job_description .item.slightly_desaturated_cyan .item-title span {
	border-color: #7FCAD6;
}
body.page-template-page-job_description .item.very_light_yellow .item-title span {
	border-color: #FFE496;
}
body.page-template-page-job_description .item.very_soft_red .item-title span {
	border-color: #F1A2B1;
}
body.page-template-page-job_description .item-desc {
	width: calc(100% - 14.16vw);
	line-height: 1.8;
	word-break: break-all;
	font-weight: normal;
}
body.page-template-page-job_description .banner-area {
	margin: 10vw 4.08vw 7.08vw auto;
	text-align: center;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-job_description .post-title img {
		height: 27vw;
	}
	body.page-template-page-job_description #content {
		margin-bottom: 0;
	}
	body.page-template-page-job_description article {
		width: calc(100% - 10vw);
		padding: 3vw 5vw;
		margin: 0 5vw;
	}
	body.page-template-page-job_description .post-title {
		margin-bottom: 6vw;
	}
	body.page-template-page-job_description .post-sub-title {
		display: inline-block;
		margin-bottom: 10vw;
	}
	body.page-template-page-job_description .item {
		font-size: 3.5vw;
	}
	body.page-template-page-job_description .item-title {
		width: 30vw;
	}
	body.page-template-page-job_description .item-desc {
		width: calc(100% - 30vw);
	}
	body.page-template-page-job_description .banner-area {
		margin: 10vw 0;
	}
	/* phone end */
}

/* about_us
-------------------------------------------------- */
body.page-template-page-about_us {
	text-align: center;
}
body.page-template-page-about_us #content {
	padding: 0;
	margin: 6.66vw 0 4.66vw;
	background: #F4EFEC;
}
body.page-template-page-about_us article {
	display: inline-block;
	width: calc(100% - 31.66vw);
	margin: 0 15.83vw;
	padding: 5vw 0 4.66vw 4.08vw;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
	background: #FBF9F7;
}
body.page-template-page-about_us article.page .post-header {
	background: #FBF9F7;
}
body.page-template-page-about_us .post-title {
	margin-bottom: 4.66vw;
}
body.page-template-page-about_us .post-sub-title {
	margin-bottom: 5.83vw;
}
body.page-template-page-about_us .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	font-size: 1.66vw;
	letter-spacing: 0.1vw;
}
body.page-template-page-about_us .item a {
	color: #000000;
	border-bottom: 0.1vw solid #000000;
}
body.page-template-page-about_us .item a:hover {
	text-decoration: none;
}
body.page-template-page-about_us .item-title {
	width: 12.5vw;
	font-size: 2vw;
}
body.page-template-page-about_us .item-title span.small {
	font-size: 1.16vw;
}
body.page-template-page-about_us .item-desc {
	padding: 0 0 5.41vw 3.75vw;
	border-left: 0.1vw solid #000000;
	line-height: 1.8;
	font-weight: normal;
	word-break: break-all;
}
body.page-template-page-about_us .item:last-child .item-desc {
	padding-bottom: 0;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-about_us #content {
		margin: 0;
	}
	body.page-template-page-about_us article {
		width: 100%;
		padding: 3vw 5vw;
		margin: 0;
	}
	body.page-template-page-about_us .post-title {
		margin-bottom: 6vw;
	}
	body.page-template-page-about_us .post-sub-title {
		margin-bottom: 10vw;
	}
	body.page-template-page-about_us .item {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		font-size: 3.5vw;
	}
	body.page-template-page-about_us .item-title {
		width: 100%;
		margin-bottom: 5vw;
		font-size: 3.5vw;
		border-bottom: 0.5vw solid #000000;
	}
	body.page-template-page-about_us .item-desc {
		width: 100%;
		padding: 0 0 15vw;
		border-left: 0;
	}
	body.page-template-page-about_us .banner-area {
		margin: 10vw 0;
	}
	/* phone end */
}

/* entry
-------------------------------------------------- */
body.page-template-page-entry {
	text-align: center;
}
body.page-template-page-entry .post-title {
	margin-bottom: 5.5vw;
}
body.page-template-page-entry .post-sub-title {
	display: inline-block;
	margin-bottom: 6vw;
}
body.page-template-page-entry #content {
	padding-bottom: 0;
}
body.page-template-page-entry article {
	background: #F4EFEC;
	font-size: 1.33vw;
}
body.page-template-page-entry .post-content {
	padding: 3vw 0;
	margin: 0 17.16vw;
	background: #FFFFFF;
}
body.page-template-page-entry .m_right {
	margin-right: 1vw;
}
body.page-template-page-entry .m_bottom {
	margin-bottom: 2.16vw;
}
body.page-template-page-entry form input::placeholder,
body.page-template-page-entry form textarea::placeholder {
	color: #CECECE;
	font-size: 1.1vw;
}
body.page-template-page-entry form p {
	margin-bottom: 0;
}
body.page-template-page-entry form p.error {
	color: #EE4036;
	font-size: 1.16vw;
}
body.page-template-page-entry .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	margin-bottom: 3vw;
}
body.page-template-page-entry .item .title {
	width: 19.16vw;
	padding-right: 1.5vw;
}
body.page-template-page-entry .item .title label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
body.page-template-page-entry .item .title .icon-area {
	margin-left: 1.5vw;
}
body.page-template-page-entry .item .title .icon-area img {
	width: 2.83vw;
}
body.page-template-page-entry .item .contents {
	width: calc( 100% - 19.16vw );
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
body.page-template-page-entry input.l_370 {
	width: 30.83vw;
}
body.page-template-page-entry input.l_220 {
	width: 18.33vw;
}
body.page-template-page-entry input.l_190 {
	width: 15.83vw;
}
body.page-template-page-entry input.l_70 {
	width: 5.83vw;
}
body.page-template-page-entry span.small {
	font-size: 1.16vw;
	color: #808080;
}
body.page-template-page-entry .privacy-check {
	display: inline-block;
	width: 100%;
	margin: 2vw 0 4vw;
	text-align: center;
}
body.page-template-page-entry .privacy-area {
	width: 85%;
	padding: 2.66vw 0;
	margin: 0 auto;
	border-top: 0.08vw dashed #000000;
	border-bottom: 0.08vw dashed #000000;
}
body.page-template-page-entry .privacy-area .privacy-title {
	font-size: 1.66vw;
	text-align: center;
}
body.page-template-page-entry .privacy-area .privacy-caption {
	display: inline-block;
	margin: 2.6vw 0;
	font-size: 1.5vw;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
body.page-template-page-entry .privacy-area .privacy-content {
	padding: 1.33vw;
	background-color: #FBF9F7;
	border: 0.08vw solid #C7C7C7;
	font-size: 1.16vw;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}
body.page-template-page-entry .btn-area {
	margin: 4vw 0 6vw;
	text-align: center;
}
body.page-template-page-entry .btn-area button {
	padding: 2.66vw 5.33vw;
	background: url("./lib/images/entry/btn-confirm.svg") no-repeat;
	background-size: 100% auto;
	background-position: center;
	color: #FFFFFF;
	font-size: 2.66vw;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-entry .footer-01 {
		padding-top: 0;
	}
	body.page-template-page-entry .footer-01:after {
		display: none;
	}
	body.page-template-page-entry .footer-entry {
		display: none;
	}
	body.page-template-page-entry article {
		font-size: 3.5vw;
	}
	body.page-template-page-entry .post-sub-title {
		margin-bottom: 10vw;
	}
	body.page-template-page-entry .post-content {
		padding: 5vw;
		margin: 0;
	}
	body.page-template-page-entry .item {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		margin-bottom: 5vw;
	}
	body.page-template-page-entry .item .title {
		width: 100%;
		padding-right: 0;
		font-size: 4vw;
	}
	body.page-template-page-entry .item .title label {
		justify-content: flex-start;
	}
	body.page-template-page-entry .item .title .icon-area img {
		width: 7.5vw;
	}
	body.page-template-page-entry .item .contents {
		width: 100%;
	}
	body.page-template-page-entry span.small {
		font-size: 3vw;
	}
	body.page-template-page-entry form p.error {
		font-size: 3vw;
	}
	body.page-template-page-entry input.l_370 {
		width: 80vw;
	}
	body.page-template-page-entry input.l_220 {
		width: 41vw;
	}
	body.page-template-page-entry input.l_190 {
		width: 30vw;
	}
	body.page-template-page-entry input.l_70 {
		width: 15vw;
	}
	body.page-template-page-entry form input::placeholder,
	body.page-template-page-entry form textarea::placeholder {
		font-size: 3vw;
	}
	body.page-template-page-entry .privacy-area {
		width: 100%;
	}
	body.page-template-page-entry .privacy-area .privacy-title {
		font-size: 4vw;
	}
	body.page-template-page-entry .privacy-area .privacy-caption {
		font-size: 3vw;
	}
	body.page-template-page-entry .privacy-area .privacy-content {
		font-size: 3vw;
	}
	body.page-template-page-entry .btn-area {
		margin: 15vw 0;
	}
	body.page-template-page-entry .btn-area button {
		padding: 5vw;
		font-size: 5vw;
	}
	/* phone end */

}

/* entry-confirm
-------------------------------------------------- */
body.page-template-page-entry-confirm  {
	text-align: center;
}
body.page-template-page-entry-confirm .post-title {
	margin-bottom: 5.5vw;
}
body.page-template-page-entry-confirm .post-sub-title {
	display: inline-block;
	margin-bottom: 6vw;
}
body.page-template-page-entry-confirm #content {
	width: 73.33vw;
	padding-bottom: 0;
	margin: 0 auto;
}
body.page-template-page-entry-confirm .post-caption {
	margin-bottom: 3.91vw;
}
body.page-template-page-entry-confirm .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
	border-left: 0.08vw solid #A1A1A1;
	border-right: 0.08vw solid #A1A1A1;
	border-bottom: 0.08vw solid #A1A1A1;
}
body.page-template-page-entry-confirm .item:first-child {
	border-top: 0.08vw solid #A1A1A1;
}
body.page-template-page-entry-confirm .item .title {
	width: 21.66vw;
	padding: 1.33vw 2.66vw;
	border-right: 0.08vw solid #A1A1A1;
	background-color: #F4EFEC;
}
body.page-template-page-entry-confirm .item .contents {
	width: calc( 100% - 21.66vw );
	padding: 1.33vw 2.66vw;
}
body.page-template-page-entry-confirm .btn-area {
	margin: 4vw 0;
	text-align: center;
}
body.page-template-page-entry-confirm .btn-area button {
	padding: 2.66vw 5.33vw;
	margin: 1.33vw 0;
	background: url("./lib/images/entry/btn-confirm.svg") no-repeat;
	background-size: auto 100%;
	background-position: center;
	color: #FFFFFF;
	font-size: 2.66vw;
	font-weight: bold;
	letter-spacing: 0.25vw;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
body.page-template-page-entry-confirm .btn-area button.btn-secondary {
	background: #A1A1A1; 
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-entry-confirm .footer-01 {
		padding-top: 0;
	}
	body.page-template-page-entry-confirm .footer-01:after {
		display: none;
	}
	body.page-template-page-entry-confirm .footer-entry {
		display: none;
	}
	body.page-template-page-entry-confirm #content {
		width: 100%;
		padding: 0 5vw;
		font-size: 3.5vw;
	}
	body.page-template-page-entry-confirm .item {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		margin-bottom: 5vw;
	}
	body.page-template-page-entry-confirm .item:first-child {
		border-top: 0;
	}
	body.page-template-page-entry-confirm .item .title {
		width: 100%;
		border-right: 0;
		border-top: 0.08vw solid #A1A1A1;
		border-bottom: 0.08vw solid #A1A1A1;
	}
	body.page-template-page-entry-confirm .item .contents {
		width: 100%;
	}
	body.page-template-page-entry-confirm .btn-area {
		margin: 15vw 0;
	}
	body.page-template-page-entry-confirm .btn-area button {
		padding: 5vw;
		font-size: 5vw;
	}
	/* phone end */

}

/* ----------------------------------------
* entry-thanks
---------------------------------------- */
body.page-template-page-entry-thanks  {
	text-align: center;
}
body.page-template-page-entry-thanks .post-title {
	margin-bottom: 5.5vw;
}
body.page-template-page-entry-thanks .post-sub-title {
	display: inline-block;
	margin-bottom: 6vw;
}
body.page-template-page-entry-thanks .btn-area button {
	padding: 2.66vw 5.33vw;
	margin: 1.33vw 0;
	background: #A1A1A1;
	color: #FFFFFF;
	font-size:  2.66vw;
	font-weight: bold;
	letter-spacing: 0.25vw;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
	/* phone */
	body.page-template-page-entry-thanks .footer-01 {
		padding-top: 0;
	}
	body.page-template-page-entry-thanks .footer-01:after {
		display: none;
	}
	body.page-template-page-entry-thanks .footer-entry {
		display: none;
	}
	body.page-template-page-entry-thanks #content {
		width: 100%;
		padding: 0 5vw;
		font-size: 3.5vw;
	}
	body.page-template-page-entry-thanks #content p {
		margin-bottom: 0;
		line-height: 3;
	}
	body.page-template-page-entry-thanks .post-sub-title {
		margin-bottom: 10vw;
	}
	body.page-template-page-entry-thanks .btn-area {
		margin: 10vw 0 15vw;
	}
	body.page-template-page-entry-thanks .btn-area button {
		padding: 5vw;
		font-size: 5vw;
	}
	/* phone end */

}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
	/* laptop */
	/* laptop end */

}
@media screen and (max-width: 991px) {
  /* tablet */
  /* tablet end */

}
@media screen and (max-width: 767px) {
  /* phone */
  /* phone end */

}