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

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
html{ font-size: 62.5%; /*scroll-behavior: smooth;*/visibility: hidden;}
html.wf-active,html.wfno-load{visibility: visible;}

body {
	width: 100%;
	height: 100%;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	font-feature-settings: "palt";
	text-align: justify;
	background:#FFF;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

img{
	width: 100%;
	height: auto;
}
img { -ms-interpolation-mode: bicubic; }

a{
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: none;
}

/*日本語*/
.noto-serif-jp-regular {
  font-family: "Noto Serif JP", "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
  font-style: normal;
}

.yuji-syuku-regular {
  font-family: "Yuji Syuku", "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
  font-style: normal;
}

/*英語*/
.helvetica-regular {
  font-family: "helvetica-neue-lt-pro", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 400;
  font-style: normal;
}

.helvetica-medium {
  font-family: "helvetica-neue-lt-pro", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 500;
  font-style: normal;
}

.helvetica-bold {
  font-family: "helvetica-neue-lt-pro", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 700;
  font-style: normal;
}

.helvetica-bold-condensed {
  font-family: "helvetica-neue-lt-pro-cond", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 700;
  font-style: normal;
}

.outfit-regular {
  font-family: "Outfit", "helvetica-neue-lt-pro", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

header{
	width: 100%;
	min-width: 900px;
	border-top: 3px solid #5f1909;
	background: #000;
	padding-top: 4px;
	position: relative;
	z-index: 5;
}

header div#h_block01{
	width: 900px;
	margin: 0 auto;
	padding: 0 16px;
}

header div#h_block01 h1{
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	color: #FFF;
}

header div#h_block02 {
	width: 100%;
	margin-top: 8px;
	background: #1a1a1a;
}

header div#h_block02 div#h_block_inner {
	width: 900px;
	margin: 0 auto;
	background: #141414;
	padding: 10px 16px 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header div#h_block02 div#h_block_inner figure{
	width: 268px;
	line-height: 0;
}

header div#h_block02 div#h_block_inner div.box{
	width: 185px;
}

header div#h_block02 div#h_block_inner div.box h6{
	font-size: 11px;
	font-size: 1.1rem;
	font-family: "Zen Old Mincho", "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 400;
	line-height: 1;
	color: #FFF;
	margin-bottom: 6px;
}

div#wrapper {
	width: 900px;
	/*height: calc(100vh - 80px);*/
	padding-top: 10px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 10px 0px 10px -10px rgba(100, 100, 100, 1), -10px 0px 10px -10px rgba(100, 100, 100, 1);
	position: relative;
	z-index: 3;
}

nav#g_nav {
	width: 100%;
}

nav#g_nav ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

nav#g_nav ul li{
	width: 16.66%;
	border-right: 1px solid #fcfdfd;
}

nav#g_nav ul li a{
	width: 100%;
	display: inline-block;
	border-right: 1px solid #dfe2e2;
	padding: 5px 0 3px;
	text-align: center;
	background: #f5f7f7;
	position: relative;
	color: #2a2a2a;
}

nav#g_nav ul li a:hover{
	background: #E7EDF3;
	background: linear-gradient(180deg,rgba(231, 237, 243, 1) 45%, rgba(218, 230, 249, 1) 100%);
}

nav#g_nav ul li a::before{
	content: "";
	width: 100%;
	height: 6px;
	display: inline-block;
	background: #F6F9F9;
	background: linear-gradient(180deg,rgba(246, 249, 249, 1) 0%, rgba(232, 238, 237, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

nav#g_nav ul li a:hover::before{
	background: #F1F5F8;
	background: linear-gradient(180deg,rgba(241, 245, 248, 1) 0%, rgba(224, 232, 236, 1) 100%);
}

nav#g_nav ul li a::after{
	content: "";
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #dfe2e2;
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: 3;
}

nav#g_nav ul li a span{
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Yuji Syuku", "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 700;
	font-style: normal;
	line-height: 0.9;
	position: relative;
	z-index: 5;
}

nav#g_nav ul li a span small{
	font-size: 70%;
	font-family: "helvetica-neue-lt-pro", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 700;
    font-style: normal;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #999999;
}

nav#g_nav ul li:last-of-type,
nav#g_nav ul li:last-of-type a{
	border-right: none;
}

article h2#page_title {
	line-height: 0;
}

article ul#breadcrumbs{
	width: 100%;
	height: 23px;
	background: url("../images/common/sb_menu.gif") repeat-x;
	background-size: 24px 23px;
	padding: 5px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	line-height: 1;
	margin-bottom: 20px;
}

article ul#breadcrumbs li{
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
}

article ul#breadcrumbs li a{
	color: #2D518D;
	text-decoration: underline;
}

article ul#breadcrumbs li a:hover{
	color: #456CAC;
	text-decoration: underline;
}

article ul#breadcrumbs li + li::before{
	content: ">";
	display: inline-block;
	padding: 0 0.5em;
}

article section h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
	color: #5f1909;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}

article section h3 small.en{
	font-size: 16px;
    font-size: 1.6rem;
    font-family: "Outfit", "helvetica-neue-lt-pro", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.15em;
    color: #CCC;
}

article section p {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.025em;
}

footer {
	width: 100%;
	margin-top: 60px;
	padding-bottom: 30px;
	border-top: 1px dotted #ccc;
	position: relative;
}

footer a#pagetop {
	min-height: 8px;
	display: inline-block;
	font-size: 10px;
	font-size: 1.0rem;
	font-family: "helvetica-neue-lt-pro", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	color: #999;
	position: absolute;
	top: -20px;
	right: 10px;
	background: url("../images/common/pagetop.svg") no-repeat;
	background-size: 8px;
	padding-left: 12px;
	background-position: left center;
}

footer nav{
	width: 100%;
	background: #EEEEED;
	padding: 6px 20px;
	margin-top: 30px;
}

footer nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

footer nav ul li{
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 1;
	padding: 0 5px;
}

footer nav ul li + li{
	border-left: 1px solid #333;
}

footer nav ul li:first-of-type{
	padding-left: 0;
}

footer nav ul li a{
	color: #2D518D;
	text-decoration: underline;
}

footer nav ul li a:visited{
	color: #062251;
	text-decoration: underline;
}

footer nav ul li a:hover{
	color: #456CAC;
	text-decoration: underline;
}

footer #f_block {
	margin-top: 4px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 11px;
	font-size: 1.1rem;
}

footer #f_block p,footer #f_block small{
	display: inline-block;
}

footer #f_block address {
	font-style: normal;
}

footer #f_block small{
	font-size: 100%;
	margin-left: 1em;
}

