@charset "utf-8";

/* リセット	*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, picture, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	/* smooth scroll css */
	scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
  max-width:100%;
}
*, *:before, *:after {
	box-sizing: border-box;
}

/* general framework */
html,
body {
	width: 100%;
	height: 100%;
  color:#333;
}
html {
	font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
}

/* main color */
:root {
	/* コンテンツ幅 */
	/* --contWid : 1040px; */
	--color-primary: #008FCD;
  --color-sencodary: #015D84;
  --color-bg: #008FCD;
	--color-coral: #ffa3a8;
	--color-white: #fff;
	--color-error: #f00;
  --line-height: 1.5;

	--color-gray: #ccc;
	--color-gray-dark: #efefef;
	--color-gray-light: #888;
}
a{
  color:inherit;
	text-decoration: none;
}
.wrap {
	margin-top: 89px;
	background: var(--color-bg);
}
section {
	overflow-x: hidden;
}


/* general */
@media screen and (min-width: 971px) {
	.pcNone {
		display: none;
	}

	/* header */
	header {
		width: 100%;
		height: 89px;
		position: fixed;
		top: 0;
		left: 0;
		background: var(--color-white);
		z-index: 99;
		padding: 0 30px;
	}
	.header-inner {
		position: relative;
    display: flex;
		align-items: center;
		justify-content: center;
		max-width: 1820px;
		gap: 10px;
		margin: 0 auto;
		padding: 0 10px;
	}
	.header-inner a.furunoLogo {
		display: block;
		width: 193px;
		color: var(--color-primary);
		margin-right: 40px;
	}
	.header-inner a.logo {
		display: block;
		width: 217px;
		color: var(--color-primary);
	}
	.header-inner nav {
		width: calc(100% - 193px - 217px - 40px);
		display: flex;
	}
	.global-nav ul {
		width: var(--contWid);
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 2dvw;
		/* margin: 0 auto; */
		height: 89px;
		margin-left: auto;
	}
	.global-nav a {
		color: var(--base_blue, #008FCD);
		font-family: "Noto Sans JP";
		font-size: clamp(14px,1.2dvw,16px);
		font-style: normal;
		font-weight: 900;
		line-height: 1.4;
		white-space: nowrap;
	}
	.global-nav a.accent {
		color: #FFA3A8;
	}
	.lang ul {
		display: flex;
		gap: 0.8dvw;
	}
	.lang ul li a {
		font-size: 24px;
		font-weight: 900;
		line-height: 150%;
	}
	.lang ul li:first-child a {
		color: var(--color-coral);
	}
	.lang ul li:first-child:after {
		content: "";
		display: inline-block;
		background: var(--base_blue, #008FCD);
		height: 1.2em;
		width: 2px;
		margin-left: 0.8dvw;
	}
	.nav-toggle {
		display: none;
	}

	main {
		background: url(/blue-carbon/assets/img/common/bg_bottom.png) center bottom repeat-x;
	}

	
	/* footer */
	footer {
		margin-top: auto;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #004DA2;
	}
	.site-footer {
		max-width: 1275px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		padding: 0 10px;
	}
	.site-logo {
		display: flex;
		align-items: center;
		margin-right: auto;
		max-width: 217px;
		flex: 1;
	}
	.site-footer nav ul {
		max-width: 892px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		gap: 1vw;
	}
	.site-footer nav ul li a {
		color: var(--base_blue, #008FCD);
		font-family: "Noto Sans JP";
		font-size: clamp(14px,1.2dvw,16px);
		font-style: normal;
		font-weight: 900;
		line-height: 1.5;
	}
	.site-footer nav ul {
		width: var(--contWid);
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1.9vw;
		margin: 0 auto;
		height: 89px;
	}
	.site-footer nav ul li a.accent {
		color: #FFA3A8;
	}
	.corp-logo {
		display: flex;
		align-items: center;
		margin-left: auto;
		max-width: 193px;
		flex: 1;
	}
	footer small {
		height: 65px;
		color: var(--FURUNO_blue, #004DA2);
		font-family: "Noto Sans JP";
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
		border-top: 1px solid #004DA2;
	}
	.siteLogo {
		margin-right: auto;
	}
	.corpLogo {
		margin-left: auto;
	}

	#pagetop {
		position: fixed;
		right: 80px;
		bottom: 40px;
		width: 100px;
		height: 100px;
	}
	#pagetop a {
		position: relative;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		font-size: 13px;
		font-weight: 900;
		color: #D9F5FF;
		background: #015D84;
		border: 3px solid #D9F5FF;
		border-radius: 999px;
		padding-top: 30px;
	}
	#pagetop a::before {
		content:"";
		position: absolute;
		display: inline-block;
		top: 18px;
		left: 50%;
		transform: translateX(-50%);
		width: 4px;
		height: 34px;
		background: #D9F5FF;
		border-radius: 2px;
	}
	#pagetop a::after {
		content: "";
		position: absolute;
		top: 18px;
		left: 50%;
		display: inline-block;
		width: 21px;
		height: 21px;
		border-top: 4px solid #D9F5FF;
		border-right: 4px solid #D9F5FF;
		transform: translateX(-50%) rotate(-45deg);
		border-radius: 3px;
	}
	.over-rey {
		display: none;
	}
	.imgRadiusWrap img {
		border-radius: 30px;
	}
}

@media screen and (max-width: 970px) {
	.wrap {
		margin-top: 50px;
	}
	.spNone {
		display: none;
	}
	html, body {
				/* overflow-x: hidden; */
	}
	main {
		background: url(/blue-carbon/assets/img/common/bg_bottom.png) center bottom repeat-x;
		background-size: 250%;
	}
	/* header */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: var(--color-white);
		z-index: 99;
	}
	.header-inner {
		display: flex;
		justify-content: space-between;
		padding: 16px 19px;
	}
	.header-inner a.logo {
		max-width: 180px;
		position: relative;
		z-index: 8;
	}
	.header-inner a.furunoLogo {
		display: none;
	}
	nav.global-nav {
    width: 100%;
		position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
	}
	nav.global-nav ul {
		display: none;
		padding: 0 20px;
		margin: 50px 0 0 0;
    background: #015D84;
	}
	.nav-open nav.global-nav ul {
		display: block;
	}
	.nav-open nav.global-nav ul li a {
		color: #fff;
		font-size: 16px;
		font-weight: 900;
		display: block;
		padding: 20px 0;
		border-bottom: 1px solid #fff;
	} 
	.nav-open nav.global-nav .lang ul {
		display: flex;
		gap: 10px;
		margin-top: 0;
		justify-content: center;
	}
	.nav-open nav.global-nav .lang ul a {
		border: none;
	}

	/* toggle */
	.nav-toggle {
		width: 25px;
		height: 19px;
		position: relative;
		z-index: 7;
	}
	.nav-toggle span{
		position: absolute;
		top: 8px;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 10px;
		background: var(--coral2, #FFA3A8);
		transition: .3s;
	}
	.nav-toggle span:first-of-type{
		top: 0;
		background: var(--base_darkblue, #015D84);
	}
	.nav-toggle span:last-of-type{
		background: var(--base_darkblue, #015D84);
		top: 16px;
	}
	.nav-open .nav-toggle span {
		opacity: 0;
	}
	.nav-open .nav-toggle span:first-of-type{
		top: 5px;
		opacity: 1;
		transform: rotate(45deg);
	}
	.nav-open .nav-toggle span:last-of-type{
		top: 5px;
		opacity: 1;
		transform: rotate(-45deg);
	}
	
	/* footer */
	footer {
		margin-top: auto;
		height: 200px;
		width: 100%;
		background: #fff;
	}
	.site-footer {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 26px;
		border-bottom: 1px solid #004DA2;
		padding: 26px 26px 15px 26px;
	}
	.site-logo {
		margin-right: auto;
	}
	.site-footer nav ul {
		max-width: 892px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.site-footer nav ul li a {
		color: var(--base_blue, #008FCD);
		font-family: "Noto Sans JP";
		font-size: 16px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.0;
	}
	.site-footer nav ul li a.accent {
			color: #FFA3A8;
		}
	.corp-logo {
		max-width: 200px;
	}
	footer small {
		color: var(--FURUNO_blue, #004DA2);
		font-family: "Noto Sans JP";
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
		border-top: 1px solid #004DA2;
	}
	.siteLogo {
		margin-right: auto;
	}
	.corpLogo {
		margin-left: auto;
	}

	#pagetop {
		display: none;
	}
	.over-rey {
		display: none;
	}
	.nav-open .over-rey {
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(1, 93, 132, .8);
		backdrop-filter: blur(3px);
		z-index: 6;
	}
	.imgRadiusWrap img {
		border-radius: 20px;
	}
}
