@charset "UTF-8";

/* CSS Document */
@import url("normalize.css") screen;
body, html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	background: #fff;
	color: #333;
	overflow-x: hidden;
	font-family: "IBM Plex Sans JP", sans-serif;
  	font-weight: 400;
	letter-spacing: 1px;
	box-sizing: border-box;
	line-height: 1.4;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #7D7D7D;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
ul, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}
	ul {
		list-style: none;

	}
dl {
	list-style-type: none;
}
em, i {
	font-style: normal;
	vertical-align: middle;
}
h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 a, h2 a {
	text-decoration: none;
}
.sitename_area a {
	display: flex;
	align-items: center;
	grid-gap: 20px;
	text-align: left;
}
.sitename_area a img {
	width: 100px;
	height: auto;
}
.sitename,
.sitename h1 {
	font-size: 20px;
	font-weight: 600;
}
.sitename_area span {
	font-size: .7em;
	color: #696969;
}
.second h1 {
	font-size: 38px;
	padding: 35px 0;
	color: #5877b4;
	text-align: center;
}
.second h1 a {
	color: #5877b4 !important;
}

.second article h1 {
	font-size: 1.8em;
	padding: 0;
	margin-bottom: 20px;
	letter-spacing: 1px;
	margin-right: -1px;
	text-align: left;
	color: #5877b4;
}
.second article h2,
.second h2:not([class]) {
	font-size: 1.8em;
	margin-bottom: 30px;
	color: #0589c1;
	position: relative;
	line-height: 1.6;
	font-weight: 500;
	
}
.second article h2 {
	font-size: 1.4em;
	margin-bottom: 20px;
}
.second article h2::after,
.second h2:not([class])::after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #cdf0ff, #a8f2ea);
  background: linear-gradient(to right, #cdf0ff, #a8f2ea);
}
.second h3:not([class]) {
	font-size: 1.8em;
	margin-bottom: 20px;
	color: #333;
	position: relative;
	
}
.second h3:not([class]) span {
  background:linear-gradient(transparent 60%, #ff6 60%);
	display: inline-block;
	line-height: 1.2;
	font-weight: 500;
}
.second h3.wp-block-heading {
	font-size: 1.3em;
	margin-bottom: 15px;
	color: #333;
	position: relative;
	background:linear-gradient(transparent 60%, #ff6 60%);
	display: inline-block;
	line-height: 1.2;
	font-weight: 500;
}
.second h3.wp-block-heading::after {
	content: "";
	display: block;
	width: 1px;
	height: 1px;

}
.tit_mid {
	font-size: 1.05em;
	margin-bottom: 20px;
	background:linear-gradient(transparent 60%, #ff6 60%);
	display: inline-block;
}
.tit_mid::after {
	content: "";
	display: block;
}
.inner_link {
	display: flex;
	justify-content: center;
	grid-gap: 5px 30px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	}
.inner_link a {
	position: relative;
	display: block;
	padding-right: 15px;
	
}
.inner_link a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #5877b4;
  border-right: solid 2px #5877b4;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.second section {
	padding-bottom: 4em;
}
.second section p, 
.second article p {
	padding-bottom: 1.8em;
}
.second article p {
	line-height: 1.8;
}
.second p.lead_text {
	padding-bottom: 2em;
}

.privacypolicy_sec section {
	text-align: left;
}


/* FORM*/
/*
input[type="text"] {
	display:block;
}
*/
input, button, select, textarea {
	font-family: "IBM Plex Sans JP", sans-serif;
	color: #1C1C1C;
	line-height: 1;
}
textarea, select, input[type="text"], input[type="email"], input[type="tel"] {
	box-sizing: border-box;
	border: 1px solid #B3B3B3;
	padding: 0.5em;
	line-height: 1.4em;
	width: 100%;
}
textarea, select {
	background-color: #fff;
}
input[type="radio"] {
	line-height: 2.4em;
}
button {
	cursor: pointer;
	box-sizing: border-box;
	line-height: 1;
}
note {
	display: block;
	font-size: 0.8em;
	color: #999999;
}
figure {
	margin: 0;
	padding: 0;
}
figure.imgdisplay {
	margin: 0 auto 30px auto;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
	font-size: 1.05em;
}
.text_r {
	text-align: right !important;
}
.text_l {
	text-align: left !important;
}
.text_c {
	text-align: center !important;
}
.text_sm {
	font-size: .8em;
	padding-top: .5em;
}
/* BOX */
.boxstyle {
	padding: 1.2em;
	box-sizing: border-box;
	background: #fff;
}
.boxBorder {
	border: 1px solid #000;
}
.bgGray {
	background: #f0eeea;
	margin-bottom: 30px;
}

/* LIST COMMON */
ul.liststyle {
	margin-left: 1.4rem;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
ol {
	margin: 0;
	padding-bottom: 15px;
	padding-left: 2em;
}
dd ul.liststyle, li ul.liststyle {
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.liststyle li, ol li {
	padding-bottom: 10px;
}
ul.liststyle > li:before {
	content: "•";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
	text-align: center;
}
ul.liststyle.listNotice > li:before {
	content: "※";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
}
ul.liststyle.listNotice2 > li:before {
	content: "＊";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
}

.dl_list dd {
	margin-bottom: 15px;
}
.dl_list.withline {}
.dl_list.withline dt {
	margin: 0;
	padding: 30px;
}
.dl_list.withline dd {
	border-bottom: 1px solid #C8C8C8;
	margin: 0;
	padding: 30px;
}
/* COMMON */
/* TITLE COMMON */
.btn_area {
	text-align: center;
	padding: 30px 0;
}
.btn_style,
 input[type="submit"] {
	position: relative;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border: none;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	 min-width: 150px;
	 cursor: pointer;
}
input[type="submit"] {
	min-width: 350px;
	letter-spacing: 5px;
	height: 4em;
	line-height: 4em;
	font-size: 1.2em;
}

.btn_style span {
	font-size: .8em;
}


input[type="submit"], button, .btn1 {
	background-color: #5877b4;
	color: #fff;
	border-radius: 5px;
}
.btn1:hover,
input[type="submit"]:hover {
	background-color: #7694CF;
	color: #fff;
}
.btn2 {
	color: #333;
	text-align: right;
	font-weight: 600;
	min-width: 200px;
	padding-bottom: 5px;
	position: relative;
}
.btn2::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #333;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scale(1,1); /* 線のx軸の長さを0 */
  transition: .5s; /* 要素の変形する時間*/
  transform-origin: right top; /* 要素の座標の原点を設定*/

}
.btn2:hover {
	opacity: .7;
}
.btn2:hover::after{
  transform: scale(0,1); /* 線のx軸の長さを1 */
}
.btn3 {
	background-color: #593BAA;	
}
.btn4 {
	border:1px solid rgba(228,228,228,.2);
}
.btn4,
.bg_grad {
background: transparent linear-gradient(180deg, #5877b4 0%, #5877b4 65%, #D8124B 100%) 0% 0% no-repeat padding-box;
}




button {
	line-height: 1;
}
@keyframes fadein {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}


.is-hide {
	display: none;
}


.header_main {
	position: relative;
}
.sisi_area {
	margin: 0 20px;
	display: flex;
	align-items: center;
}
.sisi_area img {
	height: 60px;
	width: auto;
}

.sns_area {
	display: flex;
	grid-gap: 15px;
	align-items: center;
}
.sns_area a {
	display: block;
}
.sns_area img {
	max-height: 20px;
	width: auto;
}


/* INSTAGRAM AREA COMMON */
.insta-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.insta-container li, .insta-container li a {
	width: calc((90vw - 30px) / 3);
	height: calc((90vw - 30px) / 3);
}
.insta-container li a {
	display: block;
}
.insta-container li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* FOOTER COMMON */
footer {
	padding: 15px 0;
	background: url("/img/bg_footer.png") repeat-x;
	background-position: bottom;
}
.footer_txt strong {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 1.1em;
}
footer .main_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	grid-gap: 20px;
}
footer .main_area p {
	font-size: 14px;
	text-align: left;
}
footer .main_area strong {
	font-size: 1.15em;
}
.footer_logo {
	background-color: #fff;
	width: 160px;
}

.footer_link {
	font-size: 14px;
	display: flex;
	grid-gap: 20px;
	justify-content: center;
	padding: 15px 0;
}
footer .cp {
	font-size: 12px;
	text-align: center;
}
footer .btn_style.btn1 {
		width: 240px;
		height: 4em;
		line-height: 4em;
	}
footer a {
	text-decoration: none;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 49;
	display: none;
	width: 60px;
	height: 60px;
}

#pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-decoration: none;
	position:  relative;
	background-color: rgba(88,119,180,0.8);
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#pagetop a::before {
	content:"";
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: 8px;
	
}
#pagetop a:hover {
	background-color: rgba(88,119,180,1);
}
.second .contents {
	padding-top: 40px;
}

main,
article,
.second .main_area section {
	text-align: left;
}
.second .main_area {

text-align: center;
	margin: 0 auto;
}
.second .main_area section a {
	text-decoration: underline;
}
.second .main_area section a:hover {
	text-decoration: underline;
}
.main_area,
.footer_link {
	width: 94vw;
	margin: 0 auto;
}

.cont_tit,
.second h1 {
	font-size: 36px ;
	text-align: center;
	color: #5877b4;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	margin-bottom: 30px !important;

}
.cont_tit a,
.second h1 a {
	color: #5877b4;
}
.cont_tit span,
.second h1 span {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	padding-bottom: 0;
	height: 100%;
	/*background-image: url(/img/bg-tit.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 150px auto;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
		margin-right: -1px;
}
.cont_tit span::after,
.second h1 span::after {
	content: "";
	width: 160px;
	opacity: .7;
	height: 100%;
	padding-top: 15px;
	margin: 0 auto;
	position: absolute;
	inset: 0;
		background-color: #5877b4;

	-webkit-mask: url("/img/bg_tit.svg") no-repeat center bottom / contain;
	mask: url("/img/bg_tit.svg") no-repeat center bottom / contain;
}
#top_event .cont_tit span::after {
	background-color: #fff;
}
#top_event .cont_tit a {
	color: #fff;
}
.bg_grad .cont_tit {
	color: #fff;
}
.bg_grad .cont_tit a {
	color: #fff;
}
.eng,
nav ul a,
.second h1 {
	font-family: "M PLUS 1p", sans-serif;
	letter-spacing: 2px;
}
section.sec {
		padding: 60px 0;
	}
.about_box {
	display: flex;
	grid-gap: 30px;
	padding: 30px 0;
	text-align: center;
}
.about_box_detail {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid;
	padding: 15px;
	border-radius: 20px;
}
.about_box_detail figure {
	margin-bottom: 10px;
}
.about_box_detail figure img {
	max-width: 158px;
}

.about_box_detail h3 {
	text-align: center;
	font-size: 2em;
	font-weight: 600;
	margin: 0 0 5px 0;
	padding: 0;
}
.about_box_detail p {
	text-align: left;
	font-size: 15px;
}
.about_box1 {
	color: #0589c1;
}
.about_box2 {
	color: #0ba95f;
}
.about_box3 {
	color: #f39a50;
}

/* ＋ボタン */
.subnav-toggle {
  margin-left: 8px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  user-select: none;
  transition: transform 0.25s ease;
}

/* ＋回転（任意） */
.subnav-toggle.is-open {
  transform: rotate(45deg);
}

/* サブメニュー（初期） */
.subnav-inner {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
	height: 0;
	overflow: hidden;
}

.subnav.is-open .subnav-inner {
  opacity: 1;
  transform: translateY(0);
	height: auto;
}


/* TOP COMMON */
.toplead_area {
	background: #fafcff url(/img/bg_hero.png);
	background-position: bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 30px 0;
}
.toplead_area .swiper-wrapper {
	align-items: flex-start;
}
.tophero_area .swiper-slide img {
  opacity: .8; /* 左右のスライドを薄くする */
  transform: scale(.8); /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}


/*@media screen and (max-width: 767.9px) {
	.tophero_area .swiper-slide img {
        transform: scale(.9);
    }
}*/
.tophero_area .swiper-slide img {
  height: auto;
  width: 100%;
	box-shadow: 0 0 6px rgba(73,73,73,0.20);
}
.tophero_area .swiper-slide-active img {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.tophero_area {
    opacity: 0;
}

.top_slide {
	position: relative;
}
.top_slide.swiper-slide {
	text-align: center;
}

.top_lead {
	text-align: right;
	width: 90%;
	margin: 0 5%;
}
.top_lead img {
	display: block;
}


.swiper-prev,
.swiper-next {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
    height: 100%;
    width: 40px;
    cursor: pointer;
    z-index: 5;
	color: #333 !important;
}


.swiper-next {
	right: 3px;
}
.swiper-prev {
	left: 3px;
}

.swiper-prev::before,
.swiper-prev::after{
    content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #3b1e87;
  transform-origin: 1px 50%;
}
.swiper-next::before,
.swiper-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #3b1e87;
  transform-origin: calc(100% - 1px) 50%;
}

.swiper-next::before,
.swiper-prev::after {
  transform: rotate(60deg);
}

.swiper-next::after,
.swiper-prev::before {
  transform: rotate(-60deg);
}

#top_event {
	background: url(/img/bg_event.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
}
.event_wrap .box_detail.swiper-slide {
	border-radius: 20px;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
	display: flex;
	box-shadow: 0 0 6px rgba(73,73,73,0.20);

}
.event_wrap .box_detail.swiper-slide a {
	display: flex;
	flex-direction: column;
    flex: 1;
}

.event_wrap .box_detail.swiper-slide figure {
	aspect-ratio: 16 / 9;
	min-height: 150px;
	overflow: hidden;
	position: relative;
}
.event_wrap .box_detail.swiper-slide figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.event_wrap .box_detail.swiper-slide .text_area {
	padding: 15px;
	display: flex;
    flex-direction: column;
    flex: 1;  
}
.event_wrap .box_detail.swiper-slide .text_area h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}
.event_wrap .box_detail.swiper-slide .text_area p {
	font-size: .8em;
	padding-top: 5px;
}
.event_wrap .swiper-wrapper {
	align-items: stretch;
}

.event_wrap .box_detail.swiper-slide {
	height: auto;
	display: flex;
}

.event_wrap .box_detail.swiper-slide a {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* EVENT */

.schedule_area {
	font-size: 1.2em;
	font-weight: 500;
	padding-bottom: 20px;
}

.event_ended {
	display: block;
	text-align: center;
	font-size: 10px;
	padding: 0 5px;
	background: rgba(179,179,179,1.00);
	color: #fff;
	letter-spacing: 0;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: -2em;
}
.eventap_flagarea {
	position: absolute;
	width: 80px;
	height: 54px;
	top: 0px;
	right: 20px;
	color: #fff;
	padding-top: .8em;
	font-size: 12px;
	text-align: center;
		z-index: 5;

}
.eventap_flag {
	position: relative;
	z-index: 5;
	text-align: center;
	font-weight: bold;
	
}
.eventap_flagarea::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    width: 80px;
    height: 40px;
    background-color: #ABABAB;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
	z-index: 0;
}
.eventap_flagarea.icon_event-entry::before {
    background-color: #f39a50;

}
.eventap_flagarea.icon_event-pre::before {
    background-color: #fcd174;

}
.news_list {
	/*display: flex;
	flex-wrap: wrap;
	grid-gap: 2vw;*/
}
.news_list li {
	line-height: 24px;
	display: flex;
	grid-column-gap: 15px;
}
.news_list li a {
	display: block;
	text-decoration: underline;
}
.news_list li a:hover {
	text-decoration: none;
}
.news_date {
	color: #A6A6A6;
}
.news_list li .newscate_area {
	border :1px solid #5877b4;
	border-radius: 5px;
	color: #5877b4;
	text-align: center;
	font-size: 12px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
}

#top_about {
	background-image: url("/img/top/bg_about.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}	


/* PARTNER */
.partner_list {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 15px;
}
.partner_list .partner_item {
	display: flex;
	grid-gap: 15px;
	justify-content: center;
	align-items: center;

box-sizing: border-box;
}


/* ABOUT */
.second section.about_lead {
	background: url(/img/bg_about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 40px;
	position: relative;
	text-shadow: 0 0 4px rgba(88,88,88,0.50), 0 0 4px rgba(88,88,88,0.50), 0 0 4px rgba(88,88,88,0.50);
}
.about_lead .leadwrap {
	/*background-color: rgba(255,255,255,.75);
	padding: 10px;
	display: inline-block;
	text-align: right;*/
}
.lead_tit {
	color: #fff;
	padding-top: 150px;
	text-align: right;
	font-size: 2.6em;
	margin-bottom: 20px;
}

.second section p.lead_text {
	font-size: 1.2em;
}

.leadwrap  p.lead_text {
	font-size: 1.6em;
	text-align: right;
	color: #fff;
	margin: 0;
	line-height: 2;
}
.v_box {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 1px;
}
.v_box.vision_wrap {
	margin-top: 20px;
}
.v_box > div h4.playtit {
	text-align: center;
	font-size: 18px;
}
.playtit {
	text-align: center;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.playtit::before,
.playtit::after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #333;
}

.playtit::before {
	margin-bottom: 20px;
	transform: rotate(-35deg)
}
.playtit::after {
	margin-top: 20px;
	transform: rotate(35deg)
}

#play_area.flex_box {
	display: inline-flex;
	flex-direction: row;
	grid-gap: 15px;
	background-color: #fcf3f1;
	padding: 25px;
	border-radius: 15px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
#play_area.flex_box figure {
	flex-shrink: 0;
}
#play_area.flex_box figure,
#play_area.flex_box img {
	width: 50px;

}
#play_area.flex_box p {
	font-size: .95em;
	font-weight: bold;
}
#logo_area .flex_box p strong,
#play_area.flex_box p strong {
	font-size:1.6em;
	line-height: 1;
	display: inline-block;
}
#play_area.flex_box p strong {
	color: #ea5432;
	
}
#play_area.flex_box p,
#logotype_area .flex_box p {
	padding: 0;
	margin: 0;
}

.photo_area {
	display: flex;
	grid-gap: 5px;
	padding-top: 20px;
}
.photo_area img {
	flex: 1;
    min-width: 0;
}
.v_box > div {
	box-sizing: border-box;
	width: 100%;
}
.v_box.vision_wrap h4 {
  position: relative;
	border-bottom: 3px solid #333;
	padding-bottom: 10px;
	margin: 0 0 25px 0;
	font-size: 1.2em;
}

.v_box.vision_wrap h4:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.v_box.vision_wrap h4:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}


.v_box.value_wrap > div {
	padding: 40px 10px;
	font-weight: 500;
	text-align: center;
	font-size: 15px;
	line-height: 1.8;

}
.v_box.value_wrap > div.val1 {
	background-color: #fdf7ee;
	color: #e9ac37;
}
.v_box.value_wrap > div.val2 {
	background-color: #fef3ef;
	color: #f39a50;
}
.v_box.value_wrap > div.val3 {
	background-color: #f2f7fb;
	color: #0589c1;
}
.v_box.value_wrap > div.val4 {
	background-color: #f2f7f3;
	color: #0ba95f;
}

.icon_area {
	text-align: center;
	background-color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px auto;
}
.icon_area img {
	width: 60px;
	height: auto;
}
.icon_area span {
	font-size: 70px !important; 
}


/* NEWS */
.pagination {
	padding-top: 40px;
	margin-top: 40px;
	border-top:1px solid #D0D0D0;
	font-size: 14px;
}

.all-link {
	text-align: center;
	width: 100%;
}
.prev-link {
	
	text-align:left;
}
.next-link {

	text-align:right;
}
article {
	padding: 30px 0 80px 0;
}
.news_tab_wrap {
	display: flex;
	grid-gap: 10px;
}
.news_tab {
    border: 1px solid #5877b4;
	color: #5877b4;
    background: #fff;
    padding: 10px 20px;
    cursor: pointer;
	margin-bottom: 40px;
}

.news_tab.is-active {
    background: #5877b4;
    color: #fff;
}

.news_panel {
    display: none;
}

.news_panel.is-active {
    display: block;
}
.newscate_wrap {
	display: flex;
	grid-gap: 5px;
}
.eyect {
	text-align: center;
	margin-bottom: 20px;
}
.eyect img{
	max-height: 600px;
	width: auto;
}
.article_date {
	text-align: right;
}
/* PARTNER */
.second .main_area section .partner_list a.partner_item {
	text-decoration: none;
}
.partner_list .partner_item p {
	margin: 0;
	padding: 0;
	flex-grow: 1;
	text-align: left;
	font-size: .95em;
	line-height: 1.3;
}
.partner_list .partner_item figure {
	width: 100px;
	height: 50px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	border:1px solid #BBBBBB;

}
.partner_list .partner_item figure img {
	max-width: 100px;
	max-height: 50px;
}

/* -------------------------------------- */
/* ----- SP(max-width: 767px)  ----- */
@media screen and (max-width: 767.9px) {
	html {
		font-size: 62.5%;
		padding: 0;
		margin: 0;
		scroll-padding-top: 45px;
	}
	body {
		font-size: 1.5rem;
		line-height: 1.6;
		padding: 0;
		margin: 0;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.sptab_only, .sp_only {
		display: block !important;
	}
	.pc_only, .tabpc_only, .tab_only {
		display: none;
	}
	.text_sm {
		font-size: 1.3rem;
	}
	.lead_text {
		text-align: left
	}
	.cont_tit span,
.second h1 span {

	margin-bottom: 30px;
}
.cont_tit span::after,
.second h1 span::after {
	width: 100px;
	height: 100%;
	padding-top: 10px;
}
	.second h1 {
		font-size: 2rem;
		padding: 0;
		margin: 0 0 30px 0;
	}
	.second h1 span {
		font-size: 2.2rem;
	}
	p {
		font-size: 1.3rem;
	}
	
	li, dt, dd, td, th {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	input, button, select, textarea {
		font-size: 1.2rem;
	}
	input[type="submit"]:nth-child(n+2) {
		margin-top: 20px;
	}
	note {
		font-size: 1.0rem;
	}
	dl.dl_list {
		text-align: left;
	}
	dl.dl_list dt {
		font-weight: bold;
		font-size: .95em;
	}
	dl.dl_list dd {
		margin-bottom: 15px;
	}
	dl.dl_list.withline dt {
		padding: 15px 0 0 10px;
	}
	dl.dl_list.withline dd {
		padding: 5px 0 15px 10px;
	}
	.flex_box > div:nth-child(n+2) {
		margin-top: 30px;
	}
	.btn_style, input[type="submit"], button {
		width: 68%;
	}
		.second article h1 {font-size: 2.4rem;
	line-height: 1.6 !important;}

	.second h2 {
		font-size: 1.8rem;
	}
	.second article h2, .second h2:not([class]) {
		font-size: 1.8rem;
	}
	/* FOOTER SP */
	.footer_logo {
	width: 100px;
}
	footer .main_area {
		flex-direction: column;
		grid-gap: 5px;
	}
	footer .main_area > div {
		display: inline-block;
	}
	footer .main_area p {
		text-align: center;
	}
	.footer_link {
		flex-direction: column;
		grid-gap: 15px;
		align-items: center;
		font-size: 1.2rem;
	}
	.footer_txt {
		padding: 20px 0;
		text-align: center;
	}
	/* TOP SP */
	.event_wrap .box_detail.swiper-slide {
		width: 80%;
	}
	.event_wrap .box_detail.swiper-slide figure {
		height: clamp(180px, 24vh, 260px);
	}
	.event_wrap {
		padding-bottom: 20px;
	}
	
	/* NEWS */
	.news_list li {
		margin-bottom: 30px;
		flex-wrap: wrap;
		width: 100%;
	}
	.newscate_wrap {
		margin-top: 5px;
	}
	.news_list .tit_area {
		width: 100%;
		padding-top: 5px;
	}
	.news_tab {
		padding: 10px 5px;
	}
	.news_date,
	.article_date {
		font-size: .9em;
	}
	
	
	/* ABOUT SP */
	.lead_tit,
	.leadwrap {
		text-align: left;
	}
	.second section p.lead_text {
		font-size: 1.4rem;
		text-align: left;
	}
	#play_area.flex_box {
		padding: 20px 10px;
		grid-gap: 5px;
	}
	#play_area.flex_box > div {
		margin: 0;
	}
	#play_area.flex_box p {
		font-size: 1.3rem;
}

}

/* SP and TABLET */
@media screen and (max-width: 1109.9px) {

	/* GOOGLE MAP */
	.tribe-block__venue__map {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		margin-bottom: 10px;
	}
	.tribe-block__venue__map iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.pc_only {
		display: none !important;
	}
	.btn_style {
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}

	.btn_area .btn_style:nth-child(n+2) {
		margin-top: 20px;
	}
	section.sec {
		padding: 40px 0;
	}
	/* HEADER SP and TABLET */
	.sns_area {
	position: absolute;
	top: 0;
	width: 100%;
	justify-content: space-evenly;
	padding: 10px 0;
		background-color: #eff9fd;
}
	.sns_area a {
		display: flex;
	}
.sns_area img {
	height: 20px;
	width: auto;
}
	#headerdiv {
		position: sticky;
  top: 0;
		z-index: 1000;
		background-color: rgba(255,255,255,.85);
	}
	.header_main {
		padding-top: 40px;
		
	}
	
	.header_main, footer .main_area {
		position: relative;
	}
	.sitename_area {
		padding: 5px 0;
		
	}
.sitename_area a {
	grid-gap: 5px;
	width: calc(100% - 60px);
	}
.sitename_area a img {
	height: 4vw;
	width:auto;
	min-height: 40px;
}

	.sitename,
	.sitename h1 {
		font-size: 15px;
		line-height: 1.2;
	}
	
	
/* ハンバーガーアイコン */
.ham_menu {
  width: 32px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.ham_menu span {
  display: block;
  height: 2px;
  width: 100%;
  background: #5877b4;
  transition: 0.3s;
}

/* × に変形 */
.ham_menu.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.ham_menu.active span:nth-child(2) {
  opacity: 0;
}
.ham_menu.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.has-subnav {
  position: relative;
}

.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: rgba(255,255,255,.85);
  padding-top: 80px;
  transition: right 0.3s;
  z-index: 1000;
}

.nav.active {
  right: 0;
}

.nav ul {
  list-style: none;
  padding: 0;
}

.nav li {
  margin: 24px 0;
	padding: 0 15px;
}

	.nav a {
	  font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
	  text-decoration: none;
	  color: #333;
	}
	.ham_menu {
		top: 40px;
		right: 4vw;
	}
	footer .main_area {
		padding-bottom: 20px;
	}
	
	.btn1, input[type="submit"], button {
		margin-right: auto;
		margin-left: auto;
	}
	
	/* TOP TABLET AND SP */
	.about_box {
		flex-direction: column;
		width: 88vw;
		margin: 0 auto;
	}
	.cont_tit {
		font-size: 24px;
	}
	#top_event .main_area {
		width: 100%;
	}
	#top_event .event_wrap {
			padding-left: 4vw;
	}
	/* ABOUT TABLET AND SP  */
	.v_box {
		flex-direction: column;
	}
	.v_box.vision_wrap > div {
		margin-bottom: 40px;
	}
	.second section .v_box  p {
		padding-bottom: 10px;
	}
	.second section.about_lead {
		padding: 20px;
	}

	/* PARTNER TABLET AND SP  */
	.partner_list {
		flex-direction: column;
	}
	
}
/* -------------------- */
/* ----- TABLET and PC ----- */
@media screen and (min-width: 768px) {
	html {
		scroll-padding-top: 75px;
	}
	body {
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 16px;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.sp_only {
		display: none !important;
	}
	.tabpc_only {
		display: block !important;
	}
	p, .textBox {
		font-size: 16px;
		line-height: 1.6;
	}


	li, dt, dd, td, th {
		font-size: 16px;
		line-height: 1.6;
	}
	input, button, select, textarea {
		font-size: 16px;
	}
	.mwform-tel-field input[type="text"] {
		width: 6em;
	}
	input[type="submit"]:nth-child(n+2) {
		margin-left: 15px;
	}

	dl.dl_list {
		margin: 0 auto 10px auto;
	}
	dl.dl_list dt {
		float: left;
		clear: both;
		width: 7.5em;
		text-align: left;
	}
	dl.dl_list dd {
		padding-left: 8.5em;
		margin-bottom: 30px;
		text-align: left;
	}
	dl.dl_list.dl_long dt {
		width: 15em;
	}
	dl.dl_list.dl_long dd {
		padding-left: 15.5em;
	}
	a[href^="tel:"] {
		pointer-events: none;
		color: #000;
		text-decoration: none;
	}
	.flex_box {
		display: flex;
		justify-content: space-between;
	}
	.flex_box figure {
		width: calc((100% - 60px) / 2);
		flex-shrink: 0;
	}
	.flex_box.tateC {
		align-items: center;
	}
	.btn_style, button {
		max-width: 90vw;
	}
	.btn_area button {
		display: inline-block;
	}
	.btn_area button:nth-child(n+2) {
		margin-left: 20px;
	}
	figure.imgdisplay2 img {
		max-width: 700px;
}
		/* NEWS TABLET and PC */
.news_list li {
		display: flex;
		grid-gap: 30px;
		padding-bottom: 20px;
	}
	.news_tab_wrap {
		padding-bottom: 40px;
	}
	.news_tab_wrap button {
		margin: 0;
	}
	/* TOP TABLET and PC */
	
	/* FOOTER TABLET and PC */

}
@media screen and (min-width:768px) and (max-width:1109.9px) {
	/* TABLET ONLY */
}




/* -------------------- */
/* ------- PC -------- */
@media screen and (min-width: 1110px) {
	body, html {
		height: 100%;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	body {
		min-width: 1050px;
	}
	p, .textBox {
		font-size: 16px;
		line-height: 1.6;
	}
	.ham_menu {
		display: none;
	}
	.wrapper {
		
	}

	.sptab_only, .tab_only {
		display: none !important;
	}
	.btn_area {
		display: flex;
	}
	.wpcf7 .btn_area {
		display: block;
	}
	.btn_style {
		width: 200px;
		margin: 0 0 0 auto;
	}
	.main_area,
	.about_lead {
		width: 1050px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	
	.boxstyle {
		padding: 40px;
	}
	.detail_area {
	display: inline-block;
	margin: 0 auto;
	max-width: 700px;
}
	/* HEADER PC */
	header {
		padding: 0 3vw;
	}
	nav > ul {
		display: flex;
		justify-content: flex-end;
		grid-gap: 10px;
	}
	nav > ul a {
		position: relative;
		display: block;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0px;
		padding-bottom: 10px;
	}
	
	#id_top nav > ul li.nav_home a::after,
	#news_wrap nav > ul li.nav_news a::after,
	#about_wrap nav > ul li.nav_about a::after,
	#tribe_events_wrap nav > ul li.nav_events a::after,
	#partner_wrap nav > ul li.nav_partner a::after,
	#contact_wrap nav > ul li.nav_contact a::after,
	#kahokucity_wrap nav > ul li.nav_kahoku a::after {
		content: "";
		width: 100%;
		height: 5px;
		border-radius: 2px;
		background-color: #9eb6e7;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	/*li.have_sab {
		display: flex;
		position: relative;
		width: 120px;
		align-items: center;
	}*/
	.subnav.is-open {
		position: absolute;
		top: 24px;
		z-index: 50;
	}
	.sitename_area {
		padding: 10px 0;
	}
	.header_main {
		display: flex;
		justify-content: space-between;
		align-items:flex-end;
	}
	.sns_area {
		justify-content: flex-end;
		padding: 10px 0;
		grid-gap: 20px;
	}
	.sns_area img {
		max-height: 24px;
	}
	.sns_area a.btn_style {
		margin: 0;
	}
	/* FOOTER PC */
	body, .wrapper {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}
	footer {
		margin-top: auto;
		background-position: top;
	}
	
	
	/* TOP PC */
	.tophero_area {
	max-width: 80%;
}
	/*.top_lead {
		width: 640px;
		margin-right: calc((100% - 1050px) / 2);
		margin-left: calc((100% - 1050px) / 2 + 410px);
	}*/
	
	#top_about .main_area {
	text-align: center;
}
	.event_wrap .box_detail.swiper-slide {
		width: calc((100% - 60px) / 3) !important;
	}
	.event_wrap .swiper-wrapper {
		grid-gap: 30px;
	}
	#top_event {
		background-size: 100% auto;
	}
	#top_news .news_list {
		display: inline-block;
        margin: 0 auto;
	}
	#top_news .btn_area {
		justify-content: center;
		
	}
	#top_news .btn_style {
		margin: 0 35px;
		
	}
	
	/* NEWS PC */
	
	
	.pagination {
	display: flex;
	position: relative;
}
.next-link,
.prev-link {
	position: absolute;
	width: 30em;
}
.prev-link {
	margin-right: auto;
	left: 0;
	text-align:left;
}
.next-link {
	margin-left: auto;
	right: 0;
	text-align:right;
}
	/* ABOUT PC */
	.v_box {
		display: flex;
		flex-wrap: wrap;
	}
	.v_box.vision_wrap {
		grid-gap: 50px 30px;
	}
.v_box.vision_wrap > div {
	width: calc((100% - 60px) /3);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
	.second section .v_box.vision_wrap > div p {
		padding-bottom: 10px;
	}
.v_box.vision_wrap > div figure {
	margin-top: auto;
	}
	.v_box.value_wrap > div {
		width: calc((100% - 3px) /4);
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;

}
	#logo_area .flex_box {
	align-items: center;
		align-items: flex-start;
}
	
		#logo_area figure, 
#logotype_area figure,
		#logo_area figure img, 
#logotype_area figure img {
	width: 280px;
	}
	#logo_area .flex_box.logo_flex {
		background-image: url(/img/logomark.jpg);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 33% auto;
	}
	/*.logomarkimg {
		margin-left: auto;
		width: 350px;
	}
	*/
	.second section.about_lead {
		padding: 80px 20px;
	}
	.logo_flex {
		grid-gap: 30px;
	}
	.logo_flex .txt_area {
		flex-grow: 1;
	}
	/* PARTNER */
	.partner_list .partner_item {
		width: calc((100% - 30px ) / 3);
	}
	
	/* EVENT PC */
	.event_wrapper h1.cont_tit {
padding: 35px 0;
}
}
@media screen and (min-width: 1250px) {
nav > ul {
		grid-gap: 20px;
	}
nav > ul a {
	font-size: 16px;
	}
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.grecaptcha-badge { visibility: hidden; }
form[data-status="sent"] .form_area {
	display: none;
	
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-response-output {
	border-collor: #EF9890 !important;
	padding: 15px;
	text-align: center;
	
}
.material-symbols-outlined {
	vertical-align: bottom;
}

section.sec {
	padding: 40px 0;
	opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
section.sec.is-visible {
    opacity: 1;
    transform: translateY(0);
}



/* The Events Calendar */
.event_tit_area {
	margin-bottom: 30px;
	position: relative;
}
.second article .event_tit_area  h1 {
	margin: 0 !important;
	color: #333;
	position: relative;
	padding: 40px;
	text-align: center;

}
@media screen and (max-width: 767.9px) {

.second article .event_tit_area  h1 {
	padding: 30px 15px;
}
}


.tophero_area {
	overflow: hidden;
}

.tophero_area .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}

.tophero_area .top_slide {
	position: relative;
	aspect-ratio: 1 / 1.4141;
	overflow: hidden;
}

/* iframe・画像共通 */
.tophero_area .top_slide iframe,
.tophero_area .top_slide img,
.tophero_area .top_slide video,
.tophero_area .top_slide a {
	width: 100%;
	height: 100%;
	display: block;
}
.tophero_area .top_slide a {
	display: flex;
	height: 100%;
    align-items: center;
}
/* iframe */
.tophero_area .top_slide iframe {
	border: 0;
}

/* 画像 */
.tophero_area .top_slide img {
	object-fit: cover;
	object-position: center center;
	/*height: auto;*/
}

/* リンク */
.tophero_area .top_slide a {
	height: 100%;
}

/* Swiper中央大きく */
.tophero_area .swiper-slide {
	opacity: .4;
	transform: scale(.82);
	transition:
		transform .5s ease,
		opacity .5s ease;
}

.tophero_area .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	z-index: 2;
}

/* スマホ */
/*@media screen and (max-width: 767.9px) {

	.tophero_area .swiper-slide {
		transform: scale(.9);
	}

}*/


.second article .event_tit_area  h1::before {
	content: "";
	display: block;
	width:30%;
	height: 30%;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}
.second article .event_tit_area  h1::after {
	content: "";
	display: block;
	width: 30%;
	height: 30%;
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}


.event_tit_area .eventap_flagarea {
	left: 10px;
	top: -10px;
}
.tribe_events {
	text-align: left;
}
.tribe-events-event-image {
	text-align: center !important;
}
.tribe-events-event-image img {
	max-height: 500px;
	width: auto;
}
.tribe-block.tribe-block__event-website {
	text-align: center;
	padding: 40px 0;
}
.tribe-common ol, .tribe-common ul {
	min-width: 180px;
}
.second .main_area section .tribe-events-header a {
	text-decoration: none;
}
.tribe-embed a, .tribe-events-event-meta a, .tribe-events-single a {
	color: #5877b4 !important;
}
.tribe-block__event-website a {
	background-color: #5877b4 !important;
	color: #fff !important;
}
.tribe-events-header__messages,
/*.tribe-events .tribe-events-header__messages.tribe-events-header__messages--mobile,*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages:not(.tribe-events-header__messages--mobile),
.tribe-events-schedule.tribe-clearfix,
.tribe-block.tribe-block__event-price {
	display: none !important;
}
.tribe-events-sub-nav li a,
.tribe-events-back a {
	background: none !important;letter-spacing: 0;
	padding: 0 !important;
	font-weight: normal !important;
	font-size: .9em !important;
}
.tribe-events-back {
	text-align: center;
	padding-top: 20px;
}
#tribe-events-footer:after, #tribe-events-footer:before, #tribe-events-header:after, #tribe-events-header:before,
#tribe-events-footer:after, #tribe-events-header:after {
	content: none !important;
}
.tribe-block__venue {
	box-sizing: border-box;
}
.tribe-block__venue .tribe-block__venue__map {
	min-height: inherit !important;
}
.tribe-events-sub-nav {
	display: flex;
	justify-content:space-between;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-footer .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li {
	float: none !important;
}
.tribe-events .tribe-events-c-nav__list {
	flex-wrap: nowrap !important;
}
@media screen and (min-width: 768px) {
    .tribe-common.tribe-events-view {
        display: block !important;
    }
    /* モバイル専用のハンバーガーメニューやリスト隠しを解除 */
    .tribe-events-view--hidden {
        display: block !important;
    }
}


.swiper-button-next, .swiper-button-prev {
    ::slotted(svg), svg path {
        fill: #bcdbe8;
    }
}

.tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}


.tribe-common a:focus {
	outline: none !important;
}
.tribe-common-l-container a:focus {
	outline: auto;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background-color:#f2f6fb !important;
}