@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap");
@media screen and (min-width: 680px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 90%;
  }
}

.bg-white {
  background-color: #fff;
}

.bg-mizu {
  background-color: #eff2f5;
}

a {
  color: #0d1e5f;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #0d9fbb;
}

p {
  line-height: 2.2;
  padding: 1rem;
}

p.small {
  line-height: 1.8;
  padding: 0.3rem;
  font-size: 0.9rem;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.flex-center {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

/* fadeUp */
.fadeIn {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpT {
  opacity: 0;
}

h1 {
  letter-spacing: 0.15rem;
  font-size: 1.9rem;
  padding-bottom: 0.7rem;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 31px;
  font-family: "Josefin Sans", sans-serif;
  color: #0d1e5f;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
h2 span {
  display: block;
  font-size: 1rem;
  color: black;
  font-family: "Noto sans JP", sans-serif;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

h3 {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
h3 span {
  font-size: 0.8rem;
  margin-right: 1rem;
}

#products h3 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgb(197, 197, 197);
}
#products h3 span {
  color: rgb(177, 177, 177);
  font-size: 1.3rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  padding-left: 1rem;
}

h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0d1e5f;
  margin: 1rem auto;
}
h4 span {
  display: block;
  font-size: 0.9rem;
}

h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 1rem auto 0.5rem;
  border-left: 4px solid #000;
  padding-left: 0.5rem;
}

ul {
  margin: 0.5rem;
  list-style: circle;
}
ul li {
  line-height: 1.8;
}

ul.shikaku {
  list-style: none;
}
ul.shikaku li:before {
  font-family: "Material Icons";
  content: "\e835";
  padding-right: 0.7rem;
}

ul.newslist {
  list-style: none;
  margin: 0;
}
ul.newslist li {
  border-bottom: 1px dotted rgb(214, 214, 214);
  padding: 1rem;
  transition: 0.3s;
}
ul.newslist li span {
  padding-right: 1.5rem;
  font-weight: bold;
}
ul.newslist li:hover {
  background-color: #fff;
}
@media (max-width: 768px) {
  ul.newslist li {
    padding: 0.3rem;
    line-height: 1.6;
  }
}

.inline-block {
  display: inline-block;
}

a .btn {
  font-weight: bold;
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  color: white;
  padding: 1rem 1.8rem;
  margin: 0.5rem;
  justify-content: center;
  border: 2px solid #0d1e5f;
  background-color: #0d1e5f;
  transition: 0.3s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
a .btn:hover {
  background-color: white;
  color: #0d1e5f;
}
a .btn:hover img {
  filter: brightness(0);
}
a .btn img {
  width: 30px;
  margin-right: 1.5rem;
}

a .btn-green {
  font-weight: bold;
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  color: white;
  padding: 1.2rem 2rem;
  margin: 1rem;
  text-align: center;
  border: 2px solid #49c145;
  background-color: #49c145;
  transition: 0.3s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
a .btn-green:hover {
  background-color: white;
  color: #49c145;
}
a .btn-green:hover img {
  filter: brightness(0);
}
a .btn-green img {
  width: 270px;
  margin: 0 auto;
}

.btn2 {
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
  color: white;
  padding: 1.1rem 2rem;
  margin: 1rem;
  border: 2px solid #0d1e5f;
  background-color: #0d1e5f;
  transition: 0.3s;
}
.btn2:hover {
  background-color: white;
  color: #0d1e5f;
}

.btns {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .btns {
    display: block;
  }
}

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

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

.text-center-pcnomi {
  text-align: center;
}
@media (max-width: 768px) {
  .text-center-pcnomi {
    text-align: left;
  }
}

.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.whitebox {
  background-color: #fff;
  padding: 1.5rem;
  margin: 1rem;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .whitebox {
    padding: 1rem;
    margin: 0.4rem;
  }
}

.infotable {
  letter-spacing: 0.1rem;
  width: 100%;
  line-height: 1.8;
}
.infotable .infotitle {
  font-weight: bold;
  color: #a8790b;
}
.infotable tr {
  border-bottom: 1px dotted rgb(197, 197, 197);
}
.infotable td {
  padding: 0.6rem;
  vertical-align: middle; /* 中央揃え */
}
.infotable td img {
  width: 30px;
}

label {
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #0d1e5f;
}
label span {
  background-color: red;
  color: white;
  padding: 0.1rem 0.3rem;
  border-radius: 3px;
  font-size: 0.7rem;
  margin-left: 0.5rem;
}

.m-form-text {
  margin: 0.5rem 0 1rem;
  height: 3em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.2s;
  background-color: #fff;
}

.m-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fddb2d inset;
}

.m-form-select {
  position: relative;
  background-color: #fff;
}

.m-form-select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  pointer-events: none;
}

.m-form-select select {
  height: 3em;
  width: 100%;
  padding: 1rem 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.m-form-radio-name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}

.kubun {
  letter-spacing: 0.2rem;
  margin: 0.4rem;
}

.m-form-textarea {
  margin: 0.5rem 0 1rem;
  display: block;
  width: 100%;
  padding: 4px 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: vertical;
  transition: 0.2s;
  background-color: #fff;
}

.m-form-textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fabd31 inset;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

footer {
  padding: 3rem 0 0;
}

.copy {
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  color: gray;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 768px) {
  .sphide {
    display: none;
  }
}

#menubar {
  position: absolute;
  top: -60px;
  width: 100%;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0 3px 5px gray;
}
@media (max-width: 768px) {
  #menubar {
    position: relative;
    top: 30px;
    padding: 1rem;
  }
}

#menubox {
  margin-top: 13rem;
}
@media (max-width: 768px) {
  #menubox {
    margin-top: 0;
  }
}

.relative {
  position: relative;
}

.rtitle {
  text-align: center;
  margin: 0 auto 3rem;
}
@media (max-width: 768px) {
  .rtitle {
    width: 70vw;
  }
}

.bold {
  font-weight: bold;
  font-size: 110%;
}

.drawer-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
@media (max-width: 768px) {
  .drawer-wrap {
    display: block;
  }
}

.drawer-label {
  position: fixed;
  top: 36px;
  right: 7px;
  font-size: 12px;
  z-index: 100;
  font-family: "Josefin Sans", sans-serif;
}

#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px;
  z-index: 40;
  width: 30vw;
  height: 100%;
  background: #0d9fbb;
  color: white;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  #drawer-content {
    width: 90vw;
  }
}

ul.drawmenu {
  padding: 0;
  list-style: none;
}
ul.drawmenu a li {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.2rem;
  color: white;
  padding-bottom: 1.4rem;
  transition: 0.3s;
}
ul.drawmenu a li span {
  font-size: 12px;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
ul.drawmenu a li:hover {
  color: rgba(255, 255, 255, 0.7);
}

#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.16);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}

#drawer-checkbox {
  display: none;
}

#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 35px;
  position: fixed;
  width: 35px;
  right: 8px;
  top: 5px;
  z-index: 100;
}

#drawer-icon span {
  background: #333;
  display: block;
  height: 3px;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 46%;
  transition: all 0.3s ease-in-out 0s;
  width: 84%;
}

#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #333;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#drawer-icon span::before {
  margin-top: -10px;
}

#drawer-icon span::after {
  margin-top: 6px;
}

#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}

#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}

#drawer-checkbox:checked ~ #drawer-icon span::before {
  transform: rotate(-45deg);
}

#drawer-checkbox:checked ~ #drawer-icon span::after {
  transform: rotate(45deg);
}

#intro-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  opacity: 0.01;
  -webkit-animation: load 1.5s 0.8s ease-out forwards;
          animation: load 1.5s 0.8s ease-out forwards;
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro-area #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}
@-webkit-keyframes load {
  100% {
    opacity: 1;
  }
}
@keyframes load {
  100% {
    opacity: 1;
  }
}
#intro-area #intro-box {
  font-family: "Josefin Sans", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 5rem;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #intro-area #intro-box {
    font-size: 3rem;
    margin: 0 2rem;
  }
}

#tsubu {
  background-image: url(img/crt-screen.gif);
  background-repeat: repeat;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -500;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header {
  /* headerを画面上部に固定する */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* ロゴとナビゲーションを横並びにする */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* スクロールしても他のコンテンツの下にならないようにする */
  z-index: 10;
  /* 背景色を黒にする */
  background: rgba(0, 0, 0, 0);
  /* headerに余白を作る */
  padding: 25px 15px;
  /* アニメーションの変化時間 */
  transition: 0.5s;
}

/* ロゴのデザイン */
.logo {
  padding-left: 1.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
}
.logo img {
  margin-bottom: 0.4rem;
  width: 100px;
}

/* ナビゲーションのリンクを横並びにする */
header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  /* ナビゲーションのリンクのスタイル調整 */
}
@media (max-width: 768px) {
  header ul {
    display: none;
  }
}
header ul li {
  list-style: none;
}
header ul a {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1.5px;
  /* アニメーションの変化時間 */
  transition: 0.5s;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  /* 余白を狭くする */
  padding: 0.4rem;
  /* 背景を白にする */
  background: #fff;
  /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
header.scroll-nav .logo,
header.scroll-nav ul li a {
  color: #000;
}

.card1 {
  position: relative;
}
.card1 h2 {
  position: absolute;
  bottom: -50px;
  background-color: #fff;
  padding: 1rem;
  font-size: 1.3rem;
}
.card1 h2 span {
  font-weight: bold;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .card1 h2 {
    position: relative;
    bottom: 0px;
  }
}

a .card1 {
  transition: 0.3s;
}
a .card1:hover {
  box-shadow: 0 0 8px gray;
}

#greeting {
  background-image: url("../img/main_pc_black.jpg");
  background-size: cover;
  color: white;
}
#greeting h2,
#greeting span {
  color: white;
}

.sign {
  margin-top: 4rem;
  text-align: right;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15rem;
  line-height: 1.8;
}
.sign span {
  font-size: 1rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .sign span {
    display: block;
    padding-right: 0;
  }
}

#kasou-head {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-image: url("../img/main_pc_black.jpg");
  background-size: cover;
  color: white;
}
#kasou-head h1 {
  font-size: 2.5rem;
  line-height: 1.6;
}
#kasou-head h1 span {
  display: block;
  font-size: 1rem;
}

.merit-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.merit-area .merit-box {
  text-align: center;
  padding: 1.5rem;
  line-height: 1.5;
  background-color: #eff2f5;
}
.merit-area .merit-box img.title-icon {
  width: 50px;
  margin-bottom: 1rem;
}
.merit-area .merit-box p {
  text-align: left;
}
@media (max-width: 768px) {
  .merit-area {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
  .merit-area .merit-box {
    padding: 0.8rem;
  }
}

.dl-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.dl-area .merit-box {
  text-align: center;
  padding: 1.5rem;
  line-height: 1.5;
  background-color: #eff2f5;
}
.dl-area .merit-box img.title-icon {
  width: 50px;
  margin-bottom: 1rem;
}
.dl-area .merit-box p {
  text-align: left;
}
@media (max-width: 768px) {
  .dl-area {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
  .dl-area .merit-box {
    padding: 0.8rem;
  }
}

.dlbtn {
  background-color: #fff;
  border: 3px solid #dcd8cf;
  padding: 0.7rem 1.5rem;
  border-radius: 10px;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.dlbtn img {
  width: 30px;
}
.dlbtn:hover {
  background-color: #dcd8cf;
}

.cliants-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  grid-gap: 2rem;
}
@media (max-width: 768px) {
  .cliants-area {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.cliants-area .cliants-box {
  padding: 6rem 5rem;
  margin: 0 1rem;
  background-color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cliants-area .cliants-box {
    padding: 2rem;
    margin: 0;
  }
}
.cliants-area #clalas {
  background-image: url(../img/scanner.jpg);
  background-size: cover;
}
.cliants-area h4 {
  background-color: #fff;
  padding: 1.2rem;
  box-shadow: 0 0 5px gray;
}

.flow-box {
  background-color: #fff;
  padding: 1rem 1rem 1.5rem;
  margin-bottom: 1rem;
}
.flow-box .nb {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  margin: 0 1.5rem;
  color: rgb(190, 190, 190);
}

.border {
  border-left: 3px solid #0d9fbb;
  padding-left: 40px;
  display: block;
}

.history-table {
  margin: 0 auto;
  border-spacing: 1rem;
}
.history-table td {
  padding: 1.3rem;
}
.history-table td:first-child {
  font-weight: bold;
  white-space: nowrap;
  color: #0d9fbb;
}
.history-table tr:nth-child(odd) {
  background-color: white;
}

.recruit-table {
  line-height: 1.8;
}
.recruit-table td {
  padding: 1.3rem;
}
.recruit-table td:first-child {
  font-weight: bold;
  white-space: nowrap;
  color: #0d9fbb;
}
.recruit-table tr:nth-child(odd) {
  background-color: #eff2f5;
}

.recruitbg {
  background-image: url(../img/recruit-back.jpg);
  background-size: cover;
}

.aboutbg {
  background-image: url(../img/about-back.jpg);
  background-size: cover;
}

#rinen {
  color: white;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.15rem;
  background-image: url(../img/rinenback.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rinen h2,
#rinen h2 span {
  color: rgba(255, 255, 255, 0.6);
}

#form-area {
  width: 60vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #form-area {
    width: 90vw;
  }
}

/* webkit */
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}

.sendsite {
  padding: 1.2rem;
  background-color: #fff;
  border-right: 6px;
}
.sendsite img {
  text-align: center;
  max-width: 200px;
}
.sendsite a {
  text-decoration: underline;
}

#teikei {
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #1b2952;
  color: white;
  padding: 1.5rem;
  border-radius: 6px;
  text-align: center;
  transition: 0.3s;
  line-height: 1.8;
}
#teikei:hover {
  background-color: #2e427e;
}

#peace {
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #9bc248;
  color: white;
  padding: 1.5rem;
  border-radius: 6px;
  text-align: center;
  transition: 0.3s;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
#peace:hover {
  background-color: #a7c762;
}/*# sourceMappingURL=sb.css.map */