@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, font, 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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #fff;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: #0d0907;
}
#container::before {
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	mix-blend-mode: overlay;
	background: url(../img/common/noise.png) repeat left top / 20rem;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container::before {
		background-size: 2.5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 4rem 4rem 0;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	z-index: 888;
	transition: 0.3s;
}
#gHeader.header {
	padding: 2rem 4rem;
	top: 0;
	position: fixed;
	z-index: 888;
	backdrop-filter: blur(2.5rem);
	--webkit-backdrop-filter: blur(2.5rem);
	background-color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1198px) {
	#gHeader .comEntryBox .subBox {
		left: auto;
		right: 0;
		transform: none;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0 0 0 1.8rem;
		left: 0;
		gap: 0;
		z-index: 1000 !important;
	}
	#gHeader.header {
		padding: 0 0 0 1.8rem;
	}
	#gHeader.header02 {
		background: none;
		backdrop-filter: none;
	}
	#gHeader .comEntryBox .subBox {
		padding: 0;
		left: auto;
		right: -4.3rem;
		transform: none;
		width: 100vw;
	}
	#gHeader .comEntryBox .inner {
		padding: 2.2rem;
		border-radius: 0;
	}
	#gHeader .comEntryBox .list ~ p {
		margin-top: 3.5rem;
	}
	#gHeader .comEntryBox .list02 {
		display: none !important;
	}
}
/* menu */
.menu {
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 2.2rem;
	background: #292727;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	cursor: pointer;
	transition: 0.3s;
}
.menu span {
	width: 0.5rem;
	height: 0.5rem;
	background: #fff;
	border-radius: 100%;
}
.menu.close {
	position: absolute;
	right: 4rem;
	top: 4rem;
	z-index: 1000;
	background: #fff;
}
.menu.close span {
	width: 2.2rem;
	height: 0.2rem;
	background: #000;
	border-radius: 0.1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.menu.close span:nth-child(1) {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.menu.close span:nth-child(2) {
	opacity: 0;
}
.menu.close span:nth-child(3) {
	transform: translate(-50%,-50%) rotate(45deg);
}
@media all and (min-width: 897px) {
	.menu.close:hover span,
	.menu:hover {
		background: #fff;
	}
	.menu.close:hover,
	.menu:hover span {
		background: #000;
	}
}
@media(min-width: 897px) and  (max-width: 1330px) {
	.menu.close {
		right: 1rem;
	}
}
@media all and (max-width: 896px) {
	.menu {
		border-radius: 0;
		gap: 0.2rem;
	}
	.menu span {
		width: 0.3rem;
		height: 0.3rem;
	}
	.menu.close {
		position: relative;
		right: 0;
		top: 0;
		background: #2f71b9;
		pointer-events: auto;
	}
	.menu.disabled {
		pointer-events: none;
		position: relative;
	}
	.menu.close span {
		width: 1.6rem;
		height: 0.2rem;
		background: #fff;
	}
}
/* navi */
#gNavi {
	flex: 1;
}
#gNavi  .navUl {
	margin-right: 2.9rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 3.4rem;
}
#gNavi  .navUl .hTtl {
	padding-right: 1.6rem;
	letter-spacing: 0;
	display: block;
	font-weight: 500;
	font-size: 1.5rem;
	cursor: pointer;
	transition: 0.3s;
	background: url(../img/common/arrow_icon04.png) no-repeat center right / 1rem;
}
#gNavi  .navUl li.on .hTtl {
	color: #2f71b9;
	background-image: url(../img/common/arrow_icon05.png);
}
#gNavi .navInner {
	padding: 3rem 4rem 0;
	width: 100%;
	max-width: 144rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	box-sizing: border-box;
	display: none;
}
#gNavi .inner {
	padding: 4.5rem 5rem 4.6rem;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 9.4rem;
	border-radius: 0.6rem;
	background: rgba(47,113,185,0.95);
}
#gNavi .inner .head {
	width: fit-content;
	font-size: 2.5rem;
}
#gNavi .inner .head span {
	display: block;
}
#gNavi .inner .head .en {
	margin: 0.3rem 0;
	font-size: 1.8rem;
}
#gNavi .inner .linkList {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 4rem;
}
#gNavi .etcInner .linkList {
	justify-content: flex-start;
}
#gNavi .inner .linkList > li {
	width: min(18.027vw,27.4rem);
	max-width: calc((100% - 4rem) / 3);
}
#gNavi .inner .linkList > li > a {
	display: block;
}
#gNavi .inner .linkList > li .photo {
	overflow: hidden;
}
#gNavi .inner .linkList > li img {
	width: 100%;
	transition: 0.3s;
}
#gNavi .inner .linkList .title {
	margin: 1.6rem 0 0.6rem;
	font-size: 1.7rem;
}
#gNavi .inner .linkList p {
	margin-right: -1rem;
	line-height: 1.615;
	font-size: 1.3rem;
	letter-spacing: 0;
}
#gNavi .inner .linkList .item01 {
	margin-left: 1.1rem;
	width: fit-content;
}
#gNavi .inner .linkList .item02 {
	width: fit-content;
}
#gHeader .hoverBox.on .hTtl {
	background: #2f71b9;
}
#gHeader .hoverBox.on .hTtl::after {
	background: #fff;
}
#gHeader .comEntryBox.noClick {
	pointer-events: none;
}
@media all and (min-width: 897px) {
	#gNavi  .navUl .hTtl:hover {
		color: #2f71b9;
		background-image: url(../img/common/arrow_icon05.png);
	}
	#gNavi .inner .linkList > li a:hover img {
		transform: scale(1.05);
	}
}
@media (min-width: 897px) and (max-width: 1330px) {
	#gNavi .inner {
		padding: 3.383vw 3.759vw 3.459vw;
		gap: 1vw;
	}
	#gNavi .navUl {
		gap: 2rem;
	}
	#gNavi .inner .head {
		font-size: 1.88vw;
	}
	#gNavi .inner .head .en {
		margin: 0.226vw 0;
		font-size: 1.353vw;
	}
	#gNavi .inner .linkList {
		gap: 3.008vw;
	}
	#gNavi .inner .linkList > li {
		margin: 0 !important;
		max-width: calc((100% - 7vw) / 3);
	}
	#gNavi .inner .linkList .title {
		font-size: 1.5rem;
	}
	#gHeader.header {
		padding-left: 1rem;
		padding-right: 1rem;
		gap: 0.752vw;
	}
	#gHeader.header .comLogo a {
		width: 18.722vw;
	}
	#gHeader.header #gNavi .navUl {
		margin-right: 2.18vw;
		gap: 2.556vw;
	}
	#gHeader.header #gNavi .navUl .hTtl {
		font-size: 1.128vw;
		padding-right: 1.203vw;
	}
	#gHeader.header .comEntryBox .hTtl {
		width: 10.376vw;
  		height: 3.308vw;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
	}
	#gHeader .hoverBox.on .hTtl span {
		background-size: 0.6rem;
		background-image: url(../img/common/arrow_icon04.png);
	}
}
/* menuBox */
.menuBox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.95) url(../img/common/menu_bg.png) no-repeat left bottom / 100%;
	z-index: 999;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}
.menuBox a {
	display: block;
}
.menuBox .siteList > li > a,
.menuBox .siteList .clickItem {
	font-weight: 700;
	font-size: 2.1rem;
	transition: 0.3s;
	letter-spacing: 0;
}
.menuBox .siteList > li + li {
	margin-top: 5.6rem;
}
.menuBox .siteList > li > a .en,
.menuBox .siteList .clickItem .en {
	margin-bottom: 0.6rem;
	display: block;
	font-size: 1.5rem;
	color: #2c6baf;
	line-height: 1.1;
}
.menuBox .subList {
	margin: 2rem 0 2.1rem;
}
.menuBox .subList li + li {
	margin-top: 1.4rem;
}
.menuBox .subList a {
	padding-left: 1.2rem;
	width: fit-content;
	font-weight: 500;
	font-size: 1.5rem;
	background: url(../img/common/arrow_icon01.png) no-repeat center left / 0.6rem;
}
.menuBox .clipBox {
	overflow: hidden;
	min-height: 100%;
}
.menuBox .innerBox {
	padding: 14.8rem 0;
	min-height: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 9rem;
}
.menuBox .comEntryBox {
	margin-left: 4.1rem;
	padding: 0.8rem 2.5rem;
	width: 24rem;
}
.menuBox .comEntryBox::after {
	height: 999rem;
	width: 999rem;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(47,113,185,0.95);
}
.menuBox .comEntryBox > * {
	position: relative;
	z-index: 1;
}
.menuBox .siteList {
	width: fit-content;
	flex-shrink: 0;
}
.menuBox .comLogo {
	position: absolute;
	left: 4rem;
	top: 4rem;
}
.menuBox .comEntryBox::before {
	content: "ENTRY";
	line-height: 1;
	font-family: "Forum", serif;
    font-weight: 400 !important;
	font-size: 8.6rem;
	opacity: 0.08;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	transform: rotate(90deg) translate(23%,-96%);
}
@media all and (min-width: 897px) {
	.menuBox .innerBox {
		margin: 0 auto;
		width: fit-content;
	}
	.menuBox .siteList a:hover {
		color: #2f71b9;
	}
	.menuBox .siteList03 {
		margin-right: auto;
	}
	.menuBox .posTop {
		top: 2rem;
	}
	.menuBox .subList a:hover {
		background-image: url(../img/common/arrow_icon08.png);
	}
}
@media all and (min-width: 1440px) {
	.menuBox .innerBox {
		min-width: 144rem;
	}
}
@media (min-width: 897px) and (max-width: 1330px) {
	.menuBox .siteList > li > a,
	.menuBox .siteList .clickItem {
		font-size: 1.579vw;
	}
	.menuBox .siteList > li + li {
		margin-top: 4.211vw;
	}
	.menuBox .siteList > li > a .en,
	.menuBox .siteList .clickItem .en {
		margin-bottom: 0.451vw;
	}
	.menuBox .subList {
		margin: 1.504vw 0 1.579vw;
	}
	.menuBox .subList li + li {
		margin-top: 1.053vw;
	}
	.menuBox .subList a {
		padding-left: 0.902vw;
	}
	.menuBox .innerBox {
		padding: 11.128vw 0 11.128vw 2vw;
		gap: 5vw;
	}
	.menuBox .comEntryBox {
		margin-left: 3.083vw;
		padding: 0.602vw 1.88vw;
		width: 21vw;
	}
	.menuBox .comEntryBox .list02 {
		margin-top: 6.617vw;
	}
	.menuBox .comEntryBox .list02 a {
		font-size: 1.1vw;
	}
	.menuBox .comEntryBox .list li a {
		font-size: 1.5vw;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		background-size: auto 100%;
	}
	.menuBox .innerBox {
		display: block;
	}
	.menuBox .innerBox {
		padding: 6.5rem 2.4rem 0;
	}
	.menuBox .siteList {
		width: 100%;
	}
	.menuBox .comEntryBox::after {
		display: none;
	}
	.menuBox .menu,
	.menuBox .comLogo {
		display: none !important;
	}
	.menuBox .siteList + .siteList {
		margin-top: 1.5rem;
	}
	.menuBox .siteList > li + li {
		margin-top: 1.5rem;
	}
	.menuBox .subList {
		margin: 0.3rem 0 2.6rem;
		display: none;
	}
	.menuBox .comPeopleList {
		margin-bottom: 2.5rem;
		display: none;
	}
	.menuBox .subList li + li {
		margin-top: 1.3rem;
	}
	.menuBox .comEntryBox {
		margin: 4.7rem -2.4rem 0;
		width: 100vw;
		padding: 2.4rem;
		border-radius: 0;
		background: rgba(47,113,185,0.95);
	}
	.menuBox  .comEntryBox .list ~ p {
		margin-top: 3.5rem;
	}
	.menuBox .comEntryBox .list02 {
		margin-top: 2.9rem;
	}
	.menuBox .comEntryBox::before {
		transform: rotate(90deg) translate(40%, -96%);
	}
	.menuBox .siteList > li {
		padding-bottom: 1px;
		border-bottom: 1px solid #535353;
	}
	.menuBox .siteList > li > a .en,
	.menuBox .siteList .clickItem .en {
		margin-bottom: 0.8rem;
		font-size: 1.2rem;
	}
	.menuBox .siteList > li > a,
	.menuBox .siteList .clickItem {
		padding: 1.4rem 2rem 1.4rem 0;
		font-size: 1.7rem;
		position: relative;
		cursor: pointer;
		background: url(../img/common/arrow_icon01.png) no-repeat right 1.1rem bottom 2rem / 0.5rem;
	}
	.menuBox .siteList > li > .clickItem {
		background-image: none;
	}
	.menuBox .siteList > li > .clickItem::before,
	.menuBox .siteList > li > .clickItem::after {
		width: 1.2rem;
		height: 1px;
		content: "";
		background: #fff;
		position: absolute;
		right: 1rem;
		top: 60%;
		transform: translateY(-50%);
		transition: 0.3s;
	}
	.menuBox .siteList > li > .clickItem::after {
		transform: translateY(-50%) rotate(90deg);
	}
	.menuBox .siteList > li > .clickItem.on::after {
		transform: translateY(-50%) rotate(0deg);
	}

}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: #fff;
	position: relative;
	color: #0d0907;
	z-index: 3;
}
#gFooter a {
	width: fit-content;
	display: inline-block;
	color: #0d0907;
}
#gFooter .logBox {
	width: 31rem;
}
#gFooter .logBox .logo {
	margin-bottom: 2.5rem;
	width: 30.1rem;
}
#gFooter .logBox p {
	letter-spacing: 0;
	font-weight: 700;
}
#gFooter .logBox .small {
	margin-top: 1.2rem;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.769;
}
#gFooter .siteList > li + li {
	margin-top: 3rem;
}
#gFooter li p {
	letter-spacing: 0;
}
#gFooter li .en {
	color: #2f71b9;
	display: block;
}
#gFooter li .jp {
	font-weight: 700;
}
#gFooter .subList 
{
	margin-top: 1.4rem;
}
#gFooter .subList a {
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 500;
}
#gFooter .fNavi {
	margin-top: 0.5rem;
	display: flex;
	justify-content: flex-end;
	gap: 8rem;
}
#gFooter .fBox .linkList a {
	display: block;
	font-size: 1.4rem;
	padding-right: 1.2rem;
	background: url(../img/common/icon01.png) no-repeat center right / 0.9rem;
}
#gFooter .fBox address {
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	text-align: right;
}
@media all and (min-width: 897px) {
	#gFooter .innerBox {
		margin: 0 auto;
		padding: 8rem 6rem 7.5rem 7.1rem;
		max-width: 144rem;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	#gFooter .fBox {
		margin-top: 8.1rem;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#gFooter .fBox .linkList {
		display: flex;
		align-items: center;
		gap: 2.9rem;
	}
	#gFooter li a:hover {
		color: #2f71b9;
	}
}
@media all and (max-width: 896px) {
	#gFooter .innerBox {
		padding: 4rem 2.7rem 1.9rem;
		display: block;
		z-index: 2;
    	position: relative;
	}
	#gFooter .logBox {
		width: auto;
		margin: 0 0 3.2rem;
	}
	#gFooter .logBox p {
		font-size: 1.5rem;
	}
	#gFooter .fBox {
		text-align: right;
	}
	#gFooter .subList {
		margin-top: 0.6rem;
	}
	#gFooter .siteList > li {
		min-height: 7.3rem;
	}
	#gFooter .siteList > li + li {
		margin-top: 2rem;
	}
	#gFooter .fNavi {
		margin-bottom: 0.5rem;
		flex-wrap: wrap;
		gap: 3rem;
		justify-content: flex-start;
	}
	#gFooter .fNavi > li {
		min-width: calc(50% - 3rem);
	}
	#gFooter .fBox .linkList {
		margin-bottom: 3.5rem;
	}
	#gFooter .fBox .linkList li + li {
		margin-top: 0.6rem;
	}
	#gFooter .fBox .linkList a {
		font-size: 1.2rem;
		margin-left: auto;
	}
	#gFooter .subList a {
		font-size: 1.2rem;
		line-height: 2.333;
	}
	#gFooter .ribbon03 {
		width: 208.8rem;
		left: calc(100% - 25.4rem);
		top: 14.8rem;
	}
}