@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,900&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
}

select {
  appearance: none;
  border-radius: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: source-han-sans-japanese, sans-serif;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

:root,
html,
body {
  width: 100%;
}

p {
  line-height: 3.6rem;
  font-size: 1.6rem;
}

h1 {
  font-size: 36px;
  font-size: calc(2.4rem + (1vw - 0.64rem) * 2.1429);
  line-height: 1.3;
}

h2 {
  font-size: 24px;
  font-size: calc(2rem + (1vw - 0.64rem) * 0.7143);
  line-height: 1.3;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  body {
    line-height: 2;
  }

  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2rem;
  }
}

.center {
  text-align: center;
}

.indexHeader {
  text-align: center;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  background-size: cover !important;
  background: url("/images/headerBase.png") no-repeat center center scroll;
}

@media only screen and (max-width: 640px) {
  .indexHeader {
    display: block;
    height: 20vh;
  }
}

.header {
  max-width: 1080px;
  margin: 48px auto;
  display: flex;
  background: #000;
}

@media only screen and (max-width: 640px) {
  .header {
    flex-direction: column;
  }
}

.header h1 {
  margin-right: auto;
}

@media only screen and (max-width: 640px) {
  .header h1 {
    margin-right: 0;
  }
}

.header ul {
  display: flex;
}

@media only screen and (max-width: 640px) {
  .header ul {
    display: none;
  }
}

.header ul li {
  white-space: nowrap;
  font-size: 1.4rem;
}

.header ul li a {
  color: #fff;
  display: inline-block;
  padding: 12px 18px;
}

.header ul li a:hover {
  background-color: #fa4c0b;
}

.header ul li:last-child {
  background-color: #fa4c0b;
}

.header ul li:last-child a:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 641px) {
  .mobile__menu {
    display: none;
  }
}

.mobile__menu #mobile__bar {
  background-color: #09245a;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.mobile__menu .mobile__item {
  border-bottom: 1px solid #09245a;
}

.mobile__menu .mobile__item a {
  display: block;
  padding: 12px;
  color: #09245a;
}

.mobile__menu .mobile__item a:hover {
  background-color: #0b2d71;
  color: #fff;
}

.indexContainer {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .indexContainer {
    text-align: left;
  }
}

.indexContainer h2 {
  font-weight: 700;
  color: #09245a;
}

.indexContainer p {
  padding-top: 24px;
  padding-bottom: 24px;
}

.exContainer {
  background-color: #09245a;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.exContainer__item {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .exContainer__item {
    flex-direction: column;
  }
}

.exContainer__photo {
  width: 30%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .exContainer__photo {
    width: 100%;
  }
}

.exContainer h2 {
  color: #fff;
  font-weight: 700;
}

a.whiteBtn,
a.blueBtn {
  background-color: #fff;
  color: #09245a;
  display: inline-block;
  padding: 12px;
  width: 30%;
  border-radius: 12px;
}

@media only screen and (max-width: 640px) {
  a.whiteBtn,
  a.blueBtn {
    width: 50%;
  }
}

a.whiteBtn:hover,
a.blueBtn:hover {
  background-color: #fa4c0b;
  color: #fff;
}

a.blueBtn {
  background-color: #09245a;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

footer {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  background-image: url("/images/footerBase.png");
  color: #fff;
}

footer img {
  max-width: 300px;
}

.footerNav {
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.footerNav ul {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  justify-content: space-around;
}

@media only screen and (max-width: 640px) {
  .footerNav ul {
    flex-direction: column;
  }
}

.copyright {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .copyright {
    font-size: 1.2rem;
  }
}

.pageHeader {
  text-align: center;
  width: 100%;
  height: 20vh;
  overflow: hidden;
  background-size: cover !important;
  background: url("/images/headerBase.png") no-repeat center center scroll;
}

@media only screen and (max-width: 640px) {
  .pageHeader {
    display: block;
    height: 20vh;
  }
}

h2.pageTitle {
  color: #09245a;
  font-size: 2rem;
  margin-bottom: 48px;
}

h3.title {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  color: #09245a;
}

h3:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fa4c0b;
  border-radius: 2px;
}

@media only screen and (max-width: 640px) {
  h3:before {
    bottom: -6px;
    left: 18%;
  }
}

.profileContainer,
.recruitContainer,
.form__container,
.mekkiContainer,
.chromeContainer {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .profileContainer,
  .recruitContainer,
  .form__container,
  .mekkiContainer,
  .chromeContainer {
    text-align: left;
  }
}

.profileContainer img,
.recruitContainer img,
.form__container img,
.mekkiContainer img,
.chromeContainer img {
  max-width: 60%;
  margin-bottom: 48px;
}

@media only screen and (max-width: 640px) {
  .profileContainer img,
  .recruitContainer img,
  .form__container img,
  .mekkiContainer img,
  .chromeContainer img {
    max-width: 100%;
  }
}

.profileTable,
.recruitTable {
  margin-top: 72px;
  margin-bottom: 96px;
  width: 100%;
}

.profileTable tr,
.recruitTable tr {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.profileTable th,
.recruitTable th,
.profileTable td,
.recruitTable td {
  font-weight: normal;
  padding: 12px;
}

.profileTable th,
.recruitTable th {
  white-space: nowrap;
}

.profileTable td,
.recruitTable td {
  text-align: left;
}

.setubiContainer,
.machineContainer {
  text-align: center;
  margin-bottom: 120px;
}

.setubiTable,
.machineTable {
  width: 100%;
  margin-bottom: 48px;
  border-right: 1px solid #09245a;
  border-bottom: 1px solid #09245a;
}

.setubiTable th,
.machineTable th,
.setubiTable td,
.machineTable td {
  padding: 12px;
}

.setubiTable thead,
.machineTable thead {
  background-color: #09245a;
  color: #fff;
}

.setubiTable th,
.machineTable th {
  text-align: center;
}

.setubiTable td,
.machineTable td {
  border-left: 1px solid #09245a;
  border-top: 1px solid #09245a;
}

.setubiTable td:first-child,
.machineTable td:first-child {
  text-align: left;
}

.setubiTable td:last-child,
.machineTable td:last-child {
  text-align: right;
  white-space: nowrap;
}

.pageTitle + p {
  margin-bottom: 48px;
}

.machineTable td:first-child {
  white-space: nowrap;
}

.machineTable td:last-child {
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  white-space: unset;
}

.mekkiTable {
  overflow-x: scroll;
}

table.tokusei {
  width: 100%;
  border-left: 1px solid #09245a;
  border-top: 1px solid #09245a;
}

table.tokusei td {
  padding: 6px;
  border-right: 1px solid #09245a;
  border-bottom: 1px solid #09245a;
  white-space: nowrap;
  vertical-align: middle;
}

.tokuseiHead {
  background-color: #9cc;
}

.hutoji2 {
  background-color: #ddd;
}

form {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

form table {
  width: 100%;
}

form table th,
form table td {
  padding: 12px;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  form table th,
  form table td {
    display: block;
    width: 100%;
  }
}

form table th {
  width: 20%;
}

input,
textarea {
  border: 1px solid #000;
  width: 100%;
  padding: 12px;
}

input[type="submit"] {
  width: 60%;
  margin: 48px auto;
  display: block;
  background-color: #fa4c0b;
  color: #fff;
}

input[type="submit"]:hover {
  background-color: #09245a;
}

.form__tel {
  font-family: "Archivo Black", sans-serif;
}

.form__tel p {
  font-size: 3rem;
  color: #09245a;
  position: relative;
  margin-bottom: 48px;
}

.form__tel p small {
  position: absolute;
  display: inline-block;
  font-size: 0.6rem;
  top: -30px;
}

.education {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media only screen and (max-width: 640px) {
  .education {
    flex-direction: column;
  }
}

.education__item {
  width: 48%;
  border: 1px solid #09245a;
  padding: 24px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 640px) {
  .education__item {
    width: 100%;
  }
}

.education__item h3 {
  color: #09245a;
  font-size: 2rem;
  margin-bottom: 2.4rem;
}

.education__item h3::before {
  background-color: rgba(0, 0, 0, 0);
}

.recruitPhoto__container {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .recruitPhoto__container {
    flex-direction: column;
  }
}

.recruitPhoto__container figure {
  text-align: center;
  margin-bottom: 12px;
}

.recruitPhoto__container figure img {
  margin-bottom: 6px;
  max-width: 100%;
}

.commentContainer {
  background: #09245a;
  color: #fff;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.commentContainer h2 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .commentContainer p {
    text-align: left;
  }
}

.commentContainer h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 72px;
  margin-bottom: 24px;
}

.commentContainer h3::before {
  display: none;
}

.commentImg {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .commentImg {
    flex-direction: column;
  }
}

.commentImg div {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}
