@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,400;0,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");

@charset 'UTF-8';
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! minimum_reset.css v0.0.1 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  vertical-align: bottom;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.w1p {
  width: 10% !important;
}

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

.mats {
  margin-top: 10px !important;
}

@media screen and (min-width: 768px) {
  .mats {
    margin-top: 20px !important;
  }
}

.matm {
  margin-top: 20px !important;
}

@media screen and (min-width: 768px) {
  .matm {
    margin-top: 40px !important;
  }
}

.matl {
  margin-top: 40px !important;
}

@media screen and (min-width: 768px) {
  .matl {
    margin-top: 80px !important;
  }
}

.mat0 {
  margin-top: 0 !important;
}

.mabs {
  margin-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
  .mabs {
    margin-bottom: 20px !important;
  }
}

.mabm {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
  .mabm {
    margin-bottom: 40px !important;
  }
}

.mabl {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
  .mabl {
    margin-bottom: 80px !important;
  }
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.vam {
  vertical-align: middle !important;
}

.fw {
  font-weight: bold !important;
}

.cred {
  color: #c00 !important;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .hide-tab {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .hide-pc {
    display: none !important;
  }
}

/*
  module: m-box-fixed
  - 固定幅・中央揃えのボックス
*/
[data-fixed] {
  position: relative;
  padding: 0 15px;
  z-index: 1;
}

[data-fixed] > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  [data-fixed] {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 120px;
  }
}

[data-gs="12"] {
  margin: 0 -7.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  [data-gs="12"] {
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

[data-gs="12"] > [data-gs-col] {
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 961px) {
  [data-gs="12"] > [data-gs-col="12"] {
    width: calc(100% / 1);
    padding: 0 15px;
  }
}

@media screen and (min-width: 961px) {
  [data-gs="12"] > [data-gs-col="6"] {
    width: calc(100% / 2);
    padding: 0 15px;
  }
}

@media screen and (min-width: 961px) {
  [data-gs="12"] > [data-gs-col="4"] {
    width: calc(100% / 3);
    padding: 0 15px;
  }
}

@media screen and (min-width: 961px) {
  [data-gs="12"] > [data-gs-col="3"] {
    width: calc(100% / 4);
    padding: 0 15px;
  }
}

@media screen and (min-width: 961px) {
  [data-gs="12"] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  [data-gs="12"][data-gs-tab="2"] > [data-gs-col]:not([data-gs-col="12"]) {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  [data-gs="12"][data-gs-sp="2"] > [data-gs-col] {
    width: 50%;
  }
}

[data-gs="12"].is-inlineblock {
  display: block;
  letter-spacing: -0.4em;
}

[data-gs="12"].is-inlineblock [data-gs-col] {
  display: inline-block;
  letter-spacing: normal;
}

.m-box-bgcw {
  background-color: #fff;
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .m-box-bgcw {
    padding: 40px 30px;
  }
}

.m-box-bgcw > *:first-child {
  margin-top: 0 !important;
}

.m-box-bgcw > *:first-child[data-delay] > *:first-child {
  margin-top: 0 !important;
}

.m-box-border {
  border: 1px solid #000;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .m-box-border {
    padding: 40px 60px;
  }
}

.m-box-team {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .m-box-team {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .m-box-team dl {
    display: -ms-flexbox;
    display: flex;
  }
}

.m-box-team dl + dl dt,
.m-box-team dl + dl dd {
  border-top: solid 1px #e1e1e1;
}

.m-box-team dl dt,
.m-box-team dl dd {
  padding: 13px 20px 14px;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
}

.m-box-team dl dt {
  width: 100%;
  border-right: none;
  background-color: #eee;
}

@media screen and (min-width: 768px) {
  .m-box-team dl dt {
    width: 18%;
  }
}

.m-box-team dl dd {
  width: 100%;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .m-box-team dl dd {
    width: 82%;
  }
}

.m-box-accordion {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-box-accordion {
    margin-top: 40px;
  }
}

.m-box-accordion .accordion-content .content-ttl {
  background: #fff;
  position: relative;
  padding: 12px 50px 12px 15px;
  border: 1px solid #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-box-accordion .accordion-content .content-ttl {
    padding: 15px 50px 15px 50px;
    text-align: center;
    font-size: 2rem;
  }
}

.m-box-accordion .accordion-content .content-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  width: 20px;
  height: 2px;
  background: #000;
}

@media screen and (min-width: 768px) {
  .m-box-accordion .accordion-content .content-ttl:before {
    right: 30px;
  }
}

.m-box-accordion .accordion-content .content-ttl:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  width: 20px;
  height: 2px;
  background: #000;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .m-box-accordion .accordion-content .content-ttl:after {
    right: 30px;
  }
}

.m-box-accordion .accordion-content .content-ttl h4.ttl-wrap {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .m-box-accordion .accordion-content .content-ttl h4.ttl-wrap {
    font-size: 2rem;
  }
}

@media screen and (min-width: 961px) {
  .m-box-accordion .accordion-content .content-ttl:hover {
    cursor: pointer;
  }
}

.m-box-accordion .accordion-content .content-ttl.open:after {
  transform: none;
}

.m-box-accordion .accordion-content .content-curric {
  display: none;
}

.m-box-accordion .accordion-content .content-curric .curric-wrap .curric-ttl {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

@media screen and (min-width: 768px) {
  .m-box-accordion .accordion-content .content-curric .curric-wrap .curric-ttl {
    margin: 40px 0 20px;
    font-size: 2rem;
  }
}

.m-box-accordion
  .accordion-content
  .content-curric
  .curric-wrap
  .curric-ttl
  + * {
  margin-top: 0;
}

#program .m-box-accordion .accordion-content .content-ttl {
  border: 1px solid #000;
}

#program .m-box-accordion .accordion-content .content-ttl:before {
  background: #000;
}

#program .m-box-accordion .accordion-content .content-ttl:after {
  background: #000;
}

.m-box-anchor {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-box-anchor {
    margin: 40px -15px 0;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-box-anchor .anchor-item {
  margin-top: 20px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-box-anchor .anchor-item {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-top: 0;
  }
}

.m-box-anchor .anchor-item:first-child {
  margin-top: 0;
}

.m-box-anchor .anchor-item a {
  display: block;
  position: relative;
}

.m-box-anchor .anchor-item a:before {
  content: "";
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  margin: auto;
  width: 27px;
  height: 15px;
  transition: all 0.2s ease-out 0.2s;
  background: transparent url("../images/i_anc.png?20230616") center center
    no-repeat;
  background-size: 27px auto;
}

.m-box-anchor .anchor-item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ccc;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 961px) {
  .m-box-anchor .anchor-item a:hover:before {
    bottom: 10%;
  }
  .m-box-anchor .anchor-item a:hover:after {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
}

.m-box-configuration .configuration-ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .m-box-configuration .configuration-ttl {
    padding: 10px;
    font-size: 1.8rem;
  }
}

.m-box-configuration .configuration-col2 {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}

@media screen and (min-width: 768px) {
  .m-box-configuration .configuration-col2 {
    display: -ms-flexbox;
    display: flex;
  }
}

.m-box-configuration .configuration-col2 .col2-content {
  padding: 0 15px 10px;
}

@media screen and (min-width: 768px) {
  .m-box-configuration .configuration-col2 .col2-content {
    width: 50%;
    box-sizing: border-box;
    padding: 5px 25px 10px;
  }
}

.m-box-configuration .configuration-col2 .col2-content + .col2-content {
  border-top: 1px solid #d5d5d5;
}

@media screen and (min-width: 768px) {
  .m-box-configuration .configuration-col2 .col2-content + .col2-content {
    border-top: none;
    border-left: 1px solid #d5d5d5;
  }
}

.m-box-configuration .configuration-col2 .col2-content > h6 {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .m-box-configuration .configuration-col2 .col2-content > h6 {
    font-size: 2rem;
  }
}

.m-box-configuration .configuration-col2 .col2-content > .m-list-disc {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .m-box-configuration .configuration-col2 .col2-list {
    padding: 15px 15px 0;
  }
  .m-box-configuration .configuration-col2 .col2-list + .col2-list {
    padding: 0 15px 15px;
  }
}

@media screen and (min-width: 768px) {
  .m-box-configuration .configuration-col2 .col2-list {
    padding: 35px 25px;
    width: 50%;
    box-sizing: border-box;
  }
}

.m-box-configuration .configuration-col2 .col2-list > .m-list-disc {
  margin-top: 0;
}

.m-box-configuration2 .configuration-ttl {
  background-color: #000;
  color: #000;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .m-box-configuration2 .configuration-ttl {
    padding: 20px 0;
    font-size: 2rem;
  }
}

.m-box-configuration2 .configuration-ttl .ttl-01,
.m-box-configuration2 .configuration-ttl .ttl-02 {
  position: relative;
}

.m-box-configuration2 .configuration-col2 {
  background-color: #fff;
  border: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .m-box-configuration2 .configuration-col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.m-box-configuration2 .configuration-col2 .col2-content {
  padding: 15px;
  border-top: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .m-box-configuration2 .configuration-col2 .col2-content {
    width: 50%;
    box-sizing: border-box;
    padding: 35px 25px;
  }
}

@media screen and (min-width: 768px) {
  .m-box-configuration2 .configuration-col2 .col2-content:nth-child(odd) {
    border-right: 1px solid #000;
  }
}

@media screen and (min-width: 768px) {
  .m-box-configuration2 .configuration-col2 .col2-content.content-last100p {
    width: 100%;
    border-right: none;
  }
}

.m-box-configuration2 .configuration-col2 .col2-content > h6 {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .m-box-configuration2 .configuration-col2 .col2-content > h6 {
    font-size: 1.8rem;
  }
}

.m-box-configuration2 .configuration-col2 .col2-content > .m-list-disc {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .m-box-configuration2 .configuration-col2 .col2-list {
    padding: 15px 15px 0;
  }
  .m-box-configuration2 .configuration-col2 .col2-list + .col2-list {
    padding: 0 15px 15px;
  }
}

@media screen and (min-width: 768px) {
  .m-box-configuration2 .configuration-col2 .col2-list {
    padding: 35px 25px;
    width: 50%;
    box-sizing: border-box;
  }
}

.m-box-configuration2 .configuration-col2 .col2-list > .m-list-disc {
  margin-top: 0;
}

.m-box-btn {
  padding: 0 12px;
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .m-box-btn {
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
}

.fourcorners-border {
  position: relative;
  border: 1px solid #000;
  padding: 5px;
}

#about .fourcorners-border {
  border: 1px solid #000;
}

#hackathon .fourcorners-border {
  border: 1px solid #fff;
}

#program .fourcorners-border {
  border: 1px solid #000;
}

#day .fourcorners-border {
  border: 1px solid #fff;
}

.m-box-good {
  margin: 5px 0;
}

@media screen and (min-width: 768px) {
  .m-box-good {
    margin: 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .m-box-good .good-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .m-box-good .good-gallery .gallery-img {
    width: 354px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 10px;
  }
}

.m-box-good .good-gallery .gallery-img > img {
  width: 100%;
}

.m-box-good .good-gallery .gallery-movie {
  margin-top: 15px;
  display: block;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-box-good .good-gallery .gallery-movie {
    width: 354px;
    margin: 0 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.m-box-good .good-gallery .gallery-movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.m-box-good .good-gallery .gallery-movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-box-good .good-txt {
  margin-top: 15px;
  text-align: center;
}

[data-delay="fade"] {
  /* opacity: 0; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[data-delay="fade"] > .m-txt-ttl {
  margin-top: 0;
}

.m-list-desc {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-list-desc {
    margin-top: 20px;
  }
}

.m-list-desc a {
  text-decoration: underline;
}

.m-list-desc > li {
  position: relative;
  margin-top: 5px;
  padding-left: 8px;
}

@media screen and (min-width: 768px) {
  .m-list-desc > li {
    margin-top: 4px;
    padding-left: 10px;
  }
}

.m-list-desc > li:first-child {
  margin-top: 0;
}

.m-list-desc > li:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #000;
  width: 3px;
  height: 3px;
  top: 0.8em;
  left: 0;
}

@media screen and (min-width: 768px) {
  .m-list-desc > li:before {
    top: 0.85em;
  }
}

.m-list-name {
  display: -ms-flexbox;
  display: flex;
}

.m-list-name .name-ttl {
  width: 70px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-list-name .name-ttl {
    width: 80px;
  }
}

.m-list-name .name-desc {
  padding-left: 5px;
  width: calc(100% - 70px);
}

@media screen and (min-width: 768px) {
  .m-list-name .name-desc {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
}

.m-list-btn {
  margin-top: 25px;
  padding: 0 25px;
}

@media screen and (min-width: 768px) {
  .m-list-btn {
    margin-top: 30px;
    padding: 0;
  }
}

.m-list-btn .m-btn-common {
  width: 100%;
}

.m-list-btn ul {
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .m-list-btn ul li {
    margin-top: 15px;
  }
  .m-list-btn ul li:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .m-list-btn ul li {
    margin-top: 15px;
  }
  .m-list-btn ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 961px) {
  .m-list-btn ul li:nth-child(n + 4) {
    margin-top: 30px;
  }
}

.m-list-btn.link-position-center > ul {
  -ms-flex-pack: center;
  justify-content: center;
}

.m-list-btn.link-position-right > ul {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

ul.m-list-asterisk {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  ul.m-list-asterisk {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

ul.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 17px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

@media screen and (min-width: 768px) {
  ul.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 20px;
  }
}

ul.m-list-asterisk > li:first-child {
  margin-top: 0;
}

ul.m-list-asterisk > li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  content: "\203b";
  background-color: transparent;
  color: #000;
}

@media screen and (min-width: 961px) {
  ul.m-list-asterisk > li a:hover {
    text-decoration: none;
    color: #000;
  }
}

@media screen and (min-width: 768px) {
  .m-list-asterisk + .m-table-scroll {
    margin-top: 25px;
  }
}

.m-table-common {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-table-common {
    margin-top: 40px;
  }
}

.m-table-common a:link,
.m-table-common a:visited {
  text-decoration: none;
}

@media screen and (min-width: 961px) {
  .m-table-common a:hover:link,
  .m-table-common a:hover:visited {
    text-decoration: none;
  }
}

.m-table-common tbody tr th,
.m-table-common tbody tr td,
.m-table-common thead tr th,
.m-table-common thead tr td {
  padding: 13px 15px 14px;
  text-align: left;
  vertical-align: middle;
}

.m-table-common tbody tr th.top,
.m-table-common tbody tr td.top,
.m-table-common thead tr th.top,
.m-table-common thead tr td.top {
  vertical-align: top;
}

.m-table-common tbody tr th,
.m-table-common thead tr th {
  font-weight: bold;
}

.m-table-common thead tr th,
.m-table-common thead tr td {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: #fff;
  border-right: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .m-table-common thead tr th,
  .m-table-common thead tr td {
    padding: 20px;
  }
}

.m-table-common thead tr th:last-child,
.m-table-common thead tr td:last-child {
  border: 1px solid rgba(82, 0, 209, 0.3);
}

@media screen and (min-width: 768px) {
  .m-table-common thead tr th,
  .m-table-common thead tr td {
    font-size: 1.8rem;
  }
}

.m-table-common tbody tr th,
.m-table-common tbody tr td {
  border: 1px solid rgba(82, 0, 209, 0.3);
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th,
  .m-table-common tbody tr td {
    padding: 30px 20px 30px;
  }
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th.learn,
  .m-table-common tbody tr th.create,
  .m-table-common tbody tr th.offline,
  .m-table-common tbody tr th.online,
  .m-table-common tbody tr td.learn,
  .m-table-common tbody tr td.create,
  .m-table-common tbody tr td.offline,
  .m-table-common tbody tr td.online,
  .m-table-common tbody tr td.blue-online:before {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th.learn > span,
  .m-table-common tbody tr th.create > span,
  .m-table-common tbody tr th.offline > span,
  .m-table-common tbody tr th.online > span,
  .m-table-common tbody tr td.learn > span,
  .m-table-common tbody tr td.create > span,
  .m-table-common tbody tr td.offline > span,
  .m-table-common tbody tr td.online > span,
  .m-table-common tbody tr td.blue-online > span {
    padding-left: 70px;
    display: block;
  }
}

.m-table-common tbody tr th.learn:before,
.m-table-common tbody tr th.create:before,
.m-table-common tbody tr th.offline:before,
.m-table-common tbody tr th.online:before,
.m-table-common tbody tr td.learn:before,
.m-table-common tbody tr td.create:before,
.m-table-common tbody tr td.offline:before,
.m-table-common tbody tr td.online:before,
.m-table-common tbody tr td.blue-online:before {
  content: "";
  display: block;
  width: 43px;
  height: 16px;
  margin-bottom: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th.learn:before,
  .m-table-common tbody tr th.create:before,
  .m-table-common tbody tr th.offline:before,
  .m-table-common tbody tr th.online:before,
  .m-table-common tbody tr td.learn:before,
  .m-table-common tbody tr td.create:before,
  .m-table-common tbody tr td.offline:before,
  .m-table-common tbody tr td.online:before,
  .m-table-common tbody tr td.blue-online:before {
    position: absolute;
    left: 20px;
    display: inline-block;
    width: 60px;
    height: 24px;
    margin-bottom: 2px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th.offline > span,
  .m-table-common tbody tr td.offline > span {
    padding-left: 0;
  }
}

.m-table-common tbody tr th.offline:before,
.m-table-common tbody tr td.offline:before {
  content: "";
  display: block;
  width: 43px;
  height: 16px;
  margin-bottom: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th.tac:before,
  .m-table-common tbody tr td.tac:before {
    position: relative;
    display: block;
    left: 0;
    width: 72px;
    height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th.online > span,
  .m-table-common tbody tr td.online > span,
  .m-table-common tbody tr td.blue-online > span {
    padding-left: 0;
  }
}

.m-table-common tbody tr th.online:before,
.m-table-common tbody tr td.online:before,
.m-table-common tbody tr td.blue-online:before {
  content: "";
  display: block;
  width: 43px;
  height: 16px;
  margin-bottom: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th.online:before,
  .m-table-common tbody tr td.online:before,
  .m-table-common tbody tr td.blue-online:before {
    position: relative;
    display: block;
    left: 0;
    width: 72px;
    height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th.learn_think,
  .m-table-common tbody tr td.learn_think {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th.learn_think > span,
  .m-table-common tbody tr td.learn_think > span {
    display: block;
  }
}

.m-table-common tbody tr th.learn_think:before,
.m-table-common tbody tr td.learn_think:before {
  content: "";
  display: block;
  width: 84px;
  height: 16px;
  margin-bottom: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th.learn_think:before,
  .m-table-common tbody tr td.learn_think:before {
    position: absolute;
    left: 20px;
    display: block;
    width: 125px;
    height: 24px;
    margin-bottom: 2px;
    margin-right: 10px;
  }
}

.m-table-common tbody tr th {
  padding: 10px 10px 14px;
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th {
    padding: 30px 20px 30px;
  }
}

.m-table-scroll {
  position: relative;
  margin-top: 45px;
}

.m-table-scroll .scroll-mark {
  display: block;
  position: absolute;
  top: -25px;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .m-table-scroll .scroll-mark {
    display: none;
  }
}

.m-table-scroll .scroll-mark span {
  position: relative;
  display: block;
  width: 66px;
  height: 7px;
  vertical-align: middle;
  text-align: center;
  background: #000;
}

.m-table-scroll .scroll-mark span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 13px 8px 0;
  border-color: transparent #000 transparent transparent;
}

.m-table-scroll .scroll-mark span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #000;
}

.m-table-scroll .scroll-wrap {
  overflow-x: scroll;
  padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .m-table-scroll .scroll-wrap {
    overflow-x: visible;
    padding-bottom: 0;
  }
}

.m-table-scroll .scroll-wrap table {
  margin-top: 0;
  min-width: 640px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar {
  width: 15px;
  height: 8px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 8px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-track-piece:start {
  background: #000;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-track-piece:end {
  background: #6e7384;
}

.m-txt-p {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .m-txt-p {
    line-height: 2;
  }
}

.m-txt-p > a {
  font-weight: bold;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 961px) {
  .m-txt-p > a:hover {
    text-decoration: underline;
  }
}

.m-txt-indent {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

.m-txt-indent + .m-txt-indent {
  margin-top: 0;
}

.m-txt-indent > a {
  font-weight: bold;
}

.m-txt-asterisk {
  padding-left: 1em;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .m-txt-asterisk {
    font-size: 1.4rem;
  }
}

.m-txt-asterisk:before {
  content: "\203b";
  position: absolute;
  top: 0;
  left: 0;
}

.m-txt-ttl {
  position: relative;
  padding-top: 30px;
  margin: 30px 0 30px;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .m-txt-ttl {
    padding-top: 60px;
    margin: 60px 0 60px;
    font-size: 4.2rem;
  }
}

@media screen and (min-width: 961px) {
  .m-txt-ttl {
    padding-top: 60px;
    margin: 60px 0 60px;
    font-size: 4.8rem;
  }
}

.m-txt-subttl {
  margin: 20px 0 15px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-txt-subttl {
    margin: 50px 0 20px;
    font-size: 2.6rem;
  }
}

.m-txt-subttl > span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-txt-subttl.has-line {
  position: relative;
  padding-bottom: 17px;
}

.m-txt-subttl.has-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #000;
}

.m-txt-subttl2 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .m-txt-subttl2 {
    margin: 40px 0 15px;
    font-size: 2rem;
  }
}

.m-txt-subttl2 > span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .m-txt-subttl2 > span {
    font-size: 1.6rem;
  }
}

.m-txt-subttl2.has-line {
  position: relative;
  padding-bottom: 12px;
}

.m-txt-subttl2.has-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .m-txt-subttl2.has-line:after {
    width: 30px;
    height: 2px;
  }
}

.m-txt-subttl2.subttl2-center {
  text-align: center;
}

.m-txt-subttl2.subttl2-center:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-txt-ttl,
.m-txt-subttl,
.m-txt-subttl2 {
  font-weight: 900;
}

#l-header .m-txt-ttl,
#l-header .m-txt-subttl,
#l-header .m-txt-subttl2 {
  color: #000;
  margin: 0 auto;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  #l-header .m-txt-ttl,
  #l-header .m-txt-subttl,
  #l-header .m-txt-subttl2 {
    text-align: left;
  }
}

#l-footer .m-txt-ttl,
#l-footer .m-txt-subttl,
#l-footer .m-txt-subttl2 {
  color: #000;
  margin: 0 auto;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  #l-footer .m-txt-ttl,
  #l-footer .m-txt-subttl,
  #l-footer .m-txt-subttl2 {
    text-align: left;
  }
}

.m-txt-box {
  margin-top: 25px;
  border: 1px solid #000;
  color: #000;
  padding: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-txt-box {
    width: 630px;
    margin: 50px auto 0;
    padding: 25px;
  }
}

.m-txt-anc {
  text-decoration: underline;
}

.m-txt-anc:link {
  text-decoration: underline;
  color: #000;
}

.m-txt-anc:hover {
  text-decoration: none;
}

.m-btn-common {
  width: calc(100% - 5px);
  height: 50px;
  display: table;
  font-weight: bold;
  line-height: 1.35;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 768px) {
  .m-btn-common {
    margin: 0 auto;
    max-width: 400px;
    height: 80px;
    font-size: 2rem;
  }
}

.m-btn-common:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 15px);
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #707070;
  z-index: 1;
  transition: all 0.2s ease-in-out 0;
}

@media screen and (min-width: 768px) {
  .m-btn-common:before {
    left: calc(100% - 25px);
    width: 50px;
  }
}

.l-footer .m-btn-common:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-footer .m-btn-common {
    max-width: 300px;
  }
}

.p-preprogram .m-btn-common {
  width: 305px;
  margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
  .p-preprogram .m-btn-common {
    max-width: 350px;
  }
  .p-preprogram .m-btn2 {
    max-width: 272px;
  }
}

.p-talent .m-btn-common {
  width: 305px;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  .p-talent .m-btn-common {
    max-width: 400px;
  }
}

.p-nagoyaboostday .m-btn-common {
  width: 305px;
  margin: 20px auto 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .p-nagoyaboostday .m-btn-common {
    margin: 60px auto 0;
    max-width: 400px;
    font-size: 2.3rem;
  }
}

#program .m-btn-common {
  color: #fff;
}
#next .m-btn-common {
  color: #fff;
}

#program .m-btn-common > span {
  background: linear-gradient(to right, #232c83, #00ffff);
  background: -webkit-linear-gradient(left, #232c83, #00ffff);
  background: -moz-linear-gradient(left, #232c83, #00ffff);
}
#next .m-btn-common > span {
  background: linear-gradient(to right, #232c83, #00ffff);
  background: -webkit-linear-gradient(left, #232c83, #00ffff);
  background: -moz-linear-gradient(left, #232c83, #00ffff);
}
#nande .m-btn-common > span {
  background-color: #aaa;
  color: #ffffff;
}

#day .m-btn-common {
  color: #fff;
}

#day .m-btn-common > span {
  background-color: #aaa;
}

#day .m-btn-common > span:before {
  background-color: #aaa;
}

.m-btn-common > span {
  position: relative;
  padding: 12px 0;
  display: table-cell;
  vertical-align: middle;
  transform: skewX(-25deg);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: +0.15em;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .m-btn-common > span {
    padding: 20px 0;
  }
}

.m-btn-common > span:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
  transition: all 0.3s ease 0s;
  background-color: #000;
}

.m-btn-common > span > span {
  display: block;
  transform: skewX(25deg);
}

.m-btn-common.has-border > span {
  border: 1px solid #000;
}

@media screen and (min-width: 961px) {
  a.m-btn-common:hover {
    color: #fff;
    text-decoration: none;
  }
  a.m-btn-common:hover:before {
    background-color: #fff;
  }
  a.m-btn-common:hover > span:before {
    left: 0;
  }
  #program a.m-btn-common:hover:before {
    background-color: #000;
  }
}

p.m-btn-common:before {
  display: none;
}

/*! Yaku Han JP (Gothic - Small Amount) v2.0.0 SIL by Qrac / Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.eot");
  src:
    url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff2") format("woff2"),
    url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src:
    url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"),
    url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot");
  src:
    url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2") format("woff2"),
    url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src:
    url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"),
    url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src:
    url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"),
    url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src:
    url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"),
    url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.eot");
  src:
    url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff2") format("woff2"),
    url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff") format("woff");
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}

@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

html {
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W8", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
  body #l-wrap {
    min-height: 1374px;
  }
}

img {
  max-width: 100%;
}

img.object_fit_img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

*:focus {
  outline: none;
}

/* link style */
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover,
a:active {
  color: #000;
}

#l-wrap {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #l-wrap {
    background-color: transparent;
  }
}

/* .pace-running #l-wrap {
  display: none;
} */

/* header style */
#l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

@media screen and (min-width: 768px) {
  #l-header {
    position: fixed;
  }
}

#l-header .header-outer {
  height: 70px;
  width: 100%;
  background-color: #0d0d62;
}

@media screen and (min-width: 768px) {
  #l-header .header-outer {
    height: auto;
  }
}

@media screen and (min-width: 961px) {
  #l-header .header-outer {
    background: #1d004a;
  }
}

#l-header .header-outer .header-inner {
  position: relative;
  z-index: 190;
  padding: 25.5px 15px 26px;
}

@media screen and (min-width: 961px) {
  #l-header .header-outer .header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px 40px 17px;
    max-width: 1600px;
  }
}

#l-header .header-outer .header-inner .header-logo {
  width: 253px;
  display: block;
  position: relative;
  z-index: 999;
}

@media screen and (min-width: 961px) {
  #l-header .header-outer .header-inner .header-logo {
    width: 501px;
    display: block;
    margin-right: 40px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1050px) {
  #l-header .header-outer .header-inner .header-logo {
    width: 330px;
  }
}

#l-header .header-outer .header-inner .header-logo > a {
  display: -ms-flexbox;
  display: flex;
  column-gap: 5px;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#l-header .header-outer .header-inner .header-logo > a img {
  width: 100%;
  height: auto;
}

#l-header .header-outer .header-inner .header-logo > a .logo-year {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #06dbdb;
  line-height: 1.15;
  display: none;
}

@media screen and (min-width: 961px) {
  #l-header .header-outer .header-inner .header-logo > a .logo-year {
    display: inline-block;
    font-size: 3.2rem;
  }
}

#l-header .header-outer .header-inner .header-link {
  display: none;
}

@media screen and (min-width: 961px) {
  #l-header .header-outer .header-inner .header-link {
    display: block;
  }
}

#l-header .header-outer .header-inner .header-link .link-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#l-header .header-outer .header-inner .header-link .link-inner > * + * {
  margin-left: 16px;
}

#l-header .header-outer .header-inner .header-link .link-inner .link-item {
  padding-left: 16px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 961px) {
  #l-header .header-outer .header-inner .header-link .link-inner .link-item {
    width: 220px;
  }
}

#l-header
  .header-outer
  .header-inner
  .header-link
  .link-inner
  .link-item:before {
  content: "";
  position: relative;
  top: 50%;
  left: -16px;
  transform: translate(-50%, 0);
  display: block;
  width: 1px;
  height: 24px;
  background-color: #000;
}

#l-header .header-outer .header-inner .header-link .link-inner .link-item a,
#l-header .header-outer .header-inner .header-link .link-inner .link-item p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#l-header .header-outer .header-inner .header-link .link-inner .link-item a img,
#l-header
  .header-outer
  .header-inner
  .header-link
  .link-inner
  .link-item
  p
  img {
  width: 100%;
  height: auto;
}

#l-header .header-outer .header-inner .header-link .link-inner .link-item a {
  transition: opacity 100ms linear;
}

@media screen and (min-width: 961px) {
  #l-header
    .header-outer
    .header-inner
    .header-link
    .link-inner
    .link-item
    a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

#l-header .header-outer .header-inner .header-link .link-inner .link-item p {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#l-header .header-outer .header-inner .header-link .link-inner .link-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#l-header
  .header-outer
  .header-inner
  .header-link
  .link-inner
  .link-item.coming-soon {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#l-header
  .header-outer
  .header-inner
  .header-link
  .link-inner
  .link-item:first-child:before {
  display: none;
}

#l-header .header-outer .header-inner .header-menu {
  position: absolute;
  z-index: 110;
  top: 0;
  width: 100%;
  left: 0;
  right: auto;
  overflow-y: auto;
  background-color: #0d0c62;
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  max-height: 100vh;
  overflow-y: scroll;
}

#l-header .header-outer .header-inner .header-menu .menu-inner {
  position: relative;
  padding-top: 80px;
  height: 100%;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-logo {
  position: relative;
  margin: 0 auto 24px;
  max-width: 315px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-logo img {
  width: 100%;
  height: auto;
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-logo
  .logo-year {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #db5841;
  line-height: 1.15;
  margin-left: 5px;
}

@media screen and (min-width: 961px) {
  #l-header
    .header-outer
    .header-inner
    .header-menu
    .menu-inner
    .menu-logo
    .logo-year {
    display: inline-block;
    font-size: 3.2rem;
  }
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-gnav
  .gnav-inner
  .gnav-item {
  position: relative;
  border-top: 1px solid #fff;
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-gnav
  .gnav-inner
  .gnav-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  display: block;
  width: 25px;
  height: 5px;
  background: url("../svg/i_arrow_bl.svg?20230616") no-repeat center
    center/contain;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #l-header
    .header-outer
    .header-inner
    .header-menu
    .menu-inner
    .menu-gnav
    .gnav-inner
    .gnav-item:after {
    right: 30px;
  }
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-gnav
  .gnav-inner
  .gnav-item
  a {
  position: relative;
  padding: 25px 15px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #l-header
    .header-outer
    .header-inner
    .header-menu
    .menu-inner
    .menu-gnav
    .gnav-inner
    .gnav-item
    a {
    padding: 25px 30px;
  }
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-gnav
  .gnav-inner
  .gnav-item
  a
  img {
  width: 100%;
  max-width: 210px;
  height: auto;
  vertical-align: middle;
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-gnav
  .gnav-inner
  .gnav-item
  p {
  padding: 40px 15px;
  max-width: 240px;
  position: relative;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #l-header
    .header-outer
    .header-inner
    .header-menu
    .menu-inner
    .menu-gnav
    .gnav-inner
    .gnav-item
    p {
    padding: 38px 30px;
  }
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-gnav
  .gnav-inner
  .gnav-item.totop
  a {
  padding: 25px 15px;
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-gnav
  .gnav-inner
  .gnav-item.coming-soon:after {
  content: "Coming Soon";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  width: auto;
  height: auto;
  background: none;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-link {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  display: block;
  text-align: center;
  margin-top: 150px;
}

@media screen and (min-width: 961px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 165px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: 45px;
    right: 40px;
  }
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-link
  .link-item {
  position: relative;
}

@media screen and (min-width: 961px) {
  #l-header
    .header-outer
    .header-inner
    .header-menu
    .menu-inner
    .menu-link
    .link-item {
    padding-right: 30px;
    margin-right: 30px;
  }
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-link
  .link-item:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 961px) {
  #l-header
    .header-outer
    .header-inner
    .header-menu
    .menu-inner
    .menu-link
    .link-item:after {
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 14px;
  }
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-link
  .link-item
  a {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 5px;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 961px) {
  #l-header
    .header-outer
    .header-inner
    .header-menu
    .menu-inner
    .menu-link
    .link-item
    a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 961px) {
  #l-header
    .header-outer
    .header-inner
    .header-menu
    .menu-inner
    .menu-link
    .link-item
    a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-link
  .link-item:last-child {
  padding-right: 0;
  margin-right: 0;
}

#l-header
  .header-outer
  .header-inner
  .header-menu
  .menu-inner
  .menu-link
  .link-item:last-child:after {
  content: none;
}

#l-header .header-outer .header-inner .header-toggle {
  line-height: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  /* background: url("../images/bg_menu.png?20230616") no-repeat center
    center/contain; */
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 200;
}

@media screen and (min-width: 961px) {
  #l-header .header-outer .header-inner .header-toggle {
    display: none;
  }
}

#l-header .header-outer .header-inner .header-toggle button {
  height: 18px;
  width: 10px;
  background-color: transparent;
  border: none;
  position: relative;
  margin-top: -10px;
}

#l-header .header-outer .header-inner .header-toggle button > .btn-wrap,
#l-header .header-outer .header-inner .header-toggle button:before,
#l-header .header-outer .header-inner .header-toggle button:after {
  transform: translate(-50%, 0);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

#l-header .header-outer .header-inner .header-toggle button > .btn-wrap {
  margin-top: -5px;
  font-size: 0;
}

#l-header .header-outer .header-inner .header-toggle button:before {
  content: "";
}

#l-header .header-outer .header-inner .header-toggle button:after {
  margin-top: 5px;
  content: "";
}

.menu-open
  #l-header
  .header-outer
  .header-inner
  .header-toggle
  button
  > .btn-wrap {
  margin-top: -1px !important;
  transform: translate(-50%, 0) rotateZ(30deg);
  transition:
    margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s,
    transform 0.25s ease 0.36s,
    background-color 0.6s ease;
}

.menu-open #l-header .header-outer .header-inner .header-toggle button:before {
  transition: 0.2s ease 0.1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu-open #l-header .header-outer .header-inner .header-toggle button:after {
  margin-top: -1px !important;
  transform: translate(-50%, 0) rotateZ(-30deg);
  transition:
    margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s,
    transform 0.25s ease 0.36s,
    background-color 0.6s ease;
}

#l-header .header-outer .header-inner .header-toggle .btn-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transform: scale(0.5);
}

/* content style */
#l-content {
  width: 100%;
  overflow: hidden;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  #l-content {
    padding-top: 0;
  }
}

.pagetop-box {
  position: relative;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 42px;
  height: 100px;
  z-index: 9;
  display: none;
}

@media screen and (min-width: 768px) {
  #pagetop {
    bottom: 40px;
    right: 0;
    width: 85px;
    height: 160px;
    z-index: 9;
  }
}

#pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  background: url(../svg/top_sp.svg?20230616) center center no-repeat;
  background-size: auto 100px;
}

@media screen and (min-width: 768px) {
  #pagetop a {
    background: url(../svg/top_pc.svg?20230616) center bottom no-repeat;
    background-size: auto 145px;
    transition: all 0.2s ease;
  }
}

@media screen and (min-width: 961px) {
  #pagetop a:hover {
    background: url(../svg/top_pc.svg?20230616) center top no-repeat;
    background-size: auto 145px;
  }
}

/* footer style */
#l-footer {
  padding-top: 0;
  overflow-x: hidden;
  width: 100%;
  padding: 50px 0 100px;
  position: relative;
  z-index: 8;
  background: url(../images/bg_footer.jpg?20230616) no-repeat top center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #l-footer {
    padding-top: 0;
    padding: 45px 0 50px;
    border-top: #1e2538 1px solid;
  }
}

#l-footer .footer-ttl {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-ttl {
    text-align: left;
    font-size: 3.6rem;
  }
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    padding: 0;
    background: none;
  }
  /* for IE7 */
  *:first-child + html body {
    zoom: 67%;
  }
}
