@charset "UTF-8";
html {
	font-size: 20.8334vw;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: -webkit-fill-available;
}

body {
	color: #000000;
  font-size: 0.15rem;
  font-family: 'Roboto', "Yu Gothic", YuGothic, Arial, "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.9;
	min-height: 100vh;
	min-height: -webkit-fill-available;
}

header,
main,
footer {
	display: block;
}

figure {
	margin: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

a {
	color: #0094d7;
	text-decoration: none;
	transition: opacity 0.5s ease;
}

a:hover {}

a#top,
a#project_list {
	display: block;
	height: 0;
}

.ib {
	display: inline-block;
}

#wrapper {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}

#index #wrapper {
	padding-top: 100vh;
}

header {
	background: #ffffff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}

header .sp {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
}

header .sp .inner {
	display: flex;
	align-items: center;
	height: 0.8rem;
	padding-right: 0.18rem;
	padding-left: 0.18rem;
}

header .sp .logo {
	width: 0.64rem;
	height: 0.64rem;
	margin-right: auto;
}

header .sp .logo_30th {
	width: 2rem;
	height: 0.12rem;
}

header .sp .button {
	margin-left: auto;
	position: relative;
	width: 0.64rem;
	height: 100%;
	cursor: pointer;
	padding: 0 0.03rem;
	box-sizing: border-box;
}

header .sp .button span {
	display: block;
	width: 0.58rem;
	height: 1px;
	position: absolute;
	background-color: #0094d7;
	transition: all 0.4s ease;
}

header .sp .button span:first-child {
	top: 0.26rem;
}

header .sp .button span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

header .sp .button span:last-child {
	bottom: 0.26rem;
}

header .sp .button.active span:first-child {
	top: 0.39rem;
	transform: rotate(25deg);
}

header .sp .button.active span:nth-child(2) {
	opacity: 0;
}

header .sp .button.active span:last-child {
	bottom: 0.39rem;
	transform: rotate(-25deg);
}

.spnavi {
	color: #ffffff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	display: none;
}

.spnavi a {
	display: block;
	color: #ffffff;
	font-feature-settings: "palt";
}

.spnavi .inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: auto;
}

.sp_menu,
.sp_sub_menu {
	width: 100%;
	padding: 0.3rem 0.4rem;
	box-sizing: border-box;
}

.sp_menu {
	font-size: 0.28rem;
	padding-top: 1.4rem;
	background-color: #0093d5;
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.sp_menu ul {}

.sp_menu ul li {
	margin-bottom: 0.4rem;
}

.sp_menu ul li:last-child {
	margin-bottom: 0;
}

.sp_menu ul li ul li {
	margin-bottom: 0;
}

.sp_menu .small {
	font-size: 0.18rem;
}

.sp_sub_menu {
	background-color: #199fdb;
	font-size: 0.13rem;
	line-height: 1.75;
}

.sp_sub_menu ul {
	display: flex;
	margin-bottom: 0.25rem;
}

.sp_sub_menu ul li {
	margin-right: 0.12rem;
}

.sp_sub_menu ul li a {
	width: 0.60rem;
}

.sp_sub_menu ul li a img {
	width: 100%;
	height: auto;
}

header .pc .inner {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.sp_sub_menu .logo {
	margin-bottom: 0.2rem;
}

header .pc .logo {
	background-color: #ffffff;
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
}

#index header .pc .logo {
	top: -1.4rem;
	left: 0;
	transition: top 0.5s ease;
}

#index header .pc .logo.active {
	top: 0;
	left: 0;
}

header .pc .logo a {
	display: block;
	padding: 0.1rem;
	background-color: #0093d5;
	transition: opacity 0.5s ease;
}

header .pc .logo a:hover {
	opacity: 0.8;
}

header .pc nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 0.2rem;
	padding-top: 0.06rem;
	padding-bottom: 0.06rem;
}

header .pc nav ul li {
	margin-right: 0.4rem;
}

header .pc nav ul li a {
	display: block;
	position: relative;
}

header .pc nav ul li a::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #0094d7;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.5s ease;
}

header .pc nav ul li a:hover:after {
	opacity: 1;
}

header .pc nav ul li.icon a::after {
	content: none;
}

header .pc nav ul li.icon,
header .pc nav ul li:last-child {
	margin-right: 0;
}

header .pc nav ul li.icon img {
	width: 0.44rem;
	height: 0.44rem;
}

.hero {
	color: #387dcd;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	overflow: hidden;
}

.hero .countup .container {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
}

.hero .countup figure,
.hero .countup span {
	position: relative;
}

.hero .countup figure {
	width: 1rem;
	height: 1rem;
	margin-right: 0.1rem;
}

.hero .countup figure::before,
.hero .countup span::before {
	content: '';
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: width 1s ease;
}

.hero .countup.start figure::before,
.hero .countup.start span::before {
	width: 0px;
}

.hero .countup span {
	font-size: 0.68rem;
	font-weight: 100;
	line-height: 1;
}

.bgimages {
	height: 110vh;
	margin-top: -5vh;
	position: fixed;
	z-index: -1;
}

.bgimages div,
.bgimages div p {
	display: flex;
}

.bgimages div {
	position: relative;
	font-size: 13.75vh;
	height: 13.75vh;
}

.bgimages div p {
	color: #cceaf7;
	line-height: 1;
	font-weight: 100;
	margin-bottom: 0;
	display: inline;
}

.bgimages div p span {
	margin-right: 0.25em;
}

.bgimages div p:first-child {
  left:0%;
}

.bgimages div p:last-child {
	left:50%;
}

.bgimages div:first-child {
	animation: loop 300s linear infinite;
}

.bgimages div:nth-child(2) {
	animation: loop_reverse 180s linear infinite;
}

.bgimages div:nth-child(3) {
	animation: loop 360s linear infinite;
}

.bgimages div:nth-child(4) {
	animation: loop_reverse 300s linear infinite;
}
.bgimages div:nth-child(5) {
	animation: loop 540s linear infinite;
}

.bgimages div:nth-child(6) {
	animation: loop_reverse 360s linear infinite;
}

.bgimages div:nth-child(7) {
	animation: loop 300s linear infinite;
}

.bgimages div:nth-child(8) {
	animation: loop_reverse 300s linear infinite;
}
@keyframes loop {
	0% {
		left: -50%;
	}
	to {
		left: 0%;
	}
}

@keyframes loop_reverse {
	0% {
		left: 0%;
	}
	to {
		left: -50%;
	}
}

.hero .logo {
	font-size: 1.21rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero .logo figure {
	width: 2.1rem;
	height: 2.1rem;
}

.hero .logo figure img {
	width: 100%;
	height: auto;
}

.hero .arrow {
	position: absolute;
	top: 84%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero .arrow figure {
	width: 0.4rem;
}

main {
	background: #ffffff;
}

#greeting p{
	font-size: 0.15rem;
	line-height:1.85;
}

main p {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 1.8;
}

#greeting .inner {}

#greeting .image {
	position: relative;
	width: 100%;
}

#greeting .image figure {
	z-index: 1;
	overflow: hidden;
}

#greeting .image figure figcaption {
	color: #ffffff;
	font-size: 0.32rem;
	line-height: 0.58rem;
	position: absolute;
	bottom: 0.25rem;
	left: 0.25rem;
	z-index: 2;
}

#greeting .image figure img {
	width: auto;
	min-width: 100%;
	height: 100vh;
	object-fit: cover;
}

#greeting .text {
	background-color: #e4f3fa;
	padding: 1.2rem 7.5%;
	box-sizing: border-box;
}

#greeting h1 {
	font-size: 0.32rem;
	line-height: 0.62rem;
	text-align: center;
	margin-bottom: 0.6rem;
}

#greeting h1 span {
	display: block;
	font-size: 0.14rem;
	line-height: 0.24rem;
}

#greeting .chairman {
	display: flex;
	align-items: end;
	-webkit-align-items: flex-end;
}

#greeting .chairman figure,
#greeting .chairman h2 {
	flex: 0 0 47%;
	max-width: 47%;
}

#greeting .chairman figure {
	width: 1.75rem;
	margin-right: 6%;
}

#greeting .chairman figure img {
	width: 100%;
}

#greeting .chairman h2 {
	font-size: 0.15rem;
	line-height: 1.75;
}

#greeting .chairman h2 span {
	display: block;
	font-size: 0.13rem;
	margin-bottom: 0.08rem;
}

#project {}

#project figure {
	overflow: hidden;
	height: 100vw;
}

#project figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#project ul {
	display: grid;
	grid-template-columns: 1fr;
}

#project ul li {
	padding: 5%;
}

#project ul li a {
	color: #000000;
}

#project ul li>a {
	display: block;
	height: 100%;
	box-sizing: border-box;
}

#project ul li .container {
	padding: 0.5rem 5%;
	background-size: 0.64rem 0.4rem;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	height: 100%;
}

#project ul li#project01 {
	background: rgb(204, 234, 247);
	background: linear-gradient(180deg, rgba(204, 234, 247, 1) 0%, rgba(204, 234, 247, 0.7) 100%);
}

#project ul li#project02 {
	background: rgb(191, 228, 245);
	background: linear-gradient(180deg, rgba(191, 228, 245, 1) 0%, rgba(191, 228, 245, 0.7) 100%);
}

#project ul li#project03 {
	background: rgb(178, 223, 243);
	background: linear-gradient(180deg, rgba(178, 223, 243, 1) 0%, rgba(178, 223, 243, 0.7) 100%);
}

#project ul li a[href] .container::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border: 1px solid #0093d5;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.5s ease;
}

#project ul li:hover a[href] .container::after {
	opacity: 1;
}

#project ul li h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.32rem;
	line-height: 0.52rem;
	text-align: center;
	margin-bottom: 0.3rem;
	position: relative;
	padding-top:1.72rem;
		font-feature-settings: "palt";
}

#project ul li h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.18rem;
	line-height: 0.24rem;
	text-align: center;
	width: 0.9rem;
	height: 0.9rem;
	padding: 0.1rem;
	border: 1px solid #000000;
	border-radius: 50%;
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
}


#project ul li.coming_soon h2{
	padding-top:0rem;
}


#project ul li p {
	font-size: 0.15rem;
	line-height: 1.85;
	margin-bottom: 0.55rem;
	text-align: justify;
}

#project ul li .container .button {
	font-size: 0.14rem;
	line-height: 0.24rem;
	text-align: center;
	border: 1px solid #000000;
}

#project ul li a .container .button,
#project ul li .container .button a {
	display: block;
	padding: 0.19rem;
}

#project ul li .container .button a span.arrow {
	position: relative;
	padding-right: 0.46rem;
}

#project ul li .container .button a span.arrow::after {
	content: '';
	width: 0.32rem;
	height: 0.2rem;
	background: url(/30anniversary/images/arrow_right.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#project ul li .container .cs_text {
	display: none;
}

#project ul li.coming_soon,
#project ul li.coming_soon a {
	color: #646262;
}

#project ul li.coming_soon .container {
	background-color: rgba(0, 0, 0, 0.2);
}

#project ul li.coming_soon .container .button {
	display: none;
}

#project ul li.coming_soon h2 span {
	display: none;
}

#project ul li.coming_soon h2 span {
	display: none;
}


#project ul li.coming_soon .container .cs_text {
	display: block;
	color: #ffffff;
	font-size: 0.18rem;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	padding: 0.13rem 0.4rem;
	border: 1px solid #ffffff;
	position: relative;
	z-index: 2;
}

#project ul li.coming_soon .container .cs_text span {
	display: block;
	font-size: 0.13rem;
	line-height: 1;
	margin-top: 0.07rem;
}

footer {
	background: #ffffff;
	text-align: center;
}

footer .inner {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 0.4rem;
	padding-left: 0.4rem;
}

footer h2 {
	margin-bottom: 0.3rem;
}

footer h2 figure {
	width: 3.2rem;
	height: 0.48rem;
	margin-right: auto;
	margin-left: auto;
}

footer address,
footer .copyright {
	font-size: 0.13rem;
}

footer address {
	margin-bottom: 0rem;
}

footer address span {
	margin-right: 0.15rem;
}

footer address span:last-child {
	margin-right: 0;
}

.page {}

.page #outline .inner {
	background-color: #E5F4FB;
	padding: 1.2rem 7.5%;
	box-sizing: border-box;
}

.page #outline .inner {
	padding: 10%;
}

.page .image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.page .image figure {
	overflow: hidden;
	width: 100%;
	height: 100%;
}



.page .image figure img {
	width: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page #course_list {
	background-color: #ffffff;
}

.page #course_list .contents {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.4rem 0.2rem;
}

.page main {
	margin-top: 0.8rem;
}

.page h1 {
	font-size: 0.32rem;
	line-height: 0.52rem;
	text-align: center;
	margin-bottom: 0.5rem;
}

.page h1 span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.18rem;
	line-height: 0.24rem;
	text-align: center;
	width: 0.9rem;
	height: 0.9rem;
	padding: 0.1rem;
	border: 1px solid #000000;
	border-radius: 50%;
	margin-right: auto;
	margin-bottom: 0.35rem !important;
	margin-left: auto;
}

.page h2 {
	font-size: 0.22rem;
	margin-bottom: 0.3rem;
	line-height: 1.6;
}

.page h3 {
	display: inline-block;
	font-size: 0.12rem;
	line-height: 2;
	background-color: #D9EFF9;
	padding: 0.01rem 0.16rem;
	border-radius: 0.13rem;
	margin-bottom: 0.16rem;
}

.page h5 {
	font-size: 0.18rem;
	line-height: 0.28rem;
	margin-bottom: 0.08rem;
	font-feature-settings: "palt";
	letter-spacing: 0.01rem;
}

.page h6{
	margin-bottom: 0.2rem;
	line-height: 1.6;
	font-feature-settings: "palt";
}


.page #course_list {
	/*! overflow: auto; */
	box-sizing: border-box;
}

.page #course_list .inner {
	padding: 7.5% 19% 15% 19%;
}

.page #course_detail {}

.page #course_detail .inner {
	padding: 7.5% 14%;
}

.page #course_list ul {
	border-top: 1px solid #000000;
}

.page #course_list li {
	border-bottom: 1px solid #CBCBCB;
}

.page #course_list li a {
	display: block;
	color: #000000;
	font-size: 0.13rem;
	line-height: 1.7;
	padding:0.12rem 0.26rem 0.12rem 0.08rem;
	background: url(/30anniversary/images/arrow_blue_small.svg) no-repeat center right 0.08rem;
	background-size: 0.14rem 0.14rem;
	transition: background-color 0.5s ease;
}

.page #course_list li a:hover{
	background-color: rgba(0,148,215,0.058);
}


.page #course_list li a span {
	display: block;
	color:#666666;
	font-size: 0.11rem;
	font-feature-settings: "palt";
}

.page #course_list .content.large a span{
	color:#000000;
}


.page #course_detail {
	background-color: #E5F4FB;
}

.page #course_detail h3 {
	font-size: 0.19rem;
	background-color: #BFE4F5;
	padding: 0.01rem 0.3rem;
	margin-top: 0rem;
	margin-bottom: 0;
	border-radius: 0.2rem;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.department {
	margin-top:0.5rem !important;
}

.page #course_detail .center {
	/*! text-align: center; */
}

.page #course_detail h4 {
	color: #ffffff;
	font-size: 0.23rem;
	line-height: 0.33rem;
	background-color: #0094D7;
	padding: 0.11rem 0.2rem;
}

.page #course_detail h4 span {
	display: block;
	font-size: 0.13rem;
	line-height: 1.7;
}

.page #course_detail dl,
#home_coming_day dl {
	background-color: #FFFFFF;
	padding: 0.3rem 0.2rem;
}

.page #course_detail dl dt,
#home_coming_day dl dt {
	font-size: 0.12rem;
}

.page #course_detail dl dt {
	margin-bottom: 0.4rem;
}

.page #course_detail dl dd,
#home_coming_day dl dd {
	font-size: 0.15rem;
	line-height: 1.5;
}

.page #course_detail dl dd {
	margin-bottom: 0.0rem;
}

.page #course_detail dl.time_table,
.page #course_list_detail dl.time_table,
#home_coming_day dl.time_table{
	display: grid;
	grid-template-columns: auto auto;
	gap:0.08rem 0.2rem;
	font-size:0.12rem;
	padding:0;
	margin-bottom:0.4rem;
	border-top:0;
}

.page #course_detail dl.time_table:last-child,
#home_coming_day dl.time_table:last-child{
	margin-bottom:0;
}

.page #course_detail dl.time_table dt,
.page #course_detail dl.time_table dd{
	margin-bottom:0;
}

.page #course_list_detail dl.time_table dt,
.page #course_list_detail dl.time_table dd{
	padding:0;
	border-top:0;
	border-bottom: 0;
	line-height: 1.6;
}






.page #course_detail a {
	display: block;
	font-size: 0.14rem;
}

.page .course_container {
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
}

.page .course_container ol,
#course_list_detail ol {
	counter-reset: my-counter;
}

.page .course_container ol li,
#course_list_detail ol li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 0.2rem;
	line-height: 1.6;
}

.page .course_container ol li:last-child,
#course_list_detail ol li:last-child {
	margin-bottom: 0;
}

.page .course_container ol li::before,
#course_list_detail ol li::before {
	content: counter(my-counter, decimal-leading-zero);
	counter-increment: my-counter;
	margin-right: 1em;
	position: absolute;
	left: 0;
}

.page .course_container ol li span,
#course_list_detail ol li span {
	display: block;
	font-size: 0.14rem;
line-height: 1.6;
	margin-bottom: 20px;
	margin-top: 10px;
}

.page *:last-child {
	margin-bottom: 0;
}

.page .box {
	background: #ffffff;
	padding: 0.22rem;
}

.page .note {
	color: #007ab3;
	font-size: 0.13rem;
	line-height: 1.6;
	font-feature-settings:"palt";
}


/*--¥Û©`¥à¥«¥ß¥ó¥°¥Ç©`--*/

#course_list_detail .inner {
	padding: 1rem 8.33334%;
}

#course_list_detail h2 {
	font-size: 0.26rem;
	text-align: center;
	margin-bottom: 0.5rem;
}

#course_list_detail h3 {
	font-size: 0.18rem;
	padding: 0.01rem 0.16rem;
	border-radius: 0.19rem;
	margin-bottom: 0.3rem;
}

#course_list_detail h4 {
	font-size: 0.22rem;
	line-height: 0.32rem;
}

#course_list_detail h4>span {
	display: block;
	font-size: 0.14rem;
	line-height: 0.28rem;
}

#course_list_detail h4 .date {
	margin-bottom: 6px;
}

#course_list_detail h4 .date span {
	margin-right: 1em;

}

#course_list_detail h4 .date span:last-child {
	margin-right: 0;
}

#course_list_detail h4 .note {
	color: #666666;
	line-height: 0.22rem;
	font-feature-settings: "palt";
}

#course_list_detail .accordion_list {
	border-top: 1px solid #000000;
	margin-bottom: 1rem;
}

#course_list_detail .accordion_list:last-child {
	margin-bottom: 0;
}

#course_list_detail .accordion_list>li {
	border-bottom: 1px solid #CBCBCB;
}

#course_list_detail .accordion_list li .title {
	position: relative;
	padding: 0.2rem 0.4rem 0.2rem 0;
	cursor: pointer;
}

#course_list_detail .accordion_list li .title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.1rem;
	transform: translateY(-50%);
	width: 0.25rem;
	height: 0.25rem;
	background: url(/30anniversary/images/arrow_blue_small_down.svg) no-repeat center;
	background-size: contain;
	transition: transform ease 0.25s;
}

#course_list_detail .accordion_list li .title.active::after {
	transform: translateY(-50%) rotate(180deg);
}

#course_list_detail .accordion_list li dl {
	border-top: 1px solid #808080;
	gap: 0;
	background-color: #f5f5f5;
}

#course_list_detail .accordion_list li dl dd {
	border-bottom: 1px dashed #808080;
}

#course_list_detail .accordion_list li dl dt {
	padding: 0.15rem 0;
}

#course_list_detail .accordion_list li dl dd {
	padding: 0.15rem 0 0.4rem 0;
}

#course_list_detail .accordion_list li dl dt:last-of-type,
#course_list_detail .accordion_list li dl dd:last-of-type {
	border-bottom: none;
}



#course_list_detail .entry {
	display: block;
	color: #000000;
	font-size: 0.18rem;
	text-align: center;
	background-color: #CCEAF7;
	padding: 0.12rem;
	border-top: 1px solid #808080;
}

#course_list_detail .entry span {
	display: inline-block;
	position: relative;
	padding-right: 0.48rem;
}

#course_list_detail .entry span::after {
	content: '';
	width: 0.28rem;
	height: 0.20rem;
	background: url(/30anniversary/images/arrow_right_small.svg) no-repeat center bottom;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#course_list_detail .close {
	text-align: right;
	padding: 0.1rem 0.4rem 0.1rem 0.1rem;
	background: url(/30anniversary/images/arrow_blue_small_up.svg) no-repeat center right 0.1rem;
	background-size: 0.2rem 0.2rem;
	cursor: pointer;
}



.entry{}

.entry .pc {
	position: fixed;
	width: 100%;
	max-width: 1440px;
	left: 50%;
	/*bottom¤ÏJS¤ÇÈ¡µÃ*/
	transform: translateX(-50%);
	transition: bottom 0.3s ease;
	background-color: #ffffff;
}

.entry.active .pc{
	bottom:0 !important;;
}


.entry .pc ul {
	display: flex;
}

.entry .pc ul li {
	font-size: 0.21rem;
	line-height: 0.31rem;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	transition: opacity 0.3s ease;
}

.entry .pc ul li:hover{
	opacity: 0.75;
}

.entry .pc ul li:last-child {
	border-right: none;
}

.entry .pc ul li a {
	display: block;
	color: #ffffff;
	height: 100%;
	padding: 0.14rem 0.75rem 0.14rem 0.3rem;
	background: url(/30anniversary/images/arrow_white_right_small.svg) no-repeat center right 0.3rem;
	background-size: 0.45rem 0.3rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.entry .pc ul li:first-child a {
	background-color: #01A5D8;
}

.entry .pc ul li:nth-child(2) a {
	background-color: #0094D8;
}

.entry .pc ul li:last-child a {
	background-color: #0381D8;
}

.entry .sp {
	position: fixed;
	width: 83.33333%;
	left: 50%;
	/*bottom¤ÏJS¤ÇÈ¡µÃ*/
	transform: translateX(-50%);
	transition: bottom 0.3s ease;
}

.entry.active .sp{
	bottom: 0.25rem !important;;
}

.entry .sp .title,
.entry .sp ul li a {
	font-size: 0.2rem;
	line-height: 0.35rem;
	padding: 0.12rem 0.2rem 0.13rem 0.2rem;
}

.entry .sp .title {
	color: #ffffff;
	background-color: #0193D8;
	position: relative;
}

.entry .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry .overlay.active {
	display: block;
}

.entry .sp .title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.2rem;
	transform: translateY(-50%);
	width: 0.3rem;
	height: 0.3rem;
	background: url(/30anniversary/images/icon_plus.svg) no-repeat center;
	background-size: contain;
}

.entry .sp .title.active::after {
	background-image: url(/30anniversary/images/icon_minus.svg);
}

.entry .sp ul {
	display: none;
	background-color: #ffffff;
}

.entry .sp ul li a {
	display: block;
	color: #000000;
	background: url(/30anniversary/images/arrow_right_small.svg) no-repeat center right 0.2rem;
	background-size: 0.3rem;
	border-bottom: 1px solid #0193D8;
}

.entry .sp ul li:last-child a {
	border-bottom: 2px solid #0193D8;
}

#course_list_detail .accordion_list li .contents {
	display: none;
	background-color: #f5f5f5;
}

@media print,
screen and (max-width:480px) {
	html body .tb,
	html body .pc {
		display: none;
	}
	html body .sp {
		display: block;
	}
	#greeting .image figure {
		position: static !important;
	}
}

@media print,
screen and (min-width:481px) and ( max-width:800px) {
	html body .sp,
	html body .pc {
		display: none;
	}
	html body .tb {
		display: block;
	}
}

@media print,
screen and (min-width:481px) {
	html {
		font-size: 12.5vw;
	}
	.spnavi {
		display: none !important;
	}
	.bgimages div {
		font-size: 15.71429vh;
		height: 15.71429vh;
	}
	.logo figure {
		width: 3.5rem;
		height: 3.5rem;
	}
	
	.hero .logo figure {
  width: 3.5rem;
  height: 3.5rem;
}
	
	.hero .arrow figure {
		width: 0.4rem;
	}
	.hero .countup span {
		font-size: 1.21rem;
	}
	#greeting .image figure.active {
		position: fixed;
		top: 0;
		left: 0;
	}
	#greeting .image figure figcaption {
		color: #ffffff;
		font-size: 0.35rem;
		line-height: 0.55rem;
		position: absolute;
		bottom: 0.5rem;
		left: 0.5rem;
		z-index: 2;
	}
	#greeting .inner {
		display: flex;
	}
	#greeting .inner .image,
	#greeting .inner .text {
		flex: 0 0 50%;
		max-width: 50%;
	}
	#greeting .text {
		padding: 8%;
	}
	#greeting .chairman figure,
	#greeting .chairman h2 {
		flex: 0 0 auto;
	}
	#project figure {
		height: auto;
	}
	/*--¥Û©`¥à¥«¥ß¥ó¥°¥Ç©`--*/
	.page main {
		margin-top: 0.56rem;
	}
	#home_coming_day footer {
		margin-bottom: 0.9rem;
	}
	.page .home_coming_day_container {
		display: flex;
		/*! align-items: start; */
	}
	.page .home_coming_day_container .contents_left {
		position: relative;
	}
	.page .home_coming_day_container .contents_left,
	.page .home_coming_day_container .contents_right {
		flex: 0 0 50%;
		max-width: 50%;
		box-sizing: border-box;
	}
	.lead {
		line-height:1.95;
	}
	.page #outline .inner {
		padding: 7.5% 18% 10% 18%
	}
	.fixed {
		width: 50%;
		max-width: 7.2rem;
		position: fixed;
	}
	.absolute {
		width: 100%;
		position: absolute;
	}
	.sticky {
		position: sticky;
		top: 0;
	}
	
	.page #course_detail dl dd, #home_coming_day dl dd {
			font-size: 0.14rem;
			margin-bottom: 0.3rem;
			padding-left: 0.25rem;
	}
}

@media print,
screen and (min-width:801px) {
	html {
		font-size: 8.92858vw;
	}
	html body .sp,
	html body .tb {
		display: none;
	}
	html body .pc {
		display: block;
	}
	#project ul {
		grid-template-columns: 1fr 1fr 1fr;
	}
	#project .pc ul li {
		padding: 0;
	}
	#project ul li#project01 {
		background: linear-gradient(90deg, rgba(204, 234, 247, 1) 0%, rgba(204, 234, 247, 0.7) 100%);
	}
	#project ul li#project02 {
		background: linear-gradient(90deg, rgba(191, 228, 245, 1) 0%, rgba(191, 228, 245, 0.7) 100%);
	}
	#project ul li#project03 {
		background: linear-gradient(90deg, rgba(178, 223, 243, 1) 0%, rgba(178, 223, 243, 0.7) 100%);
	}
	#project .pc ul li a {
		padding: 0.25rem;
	}
	#project ul li .container {
		background: url(/30anniversary/images/arrow_right.svg) no-repeat center bottom 0.65rem;
		background-size: 0.64rem 0.4rem;
		padding: 0.5rem 0.5rem 1.05rem 0.5rem;
	}
	#project ul li .container p {
		margin-bottom: 1rem;
	}
	#project ul li .container p span {
  font-size: 0.14rem;
  display: block;
  margin-top: 24px;
  line-height: 0.25rem;
}
	
	#project ul li.coming_soon h2{
	 padding-top:1.72rem;
  }

	
	#project ul li.coming_soon h2 span {
		display: block;
		opacity: 0;
	}
	#project ul li.coming_soon .container {
		background-image: url(/30anniversary/images/arrow_right_grey.svg);
	}
	#project ul li.coming_soon .container .cs_text {
		display: inline-block;
		font-size: 0.24rem;
		position: absolute;
		top: 0.73rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.page #course_list .contents {
		grid-template-columns: 1fr 1fr;
	}
	.page #course_list .contents .content.large {
		grid-column: span 2;
	}
	.page #course_list .contents .content.large a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.page #course_list .contents .content.large a span {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.page #course_detail dl,
	#home_coming_day dl {
		display: grid;
		grid-template-columns: auto auto;
		/* gap: 0.3rem; */
	}
}

@media print,
screen and (min-width:1121px) {
	html {
		font-size: 6.94445vw;
	}
}

@media print,
screen and (min-width:1441px) {
	html {
		font-size: 625%;
	}
}

@media print {
	body {
		width: 1440px;
	}
	body header {
		position: absolute;
	}
	html body .pc {
		display: block;
	}
	header,
	.hero,
	#greeting .image figure {
		position: absolute !important;
	}
	.bgimages {
		display: none !important;
		;
	}
	#greeting .image figure {
		height: 100%;
	}
	#greeting .image figure img {
		height: 100%;
	}
}