@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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, 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: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.hiraginoR {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.miller {
	font-family: "miller-headline", serif;
	font-weight: 400;
	font-style: normal;
}
.din {
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.roboto {
	font-family: "Roboto", sans-serif;
}

.notosans {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif !important;
}
.notoserif {
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
#container {
	overflow: hidden;
	padding-top: 14.5rem;
	text-align: justify;
    word-break: break-word;
	/* font-feature-settings: "palt"; */
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main {
	margin-bottom: 16rem;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	#main {
		min-height: calc(100vh - 30.5rem);
	}
	.menu:hover {
		opacity: 0.7;
	}
	.pad {
		display: none;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 7.1rem;
	}
	#main {
		margin-bottom: 22vw;
		min-height: calc(100svh - 20.2rem);
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	border-bottom: 1px solid #B3B3B3;
}
#gHeader .hInner {
	min-height: 11rem;
	padding: 0 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#gHeader .hInner .lBox {
	align-items: flex-end;
	display: flex;
}
#gHeader h1 a {
	margin-right: min(2.8vw,3.5rem);
	display: inline-block;
	width: min(11.72vw,15rem);
}
#gHeader .hInner .lBox span {
	display: inline-block;
	margin-bottom: -0.1rem;
}
#gHeader .hInner .lBox span a {
	padding: 0.1rem 0.8rem;
	display: inline-block;
	font-size: min(1.25vw,1.6rem);
	color: #fff;
	font-weight: 400;
	background-color: #0975AA;
	font-family: "Noto Serif JP", serif;
}
#gHeader .hInner .lBox span a:hover {
	opacity: 0.7;
}
#gHeader .hInner .rBox {
	display: flex;
	flex: 1;
	padding-left: 2rem;
	justify-content: flex-end;
	padding-right: 7.5rem;
}
#gHeader .naviUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3rem;
}
#gHeader .naviUl a:hover {
	opacity: 0.7;
}
#gHeader .naviUl > li:first-child {
	padding-right: 2rem;
}
#gHeader .naviUl > li {
	position: relative;
}
#gHeader .naviUl .jsBox {
	display: none;
	position: absolute;
	top: 100%;
	left: -3.4rem;
	width: 22rem;
}
#gHeader .naviUl .jsBox02 {
	width: 24rem;
	left: -3rem;
}
#gHeader .naviUl .jsBox03 {
	width: 25rem;
	left: -5rem;
}
#gHeader .naviUl > li > a {
	min-height: 11rem;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: min(1.6vw,1.8rem);
	color: #0975AA;
	font-weight: 600;
	line-height: 1.22;
	background: url(../img/common/icon01.webp) no-repeat center bottom 1.2rem;
	background-size: 1.9rem auto;
}
#gHeader .naviUl .subUl a {
	padding: 1.7rem 1rem 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0975AA;
	background-color: #DAEAF2;
}
#gHeader .naviUl .subUl .liStyle01 a {
	background-color: #FFB1BD;
}
#gHeader .naviUl .subUl .liStyle02 a {
	background-color: #0975AA;
	color: #fff;
}
#gHeader .naviUl .jsBox03 .subUl {
	padding: 0 1.5rem;
	background-color: #DAEAF2;
}
#gHeader .naviUl .jsBox03 .subUl li {
	border-bottom: 1px solid #0975AA;
}
#gHeader .naviUl .jsBox03 .subUl li:last-child {
	border: none;
}
.menu {
	position: fixed;
	top: 4rem;
	right: 3.5rem;
	height: 3rem;
	width: 4rem;
	cursor: pointer;
	z-index: 1002;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(1.4rem) translateX(0) rotate(35deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-1.4rem) translateX(0) rotate(-35deg);
}
.menu span {
	background: #0975AA;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}

.menu span:nth-of-type(2) {
	top: 1.4rem;
}

.menu span:nth-of-type(3) {
	top: 2.8rem;
}
.menuBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	z-index: 1001;
}
.menuBox .inner01 {
	padding: 7.5rem 0 6rem;
}
.menuBox .inner01 .content {
	max-width: 107rem;
}
.menuBox .inner01 .lBox {
	width: 47.6%;
}
.menuBox .inner01 .rBox {
	width: 47.6%;
}
.menuBox .ttl {
	margin-bottom: 0.8rem;
	color: #0975AA;
	font-weight: 600;
}
.menuBox .linkUl {
	margin-bottom: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1rem;
}
.menuBox .linkUl:last-child {
	margin-bottom: 0 !important;
}
.menuBox .linkUl li {
	width: calc((100% - 1rem) / 2);
}
.menuBox .linkUl a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5rem;
	color: #0975AA;
	background-color: #DAEAF2;
}
.menuBox .linkUl a:hover {
	opacity: 0.7;
}
.menuBox .linkUl .liStyle01 a {
	background-color: #FFB1BD;
}
.menuBox .linkUl .liStyle02 a {
	color: #fff;
	background-color: #0975AA;
}
.menuBox .inner01 .rBox .linkUl {
	margin-bottom: 7rem;
}
.menuBox .inner02 {
	padding: 4.4rem 0 2rem;
	background-color: #0975AA;
}
.menuBox .inner02 .ttl {
	font-size: 2.4rem;
	margin-bottom: 4.1rem;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.menuBox .inner02 .content {
	max-width: 100rem;
}
.specialList {
	display: flex;
	margin-bottom: min(4vw,5rem);
	flex-wrap: wrap;
	gap: 3.3rem min(3rem);
}
.specialList li {
	width: calc((100% - min(6.1rem)) / 3);
}
.specialList a {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}
.specialList a:hover {
	opacity: 0.7;
}
.specialList p {
	align-self: flex-end;
	width: fit-content;
	letter-spacing: 0.07em;
	line-height: 1.33;
	margin: max(-5.0vw,-5.2rem) -1rem 0 auto;
	position: relative;
	padding: 0.8rem 0 0 0.8rem;
	color: #fff;
	letter-spacing: -0.02em;
	font-feature-settings: normal;
}
.menuBox .specialList p {
	background-color: #0975AA;
}
.menuBox .linkList {
	margin-bottom: -1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 min(3.8vw,4.6rem);
}
.menuBox .linkList li {
	border-top: 1px solid #FFFFFF;
	width: calc((100% - (min(3.8vw,4.61rem) * 2)) / 3);
}
.menuBox .linkList a {
	min-height: min(10.5vw,11rem);
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.33;
	color: #fff;
	display: flex;
	position: relative;
	padding: 2rem 3rem 1rem 0;
	background: url(../img/common/icon03.webp) no-repeat right min(2.9vw,3.7rem);
	background-size: min(2.2vw,2.2rem) auto;
}
.menuBox .linkList a:has(.soon) {
	pointer-events: none;
}
.menuBox .linkList a:hover {
	opacity: 0.7;
}
.menuBox .linkList a .soon {
	position: absolute;
	top: min(1.72vw,2.2rem);
	right: max(-0.4vw,-0.5rem);
	z-index: 1;
	padding: 0.5rem 0.2rem;
	min-width: min(12.1vw,15.4rem);
	font-size: min(1.25vw,1.6rem);
	letter-spacing: 0.1em;
	color: #fff;
	font-feature-settings: "palt";
	text-align: center;
	background : linear-gradient(90deg, rgba(132, 186, 212, 1) 0%, rgba(83, 158, 195, 1) 100%);
}
.youtubeLink {
	text-align: right;
}
.youtubeLink a {
	display: inline-block;
	font-size: 1.3rem;
	color: #fff;
	padding: 1rem 4.8rem 1rem 0;
	background: url(../img/common/img01.webp) no-repeat right center;
	background-size: 3.8rem auto;
}
.youtubeLink a:hover {
	opacity: 0.7;
}
.specialList .txt .en .enSub {
	display: block;
	margin-left: min(4.7vw,6rem);
}
@media all and (min-width: 897px) {
	.specialList .txt {
		margin-right: 0;
		margin-bottom: min(1.56vw,2rem);
		padding-right: min(3.9vw,5rem);
		font-size: min(1.25vw,1.6rem);
		line-height: 1.5;
	}
	.specialList .txt .en {
		font-size: min(1.41vw,1.8rem);
		letter-spacing: 0;
		font-weight: 600;
	}
	.menu span {
		height: 3px;
	}
	.menuBox .specialList {
		margin: 0 2rem 4.6rem;
		gap: 3.3rem min(3.125vw,4rem);
	}
	.menuBox .specialList li {
		width: calc((100% - min(9.5vw,12.1rem)) / 4);
	}
	.menuBox .specialList a {
		display: block;
	}
	.menuBox .specialList p {
		margin: 0 max(-2.4vw,-3rem) 0 0;
		padding: 1.2rem 0 0;
		font-size: min(1.48vw,1.5rem);
		text-align: left;
		letter-spacing: 0;
	}
}

@media all and (max-width: 896px) {
	.menuBox .inner01 {
		padding: 6.6rem 0 3.2rem;
	}
	.menuBox .inner01 .content {
		display: block;
		padding: 0 2.3rem;
	}
	.menuBox .inner01 .lBox {
		width: auto;
		margin-bottom: 2.1rem;
	}
	.menuBox .inner01 .rBox {
		width: auto;
	}
	.menuBox .ttl {
		margin-bottom: 1.1rem;
		text-align: center;
	}
	.menuBox .linkUl {
		margin-bottom: 2.6rem;
		justify-content: center;
	}
	.menuBox .lBox .linkUl li:first-child {
		margin: 0 auto;
		flex-basis: 100%;
	}
	.menuBox .lBox .linkUl li:first-child a {
		margin: 0 auto;
		width: calc((100% - 1rem) / 2);
	}
	.menuBox .linkUl a {
		min-height: 3rem;
	}
	.menuBox .inner01 .rBox .linkUl {
		margin-bottom: 2.8rem;
	}
	.menuBox .inner02 {
		padding: 2.2rem 0 1.5rem;
	}
	.menuBox .inner02 .ttl {
		margin-bottom: 1.8rem;
		text-align: left;
		font-size: 2rem;
	}
	.specialList {
		margin-bottom: 2.2rem;
		gap: 1.5rem 1.5rem;
	}
	.specialList li {
		width: calc((100% - 1.5rem) / 2);
	}
	.specialList p {
		margin: -1.5rem -0 0 auto;
		font-size: 0.96rem;
		min-height: 4.5rem;
		padding: 0.5rem 0 0 0.5rem;
	}
	.specialList .txt {
		padding-right: 3rem;
		padding-top: 0.2rem;
		line-height: 1.51;
		font-size: 0.85rem;
		font-weight: 600;
	}
	.specialList .txt .en .enSub{
		margin-left: 3rem;
	}
	.specialList .txt .en {
		font-size: 1rem;
	}
	.menuBox .linkList {
		gap: 0 1.5rem;
	}
	.menuBox .linkList li {
		width: calc((100% - 1.5rem) / 2);
	}
	.menuBox .linkList a {
		min-height: 7rem;
		font-size: 1.7rem;
		line-height: 1.29;
		letter-spacing: -0.06em;
		background: none;
		flex-direction: column;
		padding: 1.4rem 0 1rem;
	}
	.menuBox .linkList a .soon {
		position: static;
		width: 8.7rem;
		font-size: 1rem;
		letter-spacing: 0;
		margin-top: 0.3rem;
		padding: 0.2rem 0.2rem 0.1rem;
	}
	.menuBox .specialList {
		margin: 0 3.3rem 3.3rem;
		gap: 1.8rem 2rem;
	}
	.menuBox .specialList li {
		width: calc((100% - 2rem) / 2);
	}
	.menuBox .specialList a {
		display: block;
	}
	.menuBox .specialList p {
		margin: 0.5rem -1rem 0 0;
		padding: 0;
		text-align: left;
		font-size: 0.9rem;
		min-height: inherit;
	}
	.youtubeLink a {
		font-size: 0.9rem;
		padding-right: 3.5rem;
		background-size: 2.5rem auto;
	}
	#gHeader .hInner {
		min-height: 6rem;
		padding: 0 2rem;
		display: block;
	}
	#gHeader h1 {
		padding-top: 1.1rem;
	}
	#gHeader .lBox span {
		margin-bottom: 0;
	}
	#gHeader h1 a {
		width: 9.5rem;
		margin-right: 1.5rem;
	}
	#gHeader .hInner .lBox span a {
		font-size: 0.85rem;
	}
	#gHeader .hInner .rBox {
		display: none;
	}
	.menu {
		width: 3.5rem;
		height: 2.8rem;
		right: 2rem;
		top: 1.6rem;
	}
	.menu span:nth-of-type(2) {
		top: 1.3rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.6rem;
	}
	.menuBox .inner02 .content {
		padding: 0 2rem;
	}
	.menu.on .top {
		transform: translateY(1.3rem) translateX(0) rotate(35deg);
	}
	.menu.on .bottom {
		transform: translateY(-1.3rem) translateX(0) rotate(-35deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: fixed;
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index: 800;
}
.pageTop {
	display: none;
	position: fixed;
	bottom: 9.7rem;
	right: 4rem;
	z-index: 100;
	width: 6rem;
}
.pageTop a:hover img {
	opacity: 0.7;
}
.comBnnerBox {
	padding: 0.7rem 0 0.8rem;
	background-color: #fff;
	position: relative;
}
.comBnnerBox:after {
	width: 100%;  
	height: 0.6rem;
	background : linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%);
	position: absolute;  
	top: -0.6rem;
	left: 0;
	content: ""; 
}
.comBnnerBox .content {
	max-width: 92.5rem;
}
.comBnnerBox .bannerUl {
	display: flex;
	gap: 1rem 1rem;
	align-items: center;
}
.comBnnerBox .bannerUl li:not(.movieLi) {
	width: 26.6rem;
}
.comBnnerBox .bannerUl .movieLi {
	margin: 0 -1.5rem 0 1.5rem;
}
.comBnnerBox .bannerUl a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBnnerBox .content {
		padding: 0 0.3rem;
	}
	.comBnnerBox {
		padding: 0.4rem 0;
	}
	.comBnnerBox .bannerUl {
		gap: 0.2rem;
	}
	.comBnnerBox .bannerUl .movieLi {
		margin: 0 0.4rem;
		flex-shrink: 1;
		width: 4.3rem;
	}
	.pageTop {
		bottom: 15.5vw;
		right: 2.7vw;
		width: 9.3vw;
	}
	
}

@media all and (min-width: 897px) and (max-width: 1279px) {
	.pad{
		display: block !important;
	}
	.comBnnerBox .content {
		width: 100%;
		padding: 0 1rem;
	}
	.menuBox .inner01 .content {
		max-width: inherit;
	}
	.menuBox .ttl {
		margin-bottom: 0.6rem;
	}
	.menuBox .linkUl a {
		min-height: 4rem;
		font-size: 1.5rem;
	}
	.menuBox .linkUl {
		gap: 0.9rem 1rem;
	}
	.menuBox .inner01 .lBox .linkUl {
		margin-bottom: 2.5rem;
	}
	.menuBox .inner01 .rBox .linkUl {
		margin-bottom: 5.8rem;
	}
	.menuBox .inner01 {
		padding-bottom: 5.6rem;
	}
	.menuBox .inner02 .content {
		max-width: inherit;
	}
	.specialList p {
		font-size: 1.575rem;
	}
	.menuBox .linkList a {
		padding-top: 1.5rem;
		font-size: 2.1rem;
	}
	.menuBox .inner02 {
		padding-bottom: 3.3rem;
	}
}