@charset "UTF-8";
@import url("/assets/fontface/fontface.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "NotoSansJP-Medium", Arial, Verdana, "Roboto", "游ゴシック", Yu Gothic, "游ゴシック体", YuGothic, "ヒラギノ角ゴ  Pro W3", Hiragino Kaku Gothic Pro, Meiryo UI, "メイリオ", Meiryo, "ＭＳ  Ｐゴシック", MS PGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: background 0.25s, color 0.25s, opacity 0.25s;
  -o-transition: background 0.25s, color 0.25s, opacity 0.25s;
  transition: background 0.25s, color 0.25s, opacity 0.25s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.link-underline {
  text-decoration: underline;
}

.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

/* Wrapper */
#wrapper {
  background-color: #000;
}

main {
  background-color: #fff;
}

.content-960 {
  width: 80%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.content-800 {
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.content-700 {
  width: 80%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-inner #wrapper {
  padding-top: 70px;
}
.page-inner header {
  background: #000;
}
.page-inner .logo-text {
  display: block !important;
}
@media only screen and (max-width: 1080px) {
  .page-inner .logo-text {
    max-width: 230px;
    width: 100%;
  }
}

.pad130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 834px) {
  .pad130 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .pad130 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.txthead-box {
  margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
  .txthead-box {
    margin-bottom: 25px;
  }
}
.txthead-box .no {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .no {
    margin-bottom: 30px;
  }
}
.txthead-box .no img {
  max-height: 55px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .no img {
    max-height: 45px;
  }
}
.txthead-box .center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.txthead-box .fz30 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz30 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz24 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz24 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box img {
    width: auto;
    max-height: 18px;
  }
}

.btn-box {
  margin-top: 80px;
}
.btn-box.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 834px) {
  .btn-box {
    margin-top: 50px;
  }
}
.btn-box ul li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .btn-box ul li + li {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box .text-img img {
    height: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box .text-img .txt-jp {
    height: 13px !important;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  border-radius: 27px;
  color: #fff;
  background-color: #000;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .btn {
    font-size: 1.3rem;
    height: 48px;
  }
}

.btn-green {
  background-color: #00808E;
}

.btn-white {
  background-color: #fff;
}

.btn-350 {
  width: 100%;
  max-width: 350px;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.bg-black {
  color: #fff;
  background-color: #000;
}

.bg-grey {
  background-color: #E9E9E9;
}

.text-sp {
  font-size: 60%;
}

.w100 {
  width: 100% !important;
}

@media only screen and (max-width: 394px) {
  .text-sp {
    font-size: 48%;
  }
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 20px;
  height: 44px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 44px;
  background-color: transparent;
  color: transparent;
  border: 0;
  content: "";
}
@media only screen and (max-width: 750px) {
  .slick-arrow {
    width: 15px;
    height: 33px;
    background-size: 15px 33px;
  }
}
.slick-arrow:hover {
  cursor: pointer;
}

.slick-prev {
  left: 5%;
  background-image: url("/assets/images/commons/arrow-prev.svg");
}

.slick-next {
  right: 5%;
  background-image: url("/assets/images/commons/arrow-next.svg");
}

/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 1080px) {
  header {
    position: fixed !important;
    top: 0 !important;
  }
}
header .header {
  width: 90%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-left a {
  display: flex;
  align-items: center;
}
header .header .header-left a .logo-text {
  display: none;
  margin-left: 13px;
}
@media only screen and (max-width: 1080px) {
  header .header .header-right .header-menu {
    display: none;
  }
}
header .header .header-right .header-menu ul {
  display: flex;
}
header .header .header-right .header-menu ul li a {
  font-family: "Helvetica";
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
}
header .header .header-right .header-menu ul li + li {
  margin-left: 60px;
}
header .header .header-right .header-burger {
  display: none;
}
@media only screen and (max-width: 1080px) {
  header .header .header-right .header-burger {
    display: block;
  }
}
header.sticky {
  top: -70px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.slideDown {
  position: fixed;
  top: 0px;
  background: rgba(0, 0, 0, 0.9);
}

.nav-icon {
  display: block;
  width: 26px;
  height: 19px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  opacity: 1;
  background-image: url("/assets/images/commons/burger-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 19px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 25;
}

.nav-icon:focus, .nav-icon:active, .nav-icon:visited {
  opacity: 1;
}

.nav-icon span {
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 25;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 9px;
}

.nav-icon span:nth-child(4) {
  top: 18px;
}

.nav-icon.open {
  background-size: 0;
}

.nav-icon.open span {
  background-color: white;
}

.nav-icon.open span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 0;
  right: 0;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 0;
  right: 0;
}

.menu-responsive {
  opacity: 0;
  position: fixed;
  right: -250px;
  top: 0;
  z-index: 14;
  width: 100%;
  max-width: 250px;
  height: 100%;
  color: #fff;
  background-color: #000;
  padding: 120px 0 0 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-responsive ul li a {
  color: #fff;
}
.menu-responsive ul li + li {
  margin-top: 30px;
}
.menu-responsive.active {
  opacity: 1;
  right: 0;
}

/* Video */
.video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}
.video video {
  width: 100%;
}

/* MV */
#mv {
  position: relative;
}
#mv .mv-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mv .mv-text .mv-text-box h1 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
  #mv .mv-text .mv-text-box h1 {
    margin-bottom: 25px;
  }
}
#mv .mv-text .mv-text-box a {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#mv .mv-text .mv-text-box a img {
  margin: 0 auto;
}
#mv .mv-video {
  width: 100%;
  height: 100vh;
  position: relative;
}
#mv .mv-video::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0.4)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 30%, #000);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 30%, #000);
}
#mv .mv-video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #mv .mv-video video {
    height: 100%;
  }
}

.popup-video {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.popup-video video {
  width: 100%;
}

/* MV Inner */
#mv-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#mv-inner .mv-inner {
  height: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner h1 img {
    height: 18px;
  }
}

/* Intro */
#intro {
  position: relative;
  z-index: 13;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  #intro {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
#intro .intro {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#intro .intro .content {
  padding-top: 5px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #intro .intro .content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #intro .intro .content {
    text-align: left;
  }
}
#intro .intro .content p {
  line-height: 3.6rem;
}
@media only screen and (max-width: 834px) {
  #intro .intro .content p {
    line-height: 3rem;
  }
}
#intro .intro .content p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 834px) {
  #intro .intro .content p + p {
    margin-top: 15px;
  }
}
#intro .intro .btn-box {
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  #intro .intro .btn-box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #intro .intro .btn-box {
    margin-top: 30px;
  }
}

/* Sample */
#sample {
  overflow: hidden;
}
#sample .sample .txthead-box {
  margin-bottom: 80px;
}
@media only screen and (max-width: 834px) {
  #sample .sample .txthead-box {
    margin-bottom: 50px;
  }
}
#sample .sample .content {
  position: relative;
}
@media only screen and (max-width: 834px) {
  #sample .sample .content .sample-slick .slick-list {
    height: 380px;
  }
}
@media only screen and (max-width: 834px) {
  #sample .sample .content .sample-slick .slick-list .slick-slider {
    height: 380px;
  }
}
@media only screen and (max-width: 834px) {
  #sample .sample .content .sample-slick .slick-list .slick-slide {
    width: 200px !important;
    height: 380px;
  }
}
#sample .sample .content .sample-slick .slick-list .sample-item {
  padding: 0 15px;
}
@media only screen and (max-width: 834px) {
  #sample .sample .content .sample-slick .slick-list .sample-item {
    padding: 0 10px;
  }
}
#sample .sample .content .sample-slick .slick-list .sample-item a {
  display: block;
  color: #fff;
}
#sample .sample .content .sample-slick .slick-list .sample-item a .img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#sample .sample .content .sample-slick .slick-list .sample-item a .img::before {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 13px;
  z-index: 9;
  width: 28px;
  height: 28px;
  background-image: url("/assets/images/commons/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.5;
}
#sample .sample .content .sample-slick .slick-list .sample-item a .brief {
  margin-top: 30px;
}
@media only screen and (max-width: 834px) {
  #sample .sample .content .sample-slick .slick-list .sample-item a .brief {
    margin-top: 15px;
    text-align: center;
  }
}
#sample .sample .content .sample-slick .slick-list .sample-item a .brief h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #sample .sample .content .sample-slick .slick-list .sample-item a .brief h3 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#sample .sample .content .sample-slick .slick-list .sample-item a .brief p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #fff;
  font-family: "NotoSansJP-Medium";
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #sample .sample .content .sample-slick .slick-list .sample-item a .brief p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#sample .sample .content .sample-slick .slick-list .sample-item a .brief p span {
  display: block;
  font-size: 1.2rem;
}
#sample .sample .content .sample-shadow {
  position: absolute;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
  width: 34.29%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #sample .sample .content .sample-shadow {
    width: 60px;
  }
}
#sample .sample .content .sample-shadow img {
  width: 100%;
  height: auto;
}
#sample .sample .content .sample-shadow.left {
  left: -2px;
}
#sample .sample .content .sample-shadow.right {
  right: -2px;
}

/* News */
@media only screen and (max-width: 750px) {
  .news-list {
    margin-top: 40px;
  }
}
.news-list ul {
  border-bottom: 1px solid #C5C5C5;
}
.news-list ul li {
  border-top: 1px solid #C5C5C5;
}
.news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 35px 18px 0;
  background-image: url("/assets/images/commons/news-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 11px 22px;
}
@media only screen and (max-width: 750px) {
  .news-list ul li a {
    display: block;
  }
}
.news-list ul li a p.date {
  width: 125px;
  max-height: 125px;
  min-width: 125px;
  font-family: "Helvetica";
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 900;
}
@media only screen and (max-width: 750px) {
  .news-list ul li a p.date {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.news-list ul li a p.date span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  .news-list ul li a p.date span {
    display: inline-block;
  }
}
@media only screen and (max-width: 750px) {
  .news-list ul li a p.date span::after {
    content: ".";
  }
}
.news-list ul li a h3 {
  width: 100%;
  font-family: "NotoSansJP-Medium";
  font-weight: 500;
  margin-top: 18px;
}
@media only screen and (max-width: 750px) {
  .news-list ul li a h3 {
    margin-top: 5px;
  }
}

/* Online */
#online {
  background-image: url("/assets/images/top/online-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #online {
    background-image: url("/assets/images/top/online-bg-sp.jpg");
    background-position: center;
  }
}
#online .online {
  height: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #online .online {
    height: 305px;
  }
}
#online .online .content h2 img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #online .online .content h2 img {
    height: 45px;
  }
}
#online .online .content .btn-box {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #online .online .content .btn-box {
    margin-top: 35px;
  }
}

/* Course */
.course .txthead-box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .course .txthead-box {
    margin-bottom: 40px;
  }
}
.course .txthead-box p.txthead {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .course .txthead-box p.txthead {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 30px;
  }
}
.course .content {
  text-align: center;
}
.course .content h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .course .content h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.course .content h3 + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .course .content h3 + p {
    margin-top: 5px;
  }
}
.course .content .text-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-image: url("/assets/images/top/course-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #fff;
  font-family: "NotoSansJP-Black";
  font-weight: 900;
}
@media only screen and (max-width: 750px) {
  .course .content .text-circle {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.course .content p {
  line-height: 3.6rem;
}
@media only screen and (max-width: 834px) {
  .course .content p {
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .course .content p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.course .btn-box {
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  .course .btn-box {
    margin-top: 50px;
  }
}

/* Instructor */
#instructor {
  position: relative;
  overflow: hidden;
}
#instructor .instructor {
  position: relative;
}
#instructor .instructor .instructor-shadow {
  position: absolute;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
  width: 34.29%;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor .instructor-shadow {
    display: none;
  }
}
#instructor .instructor .instructor-shadow img {
  width: 100%;
  height: auto;
}
#instructor .instructor .instructor-shadow.left {
  left: -2px;
}
#instructor .instructor .instructor-shadow.right {
  right: -2px;
}
#instructor .instructor .txthead-box {
  margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor .txthead-box {
    margin-bottom: 35px;
  }
}
#instructor .instructor .content p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-align: center;
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor .content p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
  }
}
#instructor .instructor .content .instructor-slick .instructor-item {
  position: relative;
}
#instructor .instructor .content .instructor-slick .instructor-item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10;
  background-image: url("/assets/images/top/instructor-shadow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
#instructor .instructor .content .instructor-slick .instructor-item .brief {
  position: absolute;
  bottom: 0;
  z-index: 11;
  width: 100%;
  text-align: center;
}
#instructor .instructor .content .instructor-slick .instructor-item .img {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor .btn-box {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* Voice */
@media only screen and (max-width: 750px) {
  #voice .voice .voice-list {
    margin-top: 50px;
  }
}
#voice .voice .voice-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5.2%;
}
@media only screen and (max-width: 834px) {
  #voice .voice .voice-list ul {
    margin-top: -2.5%;
  }
}
#voice .voice .voice-list ul li {
  width: 44.8%;
  margin-top: 10.4%;
  background-color: #fff;
  background-image: url("/assets/images/top/voice-quote.svg");
  background-repeat: no-repeat;
  background-position: top 20px left 25px;
  background-size: 71px 59px;
  border-radius: 5px;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #voice .voice .voice-list ul li {
    width: 100%;
    margin-top: 2.5%;
  }
}
@media only screen and (max-width: 750px) {
  #voice .voice .voice-list ul li {
    margin-top: 10px;
    background-position: top 15px left 15px;
    background-size: 50px 41px;
    position: inherit;
  }
}
#voice .voice .voice-list ul li .voice-list-box {
  padding: 40px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1029px) {
  #voice .voice .voice-list ul li .voice-list-box {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 750px) {
  #voice .voice .voice-list ul li .voice-list-box {
    padding: 30px !important;
  }
}
#voice .voice .voice-list ul li .voice-list-box h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #voice .voice .voice-list ul li .voice-list-box h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#voice .voice .voice-list ul li .voice-list-box p {
  margin-top: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  #voice .voice .voice-list ul li .voice-list-box p {
    margin-top: 10px;
  }
}
#voice .voice .voice-list ul li .voice-list-box .author {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0 40px;
}
@media only screen and (max-width: 1026px) {
  #voice .voice .voice-list ul li .voice-list-box .author {
    height: 65px;
  }
}
@media only screen and (max-width: 750px) {
  #voice .voice .voice-list ul li .voice-list-box .author {
    margin-top: 10px;
    position: inherit;
    bottom: inherit;
    left: inherit;
    transform: inherit;
    height: inherit;
    padding: 0;
  }
}
#voice .voice .voice-list ul li .voice-list-box .author h4 {
  font-weight: 700;
}
#voice .voice .voice-list ul li .voice-list-box .author p {
  margin-top: 0;
  font-weight: 700;
}
#voice .voice .voice-list ul li .voice-list-box .author p span {
  margin: 0 7px;
}

/* FAQ */
#faq .faq {
  width: 100%;
}
#faq .faq p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #faq .faq p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

/* About */
.mv-inner-about {
  background-image: url(/assets/images/about/mv-inner.jpg);
}
@media only screen and (max-width: 750px) {
  .mv-inner-about {
    background-image: url(/assets/images/about/mv-inner-sp.jpg);
  }
}

#about .about h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about .about h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
#about .about p {
  line-height: 3.6rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about .about p {
    line-height: 3rem;
    text-align: left;
  }
}
#about .about p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #about .about p + p {
    margin-top: 15px;
  }
}
#about .about p + h2 {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #about .about p + h2 {
    margin-top: 70px;
  }
}
#about .revolution-bg {
  height: 540px;
  display: flex;
  align-items: center;
  color: #fff;
  background-image: url("/assets/images/about/health-revolution-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #about .revolution-bg {
    padding-top: 60px;
    align-items: flex-start;
    background-image: url("/assets/images/about/health-revolution-bg-sp.jpg");
  }
}
#about .revolution-bg .revolution .revolution-content {
  width: 100%;
  max-width: 400px;
  text-align: center;
}
#about .revolution-bg .revolution .revolution-content .txthead-box {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #about .revolution-bg .revolution .revolution-content .txthead-box {
    margin-bottom: 35px;
  }
}
#about .revolution-bg .revolution .revolution-content .btn-box {
  margin-top: 0;
}
#about .profile {
  text-align: center;
}
#about .profile .img {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #about .profile .img {
    width: 144px;
  }
}
#about .profile h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin: 35px 0;
}
@media only screen and (max-width: 750px) {
  #about .profile h2 {
    margin: 35px 0 20px 0;
  }
}
#about .profile p {
  line-height: 3.6rem;
}
@media only screen and (max-width: 750px) {
  #about .profile p {
    text-align: left;
    line-height: 2.6rem;
  }
}
#about .book .book-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #about .book .book-list ul {
    display: block;
    margin-top: -50px;
  }
}
#about .book .book-list ul a li {
  width: 100%;
  max-width: 300px;
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #about .book .book-list ul a li {
    width: 100%;
    max-width: 100%;
  }
}
#about .book .book-list ul a li .cover img {
  width: auto;
  max-height: 370px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #about .book .book-list ul a li .cover img {
    max-width: 200px;
  }
}
#about .book .book-list ul a li .brief {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #about .book .book-list ul a li .brief {
    margin-top: 35px;
  }
}
#about .book .book-list ul a li .brief h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #about .book .book-list ul a li .brief h3 {
    margin-bottom: 15px;
  }
}
#about .book .book-list ul a li .brief p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
}

/* Course */
.mv-inner-course {
  background-image: url(/assets/images/course/mv-inner.jpg);
}
@media only screen and (max-width: 750px) {
  .mv-inner-course {
    background-image: url(/assets/images/course/mv-inner-sp.jpg);
  }
}

#course-inner .course-inner h2 {
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #course-inner .course-inner h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
#course-inner .course-inner p {
  line-height: 3.6rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #course-inner .course-inner p {
    line-height: 2.6rem;
    text-align: left;
  }
}
#course-inner .course-inner p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #course-inner .course-inner p + p {
    margin-top: 15px;
  }
}
#course-inner .course-inner p + h2 {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #course-inner .course-inner p + h2 {
    margin-top: 30px;
  }
}
#course-inner .course-inner .course-cer {
  margin: 15px 0;
  padding: 0 20px;
}
#course-inner .course-inner .course-cer img {
  margin-left: auto;
  margin-right: auto;
}
#course-inner #curriculum .curriculum {
  max-width: 820px;
}
#course-inner #curriculum .curriculum .txthead-box {
  margin-bottom: 60px;
}
#course-inner #curriculum .curriculum .intro {
  text-align: center;
}
#course-inner #curriculum .curriculum .intro h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
  #course-inner #curriculum .curriculum .intro h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
#course-inner #curriculum .curriculum .intro p {
  line-height: 3.6rem;
}
@media only screen and (max-width: 750px) {
  #course-inner #curriculum .curriculum .intro p {
    text-align: left;
    line-height: 2.6rem;
  }
}
#course-inner #curriculum .curriculum .intro p span.circle-green {
  display: inline-block;
  font-size: 3rem;
  line-height: 3rem;
  color: #00808E;
}
#course-inner #curriculum .curriculum .intro p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #course-inner #curriculum .curriculum .intro p + p {
    margin-top: 15px;
  }
}
#course-inner #curriculum .curriculum .row {
  margin-top: 70px;
}
#course-inner #curriculum .curriculum .row + .row {
  margin-top: 90px;
}
@media only screen and (max-width: 750px) {
  #course-inner #curriculum .curriculum .row + .row {
    margin-top: 60px;
  }
}
#course-inner #curriculum .curriculum .row h3 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #course-inner #curriculum .curriculum .row h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #course-inner #curriculum .curriculum .row h3 img {
    max-height: 14px;
  }
}
#course-inner #curriculum .curriculum .row .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 301px;
  background-image: url("/assets/images/course/curriculum-line-full.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 779px 301px;
}
@media only screen and (max-width: 834px) {
  #course-inner #curriculum .curriculum .row .content {
    display: block;
    background: none;
  }
  #course-inner #curriculum .curriculum .row .content.min-hi-auto {
    min-height: 0px !important;
  }
}
#course-inner #curriculum .curriculum .row .content.half {
  min-height: 183px;
  background-position: top right;
  background-image: url("/assets/images/course/curriculum-line-half.svg");
}
@media only screen and (max-width: 834px) {
  #course-inner #curriculum .curriculum .row .content.half {
    background: none;
  }
}
#course-inner #curriculum .curriculum .row .content.half .topic {
  margin-top: auto;
}
#course-inner #curriculum .curriculum .row .content .topic {
  width: 76px;
  max-width: 76px;
  min-width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E9E9E9;
  background-color: #000;
  border-radius: 100%;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #course-inner #curriculum .curriculum .row .content .topic {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
#course-inner #curriculum .curriculum .row .content .topic h4 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  #course-inner #curriculum .curriculum .row .content .topic h4 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
#course-inner #curriculum .curriculum .row .content .detail {
  width: 70%;
}
@media only screen and (max-width: 834px) {
  #course-inner #curriculum .curriculum .row .content .detail {
    margin-top: -30px;
    width: 100%;
    padding: 15% 10% 0 10%;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
  }
}
#course-inner #curriculum .curriculum .row .content .detail.flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  #course-inner #curriculum .curriculum .row .content .detail.flex {
    display: block;
  }
}
#course-inner #curriculum .curriculum .row .content .detail ul {
  width: 50%;
}
@media only screen and (max-width: 834px) {
  #course-inner #curriculum .curriculum .row .content .detail ul {
    width: 100%;
  }
}
#course-inner #curriculum .curriculum .row .content .detail ul li {
  padding: 3px 0;
}
@media only screen and (max-width: 834px) {
  #course-inner #curriculum .curriculum .row .content .detail ul li {
    padding: 2px 0;
  }
}
#course-inner #flow .flow {
  max-width: 700px;
}
#course-inner #flow .flow .flow-list {
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .flow-list {
    margin-bottom: 80px;
  }
}
#course-inner #flow .flow .flow-list .item .no {
  position: relative;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Helvetica";
  font-size: 1.9rem;
  line-height: 1.9rem;
  font-weight: 900;
  color: #fff;
  background-image: url("/assets/images/course/flow-square.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .flow-list .item .no {
    width: 65px;
    height: 65px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
#course-inner #flow .flow .flow-list .item .box {
  margin-top: -20px;
  padding: 35px 40px;
  text-align: center;
  background-color: #E9E9E9;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .flow-list .item .box {
    padding: 35px 30px 30px 30px;
  }
}
#course-inner #flow .flow .flow-list .item .box h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .flow-list .item .box h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#course-inner #flow .flow .flow-list .item .box p {
  margin-top: 10px;
  line-height: 3.6rem;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .flow-list .item .box p {
    margin-top: 5px;
    line-height: 2.6rem;
  }
}
#course-inner #flow .flow .flow-list .item::after {
  content: "";
  display: table;
  width: 47px;
  height: 38px;
  margin: 0 auto;
  background-image: url("/assets/images/course/flow-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .flow-list .item::after {
    width: 40px;
    height: 33px;
  }
}
#course-inner #flow .flow .flow-list .item:last-child::after {
  display: none;
}
#course-inner #flow .flow .flow-list .item + .item {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .flow-list .item + .item {
    margin-top: 15px;
  }
}
#course-inner #flow .flow .support p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .support p {
    text-align: left;
  }
}
#course-inner #flow .flow .support .flex {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .support .flex {
    display: block;
    margin-top: 40px;
  }
}
#course-inner #flow .flow .support .flex .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48.5%;
  padding: 30px 20px;
  background-color: #E9E9E9;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .support .flex .box + .box {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .support .flex .box {
    width: 100%;
    padding: 20px;
    min-height: 118px;
  }
}
#course-inner #flow .flow .support .flex .box p {
  line-height: 3.6rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #course-inner #flow .flow .support .flex .box p {
    line-height: 2.6rem;
    font-weight: 700;
  }
}

span.circle-green {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 750px) {
  span.circle-green {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
span.circle-green::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 9;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #00808E;
}
@media only screen and (max-width: 750px) {
  span.circle-green::before {
    width: 12px;
    height: 12px;
  }
}

/* Footer */
footer {
  padding: 75px 0 50px 0;
  color: #fff;
  text-align: center;
  background-color: #000;
}
footer .footer {
  padding: 0 10%;
}
footer .footer .btn-box {
  margin-top: 0;
}
footer .footer .social {
  margin-top: 40px;
}
footer .footer .social p {
  font-family: "NotoSansJP-Medium";
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}
footer .footer .social p a {
  color: #FFF;
  font-size: 1.4rem;
  margin: 0 10px;
  display: inline-block;
}
footer .footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .social ul li {
  margin: 0 30px;
}
@media only screen and (max-width: 750px) {
  footer .footer .social ul li {
    margin: 0 20px;
  }
}
footer .footer .social ul li a {
  display: block;
}
footer .footer .logo {
  width: 100%;
  max-width: 200px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
footer .footer .logo img {
  display: table;
  margin: 0 auto;
}
footer .footer .copyright {
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.by-logo {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 1080px) {
  .by-logo {
    margin-top: 35px;
  }
}

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

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

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

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

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

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

#instructor .instructor-list {
  margin-top: -45px;
}
@media only screen and (max-width: 834px) {
  #instructor .instructor-list {
    margin-top: -45px;
  }
}
@media only screen and (max-width: 750px) {
  #instructor .instructor-list {
    margin-top: -35px;
  }
}
#instructor .instructor-list .h3-svg {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor-list .h3-svg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#instructor .instructor-list .h3-svg img {
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor-list .h3-svg img {
    max-height: 16px;
  }
}
#instructor .instructor-list .instructor {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: table;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor-list .instructor {
    width: 90%;
    height: auto;
    max-width: initial;
    overflow: initial;
  }
}
#instructor .instructor-list .instructor.mgb-0 {
  margin-bottom: 0 !important;
}
#instructor .instructor-list .instructor .ins-container {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor-list .instructor .ins-container {
    padding-top: 10px;
    position: relative;
    display: contents;
  }
}
#instructor .instructor-list .instructor .ins-container img {
  width: 42.6%;
  height: auto;
  float: left;
  align-self: start;
}
@media screen and (max-width: 900px) {
  #instructor .instructor-list .instructor .ins-container img {
    width: 42.6%;
  }
}
@media only screen and (max-width: 750px) {
  #instructor .instructor-list .instructor .ins-container img {
    width: 185px;
    margin-left: -35px;
    margin-right: -32px;
    margin-top: 10px;
  }
  #instructor .instructor-list .instructor .ins-container img.mg-l {
    margin-left: -5px !important;
  }
}
#instructor .instructor-list .instructor .tt-container {
  width: 50%;
  max-width: 540px;
  padding: 40px 0;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor-list .instructor .tt-container {
    width: 100%;
    max-width: initial;
    position: initial;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    margin-bottom: 40px;
    padding: 0px 0;
    margin-left: 0px;
  }
}
#instructor .instructor-list .instructor .tt-container h4 {
  padding-bottom: 10px;
  display: table-cell;
  font-family: "Helvetica";
  font-size: 4.5rem;
  line-height: 4.3rem;
  font-weight: 600;
}
#instructor .instructor-list .instructor .tt-container h4 br {
  display: none;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor-list .instructor .tt-container h4 {
    padding-top: 55px !important;
    font-size: 3.5rem;
    line-height: 4rem;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0;
    position: absolute;
    width: 100%;
    display: grid;
    right: -18%;
    top: 0%;
  }
  #instructor .instructor-list .instructor .tt-container h4 br {
    display: block;
  }
}
#instructor .instructor-list .instructor .tt-container h4 span {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor-list .instructor .tt-container h4 span {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
#instructor .instructor-list .instructor .tt-container p {
  font-size: 1.4rem;
  display: table;
}
@media only screen and (max-width: 750px) {
  #instructor .instructor-list .instructor .tt-container p {
    text-align: left;
    display: inline-block;
    margin-top: 30px;
    max-width: inherit;
  }
}

#faq .faq-list {
  margin-top: 87px;
}
@media only screen and (max-width: 750px) {
  #faq .faq-list {
    margin-top: 65px;
  }
}
#faq .faq-list h3 {
  margin: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
#faq .faq-list .accordion {
  background-color: #000;
  color: #FFF;
  cursor: pointer;
  padding: 23px 60px 23px 28px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.4s;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #faq .faq-list .accordion {
    padding: 19px 55px 19px 20px;
    font-size: 1.8rem;
  }
}
#faq .faq-list .active, #faq .faq-list .accordion:hover {
  background-color: #000;
}
#faq .faq-list .accordion:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  top: 42%;
  right: 28px;
  background-image: url("/assets/images/commons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 750px) {
  #faq .faq-list .accordion:after {
    right: 20px;
  }
}
#faq .faq-list .active:after {
  background-image: url("/assets/images/commons/arrow-up.svg") !important;
}
#faq .faq-list .panel {
  font-size: 1.4rem;
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#faq .faq-list .panel p {
  margin: 20px 0px 50px 0;
}
@media only screen and (max-width: 750px) {
  #faq .faq-list .panel p {
    margin: 10px 0px 50px 0;
  }
}
#faq .faq-list .panel p a {
  text-decoration: underline;
}
#faq .faq-list .panel p a.btn {
  text-decoration: none !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

#news .news-list {
  margin-top: 90px;
}
@media only screen and (max-width: 750px) {
  #news .news-list {
    margin-top: 80px;
  }
}
#news .news-detail {
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #news .news-detail {
    margin-top: 50px;
  }
  #news .news-detail.content-700 {
    width: 100%;
  }
}
#news .news-detail .date {
  font-family: "Helvetica";
  font-size: 1.8rem;
}
#news .news-detail h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.3rem;
  margin-top: 10px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  #news .news-detail h2 {
    font-size: 2.3rem;
    line-height: 3.3rem;
    margin-bottom: 40px;
  }
  #news .news-detail h2 br {
    display: none;
  }
}
#news .news-detail .text-left {
  text-align: left;
}
#news .news-detail img {
  margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  #news .news-detail img {
    margin-bottom: 40px;
  }
}
#news .news-detail .txt-head-detail {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 40px;
}
#news .news-detail .txt-head-detail h2, #news .news-detail .txt-head-detail h3, #news .news-detail .txt-head-detail h4 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#news .news-detail .txt-img {
  margin-bottom: 40px;
}
#news .news-detail .txt-img img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
#news .news-detail .txt-img .per-50 {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #news .news-detail .txt-img .per-50 {
    width: 80%;
  }
}
#news .news-detail .txt-img .txt-sub-img {
  margin-top: 5px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  #news .news-detail .txt-img .txt-sub-img {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 750px) {
  #news .news-detail .txt-img {
    margin-bottom: 40px;
  }
}
#news .news-detail .txt-detail {
  text-align: left;
  margin-bottom: 40px;
  line-height: 3.4rem;
}
@media only screen and (max-width: 750px) {
  #news .news-detail .txt-detail {
    line-height: 2.4rem;
    margin-bottom: 60px;
  }
}
#news .news-detail .txt-detail h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #news .news-detail .txt-detail h4 {
    font-size: 1.6rem;
  }
}
#news .news-detail .txt-detail p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #news .news-detail .txt-detail p {
    margin-bottom: 15px;
  }
}
#news .news-detail .txt-detail a {
  text-decoration: underline;
}
#news .news-detail .list-dod li {
  display: flex;
}
@media only screen and (max-width: 750px) {
  #news .news-detail .list-dod li {
    font-size: 1.3rem;
  }
}
#news .news-detail .list-dod li .min-140 {
  min-width: 140px;
}
@media only screen and (max-width: 750px) {
  #news .news-detail .list-dod li .min-140 {
    min-width: 115px;
  }
}
#news .news-detail .list-dod li .min-140-sp {
  min-width: 140px;
}
@media only screen and (max-width: 750px) {
  #news .news-detail .list-dod li .min-140-sp {
    min-width: 80px;
  }
}
#news .news-detail .list-dod li + li {
  margin-top: 10px;
}
#news .news-detail .list-text li {
  display: flex;
}
@media only screen and (max-width: 750px) {
  #news .news-detail .list-text li {
    font-size: 1.3rem;
  }
}
#news .news-detail .list-text li .min-140 {
  min-width: 140px;
}
#news .news-detail .list-text li .min-140-sp {
  min-width: 140px;
}
@media only screen and (max-width: 750px) {
  #news .news-detail .list-text li .min-140-sp {
    min-width: 84px;
  }
}
#news .news-detail .list-text li + li {
  margin-top: 10px;
}
#news .pagination {
  display: inline-block;
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #news .pagination {
    margin-top: 25px;
  }
}
#news .pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  font-family: "Helvetica";
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  #news .pagination a {
    font-size: 1.5rem;
  }
  #news .pagination a.btn-350 {
    width: 65% !important;
  }
  #news .pagination a.btn-350 img {
    width: 100%;
    padding: 0 10px;
  }
}
#news .pagination .pad0 {
  padding: 8px 0px !important;
}

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