@charset "utf-8";

/* ------------------------------
	All start
 --------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #222;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: 0.075em;
	font-feature-settings: "palt";
	text-align: justify;
}
body, h1, h2, h3, h4, h5, h6, dl, p , dt, dd, form, select, option, address, pre {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
}
.pc{
	display:block !important;
}
.sp{
	display: none !important;
}
.pc_inline{
	display:inline !important;
}
.pad_inline{
	display:none !important;
}
.sp_inline{
	display:none !important;
}
.sp_inline_ip{
	display:none !important;
}
.pc_table{
	display:none !important;
}
.sp_table{
	display:none !important;
}
img{
	vertical-align:bottom;
}
ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
a img {
	border:none;
}
.inline_block{
	display:inline-block;
}
a {
	color: #64CCBF;
	text-decoration: none;
}
a:hover {
	color: #466FCB;
}
::selection {
	background-color: #e4eef8;
	color: #0068CF;
}
::-moz-selection {
	background-color:#e4eef8;
	color:#0068CF;
}
main {
	position: relative;
	display: block;
}
.contents {
	position: relative;
	padding-top: 4.0rem;
}
.top_contents {
	padding-top: 0;
	/* background: #F5F7FA; */
}

/* 印刷 */
@media print{
    header {
     position: absolute;
    }
}

.w300 {
	width: 300px;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.bold {
	font-weight: bold;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}
/* ------------------------------
	end All
 --------------------------------*/

/* ------------------------------
	header
 --------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10.0rem;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	z-index: 9999;
	box-shadow: 0 54px 44px -12px rgba(0,5,30,.00);
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
	transition-property: height, box-shadow;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	height: inherit;
	min-width: 1080px;
	padding: 0 6rem;
}
.header_inner img{
	width: 14vw;
	height: auto;
}

/* ロゴ */
header h1 {
	align-items: center;
	display: flex;
	position: relative;
	top: -0.1rem;
}
header h1 a {
	transition: 0.15s ease-in-out;
}
header h1 a:hover {
	opacity: 0.5;
}
header.fixed {
	height: 7.0rem;
	box-shadow: 0 54px 34px -12px rgba(0,5,30,.05);
}
.header_logo img {
    position: absolute;
    width: 180px;
    height: auto;
    align-items: center;
    top: 22%;
    left: 2%;
	z-index: 999;
}
header::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 15, 30, .4);
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
	opacity: 0;
	z-index: -1;
}
header.nav_dropdown_header::after {
	opacity: 1;
	z-index: 1;
}

/* nav */
nav {
	height: inherit;
}
nav ul {
	display: flex;
	/* justify-content: flex-end; */
	text-align: center;
	height: inherit;
}
nav li {
	height: inherit;
}
nav li a {
	display: table-cell;
	height: inherit;
	padding: 0 1.6rem;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
	transition-property: background-color;
}
/* 日本語テキスト */
.nav_text-ja {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	color: #222222;
	transition: 0.2s ease-in-out;
}
.nav_slidebtm .nav_text-ja {
	padding-right: 8px;
}
.nav_slidebtm .nav_text-ja::after {
	position: relative;
	top: -0.4rem;
	right: -0.8rem;
	width: 5px;
	height: 5px;
	transform: rotate(135deg);
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	content: "";
	bottom: 0;
	transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	;
	display: inline-block;
}
.nav_slidebtm {
	transform: none;
	z-index: 10;
}
/* ホバー */
nav li.active2 a .nav_text-ja, nav li.active2 a:hover .nav_text-ja {
	color: #fff;
}
nav li.active2 a .nav_text-ja::after, nav li a:hover .nav_text-ja::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.nav_border_hover {
	position: relative;
}
.nav_border_hover::before {
	position: absolute;
	width: 0;
	right: 0;
	left: auto;
	bottom: -0.8rem;
	height: 1px;
	background-color: #222222;
	transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	content: "";
	z-index: 1;
}
nav li a:hover .nav_border_hover::before, nav li.active2 .nav_border_hover::before {
	right: auto;
	left: 0;
	width: 100%;
}
nav li.active2 .nav_border_hover::before {
	background-color: #fff;
}
/* スクロールで追加されるクラス */
nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

/* dropdown */
nav ul li .nav_dropdown {
	position: absolute;
	width: 100vw;
	top: 100%;
	left: 0%;
	background-color: #fff;
	box-shadow: 0 54px 34px -12px rgba(0,5,30,.05);
	transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}
nav ul li .nav_dropdown.nav_open {
	top: 100%;
	z-index: 1;
	opacity: 1;
	pointer-events: all;
}
.nav_dropdown_inner {
	max-width: 1400px;
	min-width: 1080px;
	padding: 6.8rem 6rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: justify;
}
.nav_dropdown_title {
	box-sizing: border-box;
	padding-right: 8rem;
	border-right: 1px solid #E1EBF3;
}
.nav_dropdown_title_inner {
	padding-top: 1.4rem;
}
.nav_dropdown_title_en {
	font-size: 3.0rem;
	margin-bottom: 0.4rem;
	font-family: "droid-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #286BC1;
}
.nav_dropdown_title_text {
	margin-bottom: 3.2rem;
	font-size: 1.4rem;
	line-height: 1.6;
	white-space: nowrap;
}
.nav_dropdown_title .btn-01 a {
	padding: 0 0 0.8rem 0;
	font-size: 1.4rem;
}
.nav_dropdown_list {
	width: 65%;
	padding-left: 8rem;
	box-sizing: border-box;
	display: flex;
	/* justify-content: center; */
	flex-wrap: wrap;
	margin-bottom: -1rem;
}
.nav_dropdown_list li {
	display: flex;
	width: 50%;
	margin-bottom: 1rem;
}
.nav_dropdown_list li a {
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0.4rem 0;
	color: #222222;
	line-height: 1;
	text-align: justify;
}
.nav_dropdown_list_l {
	position: relative;
	width: 8.8rem;
	height: 8.8rem;
	margin-right: 1.6rem;
	overflow: hidden;
	background-position: center;
	background-size: 135%;
	transition: 0.4s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.nav_dropdown_list_l::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 15, 30, .3);
	transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	opacity: 0;
	z-index: 10;
}
.nav_dropdown_list_l::after {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	font-size: 1.3rem;
	font-family: "droid-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.125em;
	content: "View More";
	opacity: 0;
	z-index: 10;
	transform: scale(1, 1);
	transition: 0.25s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.nav_dropdown_list_img01 {
	background-image: url(../images/header_menu_product01.jpg);
}
.nav_dropdown_list_img02 {
	background-image: url(../images/header_menu_product02.jpg);
}
.nav_dropdown_list_img04 {
	background-image: url(../images/header_menu_product03.jpg);
}
.nav_dropdown_list_img06 {
	background-image: url(../images/header_menu_technology01.jpg);
}
.nav_dropdown_list_img07 {
	background-image: url(../images/header_menu_technology02.jpg);
}
.nav_dropdown_list_img08 {
	background-image: url(../images/header_menu_technology03.jpg);
}

.nav_dropdown_list li a:hover .nav_dropdown_list_l {
	background-size: 115%;
}
.nav_dropdown_list li a:hover .nav_dropdown_list_l::before {
	opacity: 1;
	transform: scale(1, 1);
}
.nav_dropdown_list li a:hover .nav_dropdown_list_l::after {
	opacity: 1;
	transform: scale(.8, .8);
}
.nav_dropdown_list_text {
	margin-bottom: 0.6rem;
	font-size: 1.7rem;
	font-weight: bold;
}
.nav_dropdown_list_en {
	margin-left: 0.1rem;
	font-size: 1.2rem;
	font-family: "droid-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ADB6BF;
}
.nav_dropdown_list_l .btn-01 {
	font-size: 1.3rem;
	font-family: "droid-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.nav_dropdown_list_l .btn-01 {
	position: relative;
}
.nav_dropdown_list_l .btn-01 span {
	display: inline-block;
	position: relative;
	line-height: 1;
	padding-bottom: 1rem;
	color: #64CCBF;
}
.nav_dropdown_list_l .btn-01 span::after {
	position: absolute;
	right: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #64CCBF;
	transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	content: "";
	z-index: 1;
}
.nav_dropdown_list li:hover .nav_dropdown_list_l .btn-01::after {
	width: 0;
	right: 0;
	left: auto;
}
.nav_dropdown_list_text, .nav_dropdown_list_en, .nav_dropdown_list_l {
	transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.nav_dropdown_list li:hover .nav_dropdown_list_text, .nav_dropdown_list li:hover .nav_dropdown_list_en, .nav_dropdown_list li:hover .nav_dropdown_list_l,.nav_dropdown_list li:hover .nav_dropdown_list_text {
	color: #64CCBF;
}
.nav_dropdown_list_text {
	position: relative;
}
.nav_dropdown_list_text::after {
	position: absolute;
	right: 0;
	left: auto;
	bottom: -4px;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: 0.2s ease-out;
	content: "";
	z-index: 1;
}
nav ul li .nav_dropdown a:hover .nav_dropdown_list_text::after {
	width: 100%;
	right: auto;
	left: 0;
}
nav ul li .nav_dropdown a:hover::before {
	right: 20px;
}
nav ul li .nav_dropdown_list.nav_dropdown_list-02 li {
	display: block;
	position: relative;
}
/* ------------------------------
	end header
 --------------------------------*/

/* ------------------------------
	footer Start
 --------------------------------*/
footer {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}

/* コピーライト */
.copy {
	margin-bottom: 45px;
	text-align: center;
}
.copy small {
	line-height: 1;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
/* footer info*/
.footer_info {
	padding: 16.2rem 0 11.2rem;
}
.footer_info a {
	position: relative;
	color: #222222;
	font-weight: bold;
}
.footer_info a:hover{
	color: #64CCBF;
}
.footer_info_sitemap_home_sp {
	display: none;
}
.footer_info_sitemap a::after, .footer_info_sitemap-small a::after {
	position: absolute;
	width: 0;
	right: 0;
	left: auto;
	bottom: -0.2rem;
	height: 1px;
	background-color: #222222;
	transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	content: "";
	z-index: 1;
}
.footer_info_sitemap a:hover::after, .footer_info_sitemap-small a:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}
.footer_info .inner-02 {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
}
.footer_info .inner-02:first-child {
	margin-bottom: 19.2rem;
	justify-content: space-between;
}
.footer_info_profile_logo {
	margin-bottom: 3.6rem;
}
.footer_info_profile_logo a {
	transition: 0.15s ease-in-out;
}
.footer_info_profile_logo a:hover {
	opacity: 0.5;
}
.footer_info_profile_company {
	margin-bottom: 0.8rem;
	font-weight: bold;
	font-size: 1.5rem;
}
.footer_info_profile_address {
	display: flex;
	font-size: 1.3rem;
	font-weight: bold;
}
.footer_info_profile_address dt {
	margin-right: 0.7rem;
	font-weight: bold;
}
.footer_info_profile_tel {
	font-size: 1.3rem;
}
.footer_info_profile_tel a {
	pointer-events: none;
}
.footer_info_profile_call {
	margin-right: 2rem;
	font-weight: bold;
}
.footer_info_profile_fax{
	font-weight: bold;
}
.footer_info_sitemap {
	display: flex;
	/* margin-top: -0.9rem; */
	font-size: 1.3rem;
}
.footer_info_sitemap ul, .footer_info_sitemap dl {
	margin-right: 7.0rem;
	overflow: hidden;
}
.footer_info_sitemap ul:last-child, .footer_info_sitemap dl:last-child {
	margin-right: 0;
}
.footer_info_sitemap ul li {
	margin-bottom: 1.55rem;
}
.footer_info_sitemap ul li, .footer_info_sitemap dt {
	font-weight: bold;
}
.footer_info_sitemap dt {
	margin-bottom: 1.0rem;
}
.footer_info_sitemap dd {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}
.footer_info_sitemap dd a{
	color: #5D6776;
}
.footer_info_copyright {
	margin-top: -0.1rem;
	margin-left: 8rem;
	font-size: 1.4rem;
	font-family: "droid-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
}
.footer_info_copyright_copy {
	position: relative;
	top: -0.1rem;
	font-size: 1.1rem;
}
.footer_info_sitemap-small {
	line-height: 1;
	font-size: 1.3rem;
}
.footer_info_sitemap-small ul {
	display: flex;
}
.footer_info_sitemap-small li {
	margin-right: 3.4rem;
	position: relative;
}
.footer_info_sitemap-small li:last-child {
	margin-right: 0;
}
.footer_info_sitemap ul li i{
	padding-right: 5px;
}
/* ------------------------------
	end footer
 --------------------------------*/
