@charset "UTF-8";

@font-face {
	font-family: 'chugo';
	src: url('../fonts/chugo.woff') format('woff');
}
@font-face {
	font-family: 'midashigo';
	src: url('../fonts/midashigo.woff') format('woff');
}
@font-face {
	font-family: 'DIN-alt';
	src: url('../fonts/DIN-alt.woff') format('woff');
}
@font-face {
	font-family: 'DIN-wide';
	src: url('../fonts/din-wide.woff') format('woff');
}
.font-naka {
	font-family: "chugo";
}
.font-mida {
	font-family: "midashigo";
}
.font-din {
	font-family: "DIN-alt";
	letter-spacing: 1px;
}
.font-din_w {
	font-family: "DIN-wide";
}

html {
	max-width: 1920px;
	margin: auto;
}

.wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	animation: wrapper 1.3s ease;
	animation-fill-mode:forwards;
	opacity: 1;
}
 
@keyframes wrapper {
  0% { opacity: 1; }
  60% { opacity: 1; }
  99.99% { opacity: 0; }
  100% { opacity: 0; 
  		 z-index: -99999; }
}

/*/////////////////////グローバルナビ////////////////////////////*/
header {
	width: 100%;
	position: relative;
}
.header_top {
	width: 100%;
	height: 90px;
}
header img {
	width: 100%;
	height: auto;
	margin-top: 8px;
	margin-left: 8px;
}
header .header_logo {
	width: 196px;
	height: auto;
	position: absolute;
}
.header_right {
	font-size: 19px;
	text-align: right;
}
#company .header_right,#contact .header_right,#privacy .header_right,
#site-map .header_right,#confirmation .header_right,#mail .header_right {
	padding-top: 50px;
}
.header_right a {
	display: inline;
	color: #3e3a39;
	margin-right: 10px;
}
.header_right a:hover {
	color: #bbb;
}
.header_right a:last-child {
	margin-right: 2vw;
}
nav ul {
	height: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: 0;
	background-color: #3e3a39;
}
nav ul li {
	width: 123px;
	border-left: 1px solid #fff;
	text-align: center;
	padding: 0 5vw;
}
nav ul li:last-child {
	border-right: 1px solid #fff;
}
nav ul li a {
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
}
nav ul li a:hover {
	color: #999;
}
.gnav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 10000;
  background-color: rgba(50,50,50,0.9);
}
@media screen and (max-width: 600px) {
	.header_top {
		justify-content: flex-end;
		height: 65px;
	}
	header .header_logo {
		width: 140px;
	}
	.header_right {
		font-size: 14px;
		display: flex;
		width: 130px;
		white-space: nowrap;
		flex-direction: column;
		position: absolute;
		top: 0;
		right: 2vw;
	}
	.header_right a {
		margin-top: 10px;
	}
	.header_right a:last-child {
		margin-top: 3px;
	}
	nav ul {
		height: 35px;
	}
	nav ul li:first-child {
		border-left: none;
	}
	nav ul li:last-child {
		border-right: none;
	}
	nav ul li {
		width: 33%;
		padding: 0;
		padding-top: 3px;
	}
	nav ul li a {
		font-size: 16px;
		display: block;
		width: 100%;
		line-height: 30px;
	}
}
/*/////////////////////TOP////////////////////////////*/
#top h1 {
	text-indent: -9999px;
}
.container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.logo_box {
	position: absolute;
	z-index: 999;
}

.logo_box .icon {
	position: absolute;
	width: 20vw;
	top: 8vw;
	left: 13vw;
}
.logo_box .shadow {
	position: absolute;
	width: 15vw;
	max-width: 406px;
	top: 28vw;
	left: 16vw;
	opacity: 0.9;
}

@media screen and (min-width: 1920px) {
	.logo_box .icon {
		width: 430px;
		top: 150px;
		left: 270px;
	}
	.logo_box .shadow {
		width: 400px;
		top: 600px;
		left: 300px;
		opacity: 0.9;
	}
}

.flexslider {
	border: none; 
	margin-bottom: 0;
}

.flex-control-nav {
	bottom: 4vw;
	z-index: 9999;
}

.flex-direction-nav a {
	display: none;
}
.flex-control-paging li a {
	width: 2vw;
	height: 2vw;
	max-width: 15px;
	max-height: 15px;
	background: #e4e4e4;
}

.flex-control-paging li a.flex-active {
	background: linear-gradient(to bottom, #006934, #1ea839);
}

.contents {
	width: 100%;
	display: flex;
	justify-content: center;
	border-top: 3px solid #008b45;
	padding-top: 50px;
}
.contents_box {
	width: 30%;
	margin-right: 30px;
}
.contents_box:last-child {
	margin-right: 0;
}
.contents_title .font-din {
	width: 80%;
	margin: auto;
	color: #008b45;
	font-size: 40px;
	font-style: italic;
	text-align: center;
	line-height: 1.1;
	letter-spacing: 2px;
	white-space: nowrap;
	border-bottom: 3px solid #008b45;
}
.contents_title .font-mida {
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
}
.contents_box img {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.contents .company_contents {
	margin-top: 0;
}

.icon,.company_icon {
  animation: img_box_9955 2.5s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}
 
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  45% { transform: translateY(-15px) }
  90% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

.logo_box .shadow,.logo_box .company_shadow {
  animation: shadow 2.5s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0;
}
 
@keyframes shadow {
  0% { width: 13vw; transform: translateX(0) }
  45% { width: 12vw; transform: translateX(.5vw) }
  90% { width: 13vw; transform: translateX(0) }
  100% { width: 13vw; transform: translateX(0) }
}

footer {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 80px;
	background-color: #008b45;
	margin-top: 80px;
}

footer small {
	color: #fff;
	font-size: 18px;
	line-height: 80px;
	letter-spacing: 3px;
}
footer small span {
	display: none;
}
@media screen and (max-width: 920px) {
	.contents_title .font-din {
		font-size: 32px;
	}
	footer small {
		font-size: 14px;
	}
	.contents_box {
		margin-right: 10px;
	}
}
@media screen and (max-width: 730px) {
	.contents {
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.contents_box {
		width: 65%;
		min-width: 320px;
		margin: 30px auto;
	}
	.contents_box:last-child {
		margin: 30px auto;
	}
	.contents_box img {
		margin-top: 15px;
	}
	.contents_box .font-mida {
		margin-top: 5px;
	}
	footer small {
		font-size: 12px;
		line-height: 1.7;
		margin-top: 20px;
		text-align: center;
	}
	footer small span {
		display: inline;
	}
}
@media screen and (max-width: 520px) {
	.flexslider {
		height: calc(100vh - 100px);
		min-height: 600px;
		margin-top: -60px;
	}
	.flexslider .slides img {
		height: calc(100vh - 100px);
		min-height: 600px;
		object-fit: cover;
		object-position: center;
	}
	.logo_box {
		width: 100%;
		height: calc(100vh - 100px);
		min-height: 600px;
	}
	#top .logo_box {display: none;}
	#company .logo_box {
		min-height: 0;
	}
	.logo_box .icon {
		width: 180px;
		left: 50%;
		transform: translateX(-50%);
		top: 8.5vw;
	}
	.logo_box .shadow {
		width: 120px;
		animation: none;
		position: static;
		display: flex;
		margin: 260px auto 0 auto;
	}
	@keyframes img_box_9955 {
		0% { top: 8.5vw; }
		45% { top: 5.5vw; }
		90% { top: 8.5vw; }
		100% { top: 8.5vw; }
	}
	.flex-control-paging li a {
		width: 5vw;
		height: 5vw;
	}
}
/*/////////////////////COMPANY////////////////////////////*/
.title_wrapper {
	display: flex;
	margin: 120px auto 0 auto;
}
#company .logo_box {
	display: flex;
	width: 190px;
	flex-direction: column;
	position: relative;
}
.logo_box .company_icon {
	width: 190px;
}
.logo_box .company_shadow {
	width: 120px;
	height: 14px;
	margin-left: 20px;
	opacity: 0.6;
	animation: company_shadow 2.5s linear infinite;
}
@keyframes company_shadow {
	0% { width: 140px; transform: translateX(0) }
	45% { width: 120px; transform: translateX(10px) }
	90% { width: 140px; transform: translateX(0) }
	100% { width: 140px; transform: translateX(0) }
}
.company_title {
	margin-left: 25px;
}
.company_title h1 {
	font-size: 96px;
	font-style: italic;
	color: #3e3a39;
	line-height: 1.3;
	margin-top: 20px;
	white-space: nowrap;
}
.company_title p {
	font-size: 52px;
	color: #3e3a39;
	line-height: 1.1;
	letter-spacing: 4px;
}
#company .contents,#contact .contents,#privacy .contents,
#site-map .contents,#confirmation .contents,#mail .contents {
	width: calc(100% - 12vw);
	max-width: 1000px;
	margin: 100px auto 0 auto;
	border: none;
	text-align: left;
	padding: 0 6vw;
	flex-direction: column;
}
.h2_box {
	flex-direction: column;
}
.h2_box h1,h2 {
	font-size: 60px;
	font-style: italic;
	color: #008b45;
	white-space: nowrap;
}
.h2_sub {
	font-size: 23px;
	margin-top: -6px;
	letter-spacing: 3px;
}
.company_text {
	margin-top: 60px;
}
.company_text p {
	font-size: 21px;
	color: #333333;
	margin-bottom: 50px;
	line-height: 1.7;
}
#company table {
	width: 100%;
	font-size: 21px;
	text-align: left;
	color: #333333;
	margin-top: 100px;
}
#company tr {
	width: 100%;
	line-height: 1.5;
	height: 80px;
	border-bottom: 1px solid #000;
}
#company .tr_2col {
	height: 120px;
}
#company th {
	font-weight: normal;
	margin: auto;
	vertical-align: middle;
}
#company td {
	vertical-align: middle;
	padding-left: 10px;
}
#company .tr_2col th {
	vertical-align: top;
	padding-top: 25px;
}
iframe {
	width: 100%;
	height: 60vw;
	max-height: 737px;
	margin-top: 50px;
	filter: grayscale(100%);
}
.access p {
	letter-spacing: 1px;
}
@media screen and (max-width: 920px) {
	.title_wrapper {
		margin-top: 80px;
	}
	.company_title h1 {
		font-size: 62px;
		margin-top: 20px;
	}
	.company_title p {
		font-size: 38px;
	}
	.company_title {
		margin-left: 10px;
	}
	#company .logo_box {
		width: 130px;
	}
	#company .contents,#contact .contents,#privacy .contents,
	#site-map .contents,#confirmation .contents,#mail .contents {
		margin-top: 60px;
	}
	#company .logo_box {
		width: 150px;
	}
	.logo_box .company_icon {
		width: 130px;
	}
	.logo_box .company_shadow {
		height: 14px;
		margin-left: 20px;
		animation: company_shadow 2.5s linear infinite;
	}
	@keyframes company_shadow {
		0% { width: 90px; transform: translateX(0) }
		45% { width: 70px; transform: translateX(10px) }
		90% { width: 90px; transform: translateX(0) }
		100% { width: 90px; transform: translateX(0) }
	}
	.h2_box h1,h2 {
		font-size: 53px;
	}
	.h2_sub {
		font-size: 26px;
		line-height: 1.2;
		letter-spacing: 2px;
	}
	.company_text {
		margin-top: 30px;
	}
	.company_text p {
		font-size: 18px;
	}
	#company table {
		font-size: 18px;
	}
	#company tr {
		height: 60px;
	}
	#company .tr_2col {
		height: 90px;
	}
}
@media screen and (max-width: 600px) {
	#company .header_right,#contact .header_right,#privacy .header_right,
	#site-map .header_right,#confirmation .header_right,#mail .header_right {
		padding-top: 0;
	}
	.company_title h1 {
		font-size: 30px;
		margin-top: 20px;
	}
	.company_title p {
		font-size: 20px;
		letter-spacing: 3px;
	}
	.company_title {
		margin-left: 5px;
	}
	#company .logo_box {
		width: 74px;
		height: auto;
	}
	.logo_box .company_icon {
		width: 74px;
	}
	.logo_box .company_shadow {
		margin-top: -7px;
		margin-left: 10px;
		width: 46px;
		height: 5px;
		animation: none;
	}
	.h2_box h1,h2 {
		font-size: 32px;
	}
	.h2_sub {
		font-size: 18px;
	}
	.company_text p {
		font-size: 16px;
	}
	#company table {
		font-size: 14px;
	}
	#company th {
		width: 55px;
	}
	#company tr {
		height: 60px;
	}
	#company .tr_2col {
		height: 90px;
	}
	.access p {
		letter-spacing: 0;
	}
}
/*/////////////////////CONTACT////////////////////////////*/
#contact table {
	font-size: 20px;
	margin: 80px auto 0 auto;
	table-layout: fixed;
	color: #333;
}
#contact tr td {
	height: 50px;
	line-height: 1;
	width: 170px;
	white-space: nowrap;
	padding-top: 5px;
}
#contact tr td:nth-child(n+2) {
	width: 450px;
	padding-top: 0;
}
#contact tr td span {
	margin-left: 5px;
	margin-right: 10px;
	color: red;
}
#contact .message_td {
	padding: 0;
	vertical-align: top;
} 
#contact input {
	height: 30px;
	width: 100%;
	border: 1px solid #999;
	border-radius: 3px;
}
#contact textarea {
	width: 100%;
	border: 1px solid #999;
	border-radius: 3px;
}
#contact input,#contact textarea {
	font-size: 16px;
	padding-left: 8px;
	line-height: 1.5;
}
#contact .submit,#confirmation .submit {
	width: 100%;
	height: 100px;
	text-align: right;
	vertical-align: middle;
}
#contact .submit input,#confirmation input {
	width: 160px;
	height: 40px;
	font-size: 18px;
	border-radius: 3px;
	padding-left: 10px;
	color: #fff;
	background-color: #3e3a39;
	cursor: pointer;
}
#contact .submit input:hover {
	background-color: #999;
}
@media screen and (max-width: 600px) {
	#contact table {
		width: 90%;
		margin-top: 50px;
	}
	#contact table tr {
		display: flex;
		flex-direction: column;
	}
	#contact table tr td {
		display: block;
		width: 100%;
		height: 30px;
		margin-top: 20px;
	}
	#contact table tr td:nth-child(n+2) {
		margin-top: 0;
		width: 100%;
	}
	.tr_2col {
		height: 210px;
	}
	#contact .h2_box h1,#privacy .h2_box h1,#site-map .h2_box h1 {
		font-size: 38px;
		line-height: 1.2;
	}
	#contact .h2_box p,#privacy .h2_box p,#site-map .h2_box p {
		font-size: 18px;
		line-height: 1.5;
	}
	#contact .submit input {
		margin-top: 80px;
	}
}
/*/////////////////////privacy////////////////////////////*/
#privacy .contents {
	flex-direction: column;
}
#privacy .h2_box {
	margin-bottom: 60px;
}
#privacy h2 {
	margin-top: 50px;
	font-size: 20px;
	white-space: pre-wrap;
	font-style: normal;
	margin-bottom: 10px;
}
#privacy .p_top {
	margin-bottom: 30px;
}
#privacy p,#privacy li {
	font-size: 18px;
	line-height: 1.8;
}
#privacy .contents ul,#privacy .contents ol {
	margin-top: 10px;
	list-style-position: inside;
}
#privacy .contents ol li ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
#privacy p.last {
	margin-top: 30px;
}
#privacy .h2_sub {
		font-size: 23px;
		margin-top: -6px;
	}
@media screen and (max-width: 600px) {
	#privacy .h2_box {
		margin-bottom: 60px;
	}
	#privacy h2 {
		font-size: 18px;
	}
	#privacy p,#privacy li {
		font-size: 16px;
	}
}
/*/////////////////////site-map////////////////////////////*/
#site-map .contents {
	display: block;
}
#site-map .site-map_list {
	width: auto;
	margin: 50px auto 0 auto;
}
#site-map .site-map_list ul {
	height: auto;
	flex-direction: column;
	background: none;
}
#site-map .site-map_list a {
	color: #333;
	font-weight: bold;
	font-size: 23px;
}
#site-map .site-map_list a:hover {
	color: #999;
}
#site-map .site-map_list li {
	width: auto;
	padding: 0;
	text-align: left;
}
#site-map .site-map_list li::before {
	content: "┗";
	font-size: 23px;
	margin-left: 20px;
	margin-right: 10px;
}
@media screen and (max-width: 600px) {
	#site-map .site-map_list a {
		font-size: 18px;
		letter-spacing: 0;
	}
	#site-map .site-map_list ul li a {
		display: inline;
	}
}
/*/////////////////////form////////////////////////////*/
#confirmation .text_block,#mail .text_block {
	margin: 30px 0;
}
#confirmation .text_block a,#mail .text_block a {
	display: inline-block;
	margin: 50px 0 0 0;
}
#confirmation .back,#mail .back {
	color: #3e3a39;
}
#confirmation .back:hover,
#mail .back:hover {
	color: #999;
}
#confirmation table {
	width: 100%;
	margin: 30px 0;
}
#confirmation tr {
	width: 100%;
	border: 1px solid #999;
}
#confirmation tr td:first-child {
	width: 160px;
}
#confirmation tr td:nth-child(n+2) {
	border-left: 1px solid #999;
	width: calc(100% - 160px);
}
#confirmation td {
	padding: 10px;
}
@media screen and (max-width: 600px) {
	#confirmation tr {
		display: flex;
		flex-direction: column;
	}
	#confirmation tr td:first-child {
		width: 100%;
	}
	#confirmation tr td:nth-child(n+2) {
		border-left: none;
		width: 100%;
	}
}