.go-to-top a {
  background-color: #1565c0;
  box-shadow: 0 12px 35px -10px rgba(21, 101, 192, 0.55), 0 8px 10px -5px rgba(0, 0, 0, 0.09), 0 4px 25px -2px rgba(0, 0, 0, 0.14);
}

.go-to-top a:hover, .go-to-top a:focus {
  background-color: #1977e2;
  box-shadow: 0 1px 9px 0 rgba(21, 101, 192, 0.5);
}

/* 001 */
.custom-video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.custom-video-wrapper,
.custom-video-wrapper iframe {
  pointer-events: none !important;
}
/* 001 */

/* 002 */
.service-table {
    list-style: none !important;
    padding-left: 2em;
    margin-left: 0;
}

.service-table li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.service-table li::before {
    content: "\30FB";
    position: absolute;
    left: 1.5em;
    color: black;
    font-size: 1.1em;
    line-height: 1.2;
}

.service-table .title {
    display: inline-block;
    width: 370px;
}

.service-table .sep {
    margin: 0 6px;
}

.service-table .desc {
    flex: 1;
}
/* 002 */

/* 011 */
.recruit-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.2rem;
}

.recruit-list > li {
    display: flex;
    margin-bottom: 1.2rem;
    margin: 0;
}

.recruit-list .label {
    font-weight: bold;
    width: 120px;
    display: inline-block;
}

.recruit-list .colon {
    margin-right: 10px;
}

.recruit-list .content {
    flex: 1;
}

.recruit-number {
    list-style-type: decimal;
    margin: 0;
    padding-left: 1.2rem;
}

.sub-items {
    list-style: none !important;
    padding-left: 1.5rem;
    margin: 0;
}

.sub-items li {
    position: relative;
    margin-bottom: 0rem;
}

.sub-items li::before {
    content: "\30FB";
    position: absolute;
    left: -1rem;
}
/* 011 */