@font-face {
  font-family: "notoSansJp400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSansJp500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSansJp700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "notoSansKr800";
  src: url("../font/NotoSansKR-ExtraBold.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@font-face {
  font-family: "roboto900";
  src: url("../font/Roboto-Black.woff");
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

body {
  font-size: 16px;
  font-family: notoSansJp400, sans-serif;
  font-weight: 400;
  color: #000;
}
body.is-lock {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) {
  .is-hidePcTab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is-hideSp {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .is-hideSpTab {
    display: none !important;
  }
}

.c-button {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.25s, -webkit-transform 0.2s linear;
  transition: background-color 0.25s, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background-color 0.25s;
  transition: transform 0.2s linear, background-color 0.25s, -webkit-transform 0.2s linear;
}
.c-button.--blue2 {
  color: #fff;
  border: 2px solid #0B318F;
  background-color: #0B318F;
}
.c-button.--red {
  color: #fff;
  border: 2px solid #F10000;
  background-color: #F10000;
}
.c-button.--black, .c-button.--white {
  padding: 0 0 5px 0;
}
.c-button.--black svg, .c-button.--white svg {
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
}
.c-button.--black g, .c-button.--white g {
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
.c-button.--height2 {
  min-height: 44px;
}
.c-button.--shape {
  border-radius: 1000px;
}
.c-button.--shadow {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.c-button.--bar {
  padding: 3px 25px;
  position: relative;
}
.c-button.--bar:after {
  content: "";
  width: 16px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-button.--height1 {
    min-height: 70px;
  }
  .c-button.--arrow {
    padding: 3px 25px;
    position: relative;
  }
  .c-button.--arrow:after {
    content: "";
    width: 6px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
            mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
    background-color: #fff;
  }
  .c-button:hover.--black svg {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .c-button:hover.--black g {
    fill: #fff;
  }
  .c-button:hover.--black g + path {
    fill: #222;
  }
  .c-button:hover.--white svg {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .c-button:hover.--white g {
    fill: #222;
  }
  .c-button:hover.--white g + path {
    fill: #fff;
  }
}
@media screen and (max-width: 768px) {
  .c-button.--height1 {
    min-height: 60px;
  }
}

.c-heading {
  max-width: 1520px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-heading {
    padding: 0 0 0 20px;
  }
  .c-heading.--reverse {
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .c-heading.--reverse .c-heading__row {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .c-heading.--reverse .c-heading__description {
    margin-right: 0;
    margin-left: 20px;
  }
}

.c-heading__row {
  max-width: 1260px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-heading__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c-heading__description.--full {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-heading__description {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__description {
    max-width: 480px;
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
}

.c-heading__roma {
  font-family: roboto900, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .c-heading__roma {
    font-size: clamp(48px, 5vw, 64px);
  }
}
@media screen and (max-width: 768px) {
  .c-heading__roma {
    font-size: 49px;
  }
}

.c-heading__ruby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.06em;
}
.c-heading__ruby:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background-color: #888;
}
@media screen and (min-width: 769px) {
  .c-heading__ruby {
    margin-top: 20px;
    font-size: clamp(16px, 2vw, 20px);
  }
  .c-heading__ruby:after {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__ruby {
    margin-top: 15px;
    font-size: 14px;
  }
  .c-heading__ruby:after {
    margin-left: 10px;
  }
}

.c-heading__imageWrap {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .c-heading__imageWrap {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__imageWrap {
    max-width: 380px;
    margin: 0 auto;
  }
}

.c-heading__read {
  line-height: 1.87;
}
@media screen and (min-width: 769px) {
  .c-heading__read {
    margin-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__read {
    margin-top: 50px;
  }
}

.c-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1000px;
  position: fixed;
  bottom: 5vh;
  z-index: 7;
  -webkit-transition: visibility 0.2s, opacity 0.2s, -webkit-transform 0.25s;
  transition: visibility 0.2s, opacity 0.2s, -webkit-transform 0.25s;
  transition: transform 0.25s, visibility 0.2s, opacity 0.2s;
  transition: transform 0.25s, visibility 0.2s, opacity 0.2s, -webkit-transform 0.25s;
  cursor: pointer;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  background-color: #222;
}
.c-fixed:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-animation: bgRound 30s linear infinite;
          animation: bgRound 30s linear infinite;
  background: url("../img/common/fixed_bg.svg") no-repeat center/contain;
}
.c-fixed.is-hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@-webkit-keyframes bgRound {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes bgRound {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (min-width: 769px) {
  .c-fixed {
    width: 120px;
    height: 120px;
    right: 30px;
  }
  .c-fixed:before {
    width: 102px;
    height: 102px;
  }
  .c-fixed:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .c-fixed {
    width: 96px;
    height: 96px;
    right: 10px;
    font-size: 12px;
  }
  .c-fixed:before {
    width: 82px;
    height: 82px;
  }
}

.c-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.c-loop__imageGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: imageLoop 130s infinite linear 0.5s both;
          animation: imageLoop 130s infinite linear 0.5s both;
}
@-webkit-keyframes imageLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes imageLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.c-loop__imageWrap {
  margin: 0 15px;
}
.c-loop__imageWrap img {
  border: none;
}
@media screen and (min-width: 769px) {
  .c-loop__imageWrap {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .c-loop__imageWrap {
    width: 600px;
  }
}

.head {
  max-width: 1300px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .head {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
}

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

.head__text {
  width: calc(100% - 36px);
  margin-left: 10px;
  font-size: min(2.7vw, 12px);
  line-height: 1.4;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
}

.head__jpx {
  width: 36px;
  display: inline-block;
}

.head__groupName {
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .head__groupName {
    width: 112px;
  }
}

.header {
  padding: 0 0 20px;
  position: sticky;
  top: 0;
  z-index: 8;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background-color: #fff;
}
.header.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 769px) {
  .header.is-up {
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
  }
}

.header__inner {
  max-width: 1300px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.header__smallText {
  margin: 12px 0;
  font-size: 12px;
}

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

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

.header__logoWrap {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .header__logoWrap {
    width: 274px;
  }
  .header__logoWrap:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .header__logoWrap {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .header__logoWrap {
    width: 206px;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .header__list {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .header__list {
    margin-left: 30px;
  }
}

@media screen and (min-width: 769px) {
  .header__item:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .header__item:nth-child(n+2) {
    margin-left: 25px;
  }
}

.header__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
}
.header__anchor:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .header__anchor:after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 7px;
    display: inline-block;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-top: 2px solid #000066;
    border-right: 2px solid #000066;
  }
  .header__anchor:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.header__hamburger {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.header__hamburger.is-active .header__bar:first-child {
  -webkit-transform: translateY(16px) rotate(45deg);
          transform: translateY(16px) rotate(45deg);
}
.header__hamburger.is-active .header__bar:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__bar:nth-child(3) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.header__bar {
  width: 100%;
  height: 4px;
  display: block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  background-color: #000;
}
.header__bar:first-child {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.header__bar:nth-child(2) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.header__bar:nth-child(3) {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

.header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.5s;
  transition: opacity 0.3s, visibility 0.5s;
  background-color: #fff;
}
.header-nav.is-open {
  opacity: 1;
  visibility: unset;
  pointer-events: unset;
}
@media screen and (min-width: 769px) {
  .header-nav {
    min-height: 200px;
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    height: calc(100vh - 60px);
    padding: 100px 0 20px;
    overflow-y: auto;
  }
}

.header-nav__inner {
  max-width: 1300px;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .header-nav__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .header-nav__list {
    max-width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media screen and (min-width: 769px) {
  .header-nav__item {
    margin: 0 40px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__item {
    padding-right: 15px;
    position: relative;
  }
  .header-nav__item:after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 1.5px solid #F10000;
    border-right: 1.5px solid #F10000;
  }
  .header-nav__item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.header-nav__anchor {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
.header-nav__anchor:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .header-nav__anchor:after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 5px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1.5px solid #F10000;
    border-right: 1.5px solid #F10000;
  }
  .header-nav__anchor:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__anchor {
    width: 100%;
    padding: 10px 0;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .header-nav__guide {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__guide {
    max-width: 360px;
    margin: 15px auto 0;
  }
}
.header-nav__guide svg {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .header-nav__buttonGroup {
    width: 210px;
    margin: 5px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__buttonGroup {
    max-width: 340px;
    margin: 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .header-nav__buttonWrap:nth-child(n+2) {
    margin-top: 10px;
  }
}

.header-nav__button.--black svg, .header-nav__button.--white svg {
  height: auto;
  -webkit-filter: none;
          filter: none;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 20px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 50px;
  }
}

.footer__inner {
  max-width: 1430px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.footer__snsGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer__snsGroup {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer__sns {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .footer__sns {
    width: 24px;
  }
  .footer__sns:nth-child(n+2) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer__sns {
    width: 30px;
  }
  .footer__sns:nth-child(n+2) {
    margin-left: 20px;
  }
}

.footer-nav {
  margin-top: 28px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 769px) {
  .footer-nav {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-nav__item {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .footer-nav__item {
    margin-right: 28px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.footer-nav__anchor {
  position: relative;
  font-size: 14px;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
.footer-nav__anchor:before {
  content: "";
  width: calc(100% - 14px);
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  background-color: #000;
}
.footer-nav__anchor:after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 5px;
  display: inline-block;
  -webkit-transform: translateY(-1px) rotate(45deg);
          transform: translateY(-1px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (min-width: 769px) {
  .footer-nav__anchor:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .footer-nav__anchor:hover:after {
    -webkit-transform: translateY(-1px) translateX(5px) rotate(45deg);
            transform: translateY(-1px) translateX(5px) rotate(45deg);
  }
}

@media screen and (min-width: 769px) {
  .footer__jsOutput {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer__jsOutput {
    margin-top: 32px;
  }
}
.footer__jsOutput .o-footer_other_head {
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .footer__jsOutput .o-footer_other_head {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer__jsOutput .o-footer_other_head {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .footer__jsOutput .o-footer_other-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .footer__jsOutput .o-footer_other-holder {
    margin: 0 40px 32px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__jsOutput .o-footer_other-holder {
    margin-bottom: 26px;
  }
}
.footer__jsOutput .o-footer_other-catch {
  font-size: 12px;
  color: #666666;
  font-family: notoSansJp400, sans-serif;
  font-weight: 400;
}
.footer__jsOutput .o-footer_other-heading {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.75;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
.footer__jsOutput .o-footer_other-list {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__jsOutput .o-footer_other-list-item:nth-child(n+2) {
  margin-left: 10px;
}
.footer__jsOutput .o-footer_other-link {
  position: relative;
  font-size: 12px;
}
.footer__jsOutput .o-footer_other-link:before {
  content: "";
  width: calc(100% - 14px);
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #000;
}
.footer__jsOutput .o-footer_other-link:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 3px;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background: url("../img/common/icon-window.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .footer__jsOutput .o-footer_other-link:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .footer__row {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-top: 1px solid #e5e5e5;
  }
}

.footer__copyright {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 20px;
  }
}

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

@media screen and (min-width: 769px) {
  .footer__item:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__item:nth-child(n+2) {
    margin-left: 15px;
  }
}

.footer__anchor {
  position: relative;
  font-size: 12px;
}
.footer__anchor:before {
  content: "";
  width: calc(100% - 14px);
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  background-color: #000;
}
.footer__anchor:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 3px;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background: url("../img/common/icon-window.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .footer__anchor:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.common-bread {
  padding: 15px 20px;
  background-color: #F4F4F4;
}

.common-bread__list {
  max-width: 1420px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common-bread__item {
  font-size: 13px;
}
.common-bread__item:nth-child(n+2):before {
  content: "";
  width: 7px;
  height: 7px;
  margin: 0 10px 0 7px;
  display: inline-block;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media screen and (min-width: 769px) {
  .common-access {
    padding: 80px 0 106px;
  }
}
@media screen and (max-width: 768px) {
  .common-access {
    padding: 50px 0;
  }
}

.common-access__inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.common-access__heading {
  padding-left: 0;
}

.common-access__headingDesc {
  max-width: unset;
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .common-access__schoolGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  .common-access__school {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .common-access__school {
    margin-top: 50px;
  }
}

.common-access__mapWrap iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .common-access__mapWrap iframe {
    height: 300px;
  }
}

.common-access__name {
  margin-top: 40px;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .common-access__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-access__name {
    font-size: 18px;
  }
}

.common-access__address {
  line-height: 1.87;
}
@media screen and (min-width: 769px) {
  .common-access__address {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-access__address {
    margin-top: 15px;
  }
}

.common-faq {
  overflow: hidden;
  background-color: #F1F1EB;
}
@media screen and (min-width: 769px) {
  .common-faq {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .common-faq {
    padding: 50px 0;
  }
}

.common-faq__content {
  width: calc(100% - 40px);
}
@media screen and (min-width: 769px) {
  .common-faq__content {
    max-width: 1000px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .common-faq__content {
    max-width: 520px;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .common-faq__list {
    max-width: 520px;
  }
}

.common-faq__item:not(:last-child) {
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .common-faq__item {
    font-size: 15px;
  }
}

.common-faq__itemTitle {
  line-height: 1.5;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
}
.common-faq__itemTitle:before {
  content: "Q";
  padding: 1px 5px;
  line-height: 1;
  font-family: roboto700, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .common-faq__itemTitle {
    padding: 30px 0 30px 2.6em;
    text-indent: -2.6em;
  }
  .common-faq__itemTitle:before {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-faq__itemTitle {
    padding: 20px 0 20px 2em;
    text-indent: -2em;
  }
  .common-faq__itemTitle:before {
    margin-right: 10px;
  }
}

.common-faq__itemData {
  line-height: 1.87;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
  background-color: #A7E6E6;
}
@media screen and (min-width: 769px) {
  .common-faq__itemData {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-faq__itemData {
    padding: 10px;
  }
}
.common-faq__itemData a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .common-faq__itemData a:hover {
    text-decoration: none;
  }
}