@charset"utf-8";

/*base--------------------------------*/

*{
	font-family: 'Noto Sans JP', sans-serif, 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
	font-size: 100%;
	}
.container figcaption {
	font-size: 0.75em;
}

html, body {
	height: 100%;
	overflow: visible;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* よく登場する要素のリセット */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, div {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
	color: #000;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cf:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ruby rt {
	font-size: 50%;
}
@-moz-document url-prefix() {
	ruby rt {
		font-size: 50%;
	}
}

.m_plus {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
}

.oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
  }


/*common--------------------------------*/

body.hidden {
	overflow: hidden;
}

#wrap {
	overflow: hidden;
}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline:none;
	text-decoration: none;
}

a.underline {
	text-decoration: underline;
}

.hover {
	transition: .3s ease-out;
}

.hover:hover {
	opacity:0.6;
	zoom:1;
	transition: .3s ease-out;
}

.disabled {
	pointer-events: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.tab {
	display: none;
}

.fit {
	width: 100%;
}

.zoom {
	transition-duration: 0.3s;
}

.zoom:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.fade_up{
	animation-name:fadeUpAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	transform: translateY(40px);
	opacity:0;
}
@keyframes fadeUpAnime{
	0% {
	  opacity: 0;
	  transform: translateY(40px);
	}
	50% {
	  opacity: 0;
	  transform: translateY(40px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
}

.fade_in{
	animation-name:fadeInAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime{
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}

article {
	padding-bottom: 80px;
}

section {
	padding: 80px 0;
}

.contents_wrap {
	width: 90vw;
	max-width: 1200px;
	margin: 0 auto;
}

.sec_ttl {
	text-align: center;
	padding-bottom: 60px;
}

.sec_ttl strong {
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #037e51;
	line-height: 1em;
	letter-spacing: .1em;
}

.sec_ttl span {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #9dcd58;
	line-height: 1em;
	letter-spacing: .2em;
	padding-top: .5em;
}

.plain_txt {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1.64em;
	letter-spacing: .05;
	padding-bottom: .8em;
}

sub,
sup {
	font-size: 14px;
}

.pt0 {
	padding-top: 0!important;
}

.pt5 {
	padding-top: 5px!important;
}

.pb5 {
	padding-bottom: 5px!important;
}

.anchor {
	padding-top: 100px;
	margin-top: -100px;
}

.btn_container {
	padding-top: 60px;
}

.sec_ttl + .btn_container,
.sub_ttl + .btn_container {
	padding-top: 20px;
}

.btn_container a {
	width: 500px;
	min-height: 60px;
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #037e51;
	border: 3px solid #037e51;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .1em;
	position: relative;
	transition: .3s ease-out;
}

.btn_container a::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100vh;
	position: absolute;
	top: 50%;
	right: 25px;
	z-index: 999;
	transform: translateY(-50%);
	transition: .3s ease-out;
}

.btn_container a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #037e51;
	border-right: 2px solid #037e51;
	position: absolute;
	top: 50%;
	right: 42px;
	z-index: 999;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s ease-out;
}

.btn_container a:hover {
	background-color: #fff;
	color: #037e51;
	transition: .3s ease-out;
}

.btn_container a:hover::before {
	background-color: #037e51;
	transition: .3s ease-out;
}

.btn_container a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: .3s ease-out;
}

.btn_container .pdf i {
	padding-left: .5em;
}

.btn_container .pdf::before,
.btn_container .pdf::after {
	display: none;
}

.btn_container .more::after {
	border-top: unset;
	border-right: 2px solid #037e51;
	border-bottom: 2px solid #037e51;
	transform: translate(25%,-50%) rotate(45deg);
}

.btn_container .more:hover::after {
	border-top: unset;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.btn_container .back::after {
	border-top: unset;
	border-right: unset;
	border-bottom: 2px solid #037e51;
	border-left: 2px solid #037e51;
	transform: translate(50%,-50%) rotate(45deg);
}

.btn_container .back:hover::after {
	border-top: unset;
	border-right: unset;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}



/*----------------------------------------*/

/*header*/

/*----------------------------------------*/

header {
	width: 100%;
	height: 80px;
	background-color: #fff;
	padding: 0 30px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 99999;
}

header.float {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

header .logo_container a {
	display: block;
	padding: 0 50px 0 55px;
	position: relative;
}

header .logo_container a::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url('../img/common/logo_obj.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

header .logo_container a::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url('../img/common/logo_obj_city.jpg') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

header .logo_container a strong {
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #333;
	line-height: 1em;
	letter-spacing: .1em;
}

header .logo_container a span {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	line-height: 1em;
	letter-spacing: .1em;
	padding-top: .2em;
}

header .menu_trigger {
	display: none;
}

header .nav_list_container {
	display: flex;
	align-items: center;
	height: 80px;
}

header .nav_list_item {
	padding: 0 1.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

header .nav_list_item a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
}

header .nav_list_item.parent {
	position: relative;
}

header .subnav_list_container {
	padding: 5px 10px;
	background-color: rgba(3,126,81,.8);
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
}

header .subnav_list_item {
	white-space: nowrap;
	padding: .5em 0;
}

header .subnav_list_item + .subnav_list_item {
	border-top: 1px solid #fff;
}

header .subnav_list_item a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .05;
}



/*----------------------------------------*/

/*footer*/

/*----------------------------------------*/

footer {
	background-color: #222;
	padding: 80px 0 180px;
}

/*.news footer {
	padding: 80px 0 40px;
}*/

.footer_container {
	width: 90vw;
	max-width: 1200px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}

.footer_container .left_container {
	width: 420px;
}

.footer_container .nav_list_container {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.footer_container .nav_list_item {
	padding: 0 3em 1em 0;
}

.footer_container .nav_list_item a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .05em;
}

.footer_container .logo_container strong {
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	line-height: 1em;
	letter-spacing: .1em;
}

.footer_container .logo_container a span {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #eee;
	line-height: 1em;
	letter-spacing: .1em;
	padding-top: .5em;
}

.footer_container .btn_list_item + .btn_list_item {
	padding-top: 30px;
}

.footer_container .btn_list_item a {
	width: 500px;
	height: 60px;
	margin: 0 auto;
	background-color: #037e51;
	border: 3px solid #037e51;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .1em;
	position: relative;
}

.footer_container .btn_list_item a::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100vh;
	position: absolute;
	top: 50%;
	right: 25px;
	z-index: 999;
	transform: translateY(-50%);
	transition: .3s ease-out;
}

.footer_container .btn_list_item a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #037e51;
	border-right: 2px solid #037e51;
	position: absolute;
	top: 50%;
	right: 42px;
	z-index: 999;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s ease-out;
}

.footer_container .btn_list_item a:hover {
	background-color: #fff;
	color: #037e51;
	transition: .3s ease-out;
}

.footer_container .btn_list_item a:hover::before {
	background-color: #037e51;
	transition: .3s ease-out;
}

.footer_container .btn_list_item a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: .3s ease-out;
}

footer .copy_wrap {
	text-align: center;
}

footer .copy_wrap small {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .1em;
}



/*----------------------------------------*/

/*floating_bnr_wrap*/

/*----------------------------------------*/

.floating_bnr_wrap {
	position: fixed;
	bottom: -130px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 5px solid #9dcd58;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	z-index: 9999;
	transition: .3s ease-out;
}

.floating_bnr_wrap.current {
	bottom: 0;
	transition: .5s ease-out;
}

.floating_bnr_wrap::before {
	content: '';
	display: block;
	width: 50px;
	height: 60px;
	border-radius: 15px;
	background-color: #9dcd58;
	position: absolute;
	top: -45px;
	right: calc(5vw - 5px);
	z-index: -1;
}

.floating_bnr_wrap .btn_close {
	width: 40px;
	height: 50px;
	border-radius: 10px;
	background-color: #fff;
	position: absolute;
	top: -40px;
	right: 5vw;
	z-index: 999;
	cursor: pointer;
	user-select: none;
}

.floating_bnr_wrap .btn_close::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -65%) rotate(-45deg);
}

.floating_bnr_wrap.current .btn_close::after {
	transform: translate(-50%, -90%) rotate(135deg);
}

.floating_bnr_wrap .floating_bnr_container {
	width: 100%;
	height: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.floating_bnr_wrap .floating_bnr_item {
	width: 440px;
	height: 100px;
	padding: 0 15px;
}

.floating_bnr_wrap .floating_bnr_item a {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #037e51;
	border: 3px solid #037e51;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: left;
	align-items: center;
	position: relative;
}

.floating_bnr_wrap .floating_bnr_item a::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100vh;
	position: absolute;
	top: 50%;
	right: 25px;
	z-index: 999;
	transform: translateY(-50%);
	transition: .3s ease-out;
}

.floating_bnr_wrap .floating_bnr_item a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #037e51;
	border-right: 2px solid #037e51;
	position: absolute;
	top: 50%;
	right: 42px;
	z-index: 999;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s ease-out;
}

.floating_bnr_wrap .floating_bnr_item a .img_container span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.floating_bnr_wrap .floating_bnr_item a .txt_container {
	padding-left: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

.floating_bnr_wrap .floating_bnr_item a .txt_container strong {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: .1em;
	transition: .3s ease-out;
}

.floating_bnr_wrap .floating_bnr_item a .txt_container span {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #9dcd58;
	line-height: 1.2em;
	letter-spacing: .1em;
}

.floating_bnr_wrap .floating_bnr_item a.pdf::before,
.floating_bnr_wrap .floating_bnr_item a.pdf::after {
	display: none;
}

.floating_bnr_wrap .floating_bnr_item a.pdf i {
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 36px;
	font-size: 500;
	color: #fff;
	transform: translateY(-50%);
}

.floating_bnr_wrap .floating_bnr_item a:hover {
	background-color: #fff;
	color: #037e51;
	transition: .3s ease-out;
}

.floating_bnr_wrap .floating_bnr_item a:hover {
	background-color: #fff;
	color: #037e51;
	transition: .3s ease-out;
}

.floating_bnr_wrap .floating_bnr_item a:hover .txt_container strong {
	color: #037e51;
	transition: .3s ease-out;
}

.floating_bnr_wrap .floating_bnr_item a:hover::before {
	background-color: #037e51;
	transition: .3s ease-out;
}

.floating_bnr_wrap .floating_bnr_item a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: .3s ease-out;
}

.floating_bnr_wrap .floating_bnr_item a:hover.pdf i {
	color: #037e51;
}

.floating_bnr_wrap .floating_bnr_item a .img_container {
	width: 140px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
}



/*----------------------------------------*/

/*modal_news_wrap*/

/*----------------------------------------*/

.modal_news_wrap {
	display: none;
}

.modal_news_wrap.current {
	display: block;
}

.modal_container {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal_container .modal_news_container {
	width: 90vw;
	max-width: 1000px;
	max-height: 70vh;
	overflow-y: auto;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
}

.modal_container .modal_news_container dt {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #037e51;
	line-height: 1.4em;
	letter-spacing: .1em;
}

.modal_container .modal_news_container dd span {
	display: block;
	font-size: 16px;
	font-weight: 900;
	color: #999;
	line-height: 1em;
	letter-spacing: .05em;
	text-align: right;
	padding: 20px;
}

.modal_container .modal_news_container dd strong {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.64em;
	letter-spacing: .05em;
}

.modal_container .modal_news_container dd + dt {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 2px solid #ccc;
}

.modal_container .btn_close {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 72px;
	font-weight: 700;
	color: #ccc;
	padding-top: 10px;
	text-shadow: 0 0 4px rgba(0,0,0,.6);
	cursor: pointer;
}

.modal_container .checkbox_wrap {
	display: block;
	text-align: center;
	padding-top: 20px;
}

.modal_container .checkbox_container {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.modal_container .checkbox_container input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	vertical-align: -0.8rem;
	transition:all .15s ease-out 0s;
	color: #ddd;
	cursor: pointer;
	display: inline-block;
	margin: .4rem;
	outline: none;
	border-radius: 10%;
}
.modal_container .checkbox_container input[type="checkbox"]#career {
	margin: .4rem;
	padding: 0;
}

.modal_container .checkbox_container input[type="checkbox"]:before,input[type="checkbox"]:after {
	position: absolute;
	content: "";
	background: #fff;
	transition: all .2s ease-in-out;
}
.modal_container .checkbox_container input[type="checkbox"]:before {
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.modal_container .checkbox_container input[type="checkbox"]:after {
	right: 9px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition-delay: .2s;
}
.modal_container .checkbox_container input[type="checkbox"]:checked:before {
	left: 1px;
	top: 10px;
	width: 6px;
	height: 2px;
}
.modal_container .checkbox_container input[type="checkbox"]:checked:after {
	right: 5px;
	bottom: 1px;
	width: 2px;
	height: 14px;
}
.modal_container .checkbox_container input[type="checkbox"]:indeterminate:before,input[type="checkbox"]:indeterminate:after {
	width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.modal_container .checkbox_container input[type="checkbox"]:indeterminate:before {
	left: 1px;
	top: 7px;
}
.modal_container .checkbox_container input[type="checkbox"]:indeterminate:after {
	right: 1px;
	bottom: 7px;
}

.modal_container .checkbox_container input[type="checkbox"] {
	border: 2px solid #ccc;
	background-color: #fff;
}
.modal_container .checkbox_container input[type="checkbox"]:checked,input[type="checkbox"]:indeterminate {
	background: #037e51;
	border: 2px solid #037e51;
}


/*----------------------------------------*/

/*pagetop_container*/

/*----------------------------------------*/

.pagetop_container a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #037e51;
	border: 3px solid #037e51;
	border-radius: 100vh;
	box-sizing: border-box;
	position: fixed;
	bottom: 190px;
	right: 2vw;
	transition: .3s ease-out;
}

.pagetop_container a::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -35%) rotate(-45deg);
	transition: .3s ease-out;
}

.pagetop_container a:hover {
	background-color: #fff;
	transition: .3s ease-out;
}

.pagetop_container a:hover::after {
	border-top: 3px solid #037e51;
	border-right: 3px solid #037e51;
	transition: .3s ease-out;
}



/*----------------------------------------*/

/*top*/

/*----------------------------------------*/

/*mv_wrap--------------------------------*/

.top .mv_wrap {
	padding-top: 80px;
	position: relative;
}

.top .mv_wrap {
	width: 100%;
	height: 340px;
}

.top .mv_list_container {
	width: 100%;
	height: 340px;
	opacity: 0;
	transition: opacity .3s linear;
}

.top .mv_list_container.slick-initialized {
	opacity: 1;
	transition: opacity .3s linear;
}

.top .mv_list_item {
	width: 1000px;
	height: 300px;
	padding: 0 10px;
}

.top .mv_list_item .mv_list_obj {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top .mv_list_item .mv_list_obj.mv_list_obj01 {
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: cover;
}

.top .mv_list_item .mv_list_obj.mv_list_obj02 {
	background-position: center 8%;
	background-repeat: no-repeat;
	background-size: cover;
}

.top .mv_list_item .mv_list_obj.mv_list_obj03 {
	background-position: center 25%;
	background-repeat: no-repeat;
	background-size: cover;
}

.top .site_ttl_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top .site_ttl_container {
	text-align: center;
}

.top .site_ttl_container strong {
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 42px;
	font-weight: 500;
	color: #fff;
	line-height: 1em;
	letter-spacing: .1em;
	text-shadow: 3px 3px 3px rgba(0,0,0,.6);
}

.top .site_ttl_container span {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #eee;
	line-height: 1em;
	letter-spacing: .1em;
	text-shadow: 2px 2px 2px rgba(0,0,0,.6);
	padding-top: .5em;
}

.top .slick_prev {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #037e51;
	border: 3px solid #037e51;
	border-radius: 100vh;
	position: absolute;
	top: 50%;
	left: 3vw;
	z-index: 999;
	transform: translateY(-50%);
	cursor: pointer;
	transition: .3s ease-out;
}

.top .slick_prev::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	transform: translate(-35%, -50%) rotate(-45deg);
	transition: .3s ease-out;
}

.top .slick_next {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #037e51;
	border: 3px solid #037e51;
	box-sizing: border-box;
	border-radius: 100vh;
	position: absolute;
	top: 50%;
	right: 3vw;
	z-index: 999;
	transform: translateY(-50%);
	cursor: pointer;
	transition: .3s ease-out;
}

.top .slick_next::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 999;
	transform: translate(35%, -50%) rotate(45deg);
	transition: .3s ease-out;
}

.top .slick_prev:hover,
.top .slick_next:hover {
	background-color: #fff;
	transition: .3s ease-out;
}

.top .slick_prev:hover::after {
	border-top: 2px solid #037e51;
	border-left: 2px solid #037e51;
	transition: .3s ease-out;
}
.top .slick_next:hover::after {
	border-top: 2px solid #037e51;
	border-right: 2px solid #037e51;
	transition: .3s ease-out;
}


.top .slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(-50%);
	z-index: 9;
}

.top .slick-dots li {
	padding: 0 12px;
}

.top .slick-dots button {
	width: 12px;
	height: 12px;
	background-color: #ccc;
	border-radius: 6px;
	padding: 0;
	border: none;
	text-indent: -9999px;
	position: relative;
	cursor: pointer;
}

.top .slick-dots .slick-active button {
	background-color: #fff;
	border: 2px solid #ccc;
}

.top .slick-dots button:focus {
	outline: none;
}

.top .slick-dots button:hover {
	opacity:0.6;
	zoom:1;
}

/*sec01--------------------------------*/

.news_list_container {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
}

.news_list_item {
	padding: 1em 3em;
	border-bottom: 2px solid #eee;
}

.news_list_item a {
	display: flex;
	align-items: start;
}

.news_list_item span,
.news_list_item strong {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1.64em;
	letter-spacing: .05em;
}

.news_list_item span {
	width: 20%;
}

.news_list_item strong {
	width: 80%;
}



/*----------------------------------------*/

/*lower*/

/*----------------------------------------*/

/*mv_wrap--------------------------------*/

.lower .mv_wrap {
	width: 100%;
	height: 350px;
	background: url('../img/common/mv_obj_lower.jpg') center 60% no-repeat;
	background-size: cover;
}

.lower .page_ttl_container {
	width: 90vw;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 185px;
}

.lower .page_ttl_container strong {
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .2em;
	text-shadow: 0 0 3px rgba(0,0,0,.8);
}


/*----------------------------------------*/

/*tournament*/

/*----------------------------------------*/

/*sec01--------------------------------*/

.index_list_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.index_list_item {
	width: 23.17%;
	aspect-ratio: 1 / 1;
	border: 3px solid #ccc;
	border-radius: 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.index_list_container.three {
	max-width: 75%;
	margin: 0 auto;
}

.three .index_list_item {
	width: 32.17%;
}

.index_list_item a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index_list_item .img_container {
	text-align: center;
}

.index_list_item .index_obj {
	height: 120px;
}

.index_list_item .txt_container {
	padding: 20px 0 40px;
	position: relative;
}

.index_list_item .txt_container::after {
	content: '';
	display: block;
	--r:1px; /* border radius */
	width: 15px;
	aspect-ratio: 1/cos(30deg);
	clip-path: polygon(50% 100%,100% 0,0 0);
	background-color: #ccc;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s ease-out;
}

.index_list_item a:hover .txt_container::after {
	bottom: -10px;
}

.index_list_item .txt_container strong {
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #037e51;
	line-height: 1.2em;
	letter-spacing: .1em;
	text-align: center;
}

.index_list_item .txt_container span {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #9dcd58;
	padding-top: .5em;
	line-height: 1em;
	letter-spacing: .2em;
	text-align: center;
}


/*sec02--------------------------------*/

.accordion_trigger {
	width: 100%;
	background-color: #037e51;
	border: 3px solid #9dcd58;
	border-radius: 10px;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 12px 36px 12px 12px;
	box-sizing: border-box;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: .1em;
	position: relative;
	cursor: pointer;
}

.accordion_trigger.male {
	background-color: #236fd7;
	border: 3px solid #236fd7;
}

.accordion_trigger.female {
	background-color: #e13229;
	border: 3px solid #e13229;
}

.accordion_target + .accordion_trigger {
	margin-top: 30px;
}

.accordion_trigger::after {
	content: '＋';
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.accordion_trigger.active::after {
	content: '－';
}

.accordion_trigger .tournament_ttl {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: .1em;
}

.accordion_trigger .tournament_ttl .update {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	margin-left: 1em;
}

.accordion_target {
	display: none;
}

.accordion_target > div {
	width: 95%;
	margin: 0 auto;
	padding-top: 30px;
}

.sub_ttl {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #037e51;
	line-height: 1.2em;
	letter-spacing: .1em;
	padding: 0 0 12px .8em;
	margin-bottom: 30px;
	border-bottom: 3px solid #9dcd58;
}

.flex_container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.flex_container .left_container,
.flex_container .right_container {
	width: 50%;
}

.result_container {
	padding-bottom: 20px;
}

.result_container .result_txt {
	display: flex;
	justify-content: center;
}

.result_container .result_txt span {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.64em;
	letter-spacing: .05em;
	padding-right: 3em;
}

.result_container .result_txt strong {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.64em;
	letter-spacing: .05em;
}

.result_container .btn_container {
	padding-top: 0;
}

.result_container .result_txt + .btn_container {
	padding-top: 30px;
}

.result_container .txt_container + .txt_container .btn_container {
	padding-top: 30px;
}

.result_container .btn_container .pdf {
	width: 70%;
	padding: 10px;
	border-radius: 10px;
}

.result_container .btn_container .pdf span {
	font-size: 18px;
}

.result_container .btn_container .pdf i {
	font-size: 20px;
}

.draw_list_container {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.draw_list_container .draw_list_item {
	width: calc(100% / 3);
	padding-bottom: 30px;
}

.draw_list_container .draw_list_item a {
	width: 85%;
	padding: 10px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #037e51;
	display: flex;
	justify-content: center;
	align-items: center;
}

.draw_list_container .draw_list_item a.male {
	background-color: #236fd7;
}

.draw_list_container .draw_list_item a.female {
	background-color: #e13229;
}

.draw_list_container .draw_list_item a.other {
	background-color: #fb8f04;
}

.draw_list_container .draw_list_item a span {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: .1em;
}

.draw_list_container .draw_list_item a i {
	font-size: 20px;
	color: #fff;
	padding-left: .5em;
}


/*sec05--------------------------------*/

.faq_container .left_container,
.faq_container .right_container {
	width: 48%;
}

.accordion_target .faq_answer_container {
	width: 98%;
	margin: 0 auto;
}

.faq_container .btn_container {
	padding-top: 0;
}


/*----------------------------------------*/

/*school*/

/*----------------------------------------*/

/*sec01--------------------------------*/

.school_ttl_container {
	text-align: center;
	margin-bottom: 100px;
}

.school_ttl {
	padding: 0 40px 60px;
	display: inline;
	position: relative;
}

.school_ttl strong {
	font-size: 32px;
	font-weight: 700;
	color: #037e51;
	letter-spacing: .1em;
	text-align: center;
}

.school_ttl i {
	font-style: normal;
	font-size: 18px;
	font-weight: 700;
	color: #9dcd58;
	letter-spacing: .05em;
	white-space: nowrap;
	position: absolute;
	bottom: 1.5em;
	left: 50%;
	transform: translateX(-50%);
}

.school_ttl::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1em;
	border: 3px solid #9dcd58;
	border-top: none;
	border-radius: 0 0 30px 30px;
}

.school_ttl::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -11px;
	left: 50%;
	background-color: #9dcd58;
	width: 16px;
	height: 12px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	transform: translateX(-50%);
}

.school_subttl {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #037e51;
	line-height: 1.2em;
	letter-spacing: .1em;
	padding: 0 0 12px .8em;
	margin-bottom: 30px;
	border-bottom: 3px solid #9dcd58;
}

.school_wrap .school_container {
	padding-bottom: 30px;
}

.school_wrap .txt_container + .txt_container {
	padding-top: 40px;
}

.school_wrap .left_container,
.school_wrap .right_container {
	width: 48%;
}

.school_wrap .school_txt {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.64em;
	letter-spacing: .05em;
}

.school_wrap .txt_container .btn_container {
	padding-top: .5em;
}

.school_wrap .txt_container .btn_container a {
	width: 80%;
}

.school_wrap .note_list_container {
	padding-top: 1em;
}

.school_wrap .note_list_item {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.4em;
	letter-spacing: .05em;
	padding-left: 1em;
	text-indent: -1em;
}

.school_wrap .note_list_item + .note_list_item {
	padding-top: .5em;
}

.school_wrap .note_list_item .btn_container {
	padding-bottom: 1em;
}



/*----------------------------------------*/

/*association*/

/*----------------------------------------*/

.about_txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.64em;
	letter-spacing: .05em;
}

.bnr_obj {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}


/*----------------------------------------*/

/*join*/

/*----------------------------------------*/

/*sec02--------------------------------*/

.club_list_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.club_list_table {
	width: 32%;
	margin: 15px 0;
}
	
.club_list_table tr.caption {
	display: table-row;
}

.club_list_table th {
	background-color: #037e51;
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .1em;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.club_list_table.jr tr:first-child th {
	background-color: #236fd7;
}

.club_list_table td {
	background-color: #9dcd58;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .1em;
	text-align: center;
	border-bottom: 3px solid #fff;
}

.club_list_table td + td {
	text-align: left;
}

.club_list_table td a {
	float: right;
	display: block;
	width: 5em;
	height: 2em;
	background-color: #037e51;
	border: 2px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 1.6em;
	letter-spacing: .2em;
	padding-left: .25em;
	transition: .3s ease-out;
}

.club_list_table td a:hover {
	background-color: #fff;
	font-weight: 700;
	color: #037e51;
	transition: .3s ease-out;
}


/*----------------------------------------*/

/*news*/

/*----------------------------------------*/

/*sec01--------------------------------*/

.post_ttl {
	margin-bottom: 30px;
}

.post_ttl strong {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #037e51;
	line-height: 1.46em;
	letter-spacing: .1em;
	padding: 0 0 12px .8em;
	border-bottom: 3px solid #9dcd58;
}

.post_ttl span {
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #999;
	line-height: 1.2em;
	text-align: right;
	letter-spacing: .05em;
	padding: 12px .8em 0 0;
}

.post_content p {
	font-size: 18px;
	line-height: 2em;
	padding-bottom: 2em;
}
.post_content img {
	max-width: 100%!important;
	height: auto;
	margin-bottom: 1.5em;
}
.post_content figure {
	margin: 0;
}
.post_content a {
	text-decoration: underline;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}
.post_content a:hover {
	opacity: .6;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}
.post_content h1 {
	font-size: 40px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: .5em;
}
.post_content h2 {
	font-size: 35px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: .5em;
}
.post_content h3 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: .5em;
}
.post_content h4 {
	font-size: 25px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: .5em;
}
.post_content h5 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: .5em;
}
.post_content h6 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: .5em;
}
.post_content strong {
	font-weight: bold;
	padding-bottom: .5em;
}
.post_content em {
	font-style: italic!important;
	padding-bottom: 1.5em;
}
.post_content ul {
	padding-left: 2em;
	padding-bottom: 1.5em;
}
.post_content ul li {
	list-style-type: disc;
	padding-bottom: 0;
	border: 0;
	line-height: 1em;
}
.post_content ol {
	padding-left: 2em;
	padding-bottom: 1.5em;
}
.post_content ol li {
	list-style-type: decimal;
	padding-bottom: 0;
	border: 0;
	line-height: 1.2em;
}
.post_content blockquote {
	margin: 10px;
	padding: 0 20px 10px;
	background-color: rgba(0,0,0,.05);
}
.post_content blockquote:before {
	content: '“';
	font-size: 50px;
	line-height: 1em;
	height: 30px;
	display: block;
	padding-top: 10px;
	color: #666;
}
.post_content blockquote:after {
	content: '”';
	font-size: 50px;
	line-height: 1em;
	height: 20px;
	color: #666;
	display: block;
	padding-bottom: 10px;
	width: 100%;
	text-align: right;
}




@media screen and (min-width: 768px) and (max-width: 1380px) {

	/*----------------------------------------*/
	
	/*floating_bnr_wrap*/
	
	/*----------------------------------------*/
	
	.floating_bnr_wrap .floating_bnr_item {
		width: 31.88vw;
		height: 100px;
		padding: 0 1.09vw;
	}
	
	.floating_bnr_wrap .floating_bnr_item a {
		padding: .72vw;
		border-radius: 1.45vw;
	}
	
	.floating_bnr_wrap .floating_bnr_item a::before {
		width: 2.9vw;
		height: 2.9vw;
		right: 1.81vw;
	}
	
	.floating_bnr_wrap .floating_bnr_item a::after {
		width: .72vw;
		height: .72vw;
		right: 3.04vw;
	}

	.floating_bnr_wrap .floating_bnr_item a.pdf i {
		right: 1.45vw;
		font-size: 2.61vw;
	}
	
	.floating_bnr_wrap .floating_bnr_item a .txt_container {
		padding-left: 1.16vw;
	}
	
	.floating_bnr_wrap .floating_bnr_item a .txt_container strong {
		font-size: 1.59vw;
	}
	
	.floating_bnr_wrap .floating_bnr_item a .txt_container span {
		font-size: 1.59vw;
	}
	
	.floating_bnr_wrap .floating_bnr_item a .img_container {
		width: 10.14vw;
		border-radius: .72vw;
	}
}


@media screen and (min-width: 768px) and (max-width: 1180px) {

	/*----------------------------------------*/
	
	/*header*/
	
	/*----------------------------------------*/
	
	header {
		padding: 0 2.54vw;
	}
	
	header .logo_container a {
		padding: 0 5.08vw 0 4.66vw;
	}
	
	header .logo_container a::before {
		width: 3.39vw;
		height: 3.39vw;
	}
	
	header .logo_container a::after {
		width: 4.24vw;
		height: 3.56vw;
	}
	
	header .logo_container a strong {
		font-size: 2.37vw;
	}
	
	header .logo_container a span {
		font-size: 1.19vw;
	}
	
	header .nav_list_item a {
		font-size: 1.36vw;
	}
	
	header .nav_list_item {
		padding: 0 1em;
	}
	
	header .subnav_list_container {
		padding: 5px .85vw;
	}
	
	header .subnav_list_item a {
		font-size: 1.36vw;
	}


	/*----------------------------------------*/
	
	/*tournament*/
	
	/*----------------------------------------*/
	
	/*sec01--------------------------------*/
	
	.index_list_item .index_obj {
		height: 10.17vw;
	}
	
	.index_list_item .txt_container {
		padding: 1.69vw 0 3.39vw;
	}
	
	.index_list_item .txt_container::after {
		width: 1.27vw;
	}
	
	.index_list_item .txt_container strong {
		font-size: 2.2vw;
	}
	
	.index_list_item .txt_container span {
		font-size: 1.19vw;
	}
}



@media screen and (min-width: 768px) and (max-width: 1080px) {

	/*----------------------------------------*/
	
	/*footer*/
	
	/*----------------------------------------*/
	
	.footer_container .left_container {
		width: 38.89vw;
	}
	
	.footer_container .nav_list_item {
		padding: 0 1.5em 1em 0;
	}
	
	.footer_container .nav_list_item a {
		font-size: 1.48vw;
	}
	
	.footer_container .logo_container strong {
		font-size: 3.33vw;
	}
	
	.footer_container .logo_container a span {
		font-size: 1.85vw;
	}
	
	.footer_container .btn_list_item a {
		width: 46.3vw;
		height: 5.56vw;
		border-radius: 1.85vw;
		font-size: 2.22vw;
	}
	
	.footer_container .btn_list_item a::before {
		width: 3.7vw;
		height: 3.7vw;
		right: 2.31vw;
	}
	
	.footer_container .btn_list_item a::after {
		width: .93vw;
		height: .93vw;
		right: 3.89vw;
	}


	/*----------------------------------------*/
	
	/*tournament*/
	
	/*----------------------------------------*/
	
	/*sec02--------------------------------*/
	
	.result_container .flex_container {
		display: block;
	}
	
	.result_container .flex_container .left_container,
	.result_container .flex_container .right_container {
		width: 100%;
	}
	
	.result_container .flex_container .left_container {
		padding-bottom: 30px;
	}
	
	.result_container .result_txt {
		display: flex;
		justify-content: center;
	}
	
	.draw_list_container .draw_list_item {
		width: 50%;
	}


	/*sec05--------------------------------*/
	
	.faq_container.flex_container {
		display: block;
	}
	
	.faq_container .left_container,
	.faq_container .right_container {
		width: 100%;
	}
	
	.faq_container .left_container {
		padding-bottom: 60px;
	}


	/*----------------------------------------*/
	
	/*join*/
	
	/*----------------------------------------*/
	
	/*sec02--------------------------------*/
	
	.club_list_table {
		width: 49%;
	}
}