@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #22234A;
	text-decoration: none;
}
a:visited {
	color: #22234A;
}
a:hover {
	color: #22234A;
	opacity: 0.7;
}
a:active {
	color: #22234A;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #22234A;
	font-size: 1.4rem;
	line-height: 1.8;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
}
#container {
	padding-right: 80px;
	position: relative;
	text-align: left;
}
#container::before {
	width: 1px;
	height: 100%;
	position: fixed;
	right: 79px;
	top: 0;
	background: #eee;
	content: "";
	z-index: 200;
}
#main {
	margin-bottom: 98px;
	padding: 0 50px;
	position: relative;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.en {
	font-family: 'Cormorant Garamond', serif;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-right: 0;
	}
	#container::before {
		display: none;
	}
	#main {
		margin-bottom: 80px;
		padding: 0 20px;
	}
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	padding-right: 81px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
#gHeader .hBox {
	margin: 26px 49px 10px 53px;
	display: flex;
	justify-content: space-between;
}
#gHeader h1 {
	margin-top: 5px;
	width: 173px;
	position: relative;
	z-index: 202;
}
#gHeader h1 a {
	opacity: 1;
}
#gHeader .menu {
	width: 25px;
	position: fixed;
	right: 27px;
	top: 30px;
	z-index: 300;
}
#gHeader .menu:hover {
	opacity: 0.7;
}
#gHeader .menu.on {
	background: url(../../img/common/close.png) no-repeat center center / 19px auto;
}
#gHeader .menu.on img {
	opacity: 0 !important;
}
#gHeader .searchBox {
	width: 235px;
	justify-content: space-between;
}
#gHeader .searchBox .gsc-search-button{
	width: 35px ;
	height: 35px! important;
	padding: 0!important;
	border-radius: 0;
	border: none;
	background: #22234A url(../../img/common/icon01.png) no-repeat center center / 15px 15px;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.gsc-search-button svg{
	display: none;
}
#gHeader .searchBox .gsc-input-box {
	padding: 0;
	color: #22234A;
	font-size: 1.3rem;
	border: 1px solid #22234A;
	background: none;
}
table.gsc-search-box tr{
	width: calc(100% - 35px)!important;
}
#gHeader .searchBox input[type="text"] {

	background-color: transparent !important;
}
table.gsc-search-box td.gsc-input{
		padding-right: 0!important;
}
table.gsc-search-box td.gsc-clear-button{
	display: none
}
.gsst_b,.gsst_a,.gsib_a {
	padding: 0;
}
.gsst_a .gscb_a{
	    padding: 6px 0 0 0;
}
/*
#gHeader .searchBox input[type="button"] {
	cursor: pointer;
}
#gHeader .searchBox input[type="button"]:hover {
	opacity: 0.7;
}
*/
#gHeader .searchBox input::-webkit-input-placeholder,
#gHeader .searchBox input::placeholder {
	color: #22234A;
	opacity: 1;
}
#gHeader .searchBox input:-moz-placeholder {
	color: #22234A;
	opacity: 1;
}
#gHeader .searchBox input::-moz-placeholder {
	color: #22234A;
}
#gHeader .searchBox input:-ms-input-,
#gHeader .searchBox input::-ms-input-placeholder {
	color: #22234A;
}
#gHeader .menuBox {
	display: none;
	padding: 120px 80px 0 0;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	background: url(../../img/common/bg01.jpg) no-repeat center center / cover;
	box-sizing: border-box;
	z-index: 201;
}
#gHeader .menuBox .menuInner {
	height: 100%;
	min-height: 330px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader .menuBox .menuInner .lBox {
	width: 50%;
	height: 100%;
	background: url(../../img/common/photo-img-h02.png) no-repeat left center / cover;
}
#gHeader .menuBox .menuInner .rBox {
	width: 44%;
}
#gHeader .menuBox .menuInner .rBox .linkBox {
	margin-bottom: 164px;
	display: flex;
	justify-content: space-between;
}
#gHeader .menuBox .menuInner .rBox .linkList {
	margin-top: -40px;
	width: 45%;
}
#gHeader .menuBox .menuInner .rBox .linkList:nth-child(2n) {
	width: 53.2%;
}
#gHeader .menuBox .menuInner .rBox .linkList li {
	margin-top: 40px;
}
#gHeader .menuBox .menuInner .rBox .linkList li a {
	font-size: 2.4rem;
	line-height: 1.5;
}
#gHeader .menuBox .menuInner .rBox .linkList li a span {
	margin-top: 4px;
	display: block;
	color: #22234A;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: 600;
	line-height: 1.25;
	font-style: italic;
	opacity: 0.6;
	font-family: 'Cormorant Garamond', serif;
}
#gHeader .menuBox .menuInner .rBox .linkList .subList li {
	margin: 0 0 16px;
}
#gHeader .menuBox .menuInner .rBox .linkList .subList li:last-child {
	margin: 0;
}
#gHeader .menuBox .menuInner .rBox .linkList .subList li a {
	font-size: 1.5rem;
	line-height: 1.467;
}
#gHeader .menuBox .menuInner .rBox .linkArea {
	display: flex;
	align-items: center;
}
#gHeader .menuBox .menuInner .rBox .linkArea ul {
	margin-left: 30px;
	display: flex;
}
#gHeader .menuBox .menuInner .rBox .linkArea li:last-child {
	margin-left: 20px;
}
#gHeader .menuBox .menuInner .rBox .linkArea li img {
	max-width: inherit;
	height: 43px;
}
@media (min-width: 897px) and (max-width: 1250px) {
	#gHeader .menuBox .menuInner .rBox .linkList li a {
		font-size: 1.92vw;
	}
	#gHeader .menuBox .menuInner .rBox .linkList li a span {
		font-size: 1.28vw;
	}
	#gHeader .menuBox .menuInner .rBox .linkList .subList li a {
		font-size: 1.2vw;
	}
}
@media (min-width: 897px) and (max-width: 1100px) {
	#gHeader .menuBox .menuInner .rBox .linkArea .searchBox {
		width: 158px;
		flex: none;
	}
	#gHeader .menuBox .menuInner .rBox .linkArea ul {
		margin-left: 15px;
	}
	#gHeader .menuBox .menuInner .rBox .linkArea li:last-child {
		margin-left: 5px;
	}
	#gHeader .menuBox .menuInner .rBox .linkArea li img {
		height: 40px;
	}
}
@media (min-width: 897px) and (max-width: 900px) {
	#gHeader h1 {
		width: 162px;
	}
}
@media (min-width: 897px) and (max-height: 645px) {
	#gHeader .menuBox .menuInner .rBox .linkBox {
		margin-bottom: 70px;
	}
	#gHeader .menuBox .menuInner .rBox .linkList {
		margin-top: -30px;
	}
	#gHeader .menuBox .menuInner .rBox .linkList li {
		margin-top: 30px;
	}
}
@media (min-width: 897px) and (max-height: 500px) {
	#gHeader .menuBox .menuInner .rBox .linkBox {
		margin-bottom: 40px;
	}
	#gHeader .menuBox .menuInner .rBox .linkList {
		margin-top: -15px;
	}
	#gHeader .menuBox .menuInner .rBox .linkList li {
		margin-top: 15px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-right: 0;
		height: 120px;
	}
	#gHeader .hBox {
		margin: 31px 49px 21px 23px;
		display: block;
	}
	#gHeader h1 {
		margin-top: 0;
	}
	#gHeader .menu {
		position: absolute;
		right: 30px;
		top: 45px;
	}
	#gHeader .menu:hover {
		opacity: 1;
	}
	#gHeader .searchBox {
		margin: 0 auto;
	}
	#gHeader .searchBox input[type="button"]:hover {
		opacity: 1;
	}
	#gHeader .menuBox {
		display: none;
		padding: 140px 0 70px;
	}
	#gHeader .menuBox .menuInner {
		height: auto;
		min-height: inherit;
		display: block;
	}
	#gHeader .menuBox .menuInner .lBox {
		display: none;
	}
	#gHeader .menuBox .menuInner .rBox {
		margin: 0 20px;
		width: auto;
	}
	#gHeader .menuBox .menuInner .rBox .linkBox {
		margin-bottom: 50px;
		display: block;
	}
	#gHeader .menuBox .menuInner .rBox .linkList {
		margin-top: 0;
		width: auto !important;
		text-align: center;
	}
	#gHeader .menuBox .menuInner .rBox .linkList li {
		margin-top: 20px;
	}
	#gHeader .menuBox .menuInner .rBox .linkList li a {
		font-size: 2rem;
	}
	#gHeader .menuBox .menuInner .rBox .linkList li a span {
		margin-top: 3px;
		font-size: 1.3rem;
	}
	#gHeader .menuBox .menuInner .rBox .linkList .subList li {
		margin: 0 0 10px;
	}
	#gHeader .menuBox .menuInner .rBox .linkList .subList li:last-child {
		margin: 0;
	}
	#gHeader .menuBox .menuInner .rBox .linkList .subList li a {
		font-size: 1.3rem;
	}
	#gHeader .menuBox .menuInner .rBox .linkArea {
		display: block;
	}
	#gHeader .menuBox .menuInner .rBox .linkArea ul {
		margin: 30px 0 0;
		justify-content: center;
	}
	#gHeader .menuBox .menuInner .rBox .linkArea li {
		margin: 0 10px !important;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	position: relative;
	z-index: 1;
}
#gNavi .gLinkBox {
	margin-bottom: 11px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#gNavi .gLinkBox ul {
	display: flex;
	font-size: 1.3rem;
}
#gNavi li:not(:first-child) {
	margin-left: 20px;
}
#gNavi .gLinkBox .searchBox {
	margin-left: 25px;
}
#gNavi .naviList {
	display: flex;
	justify-content: flex-end;
}
#gNavi .naviList li a {
	font-weight: 500;
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
	}
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: #22234A;
}
#gFooter .fixBanner {
	font-family: 'Cormorant Garamond', serif;
}
#gFooter .fixBanner .snsBox {
	margin-top: -37px;
	position: fixed;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 300;
}
#gFooter .fixBanner .snsBox p {
	margin-bottom: 50px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
}
#gFooter .fixBanner .snsBox ul {
	margin-left: 1px;
	width: 20px;
}
#gFooter .fixBanner .snsBox li:not(:last-child) {
	margin-bottom: 32px;
}
#gFooter .fixBanner .snsBox li .img02 {
	display: none;
}
#gFooter .fixBanner .pageTop {
	width: 80px;
	position: fixed;
	right: 0;
	bottom: 0;
	border-top: 1px solid #eee;
	z-index: 200;
}
#gFooter .fixBanner .pageTop a {
	padding: 8px 0 0 2px;
	height: 79px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
	box-sizing: border-box;
}
#gFooter .fixBanner .pageTop a img {
	margin: 0 auto 4px;
	padding-right: 3px;
	width: 30px;
	display: block;
}
#gFooter .fixBanner .pageTop a .img02 {
	display: none;
}
#gFooter .fBox {
	padding: 43px 50px 47px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #fff;
	font-size: 1.2rem;
}
#gFooter .fBox a {
	color: #fff;
}
#gFooter .fLogoBox {
	display: flex;
}
#gFooter .fLogoBox .fLogo {
	margin: 2px 49px 0 3px;
	width: 145px;
}
#gFooter .fLogoBox .fLogo a {
	opacity: 1;
}
#gFooter .fLinkBox ul {
	display: flex;
	justify-content: flex-end;
}
#gFooter .fLinkBox li:not(:first-child) {
	margin-left: 15px;
}
#gFooter .fLinkBox .logoList {
	margin-bottom: 8px;
}
#gFooter .fLinkBox .logoList li:not(:first-child) {
	margin-left: 20px;
}
#gFooter .fLinkBox .logoList li img {
	max-width: inherit;
	height: 50px;
}

.pc-img{
	display: block!important;
}
.sp-img{
	display: none!important;
}
.scholar_pro a{
	text-decoration: underline!important;
}

@media (min-width: 897px) and (max-height: 530px) {
	#gFooter .fixBanner .snsBox {
		margin-top: -8px;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fixBanner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #fff;
	}
	#gFooter .fixBanner .snsBox {
		margin-top: 0;
		width: calc(100% - 80px);
		position: static;
		right: auto;
		top: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: none;
	}
	#gFooter .fixBanner .snsBox p {
		margin: -2px 20px 0 10px;
		color: #fff;
		line-height: 1;
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb; 
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
	}
	#gFooter .fixBanner .snsBox ul {
		margin-left: 0;
		width: auto;
		display: flex;
		align-items: center;
	}
	#gFooter .fixBanner .snsBox li {
		margin: 0 13px;
		width: 20px;
	}
	#gFooter .fixBanner .snsBox li:not(:last-child) {
		margin-bottom: 0;
	}
	#gFooter .fixBanner .snsBox li .img01 {
		display: none;
	}
	#gFooter .fixBanner .snsBox li .img02 {
		display: block;
	}
	#gFooter .fixBanner .pageTop {
		width: 80px;
		position: static;
		right: auto;
		bottom: auto;
		border-top: none;
	}
	#gFooter .fixBanner .pageTop a {
		color: #fff;
		border-left: 1px solid #fff;
	}
	#gFooter .fixBanner .pageTop a .img01 {
		display: none;
	}
	#gFooter .fixBanner .pageTop a .img02 {
		display: block;
	}
	#gFooter .fBox {
		padding: 40px 10px 37px;
		display: block;
		font-size: 1.2rem;
	}
	#gFooter .fLogoBox {
		display: block;
	}
	#gFooter .fLogoBox .fLogo {
		margin: 0 auto 31px;
	}
	#gFooter .fLinkBox {
		text-align: center;
	}
	#gFooter .fLinkBox ul {
		justify-content: center;
	}
	#gFooter .fLinkBox li:not(:first-child) {
		margin-left: 15px;
	}
	#gFooter .fLinkBox .logoList {
		margin-bottom: 29px;
	}
	#gFooter .fLinkBox p {
		margin-bottom: 15px;
		display: inline-block;
		text-align: left;
		vertical-align: top;
	}
	#gFooter .fLinkBox li {
		margin: 0 10px !important;
	}
	#gFooter .fLinkBox .fList {
		flex-direction: row-reverse;
	}
	#gFooter .fLinkBox .fList li {
		margin: 0 10px !important;
	}
	
	.pc-img{
		display: none!important;
	}
	.sp-img{
		display: block!important;
	}
}
@media all and (max-width: 359px) {
	#gFooter .fixBanner .snsBox p {
		margin: -2px 10px 0 0;
	}
	#gFooter .fixBanner .snsBox li {
		margin: 0 10px;
	}
}
/*2023.11.08追加*/
@media (max-width: 896px){
	#gHeader{
		height: 110px;
	}
	#gHeader .hBox{
		margin-top: 20px;
    	margin-bottom: 20px;
	}
	#index .mainVisual{
		padding: 110px 130px 201px 0;
	}
}
/*2024.09/13 追加*/
@media (max-width: 896px){
 .player {
  width: 100%;
  aspect-ratio: 16 / 9;
 }
 .player iframe {
  width: 100%;
  height: 100%;
 }
}