@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  border-width: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

@font-face {
  font-family: "YourFontName";
  src: url("../") format("opentype");
  font-weight: normal;
}
.blogBody {
  font-size: medium;
  width: 100%;
  /* generic block-level elements */
  /* heading elements */
  /* tables */
  /* for tables without table section elements (can happen with XHTML or dynamically created tables) */
  /* lists */
  /* form elements */
  /* Form controls don't go vertical. */
  /* TODO(crbug.com/880258): Use different styles for
  `-internal-autofill-previewed` and `-internal-autofill-selected`. */
  /* meter */
  /* progress */
  /* inline elements */
  /* states */
  /* HTML5 ruby elements */
  /* other elements */
  /* TODO(foolip): In the Fullscreen spec, there's a ::backdrop block with the
  properties shared with :fullscreen::backdrop (see fullscreen.css). */
  /* page */
  /* Allows thead sections to print at the top of each page. */
}
.blogBody html,
.blogBody body,
.blogBody div,
.blogBody span,
.blogBody applet,
.blogBody object,
.blogBody iframe,
.blogBody h1,
.blogBody h2,
.blogBody h3,
.blogBody h4,
.blogBody h5,
.blogBody h6,
.blogBody p,
.blogBody blockquote,
.blogBody pre,
.blogBody a,
.blogBody button,
.blogBody abbr,
.blogBody acronym,
.blogBody address,
.blogBody big,
.blogBody cite,
.blogBody code,
.blogBody del,
.blogBody dfn,
.blogBody em,
.blogBody img,
.blogBody ins,
.blogBody kbd,
.blogBody q,
.blogBody s,
.blogBody samp,
.blogBody small,
.blogBody strike,
.blogBody strong,
.blogBody sub,
.blogBody sup,
.blogBody tt,
.blogBody var,
.blogBody b,
.blogBody u,
.blogBody i,
.blogBody center,
.blogBody dl,
.blogBody dt,
.blogBody dd,
.blogBody ol,
.blogBody ul,
.blogBody li,
.blogBody fieldset,
.blogBody form,
.blogBody label,
.blogBody legend,
.blogBody table,
.blogBody caption,
.blogBody tbody,
.blogBody tfoot,
.blogBody thead,
.blogBody tr,
.blogBody th,
.blogBody td,
.blogBody article,
.blogBody aside,
.blogBody canvas,
.blogBody details,
.blogBody embed,
.blogBody figure,
.blogBody figcaption,
.blogBody footer,
.blogBody header,
.blogBody hgroup,
.blogBody menu,
.blogBody nav,
.blogBody output,
.blogBody ruby,
.blogBody section,
.blogBody summary,
.blogBody time,
.blogBody mark,
.blogBody audio,
.blogBody video {
  font-size: 1em;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #181818;
}
.blogBody html {
  display: block;
}
.blogBody head {
  display: none;
}
.blogBody meta {
  display: none;
}
.blogBody title {
  display: none;
}
.blogBody link {
  display: none;
}
.blogBody style {
  display: none;
}
.blogBody script {
  display: none;
}
.blogBody body {
  display: block;
  margin: 8px;
}
.blogBody body:-webkit-full-page-media {
  background-color: black;
}
.blogBody p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .blogBody p {
    font-size: 14px;
  }
}
.blogBody span {
  font-size: inherit;
}
.blogBody div {
  display: block;
}
.blogBody layer {
  display: block;
}
.blogBody article,
.blogBody aside,
.blogBody footer,
.blogBody header,
.blogBody hgroup,
.blogBody main,
.blogBody nav,
.blogBody section {
  display: block;
}
.blogBody marquee {
  display: inline-block;
  width: -webkit-fill-available;
}
.blogBody address {
  display: block;
}
.blogBody blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
.blogBody figcaption {
  display: block;
}
.blogBody figure {
  display: block;
}
.blogBody figure figcaption {
  font-size: 12px;
}
.blogBody img {
  max-width: 100%;
}
.blogBody q {
  display: inline;
}
.blogBody q:before {
  content: open-quote;
}
.blogBody q:after {
  content: close-quote;
}
.blogBody center {
  display: block;
  /* special centering to be able to emulate the html4/netscape behaviour */
  text-align: -webkit-center;
}
.blogBody hr {
  display: block;
  overflow: hidden;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  border-style: inset;
  border-width: 1px;
}
.blogBody map {
  display: inline;
}
.blogBody video {
  -o-object-fit: contain;
     object-fit: contain;
}
.blogBody h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
  color: #181818;
}
.blogBody :-webkit-any(article, aside, nav, section) h1 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.blogBody :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) h1 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.blogBody :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) h1 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.blogBody :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) h1 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.blogBody :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) :-webkit-any(article, aside, nav, section) h1 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}
.blogBody h2 {
  display: block;
  font-size: 1.42em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .blogBody h2 {
    font-size: 1.32em;
  }
}
.blogBody h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 0.8em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.blogBody h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.blogBody h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.blogBody h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.blogBody strong,
.blogBody em,
.blogBody kbd {
  font-size: 1em;
}
.blogBody table {
  display: table;
  border-color: gray;
  box-sizing: border-box;
  text-indent: initial;
}
.blogBody thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.blogBody tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.blogBody tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.blogBody table > tr {
  vertical-align: middle;
}
.blogBody col {
  display: table-column;
}
.blogBody colgroup {
  display: table-column-group;
}
.blogBody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.blogBody td,
.blogBody th {
  display: table-cell;
  vertical-align: inherit;
}
.blogBody th {
  font-weight: bold;
  text-align: -internal-center;
}
.blogBody caption {
  display: table-caption;
  text-align: -webkit-center;
}
.blogBody ul,
.blogBody menu,
.blogBody dir {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.blogBody ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.blogBody li {
  display: list-item;
  text-align: -webkit-match-parent;
  line-height: 1.8;
}
.blogBody ul ul,
.blogBody ol ul {
  list-style-type: circle;
}
.blogBody ol ol ul,
.blogBody ol ul ul,
.blogBody ul ol ul,
.blogBody ul ul ul {
  list-style-type: square;
}
.blogBody dd {
  display: block;
  margin-inline-start: 40px;
}
.blogBody dl {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.blogBody dt {
  display: block;
}
.blogBody ol ul,
.blogBody ul ol,
.blogBody ul ul,
.blogBody ol ol {
  margin-block-start: 0;
  margin-block-end: 0;
}
.blogBody form {
  display: block;
  margin-top: 0em;
}
.blogBody :-webkit-any(table, thead, tbody, tfoot, tr) > form:-internal-is-html {
  display: none !important;
}
.blogBody label {
  cursor: default;
}
.blogBody legend {
  display: block;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border: none;
}
.blogBody fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: -moz-min-content;
  min-inline-size: min-content;
}
.blogBody button {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.blogBody input,
.blogBody textarea,
.blogBody select,
.blogBody button,
.blogBody meter,
.blogBody progress {
  -webkit-writing-mode: horizontal-tb !important;
}
.blogBody input,
.blogBody textarea,
.blogBody select,
.blogBody button {
  margin: 0em;
  font: -webkit-small-control;
  text-rendering: auto;
  /* FIXME: Remove when tabs work with optimizeLegibility. */
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: start;
}
.blogBody input[type=hidden i] {
  display: none;
}
.blogBody input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 1px;
  background-color: -internal-light-dark(white, black);
  border: 2px inset;
  -webkit-rtl-ordering: logical;
  cursor: text;
}
.blogBody input[type=search i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
}
.blogBody input::-webkit-textfield-decoration-container {
  display: flex !important;
  align-items: center;
  -webkit-user-modify: read-only !important;
  content: none !important;
  writing-mode: inherit !important;
  -internal-align-self-block: center;
}
.blogBody input::-webkit-clear-button {
  -webkit-appearance: auto;
          appearance: auto;
  display: inline-block;
  cursor: default;
  flex: none;
  -webkit-user-modify: read-only !important;
  margin-inline-start: 2px;
}
.blogBody input:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-clear-button {
  opacity: 1;
  pointer-events: auto;
}
.blogBody input[type=search i]::-webkit-search-cancel-button {
  -webkit-appearance: auto;
          appearance: auto;
  display: block;
  cursor: default;
  flex: none;
  -webkit-user-modify: read-only !important;
  margin-inline-start: 1px;
  -webkit-user-select: none !important;
          user-select: none !important;
}
.blogBody input[type=search i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: auto;
}
.blogBody input::-webkit-inner-spin-button {
  -webkit-appearance: auto;
          appearance: auto;
  display: inline-block;
  cursor: default;
  flex: none;
  align-self: stretch;
  -webkit-user-modify: read-only !important;
}
.blogBody input:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-inner-spin-button {
  opacity: 1;
  pointer-events: auto;
}
.blogBody select {
  border-radius: 5px;
}
.blogBody textarea {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background-color: -internal-light-dark(white, black);
  border: 1px solid;
  -moz-column-count: initial !important;
       column-count: initial !important;
  -webkit-rtl-ordering: logical;
  flex-direction: column;
  resize: auto;
  cursor: text;
  padding: 2px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.blogBody ::-webkit-input-placeholder {
  -webkit-text-security: none;
  color: #757575;
  direction: inherit !important;
  pointer-events: none !important;
  text-orientation: inherit !important;
  writing-mode: inherit !important;
}
.blogBody input::-webkit-input-placeholder {
  text-overflow: inherit;
  line-height: initial;
  white-space: pre;
  word-wrap: normal;
  overflow: hidden;
  -webkit-user-modify: read-only !important;
}
.blogBody input::-internal-input-suggested {
  text-overflow: inherit;
  white-space: nowrap;
  overflow: hidden;
}
.blogBody input::-internal-input-suggested,
.blogBody textarea::-internal-input-suggested {
  font: -webkit-small-control !important;
  /* Prevent that overflow affects the scrollable area. Without this,
  LayoutBox::*Scroll{Height,Width}() may determine the scroll width/height
  from the scrollable area instead of from the overrides in
  LayoutTextControl{Single,Multi}Line::Scroll{Height,Width}(). */
  overflow: hidden !important;
  overflow-anchor: none;
}
.blogBody input[type=password i] {
  -webkit-text-security: disc !important;
}
.blogBody input[type=password i]::-internal-input-suggested {
  -webkit-text-security: disc !important;
}
.blogBody input[type=hidden i],
.blogBody input[type=image i],
.blogBody input[type=file i] {
  -webkit-appearance: initial;
  /* AutoAppearanceFor() should match to this. */
  padding: initial;
  background-color: initial;
  border: initial;
  cursor: default;
}
.blogBody input[type=file i] {
  align-items: baseline;
  color: inherit;
  overflow: hidden !important;
  text-align: start !important;
  text-overflow: ellipsis;
  white-space: pre;
}
.blogBody input[type=image i] {
  cursor: pointer;
}
.blogBody input:-internal-autofill-previewed,
.blogBody textarea:-internal-autofill-previewed,
.blogBody select:-internal-autofill-previewed {
  -webkit-appearance: menulist-button;
  background-color: #e8f0fe !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important;
}
.blogBody input:-internal-autofill-selected,
.blogBody textarea:-internal-autofill-selected,
.blogBody select:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  background-color: #e8f0fe !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important;
}
.blogBody input[type=radio i],
.blogBody input[type=checkbox i] {
  margin: 3px 0.5ex;
  padding: initial;
  background-color: initial;
  border: initial;
  cursor: default;
}
.blogBody input[type=button i],
.blogBody input[type=submit i],
.blogBody input[type=reset i] {
  -internal-empty-line-height: fabricated;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  white-space: pre;
}
.blogBody input[type=file i]::-webkit-file-upload-button {
  -webkit-appearance: auto;
          appearance: auto;
  -webkit-user-modify: read-only !important;
  white-space: nowrap;
  margin: 0;
  margin-inline-end: 4px;
  font-size: inherit;
}
.blogBody input[type=button i],
.blogBody input[type=submit i],
.blogBody input[type=reset i],
.blogBody input[type=file i]::-webkit-file-upload-button,
.blogBody button {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: -internal-light-dark(ButtonText, #aaaaaa);
  padding: 2px 6px 3px 6px;
  border: 2px outset ButtonFace;
  background-color: ButtonFace;
  box-sizing: border-box;
}
.blogBody input[type=range i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  /* AutoAppearanceFor() should match to this. */
  padding: initial;
  border: initial;
  margin: 2px;
  color: #909090;
  cursor: default;
}
.blogBody input[type=range i]::-webkit-slider-container,
.blogBody input[type=range i]::-webkit-media-slider-container {
  -webkit-appearance: inherit;
          appearance: inherit;
  flex: 1;
  min-inline-size: 0;
  box-sizing: border-box;
  -webkit-user-modify: read-only !important;
  display: flex;
}
.blogBody input[type=range i]:-internal-has-datalist::-webkit-slider-container {
  /*
  * See LayoutThemeDefault. "22px" is
  * 2 * (SliderTickOffsetFromTrackCenter() + SliderTickSize().Height()).
  */
  min-block-size: 22px;
}
.blogBody input[type=range i]::-webkit-slider-runnable-track {
  flex: 1;
  min-inline-size: 0;
  -webkit-align-self: center;
  box-sizing: border-box;
  -webkit-user-modify: read-only !important;
  display: block;
}
.blogBody input[type=range i]::-webkit-slider-thumb,
.blogBody input[type=range i]::-webkit-media-slider-thumb {
  -webkit-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
  -webkit-user-modify: read-only !important;
  display: block;
}
.blogBody input[type=button i]:disabled,
.blogBody input[type=submit i]:disabled,
.blogBody input[type=reset i]:disabled,
.blogBody input[type=file i]:disabled::-webkit-file-upload-button,
.blogBody button:disabled,
.blogBody select:disabled,
.blogBody optgroup:disabled,
.blogBody option:disabled,
.blogBody select[disabled] > option {
  color: -internal-light-dark(GrayText, #aaa);
}
.blogBody input[type=button i]:active,
.blogBody input[type=submit i]:active,
.blogBody input[type=reset i]:active,
.blogBody input[type=file i]:active::-webkit-file-upload-button,
.blogBody button:active {
  border-style: inset;
}
.blogBody input[type=button i]:active:disabled,
.blogBody input[type=submit i]:active:disabled,
.blogBody input[type=reset i]:active:disabled,
.blogBody input[type=file i]:active:disabled::-webkit-file-upload-button,
.blogBody button:active:disabled {
  border-style: outset;
}
.blogBody input:disabled,
.blogBody textarea:disabled {
  color: -internal-light-dark(#545454, #aaa);
  cursor: default;
}
.blogBody option:-internal-spatial-navigation-focus {
  outline: -internal-light-dark(black, white) dashed 1px;
  outline-offset: -1px;
}
.blogBody datalist {
  display: none;
}
.blogBody area {
  display: inline;
}
.blogBody area:-webkit-any-link {
  cursor: pointer;
}
.blogBody param {
  display: none;
}
.blogBody input[type=checkbox i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
}
.blogBody input[type=radio i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
}
.blogBody input[type=color i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 44px;
  height: 23px;
  background-color: ButtonFace;
  /* Same as native_theme_base. */
  border: 1px #a9a9a9 solid;
  padding: 1px 2px;
  cursor: default;
}
.blogBody input[type=color i]::-webkit-color-swatch-wrapper {
  display: flex;
  padding: 4px 2px;
  box-sizing: border-box;
  -webkit-user-modify: read-only !important;
  width: 100%;
  height: 100%;
}
.blogBody input[type=color i]::-webkit-color-swatch {
  background-color: #000000;
  border: 1px solid #777777;
  flex: 1;
  min-width: 0;
  -webkit-user-modify: read-only !important;
}
.blogBody input[type=color i][list] {
  -webkit-appearance: menulist;
  /* AutoAppearanceFor() should match to this. */
  width: 88px;
  height: 23px;
}
.blogBody input[type=color i][list]::-webkit-color-swatch-wrapper {
  padding-inline-start: 8px;
  padding-inline-end: 24px;
}
.blogBody input[type=color i][list]::-webkit-color-swatch {
  border-color: #000000;
}
.blogBody input::-webkit-calendar-picker-indicator {
  display: inline-block;
  width: 0.66em;
  height: 0.66em;
  padding: 0.17em 0.34em;
  -webkit-user-modify: read-only !important;
  cursor: default;
}
.blogBody input::-webkit-calendar-picker-indicator:hover {
  background-color: #eee;
}
.blogBody input:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-calendar-picker-indicator,
.blogBody input::-webkit-calendar-picker-indicator:focus {
  opacity: 1;
  pointer-events: auto;
}
.blogBody input[type=date i]:disabled::-webkit-clear-button,
.blogBody input[type=date i]:disabled::-webkit-inner-spin-button,
.blogBody input[type=datetime-local i]:disabled::-webkit-clear-button,
.blogBody input[type=datetime-local i]:disabled::-webkit-inner-spin-button,
.blogBody input[type=month i]:disabled::-webkit-clear-button,
.blogBody input[type=month i]:disabled::-webkit-inner-spin-button,
.blogBody input[type=week i]:disabled::-webkit-clear-button,
.blogBody input[type=week i]:disabled::-webkit-inner-spin-button,
.blogBody input:disabled::-webkit-calendar-picker-indicator,
.blogBody input[type=date i][readonly]::-webkit-clear-button,
.blogBody input[type=date i][readonly]::-webkit-inner-spin-button,
.blogBody input[type=datetime-local i][readonly]::-webkit-clear-button,
.blogBody input[type=datetime-local i][readonly]::-webkit-inner-spin-button,
.blogBody input[type=month i][readonly]::-webkit-clear-button,
.blogBody input[type=month i][readonly]::-webkit-inner-spin-button,
.blogBody input[type=week i][readonly]::-webkit-clear-button,
.blogBody input[type=week i][readonly]::-webkit-inner-spin-button,
.blogBody input[readonly]::-webkit-calendar-picker-indicator {
  visibility: hidden;
}
.blogBody select {
  -webkit-appearance: menulist;
  /* AutoAppearanceFor() should match to this. */
  box-sizing: border-box;
  align-items: center;
  border: 1px solid;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: -internal-light-dark(black, white);
  background-color: -internal-light-dark(white, black);
  cursor: default;
}
.blogBody select:not(:-internal-list-box) {
  overflow: visible !important;
}
.blogBody select:-internal-list-box {
  -webkit-appearance: listbox;
  /* AutoAppearanceFor() should match to this. */
  align-items: flex-start;
  border: 1px inset gray;
  border-radius: initial;
  overflow-x: hidden;
  overflow-y: scroll;
  vertical-align: text-bottom;
  white-space: nowrap;
}
.blogBody optgroup {
  font-weight: bolder;
  display: block;
}
.blogBody option {
  font-weight: normal;
  display: block;
  padding: 0 2px 1px 2px;
  white-space: nowrap;
  min-height: 1.2em;
}
.blogBody select:-internal-list-box optgroup option:before {
  content: "    ";
}
.blogBody select:-internal-list-box option,
.blogBody select:-internal-list-box optgroup {
  line-height: initial !important;
}
.blogBody select:-internal-list-box:focus option:checked {
  background-color: -internal-active-list-box-selection !important;
  color: -internal-active-list-box-selection-text !important;
}
.blogBody select:-internal-list-box:focus option:checked:disabled {
  background-color: -internal-inactive-list-box-selection !important;
}
.blogBody select:-internal-list-box option:checked {
  background-color: -internal-inactive-list-box-selection !important;
  color: -internal-inactive-list-box-selection-text !important;
}
.blogBody select:-internal-list-box:disabled option:checked,
.blogBody select:-internal-list-box option:checked:disabled {
  color: gray !important;
}
.blogBody select:-internal-list-box hr {
  border-style: none;
  margin-block-start: 0.5em;
  margin-block-end: 0;
}
.blogBody select:-internal-list-box:focus option:-internal-multi-select-focus {
  outline: auto 1px -webkit-focus-ring-color;
  outline-offset: -1px;
}
.blogBody output {
  display: inline;
}
.blogBody meter {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
  display: inline-block;
  height: 1em;
  width: 5em;
  vertical-align: -0.2em;
  -webkit-user-modify: read-only !important;
}
.blogBody meter::-webkit-meter-inner-element {
  -webkit-appearance: inherit;
          appearance: inherit;
  box-sizing: inherit;
  display: none;
  -webkit-user-modify: read-only !important;
  height: 100%;
  width: 100%;
}
.blogBody meter::-webkit-meter-inner-element:-internal-shadow-host-has-appearance {
  display: block;
}
.blogBody meter::-internal-fallback:-internal-shadow-host-has-appearance {
  display: none;
}
.blogBody meter::-webkit-meter-bar {
  background: linear-gradient(to bottom, #ddd, #eee 20%, #ccc 45%, #ccc 55%, #ddd);
  height: 100%;
  width: 100%;
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody meter::-webkit-meter-optimum-value {
  background: linear-gradient(to bottom, #ad7, #cea 20%, #7a3 45%, #7a3 55%, #ad7);
  height: 100%;
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody meter::-webkit-meter-suboptimum-value {
  background: linear-gradient(to bottom, #fe7, #ffc 20%, #db3 45%, #db3 55%, #fe7);
  height: 100%;
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody meter::-webkit-meter-even-less-good-value {
  background: linear-gradient(to bottom, #f77, #fcc 20%, #d44 45%, #d44 55%, #f77);
  height: 100%;
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody progress {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
  display: inline-block;
  height: 1em;
  width: 10em;
  vertical-align: -0.2em;
}
.blogBody progress::-webkit-progress-inner-element {
  box-sizing: inherit;
  -webkit-user-modify: read-only;
  height: 100%;
  width: 100%;
}
.blogBody progress::-webkit-progress-bar {
  background-color: gray;
  height: 100%;
  width: 100%;
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody progress::-webkit-progress-value {
  background-color: green;
  height: 100%;
  width: 50%;
  /* should be removed later */
  -webkit-user-modify: read-only !important;
  box-sizing: border-box;
}
.blogBody u,
.blogBody ins {
  text-decoration: underline;
}
.blogBody abbr[title],
.blogBody acronym[title] {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blogBody strong,
.blogBody b {
  font-weight: bold;
}
.blogBody i,
.blogBody cite,
.blogBody em,
.blogBody var,
.blogBody address,
.blogBody dfn {
  font-style: italic;
}
.blogBody pre,
.blogBody xmp,
.blogBody plaintext,
.blogBody listing {
  display: block;
  white-space: pre;
  margin: 1em 0;
}
.blogBody mark {
  background-color: yellow;
  color: black;
}
.blogBody big {
  font-size: larger;
}
.blogBody small {
  font-size: smaller;
}
.blogBody s,
.blogBody strike,
.blogBody del {
  text-decoration: line-through;
}
.blogBody sub {
  vertical-align: sub;
  font-size: smaller;
}
.blogBody sup {
  vertical-align: super;
  font-size: smaller;
}
.blogBody nobr {
  white-space: nowrap;
}
.blogBody :-internal-spatial-navigation-interest {
  outline: auto 1px -webkit-focus-ring-color !important;
  box-shadow: none !important;
}
.blogBody :focus {
  outline: auto 1px -webkit-focus-ring-color;
}
.blogBody html:focus,
.blogBody body:focus {
  outline: none;
}
.blogBody embed:focus,
.blogBody iframe:focus,
.blogBody object:focus {
  outline: none;
}
.blogBody input:focus,
.blogBody textarea:focus,
.blogBody select:focus {
  outline-offset: -2px;
}
.blogBody input[type=button i]:focus,
.blogBody input[type=checkbox i]:focus,
.blogBody input[type=file i]:focus,
.blogBody input[type=hidden i]:focus,
.blogBody input[type=image i]:focus,
.blogBody input[type=radio i]:focus,
.blogBody input[type=reset i]:focus,
.blogBody input[type=submit i]:focus,
.blogBody input[type=file i]:focus::-webkit-file-upload-button {
  outline-offset: 0;
}
.blogBody a:-webkit-any-link {
  color: #181818;
  text-decoration: underline;
  cursor: pointer;
  word-break: break-all;
}
.blogBody p.has-text-color a {
  color: inherit;
}
.blogBody a:-webkit-any-link:active {
  color: -webkit-activelink;
}
.blogBody a:-webkit-any-link:read-write {
  cursor: text;
}
.blogBody ruby,
.blogBody rt {
  text-indent: 0;
  /* blocks used for ruby rendering should not trigger this */
}
.blogBody rt {
  line-height: normal;
}
.blogBody ruby > rt {
  display: block;
  font-size: 50%;
  text-align: start;
}
.blogBody rp {
  display: none;
}
.blogBody noframes {
  display: none;
}
.blogBody frameset,
.blogBody frame {
  display: block;
}
.blogBody frameset {
  border-color: inherit;
}
.blogBody iframe {
  border: 2px inset;
}
.blogBody details {
  display: block;
}
.blogBody summary {
  display: block;
}
.blogBody summary::-webkit-details-marker {
  display: inline-block;
  width: 0.66em;
  height: 0.66em;
  margin-inline-end: 0.4em;
}
.blogBody template {
  display: none;
}
.blogBody bdi,
.blogBody output {
  unicode-bidi: -webkit-isolate;
}
.blogBody bdo {
  unicode-bidi: bidi-override;
}
.blogBody textarea[dir=auto i] {
  unicode-bidi: -webkit-plaintext;
}
.blogBody dialog:not([open]) {
  display: none;
}
.blogBody dialog {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: -internal-light-dark(white, black);
  color: -internal-light-dark(black, white);
}
.blogBody dialog:-internal-modal {
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  /* 6px + 2em = border + padding, as by default box-sizing is content-box. */
  max-width: calc(100% - 6px - 2em);
  max-height: calc(100% - 6px - 2em);
}
.blogBody dialog::backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.blogBody slot {
  display: contents;
}
@page {
  .blogBody {
    /* FIXME: Define the right default values for page properties. */
    size: auto;
    margin: auto;
    padding: 0px;
    border-width: 0px;
  }
}
@media print {
  .blogBody thead {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .blogBody tfoot {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.blogBody .wp-block-pullquote {
  margin: 0 0 1em 0;
  padding: 3em 0;
  text-align: center;
  border-top: 4px solid;
  border-bottom: 4px solid;
}
.blogBody .wp-block-pullquote.alignleft,
.blogBody .wp-block-pullquote.alignright {
  max-width: 420px;
}
.blogBody .wp-block-pullquote.alignleft p,
.blogBody .wp-block-pullquote.alignright p {
  font-size: 1.25em;
}
.blogBody .wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}
.blogBody .wp-block-pullquote cite,
.blogBody .wp-block-pullquote footer {
  position: relative;
}
.blogBody .wp-block-pullquote .has-text-color a {
  color: inherit;
}
.blogBody .wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.blogBody .wp-block-pullquote.is-style-solid-color {
  border: none;
}
.blogBody .wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.blogBody .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.blogBody .wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.blogBody .wp-block-pullquote cite {
  color: inherit;
}
.blogBody .wp-block-quote {
  border-left: 0.25em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
}
.blogBody .wp-block-table td,
.blogBody .wp-block-table th {
  border: 1px solid;
}
.blogBody .wp-block-table td,
.blogBody .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
  line-height: 1.8;
}
.blogBody .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.blogBody .wp-block-columns {
  display: flex;
  margin-bottom: 2em;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .blogBody .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.blogBody .wp-block-columns p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.blogBody .wp-block-column {
  overflow: hidden;
}
.blogBody .size-full img {
  width: 100%;
}
.blogBody h2,
.blogBody h3,
.blogBody h4,
.blogBody h5,
.blogBody h6 {
  margin-block-start: 2em;
  margin-block-end: 0.8em;
}
.blogBody .wp-block-column > h1,
.blogBody .wp-block-column > h2,
.blogBody .wp-block-column > h3,
.blogBody .wp-block-column > h4,
.blogBody .wp-block-column > h5,
.blogBody .wp-block-column > h6 {
  margin-block-start: 0;
}
.blogBody p,
.blogBody span,
.blogBody a,
.blogBody h2,
.blogBody h3,
.blogBody h4,
.blogBody h5,
.blogBody h6 {
  color: #181818;
}
.blogBody a {
  font-size: 1em;
  cursor: pointer !important;
  transition: all ease-in-out 0.25s;
}
.blogBody a:hover {
  opacity: 0.25;
}
.blogBody #ez-toc-container {
  box-sizing: border-box;
  width: 100%;
  padding: 1.25vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .blogBody #ez-toc-container {
    padding: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.blogBody #ez-toc-container nav {
  padding-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .blogBody #ez-toc-container nav {
    padding-top: 2.1333333333vw;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 62.5%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  background: #f5f5f5;
}

body * {
  font-family: "Noto Sans JP";
  font-weight: 300;
  color: #181818;
  font-style: normal;
  line-height: 1.5;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.hover {
  transition: all 0.25s ease-in-out;
}
.hover:hover {
  opacity: 0.25;
}

.hero {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: url("../images/hero-pc.jpg");
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .hero {
    background-image: url("../images/hero-sp.jpg");
  }
}
.hero::before {
  content: "";
  display: block;
  padding-top: 65%;
}
@media screen and (max-width: 800px) {
  .hero::before {
    padding-top: 140.5333333333%;
  }
}
.hero__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
}
.hero__textContainer {
  padding-bottom: 5vw;
}
@media screen and (max-width: 800px) {
  .hero__textContainer {
    padding-bottom: 10.6666666667vw;
  }
}
.hero__title {
  font-size: 5vw;
  font-family: "Futura";
}
@media screen and (max-width: 800px) {
  .hero__title {
    font-size: 10.6666666667vw;
  }
}
.hero__subTitle {
  padding-top: 0vw;
  font-size: 1.25vw;
  font-family: "Futura";
}
@media screen and (max-width: 800px) {
  .hero__subTitle {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .hero__subTitle {
    font-size: 3.2vw;
  }
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0 !important;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #181818;
}
@media screen and (max-width: 800px) {
  .about {
    justify-content: center;
  }
}
.about__inner {
  position: relative;
  display: flex;
}
@media screen and (max-width: 800px) {
  .about__inner {
    flex-direction: column-reverse;
  }
}
.about__inner > * + * {
  border-left: 1px solid #181818;
}
@media screen and (max-width: 800px) {
  .about__inner > * + * {
    border-left: none;
  }
}
.about__main {
  display: flex;
  align-self: flex-start;
  flex-direction: column;
  width: 50%;
  padding-top: 4.21875vw;
  padding-bottom: 4.21875vw;
  padding-right: 7.8125vw;
  padding-left: 10%;
}
@media screen and (max-width: 800px) {
  .about__main {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .about__main {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__main {
    padding-right: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__main {
    width: 100%;
  }
}
.about__subTitle {
  padding-top: 3.75vw;
  font-size: 2.5vw;
  font-weight: medium;
  font-family: "Futura";
}
@media screen and (max-width: 800px) {
  .about__subTitle {
    padding-top: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .about__subTitle {
    font-size: 6.4vw;
  }
}
.about__text {
  padding-top: 2.5vw;
  font-size: 1.25vw;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .about__text {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .about__text {
    font-size: 4.2666666667vw;
  }
}
.about__button {
  align-self: flex-start;
  margin-top: 4.21875vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .about__button {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__button {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__button {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .about__button {
    font-size: 4.2666666667vw;
  }
}
.about__button span {
  font-family: "Lufga";
  font-weight: 500;
}
.about__imgWrapper {
  width: 50%;
  padding: 3.125vw;
}
@media screen and (max-width: 800px) {
  .about__imgWrapper {
    padding: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .about__imgWrapper {
    width: 100%;
  }
}
.about__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructor {
  display: flex;
  justify-content: center;
  align-items: center;
}
.instructor__inner {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.instructor__list {
  display: flex;
  flex-direction: column;
  padding-top: 4.21875vw;
}
@media screen and (max-width: 800px) {
  .instructor__list {
    padding-top: 10.6666666667vw;
  }
}
.instructor__list > * + * {
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .instructor__list > * + * {
    margin-top: 10.6666666667vw;
  }
}
.instructor__item {
  border: 1px solid #181818;
}
.instructor__item:nth-child(even) .instructorItem__article {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .instructor__item:nth-child(even) .instructorItem__article {
    flex-direction: column;
  }
}

.news {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.news__inner {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.news__title {
  align-self: start;
}
.news__topContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .news__topContainer {
    flex-direction: column;
  }
}
.news__top {
  display: flex;
  justify-content: center;
  align-content: inherit;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .news__top {
    margin-top: 8.5333333333vw;
  }
}
.news__top > * + * {
  margin-left: 3.125vw;
}
@media screen and (max-width: 800px) {
  .news__top > * + * {
    margin-left: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .news__top {
    align-self: flex-end;
  }
}
.news__topButton {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .news__topButton {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .news__topButton {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.news__topButton span {
  font-family: "Lufga";
  font-weight: 500;
  color: #181818;
}
.news__slider {
  width: 100%;
}
.news__sliderWrapper {
  width: 100%;
  padding-top: 5vw;
}
@media screen and (max-width: 800px) {
  .news__sliderWrapper {
    padding-top: 17.0666666667vw;
  }
}
.news__slide {
  width: 100%;
}
.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.875vw;
  grid-row-gap: 3.125vw;
  padding-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .news__list {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .news__list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 6.4vw;
    grid-row-gap: 6.4vw;
  }
}
.news__terms {
  display: flex;
  gap: 1.25vw;
  flex-wrap: wrap;
  padding-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .news__terms {
    padding-top: 10.6666666667vw;
  }
}
.news__term {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 2.5vw;
  font-size: 0.78125vw;
  border: 1px solid #181818;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 800px) {
  .news__term {
    height: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .news__term {
    font-size: 2.6666666667vw;
  }
}
.news__term.selected {
  background: #181818;
  color: #fff;
}
.news__term.selected:hover {
  border: 1px solid #181818;
  background: #fff;
  color: #181818;
}
.news__term.selected:hover a {
  color: #181818;
}
.news__term:hover {
  background: #181818;
  color: #fff;
}
.news__pagenation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__pagenation > * + * {
  margin-left: 3.125vw;
}
@media screen and (max-width: 800px) {
  .news__pagenation > * + * {
    margin-left: 10.6666666667vw;
  }
}
.news__pagenation button {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75vw;
  height: 3.75vw;
  margin-top: 0 !important;
  background: #181818;
  border-radius: 999px;
  border: 1px solid #181818 !important;
}
@media screen and (max-width: 800px) {
  .news__pagenation button {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .news__pagenation button {
    height: 8.5333333333vw;
  }
}
.news__pagenation button.swiper-button-disabled {
  background: #fff;
  opacity: 1;
}
.news__pagenation button.swiper-button-disabled::after {
  color: #181818 !important;
  opacity: 1;
}
.news__pagenation button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25vw;
  color: #fff !important;
}
@media screen and (max-width: 800px) {
  .news__pagenation button::after {
    font-size: 3.7333333333vw;
  }
}
.news__pageNumbers {
  padding-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .news__pageNumbers {
    padding-top: 21.3333333333vw;
  }
}

.newsItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.newsItem__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .newsItem__inner {
    padding-top: 21.3333333333vw;
  }
}
.newsItem__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-right: 1.875vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 800px) {
  .newsItem__link {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__link {
    padding-right: 0vw;
  }
}
.newsItem__link:hover .newsItem__article {
  opacity: 0.25;
}
.newsItem__article {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 800px) {
  .newsItem__article {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newsItem__meta {
  display: flex;
  align-items: center;
}
.newsItem__term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 2.5vw;
  font-size: 1.25vw;
  color: #181818;
  font-weight: bold;
  background: #fff;
  border-radius: 999px;
}
@media screen and (max-width: 800px) {
  .newsItem__term {
    width: 34.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__term {
    height: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__term {
    font-size: 4.2666666667vw;
  }
}
.newsItem__date {
  font-size: 1.25vw;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .newsItem__date {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__date {
    padding-left: 4.2666666667vw;
  }
}
.newsItem__title {
  position: relative;
  font-size: 1.25vw;
  padding-left: 5.625vw;
  padding-top: 0vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 800px) {
  .newsItem__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__title {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__title {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsItem__title {
    -webkit-line-clamp: 2;
  }
}

.newsCard {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(24, 24, 24, 0.4);
}
.newsCard__article {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
}
.newsCard__link {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.25vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .newsCard__link {
    padding: 4.2666666667vw;
  }
}
.newsCard__imgWrapper {
  position: relative;
  width: 100%;
}
.newsCard__imgWrapper::before {
  content: "";
  display: block;
  padding-top: 66.270783848%;
}
.newsCard__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsCard__date {
  padding-top: 0.625vw;
  font-size: 1.25vw;
  color: rgba(24, 24, 24, 0.5);
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .newsCard__date {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsCard__date {
    font-size: 4.2666666667vw;
  }
}
.newsCard__title {
  padding-top: 0.625vw;
  font-size: 1.875vw;
  color: #181818;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 800px) {
  .newsCard__title {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .newsCard__title {
    font-size: 6.4vw;
  }
}
.newsCard__excerpt {
  padding-top: 1.25vw;
  font-size: 1.25vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 800px) {
  .newsCard__excerpt {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsCard__excerpt {
    font-size: 4.2666666667vw;
  }
}
.newsCard__button {
  display: flex;
  align-items: center;
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .newsCard__button {
    margin-top: 6.4vw;
  }
}
.newsCard__button span {
  font-size: 1.25vw;
  font-family: "Lufga";
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .newsCard__button span {
    font-size: 4.2666666667vw;
  }
}
.newsCard__button img {
  display: block;
  margin-left: 1.25vw;
  width: 1.875vw;
}
@media screen and (max-width: 800px) {
  .newsCard__button img {
    margin-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .newsCard__button img {
    width: 6.4vw;
  }
}

.instructorGridItem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.instructorGridItem__article {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.instructorGridItem__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.25vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .instructorGridItem__link {
    padding: 4.2666666667vw;
  }
}
.instructorGridItem__imgWrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.instructorGridItem__imgWrapper:hover > img {
  transform: scale(1.1);
}
.instructorGridItem__imgWrapper::before {
  content: "";
  display: block;
  padding-top: 126.4331210191%;
}
.instructorGridItem__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease;
}
.instructorGridItem__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .instructorGridItem__info {
    padding-top: 6.4vw;
  }
}
.instructorGridItem__title {
  font-size: 1.875vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .instructorGridItem__title {
    font-size: 6.4vw;
  }
}
.instructorGridItem__sns {
  display: flex;
  align-items: center;
}
.instructorGridItem__sns > * + * {
  margin-left: 1.875vw;
}
@media screen and (max-width: 800px) {
  .instructorGridItem__sns > * + * {
    margin-left: 6.4vw;
  }
}
.instructorGridItem__coming {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.875vw;
  font-size: 1.875vw;
  font-weight: 500;
  font-family: "Oswald";
}
@media screen and (max-width: 800px) {
  .instructorGridItem__coming {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .instructorGridItem__coming {
    font-size: 6.4vw;
  }
}
.instructorGridItem__snsIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.instructorGridItem__snsIconImg {
  display: block;
  height: 1.25vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 800px) {
  .instructorGridItem__snsIconImg {
    height: 4.2666666667vw;
  }
}

.price {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.price__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .price__inner {
    width: 100%;
  }
}
.price__frontTitle {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .price__frontTitle {
    font-size: 9.6vw;
  }
}
.price__title {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .price__title {
    font-size: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .price__title {
    margin-left: 10%;
  }
}
.price__tableWrapper {
  width: 100%;
  overflow: scroll;
}
@media screen and (max-width: 800px) {
  .price__tableWrapper {
    padding-left: 10%;
  }
}
.price__table {
  margin-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .price__table {
    margin-top: 10.6666666667vw;
  }
}
.price__button {
  margin-top: 4.21875vw;
  align-self: center;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  background: rgba(24, 24, 24, 0.15);
}
@media screen and (max-width: 800px) {
  .price__button {
    margin-top: 14.4vw;
  }
}
@media screen and (max-width: 800px) {
  .price__button {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .price__button {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.price__button span {
  font-family: "Lufga";
  font-weight: 500;
}

.priceTable__tr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.priceTable__tr:nth-child(2n) {
  background-color: #b5b5b5;
}
.priceTable__tr:nth-child(2n) > * + * {
  border-left: 1px solid #d7d7d7;
}
.priceTable__tr:nth-child(2n+1) {
  background-color: #d7d7d7;
}
.priceTable__tr:nth-child(2n+1) > * + * {
  border-left: 1px solid #b5b5b5;
}
.priceTable__th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 33%;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  font-size: 1.25vw;
  font-weight: bold;
  align-self: stretch;
}
@media screen and (max-width: 800px) {
  .priceTable__th {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .priceTable__th {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .priceTable__th {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .priceTable__th {
    width: 100%;
    min-width: 74.6666666667vw;
  }
}
.priceTable__th .title {
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .priceTable__th .title {
    font-size: 6.4vw;
  }
}
.priceTable__th .title.red {
  color: #ea5a69;
}
.priceTable__th span {
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .priceTable__th span {
    font-size: 4.2666666667vw;
  }
}
.priceTable__th span + span {
  padding-top: 0.625vw;
}
@media screen and (max-width: 800px) {
  .priceTable__th span + span {
    padding-top: 2.1333333333vw;
  }
}
.priceTable__td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 33%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .priceTable__td {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .priceTable__td {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .priceTable__td {
    width: 100%;
    min-width: 74.6666666667vw;
  }
}
.priceTable__td--price {
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.priceTable__td--price .tdPrice {
  font-size: 3.125vw;
  font-family: "Lufga";
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .priceTable__td--price .tdPrice {
    font-size: 8.5333333333vw;
  }
}
.priceTable__td--price .tdPrice span {
  font-size: 1.875vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .priceTable__td--price .tdPrice span {
    font-size: 6.4vw;
  }
}
.priceTable__td--content {
  align-self: stretch;
}
.priceTable__td--content .tdTitle {
  color: rgba(24, 24, 24, 0.4);
  font-weight: 400;
}
.priceTable__td--content .tdDescription {
  padding-top: 0.625vw;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .priceTable__td--content .tdDescription {
    padding-top: 2.1333333333vw;
  }
}
.priceTable__td span {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .priceTable__td span {
    font-size: 4.2666666667vw;
  }
}

.course {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.course__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 80%;
}
.course__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 5vw;
}
@media screen and (max-width: 800px) {
  .course__list {
    padding-top: 17.0666666667vw;
  }
}
.course__list > * + * {
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .course__list > * + * {
    margin-top: 6.4vw;
  }
}
.course__item {
  border: 1px solid rgba(24, 24, 24, 0.18);
}
.course__attention {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.875vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .course__attention {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .course__attention {
    font-size: 4.2666666667vw;
  }
}
.course__button {
  margin-top: 4.21875vw;
  align-self: center;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .course__button {
    margin-top: 14.4vw;
  }
}
@media screen and (max-width: 800px) {
  .course__button {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .course__button {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.course__button span {
  font-family: "Lufga";
  font-weight: 500;
}

.courseItem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.courseItem__article {
  display: flex;
  flex-direction: column;
  padding: 1.25vw;
}
@media screen and (max-width: 800px) {
  .courseItem__article {
    padding: 4.2666666667vw;
  }
}
.courseItem__top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .courseItem__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.courseItem__top > * + * {
  padding-left: 1.25vw;
  padding-top: 0vw;
}
@media screen and (max-width: 800px) {
  .courseItem__top > * + * {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .courseItem__top > * + * {
    padding-top: 4.2666666667vw;
  }
}
.courseItem__title {
  font-size: 1.875vw;
  font-weight: bold;
  color: #ea5a69;
}
@media screen and (max-width: 800px) {
  .courseItem__title {
    font-size: 6.4vw;
  }
}
.courseItem__schedule {
  font-size: 1.875vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .courseItem__schedule {
    font-size: 6.4vw;
  }
}
.courseItem__description {
  padding-top: 1.25vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .courseItem__description {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .courseItem__description {
    font-size: 4.2666666667vw;
  }
}

.admission {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.admission__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 80%;
}
.admission__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .admission__top {
    flex-direction: column;
  }
}
.admission__top > * + * {
  margin-left: 8.75vw;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .admission__top > * + * {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .admission__top > * + * {
    margin-top: 8.5333333333vw;
  }
}
.admission__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  .admission__info {
    align-items: flex-start;
  }
}
.admission__infoText {
  font-size: 1.25vw;
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .admission__infoText {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .admission__infoText {
    text-align: left;
  }
}
.admission__infoButton {
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .admission__infoButton {
    margin-top: 8.5333333333vw;
  }
}
.admission__title {
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .admission__title {
    align-self: flex-start;
  }
}
.admission__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 3.75vw;
  border-bottom: 1px solid rgba(24, 24, 24, 0.18);
}
@media screen and (max-width: 800px) {
  .admission__list {
    margin-top: 12.8vw;
  }
}
.admission__item {
  width: 100%;
  border-top: 1px solid rgba(24, 24, 24, 0.18);
}
.admission__infoButton {
  margin-top: 4.21875vw;
  align-self: flex-end;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .admission__infoButton {
    margin-top: 14.4vw;
  }
}
@media screen and (max-width: 800px) {
  .admission__infoButton {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .admission__infoButton {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.admission__infoButton span {
  font-family: "Lufga";
  font-weight: 500;
}

.admissionItem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.admissionItem__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.875vw;
}
@media screen and (max-width: 800px) {
  .admissionItem__inner {
    padding: 3.2vw;
  }
}
.admissionItem__dt {
  display: flex;
  box-sizing: border-box;
  font-size: 1.25vw;
  padding-right: 0vw;
  width: 23.4375vw;
  flex-shrink: 0;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .admissionItem__dt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .admissionItem__dt {
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .admissionItem__dt {
    width: 26.6666666667vw;
  }
}
.admissionItem__dd {
  display: flex;
  flex-direction: column;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .admissionItem__dd {
    font-size: 3.2vw;
  }
}
.admissionItem__dd span {
  font-size: inherit;
}

.instructorItem__article {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .instructorItem__article {
    flex-direction: column;
  }
}
.instructorItem__imgWrapper {
  position: relative;
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .instructorItem__imgWrapper {
    width: 100%;
  }
}
.instructorItem__imgWrapper::before {
  content: "";
  display: block;
  padding-top: 94.6386946387%;
}
.instructorItem__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instructorItem__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .instructorItem__container {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .instructorItem__container {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.instructorItem__titleContainer {
  display: flex;
  border-bottom: 1px solid #181818;
  align-self: start;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .instructorItem__titleContainer {
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .instructorItem__titleContainer {
    justify-content: space-between;
    align-self: stretch;
  }
}
.instructorItem__title {
  min-width: 20.3125vw;
  font-size: 3.75vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .instructorItem__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .instructorItem__title {
    min-width: none;
  }
}
.instructorItem__viewAllBtn {
  display: flex;
  align-items: center;
}
.instructorItem__viewAllBtn span {
  font-size: 1.25vw;
  font-family: "Lufga";
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .instructorItem__viewAllBtn span {
    font-size: 3.2vw;
  }
}
.instructorItem__viewAllBtn img {
  display: block;
  width: 1.875vw;
  padding-left: 1.25vw;
  box-sizing: content-box;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 800px) {
  .instructorItem__viewAllBtn img {
    width: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .instructorItem__viewAllBtn img {
    padding-left: 2.1333333333vw;
  }
}
.instructorItem__position {
  padding-top: 1.25vw;
  font-size: 1.25vw;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .instructorItem__position {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .instructorItem__position {
    font-size: 4.2666666667vw;
  }
}
.instructorItem__background {
  padding-top: 2.5vw;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .instructorItem__background {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .instructorItem__background {
    font-size: 4.2666666667vw;
  }
}

.schedule {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.schedule__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
}
.schedule__title {
  position: relative;
  font-size: 5vw;
  line-height: 1.5;
  text-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 800px) {
  .schedule__title {
    font-size: 12.8vw;
  }
}
.schedule__title span {
  font-size: inherit;
  line-height: inherit;
  text-shadow: inherit;
}
.schedule__title::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .schedule__title {
    align-self: flex-start;
  }
}
.schedule__text {
  font-size: 1.25vw;
  line-height: 2;
  padding-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .schedule__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .schedule__text {
    padding-top: 6.4vw;
  }
}
.schedule__listWrapper {
  display: flex;
  width: 100%;
  padding-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .schedule__listWrapper {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .schedule__listWrapper {
    flex-direction: column;
  }
}
.schedule__listWrapper > * + * {
  margin-left: 0.625vw;
}
@media screen and (max-width: 800px) {
  .schedule__listWrapper > * + * {
    margin-left: 0vw;
  }
}
.schedule__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.625vw;
  grid-row-gap: 0.625vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .schedule__list {
    grid-template-columns: 1fr;
  }
}
.schedule__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.schedule__item:nth-child(1), .schedule__item:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 800px) {
  .schedule__item:nth-child(2) {
    border-top: none;
  }
}

.scheduleItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.scheduleItem__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .scheduleItem__inner {
    padding-top: 21.3333333333vw;
  }
}
.scheduleItem__title {
  position: relative;
  font-size: 1.25vw;
  padding-left: 1.875vw;
  padding-top: 0vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 800px) {
  .scheduleItem__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleItem__title {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleItem__title {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleItem__title {
    -webkit-line-clamp: 2;
  }
}
.scheduleItem__article {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-right: 1.25vw;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 800px) {
  .scheduleItem__article {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleItem__article {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleItem__article {
    flex-direction: column;
    align-items: flex-start;
  }
}
.scheduleItem__meta {
  display: flex;
  align-items: center;
}
.scheduleItem__date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 2.5vw;
  flex-shrink: 0;
  font-size: 1.25vw;
  color: #181818;
  font-weight: 500;
  background: #fff;
  border-radius: 999px;
}
@media screen and (max-width: 800px) {
  .scheduleItem__date {
    width: 34.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleItem__date {
    height: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleItem__date {
    font-size: 4.2666666667vw;
  }
}
.scheduleItem__time {
  font-size: 1.25vw;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 1.25vw;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .scheduleItem__time {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleItem__time {
    padding-left: 4.2666666667vw;
  }
}

.trial {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.trial__bgText {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 19.53125vw;
  color: #f4f4f4;
  opacity: 0;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .trial__bgText {
    font-size: 66.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .trial__bgText {
    display: none;
  }
}
.trial__bgText.animated {
  animation: toRight 1.25s ease forwards;
}
@keyframes toRight {
  from {
    right: -7.8125vw;
  }
  to {
    opacity: 0.2;
    right: 0;
  }
}
.trial__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
}
@media screen and (max-width: 800px) {
  .trial__inner {
    width: 100%;
  }
}
.trial__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .trial__container {
    flex-direction: column;
    justify-content: center;
  }
}
.trial__container--start {
  justify-content: flex-start;
}
.trial__content {
  display: flex;
  flex-direction: column;
}
.trial__main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  padding-left: 9.375vw;
}
@media screen and (max-width: 800px) {
  .trial__main {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .trial__main {
    width: 80%;
    align-self: auto;
  }
}
.trial__main--bottom {
  justify-content: flex-end;
}
.trial__title {
  position: relative;
  font-size: 5vw;
  text-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(255, 255, 255, 0.2);
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .trial__title {
    font-size: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .trial__title {
    margin-top: 10.6666666667vw;
  }
}
.trial__title span {
  font-size: inherit;
  line-height: inherit;
  text-shadow: inherit;
}
.trial__title::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #fff;
}
.trial__name {
  font-size: 2.5vw;
  font-weight: bold;
  padding-top: 0vw;
}
@media screen and (max-width: 800px) {
  .trial__name {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .trial__name {
    padding-top: 10.6666666667vw;
  }
}
.trial__name--small {
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .trial__name--small {
    font-size: 6.4vw;
  }
}
.trial__position {
  font-size: 1.875vw;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .trial__position {
    font-size: 6.4vw;
  }
}
.trial__text {
  padding-top: 0.625vw;
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .trial__text {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .trial__text {
    font-size: 4.2666666667vw;
  }
}
.trial__imgWrapper {
  position: relative;
  width: 43.125vw;
  flex-shrink: 0;
  border-radius: 0 19.53125vw 30px 0;
  margin-left: -8px;
  border: 4px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .trial__imgWrapper {
    width: 90vw;
  }
}
@media screen and (max-width: 800px) {
  .trial__imgWrapper {
    align-self: flex-start;
  }
}
.trial__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trial__button {
  align-self: flex-start;
  margin-top: 3.125vw;
  height: 3.90625vw;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .trial__button {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .trial__button {
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .trial__button {
    padding-left: 17.0666666667vw;
    padding-right: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .trial__button {
    font-size: 4.2666666667vw;
  }
}

.audition {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .audition {
    justify-content: center;
  }
}
.audition__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 2.5%;
  padding-right: 10%;
}
@media screen and (max-width: 800px) {
  .audition__inner {
    padding-left: 10%;
  }
}
.audition__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.audition__top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.audition__title {
  text-align: center;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  font-size: 2.5vw;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .audition__title {
    font-size: 7.4666666667vw;
  }
}
.audition__title br {
  display: none;
}
@media screen and (max-width: 800px) {
  .audition__title {
    width: 85%;
  }
  .audition__title br {
    display: block;
  }
}
.audition__subTitle {
  padding-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .audition__subTitle {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__subTitle {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__subTitle {
    width: 80%;
  }
}
.audition__main {
  display: flex;
  align-items: flex-start;
  padding-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .audition__main {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__main {
    flex-direction: column;
  }
}
.audition__img {
  display: block;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: stretch;
}
@media screen and (max-width: 800px) {
  .audition__img {
    width: 100%;
  }
}
.audition__contents {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 6.25vw;
  padding-top: 0vw;
}
@media screen and (max-width: 800px) {
  .audition__contents {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__contents {
    padding-top: 10.6666666667vw;
  }
}
.audition__date {
  line-height: 1.8;
  font-weight: bold;
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .audition__date {
    font-size: 5.3333333333vw;
  }
}
.audition__date--2 {
  line-height: 1.8;
  font-weight: bold;
  font-size: 1.875vw;
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .audition__date--2 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__date--2 {
    margin-top: 2.1333333333vw;
  }
}
.audition__contentsTitle {
  padding-top: 1.875vw;
  padding-bottom: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.8;
  font-weight: bold;
  border-bottom: 1px solid rgba(24, 24, 24, 0.4);
}
@media screen and (max-width: 800px) {
  .audition__contentsTitle {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__contentsTitle {
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__contentsTitle {
    font-size: 4.2666666667vw;
  }
}
.audition__contentsResult {
  padding-top: 1.875vw;
  padding-bottom: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .audition__contentsResult {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__contentsResult {
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__contentsResult {
    font-size: 4.2666666667vw;
  }
}
.audition__contentsDescription {
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.8;
  border-bottom: 1px solid rgba(24, 24, 24, 0.4);
}
@media screen and (max-width: 800px) {
  .audition__contentsDescription {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__contentsDescription {
    font-size: 4.2666666667vw;
  }
}
.audition__contentsMessage {
  padding-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .audition__contentsMessage {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__contentsMessage {
    font-size: 4.2666666667vw;
  }
}
.audition__button {
  margin-top: 4.21875vw;
  align-self: center;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  background: rgba(24, 24, 24, 0.15);
}
@media screen and (max-width: 800px) {
  .audition__button {
    margin-top: 14.4vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__button {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .audition__button {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.audition__button span {
  font-family: "Lufga";
  font-weight: 500;
}

.footerBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #323232;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footerBanner__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 80%;
  padding-top: 6.25vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 800px) {
  .footerBanner__inner {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footerBanner__inner {
    padding-bottom: 17.0666666667vw;
  }
}
.footerBanner__title {
  font-size: 1.875vw;
  color: #fff;
  font-family: "Lufga";
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .footerBanner__title {
    font-size: 6.4vw;
  }
}
.footerBanner__text {
  padding-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 2;
  color: #fff;
  font-family: "Yu Gothic", YuGothic;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .footerBanner__text {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footerBanner__text {
    font-size: 4.2666666667vw;
  }
}
.footerBanner__button {
  margin-top: 4.21875vw;
  align-self: center;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  border: 1px solid #fff !important;
}
@media screen and (max-width: 800px) {
  .footerBanner__button {
    margin-top: 14.4vw;
  }
}
@media screen and (max-width: 800px) {
  .footerBanner__button {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footerBanner__button {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.footerBanner__button span {
  font-family: "Lufga";
  font-weight: 500;
  color: #fff;
}

.privacyPolicy {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.privacyPolicy__inner {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-bottom: 12.5vw;
}
@media screen and (max-width: 800px) {
  .privacyPolicy__inner {
    padding-bottom: 42.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .privacyPolicy__inner {
    width: 80%;
  }
}
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
}
.contact__inner > .wpcf7 {
  width: 100%;
}
.contact__form {
  width: 100%;
  max-width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .contact__form {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__form {
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}

.contactForm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactForm__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.contactForm__top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .contactForm__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contactForm__title {
  font-weight: bold;
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .contactForm__title {
    font-size: 6.4vw;
  }
}
.contactForm__text {
  font-size: 1.25vw;
  padding-left: 3.125vw;
  padding-top: 0vw;
}
@media screen and (max-width: 800px) {
  .contactForm__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__text {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__text {
    padding-top: 4.2666666667vw;
  }
}
.contactForm__list {
  padding-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .contactForm__list {
    padding-top: 8.5333333333vw;
  }
}
.contactForm__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contactForm__item + .contactForm__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .contactForm__item + .contactForm__item {
    margin-top: 8.5333333333vw;
  }
}
.contactForm__itemTitle {
  font-size: 1.25vw;
  line-height: 1.5;
  color: #181818;
}
@media screen and (max-width: 800px) {
  .contactForm__itemTitle {
    font-size: 4.2666666667vw;
  }
}
.contactForm__itemTitle span {
  padding-left: 0.625vw;
  color: #ff0000;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 800px) {
  .contactForm__itemTitle span {
    padding-left: 2.1333333333vw;
  }
}
.contactForm__input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  margin-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.5;
  color: #181818;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(24, 24, 24, 0.4);
  resize: none;
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__input {
    font-size: 4.2666666667vw;
  }
}
.contactForm__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contactForm__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contactForm__input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contactForm__select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  margin-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.5;
  border-radius: 5px;
  background: rgba(24, 24, 24, 0.15);
  border: 1px solid #181818;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 800px) {
  .contactForm__select {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__select {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__select {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__select {
    font-size: 4.2666666667vw;
  }
}
.contactForm__select option {
  color: rgba(24, 24, 24, 0.15);
}
.contactForm__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4.375vw;
}
@media screen and (max-width: 800px) {
  .contactForm__button {
    padding-top: 14.9333333333vw;
  }
}
.contactForm__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.4375vw;
  padding-left: 3.4375vw;
  padding-right: 3.4375vw;
  font-size: 1.25vw;
  color: #181818;
  border-radius: 999px;
  border: 1px solid #181818;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 800px) {
  .contactForm__submit {
    height: 11.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__submit {
    padding-left: 11.7333333333vw;
    padding-right: 11.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .contactForm__submit {
    font-size: 4.2666666667vw;
  }
}
.contactForm__submit:hover {
  opacity: 0.25;
}

.wpcf7-spinner {
  display: none !important;
  visibility: hidden !important;
}

.wpcf7-not-valid-tip {
  padding-top: 0.625vw;
  font-size: 12px !important;
}
@media screen and (max-width: 800px) {
  .wpcf7-not-valid-tip {
    padding-top: 2.1333333333vw;
  }
}

.wpcf7-response-output {
  text-align: center;
  color: #181818;
  margin-top: 16px !important;
  font-size: 16px !important;
  border: none !important;
}

.postContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.postContent__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 62.5%;
  padding-top: 5vw;
  padding-bottom: 12.5vw;
}
@media screen and (max-width: 800px) {
  .postContent__inner {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .postContent__inner {
    padding-bottom: 42.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .postContent__inner {
    width: 80%;
  }
}
.postContent__content {
  padding-top: 3.75vw;
}
@media screen and (max-width: 800px) {
  .postContent__content {
    padding-top: 6.4vw;
  }
}
.postContent__thumbnailWrapepr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.postContent__thumbnailWrapepr::before {
  display: block;
  content: "";
  padding-top: 67.0050761421%;
}
.postContent__thumbnail {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postContent__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.0625vw;
  margin-top: 6.25vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  font-size: 1.25vw;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 800px) {
  .postContent__button {
    height: 11.7333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .postContent__button {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .postContent__button {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .postContent__button {
    font-size: 4.2666666667vw;
  }
}

.access {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.access__inner {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.access__coming {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .access__coming {
    padding-top: 21.3333333333vw;
  }
}
.access__coming h2 {
  font-size: 5vw;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .access__coming h2 {
    font-size: 10.6666666667vw;
  }
}
.access__coming p {
  padding-top: 6.25vw;
  font-size: 1.875vw;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .access__coming p {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .access__coming p {
    font-size: 6.4vw;
  }
}

.instructors {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.instructors__inner {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.instructors__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
  padding-top: 5vw;
}
@media screen and (max-width: 800px) {
  .instructors__grid {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .instructors__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
  }
}

.imageSlider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.imageSlider__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.imageSlider__slider {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: infinity-scroll-left 80s infinite linear;
}
.imageSlider__slide {
  position: relative;
  width: 37.5vw;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .imageSlider__slide {
    width: 74.6666666667vw;
  }
}
.imageSlider__slide::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.imageSlider__slideImg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: black;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0 !important;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #181818;
}
@media screen and (max-width: 800px) {
  .message {
    justify-content: center;
  }
}
.message__inner {
  position: relative;
  display: flex;
}
@media screen and (max-width: 800px) {
  .message__inner {
    flex-direction: column;
  }
}
.message__inner > * + * {
  border-left: 1px solid #181818;
}
@media screen and (max-width: 800px) {
  .message__inner > * + * {
    border-left: none;
  }
}
.message__main {
  display: flex;
  align-self: flex-start;
  flex-direction: column;
  align-self: stretch;
  width: 50%;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  padding-top: 4.21875vw;
  padding-bottom: 4.21875vw;
}
@media screen and (max-width: 800px) {
  .message__main {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .message__main {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .message__main {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .message__main {
    width: 100%;
  }
}
.message__text {
  padding-top: 2.5vw;
  font-size: 1.25vw;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .message__text {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .message__text {
    font-size: 4.2666666667vw;
  }
}
.message__imgWrapper {
  width: 50%;
  padding: 3.125vw;
}
@media screen and (max-width: 800px) {
  .message__imgWrapper {
    padding: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .message__imgWrapper {
    width: 100%;
  }
}
.message__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.lesson {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.lesson__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .lesson__inner {
    flex-direction: column;
    justify-content: center;
  }
}
.lesson__title {
  position: relative;
  padding-top: 1.875vw;
  font-size: 2.5vw;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .lesson__title {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .lesson__title {
    font-size: 8.5333333333vw;
  }
}
.lesson__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background: #181818;
  margin: 0 auto;
}
.lesson__text {
  font-size: 1.25vw;
  padding-top: 1.875vw;
  width: 42%;
}
@media screen and (max-width: 800px) {
  .lesson__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .lesson__text {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .lesson__text {
    width: 100%;
  }
}
.lesson__collaspble {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .lesson__collaspble {
    font-size: 4.2666666667vw;
  }
}

.cool {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.cool__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .cool__inner {
    flex-direction: column;
    justify-content: center;
  }
}
.cool__sub {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .cool__sub {
    width: 100%;
  }
}
.cool__main {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media screen and (max-width: 800px) {
  .cool__main {
    width: 100%;
  }
}
.cool__title {
  position: relative;
  padding-top: 1.875vw;
  font-size: 2.5vw;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .cool__title {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .cool__title {
    font-size: 8.5333333333vw;
  }
}
.cool__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background: #181818;
  margin: 0 auto;
}
.cool__graph {
  margin-top: 1.875vw;
  filter: drop-shadow(16px 16px 40px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 800px) {
  .cool__graph {
    margin-top: 6.4vw;
  }
}
.cool__text {
  font-size: 1.25vw;
  padding-top: 1.875vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .cool__text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .cool__text {
    padding-top: 10.6666666667vw;
  }
}
.cool__collapsibleRow {
  width: 100%;
}

.class {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .class {
    justify-content: center;
  }
}
.class__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 80%;
  position: relative;
}
.class__title {
  position: relative;
  font-size: 5vw;
  text-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(255, 255, 255, 0.2);
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .class__title {
    font-size: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .class__title {
    margin-top: 10.6666666667vw;
  }
}
.class__title::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #fff;
}
.class__title span {
  font-size: inherit;
  line-height: inherit;
  text-shadow: inherit;
}
.class__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .class__list {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .class__list {
    flex-direction: column;
  }
}
.class__list > * + * {
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .class__list > * + * {
    margin-top: 10.6666666667vw;
  }
}
.class__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 47.5%;
}
@media screen and (max-width: 800px) {
  .class__item {
    width: 100%;
  }
}
.class__itemImageWrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 150px 30px 30px 30px;
  border: 4px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .class__itemImageWrapper {
    border-radius: 120px 30px 30px 30px;
  }
}
.class__itemImageWrapper::before {
  content: "";
  display: block;
  padding-top: 64.5833333333%;
}
.class__itemImage {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.class__itemName {
  display: flex;
  align-items: center;
  margin-top: 1.875vw;
  padding-left: 1.25vw;
  font-size: 1.875vw;
  border-left: 4px solid #fff;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .class__itemName {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .class__itemName {
    padding-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .class__itemName {
    font-size: 6.4vw;
  }
}
.class__itemText {
  padding-left: 1.25vw;
  padding-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .class__itemText {
    padding-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .class__itemText {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .class__itemText {
    font-size: 4.2666666667vw;
  }
}

.scheduleGrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.scheduleGrid__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
}
.scheduleGrid__text {
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .scheduleGrid__text {
    font-size: 4.2666666667vw;
  }
}
.scheduleGrid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.625vw;
  grid-row-gap: 1.875vw;
  width: 100%;
  padding-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .scheduleGrid__list {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleGrid__list {
    grid-template-columns: 1fr;
    grid-column-gap: 2.1333333333vw;
    grid-row-gap: 6.4vw;
  }
}
.scheduleGridItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
}
.scheduleGridItem__text {
  position: relative;
  padding-top: 0.625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__text {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__text {
    font-size: 4.2666666667vw;
  }
}
.scheduleGridItem__text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 3%;
  background: #fff;
  height: 0.3px;
  width: 7.8125vw;
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__text::after {
    width: 26.6666666667vw;
  }
}
.scheduleGridItem__article {
  width: 100%;
  padding-left: 2.5vw;
  padding-right: 1.25vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__article {
    padding-left: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__article {
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__article {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.scheduleGridItem__date {
  font-size: 1.875vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__date {
    font-size: 6.4vw;
  }
}
.scheduleGridItem__info {
  display: flex;
  flex-direction: column;
  padding-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__info {
    padding-top: 4.2666666667vw;
  }
}
.scheduleGridItem__info > * + * {
  padding-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__info > * + * {
    padding-top: 4.2666666667vw;
  }
}
.scheduleGridItem__list {
  display: flex;
  justify-content: space-between;
}
.scheduleGridItem__item {
  width: 47%;
}
.scheduleGridItem__item:first-child {
  width: 36%;
}
.scheduleGridItem__item dt {
  font-size: 0.9375vw;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__item dt {
    font-size: 3.2vw;
  }
}
.scheduleGridItem__item dd {
  font-size: 0.9375vw;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 800px) {
  .scheduleGridItem__item dd {
    font-size: 3.2vw;
  }
}
.scheduleGridItem__item dd > * {
  font-size: inherit;
  color: inherit;
}

.instructorSlider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.instructorSlider__inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 80%;
}
.instructorSlider__title {
  position: relative;
  font-size: 5vw;
  text-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 800px) {
  .instructorSlider__title {
    font-size: 12.8vw;
  }
}
.instructorSlider__title::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #fff;
}
.instructorSlider__slider {
  padding-top: 3.125vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .instructorSlider__slider {
    padding-top: 10.6666666667vw;
  }
}
.instructorSlider__slideWrapper {
  width: 100%;
  height: 100%;
}
.instructorSlider__slide {
  position: relative;
  display: inline-block;
  height: 100%;
}
.instructorSlider__flame {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.instructorSlider__slideImgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #181818;
  border-radius: 4.6875vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .instructorSlider__slideImgWrapper {
    border-radius: 16vw;
  }
}
.instructorSlider__slideImg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutUnder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aboutUnder__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .aboutUnder__inner {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .aboutUnder__inner {
    flex-direction: column;
  }
}
.aboutUnder__title {
  flex-shrink: 0;
}
.aboutUnder__main {
  display: flex;
  flex-direction: column;
  padding-top: 0vw;
  padding-left: 12.5vw;
}
@media screen and (max-width: 800px) {
  .aboutUnder__main {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .aboutUnder__main {
    padding-left: 0vw;
  }
}
.aboutUnder__mainTitle {
  font-size: 3.125vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .aboutUnder__mainTitle {
    font-size: 6.4vw;
  }
}
.aboutUnder__mainTxt {
  padding-top: 1.875vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .aboutUnder__mainTxt {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .aboutUnder__mainTxt {
    font-size: 4.2666666667vw;
  }
}

.conceptUnder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.conceptUnder__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .conceptUnder__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.conceptUnder__title {
  width: 40%;
  flex-shrink: 0;
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .conceptUnder__title {
    font-size: 8.5333333333vw;
  }
}
.conceptUnder__main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 5vw;
}
@media screen and (max-width: 800px) {
  .conceptUnder__main {
    padding-left: 0vw;
  }
}
.conceptUnder__subTitle {
  padding-top: 0vw;
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .conceptUnder__subTitle {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .conceptUnder__subTitle {
    font-size: 6.4vw;
  }
}
.conceptUnder__description {
  padding-top: 3.75vw;
}
@media screen and (max-width: 800px) {
  .conceptUnder__description {
    padding-top: 8.5333333333vw;
  }
}
.conceptUnder__description p {
  font-size: 1.25vw;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .conceptUnder__description p {
    font-size: 4.2666666667vw;
  }
}
.conceptUnder__description p.red {
  color: #ea5a69;
}
.conceptUnder__description p + p {
  padding-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .conceptUnder__description p + p {
    padding-top: 8.5333333333vw;
  }
}

.messageUnder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.messageUnder__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .messageUnder__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.messageUnder__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .messageUnder__sub {
    width: 100%;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 800px) {
  .messageUnder__title {
    align-self: flex-start;
  }
}
.messageUnder__imgWrapper {
  padding-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .messageUnder__imgWrapper {
    padding-top: 10.6666666667vw;
  }
}
.messageUnder__main {
  padding-left: 5vw;
  padding-top: 0vw;
  font-size: 1.25vw;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .messageUnder__main {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .messageUnder__main {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .messageUnder__main {
    font-size: 4.2666666667vw;
  }
}

.singleInstructor {
  display: flex;
  justify-content: center;
  align-items: center;
}
.singleInstructor__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
}
.singleInstructor__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  .singleInstructor__content {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .singleInstructor__content {
    flex-direction: column-reverse;
  }
}
.singleInstructor__main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .singleInstructor__main {
    width: 100%;
  }
}
.singleInstructor__top {
  width: 100%;
}
.singleInstructor__introduciton {
  padding-top: 1.875vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .singleInstructor__introduciton {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .singleInstructor__introduciton {
    font-size: 4.2666666667vw;
  }
}
.singleInstructor__title {
  margin-top: 0vw;
  font-size: 3.75vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .singleInstructor__title {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .singleInstructor__title {
    font-size: 8.5333333333vw;
  }
}
.singleInstructor__positionContainer {
  display: flex;
  flex-direction: column;
  padding-top: 1.875vw;
  padding-bottom: 2.5vw;
  border-bottom: 2px solid rgba(24, 24, 24, 0.6);
}
@media screen and (max-width: 800px) {
  .singleInstructor__positionContainer {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .singleInstructor__positionContainer {
    padding-bottom: 8.5333333333vw;
  }
}
.singleInstructor__positionTitle {
  font-size: 0.9375vw;
  color: rgba(24, 24, 24, 0.6);
}
@media screen and (max-width: 800px) {
  .singleInstructor__positionTitle {
    font-size: 3.2vw;
  }
}
.singleInstructor__position {
  padding-top: 0.625vw;
  font-size: 1.25vw;
  color: rgba(24, 24, 24, 0.6);
}
@media screen and (max-width: 800px) {
  .singleInstructor__position {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .singleInstructor__position {
    font-size: 4.2666666667vw;
  }
}
.singleInstructor__sns {
  display: flex;
  padding-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .singleInstructor__sns {
    padding-top: 8.5333333333vw;
  }
}
.singleInstructor__sns > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .singleInstructor__sns > * + * {
    margin-left: 4.2666666667vw;
  }
}
.singleInstructor__snsLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.singleInstructor__snsIcon {
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 800px) {
  .singleInstructor__snsIcon {
    width: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .singleInstructor__snsIcon {
    height: 5.3333333333vw;
  }
}
.singleInstructor__careerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.singleInstructor__careerTop span {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .singleInstructor__careerTop span {
    font-size: 4.2666666667vw;
  }
}
.singleInstructor__careerTop img {
  display: block;
  width: 1.25vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 800px) {
  .singleInstructor__careerTop img {
    width: 4.2666666667vw;
  }
}
.singleInstructor__careerContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  padding-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .singleInstructor__careerContainer {
    padding-top: 4.2666666667vw;
  }
}
.singleInstructor__careerContainer img {
  transition: all ease 0.25s;
}
.singleInstructor__careerContainer img.active {
  transform: rotate(180deg);
}
.singleInstructor__careerText {
  display: none;
  padding-top: 1.25vw;
  width: 100%;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .singleInstructor__careerText {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .singleInstructor__careerText {
    font-size: 4.2666666667vw;
  }
}
.singleInstructor__imgWrapper {
  width: 40%;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width: 800px) {
  .singleInstructor__imgWrapper {
    width: 100%;
  }
}
.singleInstructor__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.auditionUnder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.auditionUnder__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  padding-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .auditionUnder__inner {
    padding-top: 21.3333333333vw;
  }
}
.auditionUnder__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .auditionUnder__list {
    margin-top: 10.6666666667vw;
  }
}
.auditionUnder__list > * + * {
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .auditionUnder__list > * + * {
    margin-top: 6.4vw;
  }
}
.auditionUnder__listDl {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(24, 24, 24, 0.4);
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDl {
    flex-direction: column;
  }
}
.auditionUnder__listDl > * + * {
  border-left: 1px solid #c3c3c3;
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDl > * + * {
    border-top: 1px solid #c3c3c3;
    border-left: none;
  }
}
.auditionUnder__listDt {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 21.875vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDt {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDt {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDt {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDt {
    justify-content: center;
    text-align: center;
  }
}
.auditionUnder__listDd {
  display: flex;
  align-items: center;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDd {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDd {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDd {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__listDd {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.auditionUnder__attention {
  padding-top: 1.875vw;
  font-size: 1.25vw;
  align-self: flex-end;
}
@media screen and (max-width: 800px) {
  .auditionUnder__attention {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__attention {
    font-size: 3.2vw;
  }
}
.auditionUnder__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .auditionUnder__box {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__box {
    align-items: flex-start;
  }
}
.auditionUnder__boxItem {
  width: 47.5%;
}
.auditionUnder__boxItemTitle {
  position: relative;
  padding-left: 2.5vw;
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .auditionUnder__boxItemTitle {
    padding-left: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__boxItemTitle {
    font-size: 4.2666666667vw;
  }
}
.auditionUnder__boxItemTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9375vw;
  height: 1px;
  transform: translateY(-50%);
  background: #181818;
}
@media screen and (max-width: 800px) {
  .auditionUnder__boxItemTitle::before {
    width: 3.2vw;
  }
}
.auditionUnder__boxItemText {
  padding-top: 0.625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .auditionUnder__boxItemText {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .auditionUnder__boxItemText {
    font-size: 3.2vw;
  }
}

.achievement {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.achievement__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
}
.achievement__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .achievement__list {
    margin-top: 10.6666666667vw;
  }
}
.achievement__list > * + * {
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .achievement__list > * + * {
    margin-top: 6.4vw;
  }
}
.achievement__listDl {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(24, 24, 24, 0.4);
}
@media screen and (max-width: 800px) {
  .achievement__listDl {
    flex-direction: column;
  }
}
.achievement__listDl > * + * {
  border-left: 1px solid #c3c3c3;
}
@media screen and (max-width: 800px) {
  .achievement__listDl > * + * {
    border-top: 1px solid #c3c3c3;
    border-left: none;
  }
}
.achievement__listDt {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 21.875vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .achievement__listDt {
    width: 80vw;
  }
}
@media screen and (max-width: 800px) {
  .achievement__listDt {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .achievement__listDt {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achievement__listDt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .achievement__listDt {
    justify-content: center;
    text-align: center;
  }
}
.achievement__listDd {
  display: flex;
  align-items: center;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .achievement__listDd {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .achievement__listDd {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achievement__listDd {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .achievement__listDd {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.achievement__attention {
  padding-top: 1.875vw;
  font-size: 1.25vw;
  align-self: flex-end;
}
@media screen and (max-width: 800px) {
  .achievement__attention {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .achievement__attention {
    font-size: 3.2vw;
  }
}
.achievement__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .achievement__box {
    padding-top: 10.6666666667vw;
  }
}
.achievement__boxItem {
  width: 47.5%;
}
.achievement__boxItemTitle {
  position: relative;
  padding-left: 2.5vw;
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .achievement__boxItemTitle {
    padding-left: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .achievement__boxItemTitle {
    font-size: 4.2666666667vw;
  }
}
.achievement__boxItemTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9375vw;
  height: 1px;
  transform: translateY(-50%);
  background: #181818;
}
@media screen and (max-width: 800px) {
  .achievement__boxItemTitle::before {
    width: 3.2vw;
  }
}
.achievement__boxItemText {
  padding-top: 0.625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .achievement__boxItemText {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .achievement__boxItemText {
    font-size: 4.2666666667vw;
  }
}

.representative {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.representative__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  padding-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .representative__inner {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .representative__inner {
    flex-direction: column;
  }
}
.representative__text {
  width: 50%;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .representative__text {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .representative__text {
    width: 100%;
  }
}
.representative__text > * + * {
  margin-top: 1.25vw;
}
@media screen and (max-width: 800px) {
  .representative__text > * + * {
    margin-top: 4.2666666667vw;
  }
}
.representative__text p {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .representative__text p {
    font-size: 4.2666666667vw;
  }
}
.representative__text span {
  display: flex;
  position: relative;
  padding-left: 2.5vw;
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .representative__text span {
    padding-left: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .representative__text span {
    font-size: 4.2666666667vw;
  }
}
.representative__text span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9375vw;
  height: 1px;
  transform: translateY(-50%);
  background: #181818;
}
@media screen and (max-width: 800px) {
  .representative__text span::before {
    width: 3.2vw;
  }
}

.dancer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #323232;
  position: relative;
  width: 100%;
}
.dancer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.dancer__stage {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dancer__imgWrapper {
  position: relative;
}
.dancer__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 4.375vw;
  font-size: 2.5vw;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .dancer__title {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .dancer__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .dancer__title {
    width: 100%;
    left: 0;
    transform: translateX(0%);
    text-align: center;
  }
}
.dancer__dancerWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2.5vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex: 1;
  gap: 3.125vw;
}
@media screen and (max-width: 800px) {
  .dancer__dancerWrapper {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .dancer__dancerWrapper {
    gap: 1.25vw;
  }
}
.dancer__dancer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dancer__dancer span {
  color: #fff;
  font-size: 1.875vw;
  padding-top: 6.25vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .dancer__dancer span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .dancer__dancer span {
    padding-top: 6.4vw;
  }
}
.dancer__dancerImg {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.dancer__dancerImg--01 {
  width: 22.5vw;
}
@media screen and (max-width: 800px) {
  .dancer__dancerImg--01 {
    width: 17.6vw;
  }
}
.dancer__dancerImg--02 {
  width: 16.25vw;
}
@media screen and (max-width: 800px) {
  .dancer__dancerImg--02 {
    width: 12.8vw;
  }
}
.dancer__dancerImg--03 {
  width: 13.828125vw;
}
@media screen and (max-width: 800px) {
  .dancer__dancerImg--03 {
    width: 10.9333333333vw;
  }
}
.dancer__dancerImg--04 {
  width: 20.546875vw;
}
@media screen and (max-width: 800px) {
  .dancer__dancerImg--04 {
    width: 16.2666666667vw;
  }
}
.dancer__message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  padding-top: 3.125vw;
}
@media screen and (max-width: 800px) {
  .dancer__message {
    padding-top: 10.6666666667vw;
  }
}
.dancer__message p {
  font-size: 2.5vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .dancer__message p {
    font-size: 6.4vw;
  }
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875vw;
}
@media screen and (max-width: 800px) {
  .pagenation .page-numbers {
    gap: 6.4vw;
  }
}
.pagenation .page-numbers.current {
  background: #181818;
  color: #fff;
}
.pagenation .page-numbers li span,
.pagenation .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
  font-size: 0.9375vw;
  border-radius: 999px;
  border: 1px solid #181818;
  line-height: 1;
  vertical-align: center;
}
@media screen and (max-width: 800px) {
  .pagenation .page-numbers li span,
.pagenation .page-numbers li a {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation .page-numbers li span,
.pagenation .page-numbers li a {
    height: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .pagenation .page-numbers li span,
.pagenation .page-numbers li a {
    font-size: 3.2vw;
  }
}

.banner {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  overflow: hidden;
}
.banner__text {
  font-size: 7.5vw;
  font-family: "Futura";
  white-space: nowrap;
  display: inline-block;
  animation: leftToRight 750s linear infinite;
}
@media screen and (max-width: 800px) {
  .banner__text {
    font-size: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .banner__text {
    animation: leftToRight 375s linear infinite;
  }
}
@keyframes leftToRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.winners__inner {
  width: 79%;
  margin: auto;
}
.winners__titleWrapper {
  border-bottom: 1px solid rgba(24, 24, 24, 0.4);
  text-align: center;
  padding-bottom: 3.75vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .winners__titleWrapper {
    padding-bottom: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .winners__titleWrapper {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .winners__titleTextWrapper {
    display: flex;
    align-items: center;
  }
}
.winners__titleSpWrapper {
  display: none;
}
@media screen and (max-width: 800px) {
  .winners__titleSpWrapper {
    border-bottom: 1px solid rgba(24, 24, 24, 0.4);
    text-align: center;
    padding-bottom: 3.75vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .winners__titleSpWrapper {
    padding-bottom: 12.8vw;
  }
}
.winners__title {
  color: #181818;
  font-family: "Noto Sans JP";
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 180%;
  /* 57.6px */
}
@media screen and (max-width: 800px) {
  .winners__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .winners__title {
    line-height: 150%;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .winners__title {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.winners__titleSp {
  color: #181818;
  font-family: "Noto Sans JP";
  font-size: 2.5vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .winners__titleSp {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .winners__titleSp {
    display: block;
    line-height: 150%;
  }
}
.winners__titleText {
  color: #181818;
  font-family: "Noto Sans JP";
  font-size: 1.25vw;
  padding-top: 1.25vw;
  font-weight: 300;
  line-height: 180%;
  /* 28.8px */
}
@media screen and (max-width: 800px) {
  .winners__titleText {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .winners__titleText {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .winners__titleText {
    line-height: 1.5;
    text-align: left;
  }
}
.winners__imgWrapper {
  width: 5.15625vw;
  height: 10.15625vw;
}
@media screen and (max-width: 800px) {
  .winners__imgWrapper {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .winners__imgWrapper {
    height: 17.0666666667vw;
  }
}
.winners__candidates {
  border-bottom: 1px solid rgba(24, 24, 24, 0.4);
  text-align: center;
  padding-bottom: 1.875vw;
  padding-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .winners__candidates {
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .winners__candidates {
    padding-top: 6.4vw;
  }
}
.winners__name {
  color: #181818;
  font-family: "Noto Sans JP";
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 180%;
  /* 57.6px */
}
@media screen and (max-width: 800px) {
  .winners__name {
    font-size: 6.4vw;
  }
}
.winners__candidatesTexxtWrapper {
  padding-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .winners__candidatesTexxtWrapper {
    padding-top: 6.4vw;
  }
}
.winners__candidatesText {
  color: #181818;
  font-family: "Noto Sans JP";
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 180%;
  /* 28.8px */
}
@media screen and (max-width: 800px) {
  .winners__candidatesText {
    font-size: 4.2666666667vw;
  }
}
.winners__thanks {
  padding-top: 6.25vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .winners__thanks {
    padding-top: 10.6666666667vw;
  }
}
.winners__thanksText {
  color: #ea5a69;
  font-family: "Noto Sans JP";
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 180%;
  /* 57.6px */
}
@media screen and (max-width: 800px) {
  .winners__thanksText {
    font-size: 4.2666666667vw;
  }
}
.winners__span {
  display: none;
}
@media screen and (max-width: 800px) {
  .winners__span {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0%;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.header.scrolled {
  background: #f5f5f5;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 5vw;
}
@media screen and (max-width: 800px) {
  .header__inner {
    height: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__inner {
    align-items: center;
  }
}
.header__logoLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__logo {
  width: 5.625vw;
  filter: drop-shadow(4px 4px 16px rgba(255, 255, 255, 0.2)) drop-shadow(-4px -4px 16px rgba(255, 255, 255, 0.2));
}
@media screen and (max-width: 800px) {
  .header__logo {
    width: 19.2vw;
  }
}
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .header__nav {
    display: none;
  }
}
.header__navList {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__navItem {
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}
@media screen and (max-width: 800px) {
  .header__navItem {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__navItem {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.header__navItem--contact {
  background: #fff;
  border-radius: 999px;
}
.header__navLink {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #181818;
  font-size: 1.25vw;
  font-family: "Yu Gothic", YuGothic;
}
@media screen and (max-width: 800px) {
  .header__navLink {
    font-size: 4.2666666667vw;
  }
}
.header__navLink--contact {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  height: 2.8125vw;
  border: 1px solid #181818;
  font-family: "Futura";
}
@media screen and (max-width: 800px) {
  .header__navLink--contact {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__navLink--contact {
    height: 9.6vw;
  }
}
.header__btnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__btnContainer > * + * {
  margin-left: 1.25vw;
}
@media screen and (max-width: 800px) {
  .header__btnContainer > * + * {
    margin-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__btnContainer {
    display: none;
  }
}
.header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8125vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  font-size: 1.25vw;
  border-radius: 999px;
}
@media screen and (max-width: 800px) {
  .header__btn {
    height: 9.6vw;
  }
}
@media screen and (max-width: 800px) {
  .header__btn {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__btn {
    font-size: 4.2666666667vw;
  }
}
.header__btn--contact {
  border: 1px solid #181818;
  transition: color 0.3s ease;
}
.header__spMenuBtn {
  display: none;
  font-size: 1.25vw;
  color: #181818;
  font-weight: 700;
  border-radius: 999px;
  border: 1px solid #181818;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding-left: 1.71875vw;
  padding-right: 1.71875vw;
  padding-top: 0.46875vw;
  padding-bottom: 0.46875vw;
}
@media screen and (max-width: 800px) {
  .header__spMenuBtn {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__spMenuBtn {
    padding-left: 5.8666666667vw;
    padding-right: 5.8666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .header__spMenuBtn {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  .header__spMenuBtn {
    display: block;
    transition: background-color 0.3s;
  }
}
.header__mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  transform: translateY(-100%);
  transition: all ease 0.4s, top 0.3s ease;
  z-index: 100;
  background: #181818;
}
.header__mobileMenu.active {
  transform: translateY(0);
}
.header__mobileMenu.closed {
  transform: translateY(-100%);
}
.header__mobileMenuContainer {
  list-style: none;
  margin-top: 9.375vw;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .header__mobileMenuContainer {
    margin-top: 32vw;
  }
}
.headerheader__mobileMenuList {
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (max-width: 800px) {
  .headerheader__mobileMenuList {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .headerheader__mobileMenuList {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.header__mobileMenuList {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 800px) {
  .header__mobileMenuList {
    margin-bottom: 4.2666666667vw;
  }
}
.header__mobileMenuList .active {
  opacity: 1;
}
.header__mobileMenu a {
  text-decoration: none;
  color: #fff;
  font-size: 1.875vw;
}
@media screen and (max-width: 800px) {
  .header__mobileMenu a {
    font-size: 6.4vw;
  }
}
.header__closeMenuBtn {
  margin-top: 6.25vw;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0.78125vw;
  top: 0.78125vw;
  z-index: 101;
  /* メニューの上に配置 */
}
@media screen and (max-width: 800px) {
  .header__closeMenuBtn {
    margin-top: 21.3333333333vw;
  }
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
}
.footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .footer__inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__sub {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .footer__sub {
    width: 100%;
  }
}
.footer__main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding-left: 9.375vw;
}
@media screen and (max-width: 800px) {
  .footer__main {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__main {
    width: 100%;
  }
}
.footer__logoWrapper {
  display: block;
}
.footer__logo {
  display: block;
  width: 7.34375vw;
}
@media screen and (max-width: 800px) {
  .footer__logo {
    width: 25.0666666667vw;
  }
}
.footer__snsLinks {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 2.5vw;
}
@media screen and (max-width: 800px) {
  .footer__snsLinks {
    padding-top: 8.5333333333vw;
  }
}
.footer__snsLinks > * + * {
  margin-top: 1.875vw;
}
@media screen and (max-width: 800px) {
  .footer__snsLinks > * + * {
    margin-top: 6.4vw;
  }
}
.footer__snsLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__snsLink img {
  width: 1.25vw;
}
@media screen and (max-width: 800px) {
  .footer__snsLink img {
    width: 4.2666666667vw;
  }
}
.footer__snsLink p {
  padding-left: 0.625vw;
  font-size: 0.9375vw;
  font-family: "Lufga";
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .footer__snsLink p {
    padding-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__snsLink p {
    font-size: 3.2vw;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 0vw;
}
@media screen and (max-width: 800px) {
  .footer__nav {
    padding-top: 10.6666666667vw;
  }
}
.footer__navTitle {
  font-family: "Lufga";
  font-weight: bold;
  font-size: 0.9375vw;
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .footer__navTitle {
    font-size: 3.2vw;
  }
}
.footer__navList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-top: 1.25vw;
  padding-top: 1.25vw;
  padding-bottom: 5vw;
  border-top: 1px solid rgba(24, 24, 24, 0.1);
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
}
@media screen and (max-width: 800px) {
  .footer__navList {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__navList {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__navList {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__navList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__navItem {
  display: flex;
  align-items: center;
  width: 100%;
}
.footer__navLink {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  padding-right: 3.125vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .footer__navLink {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__navLink {
    padding-right: 10.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__navLink {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__navLink {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer__navLink {
    padding-left: 0vw;
  }
}
.footer__bottom {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding-top: 5vw;
}
@media screen and (max-width: 800px) {
  .footer__bottom {
    padding-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__bottom {
    align-items: center;
  }
}
.footer__terms {
  display: flex;
}
@media screen and (max-width: 800px) {
  .footer__terms {
    flex-direction: column;
    align-items: center;
  }
}
.footer__terms > * + * {
  margin-left: 2.5vw;
  margin-top: 0vw;
}
@media screen and (max-width: 800px) {
  .footer__terms > * + * {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__terms > * + * {
    margin-top: 4.2666666667vw;
  }
}
.footer__policy {
  font-size: 0.9375vw;
  font-family: "Lufga";
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .footer__policy {
    font-size: 3.2vw;
  }
}
.footer__copyRight {
  padding-top: 5vw;
  font-size: 0.9375vw;
  opacity: 0.6;
  font-family: "Lufga";
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .footer__copyRight {
    padding-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__copyRight {
    font-size: 3.2vw;
  }
}
.footer__button {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .footer__button {
    margin-top: 3.125vw;
    position: relative;
    align-self: flex-end;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer__button {
    margin-top: 10.6666666667vw;
  }
}

.main {
  position: relative;
}
.main__inner {
  overflow: hidden;
  padding-top: 11.25vw;
  padding-bottom: 12.5vw;
}
@media screen and (max-width: 800px) {
  .main__inner {
    padding-top: 32vw;
  }
}
@media screen and (max-width: 800px) {
  .main__inner {
    padding-bottom: 32vw;
  }
}
.main__inner--top {
  padding-top: 0vw;
}
@media screen and (max-width: 800px) {
  .main__inner--top {
    padding-top: 0vw;
  }
}
.main__inner--about {
  padding-bottom: 0vw;
}
@media screen and (max-width: 800px) {
  .main__inner--about {
    padding-bottom: 0vw;
  }
}
.main__inner > section + section {
  margin-top: 9.375vw;
}
@media screen and (max-width: 800px) {
  .main__inner > section + section {
    margin-top: 21.3333333333vw;
  }
}

.pageHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
}
.pageHeader__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 9.375vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 800px) {
  .pageHeader__inner {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__inner {
    padding-bottom: 10.6666666667vw;
  }
}
.pageHeader__inner--news {
  align-items: flex-start;
  flex-direction: column;
  width: 70%;
}
.pageHeader__meta {
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.pageHeader__term {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.34375vw;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  font-size: 0.9375vw;
  color: #181818;
  border: 1px solid #181818;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .pageHeader__term {
    height: 8vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__term {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__term {
    font-size: 3.2vw;
  }
}
.pageHeader__date {
  padding-left: 1.25vw;
  font-size: 0.9375vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .pageHeader__date {
    padding-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__date {
    font-size: 3.2vw;
  }
}
.pageHeader__title {
  font-size: 7.5vw;
  line-height: 2;
  font-weight: bold;
  text-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 800px) {
  .pageHeader__title {
    font-size: 12.8vw;
  }
}
.pageHeader__title span {
  font-size: inherit;
  line-height: inherit;
  text-shadow: inherit;
}
.pageHeader__title--news {
  padding-top: 0.625vw;
  font-size: 2.5vw;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .pageHeader__title--news {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .pageHeader__title--news {
    font-size: 6.4vw;
  }
}

@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaBlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaMediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaSemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/lufga/LufgaThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
.js-lineAnimation.animated::before {
  animation: slideIn 0.5s ease forwards;
  animation-delay: 0.5s;
}

@keyframes slideIn {
  from {
    width: 0;
  }
  to {
    width: 3.75vw;
    @media screen and (max-width: 800px) {
      width: 12.8vw;
    }
  }
}
.viewMoreBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #181818;
  border-radius: 999px;
}
.viewMoreBtn:hover img {
  transform: translateX(10px);
}
.viewMoreBtn span {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .viewMoreBtn span {
    font-size: 3.2vw;
  }
}
.viewMoreBtn img {
  display: block;
  width: 0.9375vw;
  margin-left: 0.9375vw;
  box-sizing: content-box;
  transition: all ease 0.25s;
}
@media screen and (max-width: 800px) {
  .viewMoreBtn img {
    width: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .viewMoreBtn img {
    margin-left: 3.2vw;
  }
}

.backToTopBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.backToTopBtn__text {
  font-size: 0.9375vw;
  color: #181818;
  font-family: "Lufga";
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .backToTopBtn__text {
    font-size: 3.2vw;
  }
}
.backToTopBtn__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8125vw;
  height: 2.8125vw;
  margin-left: 1.25vw;
  background: #181818;
  border: none;
  outline: none;
  border-radius: 999px;
}
@media screen and (max-width: 800px) {
  .backToTopBtn__button {
    width: 9.6vw;
  }
}
@media screen and (max-width: 800px) {
  .backToTopBtn__button {
    height: 9.6vw;
  }
}
@media screen and (max-width: 800px) {
  .backToTopBtn__button {
    margin-left: 4.2666666667vw;
  }
}
.backToTopBtn__img {
  display: block;
  width: 0.78125vw;
  fill: #fff;
}
@media screen and (max-width: 800px) {
  .backToTopBtn__img {
    width: 2.6666666667vw;
  }
}

.sectionTitle {
  position: relative;
  align-self: flex-start;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  font-size: 5vw;
  font-family: "Lufga";
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  .sectionTitle {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .sectionTitle {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .sectionTitle {
    font-size: 9.6vw;
  }
}
.sectionTitle::before, .sectionTitle::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #181818;
}
.sectionTitle::before {
  top: 0;
  right: 0;
  width: 80%;
}
.sectionTitle::after {
  bottom: 0;
  left: 0;
  width: 20%;
}
.sectionTitle--jp {
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.sectionTitle--small {
  font-size: 2.5vw;
  padding-left: 0vw;
  padding-right: 8.4375vw;
}
@media screen and (max-width: 800px) {
  .sectionTitle--small {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .sectionTitle--small {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .sectionTitle--small {
    padding-right: 8.5333333333vw;
  }
}
.sectionTitle--small::before {
  width: 90%;
}
.sectionTitle--small::after {
  display: none;
}

.collapsibleRow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.collapsibleRow__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 1.25vw;
  margin-bottom: 1.25vw;
  padding-left: 2.5vw;
}
@media screen and (max-width: 800px) {
  .collapsibleRow__title {
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .collapsibleRow__title {
    padding-left: 8.5333333333vw;
  }
}
.collapsibleRow__title span {
  font-size: 1.25vw;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .collapsibleRow__title span {
    font-size: 4.2666666667vw;
  }
}
.collapsibleRow__title span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9375vw;
  height: 1px;
  transform: translateY(-50%);
  background: #181818;
}
@media screen and (max-width: 800px) {
  .collapsibleRow__title span::before {
    width: 3.2vw;
  }
}
.collapsibleRow__title img {
  display: block;
  width: 1.25vw;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all ease 0.25s;
}
@media screen and (max-width: 800px) {
  .collapsibleRow__title img {
    width: 4.2666666667vw;
  }
}
.collapsibleRow__title img.active {
  transform: rotate(180deg);
}
.collapsibleRow__text {
  display: none;
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  .collapsibleRow__text {
    font-size: 4.2666666667vw;
  }
}