@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&display=swap');
@import url("foundation.css");
@import url("common.css?ver=20220521");
@import url("index.css");
body {font-family: 'Klee One', cursive; font-weight:600 !important; }
/* header
============================================================================================================ */

.siteheader {
	height: 66px;
}
.site_header {
	background: #fff;
	height: 60px;
	position: fixed;
	top: 0px;
	z-index: 1000;
	width: 100%;
	right: 0px;
}
.site_header .logo {
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
@media screen and (max-height: 415px) {
	.siteheader {
		height: 50px;
	}
	.site_header {
		height: 44px;
	}
	.site_header .logo img {
		width: 180px;
	}
}
/* section + heading
============================================================================================================ */

.section {
	margin-bottom: 0;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	padding-top: 60px !important;
}
.site_section {
	margin-bottom: 5rem;
	clear: both
}
.sec_heading {
	font-size: 2rem;
	
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
	font-weight: normal;
	position: relative;
}
.sec_heading .en {
	font-size: 1rem;
	display: block;
	color: #be222f;
	
}
.section_wrap {
	background: #f5f5f5;
	padding: 4rem 0 3rem;
	margin-bottom: 4rem;
}
.site_pagettl {
	height: 480px;
	margin-bottom: 1rem;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-top: 60px;
}
.site_pagettl h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #222;
	
	font-weight: 500;
	font-size: 1.5rem;
}
.site_pagettl h1 .en {
	display: block;
	font-size: 3rem;
}
@media screen and (max-width: 63.99875em) {}
@media screen and (max-width: 47.938em) {
	.site_section {
		margin-bottom: 3rem;
	}
	.sec_heading {
		font-size: 1.85rem;
		
	}
	.site_pagettl h1 {
		
	}
	.site_pagettl h1 .en {
		font-size: 2.25rem;
	}
}
@media screen and (max-width: 39.99875em) {
	.sec_heading {
		font-size: 1.65rem;
	}
}
@media screen and (max-height: 415px) {
	.section {
		padding-top: 50px !important;
	}
	.sec_heading {
		font-size: 1.35rem;
	}
	.sec_heading .en {
		font-size: 0.8125rem;
	}
}
/* footer + contact
============================================================================================================ */

.sitecontact {
	padding: 4rem 0 4rem;
	background-color: #eaeaea;
}
.sitecontact .grid-x {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto !important;
}
.sitecontact .sitecontact_box {
	background-color: #fff;
	padding: 2.5rem 3rem 1rem;
}
.sitecontact .tel, .sitecontact .text {
	font-size: 1.85rem;
	
	font-style: italic;
}
.site_footer_contact {
	background: #eeeeee;
	padding: 9rem 1.5rem 5rem;
	text-align: center;
	margin-top: -60px;
}
.site_footer_contact>div>div {
	background: #fff;
	padding: 4rem 1rem 3.5rem;
}
.site_footer {
	background: #be222f;
	position: relative;
	height: 100%;
	text-align: center;
}
.site_footer_page .site_footer_contact {
	padding: 5rem 1.5rem 5rem;
	margin-top: 0;
}
.site_footer .triangle {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.site_footer .inner {
	max-width: 67.5rem;
	width: 100%;
	color: #fff;
	padding: 4rem 0 2rem;
}
.site_footer_nocontact .inner {
	padding: 4rem 0 2rem;
}
.site_footer_catch {
	
	font-size: 1.8125rem;
	font-weight: normal;
}
.site_footer .footermenu {
	margin: 0 0rem 4rem;
	overflow: hidden;
}
.site_footer .footermenu li {
	display: block;
	box-sizing: border-box;
	float: left;
	vertical-align: text-top;
	line-height: 1.35em;
	width: 11.1111111111%;
}
.site_footer .footermenu a {
	color: #fff;
	font-size: 0.85rem;
	font-weight: 500;
	transition: 0.5s;
}
.site_footer .footermenu a span {
	font-size: 80%;
}
.site_footer .footermenu a:hover {
	color: #da555c;
}
.site_footer .logo {
	margin: 2.5rem 0 3.5rem;
}
.site_footer hr {
	border-color: #da555c;
}
.site_copyright {
	font-size: 0.75rem;
	margin-bottom: 0;
	padding-top: 1rem;
	clear: both;
}
@media (orientation: landscape) and (max-width: 1024px) {
	.site_footer {
		height: auto;
	}
	.site_footer_page, .site_footer_privacy {
		height: auto;
	}
}
@media (orientation: portrait) and (max-width: 1024px) {
	.site_footer {
		height: 100vh;
	}
	.site_footer_page, .site_footer_privacy {
		height: auto;
	}
}
@media screen and (max-width: 47.938em) {
	.site_footer_contact {
		padding: 6rem 1rem 2.5rem;
	}
	.site_footer_page .site_footer_contact {
		padding: 2.5rem 1rem 2.5rem;
	}
	.site_footer_contact .grid-container {
		padding-right: 0.65rem;
		padding-left: 0.65rem;
	}
	.site_footer_contact>div>div {
		padding: 2rem 1rem 1.5rem;
	}
	.site_footer_catch {
		
		font-size: 1.5rem;
	}
	.site_footer .footermenu {
		display: none;
	}
	.site_footer {
		padding-bottom: 5rem;
	}
	.site_footer .logo {
		margin: 2rem 0 3rem;
	}
	.site_footer hr {
		border-color: #da555c;
	}
	.site_copyright {
		font-size: 0.75rem;
		margin-bottom: 0;
		padding-top: 1rem;
	}
	.site_footer .triangle img {
		width: 120px;
	}
	.site_footer .inner {
		padding: 2rem 0 1rem;
	}
}
@media screen and (max-height: 667px) {
	.site_footer {
		height: auto !important;
	}
}
@media screen and (max-width: 415px) {
	.site_footer_catch {
		font-size: 0.875rem;
	}
	.site_footer_contact {
		padding: 6rem 0.65rem 2.5rem;
	}
	.site_footer .logo img {
		width: 240px;
	}
}
@media screen and (max-width: 376px) {
	.site_footer_catch {
		font-size: 0.75rem;
	}
}
/* recruit
============================================================================================================ */

.recnew_ttl {
	background-image: url(../img/bg_recruit_new.jpg);
}
.recexp_ttl {
	background-image: url(../img/bg_recruit_exp.jpg);
}
.recnew_ttl h1, .recexp_ttl h1 {
	position: relative !important;
	top: 0;
	width: 100%;
	margin-top: 4.5rem;
	left: 0;
	transform: translateY(0%) translateX(0%);
	-webkit- transform: translateY(0%) translateX(0%);
	color: #fff;
}
.recnew_ttl .catch, .recexp_ttl .catch {
	font-size: 2.5rem;
	letter-spacing: 5px;
	color: #fff;
	display: block;
	
}
.recruit_section_wrap {}
.recruit_section {
	display: block;
	height: 580px;
	clear: both;
	position: relative;
}
.recruit_section .img-container {
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 60%;
}
.recruit_section.img_left .img-container {
	left: 0;
	width: 60%;
	right: auto;
}
.recruit_section .img-container_img {
	display: block;
	opacity: 0;
	position: relative;
	transition: all .5s .3s ease;
	z-index: 0;
}
.recruit_section .img-container:before {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition: all .8s 0s ease;
	width: 100%;
	z-index: 1;
}
.recruit_section .text-container {
	opacity: 0;
	padding: 0 60px;
	transition: all .8s .5s ease;
	position: absolute;
	background: #fff;
	width: 57.5%;
	left: 0;
	top: 3rem;
	padding: 3rem 2.5rem 2rem;
	z-index: 2;
}
.recruit_section .text-container .small {
	font-size: 90%;
}
.recruit_section.img_left .text-container {
	right: 0;
	left: auto;
}
.recruit_section .text-container p {
	font-size: 0.875rem;
	margin-bottom: 0;
	text-align: justify;
}
.recruit_section .numb {
	color: #fdc2c5;
	
	font-style: italic;
	float: left;
	padding-top: 5px;
	font-size: 1px;
	margin: 0;
	width: 17%;
	line-height: 1;
}
.recruit_section .text-container_title {
	clear: both;
	margin-bottom: 1rem;
	overflow: hidden;
}
.recruit_section .text-container_title .text {
	font-size: 1.5rem;
	
	display: block;
	float: right;
	width: 80%;
	white-space: nowrap;
	margin-top: 0;
}
.recruit_section:nth-child(5) .text-container_title .text {
	letter-spacing: -1px;
}
.recruit_section .img-container.active img {
	opacity: 1;
}
.recruit_section .img-container.active:before {
	transform: translateX(100%);
}
.recruit_section .text-container.active {
	opacity: 1;
}
.recruit_section {
	transition: transform 0.4s ease-in-out;
}
.recruit_section:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.accordion-container .accordion-title {
	position: relative;
	margin: 0;
	padding: 1rem 2.25rem 1rem 1rem;
	background-color: rgba( 255, 255, 255, 0.85);
	font-size: 1rem;
	font-weight: bold;
	color: #222;
	cursor: pointer;
	border: 1px solid #ccc;
	margin-bottom: 1.5rem;
}
.accordion-container .accordion-title:hover, .accordion-container .accordion-title:active, .accordion-title.open {
	background-color: #fff;
}
.accordion-title.open {
	margin-bottom: 0rem;
}
.accordion-container .accordion-title::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 14px;
	height: 2px;
	/*縦線に*/
	transform: rotate(90deg);
	background: #ea1515;
	transition: all .3s ease-in-out;
}
.accordion-container .accordion-title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	/*横線*/
	width: 14px;
	height: 2px;
	background: #ea1515;
	transition: all .2s ease-in-out;
}
.accordion-container .accordion-title.open::before {
	transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
	opacity: 0;
}
.accordion-content {
	padding: 1rem 2rem;
	border: 1px solid #ccc;
	background-color: rgba( 255, 255, 255, 0.85);
	margin-bottom: 1.5rem;
}
.accordion-content .text-large {
	font-size: 1.35rem;
}
.accordion-content p {
	text-align: justify;
}
.accordion-content p:last-child {
	margin-bottom: 0;
}
.accordion-container {
	margin: 0 auto;
}
.recruit_interview {
	background-color: #fff;
	background-image: url(../img/bg_interview.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	padding: 4rem 0;
}
.recruit_schedule {
	background-color: #be222f;
	margin-bottom: 4rem;
	padding: 4rem 0 5rem;
}
.recruit_requirement {
	max-width: 67.5rem;
}
.recruit_table th {
	width: 18%;
	text-align: left;
	padding: 1.5rem;
}
.recruit_table td {
	padding: 1.5rem;
}
.recruit_table td .diamond:before {
	content: '◆';
	margin-left: -1em;
}
.recruit_table td .diamond {
	padding-left: 1em;
	margin-bottom: 5px;
}
.recruit_table td p, .recruit_table td li {
	font-size: 0.85rem;
	text-align: justify;
}
.recruit_table td p:last-child {
	margin: 0;
}
.recruit_table td .float-right-img {
	width: 48%;
}
.recruit_new_catch {
	position: relative;
	background-image: url(../img/bg_recruit_new_catch.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	height: 600px;
	margin-bottom: 5rem;
}
.recruit_new_catch.exp {
	background-image: url(../img/bg_recruit_exp_catch.jpg);
}
.recruit_new_catch .text {
	position: absolute;
	width: 100%;
	padding: 1rem;
	top: 50%;
	text-align: center;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.recruit_howtoapply {
	background-image: url(../img/bg_recruit_apply.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	padding: 4rem 0 1rem;
	margin-bottom: 4rem;
}
.recruit_howtoapply section {
	background: #fff;
	margin-bottom: 5rem;
	text-align: center;
	position: relative;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.recruit_howtoapply section:after {
	border: 2rem solid transparent;
	border-left: 8rem solid transparent;
	border-right: 8rem solid transparent;
	border-top-color: #9a9a9a;
	border-bottom-width: 0;
	bottom: -3.5rem;
	content: "";
	display: block;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	position: absolute;
	width: 0;
}
.recruit_howtoapply section:last-child:after {
	border: none;
}
.recruit_howtoapply section h3 {
	background: #c33d46;
	font-weight: 500;
	font-size: 1.5rem;
	
	padding: 0.875rem;
	color: #fff;
}
.recruit_howtoapply section p {
	margin: 0;
	padding: 0.875rem 1rem;
}
.recruit_schedule .schedule_wrap {
	background: #fff;
}
.recruit_schedule img:hover {
	opacity: 0.9;
	cursor: zoom-in;
}
.viewer-reset, .viewer-prev, .viewer-play, .viewer-next, .viewer-flip-horizontal, .viewer-flip-vertical {
	display: none;
}
@media screen and (max-width: 64em) {
	.recruit_section:hover {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
@media screen and (max-width: 63.99875em) {
	.recruit_section {
		height: auto !important;
		margin-bottom: 2rem;
	}
	.recruit_section .img-container {
		width: 100%;
		padding: 1rem 1rem 0;
		position: relative;
	}
	.recruit_section.img_left .img-container {
		width: 100%;
		position: relative;
	}
	.recruit_section .text-container {
		width: 100%;
		left: auto;
		top: auto;
		position: relative;
		padding: 2rem 2.5rem 2rem;
	}
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
	.recruit_new_catch {
		height: 380px;
	}
}
@media screen and (max-width: 47.938em) {
	.recexp_ttl {
		background-image: url(../img/bg_recruit_exp.jpg);
		background-position: left;
	}
	.recnew_ttl .catch, .recexp_ttl .catch {
		font-size: 2rem;
		
	}
	.recruit_section .img-container {
		padding: 0.65rem 0.65rem 0;
	}
	.recruit_section .text-container {
		padding: 1.5rem 0.65rem 2rem !important;
	}
	.recruit_section .text-container_title .text br {}
	.recruit_section .text-container_title .text {
		font-size: 1.35rem;
		
		font-weight: normal;
		white-space: normal;
	}
	.accordion-container .accordion-title {
		font-size: 0.9375rem;
	}
	.accordion-content {
		padding: 1rem 1.25rem;
	}
	.recruit_table th, .recruit_table td {
		display: block;
		width: 100%;
		padding: 1rem;
	}
	.recruit_table td .float-right-img {
		width: 100%;
	}
	.recruit_new_catch .text img {
		width: 85% !important;
	}
	.recruit_new_catch {
		height: 180px;
	}
	.recruit_howtoapply section h3 {
		font-size: 1.35rem;
		line-height: 1em;
		
		margin: 0;
	}
	.recruit_howtoapply section p {
		font-size: 0.875rem;
		text-align: left;
	}
}
@media screen and (max-width: 39.99875em) {
	.recnew_ttl .catch, .recexp_ttl .catch {
		font-size: 1.125rem;
	}
	.recruit_section .text-container_title .text {
		font-size: 1.25rem;
	}
	.recruit_new_catch .text {
		font-size: 1.35rem;
	}
}
/* works
============================================================================================================ */

.works_wrap {
	max-width: 85%;
	margin-bottom: 2rem;
}
.works_ttl {
	background-image: url(../img/bg_works_ttl.jpg);
}
.works_ttl h1 {
	color: #fff;
}
.works_first, .works_second, .works_third {
	overflow: hidden;
}
.works_first>div, .works_second>div, .works_third>div {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 1rem;
}
.works_second>div:nth-child(2) {
	width: 50%;
}
.works_first, .works_third {
	height: 25%;
}
.works_second {
	height: 50%;
}
.works_first div, .works_third div {}
.works_items {
	position: relative;
}
.works_items li {
	position: absolute;
	max-width: 100%;
}
.works_items li img {
	position: relative;
}
.works_items li .caption {
	position: absolute;
	bottom: 0;
	background: rgba(190, 34, 47, 0.85);
	padding: 0.875rem 1.25rem;
	color: #fff;
	width: 100%;
}
.works_items li .caption h3 {
	margin-bottom: 0 !important;
	
}
.works_items li .caption ul {
	margin: 0;
	line-height: 1.35;
}
.works_items li .caption li {
	position: relative;
	font-size: 11px;
	display: inline;
	white-space: nowrap;
}
.works_items li .caption li::after {
	position: relative;
	margin: 0 0.5rem;
	opacity: 1;
	content: "/";
	color: #fff;
	transition: all 0.3s ease;
}
.thumb .inner {
	position: relative;
}
.thumb .inner .caption {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(190, 34, 47, 0.65);
	opacity: 0;
	transition: all 0.3s ease;
}
.thumb .inner .caption .text {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.thumb .inner .caption .text h3 {
	
	margin: 1rem 0 0;
}
.thumb .inner:hover .caption {
	opacity: 1
}
.works_md, .works_sp {
	display: none;
}
@media screen and (max-width: 1280px) {
	/* works
============================================================================================================ */
	.works_pc {
		display: none;
	}
	.works_wrap {
		max-width: 100%;
	}
	.works_first, .works_second, .works_third {
		margin: 0 auto 2rem;
	}
	.works_first>div, .works_second>div, .works_third>div {
		width: 16.6%;
		padding: 0rem;
	}
	.works_items {
		width: 700px;
		height: 460px;
		margin: 0 auto;
	}
	.works_items li .caption h3 {
		font-size: 1rem;
	}
	.thumb .inner .caption .text h3 {
		font-size: 0.75rem;
		margin: 0;
	}
	.thumb .inner .caption .text p {
		display: none;
	}
	.works_md {
		display: block;
	}
	@media screen and (max-height: 769px) {
		.works_items {
			width: 600px;
			height: 400px;
			margin: 0 auto;
		}
		.works_first, .works_second, .works_third {
			margin: 0 auto 1.5rem;
		}
	}
}
@media screen and (max-width: 47.938em) {
	.works_wrap {
		display: none;
	}
	.works_sp {
		display: block;
		margin-bottom: 3rem;
	}
	.works_sp .cell {
		margin-bottom: 1.5rem;
	}
	.works_sp a:hover, .works_sp a:focus {
		opacity: 0.85;
	}
	.works_items_sp li {
		position: relative;
		font-size: 10px;
		display: inline;
		white-space: nowrap;
	}
	.works_items_sp li::after {
		position: relative;
		margin: 0 0.5rem;
		opacity: 1;
		content: "/";
		color: #fff;
		transition: all 0.3s ease;
	}
	.works_sp figcaption h3 {
		
		margin: 0.65rem 0 0;
		font-size: 0.9375rem;
		text-align: center;
		color: #333;
		white-space: nowrap;
	}
	.works_sp figcaption p {
		margin: 0;
		text-align: center;
		color: #333;
		font-size: 9px;
		white-space: nowrap;
	}
	.fancybox-caption__body p {
		margin: -0.5rem 0 1rem;
	}
	.works_items_sp {
		height: 80px;
	}
	.school li {
		letter-spacing: -0.75px;
	}
}
@media screen and (max-height: 601px) {
	.works_wrap {
		display: none;
	}
	.works_md {
		display: none;
	}
	.works_sp {
		display: block;
	}
	.works_sp {
		display: block;
		margin-bottom: 3rem;
	}
	.works_sp .cell {
		margin-bottom: 1.5rem;
	}
	.works_sp a:hover, .works_sp a:focus {
		opacity: 0.85;
	}
	.works_items_sp li {
		position: relative;
		font-size: 10px;
		display: inline;
		white-space: nowrap;
	}
	.works_items_sp li::after {
		position: relative;
		margin: 0 0.5rem;
		opacity: 1;
		content: "/";
		color: #fff;
		transition: all 0.3s ease;
	}
	.works_sp figcaption h3 {
		
		margin: 0.65rem 0 0;
		font-size: 0.9375rem;
		text-align: center;
		color: #333;
		white-space: nowrap;
	}
	.works_sp figcaption p {
		margin: 0;
		text-align: center;
		color: #333;
		white-space: nowrap;
		font-size: 9px;
	}
	.fancybox-caption__body p {
		margin: -0.5rem 0 1rem;
	}
	.fancybox-caption {
		top: 65% !important;
	}
	.works_items_sp {
		height: 4em;
	}
	.school li {
		letter-spacing: -1px;
	}
}
@media screen and (max-height: 415px) {
	.fancybox-caption {
		top: auto !important;
		bottom: 0;
	}
	.fancybox-caption__body p {
		margin: -0.5rem 0 0.5rem;
	}
	.works_items_sp li {
		font-size: 8px;
		line-height: 1;
	}
	.fancybox-content img {
		height: auto;
	}
	.fancybox-content {
		width: 100% !important;
		height: auto;
	}
}
@media screen and (max-width: 415px) {
	.fancybox-caption {
		top: 55% !important;
		padding: 75px 1.5rem 25px 1.5rem;
	}
	.works_sp figcaption h3 {
		font-size: 0.875rem;
	}
	.works_sp figcaption h3.long_text {
		letter-spacing: -0.75px;
	}
	.works_sp figcaption p {
		font-size: 8px;
		padding: 0 !important;
	}
	.works_sp figcaption p.long_text {
		letter-spacing: -0.75px;
	}
	.school li {
		font-size: 9px;
	}
	.works_items_sp {
		height: auto;
	}
}
@media screen and (max-width: 321px) {
	.fancybox-caption {
		top: 40% !important;
	}
	.works_items_sp li {
		font-size: 8px;
		line-height: 1;
	}
}
@media screen and (min-height: 737px) and (max-height: 812px) {
	.fancybox-caption {
		top: 35% !important;
	}
}
@media screen and (min-height: 416px) and (max-height: 736px) {
	.fancybox-caption {
		top: 40% !important;
	}
}
@media screen and (min-width: 600px) and (min-height: 800px) {
	.fancybox-caption {
		top: 55% !important;
	}
}
@media screen and (min-width: 800px) and (min-height: 600px) {
	.fancybox-caption {
		top: 65% !important;
	}
	.fancybox-content {
		width: 100% !important;
		height: auto;
	}
}
/* company
============================================================================================================ */

.company_ttl {
	background-image: url(../img/bg_company_ttl.jpg);
}
.company_policy li {
	border: solid 2px #aaa;
	padding: 1.25rem;
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 1.125rem;
}
.company_table {
	border-collapse: collapse;
	margin: 3rem 0;
	width: 100%;
}
.company_table th, .company_table td {
	padding: 1rem;
	border: solid 1px #ccc;
	background: #fff;
}
.company_table th {
	background: #aaa;
	color: #fff;
}
.company_profile dt {
	float: left;
	clear: left;
	width: 30%;
	font-size: 0.9375rem;
	padding: 0.25rem 0;
}
.company_profile dd {
	float: left;
	border-left: solid 1px #ccc;
	width: 70%;
	padding: 0.25rem 0;
	padding-left: 3rem;
	margin-bottom: 2rem;
	font-size: 0.875rem;
}
.company_profile_table .left {
	width: 48%;
	float: left;
}
.company_profile_table .right {
	width: 48%;
	float: right;
}
#map {
   width: 100%;
   height: 450px;
   background-color: grey;
 }
@media screen and (max-width: 63.99875em) {}
@media screen and (max-width: 47.938em) {
	.company_profile dt {
		float: none;
		width: 100%;
		font-size: 1rem;
		padding: 0.5rem 0 0.5rem 1rem;
		background: #f5f5f5;
	}
	.company_profile dd {
		float: none;
		border: none;
		width: 100%;
		padding: 0.65rem 0;
		padding-left: 0;
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.company_profile_table .left, .company_profile_table .right {
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 39.99875em) {}
/* contact
============================================================================================================ */

.contact_form {
	width: 100%;
	border-collapse: collapse;
}
.contact_form th {
	width: 25%;
	padding: 1rem 0;
	text-align: left;
}
.contact_form td {
	padding: 1rem 0;
}
.contact_form input[type='text'] ,.contact_form input[type='email'],.contact_form input[type='tel']{
	background: #f5f5f5;
	border: none;
	min-height: 60px;
}
.contact_form textarea {
	background: #f5f5f5;
	border: none;
}
.contact_form textarea::placeholder {
	color: #555;
}
.contact_form span.wpcf7-list-item {
    margin: 0 1.5rem 0 0;
}
.contact_privacy {
	background: #f5f5f5;
	border: none;
	text-align: center;
	padding: 1.5rem;
	margin: 2rem 0 2.5rem;
}
.contact_button {
	text-align: center;
	margin-bottom: 8rem;
}
.contact_button .button {
	width: 100%;
	border:none;
	max-width: 540px;
	font-size: 1.125rem;
	font-weight: 600;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.contact_checks li {
	display: inline;
	padding-right: 3rem;
	font-weight: 600;
}
@media screen and (max-width: 47.938em) {
	.contact_form {
		border-bottom: solid 1px #ccc;
	}
	.contact_form th, .contact_form td {
		width: 100%;
		display: block;
		border: solid 1px #ccc;
		border-top: none;
		border-bottom: none;
		padding: 1rem;
	}
	.contact_form th {
		border: none;
		padding: 1rem;
		border: solid 1px #ccc;
		background: #f5f5f5;
	}
	.contact_checks li {
		display: block;
		padding-right: 0;
		margin-bottom: 0.5rem;
		font-weight: 600;
	}
	.contact_checks li input {
		margin-right: 0.5rem;
	}
}
/* privacy
============================================================================================================ */

.privacy_dl {
	text-align: justify;
	padding: 1rem 0 5rem;
}
.privacy_dl dt {
	font-weight: normal;
}
.privacy_dl dd {
	padding-left: 1em;
	margin-bottom: 2rem;
}
.privacy_dl ul {
	padding-left: 1em;
	font-size: 0.9375rem;
}
.site_footer_privacy {
	background: #f5f5f5;
	padding-top: 0 !important;
}
.site_footer_privacy .footermenu a, .site_footer_privacy .site_copyright {
	color: #333;
}
@media screen and (max-width: 65rem) {}
@media screen and (max-width: 47.938em) {
	.privacy_dl dt {
		font-weight: 600;
	}
	.privacy_dl dd {
		padding-left: 0;
	}
	.privacy_dl dd p {
		font-size: 0.875rem;
	}
}
/* message
============================================================================================================ */

.message_ttl {
	background-image: url(../img/new_bg_message_ttl_newimg.jpg);
}
.message_wrap p {
	font-size: 1.05rem;
}
.message_wrap .text-large {
	font-size: 1.5rem;
	
}
.message_sign img {
	margin-left: 1.5rem;
}
@media screen and (max-width: 63.99875em) {
	.message_wrap {
		padding: 1rem;
	}
}
@media screen and (max-width: 47.938em) {
	.message_ttl {
		background-position: left;
	}
	.message_wrap {
		padding: 0.5rem;
	}
	.message_wrap .text-large {
		font-size: 1.5rem;
		
	}
	.message_sign img {
		margin-top: 0.65rem;
	}
}
/* news
============================================================================================================ */

.news_ttl {
	/*background-image: url(../img/bg_news_ttl.jpg);*/
}
.wp-pagenavi >span ,.wp-pagenavi a{
	background: #eee;
	padding: 0.65rem 1rem;
	margin: 10px 2px 0 2px;
	color: #222;
	font-weight: 600;
}
.wp-pagenavi .pages{
	display:none;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
	background: #be222f;
	color: #fff;
}
.news_article {
	overflow: hidden;
	margin: 0 auto 3rem;
}
.news_article p {
	margin-bottom: 2rem;
}
.news_article h2 {
	font-size: 1.5rem;
}
.news_article .date, .news_article .category {
	color: #be222f;
	margin-right: 1rem;
	font-weight: 600;
}
.article_navi {
	clear: both;
	overflow: hidden;
	margin-bottom: 3rem;
	text-align: center;
}
.article_navi>div {
	display: inline-block;
}
.article_navi .alignleft a, .article_navi .alignright a {
	border: none;
	background: none;
	color: #333;
}
.article_navi a {
	padding: 1rem;
	display: block;
	background: #be222f;
	margin: 0 5px 10px 0;
	text-decoration: none;
	transition: ease-in 0.25s;
}
.article_navi a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.article_navi .center a {
	color: #fff;
}
.news_dropdown {
	clear: both;
	display:flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 1.25rem;
	margin: 1.5rem 0;
	background: #f5f5f5;
}
.news_dropdown .news_archive {
	flex-basis:40%;
}
.news_dropdown .news_btn {
	flex-basis:15%;
}.news_dropdown .news_btn .button{
	margin:0;
	padding:0.75rem;font-size: 0.75rem;
}
.news_dropdown select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.news_dropdown select::-ms-expand {
	display: none;
}
.news_dropdown .news_archive {
	position: relative;
	border-radius: 2px;
	background: #ffffff;
}
.news_dropdown .news_archive::before {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #be222f;
	pointer-events: none;
}
.news_dropdown select {
	padding: 8px 38px 8px 8px;
	color: #be222f;
}
.post_list_page .post_thumb {
	width: 25%;
}
.post_list_page li {
	padding: 2.5rem 0;
}
.post_list_page .title {
	margin: 0.5rem 0;
	font-size: 1.25rem;
}
@media screen and (max-width: 47.938em) {
	.news_dropdown {display:block;}
	.news_dropdown>div {
		width: 100%;
		float: none;
	}.news_dropdown .news_btn .button{
	margin:0;
		width:100%;max-width:100%;
	padding:0.75rem;font-size: 0.75rem;
}
	.news_dropdown>div:nth-child(2) {
		margin: 1.5rem 0;
	}
	.post_list_page li {
		padding: 1.5rem 0;
	}
}