@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider1 {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
}

.slick-arrow:hover {
  opacity: 0.7;
}

@media print,
screen and (min-width: 769px) {
  .slick-arrow {
    top: 25%;
  }
}

.slider2 .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

.slider2 .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 55%;
  margin: -3% auto 0 auto;
  bottom: -40px !important;
}

@media print,
screen and (min-width: 769px) {
  .slider2 .slick-dots {
    bottom: -80px !important;
  }
}

@media print,
screen and (min-width: 769px) {
  .slider2 .slick-dots {
    width: 70%;
  }
}

.slider2 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slider2 .slick-dots button {
  color: transparent;
  outline: none;
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: #C2C2C2;
}

.slider2 .slick-dots .slick-active button {
  background: #DC000C;
  border: 1px solid #DC000C;
}

.slider2 .slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
}

.slider2 .slick-arrow:hover {
  opacity: 0.7;
}

@media print,
screen and (min-width: 769px) {
  .slider2 .slick-arrow {
    top: 25%;
  }
}

.slider2 .slick-prev {
  width: 20px;
  height: 20px;
  left: -30px;
  bottom: 0px;
}

@media print,
screen and (min-width: 769px) {
  .slider2 .slick-prev {
    width: 45px;
    height: 45px;
    left: -70px;
    bottom: 0px;
  }
}

.slider2 .slick-next {
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 0px;
}

@media print,
screen and (min-width: 769px) {
  .slider2 .slick-next {
    width: 45px;
    height: 45px;
    right: -70px;
    bottom: 0px;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-around-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.flex-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc-start-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-start-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-start-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-start-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-start-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-center-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-center-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-center-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-center-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc-between-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-between-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-between-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-between-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-between-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-around {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-around-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-around-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-around-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-around-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-end-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-end-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-end-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-end-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc2-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc2-start-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-start-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-start-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-start-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-start-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc2-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-center-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-center-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-center-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-center-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc2-between-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-between-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-between-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-between-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-between-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-around {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc2-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-around-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-around-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-around-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-around-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc2-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-end-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-end-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-end-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-end-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex-w10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 10%;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
}

.flex-w11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 11%;
  -ms-flex: 0 1 11%;
  flex: 0 1 11%;
}

.flex-w12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 12%;
  -ms-flex: 0 1 12%;
  flex: 0 1 12%;
}

.flex-w13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 13%;
  -ms-flex: 0 1 13%;
  flex: 0 1 13%;
}

.flex-w14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 14%;
  -ms-flex: 0 1 14%;
  flex: 0 1 14%;
}

.flex-w15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 15%;
  -ms-flex: 0 1 15%;
  flex: 0 1 15%;
}

.flex-w16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 16%;
  -ms-flex: 0 1 16%;
  flex: 0 1 16%;
}

.flex-w17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 17%;
  -ms-flex: 0 1 17%;
  flex: 0 1 17%;
}

.flex-w18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 18%;
  -ms-flex: 0 1 18%;
  flex: 0 1 18%;
}

.flex-w19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 19%;
  -ms-flex: 0 1 19%;
  flex: 0 1 19%;
}

.flex-w20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}

.flex-w21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 21%;
  -ms-flex: 0 1 21%;
  flex: 0 1 21%;
}

.flex-w22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 22%;
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
}

.flex-w23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 23%;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
}

.flex-w24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24%;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
}

.flex-w25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.flex-w26 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 26%;
  -ms-flex: 0 1 26%;
  flex: 0 1 26%;
}

.flex-w27 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 27%;
  -ms-flex: 0 1 27%;
  flex: 0 1 27%;
}

.flex-w28 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 28%;
  -ms-flex: 0 1 28%;
  flex: 0 1 28%;
}

.flex-w29 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 29%;
  -ms-flex: 0 1 29%;
  flex: 0 1 29%;
}

.flex-w30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}

.flex-w31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
}

.flex-w32 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
}

.flex-w33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
}

.flex-w34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 34%;
  -ms-flex: 0 1 34%;
  flex: 0 1 34%;
}

.flex-w35 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}

.flex-w36 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 36%;
  -ms-flex: 0 1 36%;
  flex: 0 1 36%;
}

.flex-w37 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 37%;
  -ms-flex: 0 1 37%;
  flex: 0 1 37%;
}

.flex-w38 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 38%;
  -ms-flex: 0 1 38%;
  flex: 0 1 38%;
}

.flex-w39 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 39%;
  -ms-flex: 0 1 39%;
  flex: 0 1 39%;
}

.flex-w40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}

.flex-w41 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 41%;
  -ms-flex: 0 1 41%;
  flex: 0 1 41%;
}

.flex-w42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 42%;
  -ms-flex: 0 1 42%;
  flex: 0 1 42%;
}

.flex-w43 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 43%;
  -ms-flex: 0 1 43%;
  flex: 0 1 43%;
}

.flex-w44 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 44%;
  -ms-flex: 0 1 44%;
  flex: 0 1 44%;
}

.flex-w45 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}

.flex-w46 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 46%;
  -ms-flex: 0 1 46%;
  flex: 0 1 46%;
}

.flex-w47 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 47%;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
}

.flex-w48 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}

.flex-w49 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
}

.flex-w50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.flex-w51 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 51%;
  -ms-flex: 0 1 51%;
  flex: 0 1 51%;
}

.flex-w52 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 52%;
  -ms-flex: 0 1 52%;
  flex: 0 1 52%;
}

.flex-w53 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 53%;
  -ms-flex: 0 1 53%;
  flex: 0 1 53%;
}

.flex-w54 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 54%;
  -ms-flex: 0 1 54%;
  flex: 0 1 54%;
}

.flex-w55 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
}

.flex-w56 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 56%;
  -ms-flex: 0 1 56%;
  flex: 0 1 56%;
}

.flex-w57 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 57%;
  -ms-flex: 0 1 57%;
  flex: 0 1 57%;
}

.flex-w58 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 58%;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
}

.flex-w59 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 59%;
  -ms-flex: 0 1 59%;
  flex: 0 1 59%;
}

.flex-w60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.flex-w61 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 61%;
  -ms-flex: 0 1 61%;
  flex: 0 1 61%;
}

.flex-w62 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 62%;
  -ms-flex: 0 1 62%;
  flex: 0 1 62%;
}

.flex-w63 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 63%;
  -ms-flex: 0 1 63%;
  flex: 0 1 63%;
}

.flex-w64 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 64%;
  -ms-flex: 0 1 64%;
  flex: 0 1 64%;
}

.flex-w65 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 65%;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}

.flex-w66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 66%;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
}

.flex-w67 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 67%;
  -ms-flex: 0 1 67%;
  flex: 0 1 67%;
}

.flex-w68 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 68%;
  -ms-flex: 0 1 68%;
  flex: 0 1 68%;
}

.flex-w69 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 69%;
  -ms-flex: 0 1 69%;
  flex: 0 1 69%;
}

.flex-w70 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

.flex-w71 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 71%;
  -ms-flex: 0 1 71%;
  flex: 0 1 71%;
}

.flex-w72 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 72%;
  -ms-flex: 0 1 72%;
  flex: 0 1 72%;
}

.flex-w73 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 73%;
  -ms-flex: 0 1 73%;
  flex: 0 1 73%;
}

.flex-w74 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 74%;
  -ms-flex: 0 1 74%;
  flex: 0 1 74%;
}

.flex-w75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
}

.flex-w76 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 76%;
  -ms-flex: 0 1 76%;
  flex: 0 1 76%;
}

.flex-w77 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 77%;
  -ms-flex: 0 1 77%;
  flex: 0 1 77%;
}

.flex-w78 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 78%;
  -ms-flex: 0 1 78%;
  flex: 0 1 78%;
}

.flex-w79 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 79%;
  -ms-flex: 0 1 79%;
  flex: 0 1 79%;
}

.flex-w80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 80%;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
}

.flex-w81 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 81%;
  -ms-flex: 0 1 81%;
  flex: 0 1 81%;
}

.flex-w82 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 82%;
  -ms-flex: 0 1 82%;
  flex: 0 1 82%;
}

.flex-w83 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 83%;
  -ms-flex: 0 1 83%;
  flex: 0 1 83%;
}

.flex-w84 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 84%;
  -ms-flex: 0 1 84%;
  flex: 0 1 84%;
}

.flex-w85 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 85%;
  -ms-flex: 0 1 85%;
  flex: 0 1 85%;
}

.flex-w86 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 86%;
  -ms-flex: 0 1 86%;
  flex: 0 1 86%;
}

.flex-w87 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 87%;
  -ms-flex: 0 1 87%;
  flex: 0 1 87%;
}

.flex-w88 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 88%;
  -ms-flex: 0 1 88%;
  flex: 0 1 88%;
}

.flex-w89 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 89%;
  -ms-flex: 0 1 89%;
  flex: 0 1 89%;
}

.flex-w90 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 90%;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
}

.flex-w91 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 91%;
  -ms-flex: 0 1 91%;
  flex: 0 1 91%;
}

.flex-w92 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 92%;
  -ms-flex: 0 1 92%;
  flex: 0 1 92%;
}

.flex-w93 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 93%;
  -ms-flex: 0 1 93%;
  flex: 0 1 93%;
}

.flex-w94 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 94%;
  -ms-flex: 0 1 94%;
  flex: 0 1 94%;
}

.flex-w95 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 95%;
  -ms-flex: 0 1 95%;
  flex: 0 1 95%;
}

.flex-w96 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 96%;
  -ms-flex: 0 1 96%;
  flex: 0 1 96%;
}

.flex-w97 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 97%;
  -ms-flex: 0 1 97%;
  flex: 0 1 97%;
}

.flex-w98 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 98%;
  -ms-flex: 0 1 98%;
  flex: 0 1 98%;
}

.flex-w99 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 99%;
  -ms-flex: 0 1 99%;
  flex: 0 1 99%;
}

.flex-w100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.as-start {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.as-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.as-end {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.gap5 {
  gap: 5px;
}

.gap6 {
  gap: 6px;
}

.gap7 {
  gap: 7px;
}

.gap8 {
  gap: 8px;
}

.gap9 {
  gap: 9px;
}

.gap10 {
  gap: 10px;
}

.gap11 {
  gap: 11px;
}

.gap12 {
  gap: 12px;
}

.gap13 {
  gap: 13px;
}

.gap14 {
  gap: 14px;
}

.gap15 {
  gap: 15px;
}

.gap16 {
  gap: 16px;
}

.gap17 {
  gap: 17px;
}

.gap18 {
  gap: 18px;
}

.gap19 {
  gap: 19px;
}

.gap20 {
  gap: 20px;
}

.gap21 {
  gap: 21px;
}

.gap22 {
  gap: 22px;
}

.gap23 {
  gap: 23px;
}

.gap24 {
  gap: 24px;
}

.gap25 {
  gap: 25px;
}

.gap26 {
  gap: 26px;
}

.gap27 {
  gap: 27px;
}

.gap28 {
  gap: 28px;
}

.gap29 {
  gap: 29px;
}

.gap30 {
  gap: 30px;
}

.gap31 {
  gap: 31px;
}

.gap32 {
  gap: 32px;
}

.gap33 {
  gap: 33px;
}

.gap34 {
  gap: 34px;
}

.gap35 {
  gap: 35px;
}

.gap36 {
  gap: 36px;
}

.gap37 {
  gap: 37px;
}

.gap38 {
  gap: 38px;
}

.gap39 {
  gap: 39px;
}

.gap40 {
  gap: 40px;
}

.gap41 {
  gap: 41px;
}

.gap42 {
  gap: 42px;
}

.gap43 {
  gap: 43px;
}

.gap44 {
  gap: 44px;
}

.gap45 {
  gap: 45px;
}

.gap46 {
  gap: 46px;
}

.gap47 {
  gap: 47px;
}

.gap48 {
  gap: 48px;
}

.gap49 {
  gap: 49px;
}

.gap50 {
  gap: 50px;
}

.gap51 {
  gap: 51px;
}

.gap52 {
  gap: 52px;
}

.gap53 {
  gap: 53px;
}

.gap54 {
  gap: 54px;
}

.gap55 {
  gap: 55px;
}

.gap56 {
  gap: 56px;
}

.gap57 {
  gap: 57px;
}

.gap58 {
  gap: 58px;
}

.gap59 {
  gap: 59px;
}

.gap60 {
  gap: 60px;
}

.gap61 {
  gap: 61px;
}

.gap62 {
  gap: 62px;
}

.gap63 {
  gap: 63px;
}

.gap64 {
  gap: 64px;
}

.gap65 {
  gap: 65px;
}

.gap66 {
  gap: 66px;
}

.gap67 {
  gap: 67px;
}

.gap68 {
  gap: 68px;
}

.gap69 {
  gap: 69px;
}

.gap70 {
  gap: 70px;
}

.gap71 {
  gap: 71px;
}

.gap72 {
  gap: 72px;
}

.gap73 {
  gap: 73px;
}

.gap74 {
  gap: 74px;
}

.gap75 {
  gap: 75px;
}

.gap76 {
  gap: 76px;
}

.gap77 {
  gap: 77px;
}

.gap78 {
  gap: 78px;
}

.gap79 {
  gap: 79px;
}

.gap80 {
  gap: 80px;
}

.gap81 {
  gap: 81px;
}

.gap82 {
  gap: 82px;
}

.gap83 {
  gap: 83px;
}

.gap84 {
  gap: 84px;
}

.gap85 {
  gap: 85px;
}

.gap86 {
  gap: 86px;
}

.gap87 {
  gap: 87px;
}

.gap88 {
  gap: 88px;
}

.gap89 {
  gap: 89px;
}

.gap90 {
  gap: 90px;
}

.gap91 {
  gap: 91px;
}

.gap92 {
  gap: 92px;
}

.gap93 {
  gap: 93px;
}

.gap94 {
  gap: 94px;
}

.gap95 {
  gap: 95px;
}

.gap96 {
  gap: 96px;
}

.gap97 {
  gap: 97px;
}

.gap98 {
  gap: 98px;
}

.gap99 {
  gap: 99px;
}

.gap100 {
  gap: 100px;
}

/*■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■

共通設定

■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.5;
}

@media print,
screen and (min-width: 769px) {
  body {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.5;
  }
}

main {
  display: block;
  overflow: hidden;
}

section {
  position: relative;
}

ul,
ol {
  list-style-type: none;
}

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

a {
  color: #77584A;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

.inner {
  padding: 0 20px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media print,
screen and (min-width: 500px) {
  .inner {
    padding: 0 70px;
  }
}

@media print,
screen and (min-width: 769px) {
  .inner {
    padding: 0 5%;
  }
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

#pagetop a {
  display: block;
  z-index: 999;
  width: 50px;
}

@media print,
screen and (min-width: 769px) {
  #pagetop a {
    width: 77px;
    height: 96px;
  }
}

.pc-only {
  display: none;
}

@media print,
screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

@-webkit-keyframes movetop {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movetop {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.move-top {
  opacity: 0;
}

.move-top.move-on {
  -webkit-animation: movetop 1s ease-in-out 0.5s 1 normal both;
  animation: movetop 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes movebottom {
  0% {
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movebottom {
  0% {
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.move-bottom {
  opacity: 0;
}

.move-bottom.move-on {
  -webkit-animation: movebottom 1s ease-in-out 0.5s 1 normal both;
  animation: movebottom 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes movebottom2 {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movebottom2 {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.move-bottom2 {
  opacity: 0;
}

.move-bottom2.move-on {
  -webkit-animation: movebottom2 1s ease-in-out 0.5s 1 normal both;
  animation: movebottom2 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveleft {
  0% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.move-left {
  opacity: 0;
}

.move-left.move-on {
  -webkit-animation: moveleft 1s ease-in-out 0.5s 1 normal both;
  animation: moveleft 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes moveright {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveright {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.move-right {
  opacity: 0;
}

.move-right.move-on {
  -webkit-animation: moveright 1s ease-in-out 0.5s 1 normal both;
  animation: moveright 1s ease-in-out 0.5s 1 normal both;
}

.header {
  position: relative;
  height: 100svh;
  margin-top: 10%;
}

@media print,
screen and (min-width: 769px) {
  .header {
    margin-top: 0;
    height: 100vh;
  }
}

.header__logo {
  text-align: center;
  width: 90vw;
  margin: 0 auto;
}

@media print,
screen and (min-width: 769px) {
  .header__logo {
    width: 98vw;
  }
}

.header__logo video {
  width: 90vw;
  height: 70vh;
  -o-object-fit: contain;
  object-fit: contain;
}

@media print,
screen and (min-width: 769px) {
  .header__logo video {
    height: 100vh;
  }
}

.header2 {
  position: relative;
  height: 100svh;
}

@media print,
screen and (min-width: 769px) {
  .header2 {
    height: auto;
  }
}

.hero img {
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100svh;
}

@media print,
screen and (min-width: 769px) {
  .hero img {
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.hero__logo {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 80px;
}

@media print,
screen and (min-width: 769px) {
  .hero__logo {
    top: 5%;
    left: 3%;
    width: 133px;
  }
}

.hero__box {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: rgba(0, 121, 190, 0.8);
  padding: 25px 25px;
}

@media print,
screen and (min-width: 769px) {
  .hero__box {
    bottom: 5%;
    right: 10%;
    padding: 25px 30px;
    min-width: 450px;
  }
}

.hero__name1 {
  font-size: 1rem;
  color: #fff;
}

@media print,
screen and (min-width: 769px) {
  .hero__name1 {
    font-size: 1.5rem;
  }
}

.hero__name2 {
  font-size: 1.25rem;
  color: #fff;
}

@media print,
screen and (min-width: 769px) {
  .hero__name2 {
    font-size: 2.1875rem;
  }
}

.hero__name3 {
  font-size: 0.875rem;
  color: #94B6C9;
}

@media print,
screen and (min-width: 769px) {
  .hero__name3 {
    font-size: 1.0625rem;
  }
}

.footer {
  text-align: center;
  background-color: #242424;
  padding: 25px;
}

.footer__small {
  font-size: 1rem;
  font-weight: bold;
  color: #FFF9EB;
}

.border {
  margin: 0 30px;
  max-width: 1920px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media print,
screen and (min-width: 769px) {
  .border {
    margin: 0 8%;
  }
}

.border.move.move-on {
  margin: 0 30px;
  max-width: 1920px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media print,
screen and (min-width: 769px) {
  .border.move.move-on {
    margin: 0 8%;
  }
}

.border.move.move-on::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 4000px;
  background-color: #DC000C;
  position: absolute;
  top: -2px;
  left: -5px;
  opacity: 0;
  -webkit-animation: movebottom2 1.5s ease-in-out 0.5s 1 normal both;
  animation: movebottom2 1.5s ease-in-out 0.5s 1 normal both;
}

@media print,
screen and (min-width: 769px) {
  .border.move.move-on::before {
    width: 6px;
  }
}

.border.move.move-on::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 4000px;
  background-color: #DC000C;
  position: absolute;
  top: -2px;
  right: -5px;
  opacity: 0;
  -webkit-animation: movebottom2 1.5s ease-in-out 0.5s 1 normal both;
  animation: movebottom2 1.5s ease-in-out 0.5s 1 normal both;
}

@media print,
screen and (min-width: 769px) {
  .border.move.move-on::after {
    width: 6px;
  }
}

.border__b {
  border-top: 3px solid #0092E5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media print,
screen and (min-width: 769px) {
  .border__b {
    border-top: 6px solid #0092E5;
  }
}

.about {
  padding-top: 100px;
  position: relative;
}

.about .r {
  color: #DC000C;
}

.about .b {
  color: #0092E5;
}

.about__box {
  border-left: 6px solid #0092E5;
  border-right: 6px solid #0092E5;
}

.about__title {
  font-size: 1.875rem;
  color: #0092E5;
  margin-top: 50px;
  margin-bottom: 10px;
}

.about__text {
  font-size: 1rem;
  color: #242424;
  font-weight: bold;
  line-height: 1.8;
  width: 100%;
}

@media print,
screen and (min-width: 769px) {
  .about__text {
    font-size: 1.125rem;
    line-height: 2.2916666667;
  }
}

@media print,
screen and (min-width: 992px) {
  .about__text {
    font-size: 1.25rem;
  }
}

.about__text3 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  position: relative;
  top: 10px;
  margin-bottom: 50px;
}

@media print,
screen and (min-width: 769px) {
  .about__text3 {
    font-size: 2.3125rem;
  }
}

.about .r2 {
  background-color: #DC000C;
  padding: 1px 10px;
}

.about .b2 {
  background-color: #0092E5;
  padding: 1px 10px;
}

.logo-img {
  position: absolute;
  bottom: 30px;
  right: 13px;
  width: 70px;
}

@media print,
screen and (min-width: 769px) {
  .logo-img {
    right: 5%;
    width: 180px;
  }
}

.members {
  padding-top: 10px;
  padding-bottom: 100px;
  position: relative;
}

.members__title {
  font-size: 1.875rem;
  color: #DC000C;
  margin-top: 30px;
  margin-bottom: 10px;
}

.members__text {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media print,
screen and (min-width: 992px) {
  .members__text {
    font-size: 1.625rem;
  }
}

.members__text::after {
  background: -webkit-radial-gradient(circle farthest-side, #000, #000 50%, transparent 50%, transparent);
  background: radial-gradient(circle farthest-side, #000, #000 50%, transparent 50%, transparent);
  background-size: 10px;
  content: "";
  position: relative;
  top: -20px;
  display: inline-block;
  height: 10px;
  width: 95%;
}

.slider2 {
  padding-bottom: 170px;
}

@media print,
screen and (min-width: 769px) {
  .slider2 {
    padding-bottom: 250px;
  }
}

.slider2__img img {
  border-radius: 10px;
  margin: 0 auto;
  width: 220px;
}

@media print,
screen and (min-width: 769px) {
  .slider2__img img {
    width: 180px;
  }
}

@media print,
screen and (min-width: 992px) {
  .slider2__img img {
    width: 280px;
  }
}

.slider2__title {
  padding-top: 20px;
  font-size: 1rem;
  color: #242424;
  font-weight: bold;
}

@media print,
screen and (min-width: 769px) {
  .slider2__title {
    font-size: 1.125rem;
  }
}

.slider2__name {
  font-size: 1.125rem;
  color: #242424;
  font-weight: bold;
}

.slider2__name2 {
  font-size: 0.875rem;
  color: #BEBEBE;
  font-weight: bold;
}

.sns {
  background-image: url(../img/bgi3.jpg);
  background-size: cover;
  position: relative;
  min-height: 768px;
}

.sns__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80vw;
}

.sns__title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sns__text {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media print,
screen and (min-width: 992px) {
  .sns__text {
    font-size: 2.5rem;
  }
}

.sns__text span {
  font-size: 1rem;
}

@media print,
screen and (min-width: 992px) {
  .sns__text span {
    font-size: 1.875rem;
  }
}

.sns__text2 {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.red {
  color: #DC000C;
}

.members-section {
  padding-top: 100px;
  position: relative;
}

.members-section__title {
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 120px;
  margin-bottom: 60px;
}

@media print,
screen and (min-width: 769px) {
  .members-section__title {
    font-size: 1.875rem;
    margin-top: 80px;
    margin-bottom: 74px;
  }
}

@media print,
screen and (min-width: 992px) {
  .members-section__title {
    font-size: 3.125rem;
    margin-bottom: 74px;
  }
}

.members-section__title2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media print,
screen and (min-width: 992px) {
  .members-section__title2 {
    font-size: 1.75rem;
  }
}

.members-section__title2::before {
  content: "";
  display: inline-block;
  background-image: url(../img/members/sub.png);
  width: 15px;
  height: 17px;
  margin-right: 20px;
}

.members-section__title2::after {
  background: -webkit-radial-gradient(circle farthest-side, #000, #000 50%, transparent 50%, transparent);
  background: radial-gradient(circle farthest-side, #000, #000 50%, transparent 50%, transparent);
  background-size: 10px;
  content: "";
  position: relative;
  top: -10px;
  display: inline-block;
  height: 10px;
  width: 95%;
}

.members-section__text {
  line-height: 1.7;
  margin-bottom: 1.5em;
}

.members-section__text:last-of-type {
  margin-bottom: 50px;
}

@media print,
screen and (min-width: 769px) {
  .members-section__text {
    line-height: 2.1875;
  }
}

.members-section__img {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
}

@media print,
screen and (min-width: 769px) {
  .members-section__img {
    width: 80%;
  }
}

.members-section__logo {
  position: absolute;
  top: 2%;
  right: 5%;
  width: 70px;
}

@media print,
screen and (min-width: 769px) {
  .members-section__logo {
    top: 7%;
    right: 1%;
    width: 180px;
  }
}

.members-section .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 120px;
  max-width: 800px;
}

@media print,
screen and (min-width: 769px) {
  .members-section .youtube {
    width: 80%;
  }
}

.members-section .youtube iframe {
  width: 100%;
  height: 100%;
}

.members-section__prof {
  position: relative;
  background-color: #F6F9FB;
  border-radius: 10px;
  padding: 40px 20px;
  margin-bottom: 80px;
}

@media print,
screen and (min-width: 769px) {
  .members-section__prof {
    padding: 40px 46px;
  }
}

.members-section__prof__img {
  margin-bottom: 50px;
}

@media print,
screen and (min-width: 769px) {
  .members-section__prof__img {
    margin-bottom: 0;
    margin-right: 35px;
  }
}

.members-section__prof__title {
  color: #0092E5;
  font-size: 1rem;
  font-weight: bold;
}

.members-section__prof__name {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.members-section__prof .small {
  font-size: 1.25rem;
  font-weight: bold;
}

.members-section__prof__text {
  line-height: 1.875;
  margin-bottom: 40px;
}

.members-section__prof__link a,
.members-section__sns a {
  display: inline-block;
  border-bottom: dashed 1px #242424;
  color: #242424;
}

.members-section__sns {
  margin-top: .5em;
}

.members-section__sns img {
  max-width: 20px;
}

.members-section__logo3 {
  position: absolute;
  bottom: 2%;
  right: 5%;
  width: 70px;
}

@media print,
screen and (min-width: 769px) {
  .members-section__logo3 {
    bottom: 7%;
    right: 1%;
    width: 180px;
  }
}

.btn__back {
  margin-top: 135px;
  margin-bottom: 135px;
}

.btn__back a {
  display: block;
  position: relative;
  width: 274px;
  margin: 0 auto;
  background-color: #DC000C;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 36px;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
}

.btn__back a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/members/arrow.png);
  width: 33px;
  height: 33px;
  position: absolute;
  top: 10px;
  left: 15px;
}

/*# sourceMappingURL=style.css.map */