@charset "UTF-8";

/** -------------------
	main
------------------- **/
main {
	padding-top: 30px;
}
@media screen and (max-width: 1190px) {
	main {
		padding-top: 3vw;
	}
}
@media screen and (max-width: 640px) {
	main {
		padding-top: 6vw;
	}
}

/** -- page_normal -- **/
main.page_normal {
	padding-bottom: 100px;
}
.page_normal .content {
	margin: 0 auto;
	width: 1110px;
}
.page_normal p {
	margin-bottom: 50px;
}
@media screen and (max-width: 1190px) {
	main.page_normal {
		padding-bottom: 10vw;
	}
	.page_normal .content {
		margin: 0 4vw;
		width: auto;
	}
	.page_normal p {
		margin-bottom: 5vw;
	}
}
@media screen and (max-width: 640px) {
	main.page_normal {
		padding-bottom: 20vw;
	}
	.page_normal .content {
		margin: 0 6vw;
		width: auto;
	}
	.page_normal p {
		margin-bottom: 10vw;
	}
}

/** -- contact form -- **/
.page-contact .content,
.page-contact_system .content,
.page-lab_download .content,
.page-futu-contact .content,
.page-thanks .content,
.page-futu-thanks .content {
	margin: 0 auto;
	width: 840px;
}
.page-lab_download a:hover{
	color: #FF9F4B;
}
.wpcf7 p {
	margin-bottom: 0;
}
.wpcf7 dl {
	margin-bottom: 50px;
	margin-top: 100px;
}
.wpcf7 dt {
	margin-bottom: 10px;
}
.wpcf7 dd {
	margin-bottom: 30px;
}
.wpcf7 span.must {
	color: #FF9F4B;
	margin-left: 10px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	border: solid 1px #959595;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0 10px;
	height: 50px;
	width: 100%;
}
.wpcf7 textarea {
	border: solid 1px #959595;
	box-sizing: border-box;
	font-size: 16px;
	padding: 10px;
	height: 200px;
	width: 100%;
}
.wpcf7-select {
	border: solid 1px #959595;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	padding: 0 10px;
	height: 50px;
	width: 450px;
}
.wpcf7-list-item {
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 40px;
}
.wpcf7 .policy {
	margin-bottom: 50px;
	text-align: center;
}
.wpcf7 .btn_white {
	margin: 0 auto;
	padding-top: 0;
}
.page-thanks .btn_white {
	margin: 0 auto;
}
.wpcf7 .policy a {
	font-weight: 600;
	text-decoration: underline;
}
.wpcf7-spinner {
	display: none;
}
@media screen and (max-width: 1190px) {
	.page-contact .content,
	.page-contact_system .content,
	.page-lab_download .content,
	.page-futu-contact .content,
	.page-thanks .content,
	.page-futu-thanks .content {
		margin: 0 14vw;
		width: auto;
	}
	.wpcf7 dl {
		margin-bottom: 5vw;
		margin-top: 10vw;
	}
	.wpcf7 dt {
		margin-bottom: 1vw;
	}
	.wpcf7 dd {
		margin-bottom: 3vw;
	}
	.wpcf7 span.must {
		margin-left: 1vw;
	}
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"] {
		font-size: 1.5vw;
		padding: 0 1vw;
		height: 5vw;
	}
	.wpcf7 textarea {
		font-size: 1.5vw;
		padding: 1vw;
		height: 20vw;
	}
	.wpcf7-select {
		font-size: 1.5vw;
		padding: 0 10px;
		height: 5vw;
		width: 40vw;
	}
	.wpcf7-list-item {
		font-size: 1.5vw;
		margin-bottom: 1vw;
		margin-right: 4vw;
	}
	.wpcf7 .policy {
		margin-bottom: 5vw;
	}
}
@media screen and (max-width: 640px) {
	.page-contact .content,
	.page-contact_system .content,
	.page-lab_download .content,
	.page-futu-contact .content,
	.page-thanks .content,
	.page-futu-thanks .content {
		margin: 0 6vw;
	}
	.wpcf7 dl {
		margin-bottom: 10vw;
		margin-top: 10vw;
	}
	.wpcf7 dt {
		margin-bottom: 2vw;
	}
	.wpcf7 dd {
		margin-bottom: 6vw;
	}
	.wpcf7 span.must {
		margin-left: 2vw;
	}
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"] {
		font-size: 3.6vw;
		padding: 0 2vw;
		height: 10vw;
	}
	.wpcf7 textarea {
		font-size: 3.6vw;
		padding: 2vw;
		height: 40vw;
	}
	.wpcf7-select {
		font-size: 3.6vw;
		padding: 0 10px;
		height: 10vw;
		width: 60vw;
	}
	.wpcf7-list-item {
		font-size: 3.6vw;
		margin-bottom: 1vw;
		margin-right: 4vw;
	}
	.wpcf7 .policy {
		margin-bottom: 10vw;
	}
}

/** -- sakura -- **/
.sakura {
	background: url("../img/sakura.jpg") no-repeat center / 100%;
	background-attachment: fixed;
	height: 550px;
}
@media screen and (max-width: 1190px) {
	.sakura {
		height: 45vw;
	}
}
@media screen and (max-width: 640px) {
	.sakura {
		background-size: cover;
		background-attachment: initial;
		height: 80vw;
	}
}

/** -- purepose -- **/
.purepose {
	padding: 100px 0 120px;
	position: relative;
}
.purepose .inner {
	margin: 0 -15px;
}
.purepose article {
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,.2);
	margin: 0 15px;
	position: relative;
	width: calc(33.3333% - 30px);
}
.purepose article a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.purepose .column2 article {
	width: calc(50% - 30px);
}
.purepose article figure {
	position: relative;
}
.purepose article figure::after {
	background-color: rgba(0,0,0,.2);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transition: ease .3s;
	height: 100%;
	width: 100%;
}
.purepose article:hover figure::after {
	background-color: transparent;
}
.purepose article p.icon {
	background-color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding-top: 25px;
	position: absolute;
	left: 50%;
	top: 0;
	text-align: center;
	transform: translateX(-50%);
	height: 70px;
	width: 100px;
}
.purepose article p.icon::after {
	background-color: #FF9F4B;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 10px;
	text-align: center;
	transform: translateX(-50%);
	height: 4px;
	width: 65px;
}
.purepose article h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.6;
	position: absolute;
	left: 0;
	top: 145px;
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 1190px) {
	.purepose {
		padding: 8vw 0 10vw;
	}
	.purepose .inner {
		margin: 0 -1vw;
	}
	.purepose article {
		margin: 0 1vw;
		width: calc(33.3333% - 2vw);
	}
	.purepose .column2 article {
		width: calc(50% - 2vw);
	}
	.purepose article p.icon {
		font-size: 1.6vw;
		padding-top: 2.3vw;
		height: 6vw;
		width: 9vw;
	}
	.purepose article p.icon::after {
		top: 1vw;
		height: 3px;
		width: 6vw;
	}
	.purepose article h3 {
		font-size: 2.1vw;
		top: 11.5vw;
	}
}
@media screen and (max-width: 640px) {
	.purepose {
		padding: 14vw 0 16vw;
	}
	.purepose .headline_2 {
		line-height: 1.6;
	}
	.purepose .inner {
		margin: 0;
	}
	.purepose article,
	.purepose .column2 article {
		margin: 0 0 8vw;
		width: 100%;
	}
	.purepose article:last-child {
		margin-bottom: 0;
	}
	.purepose article p.icon {
		font-size: 4vw;
		padding-top: 5vw;
		height: 14vw;
		width: 24vw;
	}
	.purepose article p.icon::after {
		top: 2.4vw;
		height: 3px;
		width: 14vw;
	}
	.purepose article h3 {
		font-size: 6vw;
		top: 34vw;
	}
}

/** -- co_company -- **/
.co_company {
	padding: 100px 0 120px;
	position: relative;
}
.co_company .inner {
	position: relative;
}
.co_company .text_box {
	text-align: center;
	width: 62%;
}
.co_company .headline_2 {
	line-height: 1.6;
	margin-bottom: 15px;
}
.co_company p {
	margin-bottom: 40px;
}
.co_company .btn_white {
	margin: 0 auto;
}
.co_company figure {
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
	text-align: right;
	width: 1110px;
}
.co_company figure img {
	width: 380px;
}
@media screen and (max-width: 1190px) {
	.co_company {
		padding: 8vw 4vw 10vw;
	}
	.co_company .text_box {
		width: 54vw;
	}
	.co_company .headline_2 {
		margin-bottom: 2vw;
	}
	.co_company p {
		margin-bottom: 3vw;
	}
	.co_company figure {
		left: auto;
		right: 1vw;
		top: 5vw;
		transform: initial;
		width: 30vw;
	}
	.co_company figure img {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.co_company {
		padding: 14vw 6vw 16vw;
	}
	.co_company .text_box {
		width: 100%;
	}
	.co_company .headline_2 {
		margin-bottom: 6vw;
	}
	.co_company p {
		margin-bottom: 8vw;
	}
	.co_company figure {
		margin: 0 auto 10vw;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: 60vw;
	}
	.co_company figure img {
		width: 100%;
	}
}

/** -------------------
	page temp 1
------------------- **/
/** -- intro -- **/
.page_temp_1 .intro {
	margin-bottom: 150px;
	position: relative;
}
.page_temp_1 .intro .block {
	margin-bottom: 150px;
}
.page_temp_1 .intro .block:last-child {
	margin-bottom: 0;
}
.page_temp_1 .intro .text_area {
	width: 50%;
}
.page_temp_1 .intro .headline_1 {
	position: relative;
}
.page_temp_1 .intro .headline_1::before {
	background: url("../img/koujitsu_maru.png") no-repeat 0 0 / 100%;
	content: '';
	display: block;
	position: absolute;
	left: -40px;
	top: -160px;
	height: 250px;
	width: 250px;
	z-index: -1;
}
.page_temp_1 .intro .headline_1 h2 {
	line-height: 1.6;
}
.page_temp_1 .intro .headline_1 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
.page_temp_1 .intro .headline_2 {
	line-height: 1.6;
}
.page_temp_1 .intro .headline_2 span {
	color: #FF9F4B;
	display: block;
	font-family: YuGothic, "Yu Gothic medium", "sans-serif";
	font-size: 25px;
	margin-bottom: 10px;
}
.page_temp_1 .intro .image_area {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
}
.page_temp_1 .intro .btn_white {
	margin: 0 auto;
	margin-top: 50px;
}
.page_temp_1 .intro .list {
	margin-top: 80px;
}
.page_temp_1 .intro .list .box {
	margin-bottom: 50px;
}
.page_temp_1 .intro .list .box:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1190px) {
	.page_temp_1 .intro {
		margin-bottom: 12vw;
	}
	.page_temp_1 .intro .block {
		margin-bottom: 12vw;
	}
	.page_temp_1 .intro .headline_1::before {
		left: -3vw;
		top: -14vw;
		height: 22vw;
		width: 22vw;
	}
	.page_temp_1 .intro .headline_1 span {
		font-size: 1.3vw;
	}
	.page_temp_1 .intro .headline_2 span {
		font-size: 2.1vw;
		margin-bottom: 1vw;
	}
	.page_temp_1 .intro .btn_white {
		margin-top: 4vw;
	}
	.page_temp_1 .intro .list {
		margin-top: 7vw;
	}
	.page_temp_1 .intro .list .box {
		margin-bottom: 4vw;
	}
}
@media screen and (max-width: 640px) {
	.page_temp_1 .intro {
		margin-bottom: 18vw;
	}
	.page_temp_1 .intro .text_area {
		width: 100%;
	}
	.page_temp_1 .intro .block {
		margin-bottom: 12vw;
	}
	.page_temp_1 .intro .headline_1 {
		margin-bottom: 8vw;
	}
	.page_temp_1 .intro .headline_1::before {
		left: -6vw;
		top: -20vw;
		height: 38vw;
		width: 38vw;
	}
	.page_temp_1 .intro .headline_1 span {
		font-size: 3.8vw;
	}
	.page_temp_1 .intro .headline_2 span {
		font-size: 4.3vw;
		margin-bottom: 2vw;
	}
	.page_temp_1 .intro .image_area {
		margin: 0 -6vw 8vw;
		position: relative;
		left: auto;
		top: auto;
		transform: initial;
		width: calc(100% + 12vw);
	}
	.page_temp_1 .intro .btn_white {
		margin-top: 10vw;
	}
	.page_temp_1 .intro .list {
		margin-top: 12vw;
	}
	.page_temp_1 .intro .list .box {
		margin-bottom: 8vw;
	}
}