@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
strong {
  font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 1024px) {
  .drawer-open {
    overflow: hidden !important;
  }
  .drawer-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: var(--baige);
  }
  .drawer-nav a {
    color: var(--black);
  }
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu {
    list-style: none;
    position: relative;
    z-index: 999;
  }
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .drawer-open .drawer-overlay {
    display: block;
  }
  /*!------------------------------------*\
  Right
  \*!------------------------------------*/
  .drawer--right .drawer-nav {
    right: -100%;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.5, 1);
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }
  /*!------------------------------------*\
  Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 9999;
    top: 3rem;
    right: 4rem;
    display: block;
    box-sizing: content-box;
    width: 60px;
    height: 60px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    outline: 0;
    padding: 0;
    background: var(--black);
  }
  .drawer-hamburger:hover {
    cursor: pointer;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 60%;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #fff;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
    width: 100%;
  }
  .drawer-hamburger-icon:after {
    top: 10px;
  }
  .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
    width: 100%;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    transform: rotate(-45deg);
  }
  /*!------------------------------------*\
  accessibility
  \*!------------------------------------*/
  /*!
  * Only display content to screen readers
  * See: http://a11yproject.com/posts/how-to-hide-content
  */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  /*!
  * Use in conjunction with .sr-only to only display content when it's focused.
  * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
  * Credit: HTML5 Boilerplate
  */
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  /*! open */
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }
  /*!------------------------------------*\
  Container
  \*!------------------------------------*/
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .drawer-hamburger {
    top: 2rem;
    right: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .drawer-hamburger {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
:root {
  --black: #24140e;
  --maincol: #0096df;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: var(--black);
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sns {
  font-size: 1.8rem;
  display: flex;
  gap: 1em;
}
.sns a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: var(--black);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1025px) {
  .sns a {
    transition: 1s;
  }
  .sns a:hover {
    background: #fff;
    color: var(--black);
    transition: 0.8s;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
.link-archive {
  display: block;
  margin: 4rem auto 0;
  background: var(--black);
  color: #fff;
  max-width: 300px;
  padding: 1em 1rem;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
header h1 {
  width: 240px;
}
header nav .drawer-logo {
  display: none;
}
header nav ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
header nav ul li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
header nav ul li.contact a {
  font-size: 1.4rem;
  background: var(--black);
  color: #fff;
  padding: 4px 1em;
}
header nav ul .sns {
  letter-spacing: normal;
}

@media screen and (min-width: 1025px) {
  header nav ul li > a {
    transition: 0.8s;
  }
  header nav ul li > a:hover {
    opacity: 0.8;
    transition: 0.8s;
  }
  header nav ul li.contact a:hover {
    background: #fff;
    color: var(--black);
  }
}
@media screen and (max-width: 1024px) {
  header h1 {
    position: fixed;
    top: 4rem;
    margin-right: 0;
  }
  header nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header nav .drawer-logo {
    display: block;
    width: 50%;
  }
  header nav ul {
    margin-top: 6rem;
    flex-direction: column;
    row-gap: 4rem;
  }
  header nav ul li {
    font-size: 3.2rem;
  }
  header nav ul .sns {
    font-size: 3.2rem;
    margin-top: 2rem;
  }
  header nav ul .sns a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
  header h1 {
    width: 40%;
    top: 3rem;
    left: 3rem;
  }
  header nav ul {
    row-gap: 3rem;
  }
  header nav ul li {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  header h1 {
    width: 50%;
    top: 2rem;
    left: 2rem;
  }
  header nav .drawer-logo {
    width: 60%;
  }
}
.hero {
  position: relative;
  z-index: 100;
  overflow: hidden;
  display: flex;
  padding-top: 100px;
  height: 90vh;
}
.hero__lead {
  flex: 2;
  flex-shrink: 0;
  background-size: cover;
}
.hero__lead--inner {
  background: rgba(0, 150, 223, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.hero__lead--inner > dl {
  color: #fff;
  text-align: center;
}
.hero__lead--inner > dl dt {
  font-size: 3.4vw;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hero__lead--inner > dl dd {
  font-size: 1.8rem;
  font-weight: 700;
}
.hero__lead--inner .news-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em 4rem;
  background: var(--maincol);
  color: #fff;
  font-size: 1.4rem;
}
.hero__lead--inner .news-link .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.hero__lead--inner .news-link .inner dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  font-weight: 700;
  line-height: 1;
}
.hero__lead--inner .news-link .inner dt::before {
  display: inline-block;
  content: "\f1ea";
  font: var(--fa-font-solid);
  margin-top: 1.5px;
}
.hero__lead--inner .news-link .inner dd {
  border-left: 1px solid #fff;
  padding-left: 1em;
}
.hero__lead--inner .news-link .inner dd a {
  line-height: 1;
  display: block;
  padding: 0.3em 0;
}
.hero__lead--inner .news-link .inner dd a span {
  display: block;
}
.hero__lead--inner .news-link .inner dd a div {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 6px;
}
.hero .pick-up-event {
  flex: 3;
  position: relative;
  flex-shrink: 0;
  height: 100%;
}
.hero .pick-up-event .tag {
  position: absolute;
  z-index: 10;
  background: var(--black);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.5em 1em;
  top: 2rem;
  left: 2rem;
}
.hero .pick-up-event ul li .article__title {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em 2em;
  width: 50%;
}
.hero .pick-up-event ul li .article__title span {
  font-size: 1.2rem;
  display: inline-block;
  background: var(--black);
  color: #fff;
  padding: 0 1em;
}
.hero .pick-up-event ul li .article__title div {
  font-size: 1.8rem;
  margin-top: 0.2em;
  font-weight: 700;
}

.block {
  padding: 8rem 4rem 0;
  max-width: 1280px;
  margin: 0 auto;
}
.block h3 {
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  font-size: 1.6rem;
}
.block h3 span {
  font-size: 4rem;
}

.event ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.event ul li {
  width: 32%;
  border-bottom: 1px solid #eee;
}
.event ul li .article {
  font-weight: 600;
}
.event ul li .article__title {
  line-height: 1;
}
.event ul li .article__title span {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  padding: 0.5em 1rem;
  background: var(--maincol);
  color: #fff;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.event ul li .article__title span::before {
  content: "開催日";
  background: #fff;
  padding: 0.5em 1em;
  color: var(--black);
  font-size: 1.2rem;
}
.event ul li .article__title div {
  font-size: 2rem;
  padding: 1em 1rem;
}

footer {
  position: relative;
  padding: 6rem 0;
  background: var(--baige);
  z-index: 100;
}
footer .page-top {
  background: var(--black);
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 4rem;
  top: -5rem;
  border-radius: 50px;
  text-align: center;
}
footer .page-top .angle-up {
  display: block;
  font-size: 6rem;
  line-height: 1;
  margin-top: -2rem;
  transition: 1s;
}
footer .page-top .en {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: -1rem;
}
footer .page-top .en span {
  display: inline-block;
}
footer .page-top .en span:first-of-type {
  margin-right: 0.3em;
}
footer .logo {
  max-width: 120px;
  margin: 0 auto;
}
footer .sns {
  justify-content: center;
  margin: 3rem auto 4rem;
}
footer .copy {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 1025px) {
  footer .page-top {
    transition: 1s;
  }
  footer .page-top:hover {
    background: #fff;
    color: var(--black);
    transition: 1s;
  }
  footer .page-top:hover .angle-up {
    margin-top: -2.5rem;
    transition: 1s;
  }
}
@media screen and (max-width: 640px) {
  footer .page-top {
    width: 80px;
    height: 80px;
    right: 2rem;
    top: -4rem;
    border-radius: 40px;
  }
  footer .page-top .angle-up {
    font-size: 4rem;
  }
}/*# sourceMappingURL=style.css.map */