@charset "UTF-8";
/*!
Theme Name: Wako Kogyo Theme
Description: theme.
Version: 1.0
Author: Artarakt
Author URI: http://artarakt.com
Version: 1.0
License: Artarakt
License URI: http://artarakt.com
*/
@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&family=Noto+Sans+JP:wght@700&display=swap");
*, *::before, *::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

a {
  text-decoration: none; }

#root, #__next {
  isolation: isolate; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

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

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.04em; }

.en {
  font-family: 'Fugaz One', cursive;
  letter-spacing: 0; }

a {
  transition-duration: 0.3s; }

a:hover {
  transition-duration: 0.3s; }

p a, td a {
  color: #081319;
  border-bottom: 1px solid #081319; }
  p a:hover, td a:hover {
    border-bottom: 1px solid transparent; }

@media screen and (max-width: 420px) {
  body {
    font-size: 15px;
    line-height: 25px; } }

.flex {
  display: flex;
  align-items: flex-start; }

.inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

small {
  font-size: 90%; }

.center {
  text-align: center; }

.btn {
  display: inline-block;
  padding: 5px;
  width: 100%;
  max-width: 280px;
  border: 2px solid #081319;
  color: #081319;
  text-align: center;
  transition-duration: 0.3s;
  background-color: transparent; }
  .btn:hover {
    background: #081319;
    color: white; }

.btn.white {
  border: 2px solid white;
  color: white; }
  .btn.white:hover {
    background: white;
    color: #081319; }

.ttl {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 1rem; }

.ttl2 {
  font-size: 36px;
  line-height: 63px;
  letter-spacing: 0.2em; }

.ttl3 {
  margin-bottom: 1rem;
  font-size: 24px; }

.ttl4 {
  margin-bottom: 1rem;
  font-size: 18px; }

.blue {
  color: #081319; }

.white {
  color: white; }

.red {
  color: red; }

.sub {
  font-size: 15px;
  letter-spacing: 0.1em; }
  .sub::before {
    display: inline;
    content: '+'; }
  .sub::after {
    display: inline;
    content: '+'; }

.box {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 36.5px; }
  .box span {
    font-size: 24px; }

.bg_deep {
  background-color: #0a2333; }

.hidden {
  display: none; }

.sp {
  display: none !important; }

.pc {
  display: block !important; }

.nonstyle {
  list-style: none; }

.gmap {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 0;
  margin: 0 auto 30px;
  padding-top: 35%; }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

table.line {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  text-align: left; }
  table.line th, table.line td {
    padding: 1rem 0;
    border-bottom: 1px solid #e7edf3;
    line-height: 26px; }
  table.line th {
    width: 34%; }
  table.line td {
    width: 66%; }

table.jobs {
  margin: 1rem 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px; }
  table.jobs th, table.jobs td {
    padding: 10px 20px;
    background-color: #e7edf3;
    border-bottom: 5px solid white;
    text-align: left; }
  table.jobs th {
    width: 30%;
    border-right: 5px solid white; }
  table.jobs td {
    width: 70%; }

table.entry {
  margin: 1rem auto;
  width: 100%;
  max-width: 800px;
  font-size: 14px;
  line-height: 20px;
  text-align: left; }
  table.entry th {
    width: 30%;
    padding: 10px 0; }
  table.entry td {
    width: 70%;
    padding: 10px 0; }
    table.entry td input, table.entry td textarea, table.entry td select {
      width: 100%;
      padding: 10px 20px;
      border: 0;
      background-color: #e7edf3; }

@media screen and (max-width: 840px) {
  .flex {
    display: block; } }

@media screen and (max-width: 420px) {
  .gmap {
    padding-top: 75%; }
  .box {
    font-size: 16px;
    line-height: 30.5px; }
  .ttl {
    font-size: 42px;
    line-height: 54px; }
  .sp {
    display: block !important; }
  .pc {
    display: none !important; }
  .btn {
    display: block;
    margin: 0 auto;
    padding: 10px 5px; }
  table.line {
    font-size: 14px;
    line-height: 22px; }
  table.jobs th, table.jobs td {
    padding: 10px; }
  table.entry input, table.entry textarea {
    padding: 10px;
    font-size: 16px; }
  table.entry select {
    padding: 10px !important;
    font-size: 16px; }
  ul li {
    list-style: none; } }

header {
  width: 100%;
  padding: 20px;
  background-color: black;
  color: white; }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .inner .logo a {
      display: flex;
      align-items: center;
      color: white; }
    header .inner .logo span {
      display: inline-block;
      font-size: 13px;
      padding-top: 12px;
      padding-left: 10px; }
    header .inner nav {
      width: calc(100%-200px); }
      header .inner nav a {
        display: inline-block;
        margin-left: 30px;
        color: white; }
    header .inner .openbtn {
      display: none; }

.recruit {
  padding: 100px 0;
  background-image: url(images/bg_recruit.jpg);
  background-size: cover;
  background-position: center; }
  .recruit .txt {
    color: white; }

footer.global {
  padding: 60px 0;
  background-color: #0a2333;
  font-size: 14px;
  color: white; }
  footer.global .info {
    width: 50%;
    font-size: 14px;
    line-height: 26px; }
    footer.global .info .logo {
      margin-bottom: 30px; }
  footer.global nav {
    width: 50%; }
    footer.global nav a {
      display: inline-block;
      line-height: 22px;
      color: white;
      border-bottom: 1px solid white;
      letter-spacing: 0.1em; }

footer.copy {
  background-color: #081319;
  color: white;
  font-size: 12px;
  padding: 5px 0; }

@media screen and (max-width: 840px) {
  header {
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: white; }
    header .inner nav {
      display: none;
      position: fixed;
      top: 95px;
      left: 0;
      z-index: 9;
      width: 100%;
      height: 100%;
      padding: 30px 20px;
      background-color: white; }
      header .inner nav a {
        display: block;
        border: 1px solid #081319;
        text-align: center;
        margin: 30px auto;
        padding: 1rem; }
    header .inner .openbtn {
      display: block;
      position: relative;
      width: 50px;
      height: 50px;
      border-radius: 25px;
      cursor: pointer;
      background: #081319; }
      header .inner .openbtn span {
        display: inline-block;
        transition: all 0.3s;
        position: absolute;
        left: 13px;
        height: 2px;
        background-color: white; }
      header .inner .openbtn span:nth-of-type(1) {
        top: 22px;
        width: 50%; }
      header .inner .openbtn span:nth-of-type(2) {
        top: 29px;
        width: 30%; }
      header .inner .openbtn.active span:nth-of-type(1) {
        top: 20px;
        left: 16px;
        transform: translateY(6px) rotate(-45deg);
        width: 35%; }
      header .inner .openbtn.active span:nth-of-type(2) {
        top: 32px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 35%; }
  .wrapper {
    padding-top: 96px; }
  .recruit {
    padding: 60px 20px; }
  footer.global {
    padding: 60px 20px; }
    footer.global .info, footer.global nav {
      width: 100%; }
    footer.global .info {
      margin-bottom: 30px; }
    footer.global ul li {
      margin-bottom: 0.5rem; } }

@media screen and (max-width: 320px) {
  header .inner .logo {
    width: 148px;
    height: 46px; }
  footer.copy {
    font-size: 10px; } }

.container {
  padding: 20px 0; }
  .container .flex {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center; }
    .container .flex.rev {
      flex-direction: row-reverse; }
  .container .txt {
    width: 50%;
    padding-left: 100px; }
  .container .ph {
    width: 50%; }
    .container .ph img {
      width: 100%; }

#About .container {
  padding: 60px 0; }

#Recruit .container {
  padding: 60px 0; }

.icons {
  justify-content: center;
  flex-wrap: wrap; }
  .icons .icon {
    width: 30%;
    margin-bottom: 60px; }
    .icons .icon strong {
      font-size: 24px; }

.voice article {
  width: 90%;
  margin: 30px auto;
  background-color: white;
  border-radius: 20px;
  padding: 30px 60px 40px; }
  .voice article .note {
    width: 50%; }
  .voice article .name {
    font-size: 32px; }
    .voice article .name span {
      padding-right: 1rem; }
  .voice article .info {
    margin-bottom: 30px; }
  .voice article .q {
    color: #808080; }
  .voice article .strong {
    margin: 1rem 0;
    font-size: 21px; }

.jobs .inner {
  max-width: 840px; }
  .jobs .inner h4 {
    font-size: 1.4rem; }
  .jobs .inner .flex {
    justify-content: center;
    align-items: stretch; }
  .jobs .inner a.card {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
    padding: 20px 20px;
    color: #081319;
    border: 1px solid #081319;
    font-size: 20px;
    line-height: 20px;
    box-shadow: 5px 5px 0px #081319;
    transform: translate(0, 0); }
    .jobs .inner a.card::after {
      content: '→';
      position: absolute;
      bottom: 5px;
      right: 5px; }
    .jobs .inner a.card:hover {
      box-shadow: 0px 0px 0px #081319;
      transform: translate(5px, 5px); }
    .jobs .inner a.card .t {
      display: inline-block;
      padding: 20px 0 10px;
      font-size: 14px; }
    .jobs .inner a.card .fee {
      display: inline-block;
      padding: 10px 0;
      font-size: 18px; }

.submit {
  padding: 30px 0 60px; }

#Policy .container .inner {
  max-width: 800px; }
  #Policy .container .inner p {
    margin-bottom: 1rem; }

@media screen and (max-width: 840px) {
  .container {
    padding: 20px; }
    .container .flex {
      width: 100%;
      padding-left: 0; }
    .container .txt, .container .ph {
      width: 100%;
      padding: 0; }
    .container .txt {
      margin-bottom: 30px; } }

@media screen and (max-width: 420px) {
  #About .container, #Recruit .container {
    padding: 30px 20px; }
  .icons .icon {
    width: 100%;
    margin-bottom: 30px; }
  .swiper-button-next,
  .swiper-button-prev {
    display: none; }
  .voice article {
    width: 100%;
    padding: 0 20px 20px; }
    .voice article .ph {
      padding-bottom: 1rem; }
    .voice article .note {
      width: 100%; }
    .voice article p {
      font-size: 15px;
      line-height: 25px;
      text-align: justify; }
    .voice article .q {
      margin-bottom: 1rem;
      display: inline-block; }
    .voice article .strong {
      margin: 0rem 0 1rem;
      font-size: 21px;
      line-height: 35px; } }

@media screen and (max-width: 320px) {
  .container {
    padding: 20px 10px; }
  #About .container, #Recruit .container {
    padding: 30px 10px; } }
