@charset "UTF-8";
/*基本*/
::-moz-selection {
  background-color: #0066b1;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #0066b1;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

* {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
  word-break: break-all;
}
*::after, *::before {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
}

html,
body {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1;
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #fff;
  font-family: "Shin Go Light", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #4b5054;
  text-align: center;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

.buttons input[type=button],
.buttons input[type=submit],
h1,
h2,
h3,
h4,
label {
  font-family: "Shin Go Medium", sans-serif;
  line-height: 1.1;
}

footer,
body nav {
  font-family: "Ryumin ExtraBold KL", sans-serif;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

small {
  font-size: 0.8em;
}

button {
  border: none;
  outline: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

#wrapper {
  overflow: hidden;
}
#wrapper::before {
  content: "";
  background: linear-gradient(117deg, #009d41 2%, #0065b3 50%, #0067af 60%, #006da3 70%, #00778f 78%, #008572 88%, #00974e 97%, #009d41 100%);
  width: 100%;
  height: 10px;
  display: block;
}

.firstview img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: min(70dvw, 600px);
}
.firstview span {
  font-family: "Shin Go Bold", sans-serif;
  font-size: clamp(3.4rem, 6dvw, 8rem);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 5dvw;
  top: 0;
  width: calc(100% - 10dvw);
  height: min(70dvw, 600px);
  text-shadow: 0 0 10px #0066b1, 0 0 6px #0066b1;
}

#home {
  text-align: left;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 865px) {
  #home {
    max-width: 1020px;
  }
}

/* -----------header----------- */
header h1 {
  text-indent: -9999em;
}

/* -----------END header----------- */
/* -----------footer----------- */
footer {
  background-color: #0066b1;
  color: #feffff;
  clear: both;
  width: 100%;
  position: relative;
  z-index: 1000;
  padding: 0 5svw;
}
@media screen and (min-width: 865px) {
  footer {
    padding: 0;
  }
}

footer div {
  background-color: #0066b1;
  margin: 0 auto;
  padding: 24px 0 38px;
}
@media screen and (min-width: 865px) {
  footer div {
    max-width: 1020px;
  }
}

footer address {
  font-style: normal;
}

/* -----------END footer----------- */
/* -----------contents----------- */
main {
  text-align: left;
  clear: both;
  line-height: 2;
  margin: 0 auto 32px;
  position: relative;
}

nav {
  background-color: #fff;
  text-align: left;
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  top: 75px;
  right: 15px;
  z-index: 500;
  display: none;
}
@media screen and (min-width: 865px) {
  nav {
    width: 160px;
    display: block;
    top: 46px;
    left: 0;
  }
}
@media screen and (min-width: 1021px) {
  nav {
    left: calc(50% - 510px);
  }
}

h1 {
  background-image: url(../img/logo.png);
  background-position: center;
  background-size: 91.6% auto;
  font-size: 0px;
  line-height: 0px;
  width: 100%;
  aspect-ratio: 240/182;
  display: block;
  margin: 0 auto;
}

nav li {
  padding-top: 1px;
}

nav ul {
  width: 180px;
}
@media screen and (min-width: 865px) {
  nav ul {
    width: 160px;
  }
}

nav a {
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 50px;
  text-align: center;
  color: #4b5054;
  text-decoration: none;
  position: relative;
  display: block;
  transition: all 0.4s ease;
}

nav a:hover,
nav li.over a {
  color: #0066b1;
}

main section {
  padding: 5dvw;
}
@media screen and (min-width: 865px) {
  main section {
    margin-left: 260px;
    padding: 2dvw;
  }
}
main section a {
  color: #0066b1;
  transition: all 0.4s ease;
}
main section a:hover {
  color: #619e56;
}

main section h2 {
  font-size: 2.4rem;
  color: #0066b1;
  clear: both;
  margin: 3em 0 1.5em 0;
}
@media screen and (min-width: 865px) {
  main section h2 {
    margin: 3em 0 1.5em -45px;
  }
}

main section h3 {
  background-image: url(../img/border.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 1.8rem;
  clear: both;
  margin: 2.5em 0 0.8em;
  padding-bottom: 10px;
}

main section h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 2em 0 0.2em;
}

#message {
  padding-top: 92px;
}
@media screen and (min-width: 865px) {
  #message {
    padding-top: 46px;
  }
}
#message h2 {
  margin-top: 0;
}
#message p {
  margin-bottom: 1em;
}

#career .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5dvw 6%;
}
@media screen and (min-width: 865px) {
  #career .grid {
    grid-template-columns: 50% auto;
  }
}
@media screen and (min-width: 865px) {
  #career .txt {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 865px) {
  #career figure {
    grid-column: 2/3;
    grid-row: 1/2;
    position: relative;
  }
  #career figure::before {
    content: "";
    background-color: #9d9075;
    background-image: url("../img/photo.webp");
    background-size: auto 364px;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    height: 364px;
    width: 100dvw;
    z-index: -1;
  }
}
#career figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  height: 364px;
}
#career ul {
  list-style-type: disc;
  margin-left: 1.6em;
  list-style-position: outside;
}
#career li + li {
  margin-top: 0.5em;
}

#business ul {
  list-style-type: disc;
  margin-left: 1.6em;
  list-style-position: outside;
}
#business li + li {
  margin-top: 0.5em;
}

/*----------------------------ハンバーガー*/
.navbar_toggle {
  background-color: #0066b1;
  width: 50px;
  height: 50px;
  padding: 6px 15px;
  z-index: 1001;
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 5px;
}
@media screen and (min-width: 865px) {
  .navbar_toggle {
    display: none;
  }
}
.navbar_toggle span::before,
.navbar_toggle span {
  background-color: #fff;
  display: block;
  height: 1px;
  line-height: 0;
  width: 40%;
  transition: ease 0.3s;
  position: absolute;
  top: 40%;
  left: 15px;
}
.navbar_toggle span::before {
  content: "";
  width: 100%;
  left: 0;
  top: 10px;
  transition: ease 0.3s;
}
.navbar_toggle:hover {
  background-color: #fff;
}
.navbar_toggle:hover span::before,
.navbar_toggle:hover span {
  background-color: #0066b1;
}

.open .navbar_toggle {
  background-color: #fff;
}
.open .navbar_toggle span {
  background-color: #0066b1;
  width: 60%;
  top: 50%;
  left: 20%;
  transform: rotate(30deg);
}
.open .navbar_toggle span::before {
  background-color: #0066b1;
  width: 100%;
  top: 0;
  left: 0;
  transform: rotate(-60deg);
}
.open .navbar_toggle:hover {
  background-color: #0066b1;
}
.open .navbar_toggle:hover span::before,
.open .navbar_toggle:hover span {
  background-color: #fff;
}

.open nav {
  display: block;
}

.formTable label {
  margin-bottom: 1em;
  display: block;
}
.formTable label span {
  white-space: nowrap;
  background-color: #0066b1;
  color: #fff;
  padding: 10px;
  display: block;
  margin-bottom: 0.5em;
}
.formTable label span small {
  color: #ff0000;
  display: inline-block;
  padding-left: 5px;
}
.formTable label input,
.formTable label textarea {
  width: 100%;
  padding: 10px;
}
.formTable label textarea {
  height: 5em;
}

#contact-check header,
#contact-end header {
  background-color: #fff;
}
#contact-check header > h1,
#contact-end header > h1 {
  width: 220px;
}

#contact-check main section,
#contact-end main section {
  padding: 5dvw;
  margin-left: 0;
}
#contact-check main section h2,
#contact-end main section h2 {
  margin-left: 0;
}

#contact-end main section {
  text-align: center;
}

.formTable {
  display: block;
  text-align: left;
}
.formTable tr,
.formTable th,
.formTable td {
  display: block;
}
.formTable th {
  background-color: #0066b1;
  color: #fff;
  padding: 10px;
}
.formTable td {
  padding: 10px 10px 20px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-top: 40px;
}

.buttons input[type=submit] {
  background-color: #009d41;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 20px;
  transition: all 0.4s ease;
  border: none;
}
.buttons input[type=submit]:hover {
  background-color: #fff;
  color: #009d41;
}

.buttons input[type=button] {
  background-color: #007c84;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 20px;
  transition: all 0.4s ease;
  border: none;
}
.buttons input[type=button]:hover {
  background-color: #fff;
  color: #007c84;
}/*# sourceMappingURL=common.css.map */