@charset "UTF-8";

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* 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 {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  line-height: 1.15;
  /* 1 */
}

/* 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;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  clear: both;
  color: inherit;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 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;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * 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] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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;
  min-width: 0;
  padding: 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 {
  padding: 0;
  vertical-align: top;
}

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

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  overflow-x: hidden;
}

html,
body {
  border: none;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  width: 100%;
}

html,
body {
  font-size: 3.125vw;
}

#pageWrapper {
  margin: 0;
  padding: 0;
}

.header {
  background-color: rgba(255, 255, 255, 0.7);
  height: 12.109375vw;
  left: 0;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  z-index: 10000;
}

.header:hover {
  background-color: rgb(255, 255, 255);
}

.header .header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 3.125vw 1.3020833333vw 3.125vw 1.3020833333vw;
  width: 100%;
}

.header .header__inner > h1 {
  font-size: 2.34375vw;
  font-weight: bold;
  margin-left: 0;
  transition: opacity 0.3s ease-in-out;
}

.header .header__inner > h1:hover {
  opacity: 0.7;
}

.header .header__inner .header__logo {
  height: 100%;
  margin-right: 0.9114583333vw;
  max-height: 5.859375vw;
  max-width: 5.859375vw;
  width: 100%;
}

.header .header__inner .header__logo img {
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

.header .header__inner .header__logo img:hover {
  opacity: 0.7;
}

.header .header__inner .hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 5.2083333333vw;
  justify-content: space-between;
  max-height: 20px;
  max-width: 30px;
  overflow: hidden;
  width: 7.8125vw;
}

.header .header__inner .hamburger > div {
  background-color: #333;
  height: 0.5208333333vw;
  max-height: 2px;
  transform-origin: top left;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.header .header__inner .hamburger:hover > div {
  background-color: #f00;
}

.header .header__inner .header__nav {
  margin-left: auto;
}

.header .header__inner .header__nav nav {
  display: none;
}

.header .header__inner .header__nav nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .header__inner .header__nav nav ul li {
  margin-right: 2.0833333333vw;
}

.header .header__inner .header__nav nav ul li:last-child {
  margin-right: 0;
}

.header .header__inner .header__nav nav ul li a {
  font-size: 3.125vw;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.header .header__inner .header__nav nav ul li a:hover {
  color: #f00;
}

.header .header__inner .header__nav nav ul li a:hover::after {
  width: 100%;
}

.header .header__inner .header__nav nav ul li a::after {
  background-color: #f00;
  bottom: -0.390625vw;
  content: "";
  height: 0.2604166667vw;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 0;
}

.main {
  margin-top: 12.109375vw;
  width: 100%;
}

.main > section > div {
  width: 100%;
}

.main > section > div > div {
  margin: 0 auto 7.8125vw;
  max-width: 768px;
  padding: 1rem;
  width: 100%;
}

.mainVisual .mainVisual__inner {
  height: 100%;
  max-height: 66.6666666667vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.mainVisual .mainVisual__inner > h1 {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: solid 0.390625vw #000;
  border-top: solid 0.390625vw #000;
  bottom: 0;
  color: #000;
  display: inline-block;
  font-size: 2rem;
  height: 2em;
  left: 0;
  line-height: 0.7;
  margin: auto;
  padding: 0.5em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 10em;
}

.mainVisual .mainVisual__inner > h1:before,
.mainVisual .mainVisual__inner > h1:after {
  background-color: #000;
  content: "";
  height: calc(100% + 1.8229166667vw);
  position: absolute;
  top: -0.9114583333vw;
  width: 0.390625vw;
}

.mainVisual .mainVisual__inner > h1:before {
  left: 0.9114583333vw;
}

.mainVisual .mainVisual__inner > h1:after {
  right: 0.9114583333vw;
}

.mainVisual .mainVisual__inner img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: auto;
  max-height: 66.6666666667vw;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#introduction,
#news,
#information {
  scroll-margin-top: 12.109375vw;
}

.introduction .introduction__inner .introductionContent {
  display: grid;
  grid-template-columns: 1fr;
  /* 1列のグリッド */
  grid-template-rows: auto;
  /* 各行の高さは内容に合わせる */
  row-gap: 3em;
  /* 行間の余白 */
}

.introduction .introduction__inner .introductionContent .introductionContent__item {
  padding: 0 0 0;
  /* data-order="1" */
  /* data-order="2" */
  /* data-order="3" */
  /* data-order="4" */
}

.introduction .introduction__inner .introductionContent .introductionContent__item[data-order="1"] {
  grid-area: 1/1;
}

.introduction .introduction__inner .introductionContent .introductionContent__item[data-order="2"] {
  grid-area: 2/1;
}

.introduction .introduction__inner .introductionContent .introductionContent__item[data-order="3"] {
  grid-area: 4/1;
}

.introduction .introduction__inner .introductionContent .introductionContent__item[data-order="4"] {
  grid-area: 3/1;
}

.introduction .introduction__inner .introductionContent .introductionContent__item h1 {
  font-size: 2rem;
  margin: 0 0 1em 0;
}

.introduction .introduction__inner .introductionContent .introductionContent__item p {
  line-height: 1.5;
}

.introduction .introduction__inner .introductionContent .introductionContent__item img {
  height: auto;
  width: 100%;
}

.menu .menu__inner > h1 {
  font-size: 2rem;
  margin: 0 0 1em 0;
}

.menu .menu__inner .menuContent p {
  line-height: 1.5;
}

.menu .menu__inner .menuContent img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.menu .menu__inner .menuContent .menuContent__list {
  margin: 0 0 3em 0;
}

.menu .menu__inner .menuContent .menuContent__list img {
  height: auto;
  max-width: 334px;
  width: 100%;
}

.news .news__inner > h1 {
  font-size: 2rem;
  margin: 0 0 1em 0;
}

.news .news__inner .newsTopics {
  width: 100%;
}

.news .news__inner .newsTopics .newsTOpics__headline {
  text-wrap: nowrap;
  margin: 0 0 0.5em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.news .news__inner .newsTopics .newsTOpics__headline label {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.news .news__inner .newsTopics .newsTOpics__headline label:hover {
  color: #f00;
}

.news .news__inner .newsTopics .newsTOpics__headline time {
  margin-right: 1em;
}

.news .news__inner .newsTopics .newsTOpics__headline .newsTOpics__headline--tag {
  background-color: #f00;
  color: #fff;
  line-height: 1.5;
  margin: 0 1em 0 0;
  padding: 0.2604166667vw 0.5em;
}

.news .news__inner input[type=checkbox][name=newsTopics__checkbox] {
  display: none;
}

.news .news__inner input[type=checkbox][name=newsTopics__checkbox]:checked + .newsTopics__item {
  animation: fadeIn 0.3s ease forwards;
}

.news .news__inner .newsTopics__item {
  animation: fadeOut 0.3s ease forwards;
  background-color: rgb(253, 253, 253);
}

.news .news__inner .newsTopics__item .newsTOpics__headline .newsTOpics__headline--tag {
  padding: 0.2604166667vw 0.5em;
}

.news .news__inner .newsTopics__item[data-init=hide] {
  display: none;
}

.news .news__inner .newsTopics__item > h2 {
  font-size: 1rem;
  margin: 0 0 1em 0;
  padding: 1em;
  position: relative;
}

.news .news__inner .newsTopics__item > h2:before,
.news .news__inner .newsTopics__item > h2:after {
  background-color: #f09199;
  bottom: 0;
  content: "";
  display: block;
  height: 65%;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 0.390625vw;
}

.news .news__inner .newsTopics__item > h2:before {
  left: 0.5em;
}

.news .news__inner .newsTopics__item > h2:after {
  right: 0.5em;
}

.news .news__inner .newsTopics__item > p {
  line-height: 1.5;
  padding: 0 1em 1em;
}

.news .news__inner .newsTopics__item .newsTopics__item-data {
  display: flex;
  justify-content: flex-end;
  line-height: 1.5;
  padding: 0 1em 1em;
}

.news .news__inner .newsTopics__item .newsTopics__item-data > span {
  background-color: #f00;
  color: #fff;
  margin: 0 1em 0 0;
  padding: 0.2604166667vw 0.5em;
}

.news .news__inner .newsTopics__item .newsTopics__item-data > time {
  margin-right: 1em;
}

.information .information__inner > h1 {
  font-size: 2rem;
  margin: 0 0 1em 0;
}

.information .information__inner .informationContent .informationContent__data {
  display: grid;
  gap: 0.5em;
  grid-template-columns: 5em 1fr;
  /* 2列のグリッド */
}

.footer {
  background-color: #fef4f4;
  width: 100%;
}

.footer .footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.footer .footer__inner .footerContent {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.footer .footer__inner .footer__link {
  margin: 0 0 0 0;
  padding: 5em;
  position: relative;
}

.footer .footer__inner .footer__link:before {
  background-color: #fff;
  content: "";
  height: 0.2604166667vw;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
}

.footer .footer__inner .footer__link li {
  margin-bottom: 3em;
}

.footer .footer__inner .footer__link li:last-child {
  margin-bottom: 0;
}

.footer .footer__inner .footer__link li a {
  font-size: 1rem;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.footer .footer__inner .footer__link li a:hover {
  color: #f00;
}

.footer .footer__inner .footer__link li a:hover::after {
  width: 100%;
}

.footer .footer__inner .footer__link li a::after {
  background-color: #f00;
  bottom: -0.390625vw;
  content: "";
  height: 0.2604166667vw;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 0;
}

.footer .footer__inner .footer__logo {
  order: -1;
  padding: 5em;
  text-align: center;
}

.footer .footer__inner .footer__logo img {
  display: inline-block;
  height: auto;
  max-width: 120px;
  vertical-align: middle;
  width: 100%;
}

.footer .footer__inner .footer__logo figcaption {
  display: block;
  padding: 0.5em;
}

.footer .copyright {
  background-color: #000;
  color: #ccc;
  flex-grow: 1;
  line-height: 4;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  html,
  body {
    font-size: 16px;
  }

  .header {
    height: 92px;
  }

  .header .header__inner {
    max-width: 1200px;
    padding: 16px 0 16px 0;
  }

  .header .header__inner > h1 {
    font-size: 14px;
  }

  .header .header__inner .header__logo {
    margin-right: 7px;
    max-height: 60px;
    max-width: 60px;
  }

  .header .header__inner .hamburger {
    display: none;
    visibility: hidden;
  }

  .header .header__inner .hamburger__toggle {
    display: none;
    visibility: hidden;
  }

  .header .header__inner .header__nav nav {
    display: block;
  }

  .header .header__inner .header__nav nav ul li {
    margin-right: 20px;
  }

  .header .header__inner .header__nav nav ul li a {
    font-size: 16px;
  }

  .header .header__inner .header__nav nav ul li a::after {
    bottom: -3px;
    height: 2px;
  }

  .main {
    margin-top: 92px;
  }

  .main > section > div > div {
    margin: 0 auto 60px;
    max-width: initial;
    padding: 0;
    width: 1000px;
  }

  .mainVisual .mainVisual__inner {
    max-height: 512px;
  }

  .mainVisual .mainVisual__inner > h1 {
    border-bottom: solid 2px #000;
    border-top: solid 2px #000;
  }

  .mainVisual .mainVisual__inner > h1:before,
  .mainVisual .mainVisual__inner > h1:after {
    height: calc(100% + 14px);
    top: -7px;
    width: 2px;
  }

  .mainVisual .mainVisual__inner > h1:before {
    left: 7px;
  }

  .mainVisual .mainVisual__inner > h1:after {
    right: 7px;
  }

  .mainVisual .mainVisual__inner img {
    max-height: 512px;
  }

  #introduction,
  #news,
  #information {
    scroll-margin-top: 92px;
  }

  .introduction .introduction__inner .introductionContent {
    grid-template-columns: 1fr 1fr;
    /* 2列のグリッド */
  }

  .introduction .introduction__inner .introductionContent .introductionContent__item {
    padding: 0 1em 0;
    /* data-order="1" */
    /* data-order="2" */
    /* data-order="3" */
    /* data-order="4" */
  }

  .introduction .introduction__inner .introductionContent .introductionContent__item[data-order="1"] {
    grid-area: 1/1/2/2;
  }

  .introduction .introduction__inner .introductionContent .introductionContent__item[data-order="2"] {
    grid-area: 1/2/2/3;
    padding: 0;
  }

  .introduction .introduction__inner .introductionContent .introductionContent__item[data-order="3"] {
    grid-area: 2/1/3/2;
    padding: 0;
  }

  .introduction .introduction__inner .introductionContent .introductionContent__item[data-order="4"] {
    grid-area: 2/2/3/3;
  }

  .news .news__inner .newsTopics .newsTOpics__headline .newsTOpics__headline--tag {
    padding: 2px 0.5em;
  }

  .news .news__inner .newsTopics__item > h2 {
    font-size: 1.2rem;
  }

  .news .news__inner .newsTopics__item > h2:before,
  .news .news__inner .newsTopics__item > h2:after {
    width: 3px;
  }

  .news .news__inner .newsTopics__item .newsTopics__item-data > span {
    padding: 2px 0.5em;
  }

  .information .information__inner .informationContent .informationContent__data {
    gap: 0.5em;
    grid-template-columns: 5em 1fr;
    /* 2列のグリッド */
  }

  .footer .footer__inner .footerContent {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

  .footer .footer__inner .footer__link {
    margin: 0 1em 0 0;
    padding: 5em;
  }

  .footer .footer__inner .footer__link:before {
    display: none;
    visibility: hidden;
  }

  .footer .footer__inner .footer__link:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 90%;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
  }

  .footer .footer__inner .footer__link li a {
    font-size: 16px;
  }

  .footer .footer__inner .footer__link li a::after {
    bottom: -3px;
    height: 2px;
  }

  .footer .footer__inner .footer__logo {
    order: 2;
    padding: 5em;
    text-align: left;
  }

  .footer .footer__inner .footer__logo img {
    max-width: 60px;
  }

  .footer .footer__inner .footer__logo figcaption {
    display: inline-block;
    padding: 0 0 0 0.5em;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .header .header__inner .hamburger__toggle {
    display: none;
  }

  .header .header__inner .hamburger__toggle:checked + .hamburger {
    height: 7.8125vw;
    max-height: 30px;
  }

  .header .header__inner .hamburger__toggle:checked + .hamburger > div {
    height: 1px;
    max-width: 42.4264068712px;
    width: 11.048543456vw;
  }

  .header .header__inner .hamburger__toggle:checked + .hamburger > div:nth-child(1) {
    transform: rotate(45deg);
  }

  .header .header__inner .hamburger__toggle:checked + .hamburger > div:nth-child(2) {
    opacity: 0;
  }

  .header .header__inner .hamburger__toggle:checked + .hamburger > div:nth-child(3) {
    transform: rotate(-45deg);
  }

  .header .header__inner .hamburger__toggle:checked ~ nav {
    display: block;
  }

  .header .header__inner .hamburger__toggle:checked ~ nav ul {
    background-color: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 12.109375vw;
    width: 100%;
    z-index: 10000000000;
  }

  .header .header__inner .hamburger__toggle:checked ~ nav ul li {
    margin: 0;
  }

  .header .header__inner .hamburger__toggle:checked ~ nav ul li:last-child {
    padding-bottom: 0.390625vw;
  }

  .header .header__inner .hamburger__toggle:checked ~ nav ul li:last-child a:after {
    bottom: 0;
  }

  .header .header__inner .hamburger__toggle:checked ~ nav ul li a {
    display: block;
    padding: 1em;
    width: 100%;
  }
}
/*# sourceMappingURL=sourcemaps/default.css.map */