@charset utf8;
@import url("css/navi.css");

html {
	font-family: Yu Gothic, 'sans-serif';
}

header {
	position: relative;
}

.home p,
.home li,
.home dl,
address,
.home th,
.home td {
	font-size: 16px;
	line-height: 1.5em;
}

a {
	color: #804e22;
	text-decoration: none;
}

.main_area {
	width: 1000px;
	margin: auto;
}

[role="alert"] {
	color: red;
	padding: 3px;
}

.wpcf7-quiz-label {
	display: block;
}

.top_header_back_image {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: auto;
}

.top_logo {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.top_scroll {
	display: block;
	width: 70px;
	height: 50px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: 60px;
	left: 0;
	right: 0;
	text-align: center;
}

.top_scroll:before,
.top_scroll:after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	border-right: solid 2px white;
	border-bottom: solid 2px white;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	left: 0;
	right: 0;
}

.top_scroll:before {
	bottom: 10px;
}

.top_scroll:after {
	bottom: 0;
}

.top_concept {
	padding-top: 133px;
	background-color: #f7F7F7;
}

.top_concept .main_area {
	display: flex;
}

.top_concept_title {
	margin-right: 100px;
}

.top_concept_body {
	margin-top: 60px;
	margin-bottom: 100px;
}

.top_box {
	position: relative;
	box-sizing: border-box;
	width: 98vw;
	display: block;
	margin: auto;
	overflow: hidden;
}

.top_box_title {
	padding-top: 100px;
	margin-bottom: 50px;
}

.top_box_content {
	width: 176px;
}

.top_box:nth-child(odd) .top_box_img {
	float: right;
	margin-right: -200px;
	padding-left: 60px;
}

.top_box:nth-child(even) .top_box_img {
	float: left;
	margin-left: -200px;
}

.top_box:nth-child(even) .top_box_content {
	float: right;
	padding-right: 150px;

}

.top_video_content {
	text-align: center;
}

.top_video_title {
	margin-top: 50px;
	color: #804e22;
	font-size: 1.5rem;
	margin-bottom: 35px;
	font-weight: bold;
}

.top_video_frame {
	margin-top: 20px;
	margin-bottom: 50px;
}

.home .button {
	position: relative;
	margin: 50px auto 0px;
	box-sizing: border-box;
	background-color: white;
	border: solid 1px #804e22;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;

}

.home .button:hover:after {
	background-color: #c08300;
	top: -5px;
	left: -5px;
	display: block;
	position: absolute;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.home .top_box .button,
.home .top_box .button:hover:after {
	width: 360px;
	height: 60px;
}

.home .top_icon_menu .button {
	margin-top: 29px;
}

.home .top_icon_menu .button,
.home .top_icon_menu .button:hover:after {
	width: 312px;
	height: 60px;
}

.home .top_reform .button {
	background-image: url(img/top/btn_detail.png);
}

.home .top_consultation .button {
	background-image: url(img/top/btn_detail.png);
}

.home .top_culture .button {
	background-image: url(img/top/btn_detail.png);
}

.home .top_reproduction .button {
	background-image: url(img/top/btn_detail.png);
}

.home .top_house_support .button {
	background-image: url(img/top/btn_detail.png);
}

.home .top_reform .button:hover:after {
	background-image: url(img/top/btn_detail_w.png);
}

.home .top_consultation .button:hover:after {
	background-image: url(img/top/btn_detail_w.png);
}

.home .top_culture .button:hover:after {
	background-image: url(img/top/btn_detail_w.png);
}

.home .top_reproduction .button:hover:after {
	background-image: url(img/top/btn_detail_w.png);
}

.home .top_house_support .button:hover:after {
	background-image: url(img/top/btn_detail_w.png);
}

.btn_text {
	color: transparent;
}

.home .btn_text:before,
.home .btn_text:after {
	content: "";
	position: absolute;
	display: block;
	border-right: solid 1px #804e22;
	width: 15px;
	height: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.home .btn_text:before {
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}

.home .btn_text:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);

}

.home .button:hover .btn_text:before,
.home .button:hover .btn_text:after {
	border-color: #fff;
	top: -5px;
	z-index: 9;
}

.top_icon_menu {
	padding-top: 140px;
	background-color: #f7f7f7;
}

.top_icon_menu_area {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}

.top_icon_item {
	width: 320px;
	text-align: center;
}

.icon_image_area {
	height: 105px;
	position: relative;
}

.icon_image {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.top_icon_title {
	margin-top: 28px;
	margin-bottom: 19px;
	text-align: center;
}

.home .top_icon_company .button {
	background-image: url(img/top/btn_company.png);
}

.home .top_icon_staff .button {
	background-image: url(img/top/btn_staff.png);
}

.home .top_icon_event .button {
	background-image: url(img/top/btn_event.png);
}

.home .top_icon_company .button:hover:after {
	background-image: url(img/top/btn_company_w.png);
}

.home .top_icon_staff .button:hover:after {
	background-image: url(img/top/btn_staff_w.png);
}

.home .top_icon_event .button:hover:after {
	background-image: url(img/top/btn_event_w.png);
}

.top_news {
	display: flex;
	position: relative;
	padding-bottom: 155px;
	max-width: 1012px;
	margin: 100px auto 0px;
}

.top_news_title {
	text-align: center;
	border-top: solid 4px #804e22;
	display: block;
	width: 20%;
	position: relative;
}

.top_news_title_image {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.top_news_article_area {
	width: 80%;
	position: relative;
}

.top_news_article {
	display: table;
	border-bottom: solid 1px #d9d9d9;
	height: 62px;

	margin-left: 34px;
}

.top_news_article:first-child {
	border-top: solid 1px #d9d9d9;
}

.top_news_article:hover {
	text-decoration: underline;
}

.top_news_date {
	width: 20%;
	font-size: 14px;
}

.top_news_date,
.top_news_post_title {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
}

.top_news .read_more {
	position: absolute;
	bottom: -40px;
	right: 0;
	font-size: 14px;
}

.top_news .read_more:hover {
	text-decoration: underline;
}

footer {
	background-color: #6c6c60;
	height: 318px;
	box-sizing: border-box;
}

@media screen and (max-width:1024px) {
	footer {
		height: auto;
	}
}

footer a,
footer address {
	color: #fff;
}

footer .main_area {
	display: flex;
	flex-direction: row-reverse;
}

.footer_address_area {
	margin-top: 55px;
}

.footer_copy {
	vertical-align: top;
	padding-top: 7px;
	margin-left: 20px;
	height: auto;
}

.address {
	margin-top: 26px;
}

address {
	font-style: normal;
	font-size: 14px;
}

.footer_navi_area {
	margin-top: 96px;
	text-align: right;
	width: 57%;
}

.footer_navi {
	display: flex;
	padding-left: 79px;
}

.footer_navi_item+.footer_navi_item:before {
	content: "";
	display: inline-block;
	width: 26px;
}

.footer_navi_anchor:hover {
	opacity: 0.7;
}

.footer_navi+.footer_navi {
	margin-top: 31px;
}

.copy_right {
	margin-top: 18px;
	font-size: 11px;
}

.go_top {
	display: block;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 80px;
	width: 30px;
	height: 30px;
	border-top: solid 1px #7c481a;
	border-left: solid 1px #7c481a;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.kotoko_line {
	display: block;
	display: none;
	position: fixed;
	bottom: 73px;
	right: 40px;
	width: 142px;
	height: 142px;
	z-index: 9999;
}

.kotoko_line img {
	width: 100%;
	height: auto;
}

.kotoko_line .kotoko_line_off {
	display: inline-block;
}

.kotoko_line .kotoko_line_on {
	display: none
}

.kotoko_line:hover .kotoko_line_off {
	display: none
}

.kotoko_line:hover .kotoko_line_on {
	display: inline-block
}

.blog-link:after {
	content: "＞";
}

.top_inquiry table {
	max-width: 90%;
	border-collapse: separate;
	border-spacing: 5px 10px;
	margin: 0 auto;
}

.top_inquiry .screen-reader-response {
	display: none;
}

.top_inquiry h2 {
	text-align: center;
	padding-top: 20px;
}

.top_inquiry form {
	text-align: center;
}

.top_inquiry .wpcf7-form-control {
	cursor: pointer;
	font-size: 1.2em;
}

.top_inquiry .wpcf7-not-valid-tip {
	display: block;
	margin-bottom: 20px;
}

.top_inquiry .wpcf7-validation-errors {
	color: #EE6464;
}

.top_inquiry .wpcf7-mail-sent-ok {
	color: #0AA24A
}

.top_inquiry .top_box_body {
	margin: 20px 0px;
	text-align: center;
}

.top_inquiry_form {
	max-width: 90%;
	margin: 20px auto 0px;
}

.top_inquiry_form th {
	width: 30%;
}

.top_inquiry_form td {
	width: 70%;
	text-align: left;
}

.top_inquiry .wpcf7-response-output {
	margin: 10px 0px;
}

.top_inquiry .wpcf7-submit {
	color: #804e22;
}

.top_inquiry_scroll {
	width: 800px;
	height: 200px;
	bottom: 40px;
}

.top_inquiry {
	padding-top: 20px;
}

.top_inquiry a {
	text-decoration: underline;
	color: #5F6AF6
}

.top_inquiry_scroll:before,
.top_inquiry_scroll:after {
	display: none;
}

.btn_top_inquiry_sp {
	display: none;
}

.top_event_panelists {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0px;
	max-width: 50%;

}

.top_event_subtitle {
	margin-top: 20px;
	text-align: center !important;
}

.top_event_panelist p {
	text-align: center;
}

.g-recaptcha div {
	margin: auto;
}

.wpcf7-form.sent .wpcf7-response-output {
	border: solid green;
	padding: 5px;
}

@media screen and (max-width:1024px) {
	.main_area {
		width: 100%;
	}

	.top_concept .main_area {
		display: inline-block;
		text-align: center;
	}

	.top_concept_title {
		margin-right: 0;
		margin-bottom: 80px;
	}

	.top_box:nth-child(odd) .top_box_img,
	.top_box:nth-child(even) .top_box_img,
	.top_box:nth-child(even) .top_box_content {
		float: none;
		margin: 0;
		padding: 0;
	}

	.top_box_content {
		width: 100%;
		text-align: center;
	}

	.home .button {
		margin-bottom: 50px;
	}

	.top_icon_menu_area {
		display: block;
	}

	.top_icon_item {
		width: 100%;
		text-align: center;
	}

	.top_news {
		display: block;
	}

	.top_news_title {
		width: 150px;
		height: 160px;
		margin: auto;
	}

	.top_news_article_area {
		width: 90%;
		margin: auto;
	}

	.top_news_title_image {
		position: relative;
		padding-top: 50px;

	}

	.top_news_article {
		margin-left: 0px;
	}

	.top_news_date {
		width: 25%;
	}

	footer .main_area {
		display: block;
	}

	.footer_address_area {
		text-align: center;
	}

	.footer_navi_area {
		width: 100%;
		text-align: center;
		margin-top: 60px;
		padding-top: 61px;
		padding-bottom: 60px;
	}

	.footer_navi {
		justify-content: center;
	}

	.footer_logo,
	.footer_copy {
		display: block;
		margin: auto;
	}

	.address {
		text-align: center;
		padding-bottom: 50px;
	}

	#overlay {
		z-index: 1;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		background-color: rgba(0, 0, 0, 0.0);
	}

	.go_top {
		/* bottom: 20px; コト子ちゃんの影響で隠してます*/
		bottom: -20px;
	}
}

@media screen and (max-width:768px) {
	.footer_navi {
		padding-left: 0;
	}
}

@media screen and (max-width:568px) {
	.top_concept_subtitle {
		width: 100%;
	}

	.top_logo {
		display: none !important;
	}

	.top_video_title {
		font-size: 1.2rem
	}
}

@media screen and (max-width:480px) {
	.top_concept_body {
		width: 100%;
		margin-bottom: 60px;
	}

	.go_top {
		/* bottom: 20px; */
		bottom: -20px;
		right: 30px;
		width: 30px;
		height: 30px;
	}

	.kotoko_line {
		width: 34.2vw;
		height: 34.2vw;
		right: 6.5vw;
		bottom: 14.4vw;
	}

	.kotoko_line img {}
}

@media screen and (max-width:425px) {
	.top_concept {
		padding-top: 80px;
	}

	.top_icon_menu {
		padding-top: 80px;
	}

	.top_news_date,
	.top_news_post_title {
		padding-top: 5px;
		padding-left: 5px;
	}
}

@media screen and (max-width:382px) {
	.footer_navi_item+.footer_navi_item:before {
		width: 10px;
	}
}

@media screen and (max-width:370px) {
	.top_box_content img {
		width: 90%;
	}

	.top_box_title img {
		width: 90%;
	}

	.home .top_box .button,
	.home .top_box .button:hover:after {
		width: 300px;
	}

	.footer_navi_item+.footer_navi_item:before {
		margin-left: 3px;
		margin-right: 3px;
	}
}

@media screen and (max-width:320px) {
	.top_news_article_area {
		width: 95%;
	}

	.footer_navi_item .footer_navi_anchor {
		font-size: 13px
	}

	.footer_navi_item+.footer_navi_item:before {
		margin-left: 1px;
		margin-right: 1px;
	}
}