body {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}
a {
  color: #000000;
}
a:hover img {
  opacity: 0.8;
}
h3 {
  font-size: 24px;
  color: #333333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  margin-bottom: 20px;
}
table {
  width: 100%;
}
.lh2 {
  line-height: 2;
}
ul {
  padding-left: 0;
}
img {
  max-width: 100%;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 5px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
.home header {
  border-bottom: 0;
}
header {
  border-bottom: 1px solid #035586;
}
header nav ul {
  text-align: right;
}
header nav ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
}
header nav ul li:last-child {
  padding-right: 0px;
}
header nav ul li a {
  color: #000000;
  display: block;
  padding: 18px 0px;
}
#global-navi {
  background: #333;
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  display: none;
}
#wrapper nav ul li {
  display: inline-block;
  font-size: 16px;
  padding: 30px 20px 25px 28px;
}
#wrapper nav ul li a {
  color: #ddd;
}
@media screen and (max-width: 765px) {
  header nav {
    display: none;
  }
  #wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background: #333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
    display: block;
  }
  #wrapper nav ul {
    padding-left: 0;
  }
  #wrapper nav ul li {
    display: block;
    padding: 20px 28px;
  }
  #wrapper nav ul li a {
    text-decoration: none;
    color: #ddd;
  }
  #wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  #wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  #wrapper .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  #wrapper .btn-gnavi span:nth-child(2) {
    top: 10px;
  }
  #wrapper .btn-gnavi span:nth-child(3) {
    top: 20px;
  }
  #wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #wrapper .btn-gnavi.open span {
    background: #fff;
  }
  #wrapper .btn-gnavi.open span {
    width: 24px;
  }
  #wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666;
  }
  #wrapper .contents section:nth-child(odd) p {
    left: 10%;
  }
  #wrapper .contents section:nth-child(even) p {
    right: 10%;
  }
}
footer nav {
  background: #424242;
  padding: 20px 0px;
}
footer ul {
  text-align: center;
  margin-bottom: 0;
}
footer ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
}
footer ul li a {
  color: #fff;
}
#btns {
  background: #2b2b2b;
}
#btns a {
  display: inline-block;
  padding: 0px 2px;
}
.pageheader {
  background-color: #FFF;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #035586;
  text-align: center;
  line-height: 200%;
  font-size: 200%;
}
.pageheader {
  background-image: url("/img/pageheader/common.jpg");
  background-repeat: repeat-x;
}
.pageheader h2 {
  font-weight: 700;
}
.pageheader small {
  display: block;
  font-size: 50%;
  color: #000000;
}
.contact .pageheader {
  background-image: url("/img/pageheader/contact.jpg");
  background-repeat: no-repeat;
}
#corporate .pageheader {
  background-image: url("/img/pageheader/corporate.jpg");
  background-repeat: no-repeat;
}
#service .pageheader {
  background-image: url("/img/pageheader/service.jpg");
  background-repeat: no-repeat;
}
#result .pageheader {
  background-image: url("/img/pageheader/result.jpg");
  background-repeat: no-repeat;
}
#manufacturer .pageheader {
  background-image: url("/img/pageheader/manufacturer.jpg");
  background-repeat: no-repeat;
}
#news .pageheader {
  background-image: url("/img/pageheader/news.jpg");
  background-repeat: no-repeat;
}
.radiobox label {
  padding-left: 2px;
  margin-right: 20px;
}
.submenu {
  margin-top: 60px;
  margin-bottom: 60px;
}
.submenu ul {
  text-align: center;
  display: flex;
  list-style-type: none;
  width: 100%;
}
.submenu ul li {
  flex-grow: 1;
  padding: 2px;
}
.submenu ul li a {
  background: #f2f2f2;
  color: #000000;
  display: block;
  padding: 15px 30px;
}
.submenu ul li a:hover,
.submenu ul li.current a {
  background: #035586;
  color: #FFF;
}
.submenu2 {
  background: #035586;
}
.submenu2 ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 20px 0px;
}
.submenu2 ul li {
  display: inline-block;
}
.submenu2 ul li a {
  color: #FFF;
  padding: 0px 2px;
}
#topheader {
  position: relative;
}
#topheader div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  color: #FFF;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#topheader #banner {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16%;
}
.toptitle {
  color: #035586;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
#topservice {
  background-image: url("/img/index/topservice.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 50px 0px;
}
.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.col-15 {
  width: 20%;
  flex: 0 0 20%;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
#topclover .textbox {
  background: #f2f2f2;
  padding: 50px 4%;
}
.toptitleblack {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
.topsubtitle {
  margin-bottom: 20px;
  font-weight: bold;
  color: #035586;
  line-height: 1;
}
a.more {
  color: #FFF;
  background: #035586;
  display: inline-block;
  padding: 5px 10px;
}
#topglobal .container {
  background-image: url("/img/index/global.jpg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 100% 0;
}
#topglobal .textbox {
  padding: 80px 4%;
  background: rgba(255,255,255,0.7);
}
#topnews {
  background: #f7f2ef;
  padding: 60px 0px;
}
#recruitmain {
  position: relative;
}
#recruitmain #mainimg {
  width: 100%;
}
#recruitmain #maintxt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#human1 {
  background-image: url("/img/recruit/back1.jpg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  padding: 80px 0px;
  margin-bottom: 100px;
}
#human2 {
  margin-top: 80px;
  padding: 0px 0px 80px 0px;
  position: relative;
  font-size: 16px;
}
#human2 > img {
  position: absolute;
  right: 0;
  top: 0;
}
.q {
  font-weight: bold;
  color: #0071bc;
}
.a {
  line-height: 2;
  margin-bottom: 30px;
}
#human3 {
  padding: 0px 0px 80px 0px;
  margin-bottom: 100px;
  position: relative;
}
#human3 > img {
  position: absolute;
  left: 0;
  top: 0px;
}
#keepwalking {
  background-image: url("/img/recruit/keepwalking.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#keepwalking .col-md-6 {
  min-height: 620px;
}
#env1 {
  padding: 0px 0px;
  position: relative;
  height: 586px;
  top: 0;
}
#env1 > img {
  position: absolute;
  left: 0;
}
#env2 {
  padding: 0px 0px;
  margin-bottom: 100px;
  position: relative;
  height: 486px;
}
#env2 > img {
  position: absolute;
  right: 0;
  top: 0px;
}
table.application {
  text-align: left;
}
table.application th {
  padding: 20px;
  border-bottom: 1px solid #333333;
}
table.application td {
  padding: 20px;
  border-bottom: 1px solid #333333;
}
.profit {
  background: #035586;
  color: #FFF;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.profit small {
  display: block;
}
.btn-recruit {
  background: #0070ba;
  color: #FFF;
  display: inline-block;
  padding: 10px 30px;
}
table.contacttab tr th {
  padding: 20px;
}
table.contacttab tr td {
  padding: 20px;
}
table.contacttab tr {
  background: #f2f2f2;
}
table.contacttab tr:nth-child(even) {
  background: #fff;
}
.keepwalking {
  font-size: 160%;
}
#philosophy1,
#philosophy2,
#philosophy3 {
  position: relative;
}
#philosophy1 > img,
#philosophy2 > img,
#philosophy3 > img {
  width: 100%;
}
#philosophy1 div,
#philosophy2 div,
#philosophy3 div {
  position: absolute;
  left: 10px;
  bottom: 30px;
  background: rgba(0,0,0,0.3);
  padding: 30px 30px;
  font-size: 36px;
  color: #FFF;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  width: 50%;
}

#salary_increase_logo > img {
  width: 200px; /* または希望のサイズ */
  height: auto; /* アスペクト比を維持 */
}

@media (max-width: 768px) {
  #salary_increase_logo > img {
    width: 150px; /* 小さい画面用のサイズ */
  }
}


.bb {
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.bt {
  border-top: 1px solid rgba(0,0,0,0.5);
  padding-top: 30px;
}
table.profile th {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
table.profile td {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
table.history th {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
table.history td {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
table.office th {
  width: 30%;
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
table.office td {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
#corporate iframe {
  width: 100%;
}
.newslist > div {
  border-bottom: 1px dashed #ccc;
  padding: 20px 0px;
}
.newsdate {
  font-weight: bold;
  margin-bottom: 5px;
}
.newstitle {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
}
.result_outer {
  padding-top: 180px;
  position: relative;
}
.result_outer .resultimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.result_outer .resultbox {
  padding: 20px;
}
.result_outer .resultbox .resultbox_inner {
  padding: 20px;
  background: #FFF;
}
.result_outer .resultbox .resultbox_inner .resulttitle {
  font-size: 130%;
  font-weight: 700;
  margin-bottom: 10px;
}
.result_outer .resultbox .resultbox_inner a {
  border-bottom: 1px solid #ccc;
}
.result_outer .resultbox .resultbox_inner a i {
  margin-left: 20px;
}
.accessbox {
  background: #f2f2f2;
  padding: 30px;
}
.topic_list > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.topic_list.odd {
  background: #f2f2f2;
}
.topic_list a {
  color: #0000ff;
}
.topictitle {
  color: #333333;
  font-weight: bold;
  font-size: 120%;
}
.infotag {
  display: inline-block;
  background: #008dd9;
  padding: 3px 5px;
  color: #FFF;
  font-size: 90%;
}
.infoevent {
  display: inline-block;
  background: #18933b;
  padding: 3px 5px;
  color: #FFF;
  font-size: 90%;
}
#access #googlemap {
  margin-bottom: 30px;
}
#access #googlemap iframe {
  width: 100%;
}
ul.sitemap li {
  list-style-type: square;
  margin-bottom: 10px;
}
div.radio {
  display: inline-block;
  margin-right: 15px;
}
div.radio input {
  margin-right: 5px;
}
.aboutbtn {
  display: block;
  margin-bottom: 10px;
}
.aboutbtn img {
  width: 100%;
}
.aboutlink a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.aboutlink a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  font-weight: 900;
  color: #18933b;
  font-size: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#greeting #greetingmain {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#greeting #greetingmain > img {
  width: 100%;
}
#greeting #greetingmain .container {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  color: #FFF;
}
#greeting strong {
  font-size: 110%;
}
#base #main {
  padding: 50px 0px;
  background: #f2f2f2;
}
ol {
  padding: 0 0 0 0;
  margin: 0;
  margin-bottom: 40px;
}
ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 30px;
  position: relative;
}
ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: marker;
  content: "(" counter(cnt) ") ";
}
.green_txt {
  font-size: 120%;
  font-weight: bold;
  color: #18933b;
  line-height: 2;
}
.btn-green1 {
  display: block;
  background: #18933b;
  color: #FFF;
  text-align: center;
  padding: 10px;
}
.btn-green2 {
  display: block;
  background: #20b747;
  color: #FFF;
  text-align: center;
  padding: 10px;
}
#activity #main img {
  width: 100%;
}
#index h2 {
  font-weight: 900;
  border-bottom: 0;
}
#topheader {
  position: relative;
}
#topheader .innertxt {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 2;
  color: #FFF;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
#topheader .innertxt .txt1 {
  font-size: 30px;
}
#topheader .innertxt .txt2 {
  font-size: 48px;
}
#topheader >img {
  width: 100%;
}
.btn-covid {
  color: #ff0000;
  display: block;
  border: 1px solid #ff0000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.btn-covid:hover {
  color: #fff;
  background: #ff0000;
}
#topneeds {
  text-align: center;
  background-image: url("/img/index/needs.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
#topneeds .txt1 {
  text-align: center;
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #18933b;
}
#topneeds .txt2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}
#topnews {
  margin-top: 50px;
  margin-bottom: 50px;
}
.newstitle {
  font-weight: bold;
}
.newstitle span {
  font-size: 150%;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  margin-right: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#topnews .newsbox {
  border-right: 2px solid #008dd9;
  border-bottom: 2px solid #008dd9;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  padding: 25px;
}
#topnews .eventbox {
  border-right: 2px solid #18933b;
  border-bottom: 2px solid #18933b;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  padding: 25px;
  margin-top: 20px;
}
#imaging {
  background-image: url("/img/index/imaging.jpg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 30px;
}
#imaging .title {
  font-size: 36px;
}
#laser {
  background-image: url("/img/index/laser.jpg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 100% 0%;
  padding-top: 100px;
  padding-bottom: 100px;
}
#laser .title {
  font-size: 36px;
}
h2.topicViewTitle {
  border: none;
}
.bg-gray {
  background: #EFEFEF;
}
.commingsoon {
  text-align: center;
  font-size: 200%;
  color: #b3b3b3;
}
table.overview th {
  padding: 20px;
  border-bottom: 2px dashed #ccc;
}
table.overview td {
  padding: 20px;
  border-bottom: 2px dashed #ccc;
}
.text-ciecle {
  color: #333333;
}
.btn-green {
  border: 2px solid #18933b;
  background: #18933b;
  color: #FFF;
}
.secret_title {
  font-weight: bold;
  font-size: 36px;
}
.secretheader {
  background-image: url("/img/secret.png");
  background-repeat: repeat-x;
  background-position: 0% 100%;
  padding-bottom: 100px;
}
.videobox {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.videobox video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.title {
  font-size: 110%;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  header nav ul {
    padding: 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header nav ul li {
    width: 100%;
  }
  input[type="text"] {
    width: 100%;
  }
  textarea {
    width: 100%;
  }
}
@media (max-width: 576px) {
  footer {
    padding-bottom: 100px;
  }
  footer .text-right {
    text-align: left !important;
  }
  footer ul li {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 5px 0px;
  }
  #btns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #btns a {
    display: inline-block;
    width: 50%;
    float: left;
  }
  #page-top {
    bottom: 70px;
  }
  #topheader div {
    font-size: 26px;
    min-width: 100vw;
  }
  .result_outer .resultimg {
    width: 100%;
  }
  .result_outer .resultimg img {
    width: 100%;
  }
  #topglobal {
    margin-bottom: 30px;
  }
  #topclover .textbox {
    margin-top: 30px;
  }
  #topglobal .textbox {
    background: none;
  }
  #topglobal .container {
    background-size: 100% auto;
    background-position: 100% 100%;
    padding-bottom: 100px;
  }
  #topnews .bb {
    border-bottom: none;
    text-align: left !important;
  }
  #topnews .col-md-9 {
    border-bottom: 1px solid rgba(0,0,0,0.5) !important;
  }
  table,
  table tbody,
  table tbody tr,
  table tbody tr th,
  table tbody tr td {
    display: block;
    width: 100% !important;
  }
  .submenu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .submenu ul li {
    width: 50%;
  }
  #recruit .submenu ul li:first-child {
    width: 100%;
  }
  #human1 {
    background: none;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #human2,
  #human3 {
    height: initial;
    height: auto;
    position: static;
    padding-top: 0;
  }
  #human2 > img,
  #human3 > img {
    position: static;
    margin-bottom: 20px;
  }
  #philosophy1,
  #philosophy2 {
    margin-top: 70px;
  }
  #env1 {
    height: initial;
    height: auto;
    position: static;
  }
  #env1 > img {
    position: static;
    margin-bottom: 20px;
  }
  #env2 {
    height: initial;
    height: auto;
  }
  #env2 > img {
    position: static;
    margin-bottom: 20px;
  }
  #topheader #banner {
    display: block;
    position: static;
    width: 80%;
    margin: 20px auto 0px auto;
  }
}
