@charset "utf-8";


* {
  margin: 0;
  padding: 0;
	outline: none;
}

html{
  overflow-y: scroll;
	overflow-x: hidden;
}

body{
	margin:0;
	padding:0;
  height: 100%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.6;
	color: #333;
  position: relative;
	counter-reset: number 0;
}

ol,ul {list-style: none;}
ol {counter-reset: number;}

img {
	width: 100%;
	vertical-align: top;
}

@media screen and (max-width: 1366px) {
	body {font-size: 1.171vw;}
}

@media screen and (max-width: 897px) {
	body {font-size: 1.784vw;}
}

@media screen and (max-width: 480px) {
	body {font-size: 3.467vw;}
}





/* a
-----------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	transition: all 0.3s ease;
	color: #004097;
}
.a_white a {color: #fff;}
.a_black a {color: #333;}

a:hover,
.a_black a:hover,
.a_white a:hover {
	color: #01a8a1;
}






/* section
-----------------------------------------------------------------------------------*/
section {
	margin: 0 auto;
	width: 100%;
	max-width: 1730px;
}

@media screen and (max-width: 1730px) {
	section {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
}






/* header
-----------------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 130px;
	background-color: #fff;
	position: fixed;
	z-index: 100;
	transition: all 0.3s ease;
}
header.change-bg {background-color: rgba(255,255,255,0.9);}
#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100%;
	height: clamp(2.188rem, 0.543rem + 2.93vw, 4.063rem);/*65~35px*/
	max-width: clamp(12.063rem, 2.911rem + 16.32vw, 22.5rem);/*360~193px*/
	background: url("../img/logo.svg") top left/cover no-repeat;
	overflow: hidden;
	z-index: 101;
}
#logo a {
	display: block;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 896px) {
	header {height: 60px;}
	#logo {
		top: 15px;
		left: 15px;
	}
}





/* headmenu
-----------------------------------------------------------------------------------*/
header .globalnav-wrap {
	width: 100%;
	max-width: 550px;
	position: absolute;
	top: 30px;
	right: 30px;
}
.globalnav {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	text-align: center;
	font-weight: 600;
	position: relative;
}
.h-btn {
	margin: 0 0 0.78em 1.5em;
	width: calc(90% / 3);
	max-width: 140px;
	height: 40px;
	border-radius: 0 20px;
	overflow: hidden;
}
.h-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #eee;
	color: #fff;
}
.h-btn.h-recruit a {background-color: #00a99d;}
.h-btn.h-contact a {background-color: #004097;}
.h-btn.h-english a {color: #333;}
.h-btn a:hover {
	background-color: #ff1d25;
	color: #fff;
}
.dropdown-btn,.nav-btn {
	line-height: 2;
	position: relative;
}
.dropdown-btn:hover,.nav-btn:hover {
	background-color: #ff1d25;
	transition: all 0.3s ease;
}
.dropdown-btn a,.nav-btn a {
	display: block;
	padding: 0.5em 1em;
	color: #333;
}
.dropdown-btn:hover > a,.nav-btn:hover a {color: #fff;}
.dropdown,
.dropdown.open {
	position: absolute;
	top: 3em;
	left: 0;
	width: 100%;
	min-width: 200px;
	background-color: #ff1d25;
	line-height: 1.2;
	border-top: solid #fff 1px;
}
.dropdown {display: none;}
.dropdown ul {
	margin: 1px;
	background-color: #fff;
	text-align: left;
}
.dropdown li:not(:last-child) {border-bottom: dashed #ff1d25 1px;}
.dropdown a {
	padding: 1em 3em 1em 1em;
	color: #333;
	position: relative;
}
.dropdown a:hover {
	background-color: #ff1d25;
	color: #fff;
}
.dropdown a::before,
.dropdown a::after {
	content: '';
	position: absolute;
	inset: 0 auto;
	margin: auto;
	transition: all 0.3s ease;
}
.dropdown a::before {
	right: 1em;
	width: 1.1em;
	height: 1.1em;
	border: solid #ff1d25 1px;
	border-radius: 50%;
}
.dropdown a::after {
	right: 1.5em;
	width: 0.25em;
	height: 0.25em;
	border-top: solid #ff1d25 1px;
	border-right: solid #ff1d25 1px;
	transform: rotate(45deg);
}
.dropdown a:hover::before,
.dropdown a:hover::after {border-color: #fff;}
.dropdown a:hover::after {right: 1.35em;}
.nav-btn.sp,
.dropdown .sp {display: none;}

@media screen and (max-width: 896px) {
  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 10000;
    cursor: pointer;
    padding: 15px;
  }
	header .globalnav-wrap {
		max-width: inherit;
		top: 0;
		left: 0;
	}
  .globalnav,
  .globalnav .close {display: none;}
	.globalnav-wrap.open {
		padding: 90px 10% 30px;
		width: 80%;
		height: calc(100vh - 110px);
		background-color: #fcfbfa;
	}
	.globalnav-wrap.open .globalnav {
		display: block flex;
		top: 0;
		left: 0;
		justify-content: space-between;
	}
	.h-btn {
		margin: 0 0 1em;
		width: calc(95% / 2);
		height: 4em;
		max-width: inherit;
		order: 2;
	}
	.h-recruit {
		margin-top: 2em;
		width: 100%;
		order: 1;
	}
	.dropdown-btn,.nav-btn {
		margin-left: 0;
		width: 100%;
		line-height: 3;
		border-bottom: solid #eee 2px;
		order: 0;
	}
	.dropdown-btn:not(:nth-child(4)),.nav-btn {margin-left: 0;}
	.dropdown-btn.open,
	.dropdown-btn.open > a {
		background-color: #ff1d25;
		color: #fff;
	}
	.dropdown-btn::after {
		content: '';
		position: absolute;
		top: 1.55em;
		right: 1.4em;
		width: 0.5em;
		height: 0.5em;
		border-bottom: solid #333 2px;
		border-right: solid #333 2px;
		transform: rotate(45deg);
		transition: all 0.3s ease;
	}
	.dropdown-btn.open::after {
		transform: rotate(-135deg);
		border-color: #fff;
	}
	.dropdown-btn:hover::after {border-color: #fff;}
	.dropdown-btn::before {
		content: "";
		position: absolute;
		inset: 0 0 auto auto;
		width: 100%;
		height: 4em;
		z-index: 10000;
	}
	.dropdown {
		position: inherit;
		top: inherit;
		width: 100%;
		background-color: #ff1d25;
		border-top: none;
	}
	.dropdown ul {
		position: inherit;
		top: inherit;
	}
	.nav-btn.sp,
	.dropdown .sp {display: block;}
	/* btn */
	.nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }
  .nav-button {
    width: 37px;
    height: 30px;
    position: relative;
    z-index: 20;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
		background-color: #194aab;
    border-radius: 4px;
    z-index: 10001;
		text-align: center;
		line-height: 4px;
		font-size: max(0.9em, 2vw);
		font-weight: 600;
		color: #194aab;
  }
  .nav-button span:nth-of-type(1) {top: 0;}
  .nav-button span:nth-of-type(2) {top: 45%;}
  .nav-button span:nth-of-type(3) {bottom: 0;}
  .active .nav-button span:nth-of-type(1) {transform: translateY(17px) rotate(-45deg);}
  .active .nav-button span:nth-of-type(2) {opacity: 0;}
  .active .nav-button span:nth-of-type(3) {transform: translateY(-9px) rotate(45deg);}
}





/* pagetop
-----------------------------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #004097;
	border-radius: 50%;
	box-shadow: 0 0 2px 1px #fff;
	cursor: pointer;
	z-index: 101;
}
.pagetop::before,
.pagetop::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.pagetop::before {
	width: 12px;
	height: 12px;
	border-top: solid #fff 3px;
	border-left: solid #fff 3px;
	transform: rotate(45deg);
	top: 33%;
}
.pagetop::after {
	width: 3px;
	height: 16px;
	background: #fff;
	top: 29%;
}

@media screen and (max-width: 1024px) {
	.pagetop {
		bottom: 4.5em;
		right: 1em;
	}
}

@media screen and (max-width: 896px) {
	.pagetop {
		bottom: 4em;
		right: 10px;
		opacity: 0.6;
	}
}

@media screen and (max-width: 600px) {
	.pagetop {bottom: 1em;}
}





/* footer
------------------------------------------------------------------------*/
footer {
	width: 100%;
	background-color: #f6f6f6;
	border-top: solid #01a8a1 3px;
}
/* address */
#address-area {
	margin: 60px auto;
	width: 100%;
	max-width: 1730px;
	display: flex;
	justify-content: space-between;
}
#f-address {
	width: 40%;
	max-width: 425px;
}
#f-address .img {
	margin-bottom: 30px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.4375em;
	font-weight: 600;
	color: #004097;
}
#f-address address {
	margin-bottom: 30px;
	font-style: normal;
}
.f-factory {
	margin-bottom: 13px;
	line-height: 2;
}
.f-factory span {
	display: inline-block;
	margin-right: 10px;
	width: 5em;
	background-color: #666;
	text-align: center;
	color: #fff;
}
/* nav */
#f-nav {
	width: 60%;
	max-width: 880px;
}
#f-nav > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#f-nav ul li p {
	font-size: 1.125em;
	font-weight: 600;
}
#f-nav ul li ul {
	margin: 0.5em 0 1em;
}
/* copyright */
#copyright-area {
	padding: 1em 20px;
	width: calc(100% - 40px);
	background-color: #004097;
	font-size: 0.875em;
	color: #fff;
}
#copyright-area ul {
	margin: 0 auto;
	width: 100%;
	max-width: 1730px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#copyright-area ul li {width: 10em;}
#copyright-area ul li#copyright {
	width: calc(100% - 20em);
	text-align: right;
}

@media screen and (max-width: 1730px) {
	#address-area {
		margin: 60px 20px;
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 1366px) {
	#f-address {max-width: 31.113vw;}
	#f-address .img {font-size: 1.684vw;}
	#f-nav {max-width: 64.422vw;}
}

@media screen and (max-width: 1024px) {
	#f-nav ul li ul {line-height: 2.5;}
}

@media screen and (max-width: 897px) {
	#f-address {
		margin: 0 auto;
		width: 100%;
		max-width: 425px;
	}
	#f-address .img {font-size: 2.564vw;}
	#f-nav {display: none;}
}

@media screen and (max-width: 480px) {
	#f-address .img {font-size: 4.792vw;}
	#copyright-area ul {justify-content: space-around;}
	#copyright-area ul li {
		width: calc(100% / 2);
		text-align: center;
	}
	#copyright-area ul li#copyright {
		margin-top: 0.7em;
		padding-top: 0.7em;
		width: 100%;
		text-align: center;
		border-top: dotted #5090e7 1px;
	}
}

