@charset "UTF-8";
/*============================================================
	Base
============================================================*/
html,
body {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    min-height: 100vh;
  }
}

html {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #333;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.7333333333vw;
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: 0.938vw;
  }
}
html * {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

a:active,
a:visited,
a:hover {
  text-decoration: none !important;
  color: inherit;
}

.inner {
  width: 75vw;
  max-width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 86.667%;
    max-width: 86.667vw;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*============================================================
	nav
============================================================*/
@media print, screen and (min-width: 768px) {
  .g-box {
    width: 75vw;
    max-width: 1200px;
  }
}

.hamburger {
  cursor: pointer;
  width: 55px;
  height: 62px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger::before {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea0b";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 29px;
  color: #777;
  width: 1em;
  height: 1em;
}

@media only screen and (max-width: 767px) {
  #gnav {
    position: absolute;
    background: #e9edf2;
    z-index: 100;
    width: 100%;
    display: none;
  }
}
#gnav > ul {
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #gnav > ul {
    flex-direction: column;
  }
}
#gnav > ul > li > a {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #gnav > ul > li > a {
    height: 2.267rem;
    font-size: 0.933rem;
  }
  #gnav > ul > li > a::before {
    position: absolute;
    content: "";
    width: 105%;
    height: 0.2rem;
    background: #0098CE;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transition: all 0.3s;
  }
  #gnav > ul > li > a:hover {
    text-decoration: none;
  }
  #gnav > ul > li > a:hover::before {
    transform: translateX(-50%) scaleX(1);
  }
}
@media only screen and (max-width: 767px) {
  #gnav > ul > li > a {
    border-bottom: 1px solid #d2d7d9;
    height: 48px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 13px 10px;
  }
}
#gnav > ul > li > a.ac {
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #gnav > ul > li > a.ac {
    padding-right: 0.667rem;
  }
  #gnav > ul > li > a.ac::after {
    position: absolute;
    content: "";
    width: 0.333rem;
    height: 0.333rem;
    border-left: solid 1px #333;
    border-bottom: solid 1px #333;
    top: 0.467rem;
    right: 0;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  #gnav > ul > li > a.ac::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 11px;
    height: 13px;
    background-image: url(/dj_common/rwd/images/mkr_sprite.png);
    background-repeat: no-repeat;
    background-position: -80px 0;
  }
  #gnav > ul > li > a.ac.open::after {
    background-position: -80px -20px;
  }
}
@media print, screen and (min-width: 768px) {
  #gnav > ul > li:not(:last-child) {
    margin-right: 3em;
  }
}
@media print, screen and (min-width: 768px) {
  #gnav > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: rgba(51, 51, 51, 0.75);
    left: 0;
    width: 100%;
    height: 3.467rem;
    z-index: 10;
    transition: all 0.3s;
    display: flex;
    padding-left: 22.5%;
  }
}
@media only screen and (max-width: 767px) {
  #gnav > ul > li > ul {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #gnav > ul > li > ul > li > a {
    line-height: 3.467rem;
    color: #fff;
    font-size: 0.867rem;
  }
  #gnav > ul > li > ul > li > a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  #gnav > ul > li > ul > li > a {
    display: block;
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #d2d7d9;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    padding: 10px 15px 10px 32px;
    position: relative;
  }
  #gnav > ul > li > ul > li > a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/dj_common/rwd/images/mkr_sprite.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background-position: -20px -20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  #gnav > ul > li > ul > li:not(:last-child) > a {
    margin-right: 1em;
  }
  #gnav > ul > li > ul > li:not(:last-child) > a::after {
    content: "｜";
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #gnav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
#gnav > ul.global {
  background: #d2d7d9;
  border-top: 2px solid #a4adb2;
}
#gnav > ul.global a {
  border-bottom: 1px solid #a4adb2;
}

/*============================================================
	buttons
============================================================*/
.btn {
  width: 20rem;
  height: 4rem;
  border-radius: 2rem;
  border: 2px solid #54C3F1;
  display: grid;
  place-content: center;
  text-align: center;
  background: #54C3F1;
  color: #fff !important;
  font-size: 1.133rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 16.071rem;
    height: 3.214rem;
    border-radius: 1.607rem;
    font-size: 1rem;
  }
}
.btn::after {
  content: "";
  background: url("../img/course/arrow-icon-blue.svg") no-repeat -2.4rem top/4.067rem;
  width: 1.707rem;
  height: 1.707rem;
  position: absolute;
  top: 0;
  right: 0.667rem;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.btn:hover {
  text-decoration: none;
  background: #fff;
  color: #54C3F1 !important;
}
.btn:hover::after {
  background-position: 0 top;
}
.btn.orange {
  background: #F08300;
  border-color: #F08300;
}
.btn.orange::after {
  width: 1.867rem;
  height: 1.867rem;
  background: url("../img/course/arrow-icon-orange.svg") no-repeat -2.4rem top/4.067rem;
}
.btn.orange:hover {
  color: #F08300 !important;
  background: #fff;
}
.btn.orange:hover::after {
  background-position: 0 top;
}
.btn.dl::after {
  width: 1rem;
  height: 1.2rem;
  right: 1.667rem;
  background: url("../img/course/dl-icon.svg") no-repeat center bottom/cover;
}
.btn.dl:hover::after {
  background-position: center top;
}

/*============================================================
	タブレット端末をお貸しします
============================================================*/
#tb__rent {
  padding-bottom: 6.667rem;
}
@media only screen and (max-width: 767px) {
  #tb__rent {
    padding-bottom: 2.5rem;
  }
}
#tb__rent .inner {
  position: relative;
}
#tb__rent .inner .tb__content {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #tb__rent .inner .tb__content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4rem;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  #tb__rent .inner .tb__content {
    background: #E0DBD8;
    padding: 1.786rem;
  }
}
#tb__rent .inner .tb__content h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #tb__rent .inner .tb__content h3 {
    font-size: 1.214rem;
  }
}
#tb__rent .inner .tb__content p {
  font-size: 1.133rem;
}
@media only screen and (max-width: 767px) {
  #tb__rent .inner .tb__content p {
    font-size: 1rem;
    margin: 1.071rem 0;
  }
}
#tb__rent .inner .tb__content .btn__wrap {
  display: flex;
  gap: 1.333rem;
}
@media only screen and (max-width: 767px) {
  #tb__rent .inner .tb__content .btn__wrap {
    flex-direction: column;
    align-items: center;
    gap: 1.071rem;
  }
}
#tb__rent > .btn {
  width: 33.333%;
  margin: 3.333rem auto 0;
}
@media only screen and (max-width: 767px) {
  #tb__rent > .btn {
    width: 80vw;
    margin: 1.786rem auto 0;
  }
}

/*============================================================
	footer
============================================================*/
@media only screen and (max-width: 959px) {
  .g-link-sm {
    display: block;
  }
  .g-fnav .g-link::before, .g-fnav .g-link-sm::before, .g-fnav_linkHd span::before {
    top: 20px;
    left: unset;
    right: 5px;
  }
}
/*============================================================
	フローティング
============================================================*/
#floating {
  position: fixed;
  right: 0;
  display: flex;
  z-index: 999;
}
@media print, screen and (min-width: 768px) {
  #floating {
    top: 12.4rem;
    flex-direction: column;
    gap: 0.667rem;
  }
}
@media only screen and (max-width: 767px) {
  #floating {
    right: auto;
    left: 0;
    width: 18.536rem;
    justify-content: space-between;
    padding: 0 1.143rem 0.714rem 0.714rem;
    bottom: 0;
  }
}
#floating a {
  background: #F08300;
  display: grid;
  place-content: center;
}
@media print, screen and (min-width: 768px) {
  #floating a {
    width: 3.333rem;
    height: 13.867rem;
    border-radius: 0.333rem 0 0 0.333rem;
  }
}
@media only screen and (max-width: 767px) {
  #floating a {
    width: 7.964rem;
    height: 3.571rem;
    border-radius: 0.357rem;
  }
}
#floating a p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  #floating a p {
    font-size: 1rem;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  #floating a p span {
    color: #fff;
  }
  #floating a p span::after {
    display: inline-block;
    content: "-";
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 767px) {
  #floating a p {
    font-size: 1rem;
  }
}

figure {
  margin: 0;
}

.g-grid-2, .g-grid-2b, .g-grid-2c, .g-grid-3, .g-grid-4, .g-grid-4b, .g-grid-5, .g-grid-5b {
  margin: 0;
}