@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/* line 5, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../../sass/_common.scss */
.robot {
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1200px) {
  /* line 8, ../../sass/_common.scss */
  .wpc_item {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  /* line 14, ../../sass/_common.scss */
  .pc_sp_item {
    display: none;
  }
}
/* line 19, ../../sass/_common.scss */
.sp_item {
  display: none;
}

/* BASE
----------------------------------------------- */
/* line 27, ../../sass/_common.scss */
body {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  line-height: 2.0;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
  /* line 27, ../../sass/_common.scss */
  body {
    font-size: 12px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* line 74, ../../sass/_common.scss */
body.top {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

/* line 80, ../../sass/_common.scss */
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #333333;
}

/* line 87, ../../sass/_common.scss */
#container {
  padding: 113px 0 80px;
}

@media screen and (max-width: 1200px) {
  /* line 92, ../../sass/_common.scss */
  #container {
    padding: 90px 0 72px;
  }
}
/* header
----------------------------------------------- */
/* line 101, ../../sass/_common.scss */
#header {
  position: relative;
  z-index: 99;
  height: 113px;
}

/* line 107, ../../sass/_common.scss */
#header .logo {
  width: 250px;
  position: absolute;
  top: 20px;
  left: 3%;
  z-index: 1001;
}

/* line 115, ../../sass/_common.scss */
#header .logo a {
  display: block;
  width: 250px;
  height: 45px;
  background: url(/project/sd/assets/images/common/logo.png) no-repeat left top;
  background-size: contain;
}

/* line 123, ../../sass/_common.scss */
#header .logo h1 {
  width: 250px;
  margin: 5px 0 0 0;
  border: 1px solid #0077CC;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  color: #0077CC;
}

/* line 133, ../../sass/_common.scss */
#header .nav {
  position: absolute;
  top: 30px;
  right: 3%;
  line-height: 1.2;
  z-index: 1000;
  text-align: center;
}

/* line 142, ../../sass/_common.scss */
#header .gNav {
  float: left;
}

/* line 146, ../../sass/_common.scss */
#header .gNav .gNav_li {
  display: inline-block;
  margin: 0 8px;
  position: relative;
  vertical-align: top;
}

/* line 153, ../../sass/_common.scss */
#header .gNav .gNav_li:last-child {
  margin: 0 0 0 10px;
}

/* line 157, ../../sass/_common.scss */
#header .gNav .gNav_li a {
  display: block;
  padding: 5px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}

/* line 166, ../../sass/_common.scss */
#header .gNav .gNav_li a span.robot {
  font-size: inherit;
}

/* line 170, ../../sass/_common.scss */
#header .gNav .gNav_li a span {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
}

/* line 176, ../../sass/_common.scss */
#header .gNav .gNav_li .subMenu {
  display: none;
  width: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  overflow: hidden;
  position: absolute;
  transition: 0.3s;
}

/* line 186, ../../sass/_common.scss */
#header .gNav .gNav_li .subMenu li {
  transition: 0.3s;
}

/* line 190, ../../sass/_common.scss */
#header .gNav .gNav_li .subMenu li a {
  display: block;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
}

/* line 197, ../../sass/_common.scss */
#header .gNav .gNav_li .subMenu li:hover {
  background: #eeeeee;
}

/* line 201, ../../sass/_common.scss */
#header .gNav .gNav_li:hover > .subMenu {
  display: block;
  border: 1px solid #0077CC;
  border-top: none;
  height: auto;
}

/* line 208, ../../sass/_common.scss */
#header .gNav .gNav_li:before,
#header .gNav .gNav_li:after {
  position: absolute;
  top: 3.5em;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #0077CC;
  transition: 0.3s;
}

/* line 220, ../../sass/_common.scss */
#header .gNav .gNav_li:before {
  left: 50%;
}

/* line 224, ../../sass/_common.scss */
#header .gNav .gNav_li:after {
  right: 50%;
}

/* line 228, ../../sass/_common.scss */
#header .gNav .gNav_li:hover:before,
#header .gNav .gNav_li:hover:after {
  width: 50%;
}

/* line 233, ../../sass/_common.scss */
#header .subNav {
  float: right;
  margin: 0 0 0 20px;
}

/* line 238, ../../sass/_common.scss */
#header .subNav li:first-child {
  margin: 0 0 5px 0;
}

/* line 242, ../../sass/_common.scss */
#header .subNav li a {
  display: block;
  padding: 3px 10px;
  background-color: rgba(120, 120, 120, 0.95);
  color: #ffffff;
  font-size: 12px;
  transition: 0.3s;
  border-radius: 10px;
}

/* line 252, ../../sass/_common.scss */
#header .subNav li a:hover {
  background-color: #0077CC;
}

/* line 256, ../../sass/_common.scss */
#header .contact {
  display: none;
}

/* line 260, ../../sass/_common.scss */
#header .pamphlet {
  display: none;
}

/* line 264, ../../sass/_common.scss */
#header .nav .address {
  display: none;
}

/*z-index回避用*/
@media screen and (max-width: 1200px) {
  /* line 272, ../../sass/_common.scss */
  #header .logo {
    width: 90%;
  }

  /* line 275, ../../sass/_common.scss */
  #header .logo a {
    display: block;
    width: 78%;
    height: 50px;
    background: url(/project/sd/assets/images/common/logo.png) no-repeat left top;
    background-size: contain;
  }

  /* line 282, ../../sass/_common.scss */
  #header .logo h1 {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  /* line 288, ../../sass/_common.scss */
  #header .nav {
    display: block !important;
  }
}
/*1200px以下でのgNavの動き*/
@media screen and (max-width: 1200px) {
  /* line 297, ../../sass/_common.scss */
  #header .nav {
    display: none;
    width: 100%;
    height: 100vh;
    padding: 80px 3% 0;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow: scroll;
  }

  /* line 307, ../../sass/_common.scss */
  #header .gNav {
    float: none;
    padding: 0;
    overflow: hidden;
  }

  /* line 312, ../../sass/_common.scss */
  #header .gNav .gNav_li {
    display: block;
    max-width: 300px;
    margin: auto;
    padding: 8px 0;
    position: relative;
    transition: 0.3s;
  }

  /* line 320, ../../sass/_common.scss */
  #header .gNav .gNav_li:last-child {
    margin: auto;
  }

  /* line 323, ../../sass/_common.scss */
  #header .gNav .gNav_li a {
    max-width: 220px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    transition: 0.3s;
  }

  /* line 330, ../../sass/_common.scss */
  #header .gNav .gNav_li a span {
    font-size: 12px;
    transition: 0.3s;
  }

  /* line 334, ../../sass/_common.scss */
  #header .gNav .gNav_li a:hover {
    color: #0077CC;
  }

  /* line 337, ../../sass/_common.scss */
  #header .gNav .gNav_li .subMenu {
    display: block;
    border: none;
    overflow: hidden;
    position: static;
    background: none;
  }

  /* line 344, ../../sass/_common.scss */
  #header .gNav .gNav_li .subMenu li {
    transition: 0;
  }

  /* line 347, ../../sass/_common.scss */
  #header .gNav .gNav_li .subMenu li a {
    display: block;
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  /* line 353, ../../sass/_common.scss */
  #header .gNav .gNav_li .subMenu li:hover {
    background: none;
    text-decoration: underline;
  }

  /* line 357, ../../sass/_common.scss */
  #header .gNav .gNav_li:hover > .subMenu {
    border: none;
  }

  /* line 360, ../../sass/_common.scss */
  #header .gNav .gNav_li:before,
  #header .gNav .gNav_li:after {
    height: 0;
  }

  /* line 364, ../../sass/_common.scss */
  #header .gNav .close {
    background: url(/project/sd/assets/images/common/icon_open_01.png) no-repeat right top 15px/15px !important;
  }

  /* line 367, ../../sass/_common.scss */
  #header .gNav .close .subMenu {
    display: none !important;
  }

  /* line 370, ../../sass/_common.scss */
  #header .gNav .pulldown {
    background: url(/project/sd/assets/images/common/icon_close_01.png) no-repeat right top 15px/15px;
  }

  /* line 373, ../../sass/_common.scss */
  #header .subNav {
    display: block;
    max-width: 480px;
    margin: 20px auto 0 auto;
    padding: 0;
    float: none;
    font-size: 0;
  }

  /* line 381, ../../sass/_common.scss */
  #header .subNav li {
    display: inline-block;
    width: 31.333%;
    margin: 0 1%;
  }

  /* line 386, ../../sass/_common.scss */
  #header .subNav li:first-child {
    margin: 0 1%;
  }

  /* line 389, ../../sass/_common.scss */
  #header .subNav li:last-child {
    display: inline-block;
  }

  /* line 392, ../../sass/_common.scss */
  #header .subNav li a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    border-radius: 13px;
  }

  /* line 398, ../../sass/_common.scss */
  #header .contact {
    display: block;
    margin: 35px auto 0;
  }

  /* line 402, ../../sass/_common.scss */
  #header .contact a {
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
  }

  /* line 407, ../../sass/_common.scss */
  #header .contact a:hover {
    color: #0077CC;
  }

  /* line 410, ../../sass/_common.scss */
  #header .contact a span {
    font-size: 12px;
  }

  /* line 413, ../../sass/_common.scss */
  #header .pamphlet {
    display: block;
    margin: 15px auto 0;
  }

  /* line 417, ../../sass/_common.scss */
  #header .pamphlet a {
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
  }

  /* line 422, ../../sass/_common.scss */
  #header .pamphlet a:hover {
    color: #0077CC;
  }

  /* line 425, ../../sass/_common.scss */
  #header .pamphlet a span {
    font-size: 12px;
  }

  /* line 428, ../../sass/_common.scss */
  #header .nav .address {
    display: block;
    margin: 35px 0 30px 0;
    font-size: 12px;
  }
}
/* menu_icon
----------------------------------------------- */
/* line 439, ../../sass/_common.scss */
.menuIcon {
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 3%;
  top: 30px;
  background-color: #0077CC;
  -webkit-border-radius: 27.5px;
  -moz-border-radius: 27.5px;
  border-radius: 27.5px;
  z-index: 9999;
  transition: 0.3s;
}

/* line 454, ../../sass/_common.scss */
.menuIcon:hover {
  cursor: pointer;
}

/* line 458, ../../sass/_common.scss */
.menuIcon .bar_wrap {
  position: relative;
  height: 100%;
}

/* line 463, ../../sass/_common.scss */
.menuIcon span.bar {
  width: 23px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 6px;
  -webkit-transition: all 0.4s cubic-bezier(0.395, -0.6, 0.58, 1.65);
  -moz-transition: all 0.4s cubic-bezier(0.395, -0.6, 0.58, 1.65);
  transition: all 0.4s cubic-bezier(0.395, -0.6, 0.58, 1.65);
}

/* line 474, ../../sass/_common.scss */
.menuIcon span.bar01 {
  top: 11px;
}

/* line 478, ../../sass/_common.scss */
.menuIcon span.bar02 {
  top: 17px;
}

/* line 482, ../../sass/_common.scss */
.menuIcon span.bar03 {
  bottom: 10px;
}

/* line 486, ../../sass/_common.scss */
.menuIcon.close {
  background-color: rgba(255, 255, 255, 0);
}

/* line 490, ../../sass/_common.scss */
.menuIcon.close span.bar01 {
  top: 16.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 497, ../../sass/_common.scss */
.menuIcon.close span.bar02 {
  opacity: 0;
}

/* line 501, ../../sass/_common.scss */
.menuIcon.close span.bar03 {
  bottom: 16.5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 508, ../../sass/_common.scss */
.menuIcon.close span.bar {
  background-color: #0077CC;
}

/*1200px以下でハンバーガーメニュー表示*/
@media screen and (max-width: 1200px) {
  /* line 516, ../../sass/_common.scss */
  .menuIcon {
    display: block;
  }
}
/* footer
----------------------------------------------- */
/* line 525, ../../sass/_common.scss */
#footer {
  width: 100%;
  line-height: 1.5;
  font-size: 12px;
  z-index: 9;
  border-top: 4px solid #0077CC;
}

/* line 533, ../../sass/_common.scss */
.footer-area {
  max-width: calc(94%);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 0;
}

/* line 543, ../../sass/_common.scss */
#footer .footer_inner_left {
  bottom: 30px;
  left: 3%;
  display: flex;
  align-content: stretch;
}

/* line 550, ../../sass/_common.scss */
#footer .footer_inner_left .contact {
  margin-right: 12px;
}

/* line 554, ../../sass/_common.scss */
#footer .footer_inner_left .contact a {
  display: block;
  padding: 3px 10px;
  background-color: rgba(120, 120, 120, 0.95);
  color: #ffffff;
  font-size: 12px;
  transition: 0.3s;
  border-radius: 10px;
  line-height: 1.2;
}

/* line 565, ../../sass/_common.scss */
#footer .footer_inner_left .contact a:hover {
  background-color: #0077CC;
  color: #ffffff;
}

/* line 570, ../../sass/_common.scss */
#footer .footer_inner_left .pamphlet a {
  display: block;
  height: 20px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  background: url(/project/sd/assets/images/common/icon_pamphlet_01.png) no-repeat center left/25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}

/* line 581, ../../sass/_common.scss */
#footer .footer_inner_left .pamphlet a:hover {
  color: #0077CC;
}

/* line 585, ../../sass/_common.scss */
#footer .footer_inner {
  bottom: 25px;
  right: 3%;
  position: absolute;
}

/* line 591, ../../sass/_common.scss */
#footer .footer_inner .report {
  float: left;
  margin: 0 20px 0 0;
  border-right: 1px solid #333333;
}

/* line 597, ../../sass/_common.scss */
#footer .footer_inner .report a {
  display: block;
  padding: 6px 20px 5px;
  text-align: center;
  color: #333333;
  transition: 0.3s;
  font-size: 14px;
}

/* line 606, ../../sass/_common.scss */
#footer .footer_inner .report a:hover {
  color: #0077CC;
}

/* line 610, ../../sass/_common.scss */
#footer .footer_inner .footer_right {
  float: right;
}

/* line 614, ../../sass/_common.scss */
#footer .footer_inner .footer_right .address,
#footer .footer_inner .footer_right .tel {
  display: inline-block;
}

/* line 619, ../../sass/_common.scss */
#footer .footer_inner .footer_right .copyright {
  font-size: 10px;
}

/*1200px以下で非表示*/
@media screen and (max-width: 1200px) {
  /* line 627, ../../sass/_common.scss */
  #footer .footer_inner_left {
    display: none;
  }

  /* line 630, ../../sass/_common.scss */
  #footer .footer_inner .report {
    display: none;
  }

  /* line 633, ../../sass/_common.scss */
  #footer .footer_inner .footer_right .address,
  #footer .footer_inner .footer_right .tel {
    display: none;
  }
}
/* line 1, ../../sass/_contents.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../../sass/_contents.scss */
#footer {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  /* line 10, ../../sass/_contents.scss */
  #header .contact a:hover {
    background-color: transparent !important;
    color: #333333 !important;
  }

  /* line 14, ../../sass/_contents.scss */
  .tel {
    pointer-events: none;
  }
}
/* line 19, ../../sass/_contents.scss */
.contact a {
  cursor: default;
}

/* line 23, ../../sass/_contents.scss */
.contact a:hover {
  background-color: rgba(120, 120, 120, 0.95) !important;
  color: #fff !important;
}

/* line 28, ../../sass/_contents.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 33, ../../sass/_contents.scss */
.mt-8 {
  margin-top: 32px;
}

/* line 37, ../../sass/_contents.scss */
.ml-4 {
  margin-left: 16px;
}

/* line 41, ../../sass/_contents.scss */
.md-inline,
.md-inline-block,
.md-block,
.sp-inline,
.sp-inline-block,
.sp-block {
  display: none;
}

@media screen and (max-width: 950px) {
  /* line 51, ../../sass/_contents.scss */
  .pc-md-only {
    display: none;
  }

  /* line 54, ../../sass/_contents.scss */
  .md-inline {
    display: inline;
  }

  /* line 57, ../../sass/_contents.scss */
  .md-inline-block {
    display: inline-block;
  }

  /* line 60, ../../sass/_contents.scss */
  .md-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 66, ../../sass/_contents.scss */
  .pc-only {
    display: none;
  }

  /* line 69, ../../sass/_contents.scss */
  .sp-inline {
    display: inline;
  }

  /* line 72, ../../sass/_contents.scss */
  .sp-inline-block {
    display: inline-block;
  }

  /* line 75, ../../sass/_contents.scss */
  .sp-block {
    display: block;
  }
}
/* line 80, ../../sass/_contents.scss */
.mv {
  position: relative;
  max-width: 1300px;
  width: calc(100%);
  margin-left: auto;
  margin-right: auto;
}
/* line 86, ../../sass/_contents.scss */
.mv p {
  overflow: hidden;
}
/* line 88, ../../sass/_contents.scss */
.mv p img {
  width: 100%;
  max-width: 1158px;
}
@media screen and (max-width: 768px) {
  /* line 88, ../../sass/_contents.scss */
  .mv p img {
    width: 120%;
  }
}
/* line 96, ../../sass/_contents.scss */
.mv .course-title {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 40px 40px 54px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  /* line 96, ../../sass/_contents.scss */
  .mv .course-title {
    padding: 20px 20px 30px;
    top: 20px;
  }
}
/* line 106, ../../sass/_contents.scss */
.mv .course-title h1 {
  font-size: 50px;
  color: #0077CC;
  line-height: 1.4;
  border-top: 1px solid #0077CC;
  border-bottom: 1px solid #0077CC;
  padding: 20px 0;
  letter-spacing: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 106, ../../sass/_contents.scss */
  .mv .course-title h1 {
    font-size: 25px;
    padding: 15px 0;
  }
}
/* line 120, ../../sass/_contents.scss */
.mv .course-title p {
  padding-top: 20px;
  font-size: 24px;
  color: #0077CC;
  line-height: calc(24 / 18);
}
@media screen and (max-width: 768px) {
  /* line 120, ../../sass/_contents.scss */
  .mv .course-title p {
    font-size: 11px;
  }
}

/* line 132, ../../sass/_contents.scss */
.top-flex {
  display: flex;
  align-items: center;
  max-width: 1300px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  /* line 132, ../../sass/_contents.scss */
  .top-flex {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/* line 146, ../../sass/_contents.scss */
.top-flex > img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  /* line 146, ../../sass/_contents.scss */
  .top-flex > img {
    width: 100%;
  }
}
/* line 152, ../../sass/_contents.scss */
.top-flex div {
  width: 50%;
  margin-left: 50px;
  border-top: 1px solid #0077CC;
  border-bottom: 1px solid #0077CC;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 152, ../../sass/_contents.scss */
  .top-flex div {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 166, ../../sass/_contents.scss */
.top-flex div h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #0077CC;
}
@media screen and (max-width: 768px) {
  /* line 166, ../../sass/_contents.scss */
  .top-flex div h2 {
    font-size: 27px;
  }
}
/* line 174, ../../sass/_contents.scss */
.top-flex div h2 span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  /* line 174, ../../sass/_contents.scss */
  .top-flex div h2 span {
    font-size: 14px;
  }
}
/* line 182, ../../sass/_contents.scss */
.top-flex p {
  margin-top: 20px;
  font-size: 14px;
  color: #0077CC;
}
/* line 187, ../../sass/_contents.scss */
.top-flex .btn {
  border: 1px solid #0077CC;
  color: #0077CC;
  display: inline-block;
  padding: 5px 10px;
  width: 130px;
  text-align: center;
  font-size: 16px;
  transition: .6s;
}
/* line 196, ../../sass/_contents.scss */
.top-flex .btn:after {
  content: "";
  background-image: url(/project/sd/assets/images/common/arrow.png);
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: .6s;
}
/* line 206, ../../sass/_contents.scss */
.top-flex .btn:hover {
  opacity: .6;
}
/* line 208, ../../sass/_contents.scss */
.top-flex .btn:hover:after {
  transform: translate(10px, 0);
}

/* line 215, ../../sass/_contents.scss */
.banner-flex {
  max-width: 1090px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  /* line 215, ../../sass/_contents.scss */
  .banner-flex {
    display: block;
  }
}
/* line 226, ../../sass/_contents.scss */
.banner-flex a {
  display: inline-block;
  width: 100%;
  max-width: calc(100% / 3 - 70px);
  text-align: center;
  padding: 20px;
  border: 1px solid #0077CC;
  color: #0077CC;
  background-color: rgba(255, 255, 255, 0.5);
  transition: .6s;
}
@media screen and (max-width: 768px) {
  /* line 226, ../../sass/_contents.scss */
  .banner-flex a {
    max-width: calc(100%);
    margin-bottom: 20px;
  }
}
/* line 240, ../../sass/_contents.scss */
.banner-flex a span {
  line-height: 1.2;
}
/* line 242, ../../sass/_contents.scss */
.banner-flex a span:first-of-type {
  font-size: 30px;
}
/* line 246, ../../sass/_contents.scss */
.banner-flex a:hover {
  opacity: .6;
}

/* line 252, ../../sass/_contents.scss */
.flow-all {
  padding-left: 100px;
  margin-top: 50px;
  background-image: url(/project/sd/assets/images/course/flow.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  /* line 252, ../../sass/_contents.scss */
  .flow-all {
    background-image: url(/project/sd/assets/images/course/flow-sp.png);
    padding-left: 40px;
  }
}
/* line 263, ../../sass/_contents.scss */
.flow-all .flex {
  padding-top: 20px;
  display: flex;
}
/* line 266, ../../sass/_contents.scss */
.flow-all .flex:first-of-type {
  padding-top: 0;
}
/* line 269, ../../sass/_contents.scss */
.flow-all .flex .flow {
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  /* line 269, ../../sass/_contents.scss */
  .flow-all .flex .flow {
    padding-left: 10px;
  }
}
/* line 274, ../../sass/_contents.scss */
.flow-all .flex .flow ul {
  padding-left: 20px;
  list-style: disc;
  line-height: calc(20 / 12);
}

/* line 283, ../../sass/_contents.scss */
h4 {
  background-color: rgba(0, 119, 204, 0.1);
  padding: 8px 16px;
  font-size: 20px;
  font-weight: bold;
  color: #0077CC;
  margin-top: 50px;
  line-height: calc(20 / 12);
}
@media screen and (max-width: 768px) {
  /* line 283, ../../sass/_contents.scss */
  h4 {
    font-size: 16px;
    margin-top: 30px;
    padding: 3px 16px;
  }
}
/* line 296, ../../sass/_contents.scss */
h4:first-of-type {
  margin-top: 0;
}
/* line 299, ../../sass/_contents.scss */
h4 span {
  color: #333333;
  font-size: 16px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  /* line 299, ../../sass/_contents.scss */
  h4 span {
    display: block;
    font-size: 12px;
    margin-left: 0;
  }
}
/* line 310, ../../sass/_contents.scss */
h4 + h5:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 310, ../../sass/_contents.scss */
  h4 + h5:first-of-type {
    margin-top: 10px;
  }
}

/* line 319, ../../sass/_contents.scss */
h5 {
  margin-top: 30px;
  color: #E67E17;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* line 319, ../../sass/_contents.scss */
  h5 {
    font-size: 14px;
    margin-top: 10px;
  }
}
/* line 328, ../../sass/_contents.scss */
h5:first-of-type {
  margin-top: 0;
}
/* line 331, ../../sass/_contents.scss */
h5 span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  /* line 331, ../../sass/_contents.scss */
  h5 span {
    font-size: 10px;
  }
}
/* line 337, ../../sass/_contents.scss */
h5 + p {
  margin-top: 20px;
  line-height: calc(20 / 12);
}
@media screen and (max-width: 768px) {
  /* line 337, ../../sass/_contents.scss */
  h5 + p {
    margin-top: 10px;
  }
}
/* line 344, ../../sass/_contents.scss */
h5 + ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 344, ../../sass/_contents.scss */
  h5 + ul {
    margin-top: 10px;
  }
}

/* line 352, ../../sass/_contents.scss */
.topic {
  border: 1px solid #0077CC;
  border-radius: 16px;
  padding: 30px;
  margin-top: 20px;
  display: flex;
}
/* line 358, ../../sass/_contents.scss */
.topic p {
  line-height: calc(20 / 13);
}
@media screen and (max-width: 768px) {
  /* line 352, ../../sass/_contents.scss */
  .topic {
    display: block;
    padding: 11px 10px;
    margin-top: 10px;
  }
}
/* line 366, ../../sass/_contents.scss */
.topic > div {
  width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  /* line 366, ../../sass/_contents.scss */
  .topic > div {
    width: 100%;
    padding-right: 0;
  }
  /* line 372, ../../sass/_contents.scss */
  .topic > div img {
    width: 60px;
  }
}
/* line 376, ../../sass/_contents.scss */
.topic > div.w-full {
  width: 100%;
}
/* line 380, ../../sass/_contents.scss */
.topic .title {
  text-align: left;
  margin-top: 16px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  /* line 380, ../../sass/_contents.scss */
  .topic .title {
    font-size: 14px;
    margin-top: 0;
  }
}

/* line 392, ../../sass/_contents.scss */
.title-area {
  background-color: #0077CC;
  padding: 29px 0;
}
/* line 395, ../../sass/_contents.scss */
.title-area h2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
/* line 400, ../../sass/_contents.scss */
.title-area h2 span {
  font-size: 48px;
}

/* line 406, ../../sass/_contents.scss */
.container {
  max-width: 1090px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

/* line 414, ../../sass/_contents.scss */
.notice {
  font-weight: bold;
  color: #E67E17;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  /* line 414, ../../sass/_contents.scss */
  .notice {
    font-size: 14px;
  }
}

/* line 423, ../../sass/_contents.scss */
.orange {
  font-weight: bold;
  color: #E67E17;
  font-size: 16px;
}

/* line 429, ../../sass/_contents.scss */
.blue {
  color: #0077CC;
}

/* line 433, ../../sass/_contents.scss */
.blue-bold {
  color: #0077CC !important;
  font-weight: bold;
}

/* line 439, ../../sass/_contents.scss */
h3.bb {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #0077CC;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: calc(24 / 18);
}
@media screen and (max-width: 768px) {
  /* line 439, ../../sass/_contents.scss */
  h3.bb {
    font-size: 18px;
  }
}
/* line 450, ../../sass/_contents.scss */
h3.title-center {
  text-align: center;
  font-size: 24px;
  line-height: calc(24 / 18);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 450, ../../sass/_contents.scss */
  h3.title-center {
    font-size: 18px;
  }
}

/* line 461, ../../sass/_contents.scss */
.col2 {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  /* line 461, ../../sass/_contents.scss */
  .col2 {
    display: block;
    margin-top: 25px;
  }
}
/* line 468, ../../sass/_contents.scss */
.col2 > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  /* line 468, ../../sass/_contents.scss */
  .col2 > div {
    width: 100%;
  }
}
/* line 473, ../../sass/_contents.scss */
.col2 > div:first-of-type {
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  /* line 473, ../../sass/_contents.scss */
  .col2 > div:first-of-type {
    padding-right: 0px;
  }
}
/* line 479, ../../sass/_contents.scss */
.col2 > div:last-of-type {
  margin-top: 20px;
  text-align: center;
}
/* line 482, ../../sass/_contents.scss */
.col2 > div:last-of-type .text-right {
  text-align: center;
}

/* line 489, ../../sass/_contents.scss */
.text-left {
  text-align: left;
}

/* line 493, ../../sass/_contents.scss */
.text-right {
  text-align: right;
}

/* line 497, ../../sass/_contents.scss */
.text-center {
  text-align: center;
}

/* line 501, ../../sass/_contents.scss */
.label {
  display: inline-block;
  background-color: #0077CC;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-right: 16px;
}

/* line 514, ../../sass/_contents.scss */
.circle .title {
  text-align: center;
  margin-top: 0px;
}
/* line 517, ../../sass/_contents.scss */
.circle .title strong {
  color: #0077CC;
  font-weight: bold;
  font-size: 18px;
}

/* line 525, ../../sass/_contents.scss */
.title {
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  /* line 525, ../../sass/_contents.scss */
  .title {
    margin-top: 24px;
  }
}
/* line 531, ../../sass/_contents.scss */
.title strong {
  color: #0077CC;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  /* line 531, ../../sass/_contents.scss */
  .title strong {
    font-size: 16px;
  }
}

/* line 541, ../../sass/_contents.scss */
.topic-area {
  margin: 50px 0 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  /* line 541, ../../sass/_contents.scss */
  .topic-area {
    display: block;
  }
}
/* line 548, ../../sass/_contents.scss */
.topic-area > div {
  text-align: center;
}
/* line 550, ../../sass/_contents.scss */
.topic-area > div:nth-of-type(2) {
  margin: 40px 20px 0;
}
@media screen and (max-width: 768px) {
  /* line 550, ../../sass/_contents.scss */
  .topic-area > div:nth-of-type(2) {
    margin: 20px 20px 0;
  }
}
/* line 556, ../../sass/_contents.scss */
.topic-area > div .topic-box {
  font-size: 14px;
  width: 295px;
  background-color: rgba(0, 119, 204, 0.05);
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  /* line 556, ../../sass/_contents.scss */
  .topic-area > div .topic-box {
    display: inline-block;
  }
}
/* line 561, ../../sass/_contents.scss */
.topic-area > div .topic-box strong {
  font-weight: bold;
  font-size: 18px;
  color: #0077CC;
}
@media screen and (max-width: 768px) {
  /* line 556, ../../sass/_contents.scss */
  .topic-area > div .topic-box {
    width: 285px;
  }
}
/* line 573, ../../sass/_contents.scss */
.topic-area > div .topic-box + p {
  font-size: 12px;
}

/* line 580, ../../sass/_contents.scss */
.logic-area {
  background-color: rgba(230, 126, 23, 0.1);
  max-width: 868px;
  margin: 56px auto;
  border-radius: 8px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  /* line 580, ../../sass/_contents.scss */
  .logic-area {
    margin: 28px auto;
    padding: 20px;
  }
}
/* line 590, ../../sass/_contents.scss */
.logic-area .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #E67E17;
  margin-top: 0;
}
/* line 596, ../../sass/_contents.scss */
.logic-area .title strong {
  color: #E67E17;
}
/* line 600, ../../sass/_contents.scss */
.logic-area .logic-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  /* line 600, ../../sass/_contents.scss */
  .logic-area .logic-box {
    display: block;
  }
}
/* line 606, ../../sass/_contents.scss */
.logic-area .logic-box > div {
  width: 354px;
}
@media screen and (max-width: 768px) {
  /* line 606, ../../sass/_contents.scss */
  .logic-area .logic-box > div {
    width: 100%;
  }
}
/* line 611, ../../sass/_contents.scss */
.logic-area .logic-box > div:nth-of-type(2) {
  width: auto;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  /* line 611, ../../sass/_contents.scss */
  .logic-area .logic-box > div:nth-of-type(2) {
    text-align: center;
  }
}
/* line 617, ../../sass/_contents.scss */
.logic-area .logic-box > div:nth-of-type(2) img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  /* line 617, ../../sass/_contents.scss */
  .logic-area .logic-box > div:nth-of-type(2) img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* line 625, ../../sass/_contents.scss */
.logic-area .logic-box > div p {
  display: inline-block;
  width: calc(100% - 150px);
  font-size: 14px;
  line-height: calc(24 / 14);
  margin-left: 16px;
}
/* line 631, ../../sass/_contents.scss */
.logic-area .logic-box > div p span {
  font-size: 16px;
  color: #E67E17;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 625, ../../sass/_contents.scss */
  .logic-area .logic-box > div p {
    vertical-align: top;
    margin-top: 16px;
    font-size: 12px;
  }
  /* line 640, ../../sass/_contents.scss */
  .logic-area .logic-box > div p span {
    font-size: 14px;
  }
}

/* line 649, ../../sass/_contents.scss */
.info-box {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0, 119, 204, 0.05);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 649, ../../sass/_contents.scss */
  .info-box {
    display: block;
  }
}
/* line 658, ../../sass/_contents.scss */
.info-box:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  /* line 661, ../../sass/_contents.scss */
  .info-box:last-of-type {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  /* line 666, ../../sass/_contents.scss */
  .info-box > div {
    padding: 0 20px;
    margin-top: 20px;
  }
}
/* line 671, ../../sass/_contents.scss */
.info-box > div:first-of-type {
  width: 240px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  /* line 671, ../../sass/_contents.scss */
  .info-box > div:first-of-type {
    width: 100%;
  }
}
/* line 682, ../../sass/_contents.scss */
.info-box > div:last-of-type div {
  display: flex;
  align-items: baseline;
}
/* line 686, ../../sass/_contents.scss */
.info-box > div:last-of-type div p:first-of-type {
  width: 130px;
}
@media screen and (max-width: 768px) {
  /* line 686, ../../sass/_contents.scss */
  .info-box > div:last-of-type div p:first-of-type {
    width: 80px;
  }
}
/* line 692, ../../sass/_contents.scss */
.info-box > div:last-of-type div p:last-of-type {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  /* line 692, ../../sass/_contents.scss */
  .info-box > div:last-of-type div p:last-of-type {
    width: calc(100% - 80px);
  }
  /* line 696, ../../sass/_contents.scss */
  .info-box > div:last-of-type div p:last-of-type .ml-4 {
    margin-left: 0;
  }
}

/* line 707, ../../sass/_contents.scss */
.image-circle {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
/* line 711, ../../sass/_contents.scss */
.image-circle .circle {
  border: solid 1px #333333;
  height: 156px;
  width: 156px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  /* line 711, ../../sass/_contents.scss */
  .image-circle .circle {
    height: 105px;
    width: 105px;
    margin: 0 5px;
  }
}
/* line 725, ../../sass/_contents.scss */
.image-circle .circle p {
  text-align: center;
}

/* line 731, ../../sass/_contents.scss */
.license-circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
/* line 736, ../../sass/_contents.scss */
.license-circle .circle {
  background-color: #fff;
  height: 236px;
  width: 236px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
@media screen and (max-width: 1060px) {
  /* line 736, ../../sass/_contents.scss */
  .license-circle .circle {
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 736, ../../sass/_contents.scss */
  .license-circle .circle {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
}
/* line 755, ../../sass/_contents.scss */
.license-circle .circle p {
  text-align: center;
}
@media screen and (max-width: 1060px) {
  /* line 755, ../../sass/_contents.scss */
  .license-circle .circle p {
    line-height: 1.4;
  }
  /* line 759, ../../sass/_contents.scss */
  .license-circle .circle p.title {
    font-size: 12px;
  }
  /* line 761, ../../sass/_contents.scss */
  .license-circle .circle p.title img {
    width: 50px;
    height: 50px;
  }
  /* line 765, ../../sass/_contents.scss */
  .license-circle .circle p.title strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  /* line 772, ../../sass/_contents.scss */
  .license-circle .circle p.title img {
    width: 40px;
    height: 40px;
  }
  /* line 776, ../../sass/_contents.scss */
  .license-circle .circle p.title strong {
    font-size: 14px;
  }
}

/* line 785, ../../sass/_contents.scss */
.text-sm {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  /* line 785, ../../sass/_contents.scss */
  .text-sm {
    font-size: 10px;
  }
}

/* line 792, ../../sass/_contents.scss */
.orange-lg {
  font-size: 30px;
  font-weight: bold;
  color: #E67E17;
}
@media screen and (max-width: 768px) {
  /* line 792, ../../sass/_contents.scss */
  .orange-lg {
    font-size: 20px;
  }
}

/* line 801, ../../sass/_contents.scss */
.orange-md {
  font-size: 20px;
  font-weight: bold;
  color: #E67E17;
}
@media screen and (max-width: 768px) {
  /* line 801, ../../sass/_contents.scss */
  .orange-md {
    font-size: 14px;
  }
}

/* line 810, ../../sass/_contents.scss */
.bg-blue {
  background-color: rgba(0, 119, 204, 0.05);
}
