@charset "UTF-8";
/* CSS Document */

:root {
	--font-mincho: "hiragino-mincho-pron", sans-serif;
	--font-gothic: "kozuka-gothic-pro", sans-serif;
	--color_lightblue: rgba(22,164,248,1.0);	/* #16a4f8 */
	--color_orange: rgba(239,161,63);	/* #efa13f */
	--color_lightgreen: rgba(0,178,154,1.0); /* #00b29a */
	--color_pink: rgba(253,9,95,1.0); /* #fd095f  */
	--color_gray: rgba(151,151,151,1.0);	/* #979797 */
	--sp-header-height: 50px;
}

/* --------------------------------------------------
基本設定
-------------------------------------------------- */
* {
	overflow-wrap: break-word;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:focus {
	outline: none !important;
}
a:hover {
	outline: none;
}
img {
	height: auto;
}
i {
	font-style: normal;
}

body {
	font-family: var(--font-gothic);
	line-height: 1.7;
	position: relative;
}

/* --------------------------------------------------
header
-------------------------------------------------- */
header {
}
header .header_inn {
}
header .header_logo {
}
header .header_link {
}
header .header_logo_text {
}
header .header_logo_symbol {
}
header .header_pagetitle {
}

/* --------------------------------------------------
pankuzu
-------------------------------------------------- */
.pankuzu {
}
.pankuzu .pankuzu_lists {
}
.pankuzu .pankuzu_list {
	position: relative;
}
.pankuzu .pankuzu_list:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f04b";
	color: #ccc;
}
.pankuzu .pankuzu_list:last-child:after {
	content: none;
}
.pankuzu .pankuzu_link {
}
.pankuzu a.pankuzu_link {
	color: #333;
}
.pankuzu span.pankuzu_link {
	color: #333;
}

/* --------------------------------------------------
sidebar
-------------------------------------------------- */
.sidebar {
}

#nav {
}
#nav .nav_list {
}
#nav .nav_link {
}
#nav .nav_link_en {
}
#nav .nav_link_en:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f061";
}
#nav .nav_link_jp {
}

/* サブメニュー */
#nav .submenu_lists {
}
#nav .submenu_list {
}
#nav .submenu_link {
	display: block;
}

/* sidebar_contact */
.sidebar .sidebar_contact {
}
.sidebar .sidebar_contact_title {
}
.sidebar .sidebar_contact_text {
}
.sidebar .sidebar_contact_text:last-child {
	margin-bottom: 0;
}
.sidebar .sidebar_contact_link {
}
.sidebar .sidebar_contact_link i {
}


/* --------------------------------------------------
main
-------------------------------------------------- */
main {
}
#main_contents {
}

.pageTitle {
	border-bottom: 1px solid #555;
}
.pageTitle .pageTitle_heading {
	font-family: var(--font-mincho);
	color: #111;
	font-weight: 600;
}
.pageTitle .pageTitle_lead {
	font-family: var(--font-gothic);
	color: #454545;
}

.page_introduction {
	line-height: 1.7;
}


/* --------------------------------------------------
pageTop
-------------------------------------------------- */
.pageTop {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 500;
}
.pageTop .pageTop_link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	border-radius: 100%;
}
.pageTop .pageTop_link:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f106";
}


/* --------------------------------------------------
footer
-------------------------------------------------- */
footer {
	width: 100%;
	background: #051267;
}
footer:before {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: var(--color_lightblue);
}
footer .footer_inn {
}
footer .footer_nav {
}
footer .footer_nav_inn {
}
footer .footer_nav_title {
	color: #cfd7e5;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #25317b;
}
footer .footer_nav_lists {
}
footer .footer_nav_list {
}
footer .footer_nav_link {
	color: #b2b8c3;
}
footer .copy {
	color: #b2b8c3;
}


/* --------------------------------------------------
PC
-------------------------------------------------- */
@media screen and (min-width: 768px) {

	.pc_show {
		display: block;
	}
	.pc_hide {
		display: none !important;
	}
	.pc_block {
		display: block;
	}

	body {
		font-size: 13px;
		background-image: url(/img/common/back.png);
		background-attachment: fixed;
	}

	/* --------------------------------------------------
	header
	-------------------------------------------------- */
	header {
		height: 138px;
		background: url(/img/common/bg_headerwrapper.jpg) repeat-x;
	}
	header .header_inn {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 920px;
		height: 138px;
		background-image: url(/img/common/bg_header.jpg);
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
		padding: 8px 10px 0;
	}
	header .header_logo {
	}
	header .header_link {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
	}
	header .header_logo_text,
	header .header_logo_symbol {
		height: 50px;
		fill: #fff
	}
	header .header_logo_text {
	}
	header .header_logo_symbol {
	}
	header .header_pagetitle {
		font-size: 42px;
		color: #fff;
		margin-top: 7px;
	}

	/* --------------------------------------------------
	pankuzu
	-------------------------------------------------- */
	.pankuzu {
		display: flex;
		align-items: center;
		height: 28px;
	}
	.pankuzu .pankuzu_lists {
		display: flex;
		width: 976px;
		margin: 0 auto;
	}
	.pankuzu .pankuzu_list {
		margin-right: 28px;
	}
	.pankuzu .pankuzu_list:after {
		right: -18px;
		font-size: 8px;
	}
	.pankuzu .pankuzu_link {
		font-size: 12px;
	}
	.pankuzu a.pankuzu_link {
	}
	.pankuzu span.pankuzu_link {
	}

	/* --------------------------------------------------
	sidebar
	-------------------------------------------------- */
	.sidebar {
		width: 218px;
	}

	#nav {
		margin-bottom: 10px;
	}
	#nav .nav_list {
		border-bottom: 1px solid var(--color_gray);
		position: relative;
	}
	#nav .nav_link {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 12px 4px;
	}
	#nav .nav_link_en {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: var(--color_lightblue);
		font-weight: bold;
	}
	#nav .nav_link_en:before {
		margin-right: 6px;
	}
	#nav .nav_link_jp {
		font-size: 12px;
		color: var(--color_gray);
	}
	#nav .nav_link:hover .nav_link_en,
	#nav .nav_link:hover .nav_link_jp {
		color: var(--color_orange);
	}

	/* サブメニュー */
	#nav .submenu_lists {
		width: 150px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease-out;
		position: absolute;
		top: 0;
		left: calc(100% + 10px);
		background: rgba(255,255,255,0.9);
		z-index: 1000;
	}
	/* サブメニュー hoverで表示 */
	#nav .nav_list:hover > .submenu_lists {
		max-height: 500px;
		transition: max-height 0.8s ease-in;
	}
	#nav .submenu_list {
		border-bottom: 1px solid var(--color_gray);
	}
	#nav .submenu_link {
		font-size: 12px;
		color: var(--color_gray);
		padding: 5px;
	}
	#nav .submenu_link:hover {
		color: #fff;
		background-color: var(--color_orange);
	}

	/* sidebar_bnrlists */
	.sidebar .sidebar_bnrlists {
		margin-bottom: 10px;
	}
	.sidebar .sidebar_bnrlist {
		margin-bottom: 10px;
	}
	.sidebar .sidebar_bnrlist:last-child {
		margin-bottom: 10px;
	}
	.sidebar .sidebar_bnrlink {
		display: block;
	}
	.sidebar .sidebar_bnrimage {
		display: block;
		width: 100%;
	}

	/* sidebar_contact */
	.sidebar .sidebar_contact {
	}
	.sidebar .sidebar_contact_title {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		border-bottom: 1px solid var(--color_gray);
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.sidebar .sidebar_contact_text {
		font-size: 16px;
		color: var(--color_lightblue);
		margin-bottom: 8px;
	}
	.sidebar .sidebar_contact_link {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		color: var(--color_lightblue);
		border: 1px solid var(--color_lightblue);
		border-radius: 2px;
		padding: 8px 0;
	}
	.sidebar .sidebar_contact_link.tel_link {
		pointer-events: none;
	}
	.sidebar .sidebar_contact_link i {
		margin-right: 5px;
	}


	/* --------------------------------------------------
	main
	-------------------------------------------------- */
	main {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 976px;
		color: #505050;
		background: #fff;
		margin: 0 auto;
		padding: 28px;
	}
	#main_contents {
		width: 685px;
	}

	.pageTitle {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.pageTitle .pageTitle_heading {
		font-size: 36px;
		margin-bottom: 5px;
	}
	.pageTitle .pageTitle_lead {
		font-size: 18px;
		padding: 0 8px;
	}

	.page_introduction {
		font-size: 14px;
		margin-bottom: 20px;
	}

	/* --------------------------------------------------
	pageTop
	-------------------------------------------------- */
	.pageTop {
		width: 110px;
		height: 110px;
		padding: 20px;
	}
	.pageTop .pageTop_link {
		font-size: 11px;
		line-height: 0.9;
		background: rgba(0,0,0,0.1);
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
	}
	.pageTop .pageTop_link:before {
		font-size: 30px;
		margin-top: -5px;
	}
	.pageTop .pageTop_link:hover {
		background: rgba(0,0,0,0.9);
	}


	/* --------------------------------------------------
	footer
	-------------------------------------------------- */
	footer {
		margin-top: 30px;
	}
	footer .footer_inn {
		width: 920px;
		margin-right: auto;
		margin-left: auto;
		padding: 30px 0;
	}
	footer .footer_nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	footer .footer_nav_inn {
		width: 48%;
	}
	footer .footer_nav_title {
		font-size: 16px;
		margin-bottom: 15px;
		padding: 5px 2px 15px;
	}
	footer .footer_nav_lists {
		display: flex;
		flex-wrap: wrap;
	}
	footer .footer_nav_list {
		width: calc(100% / 3);
		margin-bottom: 5px;
	}
	footer .footer_nav_link {
		font-size: 12px;
		padding: 0 5px;
	}
	footer .footer_nav_link:hover{
		color: #fff;
	}
	footer .copy {
		font-size: 12px;
	}
}


/* --------------------------------------------------
スマホ
-------------------------------------------------- */
@media all and (max-width: 767px) {

	.sp_show {
		display: block;
	}
	.sp_hide {
		display: none;
	}
	.sp_block {
		display: block;
	}

	body {
	}
	body.no-scroll {
		overflow: hidden;
		touch-action: none;
	}
	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease;
		z-index: 998;
	}
	/* オーバーレイ表示 */
	.overlay.active {
		opacity: 1;
		visibility: visible;
	}


	/* --------------------------------------------------
	header
	-------------------------------------------------- */
	header {
		position: fixed;
		top: 0;
		width: 100%;
		height: var(--sp-header-height);
		background: rgba(255,255,255,1.0);
		box-shadow: 0 0 3px rgba(0,0,0,0.2);
		z-index: 1999;
	}
	header .header_inn {
		padding: 10px;
	}
	header .header_logo {
	}
	header .header_link {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	header .header_logo_text,
	header .header_logo_symbol {
		height: 30px;
		fill: #454545;
	}
	header .header_logo_text {
		order: 2;
	}
	header .header_logo_symbol {
		order: 1;
	}
	header .header_pagetitle {
		display: none;
		font-size: 42px;
		color: #fff;
	}

	.hamburger {
		border: none;
		position: fixed;
		top: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: var(--sp-header-height);
		height: var(--sp-header-height);
		background: var(--color_lightblue);
		padding: 15px;
		cursor: pointer;
	}
	.hamburger span {
		display: block;
		width: 22px;
		height: 2px;
		background: #fff;
	}
	/* open時のアニメーション */
	.hamburger.open span:nth-of-type(1) {
		animation: active-bar01 0.5s forwards;
	}
	.hamburger.open span:nth-of-type(2) {
		opacity: 0;
	}
	.hamburger.open span:nth-of-type(3) {
		animation: active-bar03 0.5s forwards;
	}

	/* 戻るときのアニメーション */
	.hamburger.animate-back span:nth-of-type(1) {
		animation: back-bar01 0.5s forwards;
	}
	.hamburger.animate-back span:nth-of-type(3) {
		animation: back-bar03 0.5s forwards;
	}

	/* 開くとき */
	@keyframes active-bar01 {
		0% { transform: translateY(0) rotate(0); }
		50% { transform: translateY(9px) rotate(0); }
		100% { transform: translateY(9px) rotate(45deg); }
	}
	@keyframes active-bar03 {
		0% { transform: translateY(0) rotate(0); }
		50% { transform: translateY(-9px) rotate(0); }
		100% { transform: translateY(-9px) rotate(-45deg); }
	}

	/* 閉じるとき */
	@keyframes back-bar01 {
		0% { transform: translateY(9px) rotate(45deg); }
		50% { transform: translateY(9px) rotate(0); }
		100% { transform: translateY(0) rotate(0); }
	}
	@keyframes back-bar03 {
		0% { transform: translateY(-9px) rotate(-45deg); }
		50% { transform: translateY(-9px) rotate(0); }
		100% { transform: translateY(0) rotate(0); }
	}


	/* --------------------------------------------------
	pankuzu
	-------------------------------------------------- */
	.pankuzu {
		margin-top: var(--sp-header-height);
		padding: 0.5vw 1.5vw 1.5vw;
	}
	.pankuzu .pankuzu_lists {
		display: flex;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.pankuzu .pankuzu_list {
		margin-right: 5vw;
	}
	.pankuzu .pankuzu_list:after {
		right: -3.5vw;
		font-size: 1.75vw;
		margin-top: 0.667vw;
	}
	.pankuzu .pankuzu_link {
		font-size: 2.75vw;
	}
	.pankuzu a.pankuzu_link {
	}
	.pankuzu span.pankuzu_link {
	}


	/* --------------------------------------------------
	sidebar
	-------------------------------------------------- */
	.sidebar {
		position: fixed;
		top: 0;
		right: -75vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 75vw;
		height: 100%;
		background: #fff;
		overflow-y: auto;
		transition: right 0.3s ease;
		padding: calc(var(--sp-header-height) + 2.5vw) 3.5vw 5vw;
		z-index: 999;
	}
	.sidebar.active {
		right: 0;
	}

	#nav {
		margin-bottom: 2vw;
	}
	#nav .nav_list {
		border-bottom: 1px solid var(--color_gray);
		position: relative;
	}
	#nav .nav_link {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 3vw 1vw;
	}
	#nav .nav_link_en {
		display: flex;
		align-items: center;
		font-size: 3.5vw;
		color: var(--color_lightblue);
		font-weight: bold;
	}
	#nav .nav_link_en:before {
		margin-right: 1.5vw;
		transition-duration: 0.5s;
	}
	#nav .nav_link.open .nav_link_en:before {
		transform: rotate(450deg);
    	transition-duration: 0.5s;
	}
	#nav .nav_link_jp {
		font-size: 2.5vw;
		color: #333;
	}

	/* サブメニュー */
	#nav .submenu_lists {
		display: none;
		background: #f8f8f8;
		padding: 0 1vw;
	}
	#nav .submenu_list {
		border-bottom: 1px dashed var(--color_gray);
	}
	#nav .submenu_list:last-child {
		border-bottom: none;
	}
	#nav .submenu_link {
		font-size: 3.25vw;
		color: #111;
		padding: 2.5vw 2vw;
	}

	/* sidebar_contact */
	.sidebar .sidebar_contact {
	}
	.sidebar .sidebar_contact_title {
		font-size: 3.5vw;
		text-align: center;
		margin-bottom: 2.0vw;
	}
	.sidebar .sidebar_contact_text {
		margin-bottom: 2.5vw;
	}
	.sidebar .sidebar_contact_link {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 3.5vw;
		color: #fff;
		font-weight: bold;
		background: var(--color_lightblue);
		border-radius: 100px;
		padding: 2.0vw 0;
	}
	.sidebar .sidebar_contact_link i {
		margin-right: 1.5vw;
	}


	/* --------------------------------------------------
	main
	-------------------------------------------------- */
	main {
		padding-bottom: 7.5vw;
	}
	#main_contents {
		padding: 5vw;
	}

	.pageTitle {
		width: calc(100vw - calc(1.5vw * 2));
		margin-top: -3.5vw;
		margin-bottom: 4vw;
		margin-left: -3.5vw;
		padding-bottom: 2.5vw;
	}
	.pageTitle .pageTitle_heading {
		font-size: 5vw;
		color: #111;
		margin-bottom: 1.5vw;
	}
	.pageTitle .pageTitle_lead {
		font-size: 3.25vw;
		color: #454545;
		line-height: 1.5;
		padding: 0 0.5vw;
	}

	.page_introduction {
		font-size: 3.25vw;
		margin-bottom: 4vw;
	}

	/* --------------------------------------------------
	pageTop
	-------------------------------------------------- */
	.pageTop {
		width: 20vw;
		height: 20vw;
		padding: 2.5vw;
	}
	.pageTop .pageTop_link {
		font-size: 2.125vw;
		line-height: 0.85;
		background: rgba(0,0,0,0.9);
	}
	.pageTop .pageTop_link:before {
		font-size: 5.5vw;
		margin-top: -1vw;
	}


	/* --------------------------------------------------
	footer
	-------------------------------------------------- */
	footer {
	}
	footer .footer_inn {
		padding: 5vw 2.5vw;
	}
	footer .footer_nav {
		margin-bottom: 5vw;
	}
	footer .footer_nav:last-child {
		margin-bottom: 0;
	}
	footer .footer_nav_inn {
		margin-bottom: 5vw;
	}
	footer .footer_nav_title {
		font-size: 3.75vw;
		margin-bottom: 2vw;
		padding: 0 1.5vw 2vw;
	}
	footer .footer_nav_lists {
		display: flex;
		flex-wrap: wrap;
		padding: 0 1.5vw;
	}
	footer .footer_nav_list {
		width: calc(100% / 2);
		margin-bottom: 1vw;
	}
	footer .footer_nav_link {
		font-size: 12px;
	}
	footer .copy {
		font-size: 2.75vw;
		text-align: center;
	}
}
