@charset "UTF-8";
/*
Theme Name: 久保田工業所
Theme URI: https://www.kubotakogyo.jp/
Author: 久保田工業所 Web team
Author URI: https://www.kubotakogyo.jp/
Description: 久保田工業所 WEBサイト専用のテーマです
Version: 1.0
License URI: https://www.kubotakogyo.jp/
*/
html {
  font-size: 100%; /* ここをjQueryで書き換えます。 */
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #0E1621;
  font-size: 1rem; /* remで指定（1rem = 16px） */
  line-height: 1;
}

.animation, .page-privacy main a.btn.btn_home, .page-privacy main a.btn.btn_next, .page-privacy main a.btn.btn_prev, .single-404 main a.btn.btn_home, .single-404 main a.btn.btn_next, .single-404 main a.btn.btn_prev, .single-news main a.btn.btn_home, .single-news main a.btn.btn_next, .single-news main a.btn.btn_prev, .page-contact .separate .form input[type=submit], main a, header nav.pc ul.contact li.btn_phone, header nav.pc ul.contact li.btn_contact, header nav.pc ul.globalnav li a::after, header nav.pc ul.globalnav li a::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.displaynone {
  display: none !important;
}

body.nonscroll {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

img.pc {
  display: block !important;
}
@media screen and (max-width: 480px) {
  img.pc {
    display: none !important;
  }
}

img.sp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  img.sp {
    display: block !important;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  br.sp {
    display: block;
  }
}

.text-center {
  text-align: center !important;
  width: 100%;
}

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

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

.f_order1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.f_order2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.f_order3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.f_order4 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.mg_regular {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .mg_regular {
    margin-bottom: 5vw;
  }
}

.mg_20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mg_20 {
    margin-bottom: 1vw;
  }
}

.separate {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.separate .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .separate .right {
    margin-bottom: 5vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.separate .left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .separate .left {
    margin-bottom: 5vw;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.separate.reverse .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .separate.reverse .right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.separate.reverse .left {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media screen and (max-width: 768px) {
  .separate.reverse .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

.fadein {
  opacity: 0;
  transition: 1s;
  transition-timing-function: ease-out;
}

.fadein.lazyloaded {
  opacity: 1;
}

.fadein-up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.fadein-up.lazyloaded {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-split {
  display: inline-flex;
  overflow: hidden;
}
.fadein-split span {
  display: block;
  transform: translate(0, 100%);
  transition-timing-function: ease-out;
  transition: transform 1s;
}

.fadein-split.lazyloaded span {
  opacity: 1;
  transform: translate(0, 0);
}

.btnWrapper {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}

.btn {
  width: 140px;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1em;
  box-sizing: border-box;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.btn.btnYellow {
  background-color: #F2BC57;
  color: #000;
  border: 1px solid #F2BC57;
  background-image: url(../images/btn_icon_blue.svg);
  background-size: 40px 80px;
  background-position: right top;
  background-repeat: no-repeat;
}
.btn.btnBlue {
  background-color: #1A2A40;
  color: #fff;
  border: 1px solid #1A2A40;
  background-image: url(../images/btn_icon_white.svg);
  background-size: 40px 80px;
  background-position: right top;
  background-repeat: no-repeat;
}

.introContents .btnWrapper .btn {
  margin: 0 5px;
}

.pageTitle {
  font-weight: normal;
  font-size: 18px;
  color: #1A2A40;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .pageTitle {
    font-size: 18px;
    font-size: 4.2056074766vw;
    margin-bottom: 30px;
  }
}
.pageTitle::before {
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #1a2a40;
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pageTitle::before {
    font-size: 40px;
    font-size: 9.3457943925vw;
  }
}
.pageTitle.news::before {
  content: "NEWS INFORMATION";
}

.linerTitle {
  font-size: 20px;
  color: #1A2A40;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 28px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .linerTitle {
    font-size: 20px;
    font-size: 4.6728971963vw;
  }
}
.linerTitle::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 28px;
  height: 3px;
  background-color: #1A2A40;
  z-index: 1;
}
.linerTitle::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #F2BC57;
  z-index: 0;
}
.linerTitle span::before {
  display: inline-block;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.1em;
  color: #1a2a40;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .linerTitle span::before {
    font-size: 35px;
    font-size: 8.1775700935vw;
  }
}

table.table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  table.table {
    font-size: 16px;
    font-size: 3.738317757vw;
    border: 1px solid #F2BC57;
  }
}
table.table th, table.table td {
  padding: 0.8em 1em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  table.table th, table.table td {
    display: block;
    padding: 0.6em 0.5em;
  }
}
table.table th:last-of-type, table.table td:last-of-type {
  border-right: none;
}
table.table tr:last-of-type {
  border-bottom: none;
}
table.table th {
  background-color: #F2BC57;
  width: 10em;
  text-align: left;
}
@media screen and (max-width: 480px) {
  table.table th {
    width: 100%;
  }
}
table.table td {
  background: #EFEFEF;
}
@media screen and (max-width: 480px) {
  table.table td {
    background-color: #FCFCFC;
  }
}
table.table tr:nth-child(even) td {
  background-color: #FCFCFC;
}
@media screen and (max-width: 480px) {
  table.table tr:nth-child(even) td {
    background-color: #FCFCFC;
  }
}

dl.table {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  dl.table {
    border: 1px solid #F2BC57;
  }
}
dl.table dt, dl.table dd {
  padding: 0.8em 1em;
  border-bottom: 1px solid #fff;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  dl.table dt, dl.table dd {
    display: block;
    padding: 0.6em 0.5em;
  }
}
dl.table dt {
  background-color: #F2BC57;
  width: 10em;
  text-align: left;
}
@media screen and (max-width: 480px) {
  dl.table dt {
    width: 100%;
  }
}
dl.table dd {
  background: #EFEFEF;
  width: calc(100% - 10em);
}
@media screen and (max-width: 480px) {
  dl.table dd {
    background-color: #FCFCFC;
    width: 100%;
  }
}
dl.table dd:nth-of-type(even) {
  background-color: #FCFCFC;
}
@media screen and (max-width: 480px) {
  dl.table dd:nth-of-type(even) {
    background-color: #FCFCFC;
  }
}

@media screen and (max-width: 480px) {
  .table.certification th, .table.certification td {
    display: table-cell;
    border-bottom: 1px solid #F2BC57;
  }
}
.table.certification th {
  width: auto;
  background-color: #FCFCFC;
}
@media screen and (max-width: 480px) {
  .table.certification th {
    background-color: #FCFCFC;
    border-right: 1px solid #F2BC57;
    font-weight: normal;
  }
}
.table.certification tr:nth-child(odd) th {
  background: #EFEFEF;
}
@media screen and (max-width: 480px) {
  .table.certification tr:nth-child(odd) th {
    background-color: #FCFCFC;
  }
}
.table.certification tr:last-of-type th, .table.certification tr:last-of-type td {
  border-bottom: none;
}
.table.certification td {
  width: 4em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .table.certification td {
    width: 3em;
  }
}
.table.certification tr:nth-child(odd) td {
  background: #EFEFEF;
}
@media screen and (max-width: 480px) {
  .table.certification tr:nth-child(odd) td {
    background: #EFEFEF;
  }
}
.table.certification tr:nth-child(even) td {
  background-color: #FCFCFC;
}
@media screen and (max-width: 480px) {
  .table.certification tr:nth-child(even) td {
    background: #EFEFEF;
  }
}

.headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .headline {
    margin-bottom: 10vw;
  }
}
.headline h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .headline h2 {
    font-size: 26px;
    font-size: 6.0747663551vw;
    margin-bottom: 2.5vw;
  }
}
.headline p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .headline p {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}

.flex {
  display: -webkit-flex;
  display: flex;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  font-style: normal;
}

body {
  position: relative;
  background-image: url(../images/bg_left.png), url(../images/bg_right.png);
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
}
@media screen and (max-width: 480px) {
  body {
    background-image: none;
  }
}

p {
  line-height: 1.6em;
}

.outer {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.readRange {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .readRange {
    width: 90%;
  }
}

.innerblock {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .innerblock {
    width: 92%;
    margin-bottom: 10vw;
  }
}

header {
  padding: 18px 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
@media screen and (max-width: 480px) {
  header {
    padding: 0vw 0;
    box-shadow: 0px 0px 15px -6px #c6c6c6;
  }
}
header .inner {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 480px) {
  header .inner {
    height: 60px;
    width: 100%;
    justify-content: space-between;
  }
}
header h1 {
  width: 160px;
  margin-right: 40px;
}
@media screen and (max-width: 480px) {
  header h1 {
    width: 45%;
    margin: 0 0vw 0 2.5%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header h1 img {
  width: 100%;
  height: auto;
}
header nav.pc {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 480px) {
  header nav.pc {
    display: none;
  }
}
header nav.pc ul.globalnav {
  display: -webkit-flex;
  display: flex;
  font-weight: 400;
  font-size: 16px;
}
header nav.pc ul.globalnav li {
  margin-right: 40px;
}
header nav.pc ul.globalnav li a {
  color: #1A2A40;
}
header nav.pc ul.globalnav li a::before {
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 2px;
}
header nav.pc ul.globalnav li a::after {
  content: "";
  display: block;
  background-color: #1A2A40;
  height: 1px;
  width: 0%;
  margin-top: 2px;
}
header nav.pc ul.globalnav li a:hover::before {
  color: #F2BC57;
}
header nav.pc ul.globalnav li a:hover::after {
  width: 100%;
}
header nav.pc ul.globalnav li.about a::before {
  content: "about us";
}
header nav.pc ul.globalnav li.business a::before {
  content: "business";
}
header nav.pc ul.globalnav li.equipment a::before {
  content: "equipment";
}
header nav.pc ul.globalnav li.products a::before {
  content: "products";
}
header nav.pc ul.globalnav li.access a::before {
  content: "access map";
}
header nav.pc ul.globalnav li.recruit a::before {
  content: "recruit";
}
header nav.pc ul.contact {
  display: -webkit-flex;
  display: flex;
}
header nav.pc ul.contact li {
  width: 135px;
  height: 36px;
  border: 1px solid #1A2A40;
  margin-left: 5px;
  background-position: top left;
  background-size: 36px 72px;
  background-repeat: no-repeat;
}
header nav.pc ul.contact li a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 36px;
  font-size: 14px;
  box-sizing: border-box;
}
header nav.pc ul.contact li.btn_contact {
  background-image: url(../images/header_icon_mail.svg);
  background-color: #1A2A40;
}
header nav.pc ul.contact li.btn_contact:hover {
  background-color: #fff;
  background-position: bottom left;
}
header nav.pc ul.contact li.btn_contact:hover a {
  color: #1A2A40;
}
header nav.pc ul.contact li.btn_contact a {
  color: #fff;
}
header nav.pc ul.contact li.btn_phone {
  background-image: url(../images/header_icon_phone.svg);
  background-color: #fff;
}
header nav.pc ul.contact li.btn_phone:hover {
  background-color: #1A2A40;
  background-position: bottom left;
}
header nav.pc ul.contact li.btn_phone:hover a {
  color: #fff;
}
header nav.pc ul.contact li.btn_phone a {
  color: #1A2A40;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
header nav.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  header nav.sp {
    display: -webkit-flex;
    display: flex;
  }
}
header nav.sp ul {
  display: -webkit-flex;
  display: flex;
}
header nav.sp li {
  height: 60px;
  width: auto;
  aspect-ratio: 1/1;
}
header nav.sp li a, header nav.sp li span {
  display: -webkit-flex;
  display: flex;
  aspect-ratio: 1/1;
  padding: 0.8vw;
  cursor: pointer;
  border-left: 1px solid #CCCCCC;
}
header nav.sp li a img, header nav.sp li span img {
  width: 100%;
  height: auto;
}
.spmenuWrap {
  opacity: 0;
  display: none;
}
@media screen and (max-width: 480px) {
  .spmenuWrap {
    opacity: 0;
    display: none;
  }
}
.spmenuWrap.active {
  opacity: 1;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  height: 100%;
}
.spmenuWrap .inner {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .spmenuWrap .inner {
    box-shadow: 0px 0px 15px -6px #c6c6c6;
  }
}
@media screen and (max-width: 480px) {
  .spmenuWrap .inner {
    height: 60px;
    width: 100%;
    justify-content: space-between;
  }
}
.spmenuWrap .inner h1 {
  width: 160px;
  margin-right: 40px;
}
@media screen and (max-width: 480px) {
  .spmenuWrap .inner h1 {
    width: 45%;
    margin: 0 0vw 0 2.5%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.spmenuWrap .inner h1 img {
  width: 100%;
  height: auto;
}
.spmenuWrap .inner nav.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .spmenuWrap .inner nav.sp {
    display: -webkit-flex;
    display: flex;
  }
}
.spmenuWrap .inner nav.sp ul {
  display: -webkit-flex;
  display: flex;
}
.spmenuWrap .inner nav.sp li {
  height: 60px;
  width: auto;
  aspect-ratio: 1/1;
}
.spmenuWrap .inner nav.sp li a, .spmenuWrap .inner nav.sp li span {
  display: -webkit-flex;
  display: flex;
  aspect-ratio: 1/1;
  padding: 0.8vw;
  cursor: pointer;
  border-left: 1px solid #CCCCCC;
}
.spmenuWrap .inner nav.sp li a img, .spmenuWrap .inner nav.sp li span img {
  width: 100%;
  height: auto;
}
.spmenuWrap > nav {
  padding: 10%;
}
.spmenuWrap > nav ul {
  padding: 0;
  margin: 0;
}
.spmenuWrap > nav ul li {
  display: block;
  border-bottom: 1px solid #D6D6D6;
}
.spmenuWrap > nav ul li a {
  padding: 20px 5px;
  display: block;
  color: #0E1621;
  text-align: center;
}
.homeSlideWrap {
  position: relative;
}
.homeSlideWrap h4 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 280px;
  height: 210px;
  aspect-ratio: 28/21;
  z-index: 10;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .homeSlideWrap h4 {
    width: 50%;
    height: auto;
    top: 10vw;
  }
}
.homeSlideWrap h4 img {
  width: 100%;
  height: auto;
}
.homeSlideWrap .homeSlide {
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .homeSlideWrap .homeSlide {
    max-height: initial;
    height: 50dvh;
  }
}
.homeSlideWrap .homeSlide .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .homeSlideWrap .homeSlide .item {
    height: 50dvh;
  }
}
.homeSlideWrap .homeSlide .item.item01 {
  background-image: url(../../images/homeslide_01.jpg);
}
@media screen and (max-width: 768px) {
  .homeSlideWrap .homeSlide .item.item01 {
    background-image: url(../../images/homeslide_sp_01.jpg);
  }
}
.homeSlideWrap .homeSlide .item.item02 {
  background-image: url(../../images/homeslide_02.jpg);
}
@media screen and (max-width: 768px) {
  .homeSlideWrap .homeSlide .item.item02 {
    background-image: url(../../images/homeslide_sp_02.jpg);
  }
}
.homeSlideWrap .homeSlide .item.item03 {
  background-image: url(../../images/homeslide_03.jpg);
}
@media screen and (max-width: 768px) {
  .homeSlideWrap .homeSlide .item.item03 {
    background-image: url(../../images/homeslide_sp_03.jpg);
  }
}
.homeSlideWrap .homeSlide .item.item04 {
  background-image: url(../../images/homeslide_04.jpg);
}
@media screen and (max-width: 768px) {
  .homeSlideWrap .homeSlide .item.item04 {
    background-image: url(../../images/homeslide_sp_04.jpg);
  }
}
.homeSlideWrap .homeSlide .item.item05 {
  background-image: url(../../images/homeslide_05.jpg);
}
@media screen and (max-width: 768px) {
  .homeSlideWrap .homeSlide .item.item05 {
    background-image: url(../../images/homeslide_sp_05.jpg);
  }
}
.homeSlideWrap .homeSlide .item.item06 {
  background-image: url(../../images/homeslide_06.jpg);
}
@media screen and (max-width: 768px) {
  .homeSlideWrap .homeSlide .item.item06 {
    background-image: url(../../images/homeslide_sp_06.jpg);
  }
}

.intro {
  height: auto;
  padding: 60px 0 120px 0;
  background-color: #ddd;
  position: relative;
}
@media screen and (max-width: 480px) {
  .intro {
    padding: 30px 0 60px 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .intro {
    height: 50dvh;
  }
}
.intro .introContents {
  z-index: 1;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.intro .introContents h2 {
  width: 100%;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .intro .introContents h2 {
    font-size: 40px;
    font-size: 9.3457943925vw;
  }
}
.intro .introContents h3 {
  width: 100%;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .intro .introContents h3 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
.intro .introContents p {
  width: 100%;
  line-height: 1.6em;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .intro .introContents p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}

#particles-js {
  position: absolute; /*描画固定*/
  z-index: 0; /*描画を一番下に*/
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #03060A; /*背景色*/
}

.concept .conceptWrap {
  color: #1a2a40;
}
.concept .conceptWrap .conceptInner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  height: 500px;
}
@media screen and (max-width: 480px) {
  .concept .conceptWrap .conceptInner {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
  }
}
.concept .conceptWrap .conceptInner .image {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .concept .conceptWrap .conceptInner .image {
    width: 100%;
  }
}
.concept .conceptWrap .conceptInner .image img {
  width: 100%;
  height: auto;
  margin-top: -60px;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .concept .conceptWrap .conceptInner .image img {
    position: relative;
    margin-top: 0;
  }
}
.concept .conceptWrap .conceptInner .sentence {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  .concept .conceptWrap .conceptInner .sentence {
    width: 100%;
    padding: 8vw 8vw 8vw 8vw;
    position: relative;
  }
}
.concept .conceptWrap .conceptInner .sentence h3 {
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .concept .conceptWrap .conceptInner .sentence h3 {
    margin-bottom: 0.5vw;
    font-size: 50px;
    font-size: 11.6822429907vw;
  }
}
.concept .conceptWrap .conceptInner .sentence h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .concept .conceptWrap .conceptInner .sentence h4 {
    margin-bottom: 2.5vw;
    font-size: 20px;
    font-size: 4.6728971963vw;
  }
}
.concept .conceptWrap .conceptInner .sentence p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .concept .conceptWrap .conceptInner .sentence p {
    margin-bottom: 2.5vw;
    line-height: 1.6em;
    font-size: 16px;
    font-size: 3.738317757vw;
  }
  .concept .conceptWrap .conceptInner .sentence p br {
    display: none;
  }
}
.concept .conceptWrap .conceptInner.reverse {
  flex-direction: row-reverse;
}
.concept .bg_yellow {
  background-color: #F2BC57;
}
@media screen and (max-width: 480px) {
  .concept .bg_white {
    background-color: #fff;
  }
}
.concept .bg_blue {
  background-color: #1A2A40;
  color: #fff;
}
.concept .bg_blue .conceptInner .sentence h3 {
  color: #F2BC57;
}

footer section {
  background-color: #F2BC57;
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  footer section {
    padding: 5vw;
  }
}
footer section article {
  width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 480px) {
  footer section article {
    width: 100%;
    flex-wrap: wrap;
  }
}
footer section article .left, footer section article .right {
  width: 50%;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 480px) {
  footer section article .left, footer section article .right {
    width: 100%;
    flex-wrap: wrap;
  }
}
footer section article .left h4 {
  margin-right: 30px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  footer section article .left h4 {
    margin: 0 auto 0 0;
    margin-bottom: 2.5vw;
  }
}
footer section article .left nav {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 480px) {
  footer section article .left nav {
    margin: 0 auto 0 0;
    margin-bottom: 3vw;
  }
}
footer section article .left nav a.footerMenu {
  color: #1A2A40;
  padding-left: 50px;
  margin-right: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 480px) {
  footer section article .left nav a.footerMenu {
    padding-left: 40px;
  }
}
footer section article .left nav a.footerMenu.phone {
  background-image: url(../images/footer_icon_phone.svg);
}
footer section article .left nav a.footerMenu.mail {
  background-image: url(../images/footer_icon_mail.svg);
}
footer section article .left nav a.footerMenu h5 {
  font-family: Abolition;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 29px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  footer section article .left nav a.footerMenu h5 {
    font-size: 26px;
    font-size: 6.0747663551vw;
  }
}
footer section article .left nav a.footerMenu h6 {
  font-size: 12px;
}
footer section article .right {
  font-size: 13px;
  align-items: center;
  justify-content: flex-start;
}
footer section article .right li {
  list-style: none;
  margin-right: 20px;
}
footer section article .right li a {
  color: #1A2A40;
  display: block;
}
@media screen and (max-width: 480px) {
  footer section article .right li a {
    margin-bottom: 0.5em;
  }
}
footer > h6 {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #1A2A40;
}

section.news {
  margin: auto;
  padding: 60px 0;
  background-color: #F8F8F8; /*背景色*/
}
@media screen and (max-width: 480px) {
  section.news {
    padding: 30px 0;
  }
}
section.news .newsWrap {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  section.news .newsWrap {
    width: 90%;
  }
}
section.news .newsWrap .newsList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  section.news .newsWrap .newsList {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
section.news .newsWrap .newsList dt, section.news .newsWrap .newsList dd {
  padding: 0px 15px 20px 0px;
  border-bottom: 1px dashed #B5B5B5;
  margin-bottom: 20px;
}
section.news .newsWrap .newsList dt:last-of-type, section.news .newsWrap .newsList dd:last-of-type {
  margin-bottom: 0;
}
section.news .newsWrap .newsList dt {
  width: 190px;
}
@media screen and (max-width: 480px) {
  section.news .newsWrap .newsList dt {
    width: 100%;
    border-bottom: none;
    padding: 0px 0px 5px 0px;
    margin-bottom: 5px;
  }
}
section.news .newsWrap .newsList dd {
  width: calc(100% - 190px);
}
@media screen and (max-width: 480px) {
  section.news .newsWrap .newsList dd {
    width: 100%;
  }
}
section.news .newsWrap .newsList dd a, section.news .newsWrap .newsList dd span {
  color: #000;
}

main {
  width: 100%;
}
main a {
  color: #1A2A40;
  text-decoration: underline;
}
main a:hover {
  color: #F2BC57;
}

.pageHeader {
  background-color: #1a2a40;
  text-align: center;
  position: relative;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  height: 500px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .pageHeader {
    margin-bottom: 5vw;
    height: 24vh;
  }
}
.pageHeader::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: inherit;
  filter: blur(10px) brightness(85%);
  content: "";
  z-index: -1;
}
.pageHeader img {
  max-width: 1440px;
}
@media screen and (max-width: 480px) {
  .pageHeader img {
    max-width: inherit;
    height: 100%;
  }
}
.pageHeader.about {
  background-image: url(../../images/about/headimg.jpg);
  background-size: cover;
  background-position: center;
}
.pageHeader.business {
  background-image: url(../../images/business/headimg.jpg);
  background-size: cover;
  background-position: center;
}
.pageHeader.equipment {
  background-image: url(../../images/equipment/headimg.jpg);
  background-size: cover;
  background-position: center;
}
.pageHeader.access {
  background-image: url(../../images/access/headimg.jpg);
  background-size: cover;
  background-position: center;
}
.pageHeader.recruit {
  background-image: url(../../images/recruit/headimg.jpg);
  background-size: cover;
  background-position: center;
}
.pageHeader.contact {
  background-image: url(../../images/contact/headimg.jpg);
  background-size: cover;
  background-position: center;
}
.pageHeader.products {
  background-image: url(../../images/products/headimg.jpg);
  background-size: cover;
  background-position: center;
}

body.page .pageTitle {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  body.page .pageTitle {
    font-size: 20px;
    font-size: 4.6728971963vw;
  }
}
body.page .pageTitle::before {
  font-family: Abolition;
  font-size: 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  body.page .pageTitle::before {
    font-size: 40px;
    font-size: 9.3457943925vw;
  }
}
@media screen and (max-width: 480px) {
  body.page > section {
    width: 90%;
  }
}

.page-about h1.pageTitle::before {
  content: "about us";
}
.page-about .rinen {
  display: -webkit-flex;
  display: flex;
  width: 1000px;
  justify-content: space-between;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 480px) {
  .page-about .rinen {
    margin-bottom: 5vw;
    width: 90%;
    flex-wrap: wrap;
  }
}
.page-about .rinen figure {
  width: 316px;
}
@media screen and (max-width: 480px) {
  .page-about .rinen figure {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.page-about .rinen figure img {
  width: 100%;
  height: auto;
}
.page-about .rinen .right {
  width: 644px;
}
.page-about .rinen .right h3 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.3em;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-about .rinen .right h3 {
    font-size: 24px;
    font-size: 5.6074766355vw;
    margin-bottom: 5vw;
  }
}
.page-about .rinen .right p {
  font-weight: normal;
  font-size: 19px;
  line-height: 1.8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .page-about .rinen .right p {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
.page-about .rinen .right p strong {
  color: #FF3B00;
  font-weight: normal;
}
.page-about .linerTitle.overview span::before {
  content: "overview";
}
.page-about .linerTitle.history span::before {
  content: "history";
}
.page-about .linerTitle.certification span::before {
  content: "certification";
}

.page-business h1.pageTitle::before {
  content: "business";
}
.page-business .linerTitle.productpr span::before {
  content: "Product PR";
}
.page-business .concept .sentence {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-business .concept .sentence {
    margin-bottom: 10vw;
  }
}
.page-business .concept .sentence figure {
  display: block;
}
@media screen and (max-width: 480px) {
  .page-business .concept .sentence figure {
    width: 100%;
  }
}
.page-business .concept .sentence figure img {
  display: block;
  height: auto;
}
@media screen and (max-width: 480px) {
  .page-business .concept .sentence figure img {
    width: 100%;
  }
}
.page-business .concept .sentence .text {
  width: 480px;
  height: auto;
  padding: 24px;
  box-sizing: border-box;
  background-color: #F0F0F0;
  position: absolute;
  right: 20px;
  top: 60px;
}
@media screen and (max-width: 480px) {
  .page-business .concept .sentence .text {
    position: relative;
    padding: 24px;
    width: 90%;
    margin: -15% auto auto auto;
    top: 0;
    right: 0;
    left: 0;
  }
}
.page-business .concept .sentence .text h4 {
  font-size: 32px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-business .concept .sentence .text h4 {
    font-size: 20px;
    font-size: 4.6728971963vw;
  }
}
.page-business .concept .sentence .text h4 span {
  color: #F2BC57;
}
.page-business .concept .sentence .text p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 0;
  text-align: left;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .page-business .concept .sentence .text p {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.page-business .concept .sentence.reverse {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .page-business .concept .sentence.reverse {
    display: block;
  }
}
.page-business .concept .sentence.reverse .text {
  right: inherit;
  left: 20px;
}
@media screen and (max-width: 480px) {
  .page-business .concept .sentence.reverse .text {
    position: relative;
    padding: 24px;
    width: 90%;
    margin: -15% auto auto auto;
    top: 0;
    right: 0;
    left: 0;
  }
}

.page-equipment h1.pageTitle::before {
  content: "equipment";
}
.page-equipment .headline .frex {
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .page-equipment .headline .frex {
    display: block;
  }
}
.page-equipment .headline .frex img {
  max-width: 480px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .page-equipment .headline .frex img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
}
.page-equipment .linerTitle.equipment span::before {
  content: "equipment";
}
.page-equipment .tablecaption {
  background-color: #1A2A40;
  padding: 0.8em 1em;
  color: #fff;
  width: 30%;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .page-equipment .tablecaption {
    width: 100%;
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.page-equipment .equipmentlist {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .page-equipment .equipmentlist {
    border: 1px solid #F2BC57;
  }
}
.page-equipment .equipmentlist table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .page-equipment .equipmentlist table {
    font-size: 16px;
    font-size: 3.738317757vw;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
  }
}
.page-equipment .equipmentlist table th, .page-equipment .equipmentlist table td {
  padding: 0.8em 1em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .page-equipment .equipmentlist table th, .page-equipment .equipmentlist table td {
    padding: 0.6em 0.5em;
    white-space: nowrap;
  }
}
.page-equipment .equipmentlist table th:last-of-type, .page-equipment .equipmentlist table td:last-of-type {
  border-right: none;
}
.page-equipment .equipmentlist table th {
  background-color: #F2BC57;
  text-align: center;
}
.page-equipment .equipmentlist table th.maker {
  width: 30%;
}
.page-equipment .equipmentlist table th.productnumber {
  width: 55%;
}
.page-equipment .equipmentlist table th.num {
  width: 15%;
  text-align: center;
}
.page-equipment .equipmentlist table td {
  background-color: #FCFCFC;
}
@media screen and (max-width: 480px) {
  .page-equipment .equipmentlist table td {
    background-color: #FCFCFC;
  }
}
.page-equipment .equipmentlist table td.num {
  text-align: center;
}
.page-equipment .equipmentlist table tr:nth-child(odd) td {
  background: #EFEFEF;
}
@media screen and (max-width: 480px) {
  .page-equipment .equipmentlist table tr:nth-child(odd) td {
    background-color: #FCFCFC;
  }
}
.page-access h1.pageTitle::before {
  content: "access";
}
.page-access .accessinfo {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .page-access .accessinfo {
    margin-bottom: 2.5vw;
  }
}
.page-access .accessinfo .map {
  width: calc(50% - 10px);
}
@media screen and (max-width: 480px) {
  .page-access .accessinfo .map {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
.page-access .accessinfo .map iframe {
  width: 100%;
  height: 300px;
  width: 100%;
}
.page-access .accessinfo .address {
  width: calc(50% - 10px);
}
@media screen and (max-width: 480px) {
  .page-access .accessinfo .address {
    width: 100%;
  }
}
.page-access .accessinfo .address .table th {
  width: 6em;
}
@media screen and (max-width: 480px) {
  .page-access .accessinfo .address .table th {
    width: 100%;
  }
}

.page-recruit h1.pageTitle::before {
  content: "recruit";
}
.page-recruit .recruitLead {
  margin-bottom: 1.5em;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page-recruit .recruitLead {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.page-recruit .innerblock h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-recruit .innerblock h2 {
    margin-bottom: 5vw;
    font-size: 30px;
    font-size: 7.0093457944vw;
  }
}
.page-recruit .separate {
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .page-recruit .separate {
    margin-bottom: 5vw;
  }
}
.page-recruit .separate .left {
  width: 460px;
}
@media screen and (max-width: 480px) {
  .page-recruit .separate .left {
    width: 100%;
  }
}
.page-recruit .separate .left img {
  width: 100%;
  height: auto;
}
.page-recruit .separate .right {
  width: 460px;
}
@media screen and (max-width: 480px) {
  .page-recruit .separate .right {
    width: 100%;
  }
}
.page-recruit .linerTitle.jobinformation span::before {
  content: "job information";
}
.page-recruit .tablecaption {
  background-color: #1A2A40;
  padding: 0.8em 1em;
  color: #fff;
  width: 10em;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .page-recruit .tablecaption {
    width: 100%;
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}

.page-contact h1.pageTitle::before {
  content: "contact";
}
.page-contact .separate {
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .page-contact .separate {
    margin-bottom: 5vw;
  }
}
.page-contact .separate .info {
  width: 460px;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .info {
    width: 100%;
  }
}
.page-contact .separate .info img {
  width: 100%;
  height: auto;
}
.page-contact .separate .form {
  width: 460px;
  background: #fff;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.11);
  padding: 30px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .form {
    width: 100%;
    padding: 5vw;
  }
}
.page-contact .separate .form h4 {
  padding-left: 60px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  min-height: 50px;
  font-weight: normal;
  background-image: url(../../images/contact/icon_contact_mail.svg);
  background-repeat: no-repeat;
  text-align: left;
}
.page-contact .separate .form h4 span {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .form h4 span {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.page-contact .separate .form h4 span::before {
  content: "CONTACT FORM";
  display: block;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #1A2A40;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .form h4 span::before {
    font-size: 30px;
    font-size: 7.0093457944vw;
  }
}
.page-contact .separate .form .contactform {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .form .contactform {
    font-size: 14px;
    font-size: 3.2710280374vw;
    margin-bottom: 2.5vw;
  }
}
.page-contact .separate .form .contactform dt, .page-contact .separate .form .contactform dd {
  margin-bottom: 10px;
}
.page-contact .separate .form .contactform dt {
  width: 120px;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .form .contactform dt {
    width: 100%;
    margin-bottom: 0;
  }
}
.page-contact .separate .form .contactform dt p {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .form .contactform dt p {
    height: auto;
    padding: 0.5em 0em;
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.page-contact .separate .form .contactform dt span {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .form .contactform dt span {
    height: auto;
    padding: 0.5em 0em;
  }
}
.page-contact .separate .form .contactform dd {
  width: calc(100% - 120px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .form .contactform dd {
    width: 100%;
  }
}
.page-contact .separate .form .contactform dd input[type=text],
.page-contact .separate .form .contactform dd input[type=email],
.page-contact .separate .form .contactform dd input[type=tel] {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 2px solid #1a2a40;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
}
.page-contact .separate .form .contactform dd textarea {
  width: 100%;
  min-height: 40px;
  background: #fff;
  border: 2px solid #1a2a40;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
}
.page-contact .separate .form .contactform dd p {
  margin-bottom: 0;
}
.page-contact .separate .form .contactform .wpcf7-not-valid-tip {
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .form .contactform .wpcf7-not-valid-tip {
    font-size: 10px;
    font-size: 2.3364485981vw;
  }
}
.page-contact .separate .form .wpcf7-response-output {
  font-size: 12px;
  padding: 1em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page-contact .separate .form .wpcf7-response-output {
    font-size: 12px;
    font-size: 2.8037383178vw;
    text-align: left;
  }
}
.page-contact .separate .form input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  width: 140px;
  height: 40px;
  background: #F2BC57;
  color: #1A2A40;
  cursor: pointer;
  background-image: url(../../images/contact/icon_send.svg);
  background-repeat: no-repeat;
  background-position: right top;
  text-align: left;
  padding: 0 1em;
  cursor: pointer;
}
.page-contact .separate .form input[type=submit]:hover {
  background-color: #1A2A40;
  color: #fff;
  background-position: right bottom;
}
.page-contact .separate .form span.wpcf7-spinner {
  display: none;
}
.page-contact .linerTitle.contactinfo span::before {
  content: "contact info";
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .page-contact .linerTitle.contactinfo span::before {
    font-size: 35px;
    font-size: 8.1775700935vw;
  }
}
.page-contact .iconset {
  padding-left: 60px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  min-height: 60px;
}
.page-contact .iconset h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page-contact .iconset h4 {
    font-size: 15px;
    font-size: 3.5046728972vw;
  }
}
.page-contact .iconset a.tellink {
  display: block;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #1A2A40;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-contact .iconset a.tellink {
    font-size: 30px;
    font-size: 7.0093457944vw;
  }
}
.page-contact .iconset p {
  font-size: 15px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .page-contact .iconset p {
    font-size: 15px;
    font-size: 3.5046728972vw;
  }
}
.page-contact .tel {
  background-image: url(../../images/contact/icon_contact_phone.svg);
}
.page-contact .pin {
  background-image: url(../../images/contact/icon_contact_pin.svg);
}
.page-contact .mail {
  background-image: url(../../images/contact/icon_contact_mail.svg);
}

.page-products h1.pageTitle::before {
  content: "products";
}

.single-news main {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .single-news main {
    padding-top: 80px;
  }
}
.single-news main .post {
  padding: 30px;
  background-color: #FAFAFA;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.single-news main .post p {
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .single-news main .post p {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.single-news main .post ul, .single-news main .post ol {
  padding-left: 1.3em;
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .single-news main .post ul, .single-news main .post ol {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.single-news main .post ul li, .single-news main .post ol li {
  margin-bottom: 0.5em;
}
.single-news main .post img {
  margin-bottom: 1rem;
}
.single-news main .btnWrap {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .single-news main .btnWrap {
    margin-bottom: 5vw;
  }
}
.single-news main a.btn {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 140px;
  height: 40px;
  margin: 0 10px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #F2BC57;
  color: #1A2A40;
  background-repeat: no-repeat;
}
.single-news main a.btn.btn_prev {
  background-image: url(../images/icon_news_prev.svg);
  padding-left: 50px;
  padding-right: 15px;
}
.single-news main a.btn.btn_prev:hover {
  background-color: #1A2A40;
  background-position: bottom left;
  color: #fff;
}
.single-news main a.btn.btn_next {
  background-image: url(../images/icon_news_next.svg);
  padding-right: 50px;
  padding-left: 15px;
  background-position: top right;
}
.single-news main a.btn.btn_next:hover {
  background-color: #1A2A40;
  background-position: bottom right;
  color: #fff;
}
.single-news main a.btn.btn_home {
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
}
.single-news main a.btn.btn_home:hover {
  background-color: #1A2A40;
  color: #fff;
}
.single-news h2.pageTitle::before {
  content: "news";
}

.page-sbt h1.pageTitle::before {
  content: "Commitment";
}
.page-sbt .innerblock h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page-sbt .innerblock h4 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
.page-sbt .innerblock figure img {
  display: block;
  max-width: 100%;
}

.single-404 h1.pageTitle::before {
  content: "404 not found";
}
.single-404 main {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .single-404 main {
    padding-top: 80px;
  }
}
.single-404 main .innerblock h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 480px) {
  .single-404 main .innerblock h3 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
.single-404 main .innerblock p {
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .single-404 main .innerblock p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.single-404 main .innerblock ul, .single-404 main .innerblock ol {
  padding-left: 1.3em;
  font-size: 16px;
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .single-404 main .innerblock ul, .single-404 main .innerblock ol {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.single-404 main .innerblock ul li, .single-404 main .innerblock ol li {
  margin-bottom: 0.5em;
}
.single-404 main a.btn {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 140px;
  height: 40px;
  margin: 0 10px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #F2BC57;
  color: #1A2A40;
  background-repeat: no-repeat;
}
.single-404 main a.btn.btn_prev {
  background-image: url(../images/icon_news_prev.svg);
  padding-left: 50px;
  padding-right: 15px;
}
.single-404 main a.btn.btn_prev:hover {
  background-color: #1A2A40;
  background-position: bottom left;
  color: #fff;
}
.single-404 main a.btn.btn_next {
  background-image: url(../images/icon_news_next.svg);
  padding-right: 50px;
  padding-left: 15px;
  background-position: top right;
}
.single-404 main a.btn.btn_next:hover {
  background-color: #1A2A40;
  background-position: bottom right;
  color: #fff;
}
.single-404 main a.btn.btn_home {
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
}
.single-404 main a.btn.btn_home:hover {
  background-color: #1A2A40;
  color: #fff;
}

.page-privacy h1.pageTitle::before {
  content: "privacy policy";
}
.page-privacy main {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .page-privacy main {
    padding-top: 80px;
  }
}
.page-privacy main .innerblock h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 480px) {
  .page-privacy main .innerblock h3 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
.page-privacy main .innerblock p {
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .page-privacy main .innerblock p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.page-privacy main .innerblock ul, .page-privacy main .innerblock ol {
  padding-left: 1.3em;
  font-size: 16px;
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .page-privacy main .innerblock ul, .page-privacy main .innerblock ol {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
.page-privacy main .innerblock ul li, .page-privacy main .innerblock ol li {
  margin-bottom: 0.5em;
}
.page-privacy main a.btn {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 140px;
  height: 40px;
  margin: 0 10px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #F2BC57;
  color: #1A2A40;
  background-repeat: no-repeat;
}
.page-privacy main a.btn.btn_prev {
  background-image: url(../images/icon_news_prev.svg);
  padding-left: 50px;
  padding-right: 15px;
}
.page-privacy main a.btn.btn_prev:hover {
  background-color: #1A2A40;
  background-position: bottom left;
  color: #fff;
}
.page-privacy main a.btn.btn_next {
  background-image: url(../images/icon_news_next.svg);
  padding-right: 50px;
  padding-left: 15px;
  background-position: top right;
}
.page-privacy main a.btn.btn_next:hover {
  background-color: #1A2A40;
  background-position: bottom right;
  color: #fff;
}
.page-privacy main a.btn.btn_home {
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
}
.page-privacy main a.btn.btn_home:hover {
  background-color: #1A2A40;
  color: #fff;
}