<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;
}

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;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
  height: 80px;
  background-color: #FFF;
  border-bottom: 3px solid #000;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 95%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  background-position: bottom right;
}

.header .logo_tfm {
  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: 140px;
  height: 80px;
}

.header .logo_tfm &gt; img {
  width: 100%;
  height: auto;
}

.header .freq {
  margin-bottom: 27px;
  list-style: none;
}

@media (max-width: 899px) {
  .header {
    height: 55px;
    background: none;
  }
  .header_container {
    background: none;
  }
  .header .logo_tfm {
    width: 95px;
    height: 60px;
  }
  .header .freq {
    margin-bottom: 20px;
    list-style: none;
  }
}

.mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
}

.mainNav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainNav_menu &gt; li {
  padding-right: 30px;
}

.mainNav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainNav_sns &gt; li {
  margin-left: 10px;
  list-style: none;
}

.mainNav_sns &gt; li &gt; a &gt; img {
  width: 30px;
  height: 30px;
}

@media (max-width: 899px) {
  .mainNav_sns &gt; li &gt; a &gt; img {
    width: 25px;
    height: 25px;
  }
}

.mainTtl {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  background: url(../../img/line.png) repeat-x 0 bottom;
}

@media (max-width: 899px) {
  .mainTtl {
    max-width: 730px;
    padding-top: 0;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    background: url(../../img/line.png) repeat-x 0 bottom;
    background-size: 11px 7px;
  }
}

/*main*/
.main {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  margin: 0 auto;
  background: url(../../img/bg.png) repeat;
}

@media (max-width: 899px) {
  .main {
    max-width: 100%;
    padding: 0;
  }
}

.container {
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 1px #cccccc;
          box-shadow: 0px 0px 5px 1px #cccccc;
  /*border-radius:30px;*/
}

@media (max-width: 899px) {
  .container {
    max-width: 100%;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px 0px;
            box-shadow: 0px 0px 0px 0px;
  }
}

.kv {
  margin: 0 auto;
}

.kv_logo {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  /*border: 1px dotted #333;*/
  /*img{
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
    }*/
}

@media (max-width: 899px) {
  .kv {
    margin: 0 auto 10px;
  }
  .kv_logo {
    width: 100%;
    max-width: 870px;
  }
}

.att {
  margin: 30px auto;
  width: 830px;
  border: 4px solid #ebebe9;
  padding: 25px;
}

.att_ttl {
  font-size: 2.0rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #aaa;
  text-align: center;
}

.att_ttl span {
  color: #0095c4;
}

.att_txt {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.att_txt span {
  font-weight: bold;
  color: #0095c4;
}

@media (max-width: 899px) {
  .att {
    margin: 15px;
    max-width: 900px;
    width: auto;
    border: 4px solid #ebebe9;
    padding: 20px;
  }
  .att_ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .att_txt {
    font-size: 1.4rem;
  }
}

.lead {
  margin: 0 auto 50px;
  padding-top: 30px;
  width: 930px;
}

.lead_txt {
  margin: 0 auto 40px;
  font-size: 1.8rem;
  color: #575757;
  text-align: center;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.lead_txt li {
  margin-bottom: 5px;
  list-style: none;
}

.lead_txt span {
  color: #0095c4;
}

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

.lead_txt_s1 {
  line-height: 2.0;
  font-weight: bold;
}

.lead_txt_s2 {
  line-height: 0.8;
  font-weight: bold;
}

.lead_txt_s3 {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  display: block;
}

.lead_present {
  padding: 13px 0 15px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  color: #bf0000;
  border-top: double 5px #bf0000;
  border-bottom: double 5px #bf0000;
  font-family: "Noto Sans JP", sans-serif;
  width: 76%;
}

.lead_present li {
  list-style: none;
}

@media (max-width: 899px) {
  .lead {
    margin: 0 auto 20px;
    padding-top: 0;
    width: 100%;
  }
  .lead_txt {
    margin: 0 auto 15px;
    font-size: 1.4rem;
  }
  .lead_txt li {
    margin-bottom: 0;
  }
  .lead_txt_s1 {
    line-height: 1.6;
  }
  .lead_txt_s2 {
    line-height: 1.4;
  }
  .lead_txt_s3 {
    line-height: 1.6;
    font-size: 1.3rem;
  }
  .lead_present {
    padding: 13px 0;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: #bf0000;
    width: 95%;
  }
  .lead_present li {
    list-style: none;
  }
}

.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 30px;
  font-weight: bold;
}

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

@media (max-width: 899px) {
  .entry_btn {
    width: 100%;
    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_hagaki {
  border: 2px solid #0095c4;
  width: 370px;
}

.entry_hagaki a {
  padding: 17px 15px 15px 15px;
  display: block;
  color: #0095c4;
  background: url(../../img/arrow.png) no-repeat 94% center;
  background-size: 8px 13px;
}

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

.entry_form {
  background-color: #0095c4;
  width: 370px;
  margin: 0 auto;
  font-weight: bold;
}

.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: 899px) {
  .entry_form {
    width: 100%;
    margin: 0 auto 10px;
  }
  .entry_form a {
    background: url(../../img/arrow_w.png) no-repeat 94% center;
    background-size: 6px 11px;
  }
}

.entry_form_close {
  background-color: #ccc !important;
  width: 370px;
  margin: 0 auto;
  font-weight: bold;
  color: #FFF;
  padding: 19px 0 15px 0;
  color: #ffffff;
  background: url(../../img/arrow_w.png) no-repeat 94% center;
  background-size: 8px 13px;
}

@media (max-width: 899px) {
  .entry_form_close {
    width: 100%;
    margin: 0 auto;
    background: url(../../img/arrow_w.png) no-repeat 94% center;
    background-size: 6px 11px;
  }
}

.entry_btn_2 {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
}

.entry_btn_2 li {
  font-size: 2.0rem;
  line-height: 2.0;
  list-style: none;
  margin-bottom: 7px;
}

.entry_btn_2 li a {
  color: #bf0000;
  font-weight: bold;
  margin: 0 auto;
}

.entry_btn_2 li span {
  display: block;
  font-size: 1.4rem;
  color: #575757;
  font-weight: normal;
  line-height: 1.6;
}

@media (max-width: 899px) {
  .entry_btn_2 {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 auto 15px;
  }
  .entry_btn_2 li {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 10px;
  }
}

.close_txt {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
}

.close_txt li {
  color: #bf0000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  list-style: none;
  display: inline-block;
  padding: 10px 15px 10px 20px;
  border: double 5px #bf0000;
}

@media (max-width: 899px) {
  .close_txt {
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
  }
  .close_txt li {
    color: #bf0000;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6;
    list-style: none;
  }
}

.event {
  margin: 0 auto 50px;
  width: 860px;
  text-align: center;
}

.event_ttl {
  font-size: 3.0rem;
  margin-bottom: 30px;
  color: #575757;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-weight: bold;
}

.event_ttl span {
  color: #0095c4;
}

.event_ttl small {
  display: block;
  padding-top: 5px;
  font-size: 1.6rem;
}

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

.event_lead {
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}

.event_subttl {
  font-size: 2.6rem;
  margin-bottom: 30px;
  color: #575757;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-weight: bold;
  border-top: 1px solid #aaa;
  padding-top: 30px;
}

@media (max-width: 899px) {
  .event {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .event_ttl {
    font-size: 2.0rem;
    width: 100%;
    margin-bottom: 20px;
  }
  .event_ttl span {
    color: #0095c4;
  }
  .event_ttl small {
    display: block;
    padding-top: 5px;
    font-weight: normal;
    font-size: 1.2rem;
  }
  .event_txt {
    font-size: 1.4rem;
    width: 100%;
  }
  .event_lead {
    font-size: 1.4rem;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .event_subttl {
    font-size: 1.8rem;
  }
}

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

@media (max-width: 899px) {
  .event_application {
    border-top: none;
    margin-top: 15px;
    border-bottom: 1px solid #aaa;
  }
}

.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: 899px) {
  .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: #575757;
  background: #ebebe9;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

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

.event_dd {
  width: 70%;
  color: #575757;
  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;
}

.event_dd strong {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  border-bottom: 2px dotted #575757;
}

.event_dd span {
  font-size: 1.6rem;

  font-weight: normal;
}
.event_dd span b{
  font-size: 2.0rem;
  font-weight: normal;
}
.event_dd small {
  font-size: 1.4rem;
}

.event_dd_att {
  color: #0095c4;
  font-size: 1.6rem;
  margin-bottom: 30px;
  display: block;
}

.event_dd_att em {
  font-weight: bold;
  font-style: normal;
  padding: 10px 0;
  border-top: 1px solid #0095c4;
  border-bottom: 1px solid #0095c4;
  display: block;
}

.rakuten {
  padding-top: 10px;
  width: 250px;
}

.rakuten_logo {
  padding-top: 5px;
  width: 155px;
}

.event_dd a {
  text-decoration: underline;
}

@media (max-width: 899px) {
  .event_dd {
    width: 100%;
    padding: 15px 10px;
  }
  .event_dd strong {
    font-size: 1.5rem;
  }
  .rakuten {
    padding-top: 5px;
    /*padding-left: 5px;*/
    padding-bottom: 5px;
    width: 210px;
  }
  .rakuten_logo {
    width: 130px;
  }
  .event_dd_att {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.event_dd_em {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 12px;
  margin: 10px 0 10px 20px;
  border: 2px solid #575757;
}

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

.event_dd_s {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 20px;
  vertical-align: top;
}

.event_dd_s em {
  display: block;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
}

.event_dd_s b {
  display: inline;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
  border-bottom: 2px dotted #575757;
}

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

.entry_ttl {
  font-size: 3.0rem;
  margin-bottom: 30px;
  color: #575757;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-weight: bold;
}

.entry_ttl span {
  color: #0095c4;
}

.entry_ttl_comp {
  font-size: 3.0rem;
  margin-bottom: 30px;
  padding-bottom: 20px;
  color: #575757;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}

.entry_ttl_comp span {
  color: #0095c4;
}

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

@media (max-width: 899px) {
  .entry {
    width: 95%;
    margin: 0 auto 70px;
    padding-bottom: 0;
    text-align: center;
  }
  .entry_ttl {
    font-size: 2.0rem;
    width: 100%;
    margin-bottom: 10px;
  }
  .entry_ttl_comp {
    font-size: 2.0rem;
    padding-bottom: 10px;
  }
  .entry_txt {
    font-size: 1.4rem;
    width: 100%;
  }
}

.sns {
  max-width: 600px;
  margin: 0 auto 70px;
}

@media (max-width: 899px) {
  .sns {
    margin: 0 auto 50px;
  }
}

.footer {
  background: #fff;
  border-top: 3px solid #000;
}

@media (max-width: 899px) {
  .footer {
    background: none;
    border-top: none;
  }
}

.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: 899px) {
  .copyright {
    margin-top: 20px;
  }
}

.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  z-index: 100;
}

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

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

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

.sp {
  display: none;
}

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