body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
table,
caption,
tr,
th,
td,
dl,
dt,
dd,
a,
img,
form,
input,
textarea,
button,
header,
nav,
article,
section,
footer,
aside {
  margin: 0;
  padding: 0;
}

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

p,
th,
td,
li {
  word-break: break-all;
}

legend {
  display: none;
}

li {
  list-style: none;
}

a,
img {
  outline: 0;
  border: 0;
  text-decoration: none;
}

br {
  line-height: inherit;
}

span,
strong,
em,
i,
address {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}

input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}

strong {
  font-weight: inherit;
}

i,
em,
address {
  font-style: normal;
}

.cf:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: .1em;
  line-height: 0;
  clear: both;
}

.cf {
  clear: both;
  min-height: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media all {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 2;
    background-color: #0A4053;
    color: #fff;
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  main {
    display: block;
  }
  ul {
    list-style-type: none;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

@media all {
  .ajaxing {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    text-align: center;
  }
  .ajaxing--loading {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .ajaxing__block {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ajaxing__box {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .ajaxing__box__body {
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 187.5%;
  }
  .ajaxing__box__body--loading {
    color: #999;
  }
  .ajaxing__box__icon {
    font-size: 500%;
  }
  .ajaxing__box__icon .fa {
    color: #fff;
  }
  .ajaxing__box__icon--loading .fa {
    color: #999;
  }
  .ajaxing__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
  }
  .ajaxing__upload-box {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  .ajaxing__upload-box__uploaded-data__filename {
    display: inline-block;
    margin: 5px;
    padding: 3px 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .ajaxing__upload-box__drag-area {
    line-height: 100px;
    border: 4px dashed #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .ajaxing__upload-box__fake-input {
    display: none !important;
  }
}

@media all {
  .btn-header {
    color: #fff;
  }
  .btn-header-orange {
    background-color: #F5AA00;
  }
  .btn-header-blue {
    background-color: #2E4481;
  }
  .btn-primary {
    font-size: 87.5%;
    display: inline-block;
    background-color: #0085CD;
    border: none;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 30px;
    transition: all 0.1s ease-in-out;
    text-align: center;
  }
  .btn-primary:hover {
    background-color: #F5AA00;
  }
  .btn-swing {
    display: block;
    width: 360px;
  }
  .btn-swing__child {
    width: 100%;
    padding: 0.6em 0.88em;
    background: linear-gradient(to right, #666 41%, #F5AA00 41%);
    background-size: 200% 100.5%;
    background-position: left bottom;
    color: #fff;
    font-size: 125%;
    transition: all .3s ease-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn-swing__child:hover {
    background-position: right bottom;
    color: white;
  }
  .btn-swing__child i {
    padding-right: 5px;
    font-size: 125%;
  }
  .btn-long {
    display: inline-block;
    width: 540px;
  }
  .btn-long.btn-swing .btn-swing__child {
    background: linear-gradient(to right, #666 44%, #F5AA00 44%);
    background-size: 200% 100.5%;
    background-position: left bottom;
  }
  .btn-long.btn-swing .btn-swing__child:hover {
    background-position: right bottom;
  }
}

@media (max-width: 480px) {
  .btn-primary {
    font-size: 75%;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 20px;
  }
  .btn-swing {
    width: 240px;
  }
  .btn-swing__child {
    font-size: 100%;
  }
  .btn-long {
    width: 90%;
    max-width: 360px;
  }
  .btn-long.btn-swing .btn-swing__child {
    background: linear-gradient(to right, #666 82%, #F5AA00 82%);
  }
}

.bulletReveal[data-reveal="RtoL"] {
  overflow: hidden;
}

@media all {
  .header__logo {
    position: fixed;
    z-index: 100;
    left: 40px;
    top: 20px;
  }
  .header__navicon {
    position: fixed;
    z-index: 100;
    right: 40px;
    top: 15px;
    color: #fff;
  }
  .header__navicon__icon {
    font-size: 32px;
  }
  .header__navicon__text {
    font-size: 33px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
}

@media (max-width: 480px) {
  .header__logo {
    max-width: 50%;
    left: 10px;
    top: 10px;
  }
  .header__navicon {
    right: 10px;
  }
  .header__navicon__icon {
    font-size: 21px;
  }
  .header__navicon__text {
    font-size: 22px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .header__logo {
    top: 10px;
    left: 20px;
  }
  .header__navicon {
    top: 10px;
    right: 20px;
  }
}

@media (min-width: 1025px) {
  .header__logo {
    left: 40px;
  }
  .header__navicon {
    right: 40px;
  }
}

@media all {
  .navi {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(10, 64, 83, 0.8);
    transition: all 0.3s ease-in-out;
  }
  .navi.open {
    right: 0;
  }
  .navi__block {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navi__list {
    text-align: center;
    margin-bottom: 40px;
  }
  .navi__list a {
    color: #fff;
    font-size: 225%;
  }
  .navi__list--icon {
    text-align: center;
    margin-bottom: 10px;
  }
  .navi__list--sm a {
    font-size: 125%;
  }
}

@media (max-width: 480px) {
  .navi__list {
    margin-bottom: 20px;
  }
  .navi__list a {
    font-size: 150%;
  }
  .navi__list--icon {
    margin-bottom: 10px;
  }
  .navi__list--sm a {
    font-size: 112.5%;
  }
}

@media all {
  .footer {
    background-color: #0A4053;
  }
  .footer__block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__to-top {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 30px;
  }
  .footer__logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer__copyright {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 87.5%;
  }
}

@media all {
  .section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .section-title-bar {
    text-align: center;
    margin-bottom: 15px;
  }
  .section-sub-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 175%;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
  }
  .section-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #fff;
    width: 90%;
    max-width: 400px;
    text-align: center;
    color: #fff;
    margin: 0 auto 20px;
    line-height: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0);
  }
  .section-link--top-service {
    margin-left: 0;
  }
  .section-link:after {
    position: absolute;
    content: "\f0da";
    top: 12px;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
  }
  .section-link:hover {
    background-color: white;
    color: #0A4053;
  }
  .section-name {
    margin-bottom: 50px;
  }
  .section-name__icon {
    margin-bottom: 25px;
    text-align: center;
  }
  .section-name__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 175%;
    color: #fff;
    text-align: center;
  }
  .section-name__title--bk {
    color: #333;
  }
}

@media all {
  .page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .page-header[data-page="service"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-service.jpg);
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2), all and (min-resolution: 2dppx) {
  .page-header[data-page="service"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-service@2x.jpg);
  }
}

@media all {
  .page-header[data-page="machines"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-machine.jpg);
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2), all and (min-resolution: 2dppx) {
  .page-header[data-page="machines"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-machine@2x.jpg);
  }
}

@media all {
  .page-header[data-page="company"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-company.jpg);
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2), all and (min-resolution: 2dppx) {
  .page-header[data-page="company"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-company@2x.jpg);
  }
}

@media all {
  .page-header[data-page="recruit"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-recruit.jpg);
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2), all and (min-resolution: 2dppx) {
  .page-header[data-page="recruit"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-recruit@2x.jpg);
  }
}

@media all {
  .page-header[data-page="contact"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-contact.jpg);
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2), all and (min-resolution: 2dppx) {
  .page-header[data-page="contact"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-contact@2x.jpg);
  }
}

@media all {
  .page-header[data-page="policy"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-policy.jpg);
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2), all and (min-resolution: 2dppx) {
  .page-header[data-page="policy"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-policy@2x.jpg);
  }
}

@media all {
  .page-header[data-page="error"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-error.jpg);
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2), all and (min-resolution: 2dppx) {
  .page-header[data-page="error"] {
    background-image: url(/shared/img/dest/common/page-title/bgimg_page-error@2x.jpg);
  }
}

@media all {
  .page-header__en {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 112.5%;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .page-header__jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 175%;
    color: #fff;
    text-align: center;
  }
  .page-header__icon {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .page-header {
    height: 240px;
  }
  .page-header__en {
    padding-top: 50px;
    margin-bottom: 10px;
  }
  .page-header__icon {
    margin-bottom: 0;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .page-header {
    height: 300px;
  }
  .page-header__en {
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .page-header__icon {
    margin-bottom: 5px;
  }
}

@media (min-width: 1025px) {
  .page-header {
    height: 400px;
  }
}

@media all {
  .sub-navi {
    position: relative;
  }
}

@media all and (max-width: 480px) {
  .sub-navi__block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 481px) {
  .sub-navi__block {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 481px) and (max-width: 1199px) {
  .sub-navi__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all {
  .sub-navi__block {
    position: absolute;
  }
  .sub-navi__lists {
    display: flex;
  }
  .sub-navi__list__body {
    background-color: #fff;
    display: block;
    color: #0A4053;
    transition: all 0.3s ease-in-out;
  }
  .sub-navi__list__body:hover {
    background-color: #0A4053;
    color: #fff;
  }
  .sub-navi__list[data-current="1"] .sub-navi__list__body {
    background-color: #0A4053;
    color: #fff;
  }
}

@media (max-width: 480px) {
  .sub-navi__block {
    top: -40px;
    left: 0;
  }
  .sub-navi__lists {
    flex-direction: column;
    border-bottom: 1px solid #fff;
  }
  .sub-navi__list__body {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-top: 1px solid #0A4053;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .sub-navi__block {
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sub-navi__list__body {
    height: 50px;
    line-height: 50px;
    padding: 0 36px;
    border-left: 1px solid #0A4053;
  }
}

@media (min-width: 1025px) {
  .sub-navi__block {
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sub-navi__list__body {
    height: 50px;
    line-height: 50px;
    padding: 0 36px;
    border-left: 1px solid #0A4053;
  }
}

@media all {
  .recruit {
    background-color: #277F8D;
  }
  .recruit__block {
    padding-top: 70px;
    padding-bottom: 120px;
  }
  .recruit__boxes {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  }
  .recruit__box-wrap {
    width: 50%;
  }
  .recruit__box {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 98.3%;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .recruit__box--message {
    background-image: url(/shared/img/dest/content/top/bgimg_top-message.jpg);
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2), all and (min-resolution: 2dppx) {
  .recruit__box--message {
    background-image: url(/shared/img/dest/content/top/bgimg_top-message@2x.jpg);
  }
}

@media all {
  .recruit__box--voice {
    background-image: url(/shared/img/dest/content/top/bgimg_top-voice.jpg);
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2), all and (min-resolution: 2dppx) {
  .recruit__box--voice {
    background-image: url(/shared/img/dest/content/top/bgimg_top-voice@2x.jpg);
  }
}

@media all {
  .recruit__box__text {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    font-size: 150%;
    color: #fff;
  }
  .recruit__recruitment {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #9FA619;
    padding: 40px 0 20px;
  }
  .recruit__recruitment a:hover {
    color: #9FA619;
  }
}

@media all {
  .recruit {
    background-color: #0A4053;
  }
  .recruit__block {
    padding-top: 150px;
  }
}

@media (max-width: 480px) {
  .recruit {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .recruit {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 480px) {
  .greeting__block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 481px) {
  .greeting__block {
    width: 1030px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 481px) and (max-width: 1029px) {
  .greeting__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all {
  .greeting__block {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .greeting__body {
    line-height: 1.7;
  }
  .greeting__sign {
    text-align: right;
    padding-top: 50px;
    line-height: 1;
  }
  .greeting__sign__company {
    display: inline-block;
    font-size: 100%;
    margin-bottom: 12px;
  }
  .greeting__sign__role {
    font-size: 87.5%;
    padding-right: 10px;
  }
  .greeting__sign__name {
    font-size: 125%;
  }
  .greeting__sign__en {
    display: inline-block;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 75%;
    color: #9FA619;
  }
}

@media (max-width: 480px) {
  .greeting {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .greeting {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 480px) {
  .voice__block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 481px) {
  .voice__block {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 481px) and (max-width: 1199px) {
  .voice__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all {
  .voice__block {
    padding-top: 90px;
  }
  .voice__box {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .voice__box__sign {
    padding-top: 15px;
  }
  .voice__img {
    margin-bottom: 0;
  }
  .voice__title {
    padding-top: 30px;
    font-size: 162.5%;
  }
  .voice__body {
    line-height: 1.6;
    font-size: 112.5%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .voice__buttons {
    margin-bottom: 20px;
  }
  .voice__button {
    background-color: #9FA619;
  }
  .voice__button:hover {
    color: #9FA619;
  }
}

@media all and (max-width: 480px) {
  .overview__block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 481px) {
  .overview__block {
    width: 1030px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 481px) and (max-width: 1029px) {
  .overview__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all {
  .overview__block {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .overview__block--history {
    padding-bottom: 120px;
  }
  .overview__table {
    border-top: 10px solid #277F8D;
    width: 100%;
  }
  .overview__table tr th, .overview__table tr td {
    color: #333;
    background-color: #eee;
    padding: 25px 0;
  }
  .overview__table tr th {
    border-right: 5px solid #0A4053;
    text-align: center;
    width: 15%;
  }
  .overview__table tr td {
    text-align: left;
    padding-left: 7%;
    width: 85%;
  }
  .overview__table tr:nth-child(2n) th, .overview__table tr:nth-child(2n) td {
    background-color: #dcdcdc;
  }
}

@media (max-width: 480px) {
  .overview {
    padding-left: 10px;
    padding-right: 10px;
  }
  .overview__table tr th {
    width: 30%;
  }
  .overview__table tr td {
    width: 70%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .overview {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all {
  .recruitment__box {
    margin-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .only-pc,
  .only-tab,
  .not-sp {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .only-pc,
  .only-sp,
  .not-tab {
    display: none;
  }
}

@media (min-width: 1025px) {
  .only-sp,
  .only-tab,
  .not-pc {
    display: none;
  }
}
