@charset "UTF-8";
/*-----------------------------------
    共通設定
-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*-----------------------------------
    レイアウト
-----------------------------------*/
.contents_inner {
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
}
.row_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.fs_en {
	font-family: "Archivo", sans-serif;
}

@media screen and (max-width: 840px) {
	body {
		font-size: 13px;
		line-height: 1.6em;
	}
}
@media screen and (max-width: 840px) {
	body {
		font-size: 13px;
		line-height: 1.6em;
	}
}

/*-----------------------------------
    ユーティリティ
-----------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}

.text_center {
	text-align: center;
}
.clearfix::after {
	display: block;
	clear: both;
	content: '';
}

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/*-----------------------------------
    見出し
-----------------------------------*/
.h2_style{
	font-size: 36px;
	text-align: center;
	color: #fff;
	background: url("../images/common/h2_bg.png")no-repeat center/contain;
	padding: 85px 0 95px;
	margin-bottom: 60px;
	line-height: 1.3;
	font-weight: 500;
}
.h2_style span{
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 5px auto 0;
}

@media screen and (max-width: 640px) {
	.h2_style{
		font-size: 22px;
		padding: 45px 0 55px;
		margin-bottom: 30px;
	}
	.h2_style span{
		font-size: 8px;
	}
}

/* /*-----------------------------------
    ヘッダー
-----------------------------------*/
/* header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: rgba(255, 255, 255, 0.95);
	padding: 15px 0;
}
header .contents_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo img {
	height: 30px;
	width: auto;
}
header nav ul {
	display: flex;
	gap: 2vw;
}
header nav ul li a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.05em;
	transition: opacity 0.3s;
}
header nav ul li a:hover {
	opacity: 0.7;
}

header #nav_menu ul li.has-child > a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: var(--mClr2) transparent transparent transparent;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	transition: all .3s;
}
header #nav_menu ul li.has-child:hover > a::after,
header #nav_menu ul li.has-child:active > a::after {
	transform: rotate(180deg);
}
header #nav_menu ul li.has-child ul {
	position: absolute;
	left: -20px;
	top:calc(100% - 3px);
	z-index: 4;
	background:var(--mClr2);
	width:max-content;
	padding: 30px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	flex-direction: column;
	gap: 30px;
	border-radius: 10px;
}
header #nav_menu ul li.has-child:hover > ul,
header #nav_menu ul li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}
header #nav_menu ul li.has-child> ul li a {
	line-height: 1;
	color: #FFF;
}

@media screen and (max-width: 640px) {
	header {
		padding: 10px 0;
	}
} */

/*-----------------------------------
    フッター
-----------------------------------*/
/* footer {
	background: #333333;
	color: #ffffff;
	padding: 4vw 0 0;
}
footer .contents_inner {
	text-align: center;
}
footer .footer_logo img {
	height: 30px;
	width: auto;
	margin-bottom: 2vw;
}
#footer_copy {
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.05em;
} */ */
