* {
    box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
footer,
header,
nav,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
    color: #04C;
	text-decoration: none;
	background-color: transparent;
    outline: none;
}
a:active,
a:hover {
	outline: 0;
}
h1,
h2,
h3,
h4,
p {
	margin: 0;
}
b,
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
    vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
*::before,
*::after {
    display: block;
    position: absolute;
    content: '';
}

/*-------------------------
	Header
--------------------------*/
body {
    min-width: 1000px;
    line-height: 150%;
    font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
b, h1, h2, h3 {
    font-weight: 500;
}
header {
    margin-top: 80px;
	background: #12c5f0;
}
header ul {
    position: relative;
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}
header ul::before {
    top: -60px;
    left: 0;
    width: 220px;
    height: 40px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 398px 266px;
    background-position: 0 -58px;
}
header li {
    display: inline-block;
    position: relative;
    text-align: center;
}
header li:nth-child(1) { width: 25%; }
header li:nth-child(2) { width: 25%; }
header li:nth-child(3) { width: 30%; }
header li:nth-child(4) { width: 20%; }
header li::before {
    top: 8px;
    left: 0;
    width: 1px;
    height: 34px;
    background-color: #FFF;
	opacity: 0.5;
}
header li:last-child::after {
    top: 8px;
    right: 0;
    width: 1px;
    height: 34px;
    background-color: #FFF;
	opacity: 0.5;
}
header a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #FFF;
}
header a:hover {
	background: #11b1d7;
}

/*-------------------------
	Main Visual
--------------------------*/
.main-visual {
    position: relative;
    width: 100%;
    height: 310px;
    color: #fd0089;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 310px;
}
.main-visual::before {
    bottom: 0;
    right: calc(50% - 500px);
    width: 436px;
    height: 295px;
    background-image: url(../img/students.png);
}
.main-visual ul {
    display: inline-block;
    position: relative;
    top: 30px;
    left: calc(50% - 420px);
	font-weight: bold;
}
.main-visual li:nth-child(1) {
    font-size: 19px;
    letter-spacing: 1px;
}
.main-visual li:nth-child(2) {
    line-height: 140%;
    margin: 12px 0 14px -2%;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 36px;
	text-shadow: 
    #FFF 3px 0px,  #FFF -3px -1px,
    #FFF 0px -3px, #FFF -1px 3px,
    #FFF 3px 3px , #FFF -3px 3px,
    #FFF 3px -3px, #FFF -3px -3px,
    #FFF 2px 3px,  #FFF -2px 3px,
    #FFF 2px -3px, #FFF -2px -3px,
    #FFF 3px 2px,  #FFF -3px 2px,
    #FFF 3px -2px, #FFF -3px -2px;
    transform: scale(0.96 , 1);
}
.main-visual li:nth-child(2) b {
    font-size: 46px;
}
.main-visual li:nth-child(3) {
    font-size: 20px;
}
.main-visual li:nth-child(3) b {
    margin-right: 18px;
    padding: 2px 12px;
    font-size: 15px;
    color: #FFF;
    background-color: #fd0089;
    border-radius: 2px;
}
.main-visual a {
    display: inline-block;
    position: absolute;
    bottom: 22px;
    left: calc(50% - 365px);
    width: 320px;
    line-height: 48px;
    text-align: center;
    text-indent: 28px;
    font-size: 19px;
    color: #FFF;
    background-color: #E3AB30;
    border: 3px solid #FFF;
    border-radius: 6px;
}
.main-visual a::before {
    top: 20px;
    left: 23px;
    width: 25px;
    height: 7px;
    background-color: #FFF;
    transform: rotate(-60deg);
}
.main-visual a::after {
    top: 26px;
    left: 20px;
    width: 15px;
    height: 7px;
    background-color: #FFF;
    transform: rotate(30deg);
}
.main-visual a:hover {
    background-color: #12c5f0;
}

/*-------------------------
	Sponsor
--------------------------*/
.sponsor {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #FFF7EE;
}
.sponsor li {
    display: inline-block;
    position: absolute;
    top: 35px;
    width: 56px;
    line-height: 28px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
}
.sponsor li:nth-child(1) {
	left: calc(50% - 461px);
}
.sponsor li:nth-child(2) {
	left: calc(50% - 161px);
}
.sponsor li:nth-child(3) {
	left: calc(50% + 261px);
}
.sponsor li:nth-child(1)::before {
    top: calc(50% - 24px);
    left: 74px;
    width: 154px;
    height: 28px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 278px 186px;
    background-position: 0 -40px;
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
    box-shadow: 0 0 0 1px #CCC;
}
.sponsor li:nth-child(2)::before {
    top: calc(50% - 24px);
    left: 74px;
    width: 112px;
    height: 35px;
    background-color: #FFF;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 278px 186px;
    background-position: 0 -70px;
    border-top: 6px solid #FFF;
    border-bottom: 7px solid #FFF;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
    box-shadow: 0 0 0 1px #CCC;
}
.sponsor li:nth-child(2)::after {
    top: calc(50% - 24px);
    left: 230px;
    width: 119px;
    height: 34px;
    background-color: #FFF;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 278px 186px;
    background-position: 0 -105px;
    border-top: 7px solid #FFF;
    border-bottom: 7px solid #FFF;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
    box-shadow: 0 0 0 1px #CCC;
}
.sponsor li:nth-child(3)::before {
    top: calc(50% - 24px);
    left: 74px;
    width: 94px;
    height: 28px;
    background-color: #FFF;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 278px 186px;
    background-position: 0 -158px;
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
    box-shadow: 0 0 0 1px #CCC;
}

/*-------------------------
	Sub Message
--------------------------*/
.sub-message {
    padding: 40px 0 60px 0;
    text-align: center;
    border-bottom: 8px solid #12c5f0;
}
.sub-message li:nth-child(1),
.sub-message li:nth-child(1) span {
    display: inline-block;
    position: relative;
}
.sub-message li:nth-child(1) b {
    display: inline-block;
    z-index: 99;
    position: relative;
    line-height: 46px;
    padding: 0 20px;
    font-size: 22px;
    color: #FFF;
    background-color: #12c5f0;
}
.sub-message li:nth-child(1)::before {
    z-index: 9;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #0d8caa transparent transparent;
}
.sub-message li:nth-child(1)::after {
    z-index: 9;
    bottom: -12px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #0d8caa transparent transparent transparent;
}
.sub-message li:nth-child(1) span::after,
.sub-message li:nth-child(1) span::before {
    z-index: 8;
    top: 12px;
    width: 33px;
    height: 46px;
    background-color: #11b1d7;
}
.sub-message li:nth-child(1) span::before { left: -21px; }
.sub-message li:nth-child(1) span::after { right: -21px; }
.sub-message li:nth-child(1) b::before {
    z-index: 9;
    top: 12px;
    left: -21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 10px;
    border-color: transparent transparent transparent #FFF;
}
.sub-message li:nth-child(1) b::after {
    z-index: 9;
    top: 12px;
    right: -21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 10px 23px 0;
    border-color: transparent #FFF transparent transparent;
}
.sub-message li:nth-child(2) {
    margin: 30px 0 26px 0;
    font-size: 22px;
	font-weight: bold;
    color: #12c5f0;
}
.sub-message li:nth-child(3) {
    font-size: 20px;
}
.sub-message li:nth-child(4) {
    margin-top: 22px;
    font-size: 34px;
}

/*-------------------------
	Outline
--------------------------*/
.outline {
    padding: 50px 0;
    text-align: center;
    background-color: #FFF7EE;
}
.outline > div {
    width: 1000px;
    margin: 0 auto 56px auto;
    padding: 40px 50px;
    background-color: #FFF;
    border: 1px solid #CCC;
}
.outline div > div {
    margin-bottom: 24px;
    padding: 20px;
    text-align: left;
    background-color: #F4F4F4;
    border: 1px solid #CCC;
}
.outline div > p {
    display: inline;
}
.outline span {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: top;
}
.outline dl:not(:last-child) {
    margin-bottom: 46px;
}
.outline dt {
    line-height: 26px;
    margin-bottom: 12px;
    text-indent: 10px;
    font-size: 20px;
    border-left: 6px solid #333;
}
.outline dd {
    margin: 0;
}
.outline iframe {
    display: block;
    width: 100%;
    height: 440px;
    margin: 22px 0 52px 0;
    border: none;
}
.outline ul li {
    position: relative;
    padding-left: 94px;
    margin-bottom: 20px;
}
.outline ul li:nth-child(1)::before {
    top: 0;
    left: 0;
    width: 82px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    content: '\004A\0052';
    background-color: #0B8E0E;
}
.outline ul li:nth-child(2)::before {
    top: 0;
    left: 0;
    width: 82px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    content: '\6771\4EAC\30E1\30C8\30ED';
    background-color: #00A3D9;
}
.outline ul p {
    font-size: 14px;
}
.entry {
    display: inline-block;
    position: relative;
    width: 320px;
    line-height: 60px;
    text-align: center;
    text-indent: 28px;
    font-size: 19px;
    color: #FFF;
    background-color: #E3AB30;
    border-radius: 6px;
}
.entry::before {
    top: 26px;
    left: 23px;
    width: 25px;
    height: 7px;
    background-color: #FFF;
    transform: rotate(-60deg);
}
.entry::after {
    top: 32px;
    left: 20px;
    width: 15px;
    height: 7px;
    background-color: #FFF;
    transform: rotate(30deg);
}
.entry:hover {
    background-color: #12c5f0;
}
.main-visual .close,
.main-visual .close:hover,
.sub-message .close,
.outline .close {
    display: block;
    width: 320px;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    text-indent: 0;
    font-size: 19px;
	font-weight: bold;
    color: #F16A70;
    background-color: #FFF;
    border: 3px solid #F16A70;
    border-radius: 6px;
}
.main-visual a.close::before,
.main-visual a.close::after {
	display: none;
}
.close-memo {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

/*-------------------------
	Program
--------------------------*/
.program {
    padding: 50px 0 70px 0;
    background-color: #fee6f0;
}
.program h3 {
    margin-bottom: 50px;
    text-align: center;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 36px;
    color: #FFF;
}
.program div {
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding: 70px 100px;
    background-color: #FFF;
    border-radius: 6px;
}
.program div::before {
    top: -16px;
    left: 50%;
    width: 150px;
    height: 75px;
    margin-left: -75px;
    background-color: #fee6f0;
    border-radius: 0 0 150px 150px;
}
.program dt {
    margin-bottom: 10px;
    font-size: 24px;
    color: #ffa4ca;
}
.program dt b {
    display: inline-block;
    width: 46px;
    line-height: 46px;
    margin-right: 12px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background-color: #ffa4ca;
    border-radius: 4px;
}
.program dd {
    display: table-cell;
    background-color: rgba(102,187,187,0.08);
    border-radius: 4px;
}
.program dl:not(:last-child) {
    margin-bottom: 30px;
}
.program dl dd:nth-of-type(1) {
    width: 140px;
    text-align: center;
    border-right: 10px solid #FFF;
    vertical-align: middle;
}
.program dl dd:nth-of-type(2) {
    width: 450px;;
    margin: 0;
    padding: 20px 24px;
}
.program dl dd b {
    display: block;
    position: relative;
    margin-bottom: 10px;
    text-indent: 20px;
    font-size: 18px;
}
.program dl dd b::before {
    top: calc(50% - 6px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffa4ca;
}
.program dd b br {
	display: none;
}
.program span {
    display: block;
    position: relative;
    margin-top: 16px;
    font-size: 12px;
    border-top: 1px solid #BBB;
}
.program span img {
    position: absolute;
    top: 16px;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.program span ol {
    position: relative;
    top: 16px;
    left: 96px;
    width: calc(100% - 96px);
}
.program span ol li:nth-child(1) {
    font-size: 16px;
}
.program span ol li:nth-child(2) {
    line-height: 150%;
}
.program span ol li:nth-child(3) {
    line-height: 150%;
    margin: 10px 0 16px 0;
}

/*-------------------------
	About
--------------------------*/
.about {
    padding: 60px 0 90px 0;
    text-align: center;
    background-color: #FFF7EE;
}
.about h3 {
    margin-bottom: 50px;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 36px;
}
.about b {
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
}
.about b br {
    display: none;
}
.about dl {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #CCC;
    border-bottom: none;
}
.about dl:last-child {
    margin-bottom: 76px;
    border-bottom: 1px solid #CCC;
}
.about div:nth-of-type(3) dl:last-child {
    margin-bottom: 0;
}
.about dt {
    display: table-cell;
    width: 170px;
    background-color: #F0F0F0;
    border-right: 1px solid #CCC;
}
.about dd {
    display: table-cell;
    width: 430px;
    padding: 10px 14px;
    text-align: left;
    background-color: #FFF;
}
.about dd p:not(:last-child) {
    margin-bottom: 20px;
}
.about dd small {
    display: block;
    margin-top: 8px;
}

/*-------------------------
	FAQ
--------------------------*/
.faq {
    text-align: center;
}
.faq h3 {
    line-height: 130px;
    font-size: 36px;
    color: #FFF;
    background-color: #529084;
}
.faq div {
    width: 800px;
    margin: 70px auto;
    text-align: left;
}
.faq dl:not(:last-child) {
    position: relative;
    margin-bottom: 46px;
    padding-bottom: 60px;
}
.faq dt {
    display: block;
    position: relative;
    margin: 0 0 30px 50px;
    font-size: 20px;
}
.faq dd {
    display: block;
    position: relative;
    margin: 0 0 0 50px;
}
.faq dt::before {
    left: -50px;
    width: 32px;
    height: 44px;
    font-size: 36px;
    font-weight: bold;
    color: #FFA123;
    content: '\0051';
}
.faq dd::before {
    left: -50px;
    width: 32px;
    height: 44px;
    font-size: 36px;
    font-weight: bold;
    color: #89BD45;
    content: '\0041';
}
.faq dl:not(:last-child)::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color:#FFF;
    background-size: 17px 17px;
    background-image:radial-gradient(#89BD45,#89BD45 4px,transparent 4px,transparent);
}

/*-------------------------
	Footer
--------------------------*/
footer {
    position: relative;
    height: 152px;
    padding-top: 90px;
    text-align: center;
    background-color: #12c5f0;
}
footer::before {
    top: 36px;
    left: calc(50% - 98px);
    width: 197px;
    height: 24px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 398px 266px;
    background-position: 0 -200px;
}
footer li {
    display: inline-block;
    line-height: 18px;
}
footer li:not(:last-child) {
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #FFF;
}
footer li a {
    font-size: 13px;
    color: #FFF;
}
footer li a:hover {
    text-decoration: underline;
}
footer small {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    background-color: #0d8caa;
}