@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #0c0931;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	background-color: #eecb48;
	background-image: url("../image/bg.png");
	background-position: top right -200px;
	background-size: auto;
	background-repeat: no-repeat;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
}
img {
	border: 0;
	width: 100%;
	display: block;
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}


/*  */
@media screen and (max-width: 768px) {
	.u_pc {
	  display: none;
	}
}

@media screen and (min-width: 769px) {
	.u_sp {
	  display: none;
	}
}


/* CONTAINER */
.container-s, .container, .container-l {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .container-s {
    width: 760px;
  }
}

@media screen and (min-width: 769px) {
  .container {
    width: 1180px;
	padding: 0 50px;
  }
}

@media screen and (min-width: 769px) {
	.container-l {
	  width: 1200px;
	  padding: 0 50px;
	}
}


/* HEADER */
.header {
	margin: 0 auto;
	padding: 50px 0;
}
.header_wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_wrap .header_logo {
	width: 420px;
}
.header_wrap .catch {
	text-align: right;
}
.header_wrap .catch h1 {
	font-size: 48px;
	line-height: 1.15em;
	color: #FFF;
	font-family: 'Anton', sans-serif;
	letter-spacing: 0.05em;
	margin: 50px 0 0;
  	text-shadow: 1px 1px 0 #c6a21d, -1px -1px 0 #c6a21d,
                 -1px 1px 0 #c6a21d, 1px -1px 0 #c6a21d,
				 0px 1px 0 #c6a21d,  0-1px 0 #c6a21d,
                 -1px 0 0 #c6a21d, 1px 0 0 #c6a21d;
}
.header_wrap .catch p {
	font-size: 18px;

	color: #FFF;
  	text-shadow: 1px 1px 0 #c6a21d, -1px -1px 0 #c6a21d,
                 -1px 1px 0 #c6a21d, 1px -1px 0 #c6a21d,
				 0px 1px 0 #c6a21d,  0-1px 0 #c6a21d,
                 -1px 0 0 #c6a21d, 1px 0 0 #c6a21d;
}

@media only screen and (max-width: 768px) {
	.header {
		padding: 30px 0;
	}
	.header_wrap {
		display: block;
		margin-top: 0;
	}
	.header_wrap .header_logo {
		width: 200px;
	}
	.header_wrap .catch h1 {
		font-size: 28px;
		margin-top: 0;
	}
	.header_wrap .catch p {
		font-size: 15px;
	}
}



/* COMMON */
.main_ttl {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	background-color: #0b6b4f;
	margin: 0 0 10px;
	padding: 10px;
}
.sub_ttl {
	font-size: 20px;
	font-weight: 700;
	color: #0b6b4f;
	border-top: solid 1px #0b6b4f;
	border-bottom: solid 1px #0b6b4f;
	margin: 20px 0;
	padding: 8px 5px;
}
.sub_ttl span {
	font-size: 16px;
	font-weight: 700;
	/*color: #0b6b4f;*/
	margin: 0 0 0 10px;
}
.entry {
	width: 300px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
}
.entry a {
	text-decoration: none;
	color: #0b6b4f;
	background-color: #FFF;
	border: solid 1px #0b6b4f;
	border-radius: 30px;
	padding: 10px 20px;
	display: block;
}
.entry a:hover {
	transition: .5s;
	color: #FFF;
	background-color: #0b6b4f;
	border: solid 1px #0b6b4f;
}
@media only screen and (max-width: 768px) {
	.main_ttl {
		font-size: 18px;
		padding: 7px;
	}
	.sub_ttl {
		font-size: 16px;
		margin: 10px 0;
	}
	.sub_ttl span {
		font-size: 14px;
	}
	.entry {
		width: 240px;
	}
}



/* RECRUTING */
.recruting {
	background-color: rgba(255,255,255,0.68);
	margin: 60px 0 80px;
	padding: 30px 40px 60px;
}

.outline {
	text-align: center;
}
.outline .caption {
	font-size: 18px;
	font-weight: 700;
	background-color: #fff000;
	margin: 0 0 10px;
	padding: 0 5px;
	display: inline-block;
	background: -webkit-linear-gradient(transparent 70%, #fff000 70%);
	background: -o-linear-gradient(transparent 70%, #fff000 70%);
	background: linear-gradient(transparent 70%, #fff000 70%);
}
.outline .caption span {
	font-size: 28px;
}
.outline .txt {
	font-size: 18px;
}

@media only screen and (max-width: 768px) {
	.recruting {
		margin: 30px 0 50px;
		padding: 15px 15px 40px;
	}
	.outline .caption {
		font-size: 15px;
	}
	.outline .caption span {
		font-size: 18px;
	}
	.outline .txt {
		font-size: 15px;
		text-align: left;
	}
}



/* PROGRAM */
.program {
}
.program dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 20px;
}
.program dl dt {
	width: 20%;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 15px;
	padding: 5px;
}
.program dl dd {
	width: 80%;
	font-size: 18px;
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 5px 5px 5px 20px;
	border-left: solid 3px #0b6b4f;
}

@media only screen and (max-width: 768px) {
	.program dl {
		display: block;
		margin: 0 0 20px;
	}
	.program dl dt {
		width: 100%;
		font-size: 15px;
		text-align: left;
		margin: 0;
		border: solid 1px #0b6b4f;
	}
	.program dl dd {
		width: 100%;
		font-size: 15px;
		margin: 0 0 20px;
		padding: 5px;
		border-left: none;
	}
}



/* CONTENTS */
.contents {
	margin: 0 0 50px;
}
.contents .schedule {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contents .schedule dt {
	width: 24%;
	font-size: 18px;
	color: #FFF;
	background-color: #0b6b4f;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 10px;
	padding: 10px;
}
.contents .schedule dd {
	width: 76%;
	font-size: 18px;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 10px 10px 10px 20px;
}
.contents .schedule dd a {
	color: #0b6b4f;
}
.contents .schedule dd a i {
	color: #0b6b4f;
}
.contents .schedule dd a:hover {
	transition: .5s;
	text-decoration: none;
}
.contents .note {
	font-size: 15px;
	margin: 0 0 20px;
}
.contents .what {
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
	padding: 10px;
}
.contents .what dt {
	font-size: 16px;
	font-weight: 700;
	color: #0b6b4f;
	width: 16%;
}
.contents .what dd {
	font-size: 16px;
	width: 82%;
}
.contents .txt {
	font-size: 18px;
	font-weight: 700;
	margin: 0 10px 20px;
}
.arrow {
	width: 0;
	height: 0;
	border-left: 8px solid #0b6b4f;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: inline-block;
	margin: 0 0 0 10px;
}

@media only screen and (max-width: 768px) {
	.contents {
		margin: 0 0 30px;
	}
	.contents .schedule {
		display: block;
	}
	.contents .schedule dt {
		width: 100%;
		font-size: 15px;
		margin: 0 0 5px;
		padding: 5px;
		box-sizing: border-box;
	}
	.contents .schedule dd {
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		margin: 0 0 10px;
		padding: 0 5px 5px;
	}
	.contents .note {
		font-size: 14px;
		margin: 0 0 20px;
	}
	.contents .what {
		display: block;
		padding: 7px;
	}
	.contents .what dt {
		font-size: 15px;
		width: 100%;
	}
	.contents .what dd {
		font-size: 15px;
		width: 100%;
	}
	.contents .txt {
		font-size: 15px;
		font-weight: 700;
		margin: 0 10px 20px;
	}
	.arrow {
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #0b6b4f;
		display: inline-block;
		margin: 0 0 0 5px;
		vertical-align: middle;
	}
}



/* SPONSOR */
.sponsor {
}
.sponsor .txt {
	font-size: 16px;
	margin: 0 10px 20px;
}
.sponsor ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sponsor ul li {
	width: 46%;
	font-size: 16px;
	list-style-type: circle;
	margin: 0 0 10px 1.5em;
}
.sponsor ul li a {
}
.sponsor ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.sponsor .txt {
		font-size: 15px;
		margin: 0 10px 20px;
	}
	.sponsor ul {
		display: block;
	}
	.sponsor ul li {
		width: calc(100% - 1.5em);
		padding: 0;
		font-size: 14px;
	}
}




/* FOOTER */
footer {
	background-color: #26564a;
	padding: 30px 0 10px;
}
footer .footer_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
footer .footer_wrap dl {
	padding: 10px;
	border: solid 1px rgba(255,255,255,0.7);
}
footer .footer_wrap dl dt {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
}
footer .footer_wrap dl dd {
	font-size: 15px;
	color: #FFF;
}
footer .footer_wrap dl dd span {
	font-size: 13px;
	color: #FFF;
}
footer .footer_wrap ul {
	display: flex;
}
footer .footer_wrap ul li {
	width: 200px;
	margin: 0 0 0 10px;
}
footer .copy {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin: 10px;
}

@media only screen and (max-width: 768px) {
footer .footer_wrap {
	display: block;
}
footer .footer_wrap dl {
	padding: 7px;
	border: solid 1px rgba(255,255,255,0.7);
	margin: 0 0 20px;
}
footer .footer_wrap dl dt {
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
}
footer .footer_wrap dl dd {
	font-size: 14px;
	color: #FFF;
}
footer .footer_wrap dl dd span {
	font-size: 12px;
	color: #FFF;
}
footer .footer_wrap ul {
	display: block;
}
footer .footer_wrap ul li {
	margin: 0 auto 10px;
}
footer .copy {
	font-size: 12px;
}
}



/* PAGETOP */
#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

@media only screen and (max-width: 768px) {
	#pagetop {
		width: 40px;
		height: 40px;
		position: fixed;
		bottom: 5px;
		right: 5px;
		z-index: 6;
	}
}

