@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.5
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px
}
p:last-child {
    margin-bottom: 0
}
.wsnr {
    white-space: nowrap
}
.bg-white {
    background-color: #fff;
    color: 0
}
.bg-gray {
    background-color: #f0f0f0;
    color: #000
}
.bg-gray button[type="submit"] {
    background-color: #5a5a5a;
    color: #fff
}
.bg-dark {
    background-color: #5a5a5a;
    color: #fff
}
.bg-dark button[type="submit"] {
    background-color: #fff
}
.bg-pink {
    background-color: #ff6478;
    color: #fff
}
.bg-orange {
    background-color: #e79003;
    color: #fff
}
.text-white {
    color: #fff
}
.text-pink {
    color: #ff6478
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 60px;
    margin: 0
}
.inverse #header.scroll {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
#header.scroll {
    background-color: rgba(0, 0, 255, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.btn-home {
    float: left;
    position: relative;
    z-index: 199
}
.btn-home a {
    display: block;
    width: 192px;
    height: 45px;
    position: relative;
    z-index: 210
}
.logo h1 {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}
.logo::after {
    content: "";
    display: block;
    background-image: url('../images/logo_popsoftware.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 192px;
    height: 45px;
    padding-top: 30px;
    padding-bottom: 30px
}
.inverse .logo::after {
    background-image: url('../images/logo_popsoftware.png');
    background-size:contain;
}
.drawer-menu {
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px
}
.drawer-menu-item {
    margin: 0.75rem 0;
    padding: 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none
}
.drawer-menu-item.black {
    color: #000
}
.drawer-menu-item:hover {
    color: #e79003;
    text-decoration: none;
    background-color: transparent
}
header+section {
    padding-top: 110px
}
.heading {
    height: 100vh;
    background-image: url('../images/top.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: #fff
}
.heading .container {
    height: 100%
}
.heading h2 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 3.8rem;
    line-height: 5rem;
    margin: 1rem 0
}
.heading p {
    font-size: 2rem;
    line-height: 3rem;
    margin: 1rem 0
}
.content {
    padding: 80px 0
}
.content h2 {
    margin: 80px 0;
    font-size: 1.5rem;
    font-weight: bold
}
.content h3 {
    margin: 40px 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center
}
.content h3 span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0.5em
}
.content h4 {
    margin: 40px 0;
    font-size: 1.5rem
}
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
    margin-top: 0
}
.row.margin-top {
    margin-top: 80px
}
.download-app {
    padding-bottom: 3rem
}
.download-app a {
    display: inline-block
}
.download-app a img {
    height: 50px
}
.download-app a:first-child {
    margin-right: 10px
}
footer {
    padding: 40px 0
}
.btn {
    font-weight: bold;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 2rem
}
.btn-light {
    color: #000
}
.btn-dark {
    color: #fff
}
.btn-line.btn-light {
    background-color: inherit;
    border: solid 1px #000
}
.btn-line.btn-light:hover {
    background-color: rgba(255, 255, 255, 0.5)
}
.clear-pc {
    display: none
}
.service-device {
    position: relative;
    z-index: 104;
    width: 100%;
    padding: 0;
    overflow: hidden
}
.service-device::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 205%
}
.service-device::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 105;
    width: 100%;
    height: 100%;
    background-image: url('../images/frame_phone.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}
.service-capture {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding-top: 25%;
    text-align: center
}
.service-capture img {
    width: 87%;
    margin-left: 6.5%
}
.service-title {
    display: block;
    margin-top: 20px
}
.service-title img {
    width: 68px
}
.service-title h4 {
    display: block;
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: bold
}
.member-name {
    display: flex
}
.member-name img {
    width: 68px;
    height: 64px;
    margin-right: 20px
}
.member-name h4 {
    font-size: 1.5rem;
    font-weight: bold
}
.member-name h4 span {
    display: block;
    font-size: 1rem;
    padding-top: 10px
}
.member-profile {
    margin-top: 20px
}
@media (max-width: 767px) {
    /* スマホ環境ではbackground-attachment: fixed;が使えないため、body::beforeで実装 */
   body::before {
      content:"";
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100vh;
      background:url('../images/top.jpg') center center;
      -webkit-background-size:cover;
    }
    /* backgroudをbody::beforeで実装するため、headingは削除 */
    .heading {
        background: none
    }
    .item:not(:first-child) {
        margin-top: 40px
    }
    .download-app {
        text-align: center;
        padding: 20px 0 30px
    }
    .download-app a img {
        height: 30px
    }
    .clear-pc {
        display: block
    }
    .heading h2 {
        font-size: 2.7rem;
        line-height: 3.8rem
    }
}
@media (min-width: 576px) {
    .company dt {
        float: left;
        clear: left;
        margin-right: 20px
    }
    .company dd {
        float: left
    }
}
@media (max-width: 991px) {
    .drawer-nav {
        position: fixed;
        z-index: 201;
        top: 0;
        overflow: hidden;
        width: 70%;
        height: 100%;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.8)
    }
    .drawer-menu {
        margin-top: 80px;
        padding-left: 30px
    }
    .drawer-menu-item {
        display: block;
        font-size: 1.25rem;
        line-height: 45px
    }
    .drawer-menu-item.black {
        color: #fff
    }
    .drawer-overlay {
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4)
    }
    .drawer-open .drawer-overlay {
        display: block
    }
    .drawer--right .drawer-nav {
        right: -80%;
        -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,
    .drawer--right.drawer-open .drawer-nav,
    .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
        right: 0;
        padding: 0 10px
    }
    .drawer--right.drawer-open .drawer-hamburger {
        float: right
    }
    .drawer-hamburger {
        position: relative;
        z-index: 202;
        float: right;
        display: block;
        box-sizing: border-box;
        height: 60px;
        padding: 0;
        -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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        border: 0;
        outline: 0;
        background-color: transparent
    }
    .drawer-hamburger:hover {
        cursor: pointer;
        background-color: transparent
    }
    .drawer-open .drawer-hamburger {
        float: right
    }
    .drawer-hamburger-icon {
        position: relative;
        display: block;
        height: 30px;
        line-height: 30px;
        margin-top: 0;
        font-size: 2rem;
        color: #fff
    }
    .drawer-hamburger-icon.gray {
        color: #5a5a5a
    }
    .drawer-hamburger-icon::after {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f0c9"
    }
    .drawer-open .drawer-hamburger-icon::after {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f00d"
    }
    .drawer-open .drawer-hamburger-icon.gray::after {
        color: #fff
    }
    .inverse .drawer-hamburger-icon {
        color: #fff
    }
}
@media (min-width: 992px) {
    .drawer-hamburger {
        display: none
    }
    .drawer-menu {
        text-align: right
    }
    .drawer-menu li {
        display: inline;
        line-height: 30px;
        margin-left: 40px
    }
}
.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
}
.member-name {
    display: flex;
    justify-content: left;
    align-items: center
}
.member-name h4 {
    margin-top: 10px;
    margin-bottom: 10px
}
.section-ttl {
    line-height: 1.5
}
.company-profile {
    display: table;
    width: 100%;
    margin-bottom: 0
}
.company-profile dd,
.company-profile dt {
    display: table-cell;
    vertical-align: top
}
.company-profile dt {
    width: 100px
}
.company-profile dd {
    width: calc(100% - 130px)
}
.company-profile dd a {
    margin-left: 10px;
    color: #fff
}
.recruit-btn a {
    color: #000
}
.recruit-table {
    border: 1px solid #000;
    background-color: #fff;
    margin-bottom: 2rem
}
.table-bordered td {
    border: 1px solid #000
}
.table-bordered td:first-child {
    width: 7em
}
#occupationsSelect {
    margin-bottom: 2em;
    font-weight: bold
}
.recruit-ttl {
    text-align: center
}
.form-receive {
    margin-top: 2em
}
.form-receive.active {
    display: block
}
label {
    display: block
}
label > span {
    color: #FF6478
}
input[type="file"] {
    font-size: 80%
}
.recruit-table-ttl {
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.2em
}
.recruit-table-ttl:first-child {
    margin-top: 0
}
.slick-next:before,
.slick-prev:before {
    color: black
}
.slick-dots li button:before {
    font-size: 6px
}
.btn-modal {
    color: #000
}
.btn-modal:hover {
    text-decoration: none;
    color: #000
}
.btn-modal:hover > * {
    opacity: .7
}
.recruit-link:hover {
    text-decoration: none
}
.btn-submit {
    align-items: center
}
.btn-submit:hover {
    opacity: .7
}
.radio-input input[type="radio"] {
    margin-right: 10px
}
@media (max-width: 767px) {
    .member-name {
        display: flex;
        justify-content: center;
        align-items: center
    }
}
dt {
    font-weight: normal
}
@media (min-width: 768px) {
    .form-table {
        display: table;
        width: 100%;
        max-width: 600px
    }
    .form-table dd,
    .form-table dt {
        display: table-cell;
        vertical-align: top
    }
    .form-table dt {
        width: 100px;
        font-weight: normal
    }
    .form-table dd {
        width: calc(100% - 130px)
    }
}

#message-warning, #message-success {
    display: none;
    background-color: rgba(240, 240, 240, 0.8);
  	padding: 18px 18px;
    margin-top: 36px;
  	margin-bottom: 36px;
    text-align: center;
}
#message-warning { color: #ED3E0E; }
#message-success { color: #306666; }

#image-loader {
   display: none;
   position: relative;
   left: 18px;
   top: 12px;
}
/*# sourceMappingURL=style.css.map */
