<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand:400&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;amp;display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  color: #575757;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #575757;
}

a:hover {
  opacity: 0.8;
}

main {
  display: block;
}

.page {
  overflow: hidden;
  background: url(../../img/bg.jpg) repeat;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
}

.header_logo {
  margin: 15px auto;
  width: 565px;
  height: 118px;
}

.header_container {
  text-align: center;
}

@media (max-width: 900px) {
  .header_logo {
    margin: 15px auto;
    width: 80%;
    max-width: 565px;
    height: auto;
  }
  .header_container {
    background: none;
  }
}

/*main*/
.main {
  max-width: 1000px;
  padding-top: 30px;
  margin: 0 auto;
  background: url(../../img/bg_wrap.png) repeat;
  border: 4px solid #2b2b2b;
  border-radius: 10px;
}

.main_container {
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 900px) {
  .main {
    max-width: 100%;
    padding-top: 20px;
    margin: 5px;
    border: 3px solid #2b2b2b;
  }
  .main_container {
    padding: 0;
  }
}

.kv {
  margin: 0 auto;
  background: url(../../img/header_ill.png) no-repeat center top;
  height: 480px;
}

.kv_logo {
  margin: 0 auto;
  width: 626px;
}

@media (max-width: 900px) {
  .kv {
    margin: 0 auto 10px;
    background: none;
    height: auto;
    padding: 0 15px;
    text-align: center;
  }
  .kv_logo {
    width: 100%;
    max-width: 626px;
  }
}

.lead {
  margin: -170px auto 50px;
  width: 900px;
}

.lead_txt {
  margin: 0 auto 70px;
  font-size: 1.6rem;
  color: #2b2b2b;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.lead_txt li {
  list-style: none;
}

.lead_txt_s1 {
  line-height: 2.0;
  margin-bottom: 15px;
}

.lead_txt_s2 {
  line-height: 1.4;
  font-weight: bold;
  font-size: 2.2rem;
}

.lead_txt_s2 span {
  background-color: #ffe440;
}

.lead_txt_s2 b {
  font-size: 1.8em;
  vertical-align: sub;
}

.lead_txt_s3 {
  line-height: 2.0;
  margin: 10px 0;
  font-weight: bold;
  font-size: 2.4rem;
}

.lead_txt_s3 small {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

.lead_txt_s3 span {
  color: #148bc9;
}

@media (max-width: 900px) {
  .lead {
    margin: 0 auto 50px;
    padding-top: 0;
    width: 100%;
  }
  .lead_txt {
    margin: 0 auto 15px;
    font-size: 1.6rem;
  }
  .lead_txt li {
    margin-bottom: 15px;
  }
  .lead_txt_s1 {
    line-height: 1.6;
  }
  .lead_txt_s2 {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .lead_txt_s2 span {
    line-height: 1.2;
  }
  .lead_txt_s3 {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .lead_txt_s3 small {
    font-size: 1.2rem;
  }
}

.entry_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  width: 900px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 26px;
  font-weight: bold;
}

.entry_btn li {
  margin: 0 12px;
  list-style: none;
  text-align: center;
}

@media (max-width: 900px) {
  .entry_btn {
    width: 90%;
    font-size: 1.4rem;
    margin: 0 auto 15px;
  }
  .entry_btn li {
    width: 100%;
    margin: 0 10px 10px 10px;
    list-style: none;
    text-align: center;
  }
}

.entry_form {
  background-color: #148bc9;
  width: 370px;
}

.entry_form a {
  padding: 19px 15px 15px 15px;
  display: block;
  color: #ffffff;
  background: url(../../img/arrow_w.png) no-repeat 94% center;
  background-size: 8px 13px;
}

@media (max-width: 900px) {
  .entry_form {
    width: 90%;
    margin: 0 auto 10px;
  }
  .entry_form a {
    background: url(../../img/arrow_w.png) no-repeat 94% center;
    background-size: 6px 11px;
  }
}

.event {
  margin: 0 auto 50px;
  padding: 0 35px;
  text-align: center;
}

.event_ttl {
  font-size: 3.0rem;
  margin-bottom: 50px;
  color: #2b2b2b;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.event_ttl span {
  padding: 2px 5px 4px 5px;
  border-top: 3px solid #2b2b2b;
  border-bottom: 3px solid #2b2b2b;
}

.event_txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  color: #148bc9;
  width: 760px;
  margin: 0 auto 90px;
}

@media (max-width: 900px) {
  .event {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    padding: 0;
  }
  .event_ttl {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 30px;
  }
  .event_txt {
    font-size: 1.4rem;
    width: 100%;
  }
}

.event_application {
  width: 100%;
  border-top: #aaa 1px solid;
}

@media (max-width: 900px) {
  .event_application {
    border-top: none;
    margin-top: 15px;
  }
}

.event_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border-bottom: #aaa 1px solid;
}

@media (max-width: 900px) {
  .event_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}

.event_dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2b2b2b;
  background-color: #bbe7ef;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 900px) {
  .event_dt {
    width: 100%;
    padding: 10px 0;
  }
}

.event_dd {
  width: 70%;
  color: #2b2b2b;
  font-size: 1.6rem;
  text-align: left;
  padding: 30px 0px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  background-color: #ffffff;
}

.event_dd b {
  font-size: 2.0rem;
  font-weight: bold;
  font-style: normal;
}

.event_dd small {
  font-size: 1.4rem;
}

.event_dd a {
  color: #148bc9;
  text-decoration: underline;
  margin-left: 10px;
}

@media (max-width: 900px) {
  .event_dd {
    width: 100%;
    font-size: 1.5rem;
    padding: 15px 10px;
  }
}

.event_dd_em:nth-of-type(1), .event_dd_em:nth-of-type(2) {
  margin: 10px 0 10px 0;
}

.entry {
  margin: 0 auto 10px;
  padding-bottom: 0;
  text-align: center;
}

.entry_ttl {
  font-size: 3.0rem;
  margin-bottom: 50px;
  color: #2b2b2b;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.entry_ttl span {
  padding: 2px 5px 4px 5px;
  border-top: 3px solid #2b2b2b;
  border-bottom: 3px solid #2b2b2b;
}

@media (max-width: 900px) {
  .entry {
    width: 95%;
    margin: 0 auto 70px;
    padding-bottom: 0;
    text-align: center;
  }
  .entry_ttl {
    font-size: 2.0rem;
    width: 100%;
    margin-bottom: 30px;
  }
  .entry_txt {
    font-size: 1.4rem;
    margin: 0;
    padding: 15px;
    line-height: 1.6;
    font-weight: normal;
    margin-bottom: 20px;
  }
}

.footer {
  margin: 0 auto 30px;
  width: 970px;
  text-align: center;
}

.footer li {
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .footer {
    width: 80%;
  }
}

.copyright {
  padding: 0 5% 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .copyright {
    margin-top: 20px;
  }
}

.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}

.pagetop &gt; img {
  width: 50px;
  min-height: 0;
}

.pagetop &gt; p {
  margin-top: 1px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
}

.cation {
  padding: 0 35px;
  text-align: left;
  margin: 0 auto 50px;
  font-size: 1.4rem;
}

.cation_ttl {
  font-size: 3.0rem;
  margin-bottom: 10px;
  color: #2b2b2b;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-left: 35px;
}

.cation_ttl small {
  padding-top: 20px;
  font-size: 1.4rem;
  font-weight: normal;
}

.cation_list {
  margin: 0 35px 20px 35px;
  padding: 25px 25px 0 25px;
  line-height: 1.8;
  color: #2b2b2b;
  border: 1px solid #aaa;
  background-color: #ffffff;
}

.cation_list p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.cation_list li {
  font-size: 1.6rem;
  margin-bottom: 15px;
  text-align: left;
}

.cation_list li span {
  font-size: 1.8rem;
  color: #f03;
  font-weight: bold;
}

@media (max-width: 900px) {
  .cation {
    max-width: 900px;
    padding: 0;
  }
  .cation_ttl {
    font-size: 2.0rem;
    width: 100%;
    margin: 0 0 20px 0;
    padding-left: 0;
    text-align: center;
  }
  .cation_list {
    max-width: 900px;
    margin: 0 0 15px 0;
    padding: 15px;
    font-size: 1.6rem;
  }
  .cation_list p {
    font-size: 1.6rem;
  }
  .cation_list li {
    font-size: 1.4rem;
  }
  .cation_list li span {
    font-size: 1.6rem;
  }
}

.cation dd {
  color: #2b2b2b;
  padding-left: 1em;
  text-indent: -1em;
}

.cation_head {
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  font-size: 2.0rem;
  padding-bottom: 20px;
}

@media (max-width: 900px) {
  .cation_head {
    font-size: 1.5rem;
  }
}

.cation_text_att {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .cation_text_att {
    font-size: 1.4rem;
  }
}

.cation_text_att span {
  border-bottom: 1px dotted #575757;
}

.cation_text {
  margin-bottom: 10px;
}

.cation a {
  color: #2b2b2b;
  text-decoration: underline;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 900px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>