@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

html, body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333230;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  font-weight: 300;
  -webkit-text-size-adjust: 100%; }

* {
  box-sizing: border-box; }

a {
  color: #FC9300;
  text-decoration: none;
  outline: none;
  transition: all 0.3s; }
  a:hover {
    color: #7F4A00; }

p {
  margin: 0px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

ol, ul {
  margin: 0;
  padding: 0; }

table {
  margin: 0;
  border-collapse: collapse;
  width: 100%; }

input, textarea, select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #BFBBB6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  input:focus, textarea:focus, select:focus {
    border-color: #FC9300;
    outline: 0; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  input:-ms-input-placeholder, input::-webkit-input-placeholder, textarea:-ms-input-placeholder, textarea::-webkit-input-placeholder, select:-ms-input-placeholder, select::-webkit-input-placeholder {
    color: #999; }
  input[disabled], input[readonly], textarea[disabled], textarea[readonly], select[disabled], select[readonly] {
    background-color: #eee;
    opacity: 1; }

input[disabled] {
  cursor: not-allowed; }

textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="checkbox"] {
  padding: 0;
  box-shadow: none;
  margin: 0 auto;
  width: auto;
  height: auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.flex {
  display: flex; }

.justify-content-center {
  justify-content: center; }

.justify-content-start {
  justify-content: start; }

.justify-content-end {
  justify-content: end; }

.justify-content-flex-start {
  justify-content: flex-start; }

.justify-content-flex-end {
  justify-content: flex-end; }

.justify-content-left {
  justify-content: left; }

.justify-content-right {
  justify-content: right; }

.justify-content-baseline {
  justify-content: baseline; }

.justify-content-space-between {
  justify-content: space-between; }

.justify-content-space-around {
  justify-content: space-around; }

.justify-content-space-evenly {
  justify-content: space-evenly; }

.align-items-flex-start {
  align-items: flex-start; }

.align-items-flex-end {
  align-items: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-baseline {
  align-items: baseline; }

.align-items-stretch {
  align-items: stretch; }

.flex-wrap-wrap {
  flex-wrap: wrap; }

.flex-wrap-nowrap {
  flex-wrap: nowrap; }

.flex-direction-row {
  flex-direction: row; }

.flex-direction-column {
  flex-direction: column; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.w1 {
  width: 1%; }

.w2 {
  width: 2%; }

.w3 {
  width: 3%; }

.w4 {
  width: 4%; }

.w5 {
  width: 5%; }

.w6 {
  width: 6%; }

.w7 {
  width: 7%; }

.w8 {
  width: 8%; }

.w9 {
  width: 9%; }

.w10 {
  width: 10%; }

.w11 {
  width: 11%; }

.w12 {
  width: 12%; }

.w13 {
  width: 13%; }

.w14 {
  width: 14%; }

.w15 {
  width: 15%; }

.w16 {
  width: 16%; }

.w17 {
  width: 17%; }

.w18 {
  width: 18%; }

.w19 {
  width: 19%; }

.w20 {
  width: 20%; }

.w21 {
  width: 21%; }

.w22 {
  width: 22%; }

.w23 {
  width: 23%; }

.w24 {
  width: 24%; }

.w25 {
  width: 25%; }

.w26 {
  width: 26%; }

.w27 {
  width: 27%; }

.w28 {
  width: 28%; }

.w29 {
  width: 29%; }

.w30 {
  width: 30%; }

.w31 {
  width: 31%; }

.w32 {
  width: 32%; }

.w33 {
  width: 33%; }

.w34 {
  width: 34%; }

.w35 {
  width: 35%; }

.w36 {
  width: 36%; }

.w37 {
  width: 37%; }

.w38 {
  width: 38%; }

.w39 {
  width: 39%; }

.w40 {
  width: 40%; }

.w41 {
  width: 41%; }

.w42 {
  width: 42%; }

.w43 {
  width: 43%; }

.w44 {
  width: 44%; }

.w45 {
  width: 45%; }

.w46 {
  width: 46%; }

.w47 {
  width: 47%; }

.w48 {
  width: 48%; }

.w49 {
  width: 49%; }

.w50 {
  width: 50%; }

.w51 {
  width: 51%; }

.w52 {
  width: 52%; }

.w53 {
  width: 53%; }

.w54 {
  width: 54%; }

.w55 {
  width: 55%; }

.w56 {
  width: 56%; }

.w57 {
  width: 57%; }

.w58 {
  width: 58%; }

.w59 {
  width: 59%; }

.w60 {
  width: 60%; }

.w61 {
  width: 61%; }

.w62 {
  width: 62%; }

.w63 {
  width: 63%; }

.w64 {
  width: 64%; }

.w65 {
  width: 65%; }

.w66 {
  width: 66%; }

.w67 {
  width: 67%; }

.w68 {
  width: 68%; }

.w69 {
  width: 69%; }

.w70 {
  width: 70%; }

.w71 {
  width: 71%; }

.w72 {
  width: 72%; }

.w73 {
  width: 73%; }

.w74 {
  width: 74%; }

.w75 {
  width: 75%; }

.w76 {
  width: 76%; }

.w77 {
  width: 77%; }

.w78 {
  width: 78%; }

.w79 {
  width: 79%; }

.w80 {
  width: 80%; }

.w81 {
  width: 81%; }

.w82 {
  width: 82%; }

.w83 {
  width: 83%; }

.w84 {
  width: 84%; }

.w85 {
  width: 85%; }

.w86 {
  width: 86%; }

.w87 {
  width: 87%; }

.w88 {
  width: 88%; }

.w89 {
  width: 89%; }

.w90 {
  width: 90%; }

.w91 {
  width: 91%; }

.w92 {
  width: 92%; }

.w93 {
  width: 93%; }

.w94 {
  width: 94%; }

.w95 {
  width: 95%; }

.w96 {
  width: 96%; }

.w97 {
  width: 97%; }

.w98 {
  width: 98%; }

.w99 {
  width: 99%; }

.w100 {
  width: 100%; }

.cf {
  zoom: 1; }
  .cf:before {
    display: table;
    content: ''; }
  .cf:after {
    display: table;
    content: '';
    clear: both; }

.tablet {
  display: none !important; }

.mobile {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .tablet {
    display: inherit !important; }
  .tablet-inline {
    display: inline !important; }
  .tablet-block {
    display: block !important; }
  .tablet-inline-block {
    display: inline-block !important; }
  .tablet-table {
    display: table !important; }
  .tablet-table-cell {
    display: table-cell !important; }
  .tablet-flex {
    display: flex !important; }
  .tablet-none {
    display: none !important; } }

@media only screen and (max-width: 414px) {
  .mobile {
    display: inherit !important; }
  .mobile-inline {
    display: inline !important; }
  .mobile-block {
    display: block !important; }
  .mobile-inline-block {
    display: inline-block !important; }
  .mobile-table {
    display: table !important; }
  .mobile-table-cell {
    display: table-cell !important; }
  .mobile-flex {
    display: flex !important; }
  .mobile-none {
    display: none !important; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .8; }

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  width: 15px;
  height: 15px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%; }

.carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 0px 5px;
  background-color: rgba(0, 0, 0, 0.5); }

.fade-effect .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  background-color: transparent; }
  .fade-effect .carousel-inner .item.active {
    opacity: 1; }

.fade-effect .carousel-inner .active.left, .fade-effect .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.fade-effect .carousel-inner .next.left, .fade-effect .carousel-inner .prev.right {
  opacity: 1; }

.dropdown {
  z-index: 9999;
  width: auto;
  height: 100%;
  box-sizing: border-box; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 2px solid #BF6F00;
  position: absolute;
  margin-top: -1px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2); }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #BF6F00;
    white-space: nowrap;
    font-size: 16px;
    border-bottom: 1px solid #BFBBB6; }
    .dropdown-menu > li > a.logout {
      border-bottom: none; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #BF6F00;
      text-decoration: none; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eee; }
    .nav > li.disabled > a {
      color: #777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a {
    background-color: #eee;
    border-color: #337ab7; }
    .nav .open > a:hover, .nav .open > a:focus {
      background-color: #eee;
      border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd; }
    .nav-tabs > li.active > a {
      color: #555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }
      .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent; }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0; }
    .nav-tabs.nav-justified > li {
      float: none; }
      .nav-tabs.nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center; }
    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
    .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px; }
    .nav-tabs.nav-justified > .active > a {
      border: 1px solid #ddd; }
      .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff; }
    .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a {
    color: #fff;
    background-color: #337ab7; }
    .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified {
  width: 100%; }
  .nav-justified > li {
    float: none; }
    .nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
    .nav-justified > li > a {
      margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a {
    border: 1px solid #ddd; }
    .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
      border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a {
    border-bottom-color: #fff; }
    .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-width: 1050px; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 26px; }
  .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 5px; }
    .slick-dots li button {
      display: block;
      background-image: none;
      box-shadow: none;
      border: none;
      width: 16px;
      height: 16px;
      background-color: #F3EEE7;
      font-size: 0;
      border-radius: 50%;
      cursor: pointer;
      outline: none; }
    .slick-dots li.slick-active button {
      background-color: #FC9300; }

.slick-arrow {
  width: 48px;
  height: 48px;
  background-image: none;
  border: none;
  font-size: 0;
  background-color: rgba(51, 50, 48, 0.5);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -39px;
  outline: none; }
  .slick-arrow:hover {
    background-color: rgba(51, 50, 48, 0.7); }

.slick-prev {
  left: 20px; }
  .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 24px;
    color: #fff; }

.slick-next {
  right: 20px; }
  .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    color: #fff; }

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff; }

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222; }
  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent; }

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--left .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem; }

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem; }

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 15px .75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent; }
  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222; }
  .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222; }
  .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' '; }
  .drawer-hamburger-icon:after {
    top: 10px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important; }
  .drawer-open .drawer-hamburger-icon:after {
    top: 0; }
  .drawer-open .drawer-hamburger-icon:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff !important; }
  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff !important; }

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.drawer--sidebar {
  background-color: #fff; }
  .drawer--sidebar .drawer-contents {
    background-color: #fff; }

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem; }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }

.drawer--navbarTopGutter {
  padding-top: 3.75rem; }

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%; }
  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff; }

.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center; }

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none; }
  .drawer-navbar .drawer-brand:hover {
    background-color: transparent; }

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem; }

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }
    .drawer-navbar .drawer-navbar-header {
      position: relative;
      display: block;
      float: left;
      width: auto;
      padding: 0;
      border: 0; }
    .drawer-navbar .drawer-menu--right {
      float: right; }
    .drawer-navbar .drawer-menu li {
      float: left; }
    .drawer-navbar .drawer-menu-item {
      line-height: 3.75rem;
      padding-top: 0;
      padding-bottom: 0; }
    .drawer-navbar .drawer-hamburger {
      display: none; }
    .drawer-navbar .drawer-nav {
      position: relative;
      left: 0;
      overflow: visible;
      width: auto;
      height: 3.75rem;
      padding-top: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .drawer-navbar .drawer-menu {
      padding: 0; }
    .drawer-navbar .drawer-dropdown-menu {
      position: absolute;
      width: 16.25rem;
      border: 1px solid #ddd; }
    .drawer-navbar .drawer-dropdown-menu-item {
      padding-left: .75rem; } }

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; }
  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; }
  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent; }

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem; } }

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem; } }

.drawer-hamburger {
  z-index: 9998;
  width: 30px;
  padding: 15px 10px 28px; }

.drawer-nav {
  z-index: 9999;
  overflow: scroll; }

.drawer-overlay {
  z-index: 9997;
  background-color: rgba(0, 0, 0, 0.5); }

.drawer-hamburger-icon {
  background-color: #FC9300;
  height: 3px; }
  .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #FC9300;
    height: 3px; }

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  background-color: #fff; }

.drawer-nav .drawer-menu li a {
  padding: 10px 15px;
  display: block; }

.l-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.l-container {
  width: 1050px;
  margin: 0 auto; }
  .l-container-middle {
    width: 700px;
    margin: 0 auto; }

.l-content-middle {
  width: 700px; }

.l-main {
  padding-bottom: 30px; }

.l-header {
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #BFBBB6;
  position: relative;
  background-color: #fff; }
  .l-header .l-container {
    height: 65px; }

.l-footer {
  width: 100%;
  background-color: #333230;
  padding-top: 40px; }

.l-subheader {
  width: 100%;
  height: 100px; }

.l-breadcrumb {
  width: 100%;
  height: 28px; }

.news .l-breadcrumb, .news-index .l-breadcrumb, .category .l-breadcrumb, .tag .l-breadcrumb, .archive .l-breadcrumb {
  background-color: #B81F1F; }

.case-process .l-breadcrumb, .case-interview .l-breadcrumb, .case-index .l-breadcrumb {
  background-color: #CCA000; }

.process .l-breadcrumb, .process-index .l-breadcrumb {
  background-color: #69B824; }

.lecture .l-breadcrumb, .lecture-index .l-breadcrumb {
  background-color: #00B7AB; }

.function .l-breadcrumb, .function-index .l-breadcrumb {
  background-color: #006BB8; }

.dictionary .l-breadcrumb, .dictionary-index .l-breadcrumb {
  background-color: #2E4CB8; }

.spec .l-breadcrumb, .spec-index .l-breadcrumb {
  background-color: #702EB8; }

.design-system .l-breadcrumb, .design-system-index .l-breadcrumb {
  background-color: #B637B8; }

.l-top-header-carousel {
  width: 70%;
  height: 380px; }

.l-top-header-nav {
  width: 30%;
  height: 380px; }

.l-top-news {
  height: 50px;
  background-color: #7F4A00; }

.l-top-content {
  padding: 70px 0; }
  .l-top-content-background {
    background-color: #F0EFEE; }

.l-top-info-list {
  width: 330px;
  height: 100%;
  margin-top: 35px; }
  .l-top-info-list:nth-child(1), .l-top-info-list:nth-child(2), .l-top-info-list:nth-child(3) {
    margin-top: 0; }

.l-top-sns-content {
  width: 500px; }

.l-top-sns-inner {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 0 rgba(51, 50, 48, 0.1); }

.l-feature-head {
  position: relative; }

.l-feature-content {
  padding: 80px 0; }

.l-feature-top {
  width: 100%;
  height: 580px;
  background-color: rgba(112, 225, 207, 0.8);
  background-color: #7BD9EE;
  position: relative; }
  .l-feature-top .l-container {
    height: 100%; }
  .l-feature-top-content {
    width: 100%;
    height: 100%;
    position: relative; }
  .l-feature-top-toc {
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 2; }
  .l-feature-top-cloud {
    width: 100%;
    height: 220px;
    background-image: url("/img/cloud.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0; }

.l-feature-about {
  background-color: #FF9500; }
  .l-feature-about-content {
    padding: 40px;
    background-color: #fff;
    position: relative;
    box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.2); }
  .l-feature-about-image {
    width: 420px; }
  .l-feature-about-description {
    padding-left: 40px;
    flex: 1; }

.l-feature-program {
  background-color: #D8ED7C; }
  .l-feature-program-top {
    background-color: #D8ED7C; }
  .l-feature-program-box {
    padding-top: 40px; }
    .l-feature-program-box-shadow {
      box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.4); }
  .l-feature-program-development-support {
    background-color: #7FDBD5;
    overflow: hidden;
    position: relative; }
    .l-feature-program-development-support-head {
      padding-top: 10px;
      position: relative; }
      .l-feature-program-development-support-head:before {
        content: "";
        width: 7px;
        background-color: #fff;
        position: absolute;
        left: 25px;
        top: 0;
        box-shadow: 3px 0 0 #62A8A4; }
      .l-feature-program-development-support-head.first:before {
        height: 70px; }
      .l-feature-program-development-support-head.last:before {
        height: 205px; }
    .l-feature-program-development-support-content {
      padding-left: 25px;
      height: 350px;
      position: relative;
      margin-top: -1px; }
      .l-feature-program-development-support-content:first-child:before {
        content: "";
        width: 7px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 25px;
        top: 1px;
        box-shadow: 3px 0 0 #62A8A4; }
      .l-feature-program-development-support-content:last-child {
        height: 40px; }
        .l-feature-program-development-support-content:last-child:after {
          content: "";
          width: 100%;
          position: absolute;
          height: 30px;
          background-color: #D8F4F2;
          top: 1px;
          left: 1050px;
          box-shadow: 0 3px 0 #609792; }
    .l-feature-program-development-support-box {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
      .l-feature-program-development-support-box-image {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 50%;
        height: 100%; }
        .l-feature-program-development-support-box-image.is-first {
          order: 1; }
        .l-feature-program-development-support-box-image.is-second {
          order: 2; }
      .l-feature-program-development-support-box-detail {
        width: 50%;
        padding-left: 20px; }
        .l-feature-program-development-support-box-detail.is-first {
          order: 1; }
        .l-feature-program-development-support-box-detail.is-second {
          order: 2; }
  .l-feature-program-development-process {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden; }
    .l-feature-program-development-process .l-feature-content {
      padding-bottom: 0; }
    .l-feature-program-development-process-contents {
      position: relative; }
      .l-feature-program-development-process-contents:before {
        content: "";
        width: 30px;
        height: 100%;
        background-color: #ddd;
        position: absolute;
        top: 0;
        left: 45px;
        border-radius: 0 30px 0 0;
        box-shadow: 3px 0 0 rgba(51, 50, 48, 0.2); }
    .l-feature-program-development-process-content {
      display: flex;
      justify-content: space-between;
      padding-bottom: 40px; }
    .l-feature-program-development-process-top {
      height: 50px;
      position: relative; }
      .l-feature-program-development-process-top:before {
        content: "";
        width: 100%;
        height: 30px;
        background-color: #ddd;
        position: absolute;
        left: -1005px; }
    .l-feature-program-development-process-head {
      padding-left: 36px; }
    .l-feature-program-development-process-box {
      width: 880px;
      border: 3px solid;
      padding: 30px 40px;
      box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.4);
      background-color: #fff; }
      .l-feature-program-development-process-box.spec {
        border-color: #235EBC; }
      .l-feature-program-development-process-box.prototype {
        border-color: #008533; }
      .l-feature-program-development-process-box.business {
        border-color: #E65A00; }
      .l-feature-program-development-process-box.architecture {
        border-color: #CA311B; }
      .l-feature-program-development-process-box.production {
        border-color: #794B97; }
    .l-feature-program-development-process-grain {
      background-image: url(/img/grain.png);
      width: 100%;
      height: 100px;
      position: absolute;
      bottom: 0; }
  .l-feature-program-learning-support {
    background-image: url(/img/grain.png);
    background-color: #4C2C00; }
    .l-feature-program-learning-support-content {
      position: relative;
      height: 710px; }
    .l-feature-program-learning-support-detail {
      position: relative;
      width: 700px;
      margin: 0 auto;
      padding-top: 100px; }

.l-feature-background {
  background-color: #E9CC92; }
  .l-feature-background-content {
    background-color: #fff;
    padding: 20px 30px 30px;
    box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.4); }
  .l-feature-background-body {
    border: 1px solid #BFBBB6;
    padding: 30px;
    margin-top: 10px; }

.l-feature-feature {
  background-color: #FFB3B3; }

.l-feature-recommendation {
  background-color: #F3ED85; }
  .l-feature-recommendation-content {
    position: relative;
    height: 640px;
    display: flex;
    align-items: center; }
  .l-feature-recommendation-box {
    width: 350px;
    height: 220px;
    border: 6px solid #FC9300;
    background-color: #fff;
    padding: 25px;
    position: absolute;
    box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.2); }
    .l-feature-recommendation-box.first {
      top: 0;
      left: 0; }
      .l-feature-recommendation-box.first:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 6px;
        background-color: #FC9300;
        left: 100%;
        margin-left: 6px;
        bottom: 90px;
        box-shadow: 0 3px 0 rgba(51, 50, 48, 0.2); }
    .l-feature-recommendation-box.second {
      top: 0;
      right: 0; }
      .l-feature-recommendation-box.second:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 90px;
        background-color: #FC9300;
        left: 20px;
        top: 100%;
        margin-top: 6px;
        box-shadow: 3px 0 0 rgba(51, 50, 48, 0.2); }
    .l-feature-recommendation-box.third {
      bottom: 0;
      left: 0; }
      .l-feature-recommendation-box.third:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 40px;
        background-color: #FC9300;
        right: 120px;
        bottom: 100%;
        margin-bottom: 6px;
        box-shadow: 3px 0 0 rgba(51, 50, 48, 0.2); }
      .l-feature-recommendation-box.third:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 6px;
        background-color: #FC9300;
        right: 0;
        bottom: 100%;
        margin-bottom: 40px;
        box-shadow: 0 3px 0 rgba(51, 50, 48, 0.2); }
    .l-feature-recommendation-box.fourth {
      bottom: 0;
      right: 0; }
      .l-feature-recommendation-box.fourth:before {
        content: "";
        position: absolute;
        width: 264px;
        height: 6px;
        background-color: #FC9300;
        right: 100%;
        margin-right: 6px;
        top: 100px;
        box-shadow: 0 3px 0 rgba(51, 50, 48, 0.2); }
      .l-feature-recommendation-box.fourth:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 100px;
        background-color: #FC9300;
        right: 100%;
        top: 0;
        margin-right: 264px;
        box-shadow: 3px 0 0 rgba(51, 50, 48, 0.2); }

.l-feature-getting-top {
  background-color: #7BC6EE;
  overflow: hidden; }
  .l-feature-getting-top-content {
    padding-top: 54px;
    padding-bottom: 60px;
    position: relative; }
    .l-feature-getting-top-content:last-child {
      padding-bottom: 0; }
  .l-feature-getting-top-ordering-skill {
    width: 580px;
    padding: 20px;
    background-color: #FEDD66;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    box-shadow: 4px 4px 0 rgba(51, 50, 48, 0.2); }
  .l-feature-getting-top-prototype {
    width: 580px;
    padding: 20px 65px 20px 55px;
    background-color: #333230;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    box-shadow: 4px 4px 0 rgba(51, 50, 48, 0.2); }
    .l-feature-getting-top-prototype-merit {
      width: 500px;
      height: auto;
      padding: 20px;
      border: 4px solid #FC9300;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.2);
      margin-top: 40px;
      position: relative; }
      .l-feature-getting-top-prototype-merit:before {
        content: "";
        border-bottom: 30px solid #FC9300;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -12px; }
      .l-feature-getting-top-prototype-merit:after {
        content: "";
        border-bottom: 30px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        top: -22px;
        left: 50%;
        margin-left: -12px; }

.l-feature-getting-platform {
  background-color: #E9CC92; }
  .l-feature-getting-platform-content {
    padding: 50px 40px;
    background-color: #7F4A00;
    border-radius: 40px;
    position: relative;
    box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.4); }
  .l-feature-getting-platform-inner {
    background-color: #fff;
    padding: 35px;
    box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.4); }
  .l-feature-getting-platform-head {
    text-align: center; }

.l-feature-admin {
  background-color: #006E3C;
  background-image: url("/img/admin-blackboard1.png");
  background-size: 100% 40px;
  background-position: bottom;
  background-repeat: no-repeat; }
  .l-feature-admin .l-feature-content {
    padding-bottom: 120px;
    position: relative; }
  .l-feature-admin-content {
    width: 500px; }
  .l-feature-admin-head {
    text-align: center; }
  .l-feature-admin-box {
    background-color: #fff;
    box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.4); }
  .l-feature-admin-logo {
    height: 100px;
    border-bottom: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center; }
  .l-feature-admin-info {
    padding: 20px 25px; }
  .l-feature-admin-profile {
    display: flex; }

.l-feature-case {
  background-color: #213458;
  background-image: url("/img/lattice.png"); }

.l-feature-join {
  background-color: #E9CC92; }
  .l-feature-join-about {
    width: 500px;
    height: 100%;
    background-color: #fff;
    padding-bottom: 35px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.4); }
  .l-feature-join-price {
    width: 100%;
    background-color: #fff;
    box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.4);
    margin-top: 45px; }
    .l-feature-join-price-table {
      padding: 0 50px;
      margin-bottom: 25px; }
    .l-feature-join-price-annotation {
      padding-bottom: 35px; }
  .l-feature-join-place {
    width: 750px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.4);
    margin-top: 45px;
    padding: 0 25px 55px; }

.l-feature-notes {
  background-color: #414B51;
  background-image: url("/img/lattice.png"); }

.l-feature-contact {
  background-color: #7BD9EE;
  background-image: url("/img/cloud.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x; }
  .l-feature-contact .l-feature-content {
    padding-bottom: 0; }
  .l-feature-contact-content {
    width: 760px;
    margin: 0 auto;
    position: relative; }

.l-page-head {
  padding: 30px 0; }

.l-side {
  width: 300px; }

.l-news-content a {
  color: #BF2121; }
  .l-news-content a:hover {
    color: #801616; }

.l-news-side-content {
  margin-bottom: 35px; }
  .l-news-side-content:last-child {
    margin-bottom: 0; }

.l-lecture-chapter {
  order: 1; }

.l-lecture-content {
  order: 2; }
  .l-lecture-content a {
    color: #00BFB3; }
    .l-lecture-content a:hover {
      color: #008077; }

.l-function-catalog {
  order: 1; }

.l-function-content {
  order: 2; }
  .l-function-content a {
    color: #0070BF; }
    .l-function-content a:hover {
      color: #004A80; }

.l-process-list {
  width: 20%; }

.l-process-lists {
  order: 1; }

.l-process-content {
  order: 2; }

.l-dictionary-order {
  width: 50%; }
  .l-dictionary-order-japanese {
    padding-right: 25px; }
  .l-dictionary-order-alphabet {
    padding-left: 25px; }
  .l-dictionary-order-list {
    margin-bottom: 25px; }

.l-spec-ordering {
  order: 1; }

.l-spec-content {
  order: 2; }
  .l-spec-content a {
    color: #7530BF; }
    .l-spec-content a:hover {
      color: #4E2080; }

.l-design-system-ordering {
  order: 1; }

.l-design-system-content {
  order: 2; }
  .l-design-system-content a {
    color: #BD39BF; }
    .l-design-system-content a:hover {
      color: #7E2680; }

.l-case {
  width: 330px;
  margin: 0 15px 35px 15px; }
  .l-case:nth-child(3n-2) {
    margin-left: 0; }
  .l-case:nth-child(3n) {
    margin-right: 0; }
  .l-case-processes {
    padding: 0 0 0 50px;
    position: relative; }
    .l-case-processes:before {
      content: "";
      width: 4px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50px; }
  .l-case-process {
    margin-top: 45px;
    position: relative;
    padding-left: 60px; }
    .l-case-process-box {
      border: 2px solid;
      border-radius: 6px;
      padding: 20px;
      position: relative;
      background-color: #fff; }
      .l-case-process-box:before {
        content: "";
        border-top: 30px solid;
        border-left: 30px solid transparent;
        position: absolute;
        top: 20px;
        left: -30px; }
      .l-case-process-box:after {
        content: "";
        border-top: 30px solid #fff;
        border-left: 30px solid transparent;
        position: absolute;
        left: -25px;
        top: 22px; }
    .l-case-process-persona-table {
      flex: 1; }
    .l-case-process-table-left {
      width: 50%;
      padding-right: 20px; }
    .l-case-process-table-right {
      width: 50%;
      padding-left: 20px; }
    .l-case-process-nav {
      width: 25%; }
    .l-case-process-tab {
      width: 75%;
      padding-left: 20px;
      text-align: center; }
    .l-case-process-tutorial-link {
      margin: 10px 0 12px; }
    .l-case-process-tutorial-image + .l-case-process-tutorial-title {
      margin-top: 40px; }

@media only screen and (max-width: 1050px) {
  .l-container {
    width: 100%;
    padding: 0 20px; }
  .l-content-middle {
    width: 100%; }
  .l-news {
    display: block; }
    .l-news-side {
      margin-top: 70px; }
    .l-news-categories {
      margin-top: 45px; }
  .l-side {
    width: 100%; }
  .l-top-info-list {
    width: 50%; }
    .l-top-info-list:nth-child(2n-1) {
      padding-right: 10px; }
    .l-top-info-list:nth-child(2n) {
      padding-left: 10px; }
    .l-top-info-list:nth-child(3) {
      margin-top: 35px; }
  .l-top-sns-content:first-child {
    padding-right: 10px; }
  .l-top-sns-content:last-child {
    padding-left: 10px; }
  .l-case {
    width: 50%;
    margin: 0; }
    .l-case:nth-child(2n-1) {
      padding: 0 10px 35px 0; }
    .l-case:nth-child(2n) {
      padding: 0 0 35px 10px; }
  .l-lecture {
    display: block; }
    .l-lecture-chapter {
      margin-top: 70px; }
  .l-function {
    display: block; }
    .l-function-catalog {
      margin-top: 70px; }
  .l-spec {
    display: block; }
    .l-spec-ordering {
      margin-top: 70px; }
  .l-design-system {
    display: block; }
    .l-design-system-ordering {
      margin-top: 70px; }
  .l-feature-top {
    height: 470px; }
    .l-feature-top .l-container {
      padding: 0; }
    .l-feature-top-cloud {
      height: 160px; }
  .l-feature-about-content {
    padding: 15px 15px 25px;
    display: block; }
  .l-feature-about-image {
    width: 100%; }
  .l-feature-about-description {
    padding-left: 0; }
  .l-feature-program-development-support-head.first:before {
    left: 0; }
  .l-feature-program-development-support-head.last:before {
    height: 165px;
    left: 0; }
  .l-feature-program-development-support-content {
    padding-left: 0;
    height: auto;
    margin-top: 0; }
    .l-feature-program-development-support-content:first-child:before {
      left: 0; }
  .l-feature-program-development-support-box {
    display: block; }
    .l-feature-program-development-support-box-detail {
      width: 100%;
      padding-left: 0;
      padding-top: 25px; }
      .l-feature-program-development-support-box-detail.completion {
        position: absolute;
        bottom: -30px;
        height: 220px;
        right: 0px;
        left: auto;
        width: auto; }
    .l-feature-program-development-support-box-image {
      height: auto;
      width: 100%; }
    .l-feature-program-development-support-box.ordering {
      border: 30px solid #D8F4F2;
      border-top: none;
      border-right: none; }
      .l-feature-program-development-support-box.ordering1 {
        border: none;
        padding-right: 10px;
        padding-left: 20px; }
    .l-feature-program-development-support-box.orders {
      border: 30px solid #D8F4F2;
      border-left: none;
      border-top: none; }
      .l-feature-program-development-support-box.orders1 {
        border-top: 30px solid #D8F4F2; }
    .l-feature-program-development-support-box.completion {
      border: 30px solid #D8F4F2;
      border-top: none;
      border-right: none;
      padding-top: 20px;
      position: relative; }
      .l-feature-program-development-support-box.completion:after {
        content: "";
        width: 100%;
        height: 30px;
        background-color: #D8F4F2;
        position: absolute;
        bottom: -30px;
        left: 100%; }
  .l-feature-program-development-process-contents:before {
    left: 10px; }
  .l-feature-program-development-process-content {
    position: relative; }
  .l-feature-program-development-process-head {
    padding-left: 0; }
  .l-feature-program-development-process-top:before {
    content: "";
    width: 100%;
    height: 30px;
    background-color: #ddd;
    position: absolute;
    right: 100%;
    margin-right: -10px;
    top: 0;
    left: auto; }
  .l-feature-program-development-process-tag {
    display: none; }
  .l-feature-program-development-process-box {
    padding: 45px 15px 20px;
    position: relative; }
    .l-feature-program-development-process-box:before {
      content: "";
      border-top: 10px solid transparent;
      position: absolute;
      bottom: 100%;
      margin-bottom: 3px;
      left: -3px; }
    .l-feature-program-development-process-box.spec:before {
      border-right: 10px solid #235ebc; }
    .l-feature-program-development-process-box.prototype:before {
      border-right: 10px solid #008533; }
    .l-feature-program-development-process-box.business:before {
      border-right: 10px solid #E65A00; }
    .l-feature-program-development-process-box.architecture:before {
      border-right: 10px solid #CA311B; }
    .l-feature-program-development-process-box.production:before {
      border-right: 10px solid #794B97; }
  .l-feature-program-learning-support-content {
    height: auto;
    background-color: #039D00;
    padding: 10px;
    box-shadow: 3px 3px 0 rgba(51, 50, 48, 0.4); }
  .l-feature-program-learning-support-detail {
    padding-top: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    position: relative;
    box-shadow: 3px 5px 0 #ddd, -3px 5px #ddd; }
    .l-feature-program-learning-support-detail:before {
      content: "";
      border-top: 10px solid #179b18;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      position: absolute;
      left: 50%;
      margin-left: -10px;
      top: 0; }
  .l-feature-background-content {
    padding: 10px; }
  .l-feature-background-body {
    padding: 10px;
    margin-top: 7px; }
  .l-feature-recommendation-content {
    height: auto;
    display: block; }
  .l-feature-recommendation-box {
    width: 100%;
    height: auto;
    position: relative;
    border-width: 4px;
    padding: 20px 15px;
    margin-bottom: 25px; }
    .l-feature-recommendation-box.first:before {
      content: none; }
    .l-feature-recommendation-box.second:before {
      content: none; }
    .l-feature-recommendation-box.third:before {
      content: none; }
    .l-feature-recommendation-box.third:after {
      content: none; }
    .l-feature-recommendation-box.fourth:before {
      content: none; }
  .l-feature-getting-top-content {
    padding-top: 34px; }
  .l-feature-getting-top-ordering-skill {
    width: 100%;
    padding: 10px; }
  .l-feature-getting-top-prototype {
    width: 100%;
    padding: 10px 30px; }
    .l-feature-getting-top-prototype-merits {
      display: block; }
    .l-feature-getting-top-prototype-merit {
      width: 100%;
      padding: 20px 15px; }
      .l-feature-getting-top-prototype-merit:before {
        content: none; }
      .l-feature-getting-top-prototype-merit:after {
        content: none; }
  .l-feature-getting-platform-content {
    padding: 20px 10px;
    border-radius: 10px; }
  .l-feature-getting-platform-inner {
    padding: 20px 10px; }
  .l-feature-admin-contents {
    display: block; }
  .l-feature-admin-content {
    width: 100%; }
    .l-feature-admin-content:last-child {
      margin-top: 35px; }
  .l-feature-admin-info {
    padding: 15px; }
  .l-feature-join-about {
    width: 100%; }
  .l-feature-join-price {
    padding-top: 20px; }
    .l-feature-join-price-table {
      padding: 0 15px; }
      .l-feature-join-price-table-mobile {
        width: 100%; }
  .l-feature-join-place {
    width: 100%;
    padding: 20px 0 55px; }
    .l-feature-join-place-carousel {
      padding: 0 15px; }
  .l-feature-contact .l-feature-content {
    padding-top: 100px; }
  .l-feature-contact-content {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .l-container-middle {
    width: 100%;
    padding: 0 20px; }
  .l-header {
    border-bottom: none;
    box-shadow: 0 1px 0 rgba(51, 50, 48, 0.2); }
  .l-subheader {
    box-shadow: 0 1px 0 rgba(51, 50, 48, 0.2);
    height: auto; }
    .l-subheader .l-container {
      padding: 0; }
  .l-top-header {
    display: block; }
    .l-top-header-carousel {
      width: 100%; }
    .l-top-header-nav {
      width: 100%;
      height: 200px; }
  .l-top-info-list {
    width: 100%; }
    .l-top-info-list:nth-child(2n-1) {
      padding-right: 0; }
    .l-top-info-list:nth-child(2n) {
      padding-left: 0; }
    .l-top-info-list:nth-child(2) {
      margin-top: 35px; }
  .l-top-sns {
    display: block; }
    .l-top-sns-content {
      width: 100%; }
      .l-top-sns-content:first-child {
        padding-right: 0; }
      .l-top-sns-content:last-child {
        padding-left: 0;
        margin-top: 35px; }
  .l-feature-top {
    height: auto; }
    .l-feature-top .l-container {
      padding: 0; }
    .l-feature-top-cloud {
      display: none; }
  .l-case-processes {
    padding-left: 0; }
    .l-case-processes:before {
      content: none; }
  .l-case-process {
    padding-left: 0; }
    .l-case-process-box {
      padding: 15px; }
      .l-case-process-box:before {
        content: none; }
      .l-case-process-box:after {
        content: none; }
      .l-case-process-box-content {
        display: block; }
    .l-case-process-tab {
      width: 100%;
      padding-left: 0; }
    .l-case-process-nav {
      width: 100%;
      margin-bottom: 15px; }
    .l-case-process-persona-table {
      padding-left: 0; }
    .l-case-process-tables {
      display: block; }
    .l-case-process-table {
      padding: 0;
      width: 100%; }
      .l-case-process-table + .l-case-process-table {
        margin-top: 35px; }
  .l-process-lists {
    display: block; }
  .l-process-list {
    width: 100%;
    margin-bottom: 35px; }
    .l-process-list:last-child {
      margin-bottom: 0; } }

@media only screen and (max-width: 414px) {
  .l-container {
    padding: 0 15px; }
    .l-container-middle {
      padding: 0 15px; }
  .l-footer-content {
    display: block; }
  .l-top-header-carousel {
    height: 340px; }
  .l-top-header-nav {
    height: auto; }
  .l-top-news {
    height: auto;
    padding: 15px 0; }
  .l-feature-contact .l-feature-content {
    padding-top: 70px; }
  .l-case {
    width: 100%; }
    .l-case:nth-child(2n-1) {
      padding-right: 0; }
    .l-case:nth-child(2n) {
      padding-left: 0; }
  .l-dictionary-content {
    display: block; }
  .l-dictionary-order {
    width: 100%; }
    .l-dictionary-order-japanese {
      padding-right: 0; }
    .l-dictionary-order-alphabet {
      padding-left: 0; } }

.dhw .l-wrapper {
  min-width: 1090px;
  overflow: hidden;
  height: auto; }

.dhw .l-main {
  padding-bottom: 280px; }

.dhw .header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #BFBBB6;
  background-color: #fff; }
  .dhw .header .l-container {
    display: flex;
    justify-content: space-between;
    height: 80px; }
    .dhw .header .l-container .header-logo a {
      color: #EF6D00;
      border: 1px solid;
      border-radius: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px 24px;
      margin-top: 17px; }
      .dhw .header .l-container .header-logo a i {
        font-size: 16px;
        margin-right: 4px; }
      .dhw .header .l-container .header-logo a:hover {
        background-color: #EF6D00;
        color: #fff; }
    .dhw .header .l-container .header-nav {
      display: flex;
      align-items: center;
      height: 80px; }
      .dhw .header .l-container .header-nav .list {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 20px; }
        .dhw .header .l-container .header-nav .list .link {
          color: #7F7D79; }
          .dhw .header .l-container .header-nav .list .link:hover {
            color: #EF6D00; }
        .dhw .header .l-container .header-nav .list.dropdown {
          position: relative; }
          .dhw .header .l-container .header-nav .list.dropdown .link {
            cursor: pointer; }
          .dhw .header .l-container .header-nav .list.dropdown.open .link {
            color: #EF6D00;
            opacity: 1; }
    .dhw .header .l-container .dropdown-menu {
      width: 200px;
      right: 0;
      left: auto;
      background-color: white;
      border: 1px solid #BFBBB6;
      box-shadow: 0px 2px 0px rgba(51, 50, 48, 0.3); }
      .dhw .header .l-container .dropdown-menu:before {
        content: "";
        position: absolute;
        border-bottom: 22px solid #BFBBB6;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        right: 39px;
        top: -22px; }
      .dhw .header .l-container .dropdown-menu:after {
        content: "";
        position: absolute;
        border-bottom: 20px solid white;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        right: 40px;
        top: -20px; }
      .dhw .header .l-container .dropdown-menu li a {
        color: #7F7D79;
        border-bottom: 1px solid #F3EEE7;
        font-size: 14px; }
        .dhw .header .l-container .dropdown-menu li a:hover {
          background-color: rgba(239, 109, 0, 0.8);
          color: #fff !important; }
      .dhw .header .l-container .dropdown-menu li.last a {
        border-bottom: none; }
  .dhw .header-white {
    position: absolute;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    border: none; }
    .dhw .header-white .l-container .header-logo a {
      color: #fff;
      border: 1px solid; }
      .dhw .header-white .l-container .header-logo a:hover {
        background-color: white;
        color: rgba(239, 109, 0, 0.8); }
    .dhw .header-white .l-container .header-nav .list .link {
      color: #fff;
      opacity: 0.7; }
      .dhw .header-white .l-container .header-nav .list .link:hover {
        color: #fff;
        opacity: 1; }
    .dhw .header-white .l-container .header-nav .list.dropdown.open .link {
      color: #fff; }
    .dhw .header-white .l-container .dropdown-menu {
      border: none; }
      .dhw .header-white .l-container .dropdown-menu:before {
        display: none; }
      .dhw .header-white .l-container .dropdown-menu li a {
        color: #EF6D00; }

.dhw .drawer-nav .drawer-menu li a {
  color: #EF6D00;
  border-bottom: 1px solid #F3EEE7; }

.dhw .drawer-nav .drawer-menu li.case .case-title {
  color: #7F7D79;
  background-color: #f1f1f1;
  padding: 5px 15px; }

.dhw .drawer-nav .drawer-menu li.case .case-lists li a {
  padding-left: 25px; }

.dhw .drawer-hamburger-icon {
  background-color: #EF6D00; }
  .dhw .drawer-hamburger-icon:after {
    background-color: #EF6D00; }
  .dhw .drawer-hamburger-icon:before {
    background-color: #EF6D00; }

.dhw .subheader {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #BFBBB6;
  background-color: #fff; }
  .dhw .subheader .l-container {
    height: 50px; }
    .dhw .subheader .l-container ul {
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .dhw .subheader .l-container ul li a {
        display: flex;
        height: 50px;
        padding: 0 30px;
        justify-content: center;
        align-items: center;
        color: #7F7D79;
        position: relative; }
        .dhw .subheader .l-container ul li a:hover {
          color: #EF6D00; }
        .dhw .subheader .l-container ul li a.active {
          font-weight: 500;
          color: #EF6D00; }
          .dhw .subheader .l-container ul li a.active:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #EF6D00;
            left: 0;
            bottom: 0; }

.dhw .footer {
  height: 250px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #3a3e3f; }
  .dhw .footer .l-container {
    display: flex;
    justify-content: space-between; }
    .dhw .footer .l-container .footer-nav {
      width: 500px;
      padding-top: 35px;
      display: flex;
      flex-wrap: wrap; }
      .dhw .footer .l-container .footer-nav .list {
        width: 33.3%;
        font-size: 14px;
        margin-bottom: 20px; }
        .dhw .footer .l-container .footer-nav .list .link {
          color: #fff;
          opacity: 0.8;
          display: flex;
          align-items: center; }
          .dhw .footer .l-container .footer-nav .list .link:hover {
            opacity: 1; }
          .dhw .footer .l-container .footer-nav .list .link i {
            font-size: 16px;
            margin-right: 4px; }
        .dhw .footer .l-container .footer-nav .list.case {
          color: #fff; }
          .dhw .footer .l-container .footer-nav .list.case i {
            margin-left: 4px; }
          .dhw .footer .l-container .footer-nav .list.case .case-lists li {
            padding-left: 10px;
            margin: 5px 0; }
            .dhw .footer .l-container .footer-nav .list.case .case-lists li a {
              color: #fff;
              opacity: 0.8; }
              .dhw .footer .l-container .footer-nav .list.case .case-lists li a:hover {
                opacity: 1; }
    .dhw .footer .l-container .facebook {
      padding-top: 30px;
      width: 500px; }
    .dhw .footer .l-container .copyright {
      position: absolute;
      width: 100%;
      text-align: center;
      color: #fff;
      opacity: 0.5;
      left: 0;
      bottom: 10px; }
  .dhw .footer #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9998;
    display: none; }
    .dhw .footer #page-top a {
      background-color: #EF6D00;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.9);
      width: 35px;
      height: 35px;
      text-align: center;
      display: table;
      border-radius: 5px;
      font-size: 24px;
      opacity: 0.9; }
      .dhw .footer #page-top a:hover {
        text-decoration: none;
        opacity: 1; }
      .dhw .footer #page-top a .fa {
        display: table-cell; }

.dhw-index .heading {
  text-align: center;
  font-size: 30px;
  color: #EF6D00; }
  .dhw-index .heading .heading-description {
    font-size: 16px;
    color: #333230;
    margin-top: 5px; }

.dhw-index .top-image {
  min-width: 1090px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: table;
  text-align: center;
  position: relative;
  background-color: #F28A33;
  background-image: url("/img/dhw-top.png"); }
  .dhw-index .top-image .inner {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 120px 0; }
    .dhw-index .top-image .inner .brand {
      opacity: 0.8;
      margin-bottom: 50px;
      margin-top: -50px; }
      .dhw-index .top-image .inner .brand .icon-codebot-icon {
        font-size: 40px; }
      .dhw-index .top-image .inner .brand .name {
        font-size: 24px; }
    .dhw-index .top-image .inner .title {
      font-size: 58px;
      font-weight: 600; }
    .dhw-index .top-image .inner .description {
      font-size: 20px;
      margin-top: 20px; }

.dhw-index .about {
  padding: 80px 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #EF6D00; }
  .dhw-index .about-left {
    width: 540px; }
    .dhw-index .about-left .title {
      font-size: 30px;
      font-weight: 500;
      color: #EF6D00; }
    .dhw-index .about-left .description {
      font-size: 16px;
      margin-top: 15px;
      line-height: 1.6; }
    .dhw-index .about-left a {
      color: #EF6D00;
      text-decoration: underline; }
  .dhw-index .about-right {
    width: 470px; }
    .dhw-index .about-right img {
      width: 100%; }
  .dhw-index .about .background {
    margin-top: 40px; }
    .dhw-index .about .background-left {
      width: 420px; }
      .dhw-index .about .background-left img {
        width: 100%; }
    .dhw-index .about .background-right {
      width: 590px; }
      .dhw-index .about .background-right .title {
        font-size: 30px;
        font-weight: 500;
        color: #EF6D00; }
      .dhw-index .about .background-right .description {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1.6; }
        .dhw-index .about .background-right .description ul {
          padding-left: 20px;
          margin: 15px 0; }
          .dhw-index .about .background-right .description ul li {
            list-style-type: disc;
            margin-bottom: 5px; }
            .dhw-index .about .background-right .description ul li strong {
              position: relative; }
              .dhw-index .about .background-right .description ul li strong span {
                position: relative; }
              .dhw-index .about .background-right .description ul li strong:before {
                content: "";
                background-color: rgba(239, 109, 0, 0.15);
                width: 100%;
                height: 70%;
                position: absolute;
                left: 0;
                bottom: 0; }

.dhw-index .product {
  padding-top: 70px; }
  .dhw-index .product .student-lists {
    display: table;
    width: 100%;
    margin-top: 50px; }
    .dhw-index .product .student-lists li {
      display: table-cell;
      vertical-align: top;
      text-align: center;
      width: 25%; }
      .dhw-index .product .student-lists li a {
        display: block;
        width: 140px;
        margin: 0 auto;
        position: relative; }
        .dhw-index .product .student-lists li a img {
          width: 100%;
          display: block;
          transition: all 0.4s; }
        .dhw-index .product .student-lists li a .hover-title {
          position: absolute;
          width: 140px;
          height: 140px;
          border-radius: 50%;
          color: #fff;
          font-weight: 500;
          font-size: 15px;
          left: 0;
          top: 0;
          opacity: 0;
          transition: all 0.4s;
          display: table;
          text-align: center; }
          .dhw-index .product .student-lists li a .hover-title .text {
            display: table-cell;
            vertical-align: middle; }
        .dhw-index .product .student-lists li a.student1:hover .hover-title {
          opacity: 1;
          background-color: rgba(0, 196, 163, 0.6); }
        .dhw-index .product .student-lists li a.student2:hover .hover-title {
          opacity: 1;
          background-color: rgba(80, 148, 21, 0.6); }
        .dhw-index .product .student-lists li a.student3:hover .hover-title {
          opacity: 1;
          background-color: rgba(0, 140, 158, 0.6); }
        .dhw-index .product .student-lists li a.student4:hover .hover-title {
          opacity: 1;
          background-color: rgba(31, 45, 87, 0.6); }
      .dhw-index .product .student-lists li .name {
        margin-top: 15px;
        font-size: 16px;
        font-weight: 500; }
      .dhw-index .product .student-lists li .category {
        margin-top: 5px;
        font-weight: 500; }
  .dhw-index .product .cases {
    margin-top: 60px; }
    .dhw-index .product .cases .case .case-label .label {
      font-size: 22px;
      color: #fff;
      display: inline-block;
      padding: 10px 30px;
      border-radius: 10px 10px 0 0; }
    .dhw-index .product .cases .case .case-content {
      border-top: 4px solid; }
      .dhw-index .product .cases .case .case-content .case-detail .case-table {
        display: table;
        width: 100%; }
        .dhw-index .product .cases .case .case-content .case-detail .case-table .info {
          width: 400px;
          padding: 80px 0 70px;
          display: table-cell;
          vertical-align: top; }
          .dhw-index .product .cases .case .case-content .case-detail .case-table .info .title {
            font-size: 30px; }
          .dhw-index .product .cases .case .case-content .case-detail .case-table .info .service {
            font-size: 20px;
            font-weight: 500;
            margin-top: 10px; }
          .dhw-index .product .cases .case .case-content .case-detail .case-table .info .description {
            margin-top: 5px;
            font-size: 15px;
            line-height: 1.5; }
          .dhw-index .product .cases .case .case-content .case-detail .case-table .info .detail-btn {
            font-size: 16px;
            border-radius: 25px;
            color: #fff;
            padding: 8px;
            margin-top: 35px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .dhw-index .product .cases .case .case-content .case-detail .case-table .info .detail-btn:hover {
              opacity: 0.8; }
            .dhw-index .product .cases .case .case-content .case-detail .case-table .info .detail-btn i {
              margin-left: 4px;
              margin-top: 2px; }
        .dhw-index .product .cases .case .case-content .case-detail .case-table .image {
          width: 650px;
          display: table-cell;
          vertical-align: top;
          position: relative; }
          .dhw-index .product .cases .case .case-content .case-detail .case-table .image img {
            height: 100%;
            display: block;
            position: absolute; }
      .dhw-index .product .cases .case .case-content .case-interview {
        width: 880px;
        margin: 0 auto;
        padding: 80px 0 90px; }
        .dhw-index .product .cases .case .case-content .case-interview .image {
          width: 140px; }
          .dhw-index .product .cases .case .case-content .case-interview .image img {
            width: 100%;
            display: block; }
        .dhw-index .product .cases .case .case-content .case-interview .info {
          width: 740px;
          padding-left: 25px;
          position: relative; }
          .dhw-index .product .cases .case .case-content .case-interview .info .title {
            font-size: 22px; }
          .dhw-index .product .cases .case .case-content .case-interview .info .name {
            font-size: 16px;
            font-weight: 500;
            margin-top: 20px; }
          .dhw-index .product .cases .case .case-content .case-interview .info .vio {
            margin-top: 5px;
            padding-right: 160px; }
          .dhw-index .product .cases .case .case-content .case-interview .info .detail-btn {
            border: 1px solid;
            border-radius: 25px;
            width: 150px;
            padding: 6px;
            position: absolute;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center; }
            .dhw-index .product .cases .case .case-content .case-interview .info .detail-btn i {
              margin-left: 4px; }
    .dhw-index .product .cases .case#case1 .case-label .label {
      background-color: #00C4A3;
      margin-left: 60px; }
    .dhw-index .product .cases .case#case1 .case-content {
      border-color: #00C4A3;
      background-color: rgba(0, 196, 163, 0.1); }
      .dhw-index .product .cases .case#case1 .case-content .case-detail .case-table {
        border-bottom: 1px solid #00C4A3; }
        .dhw-index .product .cases .case#case1 .case-content .case-detail .case-table .info .title {
          color: #00C4A3; }
        .dhw-index .product .cases .case#case1 .case-content .case-detail .case-table .info .detail-btn {
          background-color: #00C4A3; }
        .dhw-index .product .cases .case#case1 .case-content .case-detail .case-table .image {
          padding-left: 50px; }
          .dhw-index .product .cases .case#case1 .case-content .case-detail .case-table .image img {
            left: 50px; }
      .dhw-index .product .cases .case#case1 .case-content .case-interview .info .title {
        color: #00C4A3; }
      .dhw-index .product .cases .case#case1 .case-content .case-interview .info .detail-btn {
        color: #00C4A3; }
        .dhw-index .product .cases .case#case1 .case-content .case-interview .info .detail-btn:hover {
          background-color: #00C4A3;
          border-color: #00C4A3;
          color: #fff; }
    .dhw-index .product .cases .case#case2 .case-label {
      background-color: rgba(0, 196, 163, 0.1); }
      .dhw-index .product .cases .case#case2 .case-label .label {
        background-color: #509415;
        margin-right: 60px; }
    .dhw-index .product .cases .case#case2 .case-content {
      border-color: #509415;
      background-color: rgba(80, 148, 21, 0.1); }
      .dhw-index .product .cases .case#case2 .case-content .case-detail .case-table {
        border-bottom: 1px solid #509415; }
        .dhw-index .product .cases .case#case2 .case-content .case-detail .case-table .info .title {
          color: #509415; }
        .dhw-index .product .cases .case#case2 .case-content .case-detail .case-table .info .detail-btn {
          background-color: #509415; }
        .dhw-index .product .cases .case#case2 .case-content .case-detail .case-table .image {
          padding-right: 50px; }
          .dhw-index .product .cases .case#case2 .case-content .case-detail .case-table .image img {
            right: 30px; }
      .dhw-index .product .cases .case#case2 .case-content .case-interview .info .title {
        color: #509415; }
      .dhw-index .product .cases .case#case2 .case-content .case-interview .info .detail-btn {
        color: #509415; }
        .dhw-index .product .cases .case#case2 .case-content .case-interview .info .detail-btn:hover {
          background-color: #509415;
          border-color: #509415;
          color: #fff; }
    .dhw-index .product .cases .case#case3 .case-label {
      background-color: rgba(80, 148, 21, 0.1); }
      .dhw-index .product .cases .case#case3 .case-label .label {
        background-color: #008C9E;
        margin-left: 60px; }
    .dhw-index .product .cases .case#case3 .case-content {
      border-color: #008C9E;
      background-color: rgba(0, 140, 158, 0.1); }
      .dhw-index .product .cases .case#case3 .case-content .case-detail .case-table {
        border-bottom: 1px solid #008C9E; }
        .dhw-index .product .cases .case#case3 .case-content .case-detail .case-table .info .title {
          color: #008C9E; }
        .dhw-index .product .cases .case#case3 .case-content .case-detail .case-table .info .detail-btn {
          background-color: #008C9E; }
        .dhw-index .product .cases .case#case3 .case-content .case-detail .case-table .image {
          padding-left: 50px; }
          .dhw-index .product .cases .case#case3 .case-content .case-detail .case-table .image img {
            left: 50px; }
      .dhw-index .product .cases .case#case3 .case-content .case-interview .info .title {
        color: #008C9E; }
      .dhw-index .product .cases .case#case3 .case-content .case-interview .info .detail-btn {
        color: #008C9E; }
        .dhw-index .product .cases .case#case3 .case-content .case-interview .info .detail-btn:hover {
          background-color: #008C9E;
          border-color: #008C9E;
          color: #fff; }
    .dhw-index .product .cases .case#case4 {
      border-bottom: 1px solid #EF6D00; }
      .dhw-index .product .cases .case#case4 .case-label {
        background-color: rgba(0, 140, 158, 0.1); }
        .dhw-index .product .cases .case#case4 .case-label .label {
          background-color: #1F2D57;
          margin-right: 60px; }
      .dhw-index .product .cases .case#case4 .case-content {
        border-color: #1F2D57;
        background-color: rgba(31, 45, 87, 0.1); }
        .dhw-index .product .cases .case#case4 .case-content .case-detail .case-table {
          border-bottom: 1px solid #1F2D57; }
          .dhw-index .product .cases .case#case4 .case-content .case-detail .case-table .info .title {
            color: #1F2D57; }
          .dhw-index .product .cases .case#case4 .case-content .case-detail .case-table .info .detail-btn {
            background-color: #1F2D57; }
          .dhw-index .product .cases .case#case4 .case-content .case-detail .case-table .image {
            padding-right: 50px; }
            .dhw-index .product .cases .case#case4 .case-content .case-detail .case-table .image img {
              right: 50px; }
        .dhw-index .product .cases .case#case4 .case-content .case-interview .info .title {
          color: #1F2D57; }
        .dhw-index .product .cases .case#case4 .case-content .case-interview .info .detail-btn {
          color: #1F2D57; }
          .dhw-index .product .cases .case#case4 .case-content .case-interview .info .detail-btn:hover {
            background-color: #1F2D57;
            border-color: #1F2D57;
            color: #fff; }

.dhw-index .dialog {
  padding: 70px 0; }
  .dhw-index .dialog .dialog-content {
    width: 740px;
    margin: 0 auto; }
    .dhw-index .dialog .dialog-content img {
      display: block;
      width: 100%;
      border: 1px solid #EF6D00;
      border-radius: 6px;
      padding: 20px;
      margin-top: 40px; }
    .dhw-index .dialog .dialog-content .description {
      font-size: 16px;
      margin-top: 15px;
      padding: 0 10px; }
    .dhw-index .dialog .dialog-content .detail-btn {
      width: 490px;
      margin: 35px auto 0;
      font-size: 16px;
      background-color: #EF6D00;
      color: #fff;
      padding: 10px;
      border-radius: 25px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .dhw-index .dialog .dialog-content .detail-btn:hover {
        opacity: 0.8; }
      .dhw-index .dialog .dialog-content .detail-btn i {
        margin-left: 4px;
        margin-top: 2px; }

.dhw-interview {
  background-color: #f8f8f8; }
  .dhw-interview .interview-content {
    width: 700px;
    margin-top: 50px; }
    .dhw-interview .interview-content img {
      display: block;
      width: 100%; }
    .dhw-interview .interview-content .inner {
      border: 1px solid #BFBBB6;
      background-color: #fff;
      border-radius: 10px; }
      .dhw-interview .interview-content .inner .title {
        font-size: 30px;
        font-weight: 500;
        padding: 35px 30px 0; }
      .dhw-interview .interview-content .inner .date {
        color: #7F7D79;
        padding-left: 30px;
        margin-top: 10px; }
      .dhw-interview .interview-content .inner .main-image {
        margin-top: 25px;
        margin-bottom: 40px;
        position: relative; }
        .dhw-interview .interview-content .inner .main-image .profile {
          background-color: rgba(51, 50, 48, 0.4);
          color: #fff;
          position: absolute;
          width: 100%;
          bottom: 0;
          padding: 25px 30px; }
          .dhw-interview .interview-content .inner .main-image .profile .interview-num {
            font-size: 18px; }
          .dhw-interview .interview-content .inner .main-image .profile .name {
            font-size: 26px;
            margin-top: 5px; }
            .dhw-interview .interview-content .inner .main-image .profile .name .suffix {
              font-size: 20px;
              margin-left: 5px; }
      .dhw-interview .interview-content .inner .article {
        padding: 0 30px 60px; }
        .dhw-interview .interview-content .inner .article h2 {
          color: #EF6D00;
          font-size: 22px;
          font-weight: 500;
          border-top: 1px solid #BFBBB6;
          border-bottom: 1px solid #BFBBB6;
          padding: 20px 0; }
        .dhw-interview .interview-content .inner .article .interview-head {
          font-weight: 500;
          font-size: 20px;
          margin-top: 25px;
          margin-bottom: 12px; }
        .dhw-interview .interview-content .inner .article p {
          line-height: 1.7;
          font-size: 16px; }
          .dhw-interview .interview-content .inner .article p + h2 {
            margin-top: 40px; }
          .dhw-interview .interview-content .inner .article p + p {
            margin-top: 33px; }
        .dhw-interview .interview-content .inner .article img {
          margin: 25px 0; }
          .dhw-interview .interview-content .inner .article img.mobile-size {
            width: 414px;
            margin: 0 auto; }
  .dhw-interview .side-content {
    width: 310px;
    margin-top: 50px; }
    .dhw-interview .side-content .logo {
      text-align: center; }
      .dhw-interview .side-content .logo a {
        color: #333230;
        display: block; }
        .dhw-interview .side-content .logo a .icon-codebot-icon {
          color: #FC9300;
          font-size: 110px; }
        .dhw-interview .side-content .logo a .title {
          font-size: 26px;
          font-weight: 500;
          margin-top: 10px; }
    .dhw-interview .side-content .side-head {
      font-size: 16px;
      font-weight: 500;
      margin-top: 35px;
      border-bottom: 1px solid #333230;
      padding-bottom: 10px;
      margin-bottom: 20px; }
      .dhw-interview .side-content .side-head i {
        margin-right: 6px; }
    .dhw-interview .side-content .interview-lists li {
      margin-bottom: 20px; }
      .dhw-interview .side-content .interview-lists li a {
        display: table;
        width: 100%;
        background-color: #fff;
        border-radius: 50px 0 0 50px; }
        .dhw-interview .side-content .interview-lists li a .image {
          width: 100px;
          display: table-cell;
          vertical-align: top; }
          .dhw-interview .side-content .interview-lists li a .image img {
            width: 100%;
            display: block; }
        .dhw-interview .side-content .interview-lists li a .info {
          padding: 10px 5px; }
          .dhw-interview .side-content .interview-lists li a .info .title {
            font-size: 12px;
            font-weight: 500;
            color: #333230;
            transition: all 0.4s; }
          .dhw-interview .side-content .interview-lists li a .info .name {
            font-size: 12px;
            color: #7F7D79;
            margin-top: 10px; }
        .dhw-interview .side-content .interview-lists li a:hover .info .title {
          color: #EF6D00; }

.dhw-dialog {
  background-color: #f8f8f8; }
  .dhw-dialog .dialog-content {
    width: 700px;
    margin: 50px auto 0; }
    .dhw-dialog .dialog-content img {
      display: block;
      width: 100%; }
    .dhw-dialog .dialog-content .inner {
      border: 1px solid #BFBBB6;
      background-color: #fff;
      border-radius: 10px; }
      .dhw-dialog .dialog-content .inner .title {
        font-size: 30px;
        font-weight: 500;
        padding: 35px 30px 0; }
      .dhw-dialog .dialog-content .inner .date {
        color: #7F7D79;
        padding-left: 30px;
        margin-top: 10px; }
      .dhw-dialog .dialog-content .inner .main-image {
        margin-top: 25px;
        margin-bottom: 40px;
        position: relative; }
      .dhw-dialog .dialog-content .inner .article {
        padding: 0 30px 60px; }
        .dhw-dialog .dialog-content .inner .article h2 {
          color: #EF6D00;
          font-size: 22px;
          font-weight: 500;
          border-top: 1px solid #BFBBB6;
          border-bottom: 1px solid #BFBBB6;
          padding: 20px 0; }
        .dhw-dialog .dialog-content .inner .article img {
          margin: 25px 0; }
        .dhw-dialog .dialog-content .inner .article p {
          line-height: 1.7; }
          .dhw-dialog .dialog-content .inner .article p + h2 {
            margin-top: 45px; }
        .dhw-dialog .dialog-content .inner .article .dialog {
          display: table;
          width: 100%;
          margin-top: 25px; }
          .dhw-dialog .dialog-content .inner .article .dialog .image {
            width: 60px;
            display: table-cell;
            vertical-align: top;
            text-align: center;
            font-weight: 500; }
            .dhw-dialog .dialog-content .inner .article .dialog .image img {
              border: 1px solid;
              border-radius: 50%;
              margin: 0; }
          .dhw-dialog .dialog-content .inner .article .dialog .text {
            display: table-cell;
            vertical-align: top;
            padding-left: 10px;
            padding-top: 5px;
            font-size: 16px;
            line-height: 1.7; }
          .dhw-dialog .dialog-content .inner .article .dialog.saiwaki .image {
            color: #305698; }
          .dhw-dialog .dialog-content .inner .article .dialog.iketani .image {
            color: #EF6D00; }
          .dhw-dialog .dialog-content .inner .article .dialog + h2 {
            margin-top: 45px; }

.dhw-process {
  background-color: #f8f8f8; }
  .dhw-process .l-main {
    padding-bottom: 250px; }
  .dhw-process .heading {
    text-align: center;
    font-size: 24px;
    color: #EF6D00;
    font-weight: 500;
    position: relative;
    padding-bottom: 8px; }
    .dhw-process .heading:after {
      content: "";
      width: 200px;
      height: 2px;
      background-color: #EF6D00;
      position: absolute;
      left: 50%;
      margin-left: -100px;
      bottom: 0; }
  .dhw-process .btn {
    width: 450px;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 15px auto 0; }
  .dhw-process .process-flow {
    width: 100%; }
    .dhw-process .process-flow .l-container {
      padding: 45px 0 45px 50px;
      position: relative; }
      .dhw-process .process-flow .l-container:before {
        content: "";
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50px; }
    .dhw-process .process-flow .student-info {
      text-align: center;
      margin-top: 10px; }
      .dhw-process .process-flow .student-info img {
        width: 35px; }
      .dhw-process .process-flow .student-info .name {
        margin-left: 5px; }
    .dhw-process .process-flow .process-content {
      margin-top: 45px;
      position: relative;
      padding-left: 60px; }
      .dhw-process .process-flow .process-content .process-num {
        width: 50px;
        height: 50px;
        position: absolute;
        left: -24px;
        border-radius: 50%;
        text-align: center; }
        .dhw-process .process-flow .process-content .process-num .text {
          display: table-cell;
          vertical-align: middle;
          width: 50px;
          height: 50px;
          color: #fff;
          font-size: 18px; }
      .dhw-process .process-flow .process-content .process-box {
        border: 2px solid;
        border-radius: 6px;
        padding: 20px;
        position: relative;
        background-color: #fff; }
        .dhw-process .process-flow .process-content .process-box:before {
          content: "";
          border-top: 30px solid;
          border-left: 30px solid transparent;
          position: absolute;
          top: 20px;
          left: -30px; }
        .dhw-process .process-flow .process-content .process-box:after {
          content: "";
          border-top: 30px solid #fff;
          border-left: 30px solid transparent;
          position: absolute;
          left: -25px;
          top: 22px; }
        .dhw-process .process-flow .process-content .process-box .title {
          font-size: 18px;
          margin-bottom: 15px; }
        .dhw-process .process-flow .process-content .process-box table {
          border: 1px solid #ccc;
          color: #333; }
          .dhw-process .process-flow .process-content .process-box table th {
            border: 1px solid #ccc;
            background-color: #f8f8f8;
            border-right-width: 2px;
            padding: 10px;
            font-weight: 500; }
          .dhw-process .process-flow .process-content .process-box table td {
            border: 1px solid #ccc;
            padding: 10px; }
        .dhw-process .process-flow .process-content .process-box .related-link {
          margin-top: 15px; }
      .dhw-process .process-flow .process-content#a1 .process-box table th {
        width: 20%; }
      .dhw-process .process-flow .process-content#a1 .process-box table td.category {
        width: 15%;
        text-align: center; }
      .dhw-process .process-flow .process-content#a1 .process-box table td.detail {
        width: 65%; }
      .dhw-process .process-flow .process-content#a2 .process-box .persona {
        width: 100%; }
        .dhw-process .process-flow .process-content#a2 .process-box .persona .persona-image {
          width: 220px; }
          .dhw-process .process-flow .process-content#a2 .process-box .persona .persona-image img {
            width: 100%; }
        .dhw-process .process-flow .process-content#a2 .process-box .persona .persona-info {
          padding-left: 20px; }
          .dhw-process .process-flow .process-content#a2 .process-box .persona .persona-info table th {
            width: 30%; }
          .dhw-process .process-flow .process-content#a2 .process-box .persona .persona-info table td {
            width: 70%; }
            .dhw-process .process-flow .process-content#a2 .process-box .persona .persona-info table td ul {
              padding-left: 20px; }
              .dhw-process .process-flow .process-content#a2 .process-box .persona .persona-info table td ul li {
                list-style-type: disc; }
      .dhw-process .process-flow .process-content#a3 .scroll {
        overflow-x: scroll; }
        .dhw-process .process-flow .process-content#a3 .scroll table {
          width: 100%;
          font-size: 13px; }
          .dhw-process .process-flow .process-content#a3 .scroll table tr th {
            border-right-width: 1px;
            padding: 5px 10px; }
          .dhw-process .process-flow .process-content#a3 .scroll table tr td {
            padding: 5px 10px; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.what-text {
              width: 7%;
              background-color: #eee;
              text-align: center;
              font-weight: bold; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.who {
              width: 9%; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.who-text {
              width: 4%; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.action {
              width: 15%; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.action-text {
              width: 7%; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.why-text {
              width: 7%;
              background-color: #eee;
              text-align: center;
              font-weight: bold; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.problem {
              width: 15%; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.problem-text {
              width: 7%; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.result {
              width: 7%; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.benefit {
              width: 15%; }
            .dhw-process .process-flow .process-content#a3 .scroll table tr td.benefit-text {
              width: 7%; }
      .dhw-process .process-flow .process-content#a4 table th {
        text-align: left;
        width: 25%; }
      .dhw-process .process-flow .process-content#a4 table td {
        width: 75%; }
      .dhw-process .process-flow .process-content#b1 .carousel {
        width: 600px;
        margin: 0 auto; }
        .dhw-process .process-flow .process-content#b1 .carousel .item img {
          width: 100%;
          display: block; }
        .dhw-process .process-flow .process-content#b1 .carousel .item .page-num {
          padding: 4px 18px;
          color: #fff;
          background-color: #333;
          opacity: 0.8;
          position: absolute;
          right: 0;
          bottom: 0; }
        .dhw-process .process-flow .process-content#b1 .carousel .carousel-control {
          display: block;
          width: 42px;
          height: 42px;
          background-color: #333;
          top: 50%;
          margin-top: -21px; }
          .dhw-process .process-flow .process-content#b1 .carousel .carousel-control i {
            width: 42px;
            height: 42px;
            display: table-cell;
            vertical-align: middle;
            font-size: 24px; }
          .dhw-process .process-flow .process-content#b1 .carousel .carousel-control.left {
            left: -50px; }
          .dhw-process .process-flow .process-content#b1 .carousel .carousel-control.right {
            right: -50px; }
      .dhw-process .process-flow .process-content#b2 .side-nav, .dhw-process .process-flow .process-content#b3 .side-nav {
        width: 25%;
        border-bottom: none; }
        .dhw-process .process-flow .process-content#b2 .side-nav li, .dhw-process .process-flow .process-content#b3 .side-nav li {
          float: none;
          margin-bottom: 5px;
          position: relative; }
          .dhw-process .process-flow .process-content#b2 .side-nav li a, .dhw-process .process-flow .process-content#b3 .side-nav li a {
            display: block;
            border: none;
            border-radius: 0; }
          .dhw-process .process-flow .process-content#b2 .side-nav li.active a, .dhw-process .process-flow .process-content#b3 .side-nav li.active a {
            color: #fff !important; }
          .dhw-process .process-flow .process-content#b2 .side-nav li.active:after, .dhw-process .process-flow .process-content#b3 .side-nav li.active:after {
            content: ">";
            position: absolute;
            color: #fff;
            right: 10px;
            top: 12px; }
      .dhw-process .process-flow .process-content#b2 .tab-content, .dhw-process .process-flow .process-content#b3 .tab-content {
        width: 75%;
        text-align: center;
        padding-left: 20px; }
        .dhw-process .process-flow .process-content#b2 .tab-content img, .dhw-process .process-flow .process-content#b3 .tab-content img {
          width: 100%;
          display: block;
          border: 1px solid #ccc; }
        .dhw-process .process-flow .process-content#b2 .tab-content .arrow, .dhw-process .process-flow .process-content#b3 .tab-content .arrow {
          margin: 10px 0;
          font-size: 35px;
          display: block;
          margin: 10px 0; }
      .dhw-process .process-flow .process-content#b3 #tutorial {
        text-align: left; }
        .dhw-process .process-flow .process-content#b3 #tutorial .tutorial-title {
          font-size: 22px;
          color: #333;
          font-weight: bold; }
        .dhw-process .process-flow .process-content#b3 #tutorial .link {
          margin: 10px 0 12px; }
        .dhw-process .process-flow .process-content#b3 #tutorial .image img {
          width: 60%; }
        .dhw-process .process-flow .process-content#b3 #tutorial .image + .tutorial-title {
          margin-top: 40px; }
      .dhw-process .process-flow .process-content#b4 .static-image {
        margin-bottom: 10px; }
        .dhw-process .process-flow .process-content#b4 .static-image img {
          display: block;
          margin: 0 auto;
          border: 1px solid #ccc;
          max-width: 100%; }
  .dhw-process.process1 .heading {
    color: #00C4A3; }
    .dhw-process.process1 .heading:after {
      background-color: #00C4A3; }
  .dhw-process.process1 .btn {
    background-color: #00C4A3; }
    .dhw-process.process1 .btn:hover {
      background-color: #007F6A; }
  .dhw-process.process1 .process-flow .l-container:before {
    background-color: #00C4A3; }
  .dhw-process.process1 .process-flow .process-content .process-num {
    background-color: #00C4A3; }
  .dhw-process.process1 .process-flow .process-content .process-box {
    color: #00C4A3; }
    .dhw-process.process1 .process-flow .process-content .process-box .related-link a {
      color: #00BF9F; }
      .dhw-process.process1 .process-flow .process-content .process-box .related-link a:hover {
        color: #007F6A; }
  .dhw-process.process1 .process-flow .process-content#a1 .detail ul {
    padding-left: 20px; }
    .dhw-process.process1 .process-flow .process-content#a1 .detail ul li {
      list-style-type: disc; }
  .dhw-process.process1 .process-flow .process-content#b2 .side-nav li a, .dhw-process.process1 .process-flow .process-content#b3 .side-nav li a {
    background-color: rgba(0, 196, 163, 0.1);
    color: #007F6A; }
  .dhw-process.process1 .process-flow .process-content#b2 .side-nav li.active a, .dhw-process.process1 .process-flow .process-content#b3 .side-nav li.active a {
    background-color: #007F6A; }
  .dhw-process.process1 .process-flow .process-content#b2 .marvel-link a, .dhw-process.process1 .process-flow .process-content#b3 .marvel-link a {
    color: #00BF9F;
    text-decoration: underline; }
    .dhw-process.process1 .process-flow .process-content#b2 .marvel-link a:hover, .dhw-process.process1 .process-flow .process-content#b3 .marvel-link a:hover {
      color: #007F6A; }
  .dhw-process.process1 .process-flow .process-content#b3 #tutorial .link a {
    color: #00BF9F;
    text-decoration: underline; }
    .dhw-process.process1 .process-flow .process-content#b3 #tutorial .link a:hover {
      color: #007F6A; }
  .dhw-process.process1 .process-flow .process-content#b4 .static-image {
    width: 300px;
    margin: 0 auto; }
  .dhw-process.process1 .process-flow .process-content .process-box .carousel .carousel-inner .item {
    height: 450px; }
    .dhw-process.process1 .process-flow .process-content .process-box .carousel .carousel-inner .item img {
      width: auto !important;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .dhw-process.process2 .heading {
    color: #509415; }
    .dhw-process.process2 .heading:after {
      background-color: #509415; }
  .dhw-process.process2 .btn {
    background-color: #509415; }
    .dhw-process.process2 .btn:hover {
      background-color: #387F0B; }
  .dhw-process.process2 .process-flow .l-container:before {
    background-color: #509415; }
  .dhw-process.process2 .process-flow .process-content .process-num {
    background-color: #509415; }
  .dhw-process.process2 .process-flow .process-content .process-box {
    color: #509415; }
    .dhw-process.process2 .process-flow .process-content .process-box .related-link a {
      color: #54BF11; }
      .dhw-process.process2 .process-flow .process-content .process-box .related-link a:hover {
        color: #387F0B; }
  .dhw-process.process2 .process-flow .process-content#a1 .detail ul {
    padding-left: 20px; }
    .dhw-process.process2 .process-flow .process-content#a1 .detail ul li {
      list-style-type: disc; }
  .dhw-process.process2 .process-flow .process-content#b2 .side-nav li a, .dhw-process.process2 .process-flow .process-content#b3 .side-nav li a {
    background-color: rgba(80, 148, 21, 0.1);
    color: #387F0B; }
  .dhw-process.process2 .process-flow .process-content#b2 .side-nav li.active a, .dhw-process.process2 .process-flow .process-content#b3 .side-nav li.active a {
    background-color: #387F0B; }
  .dhw-process.process2 .process-flow .process-content#b2 .marvel-link a, .dhw-process.process2 .process-flow .process-content#b3 .marvel-link a {
    color: #54BF11;
    text-decoration: underline; }
    .dhw-process.process2 .process-flow .process-content#b2 .marvel-link a:hover, .dhw-process.process2 .process-flow .process-content#b3 .marvel-link a:hover {
      color: #387F0B; }
  .dhw-process.process2 .process-flow .process-content#b3 #tutorial .link a {
    color: #54BF11;
    text-decoration: underline; }
    .dhw-process.process2 .process-flow .process-content#b3 #tutorial .link a:hover {
      color: #387F0B; }
  .dhw-process.process2 .process-flow .process-content#b4 .static-image {
    width: 300px;
    margin: 0 auto; }
  .dhw-process.process2 .process-flow .process-content .process-box .carousel .carousel-inner .item {
    height: 450px; }
    .dhw-process.process2 .process-flow .process-content .process-box .carousel .carousel-inner .item img {
      width: auto !important;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .dhw-process.process3 .heading {
    color: #008C9E; }
    .dhw-process.process3 .heading:after {
      background-color: #008C9E; }
  .dhw-process.process3 .btn {
    background-color: #00A9BF; }
    .dhw-process.process3 .btn:hover {
      background-color: #006E7F; }
  .dhw-process.process3 .process-flow .l-container:before {
    background-color: #008C9E; }
  .dhw-process.process3 .process-flow .process-content .process-num {
    background-color: #008C9E; }
  .dhw-process.process3 .process-flow .process-content .process-box {
    color: #008C9E; }
    .dhw-process.process3 .process-flow .process-content .process-box .related-link a {
      color: #00A9BF; }
      .dhw-process.process3 .process-flow .process-content .process-box .related-link a:hover {
        color: #006E7F; }
  .dhw-process.process3 .process-flow .process-content#a1 .detail ul {
    padding-left: 20px; }
    .dhw-process.process3 .process-flow .process-content#a1 .detail ul li {
      list-style-type: disc; }
  .dhw-process.process3 .process-flow .process-content#b2 .side-nav li a, .dhw-process.process3 .process-flow .process-content#b3 .side-nav li a {
    background-color: rgba(0, 140, 158, 0.1);
    color: #006E7F; }
  .dhw-process.process3 .process-flow .process-content#b2 .side-nav li.active a, .dhw-process.process3 .process-flow .process-content#b3 .side-nav li.active a {
    background-color: #006E7F; }
  .dhw-process.process3 .process-flow .process-content#b2 .marvel-link a, .dhw-process.process3 .process-flow .process-content#b3 .marvel-link a {
    color: #00A9BF;
    text-decoration: underline; }
    .dhw-process.process3 .process-flow .process-content#b2 .marvel-link a:hover, .dhw-process.process3 .process-flow .process-content#b3 .marvel-link a:hover {
      color: #006E7F; }
  .dhw-process.process3 .process-flow .process-content#b3 #tutorial .link a {
    color: #00A9BF;
    text-decoration: underline; }
    .dhw-process.process3 .process-flow .process-content#b3 #tutorial .link a:hover {
      color: #006E7F; }
  .dhw-process.process3 .process-flow .process-content .process-box .carousel .carousel-inner .item {
    height: 450px; }
    .dhw-process.process3 .process-flow .process-content .process-box .carousel .carousel-inner .item img {
      width: auto !important;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }

@media only screen and (max-width: 767px) {
  .dhw .l-wrapper {
    min-width: 100%; }
  .dhw .l-container {
    width: 100%; }
  .dhw .l-main {
    padding-bottom: 0; }
  .dhw .header {
    height: 55px;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #FC9300;
    z-index: 9997; }
    .dhw .header .l-container {
      height: 55px; }
      .dhw .header .l-container .header-logo a {
        margin-top: 8px;
        color: #EF6D00; }
        .dhw .header .l-container .header-logo a:hover {
          color: #fff;
          background-color: #EF6D00; }
  .dhw .subheader {
    position: fixed;
    top: 55px;
    z-index: 9997; }
  .dhw .footer {
    height: auto;
    display: block;
    position: relative;
    margin-top: 30px; }
    .dhw .footer .l-container {
      display: block; }
      .dhw .footer .l-container .footer-nav {
        width: 100%; }
        .dhw .footer .l-container .footer-nav .list {
          width: 50%; }
      .dhw .footer .l-container .facebook {
        width: 100%; }
      .dhw .footer .l-container .copyright {
        position: relative;
        bottom: 0;
        font-size: 13px;
        padding: 20px 0 15px; }
  .dhw-index .top-image {
    min-width: 100%; }
    .dhw-index .top-image .inner .title {
      font-size: 40px; }
  .dhw-index .about .about-left {
    float: none;
    width: 100%; }
    .dhw-index .about .about-left .title {
      margin-top: 20px; }
  .dhw-index .about .about-right {
    float: none;
    width: 100%; }
  .dhw-index .about .background .background-left {
    float: none;
    width: 100%; }
  .dhw-index .about .background .background-right {
    float: none;
    width: 100%; }
  .dhw-index .product .cases .case .case-content .case-detail .l-container {
    padding: 0; }
    .dhw-index .product .cases .case .case-content .case-detail .l-container .case-table {
      background-size: cover;
      border: none !important; }
      .dhw-index .product .cases .case .case-content .case-detail .l-container .case-table .info {
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 70px 10px; }
        .dhw-index .product .cases .case .case-content .case-detail .l-container .case-table .info .title {
          color: #fff !important; }
    .dhw-index .product .cases .case .case-content .case-detail .l-container .case-interview {
      width: 100%; }
      .dhw-index .product .cases .case .case-content .case-detail .l-container .case-interview .image {
        float: none;
        margin: 0 auto 15px; }
      .dhw-index .product .cases .case .case-content .case-detail .l-container .case-interview .info {
        float: none;
        padding: 0 10px;
        width: 100%; }
        .dhw-index .product .cases .case .case-content .case-detail .l-container .case-interview .info .vio {
          padding-right: 0; }
        .dhw-index .product .cases .case .case-content .case-detail .l-container .case-interview .info .detail-btn {
          position: relative;
          width: 100%;
          margin-top: 25px; }
  .dhw-index .product .cases .case#case1 .case-label .label {
    margin-left: 20px; }
  .dhw-index .product .cases .case#case1 .case-content .case-detail .l-container .case-table {
    background-image: url("../img/case1.png"); }
  .dhw-index .product .cases .case#case2 .case-label .label {
    margin-right: 20px; }
  .dhw-index .product .cases .case#case2 .case-content .case-detail .l-container .case-table {
    background-image: url("../img/case2.png"); }
  .dhw-index .product .cases .case#case3 .case-label .label {
    margin-left: 20px; }
  .dhw-index .product .cases .case#case3 .case-content .case-detail .l-container .case-table {
    background-image: url("../img/case3.png"); }
  .dhw-index .product .cases .case#case4 .case-label .label {
    margin-right: 20px; }
  .dhw-index .product .cases .case#case4 .case-content .case-detail .l-container .case-table {
    background-image: url("../img/case4.png"); }
  .dhw-index .dialog .dialog-content {
    width: 100%; }
    .dhw-index .dialog .dialog-content .detail-btn {
      width: 100%; }
  .dhw-process .btn {
    width: 100% !important; }
  .dhw-process .l-main {
    padding-bottom: 0; }
  .dhw-process .process-flow .l-container {
    padding: 130px 10px 0; }
    .dhw-process .process-flow .l-container:before {
      content: none; }
    .dhw-process .process-flow .l-container .process-content {
      padding-left: 0; }
      .dhw-process .process-flow .l-container .process-content .process-box {
        padding: 15px 10px; }
        .dhw-process .process-flow .l-container .process-content .process-box:before {
          content: none; }
        .dhw-process .process-flow .l-container .process-content .process-box:after {
          content: none; }
        .dhw-process .process-flow .l-container .process-content .process-box table {
          font-size: 13px; }
          .dhw-process .process-flow .l-container .process-content .process-box table th {
            padding: 5px; }
          .dhw-process .process-flow .l-container .process-content .process-box table td {
            padding: 5px; }
      .dhw-process .process-flow .l-container .process-content#a2 .process-box .persona .persona-info {
        padding-left: 0; }
      .dhw-process .process-flow .l-container .process-content#b1 .carousel {
        width: 100%; }
        .dhw-process .process-flow .l-container .process-content#b1 .carousel .carousel-control.left {
          left: 0; }
        .dhw-process .process-flow .l-container .process-content#b1 .carousel .carousel-control.right {
          right: 0; }
      .dhw-process .process-flow .l-container .process-content#b2 .side-nav, .dhw-process .process-flow .l-container .process-content#b3 .side-nav {
        width: 100%;
        margin-bottom: 15px; }
        .dhw-process .process-flow .l-container .process-content#b2 .side-nav li.active:after, .dhw-process .process-flow .l-container .process-content#b3 .side-nav li.active:after {
          content: "∨"; }
      .dhw-process .process-flow .l-container .process-content#b2 .tab-content, .dhw-process .process-flow .l-container .process-content#b3 .tab-content {
        width: 100%;
        padding-left: 0; }
        .dhw-process .process-flow .l-container .process-content#b2 .tab-content iframe.mobile-frame, .dhw-process .process-flow .l-container .process-content#b3 .tab-content iframe.mobile-frame {
          width: 280px !important;
          height: 558px !important; }
        .dhw-process .process-flow .l-container .process-content#b2 .tab-content iframe.pc-frame, .dhw-process .process-flow .l-container .process-content#b3 .tab-content iframe.pc-frame {
          width: 280px !important;
          height: 185px !important; }
  .dhw-interview .l-main .l-container {
    display: block; }
    .dhw-interview .l-main .l-container .interview-content {
      width: 100%;
      margin-top: 120px; }
      .dhw-interview .l-main .l-container .interview-content .inner .title {
        padding: 35px 10px 0;
        font-size: 26px; }
      .dhw-interview .l-main .l-container .interview-content .inner .date {
        padding-left: 10px; }
      .dhw-interview .l-main .l-container .interview-content .inner .main-image .profile {
        padding: 15px 10px; }
        .dhw-interview .l-main .l-container .interview-content .inner .main-image .profile .interview-num {
          font-size: 16px; }
        .dhw-interview .l-main .l-container .interview-content .inner .main-image .profile .name {
          font-size: 24px; }
      .dhw-interview .l-main .l-container .interview-content .inner .article {
        padding: 0 10px 60px; }
    .dhw-interview .l-main .l-container .side-content {
      float: none;
      width: 100%; }
  .dhw-dialog .dialog-content {
    width: 100%;
    margin-top: 70px;
    float: none; }
    .dhw-dialog .dialog-content .inner .title {
      padding: 35px 10px 0;
      font-size: 26px; }
    .dhw-dialog .dialog-content .inner .date {
      padding-left: 10px; }
    .dhw-dialog .dialog-content .inner .article {
      padding: 0 10px 60px; }
      .dhw-dialog .dialog-content .inner .article .dialog .image {
        width: 50px; } }

@media only screen and (max-width: 414px) {
  .dhw-index .top-image {
    padding: 0 10px;
    background-size: contain;
    background-repeat: no-repeat; }
    .dhw-index .top-image .inner .brand .icon-codebot-icon {
      font-size: 30px; }
    .dhw-index .top-image .inner .brand .name {
      font-size: 20px; }
    .dhw-index .top-image .inner .title {
      font-size: 34px; }
    .dhw-index .top-image .inner .description {
      font-size: 16px;
      text-align: left; }
  .dhw-index .about .about-left .title {
    font-size: 24px; }
  .dhw-index .about .background .background-right .title {
    font-size: 24px; }
  .dhw-index .product .cases .case .case-label .label {
    margin: 0 !important; }
  .dhw-index .dialog .dialog-content img {
    padding: 10px; }
  .dhw-index .dialog .detail-btn {
    width: 100% !important; }
  .dhw-show .process-flow .l-container .process-content#b4 .static-image {
    width: 100%; }
  .dhw-interview .interview-content .inner .article img.mobile-size {
    width: 100%; } }
