@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	共通

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	変数

------------------------------------------------------------------------------*/

:root {
	/* ★common.css ＝ editor.css★ */
	--main-color: 41,171,226;
	--font-en: "Zen Maru Gothic", sans-serif;
}


/*------------------------------------------------------------------------------

	全体

------------------------------------------------------------------------------*/

p.none {
	padding: 10.25em;
	text-align: center;
	background-color: #FFF;
	border-radius: 6px;
}

@media screen and (max-width: 767px) {
	
p.none {
	padding: 7em;
}

}

/*	site_column
------------------------------------------------------------------------------*/

.site_column {
	position: relative;
	margin: 0 auto;
	width: 86%;
	max-width: 1400px;
}

body.contents .post .site_column,
body.archive .detail_group .site_column {
	max-width: 1100px;
}

body.error main .detail_group .site_column {
	max-width: 900px;
}


/*	body・textarea・input
------------------------------------------------------------------------------*/

body,
textarea,
input,
select {
	/* ★common.css ＝ editor.css★ */
	line-height: 1.8;
	font-family: YuGothic,"游ゴシック","メイリオ",Meiryo,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	font-weight: 500;
	color: rgba(35,35,0,1);
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

textarea,
input,
select {
	-webkit-appearance: none;
}

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

body,
textarea,
input  {
	/* ★common.css ＝ editor.css★ */
	font-size: 14px;
}

}

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

body,
textarea,
input,
#content > header .unii {
	/* ★common.css ＝ editor.css★ */
	font-size: 3.2vw;
}

}


/*	見出し
------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
}

/*	アンカー
------------------------------------------------------------------------------*/

a,
a:hover,
a:visited {
	outline: none;
	text-decoration: none;
	color: rgba(var(--main-color),1);
}

a {
	transition: opacity .4s;
}

a:hover {
	text-decoration: none;
	opacity: .4;
}

main a,
main a:visited {
	text-decoration: underline;
}

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

a:hover {
	opacity: 1;
}

a[href^="tel:"] {
	text-decoration: underline;
}

}

@media screen and (min-width: 768px){
	
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #333;
}

a[href^="tel:"]:hover {
	cursor: default;
	opacity: 1;
}

}


/*	リスト
------------------------------------------------------------------------------*/

main ol,
main ul {
	margin: 1em 0 1em 1.5em;
}

main ul {
	list-style: disc;
}

main ol {
	list-style: decimal;
}

main li {
	margin-bottom: .5em;
	line-height: 1.4;
}

#content main table ol,
#content main table ul {
	margin: 0 0 0 1.5em;
	background-color: inherit;
}

#content main table ol li,
#content main table ul li {
	background-color: inherit;
	font-weight: normal;
}


/*	テーブル
------------------------------------------------------------------------------*/

table {
	width: 100%;
}

th,
td {
	line-height: 1.6;
}

th {
	font-weight: bold;
}


/*	その他
------------------------------------------------------------------------------*/

em {
	font-style: normal;
}

figcaption {
	margin-top: .5em;
	text-align: center;
	font-size: .875em;
}

img {
	vertical-align: bottom;
}

address {
	font-style: normal;
}


/*	共通設定
------------------------------------------------------------------------------*/

main p,
main dd {
	margin-bottom: .5em;
	text-align: justify;
}

main li:last-child,
main p:last-of-type,
main dd:last-of-type {
	margin-bottom: 0;
}


/*	独自class
------------------------------------------------------------------------------*/

.note {
	margin-left: 0;
}

.note li {
	display: block;
	position: relative;
	padding-left: 1em;
	font-size: .875em;
}

.note li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.l {
	display: block;
}

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

.l {
	display: inline;
}

}


/*	 slider
------------------------------------------------------------------------------*/

.slider {
	display: none;
	position: relative;
}

.slider.slick-initialized {
	display: block; 
}

#topics .slider .slick-arrow {
	position: absolute;
	bottom: -53px;
	top: auto;
	right: 140px;
	left: auto;
	transform: none;
	border: none;
	background: none;
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 0;
	z-index: 2000
}

.slider .slick-arrow:hover {
	cursor: pointer;
}

.slider .slick-arrow::before {
	display: block;
	content: "";
	width: 100%;
	aspect-ratio: 1/1;
}

#topics .slider .slick-arrow.slick-prev {
	right: 180px;	
	background-image: url("../img/arrow_circle.svg");
}

#topics .slider .slick-arrow.slick-next {
	background-image: url("../img/arrow_circle.svg");
	transform: scaleX(-1);
}



@media screen and (max-width: 1200px) {
	
#topics .slider .slick-arrow {
	right: 100px;
}
	
#topics .slider .slick-arrow.slick-prev {
	right: 140px;	
}

}


@media screen and (max-width: 767px) {
	
#topics .slider .slick-arrow {
	bottom: -13vw;
	width: 9vw;
	height: 9vw;
}

#topics .slider .slick-arrow {
	right: 13vw;
}
	
#topics .slider .slick-arrow.slick-prev {
	right: 25vw;	
}

}


/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

#content > header {
	padding: 47px 0 36px;
}

#content > header .spmenu,
#content > header .unii .spmenu {
	display: none;
}

#content > header .site_column {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 93%;
}

#content > header .logo_group {
	display: flex;
	align-items: center;
	flex: 1;
}

#content > header .logo,
#content > header .unii,
#content > footer .logo {
	width: 100%;
}

#content > header .logo { 
	max-width: 186px;
	flex: 1;
}

#content > footer .logo { max-width: 150px;}

#content > header .unii {
	max-width: 140px;
	margin-left: 1em;
}

#content > header .logo a,
#content > header .unii a {
	display: block;
}

#content > header .menu ul,
#content > header .menu .group {
	display: flex;
	align-items: center;
}

#content > header .menu ul li {
	position: relative;
	margin-right: 1em;
}

#content > header .menu .pmenu li {
	width: 30px;
	margin-right: 10px;
}

#content > header .menu .pmenu li:last-child {
	margin-right: 0;
}

#content > header .menu a {
	display: block;
	color: #333;
	font-weight: bold;
}

#content > header .menu ul li.contact a,
#content > footer #contact a,
#content .link_button a {
	display: inline-block;
	padding: .3em 2.5em .3em 1.5em;
	color: #FFF;
	background-color: rgba(var(--main-color),1);
	background-image: url("../img/icon_blank_w.svg");
	background-position: right 1em center;
	background-size: .8em;
	background-repeat: no-repeat;
	border-radius: 10em;
}

#content .link_button {
	margin-top: 3em;
	text-align: center;
}

#content .link_button a {
	padding: 1em 3.5em;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
}

#content > header .menu ul > .selected::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -.125em;
	transform: translateX(-50%);
	width: 60px;
	height: .125em;
	background-color: rgba(var(--main-color), 1);
}

@media screen and (max-width: 1050px) {
	
#content > header .logo {
	max-width: 166px;
}

#content > header .unii {
	max-width: 120px;
}

}

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

#content > header .logo { max-width: 140px;}
#content > header .unii { max-width: 120px;}

}

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

#content > header {
	padding-bottom: 30px;
}

#content > header .site_column {
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}

#content > header .logo_group {
	justify-content: center;
}

#content > header .menu {
	padding-top: 2em;
}

}

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

#content > header {
	position: relative;
	padding: 0;
}

#content > header .site_column {
	width: 100%;
	padding: 20vw 0 0;
}

#content > header .logo_group {
	width: 70%;
	position: absolute;
	top: 6vw;
	left: 5vw;
	justify-content: flex-start;
}

.menu_open #content > header .logo_group {
	position: fixed;
	z-index: 10000;
}
	
.menu_open #content > header .logo_group::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 20vw;
	background-color: rgba(50,176,226,1);
	z-index: -1;
}

#content > header .logo {
	max-width: 33.5vw;
}

#content > header .unii {
	max-width: 24.5vw;
}

#content > header .menu {
	padding: 29vw 0;
}

#content > header .menu ul,
#content > header .menu .group {
	display: block;
}

#content > header .menu .gnav ul {
	padding: 0 8.3vw;
}

#content > header .menu ul li {
	margin-right: 0;
	text-align: center;
}

#content > header .menu ul > .selected::after {
	display: none;
}

#content > header .menu a {
	padding: 1.12em;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 4.375vw;
	text-align: center;
	line-height: 1;
	background-image: url("../img/arrow_simple_w.svg");
	background-repeat: no-repeat;
	background-size: .7em;
	background-position: center right;
}

#content > header .menu ul li.contact {
	margin-top: 6.25vw;
}

#content > header .menu ul li.contact a {
	padding: 1em 4.2em 1em 3.2em;
	background-color: #FFF;
	color: rgba(var(--main-color), 1);
	background-image: url(../img/icon_blank_b.svg);
	background-position: right 2.5em center;
}
	
#content > header .menu .pmenu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2.5em;
}
	
#content > header .menu .pmenu li {
	width: 12%;
	margin-right: 1em;
}
	
#content > header .menu .pmenu li a {
	padding: 0;
	border: none;
	background: none;
}

.menu_open #content > header .spmenu {
	display: block;
}

.menu_open #content > header .normal {
	display: none;
}

#content .link_button a {
	padding: 1em 3em;
}

}

/*------------------------------------------------------------------------------

	menu

------------------------------------------------------------------------------*/



/*	メニュー本体開閉CSS
　　スマホサイズでcloseした時のdisplay:none を、再びPCサイズにした時、
　　非表示になるのを回避
------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {

#content > header .menu {
	display: block !important;
}

}

@media screen and (max-width: 900px) {
#content > header .menu {
	margin: auto;
}
}

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

#content > header .menu {
	display: none;
}

}


/*	メニュー本体
------------------------------------------------------------------------------*/

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

#content > header .menu {
	overflow-y: scroll;
	position: fixed;
	flex-direction: column;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(to top, rgba(136,225,227,1), rgba(41,171,226,1));
	z-index: 9999;
}

#content > header .menu::after {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	content: url("../img/sp_bg.svg?2026");
	z-index: -1;
	opacity: .5;
}

}


/*	開閉ボタン
------------------------------------------------------------------------------*/

.menu_button {
	display: none;
}

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

.menu_button,
.menu_button span {
	display: inline-block;
	transition: translate .4s, rotate .4s, display .4s, background .4s, top .4s, bottom .4s, opacity .4s;
	box-sizing: border-box;
}

.menu_button {
	position: fixed;
	display: block;
	z-index: 10001;
	right: 4vw;
	top: 3vw;
	width: 14vw;
	height: 14vw;
	background-color: rgba(var(--main-color),1);
	border-radius: 50%;
}
	
.menu_button:hover {
	cursor: pointer;
}

.menu_button em {
	position: absolute;
	left: 0;
	bottom: 1.25vw;
	width: 100%;	
	font-style: normal;
	font-weight: bold;
	font-size: 3vw;	
	color: #FFF;
	text-align: center;
}

.menu_button em::before {
	content: 'MENU';
	font-family: var(--font-en);
	font-style: normal;
}

.menu_button span {
	position: absolute;
	left: 50%;
	translate: -50% 0;
	width: 40%;
	height: .5vw;
	background-color: #FFF;
}

.menu_button.active {
	background-color: rgba(255,255,255,1);
}

.menu_button.active em::before {
	content: 'CLOSE';
	color: rgba(var(--main-color),1);
}

.menu_button.active span {
	background-color: rgba(var(--main-color),1);
}

.menu_button span:nth-of-type(1) { top: 4vw;}
.menu_button span:nth-of-type(2) { top: 6.4vw;}

.menu_button.active span:nth-of-type(1) { top: 5.3vw; rotate: -315deg; width: 45%;}
.menu_button.active span:nth-of-type(2) { top: 5.3vw; rotate: 315deg; width: 45%;}

}


/*------------------------------------------------------------------------------

	main

------------------------------------------------------------------------------*/

main #topics::before,
main .detail_group::before,
main .post::before {
	content: url("../img/bg_b.svg");
	display: block;
	width: 9%;	
	position: absolute;
	top: -84px;
	left: 0;
	max-width: 172px;
	aspect-ratio: 172/530;
	opacity: .8;
}

.archive main .post_list {
	display: flex;
	flex-wrap: wrap;
}

main .post_list a {
	display: inline-block;
	width: 32%;
	padding: 15px;
	text-decoration: none;
	background-color: #FFF;
	color: inherit;
	border-radius: 10px;
}

.archive main .post_list a {
	margin-right: 2%;
	margin-bottom: 2%;
}

.archive main .post_list a:nth-child(3n) {
	margin-right: 0;
}

main .post_list .pickup {
	background-color: rgba(249,231,240,1);
}

main .post_list.slider a:hover {
	opacity: 1;
}

main .post_list dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}

main time {
	font-size: .875em;
}

main .post_list dl dt {
	margin: 18px 10px 0 10px;
	font-size: .875em;
	order: 2;
	line-height: 1;
}

main .post_list dl dd {
	margin: 12px 12px 10px;
	font-weight: bold;
	order: 3;
	font-size: 1.125em;
	line-height: 1.3;
	overflow: hidden;
}

main .post_list dl .thumbnail {
	margin: 0;
	position: relative;
	order: 1;
}

main .post_list dl .thumbnail img {
	width: 100%;
	aspect-ratio: 32 / 24;
	object-fit: cover;
	border-radius: 5px;
}

main .post_list dl .thumbnail span,
body.contents .post .category a {
	padding: .25em 2.3em;
	background-color: rgba(212,238,249,1);
	color: rgba(var(--main-color),1);
	border-radius: 20px;
	font-size: .875rem;
}

main .post_list dl .thumbnail span {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

main .post_list .pickup dl .thumbnail span {
	background-color: rgba(252,243,247,1);
	color: rgba(227,136,180,1);
}

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

main #topics::before,
main .detail_group::before,
main .post::before {
	top: -50px;
}

main .post_list dl dd {
	font-size: 1em;
}

}

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

main .post_list a {
	padding: 10px;
}

}

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

main #topics::before,
main .detail_group::before,
main .post::before {
	width: 17.5vw;
	top: -8.96vw;
}

main .post_list dl .thumbnail span {
	font-size: 2.5vw;	
}

body.contents .post .category a {
	font-size: 3vw;	
}

main .detail_group .post_list a {
	width: 49%;
	padding: 1vw 1vw 2vw;
}

.archive main .post_list a:nth-child(3n) {
	margin-right: 2%;
}

.archive main .post_list a:nth-child(2n) {
	margin-right: 0;
}

main .post_list dl dt {
	margin: 3vw 1.5vw 0 1.5vw;
}

main .detail_group .post_list dl dd {
	font-size: 3vw;
}

main .post_list dl dd {
	margin: 2vw 2vw 1.5vw;
}

}


/* club_circle
------------------------------------------------------------------------------*/

.club_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.club_list a {
	display: block;
	width: 31.45%;
	margin-right: 2.825%;
	margin-bottom: 40px;
	color: #FFF;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25;
}

.club_list a:nth-child(3n) {
	margin-right: 0;
}

.club_list dl {
	display: flex;
	flex-direction: column;
}

.club_list dl .thumbnail {
	order: 1;
}

.club_list dl .thumbnail img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 6px;
}

.club_list dl dt {
	padding: .9em 4em .9em 1em;
	margin-top: 5px;
	order: 2;
	border-radius: 6px;
	background-image: url("../../common/img/arrow_b.svg");
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-size: 2.2em;
	background-color: rgba(var(--main-color),1);
}

@media screen and (max-width: 1200px) {
	
.club_list a {
	font-size: 1em;
}



}

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

.club_list a,
.club_list a:nth-child(3n) {
	width: 48.45%;
	margin-right: 3.1%;
	margin-bottom: 20px;
}

.club_list a:nth-child(2n) {
	margin-right: 0;
}

}

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

.club_list a {
	font-size: 2.8vw;
}

.club_list a:last-child {
	margin-bottom: 0;
}

.club_list dl .thumbnail img {
	aspect-ratio: 4/3;
}

}

/*------------------------------------------------------------------------------

	footer

------------------------------------------------------------------------------*/

#content > footer #contact {
	position: relative;
	padding: 137px 0 120px;
	background-image: url("../img/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #FFF;
}

#content > footer #contact::before {
	content: url(../../common/img/bg_w.svg);
	display: block;
	width: 9%;
	position: absolute;
	top: -75px;
	right: 0;
	max-width: 172px;
	aspect-ratio: 172 / 530;
}

#content > footer #contact h2 {
	margin-bottom: 68px;
	font-size: 3rem;
	font-weight: bold;
	font-family: var(--font-en);
	font-style: normal;
	line-height: 1;
}

#content > footer #contact p {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
}

#content > footer #contact a {
	display: inline-block;
	padding: 1em 4.5em;
	margin-top: 50px;
	font-size: 1.375em;
	font-weight: bold;
	background-position: right 1.5em center;
}

#content > footer #detail {
	background-image: linear-gradient(to right, rgba(136,225,227,1), rgba(41,171,226,1));
}

#content > footer .sub_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 45px 0 70px;
}

#content > footer .sub_nav li {
	margin-right: 1em;
}

#content > footer .sub_nav li:last-child {
	margin-right: 0;
}

#content > footer .sub_nav a {
	color: #333;
	font-weight: bold;
}

#content > footer #detail {
	text-align: center;
}

#content > footer #detail figure {
	position: relative;
	width: 100%;
}

#content > footer #detail figure img {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
}

#content > footer #detail h2 {
	padding-top: 95px;
	max-width: 190px;
	margin: auto;
}

#content > footer #detail ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

#content > footer #detail ul li {
	width: 30px;
	margin-right: 10px;
}

#content > footer #detail ul li:last-child {
	margin-right: 0;
}

#content > footer #detail .organization a {
	display: inline-block;
	padding: .8em 3.5em;
	margin-top: 1em;
	color: #FFF;
	font-size: .875em;
	font-weight: bold;
	border: 1px solid #FFF;
	border-radius: 5px;
	background-image: url("../img/icon_blank_w.svg");
	background-position: right 1.5em center;
	background-size: 1em;
	background-repeat: no-repeat;
}

#copy {
	margin-top: 52px;
	padding: 36px 0 32px;
	font-size: .875em;
	color: #FFF;
	border-top: 1px solid #FFF;
	line-height: 1;
}

@media screen and (max-width: 1026px) {
	
#content > footer #contact {
	padding: 97px 0 80px;
}

}

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

#content > footer #contact {
	padding: 18vw 0;
}

#content > footer #detail figure img {
	width: 25vw;
}

#content > footer #contact::before {
	width: 20vw;
	top: -8.96vw;
}

#content > footer #contact h2 {
	margin-bottom: 10vw;
	font-size: 3em;
}

#content > footer #contact p {
	line-height: 1.6;
}

#content > footer #contact p span {
	display: block;
}

#content > footer #contact a {
	margin-top: 10vw;
}

#content > footer .sub_nav {
	padding: 10vw 0 15vw;
}

#content > footer #detail h2 {
	padding-top: 25vw;
	max-width: 50vw;
}

#content > footer #detail ul {
	margin-top: 6.5vw;
}

#content > footer #detail ul li {
	width: 6vw;
	margin-right: 2vw;
}

#copy {
	margin-top: 14vw;
	padding: 8vw 0 7vw;
}

}

/*	 パンくず
------------------------------------------------------------------------------*/

#content > footer .breadcrumb {
	background-color: rgba(136,225,227,.2);
}

#content > footer .breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 2em;
}

#content > footer .breadcrumb ul li {
	position: relative;
	padding-left: .5em;
	padding-right: 1.5em;
	line-height: 1;
	font-size: .875em;
}

#content > footer .breadcrumb ul li:first-child {
	padding-left: 0;
}

#content > footer .breadcrumb ul li:last-child {
	padding-right: 0;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content > footer .breadcrumb ul li:first-child a::before,
#content > footer .breadcrumb ul li::after {
	display: block;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: .8em;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 1;
}

#content > footer .breadcrumb ul li::after {
	content: url("../img/arrow_simple_b.svg");
	right: 0;
}

#content > footer .breadcrumb ul li:last-child::after {
	display: none;
}

#content > footer .breadcrumb ul li a {
	text-decoration: underline;
	color: #333;
}


/*	 page_top
------------------------------------------------------------------------------*/

#page_top {
	position: fixed;
	right: 3vw;
	bottom: 3vw;
	z-index: 1000;
	width: 10vw;
	max-width: 60px;
	aspect-ratio: 1/1;
	transition: opacity .6s;
	background-color: #FFF;
	border-radius: 50%;
	opacity: 0;
}

.moved #page_top {
	opacity: .7;
}

#page_top a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-decoration: none;
	cursor: default;
	border-radius: 50%;
	border: 1px solid rgba(var(--main-color),1);
}

.moved #page_top a {
	cursor: pointer;
	opacity: 1;
}

#page_top a::after {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%)  rotate(45deg);
	content: "";
	display: block;
	width: 30%;
	height: 30%;
	border-top: 1px solid rgba(var(--main-color),1);
	border-left: 1px solid rgba(var(--main-color),1);
}



