@charset "utf-8";

/*==================================================

ベース

==================================================*/
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #0d0d0d;
	font-family: var(--font-sans-serif);
	font-size: 1.6rem;
/*	-webkit-font-smoothing: antialiased;*/
	letter-spacing: 0.04em;
}
body.menu-open{
	overflow: hidden;
}
html.menu-open{
	overflow: hidden;
}
@font-face {
  font-family: "MillerBanner";
  src: url("MillerBanner.woff2") format("woff2"),
       url("MillerBanner.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*========= font family関数指定 ==========*/
:root {
	--font-sans-serif: "游ゴシック体", "游ゴシック Medium", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif,"Meiryo UI";
	--font-serif: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--font-english: "miller-banner", serif;
}
/*===================*/
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #0d0d0d;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

/*==================================================

全ページ共通

==================================================*/
/* PC */
@media print, screen and (min-width: 768px) {
	html {
		font-size: 10px;
	}
	.sp {
		display: none!important;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	html {
		font-size: 1.33vw;
	}
	.pc {
		display: none!important;
	}
}

/* form リセット
--------------------------------------------------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
input[type="checkbox"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*==================================================

ヘッダー

==================================================*/

/* レイアウト 
--------------------------------------------------*/
/* PC */
@media print,only screen and (min-width: 768px){ 
	.l-header{
    height: 8rem;
		position:fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
	} 
	.l-header__inner{
    height: 8rem;
    background-color: #fff;
	}
	.l-header__logo{
		width: 25rem;
		position:absolute;
		top:1.6rem;
		left:2.4rem;
	}
	.nav-social{
		position:absolute;
		top:2.5rem;
    right: 46.6rem;
    display: flex;
    justify-content: flex-end;
    gap:0 1.3rem;
	}
	.nav-social li{
    width: 3rem;
	}
}
/* SP */
@media screen and (max-width: 767px){	
	.l-header{
		height: 12rem;
		background-color: #fff;
    position: relative;
    z-index: 110;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.l-header__logo{
		width: 38.8rem;
	}
	.nav-social{
    display: none;
	}
}

/* グローバルナビ
--------------------------------------------------*/
.nav-global{
  font-weight: 500;
 }
.nav-global a{
  color: #fff;
  text-decoration: none;
 }
.nav-global__title{
  color: #fff;
  font-family: var(--font-serif);
  line-height: 1.3;
  position: relative;
}
.nav-globalIn a:before{
  content: "";
  background-color: #7ececa;
  border-radius: 50%;
  display: block;
  position: absolute;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
	.nav-global{
    display: flex;
    flex-wrap: wrap;
    gap:3rem 3rem;
	}
	.nav-global>li{
    width: calc( 25% - 2.25rem );
    box-shadow: 1px 1.7px 3px rgba(0, 0, 0, 0.1);
    padding:2.2rem 2.4rem 1rem 2.4rem;
	}
	.nav-global>li:last-child {
    width: calc( 75% - 0.8rem );
    display: flex;
	}
	.nav-global>li:last-child .nav-globalIn{
    width: calc( ( 100% / 3 ) + 1.6rem );
	}
  .nav-global__title{
    font-size: 1.8rem;  
    margin-bottom: 2.4rem;
  }
  .nav-global__title:after{
    content: "";
    background-color: #7ececa;
    width: 3rem;
    height: 1px;
    position: absolute;
    bottom: -1.2rem;
    left: 0;
    transition: all .3s ease;
    display: block;
  }
  .nav-global__title:hover:after{
    width: 100%;
  }
  .nav-globalIn a{
    font-size: 1.4rem;
    padding: 0.5rem 0 0.5rem 2rem;
    position: relative;
    display: block;
  }
  .nav-globalIn li{
    margin-bottom: 0.3rem;
  }
  .nav-globalIn a:hover{
    text-decoration: underline;
  }
  .nav-globalIn a:before{
    width: 0.5rem;
    height: 0.5rem;
    top: 0.8em;
    left: 0.7rem;
  }
  .nav-title__arrow{
    display: none;
  }
}
/* SP */
@media screen and (max-width: 767px){	
	.nav-global>li{
    box-shadow: 1px 1.7px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
	}
	.nav-global>li:last-child {
    display: flex;
    gap:0 3rem;
	}
	.nav-global>li:last-child .nav-globalIn{
    width: calc( 50% - 1.5rem );
	}
  .nav-global__title,
  .nav-footer01__title{
    font-size: 3.2rem; 
    position: relative;
    display: flex;
    justify-content: flex-start;
  }
  .nav-title__text{
    padding: 3rem 1.5rem 3rem 1.5rem;
    flex: 1;
  }
  .nav-title__arrow{
    width: 10rem;
    height: 10.5rem;
    transition: all .3s ease;
    padding: 0 4rem 0 1.5rem;
    position: relative;
  }
  .nav-title__arrow:after{
    content: "";
    display: block;
    background: url("../images/shared/arrow-down-white.svg") center center no-repeat;
    background-size: 100% auto;
    width: 2.5rem;
    height: 2.5rem;
    transition: all .3s ease;
    position: absolute;
    inset:0;
    margin: auto auto;
  }
  .nav-footer01 .nav-title__text{
    padding: 3.5rem 1.5rem 3.5rem 4rem;
  }
  .nav-footer01 .nav-title__arrow{
    height: 11.2rem;
    background-position: center right;
    padding: 0;
  }
  .-open .nav-title__arrow{
    transform: rotate(-180deg);
  }
  .nav-globalIn{
    margin-top: 2.5rem;
    display: none;
  }
  .nav-globalIn a{
    font-size: 2.6rem;
    padding: 1.4rem 1.4rem 1.4rem 5rem;
    position: relative;
    display: block;
  }
  .nav-globalIn li{
    margin-bottom: 0.3rem;
  }
  .nav-globalIn a:before{
    width: 1rem;
    height: 1rem;
    top: 1.05em;
    left: 2.5rem;
  }
  li:last-child .nav-globalIn{
    display: block;
  }
  li:last-child .nav-globalIn a{
    padding-left: 2.5rem;
  }
  li:last-child .nav-globalIn a:before{
    left: 0;
  }
  .nav-footer01__title + .nav-footer01In {
    width: 100%;
  }
}

/* ヘッダーナビ
--------------------------------------------------*/
.nav-header{
  font-family: var(--font-serif);
  font-weight: 500;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
	.nav-header{
		position:absolute;
		top:1.9rem;
		right:12.5rem;
		display: flex;
		justify-content: flex-end;
    align-items: center;
    border-left: 1px #dee5e5 solid;
	}
	.nav-header li{
    border-right: 1px #dee5e5 solid;
	}
	.nav-header li a{
		font-size: 1.6rem;
    padding: 0.8rem 1.8rem 0.8rem 6rem;
    display: block;
    text-decoration: none;
    position: relative;
	}
	.nav-header li.nav-header__reserve a{
    padding: 0.8rem 1.8rem 0.8rem 6.5rem;
	}
	.nav-header li.nav-header__document a{
    padding: 0.8rem 1.8rem 0.8rem 6rem;
	}
	.nav-header li.nav-header__reserve a:before{
    width: 2.9rem;
    height: 3rem;
    background-image: url("../images/shared/icon-reserve.svg");
    left: 1.9rem;
    top: 0.3rem;
	}
	.nav-header li.nav-header__document a:before{
    width: 2.8rem;
    height: 2.8rem;
    background-image: url("../images/shared/icon-document.svg");
    left: 1.3rem;
    top: 0.7rem;
	}
	.nav-header li a:before{
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    position: absolute;
	}
	.nav-header li a:after{
    content: "";
    background-color: #10bdd6;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 6rem;
    right: 1.8rem;
    opacity: 0;
    transition: all .3s ease;
	}
	.nav-header li a:hover:after{
    opacity: 1;
	}
}
/* SP */
@media screen and (max-width: 767px){	
  .l-fixmenus{
    height: 15rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .l-fixmenus__inner{
    background: linear-gradient(120deg,rgba(38, 196, 214, 1) 0%, rgba(32, 193, 220, 1) 100%);
    position: relative;
  }
	.nav-header{
    height: 15rem;
    width: calc( 100% - 18.8rem );
    display: flex;
	}
	.nav-header li.nav-header__reserve{
    background-image: url("../images/shared/icon-reserve-white.svg");
    background-position: center 2.8rem;
    background-size: 4.7rem auto;
	}
	.nav-header li.nav-header__document{
    background-image: url("../images/shared/icon-document-white.svg");
    background-position: center 2.4rem;
    background-size: 5.4rem auto;
	}
	.nav-header li.nav-header__access{
    background-image: url("../images/shared/icon-access.svg");
    background-position: center 2.6rem;
    background-size: 3.8rem auto;
	}
	.nav-header li{
    width: calc( 100% / 3 );
    border-right: 1px #8de0eb solid;
    background-repeat: no-repeat;
    text-align: center;
	}
	.nav-header li a{
    color: #fff;
    font-size: 2.4rem;
    font-family: var(--font-serif);
    padding-top: 9.2rem;
    display: block;
    text-decoration: none;
  }
}

/* ハンバーガー
--------------------------------------------------*/
.l-header__menus{
  width: 100%;
  background: linear-gradient(120deg,rgba(39, 182, 198, 1) 0%, rgba(33, 181, 206, 1) 100%);
  z-index: 99;
  position: fixed;
  right: 0;
  left: 0;
  display: none;
}
.m-hamburger{
  position: fixed;
  cursor: pointer;
  z-index: 100;
}
.m-hamburger__lines{
  height: 55%;
  width:45%;
  margin:8.3% auto 0 auto;
  position: relative;
  z-index: 10;
}
.m-hamburger__lines>div{
  background-color: #fff;
  height:1px;
  transition: transform .3s ease, opacity .3s ease;
  position: absolute;
  left:0;
  top:50%;
}
.m-hamburger__lines>div:first-child{
  width:100%;
  transform: translateY(-1500%);
}
.m-hamburger__lines>div:nth-child(2){
  width: 77.7%;
}
.m-hamburger__lines>div:last-child{
  width: 55.5%;
  transform: translateY(1500%);
}
.menu-open .m-hamburger__lines>div:first-child{
  transform: rotate(225deg);
}
.menu-open .m-hamburger__lines>div:nth-child(2){
  transform: translateX(-50%);
  opacity: 0;
}
.menu-open .m-hamburger__lines>div:last-child{
  transform: rotate(-225deg);
  width: 100%;
}
.m-hamburger__text{
  color: #fff;
  font-family: var(--font-english);
  font-weight: 300;
  letter-spacing: 0.08em;
  height: 15%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.m-hamburger__text:before{
  content: "MENU";
}
.menu-open .m-hamburger__text:before{
  content: "CLOSE";
}
/* PC */
@media print,only screen and (min-width: 768px){
  .l-header__menus{
    top:0;
    padding: 13.5rem 10rem 5rem 10rem;
    z-index: -1;
  }
  .m-hamburger{
    width: 10rem;
    height: 10rem;
    top: 0;
    right: 0;
  }
  .m-hamburger:before,
  .m-hamburger:after{
    content: "";
    width: 10rem;
    height: 10rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ease;
  }
  .m-hamburger:before{
    background: linear-gradient(120deg,rgba(38, 195, 220, 1) 0%, rgba(0, 184, 214, 1) 100%);
    opacity: 1;
  }
  .m-hamburger:after{
    background: linear-gradient(120deg,rgba(0, 184, 214, 1) 0%, rgba(38, 195, 220, 1) 100%);
    opacity: 0;
  }
  .m-hamburger:hover:after{
    opacity: 1;
  }
  .m-hamburger__text{
    font-size: 1.4rem;
    position: relative;
    z-index: 10;
  }
}
/* SP */
@media screen and (max-width: 767px){	
  .l-header__menus{
    overflow-y: scroll;
    top:0;
    bottom: 0;
    padding: 4.3rem 3.5rem 16rem 3.5rem;
  }
  .m-hamburger{
    width: 18.8rem;
    height: 15rem;
    right: 0;
    bottom: 0;
  }
  .m-hamburger__lines{
    margin:5.5% auto 0 auto;
  }
  .m-hamburger__lines>div:first-child{
    transform: translateY(-1200%);
  }
  .m-hamburger__lines>div:nth-child(2){
    width: 85%;
  }
  .m-hamburger__lines>div:last-child{
    transform: translateY(1200%);
    width: 72%;
  }
  .m-hamburger__text{
    font-size: 2.4rem;
  }	
}

/*==================================================

フッター

==================================================*/

/* フッター1
--------------------------------------------------*/
footer{
  position: relative;
 }
.l-footer01{
  color: #fff;
 }
.l-footer01 a{
  color: #fff;
  font-weight: 500;
  text-decoration: none;
 }
.nav-footer01__title{
  color: #fff;
  font-family: var(--font-serif);
  line-height: 1.3;
  position: relative;
}
.nav-footer01In a:before{
  content: "";
  background-color: #7ececa;
  border-radius: 50%;
  display: block;
  position: absolute;
}
.nav-footer02{
  display: flex;
  align-items: center;
}
.nav-footer02 li{
  position: relative;
}
.nav-footer02 li:after,
.nav-footer02 li:first-child:before{
  content: "";
  background-color: #fff;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  display: block;
}
.nav-footer02 li:first-child:before{
  right: auto;
  left: 0;
}
.nav-footer02 a{
  line-height: 1;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .l-footer01{
    background:#217fa5 url("../images/shared/footer-bg.jpg") center bottom no-repeat;
    background-size: cover;
    padding: 3rem;
    margin-top: 6rem;
  }
	.nav-footer01{
    display: flex;
    flex-wrap: wrap;
    gap:1.7rem 2rem;
	}
	.l-footer01__inner,  
	.l-footer02__inner{
    max-width: 110rem;
    margin: 0 auto;
	}
	.nav-footer01>li{
    width: calc( 25% - 1.5rem );
    background-color: rgba(32,193,220,0.1);
    padding: 2.2rem 2.4rem 1rem 2.4rem;
	}
	.nav-footer01>li:last-child {
    width: calc( 75% - 0.8rem );
    display: flex;
	}
	.nav-footer01>li:last-child .nav-footer01In{
    width: calc( ( 100% / 3 ) + 1.6rem );
	}
  .nav-footer01__title{
    font-size: 1.8rem;  
    margin-bottom: 2.4rem;
  }
  .nav-footer01__title:after{
    content: "";
    background-color: #7ececa;
    width: 3rem;
    height: 1px;
    position: absolute;
    bottom: -1.2rem;
    left: 0;
    transition: all .3s ease;
    display: block;
  }
  .nav-footer01__title:hover:after{
    width: 100%;
  }
  .nav-footer01In a{
    font-size: 1.4rem;
    padding: 0.5rem 0 0.5rem 1.6rem;
    position: relative;
    display: block;
  }
  .nav-footer01In li{
    margin-bottom: 0.3rem;
  }
  .nav-footer01In a:hover{
    text-decoration: underline;
  }
  .nav-footer01In a:before{
    width: 0.5rem;
    height: 0.5rem;
    top: 0.83em;
    left: 0.4rem;
  }
  .l-footer01__bottom{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    gap:2rem 0;
  }
  .l-footer01__logo{
    width: 26.8rem;
    margin-right: 1.4rem;
  }
  .l-footer01__text{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.375;
    margin-right: 3.1rem;
  }
	.l-footer01__social{
    display: flex;
    gap:0 1.6rem;
    margin-right: 3.3rem;
	}
	.l-footer01__social li{
    width: 4rem;
	}
  .nav-footer02 li:after,
  .nav-footer02 li:first-child:before{
    height: 1.3rem;
  }
  .nav-footer02 a{
    font-size: 1.5rem;
    padding: 0 2.4rem;
  }
}
/* SP */
@media screen and (max-width: 767px){	
	.l-footer01{
    background:url("../images/shared/footer-bg-sp.jpg") center bottom no-repeat;
    background-size: cover;
    padding: 3.5rem 3.5rem 6.3rem 3.5rem;
    margin-top: 17rem;
	}
	.nav-footer01>li{
    background-color: rgba(32,193,220,0.1);
    margin-bottom: 2rem;
    padding-bottom: 0.01rem;
	}
	.nav-footer01>li:last-child {
    display: flex;
    gap:0 3rem;
    padding: 3.5rem 3rem;
	}
	.nav-footer01>li:last-child .nav-globalIn{
    width: calc( 50% - 1.5rem );
	}
  .nav-footer01__title{
    font-size: 3.2rem; 
    position: relative;
  }
  .-open .nav-title__arrow:before{
    transform: rotate(-180deg);
  }
  .nav-footer01In{
    width: 50%;
    margin: -1rem 0 3.5rem 0;
    display: none;
  }
  .nav-footer01In a{
    font-size: 2.6rem;
    padding: 1.4rem 1.4rem 1.4rem 5rem;
    position: relative;
    display: block;
  }
  .nav-footer01In li{
    margin-bottom: 0.3rem;
  }
  .nav-footer01In a:before{
    width: 1rem;
    height: 1rem;
    top: 1em;
    left: 2.5rem;
  }
  li:last-child .nav-footer01In{
    display: block;
  }
  li:last-child .nav-footer01In a{
    padding-left: 2.5rem;
  }
  li:last-child .nav-footer01In a:before{
    left: 0;
  }
  .l-footer01__logo{
    width: 43rem;
    margin: 0 auto 2rem auto;
  }
  .l-footer01__text{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.538;
    text-align: center;
    margin-bottom: 2rem;
  }
	.l-footer01__social{
    display: flex;
    justify-content: center;
    gap:0 3.6rem;
    margin-bottom: 3rem;
	}
	.l-footer01__social li{
    width: 7rem;
	}
  .nav-footer02{
    justify-content: center;
  }
  .nav-footer02 li:after,
  .nav-footer02 li:first-child:before{
    height: 2.4rem;
  }
  .nav-footer02 a{
    font-size: 2.6rem;
    padding: 0 4.2rem;
  }
}

/* フッター2
--------------------------------------------------*/
.l-footer02{
  background-color: #fff;
}
.l-footer__copy{
  color: #333;
  font-family: var(--font-english);
  letter-spacing: .08em;
  text-align: center;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
	.l-footer02{
		padding:2.1rem 3rem 2.1rem 3rem;
	}
	.l-footer__copy{
		font-size: 1.6rem;
	}
}
/* SP */
@media screen and (max-width: 767px){
	.l-footer02{
		padding:2.5rem 3.5rem;
    margin-bottom: 15rem;
	}
	.l-footer__copy{
		font-size: 2.6rem;
    line-height: 1.538;
	}
}

/* ページトップ
--------------------------------------------------*/
.l-pagetop{
  width: 5rem;
  height: 5rem;
  background-color: #d7f4f7;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  transition: all .3s ease;
  z-index: 1000;
}
.l-pagetop:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 1rem solid #00bacf;
  position: absolute;
  inset:0;
  margin: auto auto;
  transition: all .3s ease;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .l-pagetop{
    width: 5rem;
    height: 5rem;
    right: 4rem;
    bottom: 4rem;
  }
  .l-pagetop:before {
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-bottom: 1rem solid #00bacf;
  }
  .l-pagetop:hover {
    background-color: #00bacf;
  }
  .l-pagetop:hover:before {
    border-bottom: 1rem solid #ffffff;
  }
}
/* SP */
@media screen and (max-width: 767px){	
  .l-pagetop{
    width: 7rem;
    height: 7rem;
    right: 2rem;
    bottom: 9rem;
  }
  .l-pagetop:before {
    border-left: 0.9rem solid transparent;
    border-right: 0.9rem solid transparent;
    border-bottom: 1.5rem solid #00bacf;
  }
}

/*==================================================

セカンド共通

==================================================*/

/* レイアウト
--------------------------------------------------*/
.l-content{
	line-height: 1.7;
}
.l-side__title {
  background-color: #eff9f9;
	position: relative;
  font-family: var(--font-serif);
}
.l-side__title:before ,
.l-side__title:after{
  content: "";
  position: absolute;
  width: 0.3rem;
  left: 0;
}
.l-side__title:before{
  background-color: #92e0eb;
  top: 0;
  bottom: 50%;
}
.l-side__title:after{
  background-color: #0dbdd6;
  top: 50%;
  bottom: 0;
}
.l-side__list li{
  border-bottom: 1px #b2dbd9 dashed;
}
.l-side__list a{
  background:url("../images/shared/arrow.svg") right 1.5rem center no-repeat;
  display: block;
  text-decoration: none;
  transition: all .3s ease;
}
/* PC */
@media print,only screen and (min-width: 768px){	
	.l-content{
		max-width: 110rem;
		font-size: 1.6rem;
		padding: 0 3rem;
		margin: 0 auto 9rem auto;		
    box-sizing: content-box;
	}
	.l-container{
		max-width: 110rem;
		font-size: 1.6rem;
		padding: 0 3rem;
		margin: 0 auto 18rem auto;		
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
	}
	.l-main{
    width: 71%;
	}
  .l-movie-main {
    width: 100%;
  }
	.l-side{
    width: 24.55%;
	}
	.l-side__title{
    font-size: 2.2rem;
    padding: 1.3rem 2rem;
	}
  .l-side__list{
    margin-bottom: 6rem;
  }
  .l-side__list a{
    background-size: 1.8rem auto;
    padding: 1.8rem 3.5rem 1.8rem 2rem;
    transition: all .3s ease;
  }
  .l-side__list a:hover{
    color: #0ca8ba;
  }
}
/* SP */
@media screen and (max-width: 767px){
	.l-content{
    padding: 0 3.5rem;
		font-size: 2.6rem;
	}
  .l-container{
    padding: 0 3.5rem 0 3.5rem;
		font-size: 2.6rem;
	}
	.l-side__title{
    font-size: 3.4rem;
    padding: 1.6rem 2.8rem;
	}
  .l-side__list{
    font-size: 2.8rem;
    margin-bottom: 8rem;
  }
  .l-side__list:last-child{
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .l-side__list a{
    background-position: right 2.5rem center;
    background-size: 2.6rem auto;
    padding: 2.9rem 5rem 2.9rem 1.8rem;
  }
}

/* ページタイトル
--------------------------------------------------*/
.m-pageTitle__image{
  overflow: hidden;
}
.m-pageTitle__image img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.m-pageTitle__title{
  background-color: #eaf8f7;
}
.m-pageTitle__sub{
  color: #0ca8ba;
  font-family: var(--font-serif);
  font-weight: 500;
  border-bottom: 1px #cedadb solid;
  position: relative;
}
.m-pageTitle__sub:after{
  content: "";
  background-color: #0ca8ba;
  display: block;
  position: absolute;
  display: block;
  transform: rotate(45deg);
}
.m-pageTitle__title01{
  font-family: var(--font-serif);
  font-weight: 500;
}
.m-pageTitle__title02{
  color: #a1cdd2;
  font-family: var(--font-english);
  font-weight: 300;
  line-height: 1.2;
}
.qua-field-button a{
  color: #fff;
}
.m-bread ol{
  font-weight: 500;
}
.m-bread li{
  display: inline;
  position: relative;
}
.m-bread a{
  color: #0ca8ba;
  text-decoration: none;
}
.m-bread a:after{
  content: "/";
  color: #c8c8c8;
  position: absolute;
}
.m-pageTitle.-second .m-pageTitle__titlebread{
  width: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
}
.m-pageTitle.-second .m-pageTitle__title{
  background-color: transparent;
  text-align: center;
}
.m-pageTitle.-second .m-pageTitle__content{
  position: relative;
}
.m-pageTitle.-second .m-pageTitle__image{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.m-pageTitle.-second .m-bread{
  position: absolute;
}
.m-pageTitle.-second .m-pageTitle__image img{
  width: 100%;
  object-fit: cover;
}
.m-pageTitle.-second .m-pageTitle__title{
  position: relative;
  z-index: 2;
}
.m-pageTitle.-second .m-pageTitle__english{
  color: #fff;
  font-family: var(--font-english);
  font-weight: 300;
  line-height: 1.2;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.m-pageTitle.-second .m-pageTitle__japanese{
  color: #fff;
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.2;
	position: relative;
  background: linear-gradient(120deg,rgba(38, 195, 220, 1) 0%, rgba(0, 184, 214, 1) 100%);
  margin: 0 auto;
}
.m-pageTitle.-second .m-pageTitle__japanese:before,
.m-pageTitle.-second .m-pageTitle__japanese:after{
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  background-color: rgba(200,232,235,0.3);
  position: absolute;
  display: block;
}
.m-pageTitle.-second .m-pageTitle__japanese:before{
  top: 0;
  left: 0;
}
.m-pageTitle.-second .m-pageTitle__japanese:after{
  bottom: 0;
  right: 0;
}
/* PC */
@media print,only screen and (min-width: 768px){
  .m-pageTitle{
    position: relative;
    padding-left: 10rem;
    margin:8rem 0 6rem 0;
  }
  .m-pageTitle__content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .m-pageTitle__image{
    width: 50%;
    height: 34rem;
    aspect-ratio: 30 / 17;
    order: 2;
  }
  .m-pageTitle__image img{
    height: 34rem;
  }
  .m-pageTitle__titlebread{
    width: 50%;
  }
  .m-pageTitle__title{
    min-height: 30rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    order: 1;
    padding: 5.3rem 7rem 4rem 5rem;
  }
  .m-pageTitle__sub{
    font-size: 2rem;
    padding:0 0 0.9rem 0.5rem;
    margin-bottom: 1.7rem;
  }
  .m-pageTitle__sub:after{
    width: 1rem;
    height: 1rem;
    right: -1.5rem;
    bottom: -0.6rem;
  }
  .m-pageTitle__title01{
    font-size: 3.6rem;
    margin:0 0 0 0.8rem;
  }
  .m-pageTitle__title02{
    font-size: 3.6rem;
    margin:2.5rem 0 0 0.5rem;
  }
  .m-bread{
    margin: 1.9rem 1.5rem 0 0.3rem;
  }
  .m-bread ol{
    gap:1rem 3.7rem;
    font-size: 1.4rem;
  }
  .m-bread ol li{
    margin-left: 3.7rem;
  }
  .m-bread ol li:first-child{
    margin-left: 0;
  }
  .m-bread a:hover{
    text-decoration: underline;
  }
  .m-bread a:after{
    right: -2.1rem;
    top: -0.3rem;
  }
  .m-pageTitle__scroll{
    color: #0ca8ba;
    font-family: var(--font-english);
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.36em;
    position: absolute;
    padding-left: 5.2rem;
    transform: rotate(90deg);
    transform-origin: left top;
    top: 7.3rem;
    left: 6rem;
    cursor: pointer;
  }
  .m-pageTitle__scroll__line {
    width: 4rem;
    height: 1px;
    display: block;
    position: absolute;
    top: 0.2rem;
    bottom: 0;
    left: 0;
    margin: auto 0;
    overflow: hidden;
  }
  .m-pageTitle__scroll__lineIn {
    width: 200%;
    height: 100%;
    background-color: #dee5e5;
    animation: linescroll 4s ease-in-out infinite;
    opacity:0;
  }
  .m-pageTitle.-second{
    height: 60rem;
    margin-bottom: 12.4rem;
  }
  .m-pageTitle.-second .m-pageTitle__titleIn{
    margin-right: 8.1rem;    
  }
  .m-pageTitle.-second .m-pageTitle__japanese{
    width: fit-content;
  }
  .m-pageTitle.-second .m-pageTitle__content{
    height: 60rem;
  }
  .m-pageTitle.-second .m-pageTitle__titlebread{
    bottom: -10.5rem;
  }
  .m-pageTitle.-second .m-pageTitle__image{
    height: 60rem;
  }
  .m-pageTitle.-second .m-bread{
    bottom: 6.6rem;
    left: -0.2rem;
  }
  .m-pageTitle.-second .m-pageTitle__image img{
    height: 60rem;
  }
  .m-pageTitle__english{
    font-size: 9rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
  .m-pageTitle__japanese{
    font-size: 3.6rem;
    padding: 4.5rem 1.5rem;
    min-width: 50rem;
  }
}
/* SP */
@media screen and (max-width: 767px){	
  .m-pageTitle{
    margin-bottom: 6rem;
  }
  .m-pageTitle__image{
    aspect-ratio: 75 / 43;
    background-color: #eaf8f7;
  }
  .m-pageTitle__title{
    padding: 2.6rem 5.5rem 4rem 3.5rem;
  }
  .m-pageTitle__sub{
    font-size: 2.6rem;
    padding:0 0 1.1rem 0.8rem;
    margin-bottom: 2.5rem;
  }
  .m-pageTitle__sub:after{
    width: 1rem;
    height: 1rem;
    right: -2rem;
    bottom: -0.6rem;
  }
  .m-pageTitle__title01{
    font-size: 4.6rem;
    margin:0 0 0 1rem;
  }
  .m-pageTitle__title02{
    font-size: 4.4rem;
    margin:1.7rem 0 0 1rem;
  }
  .m-bread{
    margin: 1.9rem 3.5rem 0 3.5rem;
  }
  .m-bread ol{
    width: fit-content;
    margin-left: auto;
    font-size: 2rem;
  }
  .m-bread ol li{
    margin-left: 4rem;
  }
  .m-bread ol li:first-child{
    margin-left: 0;
  }
  .m-bread a:after{
    right: -2.8rem;
    top: -0.35rem;
  }
  .m-pageTitle.-second{
    height: 37.5rem;
    margin-bottom: 18rem;
  }
  .m-pageTitle.-second .m-pageTitle__content{
    height: 37.5rem;
  }
  .m-pageTitle.-second .m-pageTitle__titlebread{
    bottom: -6rem;
  }
  .m-pageTitle.-second .m-pageTitle__title{
    padding: 0 3rem;
  }
  .m-pageTitle.-second .m-pageTitle__image{
    height: 37.5rem;
  }
  .m-pageTitle.-second .m-bread{
    bottom: -4.7rem;
    right: 3.6rem;
  }
  .m-pageTitle.-second .m-pageTitle__image img{
    height: 37.5rem;
  }
  .m-pageTitle__english{
    font-size: 6.9rem;
    margin-bottom: 3rem;
  }
  .m-pageTitle__japanese{
    font-size: 4.5rem;
    padding: 3.5rem 1.5rem;
    width: 60rem;
  }
}

/* セカンドタイトル
--------------------------------------------------*/
.second-title {
	position: relative;
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.second-title:before,
.second-title:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.second-title:before{
  background-color: #d9d9d9;
  height: 1px;
  bottom: 0;
}
.second-title:after{
  background-color: #fff;
  height: 1rem;
  bottom: -0.5rem;
}
.second-title__inner:after {
  background-color: #0dbcd6;
	content: "";
	display: block;
	position: absolute;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
/* PC */
@media print,only screen and (min-width: 768px){  
  .second-title {
    font-size: 3.2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
  }
  .second-title:before{
    width: 21.6rem;
  }
  .second-title:after{
    width: 3.8rem;
  }
  .second-title__inner:after {
    width: 1.4rem;
    height: 1.4rem;
    bottom: -0.5rem;
  }
}
/* SP */
@media screen and (max-width: 767px){	  
  .second-title {
    font-size: 4.2rem;
    padding-bottom: 4rem;
    margin-bottom: 7.5rem;
  }
  .second-title:before{
    width: 27.6rem;
  }
  .second-title:after{
    width: 6rem;
  }
  .second-title__inner:after {
    width: 2.3rem;
    height: 2.3rem;
    bottom: -0.9rem;
  }
}

/* ボタン
--------------------------------------------------*/
.m-button{
	background: linear-gradient(120deg,rgba(39, 179, 195, 1) 0%, rgba(1, 167, 195, 1) 100%);
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.m-button a{
  text-decoration: none;
}
.m-button span{
  background:url("../images/shared/arrow-white.svg") right 2.9rem center no-repeat;
  color: #fff;
  font-family: var(--font-serif);
  letter-spacing: .08em;
  display: block;
}
.m-button:before,
.m-button:after{
  content: "";
  background-color: rgba(88,195,207,0.7);
  display: block;
  position: absolute;
  z-index: 10;
}
.m-button:before{
  top: 0;
  left: 0;
}
.m-button:after{
  bottom: 0;
  right: 0;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-button{
    width: 44rem;
  }
  .m-button span{
    background-size: 2rem auto;
    font-size: 2rem;
    padding: 2.4rem 4.5rem 2.4rem 2.4rem;
    transition: all .3s ease;
    position: relative;
    z-index: 10;
  }
  .home-news .m-button span{
    font-size: 2rem;
    padding: 2.2rem 5rem;
  }
  .m-button a:after{
    content: "";
    background: linear-gradient(120deg,rgba(1, 167, 195, 1) 0%, rgba(39, 179, 195, 1) 100%);
    position: absolute;
    inset:0;
    opacity: 0;
    transition: all .3s ease;
  }
  .m-button a:hover:after{
    opacity: 1;
  }
  .m-button:before,
  .m-button:after{
    width: 1.9rem;
    height: 1.9rem;
  }
}
/* SP */
@media screen and (max-width: 767px){	
  .m-button{
    width: 100%;
  }
  .m-button span{
    background-size: 3.3rem auto;
    font-size: 3.2rem;
    padding: 3.2rem 6.5rem;
  }
  .home-news .m-button{
    width: 56rem;
  }
  .home-news .m-button span{
    padding: 3.7rem 6.5rem;
  }
  .m-button:before,
  .m-button:after{
    width: 2.5rem;
    height: 2.5rem;
  }
}

/*==================================================

トップページ

==================================================*/

.home-cover .slick-dots li button{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

/* メイン
--------------------------------------------------*/
/* 文字のスライドアップ */
.home-cover__text01 {
  overflow:hidden;
}
.home-cover__text02 {
  overflow:hidden;
}
.js-split__char{
  display: inline-block;
}
.home-cover__text01 .js-split__char,
.home-cover__text02 .js-split__char{
  display: inline-block;
  transform: translateY(1em);
  opacity: 0;
  animation: slideUp 1s ease forwards;
}
@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-cover{
    height: calc( 100vh - 6.8rem - 8rem );
		position: relative;
    overflow: hidden;
    margin-top: 8rem;
	}
  .home-cover__slide{
    height: calc( 100vh - 6.8rem );
    margin-left: 10rem;
  }
	.home-cover__slideItem{
		width: 100%;
    position: relative;
    display: block;
	}
	.home-cover__slideItem img{
    height: calc( 100vh - 6.8rem );
    object-fit: cover;
	}
	.home-cover__controls{
		position: absolute;
    top: 40%;
    margin: auto 0;
    transform: translateY(-50%);
		left:3.3rem;
    z-index: 10;
	}
	.home-cover .slick-dots{
		width: 3.5rem;
		display: block;
    display: flex;
    flex-direction: column;
    gap:1.5rem 1.5rem;
	}
	.home-cover .slick-dots li{
		display: block;
		width: 3.5rem;
		height: 3.5rem;
		opacity: 1;
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.home-cover .slick-dots li button{
    font-size: 1.4rem;
    font-weight: 500;
	}
	.home-cover .slick-dots li.slick-active{
    color: #fff;
	}
	.home-cover .slick-dots li.slick-active:before{
		width: 2.5rem;
		height: 2.5rem;
    content: "";
    background-color: #09bbd6;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    inset:0;
    margin: auto auto;
    z-index: -1;
	}
  .slick-dots li.slick-active button {
    color: #fff;
  }
  .home-cover__scroll {
    color: #0ca8ba;
    font-family: var(--font-english);
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.36em;
    position: relative;
    padding-left: 5rem;
    margin:3.2rem 0 0 2.8rem;
    transform: rotate(90deg);
    transform-origin: left top;
    cursor: pointer;
  }
  .home-cover__scroll__line {
    width: 4rem;
    height: 1px;
    display: block;
    position: absolute;
    top: 0.2rem;
    bottom: 0;
    left: 0;
    margin: auto 0;
    overflow: hidden;
  }
  .home-cover__scroll__lineIn {
    width: 200%;
    height: 100%;
    background-color: #dee5e5;
    animation: linescroll 4s ease-in-out infinite;
    opacity:0;
  }
  @keyframes linescroll {
    from { transform: translateX(-100%); opacity: 1; }
    to   { transform: translateX(100%); opacity: 1; }
  }
  .home-cover__texts {
    position: absolute;
    left: 12.8rem;
    bottom: 3rem;
    font-family: var(--font-english);
    color: #fff;
    line-height: 1.17;
  }
  .home-cover__text01 {
    font-size: 9rem;
    font-weight: 300;
  }
  .home-cover__text02 {
    font-size: 2rem;
    letter-spacing: .12em;
  }
}
/* SP */
@media screen and (max-width: 767px){	
	.home-cover{
		height: 100rem;
		position: relative;
	}
  .home-cover__slide{
    height: 90rem;
  }
	.home-cover__slideItem{
		width: 100%;
    height: 90rem;
	}
	.home-cover__slideItem img{
    height: 90rem;
    object-fit: cover;
	}
	.home-cover__control{
    width: fit-content;
		position: absolute;
    bottom: 3.5rem;
		left:0;
    right: 0;
    margin: 0 auto;
	}
	.home-cover .slick-dots{
		width: 5rem;
		display: block;
    display: flex;
    justify-content: center;
    gap:3rem 3rem;
	}
	.home-cover .slick-dots li{
		width: 3.5rem;
		height: 3.5rem;
		opacity: 1;
		cursor: pointer;
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	}
	.home-cover .slick-dots li button{
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.home-cover .slick-dots li.slick-active{
    color: #fff;
	}
	.home-cover .slick-dots li.slick-active:before{
		width: 3.5rem;
		height: 3.5rem;
    content: "";
    background-color: #09bbd6;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    inset:0;
    margin: auto auto;
    z-index: -1;
	}
  .slick-dots li.slick-active button {
      color: #fff;
  }
  .home-cover__texts {
    position: absolute;
    left: 2rem;
    bottom: 23rem;
    font-family: var(--font-english);
    color: #fff;
    line-height: 1.17;
  }
  .home-cover__text01 {
    font-size: 9rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
  }
  .home-cover__text02 {
    font-size: 3rem;
    letter-spacing: .12em;
  }
}

/* 重要なお知らせ
--------------------------------------------------*/
.home-emergency{
  border-bottom: 1px #f5e5ec solid;
}
.home-emergency__title{
  color: #7d0000;
  font-family: var(--font-serif);
  letter-spacing: .08em;
  font-weight: 500;
  position: relative;
}
.home-emergency a{
  box-sizing: border-box;
  text-decoration: none;
}
.home-emergency__title:after{
  content: "";
  background-color: #f5e5ec;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.home-emergency__text{
  color: #7d0000;
}
.home-emergency__more{
  background-color: #7d0000;
  display: inline;
  color: #fff;
  line-height: 1;
  font-family: var(--font-english);
  font-weight: 300;
  text-align: center;
  color: #fff;
}
.home-emergency__more a{
  color: #fff;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-emergency{
    max-width: 110rem;
    padding: 0 3rem;	
    margin: 0 auto;	
    box-sizing: content-box;
    display: flex;
    align-items: center;
  }
  .home-emergency__title{
    width: 16rem;
    font-size: 1.8rem;
  }
  .home-emergency__item{
    width: calc( 100% - 16rem );
    padding-right: 1.9rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .home-emergency a{
    width: 100%;
    display: flex;
    padding: 2.2rem 0 2rem 0;
    box-sizing: border-box;
    transition: all .3s ease;
  }
  .home-emergency__title:after{
    content: "";
    background-color: #f5e5ec;
    width: 1px;
    height: 3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .home-emergency__time{
    width: 13rem;
    font-size: 1.6rem;
    padding-left: 2.5rem;
    box-sizing: border-box;
  }
  .home-emergency__text{
    width: calc( 100% - 20rem );
    font-size: 1.6rem;
  }
  .home-emergency__more{
    width: 7rem;
    font-size: 1.6rem;
    transition: all .3s ease;
  }
  .home-emergency__more a{
    padding: 0.5rem 0.3rem;
    display: inline-block;
  }
  .home-emergency a:hover .home-emergency__text{
    text-decoration: underline;
  }
  .home-emergency a:hover .home-emergency__more{
    background-color: #9b0f0f;
  }
}
/* SP */
@media screen and (max-width: 767px){
  .home-emergency{
    border-top: 1px #f5e5ec solid;
    padding: 2.8rem 0 0.2rem 0;
    margin: 0 3.5rem;
    margin-bottom: 3rem;
    position: relative;
  }
  .home-emergency__title{
    font-size: 3.2rem;
    line-height: 1.1;
    text-align: center;
  }
  .home-emergency a{
    padding: 2rem 1.9rem 2rem 0;
  }
  .home-emergency__time{
    font-size: 2.6rem;
    margin-bottom: 1rem;
    display: flex;
  }
  .home-emergency__text{
    font-size: 2.6rem;
  }
  .home-emergency__more{
    width: 10rem;
    font-size: 2.4rem;
    position: absolute;
    top: 2.8rem;
    right: 0;
  }
  .home-emergency__more a{
    padding: 0.5rem 0.3rem;
    display: inline-block;
  }
}
	
/* banner
--------------------------------------------------*/
/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-banner{
    max-width: 110rem;
    padding: 0 3rem;
    box-sizing: content-box;
    margin: 4rem auto 5rem auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:2.2rem 2.2rem;
  }
  .home-banner__in{
    width: calc( ( 100% / 3 ) - 1.4667rem );
  }
  .home-banner__in.-full{
    width: 100%;
  }
  .home-banner a{
    opacity: 1;
    transition: all .3s ease;
  }
  .home-banner a:hover{
    opacity: 0.8;
  }
}
/* SP */
@media screen and (max-width: 767px){
  .home-banner{
    margin: 5rem 9.5rem 7rem 9.5rem;
  }
  .home-banner__in{
    margin-bottom: 2rem;
  }
  .home-banner__in:last-child{
    margin-bottom: 0;
  }
}
	
/* タイトル
--------------------------------------------------*/
.home-title{
  font-family: var(--font-english);
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-title{
    font-size: 6rem;
    margin-bottom: 3.5rem;
  }
}
/* SP */
@media screen and (max-width: 767px){
  .home-title{
    font-size: 8rem;
    margin-bottom: 3.5rem;
  }
}

/* EVENT
--------------------------------------------------*/
.home-event__inner,
.home-event .home-title{
  position: relative;
}
.home-event__inner:before{
  content: "";
  background: linear-gradient(90deg,rgba(234, 248, 247, 1) 0%, rgba(208, 240, 247, 1) 100%);
  position: absolute;
}
.home-event__items{
  position: relative;
}
.home-event__item{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.home-event__item a{
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.home-event__more {
  margin-top: auto;
}
.home-event__image{
  aspect-ratio: 34 / 17;
  overflow: hidden;
}
.home-event__texts{
  text-align: center;
  box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
}
.home-event__title{
  font-weight: 600;
  font-family: var(--font-serif);
  letter-spacing: .08em;
  border-bottom: 1px #cce7e6 dashed;
  position: relative;
}
.home-event__title:before{
  content: "";
  background-color: #19c0d6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
  display: block;
}
.home-event__date{
  color: #0ca8ba;
  font-weight: 500;
  font-family: var(--font-serif);
}
.home-event__text{
  font-weight: 500;
}
.home-event__more{
  background: url("../images/shared/arrow.svg") right 0.8rem top 2rem no-repeat;
  font-family: var(--font-serif);
  font-weight: 500;
  border-top: 1px #cce7e6 dashed;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-event{
    max-width: 110rem;
    padding: 0 3rem;	
    margin: 7rem auto 9.5rem auto;	
    box-sizing: content-box;
  }
  .home-event__inner:before{
    left: calc( 50% - 50vw );
    top: 3rem;
    right: -5rem;
    bottom: 3.7rem;
  }
  .home-event__items{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap:4rem 4rem;
    z-index: 3;
  }
  .home-event__item{
    width: calc( ( 100% / 3 ) - 2.6667rem );
  }
  .home-event__image img{
    transition: all .3s ease;
  }
  .home-event__texts{
    padding: 2rem 2rem 1.7rem 2rem;
  }
  .home-event__title{
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .home-event__title:before{
    width: 1.5rem;
    height: 1.5rem;
    top: -2.9rem;
  }
  .home-event__date{
    font-size: 2.2rem;
    margin-bottom: 0.3rem;
  }
  .home-event__date span{
    font-size: 4rem;
  }
  .home-event__text{
    font-size: 1.4rem;
    line-height: 1.5714;
    margin-bottom: 1.5rem;
  }
  .home-event__more{
    background-size: 2rem auto;
    font-size: 1.6rem;
    padding: 1.5rem 2.5rem 0 2.5rem;
  }
  .home-event__item a:hover .home-event__more{
    color: #0ca8ba;
  }
  .home-event__item a:hover .home-event__image img{
    transform: scale(1.1);
  }
  .home-event .m-button{
    margin-top: 5rem;
  }
}
/* SP */
@media screen and (max-width: 767px){
  .home-event{
    margin:7rem 0 8rem 0;
  }
  .home-event__inner{
    margin-bottom: 6rem;
  }
  .home-event__inner:before{
    left: calc( 50% - 50vw );
    top: 4.2rem;
    right: 3.5rem;
    bottom: 3.5rem;
  }
  .home-event__items{
    margin-bottom: 6.5rem;
  }
  .home-event__item{
    margin: 0 1.5rem;
  }
  .home-event__item.slick-slide{
    padding-bottom: 0.5rem;
  }
  .home-event__texts{
    padding: 2.8rem 3.3rem;
  }
  .home-event__title{
    font-size: 3rem;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .home-event__title:before{
    width: 2.5rem;
    height: 2.5rem;
    top: -4.1rem;
  }
  .home-event__date{
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
  }
  .home-event__date span{
    font-size: 5rem;
  }
  .home-event__text{
    font-size: 2.6rem;
    line-height: 1.538;
    margin-bottom: 2.5rem;
  }
  .home-event__more{
    background-position: right 1.8em;
    background-size: 2.8rem auto;
    font-size: 2.6rem;
    padding: 3.5rem 2rem 0 2rem;
  }
  .slick-prev{
    background-image:url("../images/shared/prev.svg");
    left: 4.5rem;
  }
  .slick-next{
    background-image:url("../images/shared/next.svg");
    right: 4.5rem;
  }
  .slick-arrow{
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 6rem;
    height: 6rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 33rem;
    z-index: 30;
    text-indent: -9999px;
  }
  .home-event .m-button{
    width: 56rem;
  }
}

/* NEWS & TOPICS
--------------------------------------------------*/
.home-news__tab li{
  cursor: pointer;
  font-family: var(--font-serif);
  line-height: 1.1;
  letter-spacing: .08em;
  text-align: center;
  position: relative;
}
.home-news__item a{
  text-decoration: none;
}
.home-news__image{
  aspect-ratio: 25 / 17;
}
.home-news__image img {
  object-fit: cover;
}
.home-news__category{
  display: flex;
  flex-wrap: wrap;
}
.home-news__category li{
  letter-spacing: .08em;
  text-align: center;
  position: relative;
}
.home-news__category li:after{
  background-color: var(--term-color);
}
.home-news__date{
  font-family: var(--font-serif);
  display: flex;
  border-top: 1px #b2dbd9 dashed;
}
.home-news__new{
  color: #eb6877;
}
.home-news__time{
  color: #666;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-news{
    max-width: 110rem;
    padding: 0 3rem;	
    margin: 0 auto 7rem auto;	
    box-sizing: content-box;
  }
  .home-news__tab{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:2rem 2rem;
    margin-bottom: 5.3rem;
  }
  .home-news__tab li{
    width: 12rem;
    cursor: pointer;
    font-family: var(--font-serif);
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: .08em;
    text-align: center;
    padding: 0.8rem 0;
    position: relative;
    transition: all .3s ease;
  }
  .home-news__tab li:after{
    background-color: var(--term-color);
  }
  .home-news__tab li:after,
  .home-news__category li:after{
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
  }
  .home-news__tab li.is-active,
  .home-news__tab li:hover{
    color: #fff;
    background-color: var(--term-color);
  }
  .home-news__items{
    display: flex;
    flex-wrap: wrap;
    gap:3.8rem 3.8rem;
    margin-bottom: 5.5rem;
  }
  .home-news__item{
    width: calc( 25% - 2.85rem );
    text-align: center;
  }
  .home-news__image{
    overflow: hidden;
    margin-bottom: 1.2rem;
  }
  .home-news__category{
    justify-content: center;
    gap:1.5rem 1.5rem;
  }
  .home-news__category li{
    font-size: 1.4rem;  
    width: 9rem;
    padding-bottom: 0.4rem;
    transition: all .3s ease;
  }
  .home-news__text{
    font-size: 1.6rem;
    line-height: 1.625;
    margin: 1rem 1rem 1.5rem 1rem;
    transition: all .3s ease;
  }
  .home-news__date{
    justify-content: center;
    gap:1rem;
    font-size: 1.6rem;
    padding-top: 0.7rem;
  }
  .home-news__image img{
    transition: all .3s ease;
  }
  .home-news__item a:hover .home-news__image img{
    transform: scale(1.1);
  }
  .home-news__item a:hover .home-news__text{
    color: #0ca8ba;
  }
}
/* SP */
@media screen and (max-width: 767px){
  .home-news{
    margin: 0 3.5rem 9rem 3.5rem;
  }
  .home-news__select{
    width: 100%;
    border-top: 1px #0fbdd6 dashed;
    border-bottom: 1px #0fbdd6 dashed;
    padding: 2rem 3rem;
    text-align: center;
    color: #0d0d0d;
    font-size: 2.6rem;
  }
  .home-news__tab{
    position: relative;
    margin-bottom: 6rem;
    text-align: center!important;
  }
  .home-news__tab select {
    text-align-last: center; /* Chrome, Edge, Firefox 対応 */
    -moz-text-align-last: center; /* Firefox 古い版 */
    appearance: none; /* ブラウザデザインを無効化 */
    -webkit-appearance: none;
    padding-right: 1.5em; /* ▼アイコン分の余白 */
  }
  .home-news__tab:after{
    content: "";
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-top: 2rem solid #00bacf;
    position: absolute;
    top: 1.9em;
    right: 1.9rem;
    pointer-events: none;
  }
  .home-news__item{
    margin-bottom: 6rem;
  }
  .home-news__item a{
    display: flex;
    justify-content: space-between;
  }
  .home-news__image{
    width: 28rem;
  }
  .home-news__texts{
    width: 37rem;
  }
  .home-news__category{
    gap:1.8rem 1.8rem;
    margin-top: -0.5rem;
  }
  .home-news__category li{
    font-size: 2.2rem;  
    width: 13rem;
    padding-bottom: 0.6rem;
    position: relative;
  }
  .home-news__category li:after{
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home-news__text{
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 1.9rem 0;
  }
  .home-news__date{
    justify-content: flex-end;
    gap:1.9rem;
    font-size: 2.6rem;
    padding-top: 0.6rem;
  }
}

/* タブ切り替え */
.js-tab__contents > div {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.js-tab__contents > div[hidden] {
  display: none !important; /* ensure hidden panels stay hidden */
}
.js-tab__contents > div:not([hidden]) {
  opacity: 1;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .js-tab__contents > div:not([hidden]) {
    display: flex;
    opacity: 1;
  }
}
/* SP */
@media screen and (max-width: 767px){	
  .js-tab__contents > div:not([hidden]) {
    display: block;
    opacity: 1;
  }
}

/* 4 FOCUS POINTS OF HIGASHINO
--------------------------------------------------*/
.home-points__title{
  font-family: var(--font-english);
  font-weight: 300;
  text-align: center;
}
.home-points__item a{
  display: block;
  text-decoration: none;
  position: relative;
}
.home-points__image{
  overflow: hidden;
  aspect-ratio: 65 / 48;
}
.home-points__texts{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 10;
}
.home-points__texts:after{
  content: "";
  background-color: rgba(32,177,195,0.7);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  inset:0;
  margin: auto auto;
}
.home-points__text01,
.home-points__text02,
.home-points__text03,
.home-points__more{
  position: relative;
  z-index: 3;
}
.home-points__text01{
  font-family: var(--font-serif);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .12em;
}
.home-points__text01:after{
  content: "";
  background-color: #bcdee4;
  height: 1px;
  margin: 0 auto;
  display: block;
}
.home-points__text02{
  font-family: var(--font-serif);
  font-weight: 500;
}
.home-points__more{
  background-color: #fff;
  font-family: var(--font-english);
  color: #0ca8ba;
  display: inline-block;
  letter-spacing: .08em;
  margin: 0 auto;
  position: relative;
}
.home-points__more:after{
  content: "";
  background: url("../images/shared/arrow.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
}
.home-points__item a:hover .home-points__image img{
  transform: scale(1.1);
}
.home-points__more:before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,rgba(38, 196, 214, 1) 0%, rgba(32, 193, 220, 1) 100%);
  opacity: 0;
  transition: all .3s ease;
}
.home-points__item a:hover .home-points__more:before{
  opacity: 1;
}
.home-points__item a:hover .home-points__more{
  background: #27B3C3;
  color: #fff;
}
.home-points__item a:hover .home-points__more:after{
  filter: brightness(0) invert(1);
}
.home-points__more span{
  position: relative;
}
/* PC */
@media print,only screen and (min-width: 768px){   
  .home-points{	
    margin-bottom: 9.8rem;
  }
  .home-points__title{
    font-size: 6rem;
    margin-bottom: 1rem;
  }
  .home-points__items{
    display: flex;
    flex-wrap: wrap;
    gap:0.1rem 0.1rem;
  }
  .home-points__item{
    width: calc( 50% - 0.05rem );
  }
  .home-points__item:nth-child(-n+2) {
    z-index:1;
  }
  .home-points__image img{
    transition: all .3s ease;
  }
  .home-points__texts{
    bottom: min(-2.5rem,-19.2vw);
    bottom: min(-2.5rem,-1.92vw);
    padding: min(7.3rem,5.6064vw) 0;
    padding: min(9.3rem,7.1424vw) 0 min(5.3rem,4.0704vw) 0;
  }
  .home-points__texts:after{
    width: min(21.5rem,16.512vw);
    height: min(21.5rem,16.512vw);
  }
  .home-points__text01{
    font-size: min(4rem,3.072vw);
    margin-bottom: min(1.3rem,0.9984vw);
  }
  .home-points__text01:after{
    width: min(6rem,4.608vw);
    margin-top: min(0.5rem,0.384vw);
  }
  .home-points__text02{
    font-size: min(2rem,1.536vw);
    margin-bottom: min(1.8rem,1.3824vw);
  }
  .home-points__more{
    width: min(18rem,13.824vw);
    font-size: min(1.8rem,1.3824vw);
    padding: min(0.6rem,0.4608vw) min(3rem,2.304vw);
    transition: all .3s ease;
  }
  .home-points__more:after{
    width: min(1.7rem,1.3056vw);
    height: min(0.9rem,0.6912vw);
    right: min(1.5rem,1.152vw);
    transition: all .3s ease;
  }
  .home-points__item a:hover .home-points__image img{
    transform: scale(1.1);
  }
  .home-points__more:before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,rgba(38, 196, 214, 1) 0%, rgba(32, 193, 220, 1) 100%);
    opacity: 0;
    transition: all .3s ease;
  }
  .home-points__item a:hover .home-points__more:before{
    opacity: 1;
  }
  .home-points__item a:hover .home-points__more{
    background: #27B3C3;
    color: #fff;
  }
  .home-points__item a:hover .home-points__more:after{
    filter: brightness(0) invert(1);
  }
  .home-points__more span{
    position: relative;
  }
}
/* SP */
@media screen and (max-width: 767px){   
  .home-points{	
    margin-bottom: 10rem;
  }
  .home-points__item{
    position: relative;
  }
  .home-points__item:first-child{
    z-index: 5;
  }
  .home-points__item:nth-child(2){
    z-index: 4;
  }
  .home-points__item:nth-child(3){
    z-index: 3;
  }
  .home-points__item:nth-child(4){
    z-index: 2;
  }
  .home-points__title{
    font-size: 8rem;
    line-height: 1.2;
    margin-bottom: 3rem;
  }
  .home-points__texts{
    bottom: 0;
    padding-top: 5rem;
    padding: 8rem 0 2.6rem 0;
  }
  .home-points__texts:after{
    width: 28.5rem;
    height: 28.5rem;
  }
  .home-points__text01{
    font-size: 5.4rem;
    margin-bottom: 1.5rem;
  }
  .home-points__text01:after{
    width: 8rem;
    margin-top: 1rem;
  }
  .home-points__text02{
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .home-points__more{
    width: 24rem;
    font-size: 2.4rem;
    padding: 0.3rem 4.5rem;
  }
  .home-points__more:after{
    width: 2.3rem;
    height: 1.2rem;
    right: 2rem;
  }
}

/* banner
--------------------------------------------------*/
.m-banner{
  border-top: 1px #e5e5e5 solid;
}
.m-banner__inner{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* PC */
@media print,only screen and (min-width: 768px){
  .m-banner{
    padding: 0 3rem;	
    padding-top: 3rem;
  }
  .m-banner__inner{
  	max-width: 110rem;
    margin: 0 auto;	
    gap:3.4rem 3.4rem;
  }
  .m-banner__in{
    width: calc( 25% - 2.55rem );
  }
  .m-banner a{
    opacity: 1;
    transition: all .3s ease;
  }
  .m-banner a:hover{
    opacity: 0.8;
  } 
}
/* SP */
@media screen and (max-width: 767px){
  .m-banner{
    padding: 3.7rem 3.5rem 0 3.5rem;	
  }
  .m-banner__inner{
    gap:3rem;
  }
  .m-banner__in{
    width: calc( 50% - 1.5rem );
  }
}

/*==================================================

ニュース&トピックス

==================================================*/

/* リスト
--------------------------------------------------*/
.news-list,
.news-item{
  position: relative;
}
.news-item a{
  display: block;
  text-decoration: none;
}
.news-list:before,
.news-item:before{
  position: relative;
  background-color: #e0e0e0;
	content: "";
	display: block;
	position: absolute;
  height: 1px;
  left: 1.6rem;
  right: 0;
}
.news-list:before{
  top: 0;
}
.news-item:before{
  bottom: 0;
}
.news-list:after,
.news-item:after{
  background-color: #0dbcd6;
  width: 1rem;
  height: 1rem;
	content: "";
	display: block;
	position: absolute;
  transform: rotate(45deg);
  left: 0;
  bottom: -0.4rem;
}
.news-list:after{
  top: -0.4rem;
}
.news-item:after{
  bottom: -0.4rem;
}
.news-item__category{
  display: flex;
  flex-wrap: wrap;
}
.news-item__category li{
  font-family: var(--font-serif);
  text-align: center;
  font-weight: 500;
  position: relative;
}
.news-item__category li:after{
  background-color: var(--term-color);
}
.l-clubblog .news-item__category li {
  display: inline-block;
  width: auto;
}
.news-item__category li:after{
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-item__title{
  color: #0ca8ba;
  font-weight: 500;
  font-family: var(--font-serif);
}
.news-item__text{
  overflow: hidden;
	display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-item__newtime{
  font-family: var(--font-serif);
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  border-top: 1px #b2dbd9 dashed;
}
.news-item__new{
  color: #eb6877;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .news-list{
    margin-bottom: 6rem;
  }
  .news-item a{
    display: flex;
    justify-content: space-between;
    padding:3rem 0 4.5rem 0.5rem;
    position: relative;
    transition: all .3s ease;
  }
  .news-item__image{
    width: 36.1%;
  }
  .news-item__texts{
    width: 60.5%;
  }
  .news-item__category{
    gap:0.5rem 1.5rem;
    margin-bottom: 1.7rem;
  }
  .news-item__category li{
    width: 9rem;
    font-size: 1.4rem;
    padding-bottom: 0.4rem;
  }
  .l-clubblog .news-item__category li {
    padding: 0 1rem .6rem;
  }
  .news-item__title{
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .news-item__text{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 1.7rem;
    -webkit-line-clamp: 2;
  }
  .news-item__newtime{
    gap:0 1.1rem;
    padding-top: 1rem;
  }
  .news-item__image{
    overflow: hidden;
    aspect-ratio: 28 / 19;
  }
  .news-item__image img{
    transition: all .3s ease;
  }
  .news-item a:hover .news-item__image img{
    transform: scale(1.1);
  }
  .news-item a:hover .news-item__title{
    text-decoration: underline;
  }
}
/* SP */
@media screen and (max-width: 767px){	
  .news-list{
    margin-bottom: 6.5rem;
  }
  .news-item a{
    padding:4rem 0 6.5rem 0;
    position: relative;
  }
  .news-item__category{
    gap: 0.5rem 2rem;
  }
  .news-item__category li{
    width: 13rem;
    font-size: 2.2rem;
    padding-bottom: 0.4rem;
  }
  .l-clubblog .news-item__category {
    margin: 2rem 0 2.5rem;
  }
  .l-clubblog .news-item__category li {
    padding: 0 1.2rem 1.2rem;
  }
  .news-item__title{
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
  }
  .news-item__text{
    font-size: 2.6rem;
    line-height: 1.923;
    margin-bottom: 3rem;
    -webkit-line-clamp: 3;
  }
  .news-item__newtime{
    font-size: 2.6rem;
    gap:0 1.8rem;
    padding-top: 2rem;
  }
  .news-item__image img{
    object-fit: cover;
    aspect-ratio: 34 / 23;
  }
}

/* ページャー
--------------------------------------------------*/
.m-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-pagenavi a,
.m-pagenavi span{
  font-family: var(--font-serif);
  font-weight: 500;
  color: #0ca8ba;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
	text-decoration:none;
}
.m-pagenavi a:before,
.m-pagenavi span:before{
  content: "";
  background-color: #f1f5f6;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  inset:0;
  margin: auto auto;
  z-index: -1;
}
.m-pagenavi a:hover:before,
.m-pagenavi span.current:before{
  background-color: #17c0d6;
}
.m-pagenavi a:hover,
.m-pagenavi span.current{
  color: #fff;
}
.m-pagenavi .prev,
.m-pagenavi .next{
  width: auto;
  height: auto;
  display: block;
  position: relative;
  font-family: var(--font-english);
  font-weight: 400;
}
.m-pagenavi .prev:before,
.m-pagenavi .next:before{
  content: none;
}
.m-pagenavi .prev:after,
.m-pagenavi .next:after{
  background: url("../images/shared/arrow.svg") center center no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
}
.m-pagenavi .prev:after{
  left: 0;
  transform: rotate(180deg);
}
.m-pagenavi .next:after{
  right: 0;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-pagenavi{
    gap:0 1rem;
  }
  .m-pagenavi a,
  .m-pagenavi span{
    font-size: 1.8rem;
    width: 4.9rem;
    height: 4.9rem;
  }
  .m-pagenavi a:before,
  .m-pagenavi span:before{
    width: 3.6rem;
    height: 3.6rem;
    transition: all .3s ease;
  }
  .m-pagenavi .prev:hover,
  .m-pagenavi .next:hover{
    text-decoration:underline;
  }
  .m-pagenavi .prev,
  .m-pagenavi .next{
    font-size: 2rem;
  }
  .m-pagenavi .prev{
    margin-right: 1rem;
    padding-left: 3rem;
  }
  .m-pagenavi .next{
    margin-left: 1rem;
    padding-right: 3rem;
  }
  .m-pagenavi .prev:after,
  .m-pagenavi .next:after{
    width: 1.7rem;
    height: 1rem;
  }
  .m-pagenavi .prev:hover,
  .m-pagenavi .next:hover{
    color: #0ca8ba;
  }
}
/* SP */
@media screen and (max-width: 767px){
  .m-pagenavi{
    gap:0 1.4rem;
    margin-bottom: 10rem;
  }
  .m-pagenavi a,
  .m-pagenavi span{
    font-size: 2.4rem;
    width: 6.5rem;
    height: 6.5rem;
  }
  .m-pagenavi a:before,
  .m-pagenavi span:before{
    width: 4.7rem;
    height: 4.7rem;
    transition: all .3s ease;
  }
  .m-pagenavi .prev:hover,
  .m-pagenavi .next:hover{
    text-decoration:underline;
  }
  .m-pagenavi .prev,
  .m-pagenavi .next{
    font-size: 2.6rem;
  }
  .m-pagenavi .prev{
    margin-right: 1rem;
    padding-left: 4.4rem;
  }
  .m-pagenavi .next{
    margin-left: 1rem;
    padding-right: 4.4rem;
  }
  .m-pagenavi .prev:after,
  .m-pagenavi .next:after{
    width: 2.5rem;
    height: 1.5rem;
  }
}

/* 詳細
--------------------------------------------------*/
.news-title__title{
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.news-title__title:before{
  position: relative;
  background-color: #e0e0e0;
	content: "";
	display: block;
	position: absolute;
  height: 1px;
  left: 1.6rem;
  right: 0;
  bottom: 0;
}
.news-title__title:after{
  background-color: #0dbcd6;
  width: 1rem;
  height: 1rem;
	content: "";
	display: block;
	position: absolute;
  transform: rotate(45deg);
  left: 0;
  bottom: -0.4rem;
}
.news-title__data{
  display: flex;
  justify-content: flex-end;
}
.news-title__category{
  display: flex;
}
.news-title__category li{
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.news-title__category li:after{
  background-color: var(--term-color);
}
.news-title__category li:after{
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.l-clubblog .news-title__category li {
  display: inline-block;
  width: auto;
}
.news-title__new{
  color: #eb6877;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-serif);
}
.news-title__time{
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-serif);
}
.l-clubblog .news-title__timeWrapper {
  display: flex;
  justify-content: flex-end;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .news-title{
    margin-bottom: 4rem;
  }
  .news-title__title{
    font-size: 2.4rem;
    padding: 0 0 1.5rem 1.5rem;
    margin-bottom: 2rem;
  }
  .news-title__data{
    gap:0 2rem;
  }
  .news-title__category{
    gap:0 1.5rem;
  }
  .news-title__category li{
    width: 9rem;
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
  .news-title__new{
    font-size: 1.6rem;
    margin-right: -0.8rem;
  }
  .news-title__time{
    font-size: 1.6rem;
  }
  .l-clubblog .news-title__category {
    margin-top: -.25rem;
    margin-bottom: 0;
  }
  .l-clubblog .news-title__category li {
    padding: 0 1rem .8rem;
  }
  .l-clubblog .news-title__new {
    margin-right: 1.5rem;
  }
}
/* SP */
@media screen and (max-width: 767px){	
  .news-title{
    margin-bottom: 5.5rem;
  }
  .news-title__title{
    font-size: 3.2rem;
    padding: 0 0 2.5rem 0;
    margin-bottom: 2.6rem;
  }
  .news-title__data{
    gap:0 2.5rem;
  }
  .news-title__category{
    gap: 0 2rem;
  }
  .news-title__category li{
    width: 13rem;
    font-size: 2.2rem;
    padding-bottom: 1rem;
  }
  .news-title__new{
    font-size: 2.6rem;
    margin-right: -0.6rem;
  }
  .news-title__time{
    font-size: 2.6rem;
  }
  .l-clubblog .news-title__data {
    display: flex;
  }
  .l-clubblog .news-title__category {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -1.8rem;
  }
  .l-clubblog .news-title__category li {
    padding: 1.7rem 1.2rem 1.2rem;
  }
  .l-clubblog .news-title__new {
    margin-right: 1.5rem;
  }
}

/* 詳細ページャー
--------------------------------------------------*/
.m-nextprev{
  height: 3em;
  font-family: var(--font-english);
	position: relative;
  text-align: center;
  border-top: 1px #b2dbd9 dashed;
}
.m-nextprev li{
	display: inline-block;
}
.m-nextprev a{
  color: #0ca8ba;
  text-decoration: none;
  display: block;
  position: relative;
}
.m-nextprev a:hover{
  text-decoration: underline;
}
.m-nextprev__prev,
.m-nextprev__next{
  position: absolute;
}
.m-nextprev__prev{
	text-align: left;
}
.m-nextprev__next{
	text-align: right;
}
.m-nextprev__prev a:before,
.m-nextprev__next a:before{
  content: "";
	background-image:url("../images/shared/arrow.svg");
  background-repeat: no-repeat;
	background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.m-nextprev__prev a:before{
  background-position: left center;
  left: 0;
  transform: rotate(180deg);
}
.m-nextprev__next a:before{
  background-position: right center;
  right: 0;
}
.m-nextprev__list{
	display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
/* PC */
@media print,only screen and (min-width: 768px){
  .m-nextprev{
    font-size: 2rem;
    margin-top: 6rem;
  }
  .m-nextprev a:hover{
    text-decoration: underline;
  }
  .m-nextprev__prev{
    left: 3.3rem;
    top: 1.8rem;
  }
  .m-nextprev__next{
    right: 3.3rem;
    top: 1.8rem;
  }
  .m-nextprev__prev a:before,
  .m-nextprev__next a:before{
    width: 1.8rem;
    height: 1.2rem;
  }
  .m-nextprev__prev a{
    padding: 1rem 1rem 1rem 3rem;
  }
  .m-nextprev__next a{
    padding: 1rem 3rem 1rem 1rem;
  }
  .m-nextprev__list{
    width: fit-content;
    top: 1.8rem;
  }
  .m-nextprev__list a{
    padding:1rem;
  }
}
/* SP */
@media screen and (max-width: 767px){	
  .m-nextprev{
    font-size: 2.6rem;
    margin: 9rem 0 11.5rem;
  }
  .m-nextprev__prev{
    left: 0;
    top: 3.2rem;
  }
  .m-nextprev__next{
    right: 0;
    top: 3.2rem;
  }
  .m-nextprev__prev a:before,
  .m-nextprev__next a:before{
    width: 2.3rem;
    height: 1.6rem;
  }
  .m-nextprev__prev a{
    padding: 1rem 1rem 1rem 4.5rem;
  }
  .m-nextprev__next a{
    padding: 1rem 4.5rem 1rem 1rem;
  }
  .m-nextprev__list{
    width: 7rem;
    top: 3.2rem;
  }
  .m-nextprev__list a{
    padding:1rem;
  }
}

/*==================================================

重要なお知らせ

==================================================*/
.emergency-list{
  border-top: 1px #b2dbd9 dashed;
}
.emergency-list li{
  border-bottom: 1px #b2dbd9 dashed;  
}
.emergency-list a{
  text-decoration: none;
}
.emergency-list__time{
  font-family: var(--font-serif);
  color: #666;
}
.emergency-list__text{
  line-height: 1.538;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .emergency-list{
    margin-bottom: 4rem;
  }
  .emergency-list a{
    display: flex;
    justify-content: space-between;
    padding: 2.3rem 1rem;
    font-size: 1.6rem;
  }
  .emergency-list__time{
    width: 10.3rem;
  }
  .emergency-list__text{
    width: calc( 100% - 11rem );
  }
  a:hover .emergency-list__text{
    color: #0ca8ba;
    text-decoration: underline;
  }
}
/* SP */
@media screen and (max-width: 767px){	
  .emergency-list{
    margin-bottom: 5.5rem;
  }
  .emergency-list a{
    display: block;
    padding: 2.5rem 0;
    font-size: 2.6rem;
  }
  .emergency-list__time{
    width: 10.3rem;
    display: block;
    margin-bottom: 1rem;
  }
}

/*--------------------------------------------------
  = 404
--------------------------------------------------*/
.m-notfound{
  text-align: center;
}
.m-notfound__heading{
  color: #0ca8ba;
  font-family: var(--font-english);
  font-weight: 300;
}
/* PC */
@media print, only screen and (min-width: 768px) {
  .m-notfound{
    margin: 20rem 0 12rem 0;
  }
  .m-notfound__heading{
    font-size: 6rem;
    margin-bottom: 0.8rem;
  }
  .m-notfound__text{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 4.5rem;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .m-notfound{
    margin: 15rem 0 18rem 0;
  }
  .m-notfound__heading{
    font-size: 7rem;
    margin-bottom: 3.5rem;
  }
  .m-notfound__text{
    font-size: 2.6rem;
    line-height: 1.923;
    margin-bottom: 7rem;
  }
}

/*--------------------------------------------------
  = bl_movieUnits
--------------------------------------------------*/
.bl_movie {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.bl_movie a {
  color: #0d0d0d;
  text-align: center;
}
.bl_movie_link {
	display: block;
  text-decoration: none;
}
.bl_movie_imgWrapper {
	position: relative;
}
.bl_movie_imgWrapper::before,
.bl_movie_imgWrapper::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.bl_movie_imgWrapper::before {
	border-radius: 50%;
	background-color: rgb(0 186 207 / 70%);
}
.bl_movie_imgWrapper::after {
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.bl_movie_imgWrapper img {
	width: 100%;
	object-fit: cover;
}
.bl_movie_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bl_movie_category li {
  display: inline-block;
  border-bottom: 1px solid var(--term-color);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .bl_movieUnits {
    display: flex;
    flex-wrap: wrap;
  }
  .bl_movieUnits.__3col .bl_movie {
    width: calc(100% / 3 - 2.7rem);
  }
  .bl_movieUnits.__3col .bl_movie:not(:nth-child(3n)) {
		margin-right: 4rem;
	}
  .bl_movieUnits.__3col .bl_movie:nth-child(n+4) {
    margin-top: 7rem;
  }
	.bl_movie_imgWrapper::before {
		width: 7rem;
		height: 7rem;
	}
	.bl_movie_imgWrapper::after {
		left: 51%;
    width: 1.7rem;
    height: 2rem;
	}
	.bl_movie_imgWrapper img {
		height: 19rem;
	}
  .bl_movie_category {
    margin-top: 1rem;
  }
  .bl_movie_category li {
    min-width: 9rem;
    padding: .7rem 1rem;
    line-height: 1.2;
    font-size: 1.4rem;
  }
	.bl_movie_ttl {
		margin-top: 1.5rem;
    line-height: 1.625;
		font-size: 1.6rem;
	}
	/* hover */
	.bl_movie_link:hover .bl_movie_ttl {
		text-decoration: underline;
	}
	.bl_movie_link:hover .bl_movie_imgWrapper::before {
		background: #00bacf;
	}
  .bl_movie_link:hover .bl_movie_ttl {
    color: #00bacf;
  }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_movieUnits .bl_movie {
		width: 100%;
	}
  .bl_movieUnits .bl_movie + .bl_movie {
    margin-top: 7rem;
  }
	.bl_movie_imgWrapper::before {
		width: 10rem;
		height: 10rem;
	}
	.bl_movie_imgWrapper::after {
    left: 50.5%;
    width: 2rem;
    height: 2.2rem;
	}
	.bl_movie_imgWrapper img {
		height: 38rem;
	}
  .bl_movie_category {
    margin-top: 1rem;
  }
  .bl_movie_category li {
    min-width: 15rem;
    padding: 1.3rem 2rem;
    line-height: 1.2;
    font-size: 2.4rem;
  }
	.bl_movie_ttl {
		margin-top: 2.5rem;
		line-height: 1.63;
		font-size: 2.8rem;
	}
}
/*--------------------------------------------------
  = bl_movieCatList
--------------------------------------------------*/
.bl_movieCatList {
  display: flex;
  flex-wrap: wrap;
}
.bl_movieCatList li {
  position: relative;
  background: linear-gradient(90deg,color-mix(in srgb, var(--term-color) 80%, transparent) 0%, color-mix(in srgb, var(--term-color) 100%, transparent) 100%);
}
.bl_movieCatList li::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background: color-mix(in srgb, var(--term-color) 90%, transparent);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
.bl_movieCatList li:first-child {
  background: linear-gradient(90deg,#27b3c3 0%, #01a7c3 100%);
}
.bl_movieCatList li:first-child::after {
  background: #05a9c3;
}
.bl_movieCatList li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-serif);
  text-decoration: unset;
}
.bl_movieCatList li a::before,
.bl_movieCatList li a::after {
  content: "";
  display: block;
  position: absolute;
  background: rgb(255 255 255 / 20%);
  z-index: 1;
}
.bl_movieCatList li a::before {
  top: 0;
  left: 0;
}
.bl_movieCatList li a::after {
  right: 0;
  bottom: 0;
}
.bl_movieCatList li:hover {
  background: linear-gradient(-90deg,color-mix(in srgb, var(--term-color) 80%, transparent) 0%, color-mix(in srgb, var(--term-color) 100%, transparent) 100%);
}
.bl_movieCatList li:first-child:hover {
  background: linear-gradient(-90deg,#27b3c3 0%, #01a7c3 100%);
}
/* PC */
@media print, only screen and (min-width: 768px) {
  .bl_movieCatList {
    margin-bottom: 7.5rem;
  }
  .bl_movieCatList li {
    width: calc(100% / 5 - 2rem);
  }
  .bl_movieCatList li::after {
    bottom: -1rem;
    width: 1.4rem;
    height: 1rem;
  }
  .bl_movieCatList li:not(:nth-child(5n)) {
    margin-right: 2.5rem;
  }
  .bl_movieCatList li a {
    min-height: 6rem;
    padding: 1rem;
    line-height: 1.2;
    font-size: 2rem;
  }
  .bl_movieCatList li a::before,
  .bl_movieCatList li a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .bl_movieCatList li:hover {
    background: linear-gradient(-90deg,color-mix(in srgb, var(--term-color) 80%, transparent) 0%, color-mix(in srgb, var(--term-color) 100%, transparent) 100%);
  }
  .bl_movieCatList li:first-child:hover {
    background: linear-gradient(-90deg,#27b3c3 0%, #01a7c3 100%);
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .bl_movieCatList {
    justify-content: space-between;
    margin-bottom: 7.5rem;
  }
  .bl_movieCatList li {
    width: calc(100% / 2 - 1.5rem);
  }
  .bl_movieCatList li:nth-child(n+3) {
    margin-top: 3rem;
  }
  .bl_movieCatList li::after {
    bottom: -1.15rem;
    width: 2rem;
    height: 1.2rem;
  }
  .bl_movieCatList li a {
    min-height: 5rem;
    padding: 2.5rem;
    line-height: 1.2;
    font-size: 2.6rem;
  }
  .bl_movieCatList li a::before,
  .bl_movieCatList li a::after {
    width: 2rem;
    height: 2rem;
  }
}
/*--------------------------------------------------
  = bl_movie_moreBtn
--------------------------------------------------*/
.bl_movie_moreBtn {
  position: relative;
  display: block;
  color: #fff;
  font-family: var(--font-serif);
  text-align: center;
  cursor: pointer;
}
.bl_movie_moreBtn::before,
.bl_movie_moreBtn::after {
  content: "";
  display: block;
  position: absolute;
  background: rgb(255 255 255 / 20%);
  z-index: 1;
}
.bl_movie_moreBtn::before {
  top: 0;
  left: 0;
}
.bl_movie_moreBtn::after {
  right: 0;
  bottom: 0;
}
.bl_movie_moreBtn span {
  position: relative;
  display: block;
  background: linear-gradient(45deg,rgba(71, 190, 204, 1) 0%, rgba(33, 178, 204, 1) 100%);
}
.bl_movie_moreBtn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: url(../images/shared/arrow-more.svg) no-repeat center/100%;
  transform: translateY(-50%);
  opacity: .6;
}
/* PC */
@media print, only screen and (min-width: 768px) {
  .bl_movie_moreBtn {
    width: 53rem;
    margin: 9rem auto 0;
    line-height: 1.2;
    font-size: 2rem;
  }
  .bl_movie_moreBtn::before,
  .bl_movie_moreBtn::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .bl_movie_moreBtn span {
    padding: 2.3rem 6rem;
  }
  .bl_movie_moreBtn span::after {
    right: 3rem;
    width: 1rem;
    height: 2rem;
  }
  .bl_movie_moreBtn:hover span {
    background: linear-gradient(90deg,rgba(1, 167, 195, 1) 0%, rgba(39, 179, 195, 1) 100%);
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .bl_movie_moreBtn {
    width: 100%;
    margin: 7rem auto 0;
    line-height: 1.2;
    font-size: 3.2rem;
  }
  .bl_movie_moreBtn::before,
  .bl_movie_moreBtn::after {
    width: 2rem;
    height: 2rem;
  }
  .bl_movie_moreBtn span {
    padding: 3.3rem 6rem;
  }
  .bl_movie_moreBtn span::after {
    right: 4rem;
    width: 1.4rem;
    height: 3rem;
  }
}

/* slick slider */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}