@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*---------------------------------------------
    html
---------------------------------------------*/
html {
  font-size: 62.5%;
}

/*---------------------------------------------
    body
  ---------------------------------------------*/
body {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  body {
    font-size: 1.4rem;
  }
}
body * {
  box-sizing: border-box;
}

/*---------------------------------------------
    link
  ---------------------------------------------*/
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition-duration: 0.5s;
}
a img {
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.8;
}

/*---------------------------------------------
    common
  ---------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
}

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

input[type=submit], input[type=reset], input[type=button], button {
  cursor: pointer;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 700ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.bg-fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.page-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}

/*---------------------------------------------
    header
  ---------------------------------------------*/
#header {
  background: #fff;
  position: relative;
  width: 100%;
}
#header.fixed {
  /*  position: fixed;
    z-index: 9999;*/
}
#header #h-inner {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 20px;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 821px) {
  #header #h-inner {
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 1400px) {
  #header #h-inner {
    padding: 0 5%;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #header #h-inner {
    height: 60px;
    padding: 0;
  }
}
#header #h-inner .h-logo {
  padding-left: 5%;
  padding-top: 20px;
  position: relative;
  width: 300px;
  z-index: 999;
}
@media screen and (max-width: 1400px) {
  #header #h-inner .h-logo {
    padding-top: 0;
    width: 240px;
  }
}
@media screen and (min-width: 821px) {
  #header #h-inner .h-logo {
    order: 1;
    padding-left: 0;
  }
  #header #h-inner .h-logo .logo-open {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header #h-inner .h-logo {
    padding-top: 12px;
    top: 0;
    width: 200px;
  }
  #header #h-inner .h-logo img.logo-open {
    display: none;
  }
}
#header #h-inner .h-logo img {
  width: 100%;
}
#header #h-inner .head-recruit {
  background: #e60012;
  font-size: 1.6rem;
  font-weight: 500;
  height: 60px;
  line-height: 1.2;
  padding-top: 12px;
  text-align: center;
  width: 200px;
}
#header #h-inner .head-recruit a {
  color: #fff;
  display: block;
  width: 100%;
}
@media screen and (min-width: 821px) {
  #header #h-inner .head-recruit {
    order: 3;
  }
}
@media screen and (max-width: 1400px) {
  #header #h-inner .head-recruit {
    align-items: center;
    display: flex;
    font-size: 9px;
    justify-content: center;
    padding-top: 0;
    position: absolute;
    right: 54px;
    top: 0;
    width: 54px;
  }
}
#header #h-inner .head-recruit img {
  width: 20px;
}
@media screen and (max-width: 820px) {
  #header #h-inner .head-recruit img {
    display: block;
  }
}
#header #h-inner #gnav {
  margin: 10px auto 0;
}
@media screen and (min-width: 1401px) {
  #header #h-inner #gnav {
    order: 2;
    padding-top: 0;
    width: 54%;
  }
  #header #h-inner #gnav #nav-inner .nav-list {
    display: flex;
    gap: 32px;
    justify-content: flex-end;
  }
  #header #h-inner #gnav #nav-inner .nav-list li a, #header #h-inner #gnav #nav-inner .nav-list li .link {
    color: #0073bd;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #header #h-inner #gnav #nav-inner .nav-list li a .small, #header #h-inner #gnav #nav-inner .nav-list li .link .small {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
  }
  #header #h-inner #gnav #nav-inner .nav-list li > ul {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    left: 0;
    list-style: none;
    margin: 8px 0 0;
    min-width: 240px;
    opacity: 0;
    padding: 8px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(6px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
    visibility: hidden;
    z-index: 9999;
  }
  #header #h-inner #gnav #nav-inner .nav-list li.nav-list-insta .img {
    display: none;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 2px;
    width: 16px;
  }
  #header #h-inner #gnav #nav-inner .nav-list:hover > ul, #header #h-inner #gnav #nav-inner .nav-list:focus-within > ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  #header #h-inner #gnav {
    width: 60%;
  }
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav {
    display: block;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 0 !important;
    top: 0 !important;
    transition: all 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
  }
  #header #h-inner #gnav.open {
    opacity: 1;
    position: absolute;
    transition: all 0.5s;
    visibility: visible;
  }
  #header #h-inner #gnav #nav-inner {
    background: #fff;
    background-size: cover;
    height: calc(100vh - 60px);
    overflow: auto;
    position: relative;
    top: 60px;
    width: 100%;
    z-index: 9999;
  }
  #header #h-inner #gnav #nav-inner .copy {
    color: #0073bd;
    margin-top: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav .nav-list {
    margin-top: 16px;
  }
  #header #h-inner #gnav .nav-list li {
    margin: 0 auto 16px;
    width: 90%;
  }
  #header #h-inner #gnav .nav-list li a {
    color: #0073bd;
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 4px 10px;
  }
  #header #h-inner #gnav .nav-list li a .small {
    color: #898989;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 2em;
  }
  #header #h-inner #gnav .nav-list li ul li {
    margin-bottom: 0;
  }
  #header #h-inner #gnav .nav-list li ul li a {
    font-size: 1.4rem;
  }
  #header #h-inner #gnav .nav-list li ul li a::before {
    color: #86aad9;
    content: "●";
    font-size: 1rem;
    margin-right: 4px;
    position: relative;
    top: -2px;
  }
  #header #h-inner #gnav .nav-list li ul li a .small {
    color: #0073bd;
    font-size: 1rem;
    margin-left: 0;
  }
  #header #h-inner #gnav .nav-list li.nav-list-insta a .img {
    display: inline-block;
    margin-left: 16px;
    position: relative;
    top: 2px;
    width: 26px;
  }
}
@media screen and (max-width: 767px) {
  #header.open {
    background: #0073bd;
  }
  #header.open .logo-normal {
    display: none;
  }
  #header.open #h-inner .h-logo img.logo-open {
    display: block;
  }
}

#menu-button {
  display: none;
}

@media screen and (max-width: 1400px) {
  #menu-button {
    background: #0073bd;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    z-index: 999;
  }
  #menu-button span {
    background: #fff;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    z-index: 99;
  }
  #menu-button span::before, #menu-button span::after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: 0.3s;
    width: 25px;
  }
  #menu-button span::before {
    top: -10px;
  }
  #menu-button span::after {
    top: 10px;
  }
  #menu-button .close {
    background: transparent;
  }
  #menu-button .close:before, #menu-button .close:after {
    top: 0;
  }
  #menu-button .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #fff;
  }
  #menu-button .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: #fff;
  }
}
@media screen and (max-width: 820px) {
  #menu-button {
    height: 60px;
    width: 54px;
  }
  #menu-button span {
    height: 2px;
    width: 25px;
  }
  #menu-button span::before, #menu-button span::after {
    height: 2px;
    left: 0;
    right: 0;
    width: 25px;
  }
  #menu-button span::before {
    top: -10px;
  }
  #menu-button span::after {
    top: 10px;
  }
  #menu-button .close:before, #menu-button .close:after {
    top: 0;
  }
}
/*---------------------------------------------
    main
  ---------------------------------------------*/
#main {
  position: relative;
  width: 100%;
}

#wrapper {
  height: auto;
  position: relative;
  width: 100%;
}

a {
  color: black;
  text-decoration: none;
}

/*---------------------------------------------
    footer
  ---------------------------------------------*/
footer {
  background: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
footer .f-inner .f-contents .f-contact {
  display: flex;
}
footer .f-inner .f-contents .f-contact li {
  width: 50%;
}
footer .f-inner .f-contents .f-contact li a {
  color: #fff;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 0;
}
footer .f-inner .f-contents .f-contact li:first-child a {
  background: #006ab7;
}
@media screen and (min-width: 821px) {
  footer .f-inner .f-contents .f-contact li:first-child a {
    background: #51dbfc;
  }
}
footer .f-inner .f-contents .f-contact li:last-child a {
  background: #528fcc;
}
@media screen and (min-width: 821px) {
  footer .f-inner .f-contents .f-contact li:last-child a {
    background: #006ab7;
  }
}
footer .f-inner .f-contents .f-logo {
  margin: 24px auto;
  max-width: 240px;
  width: 90%;
}
@media screen and (min-width: 821px) {
  footer .f-inner .f-contents .f-logo {
    margin: 64px auto 24px;
    max-width: 360px;
  }
}
footer .f-inner .f-contents .f-nav {
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  footer .f-inner .f-contents .f-nav {
    margin-bottom: 64px;
  }
}
footer .f-inner .f-contents .f-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  justify-content: center;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (min-width: 821px) {
  footer .f-inner .f-contents .f-nav ul {
    gap: 0 24px;
    max-width: none;
  }
}
footer .f-inner .f-contents .f-nav ul li a, footer .f-inner .f-contents .f-nav ul li span {
  font-size: 1.2rem;
}
@media screen and (min-width: 821px) {
  footer .f-inner .f-contents .f-nav ul li a, footer .f-inner .f-contents .f-nav ul li span {
    font-size: 1.6rem;
  }
  footer .f-inner .f-contents .f-nav ul li a:hover, footer .f-inner .f-contents .f-nav ul li span:hover {
    text-decoration: underline;
  }
}
footer .f-inner .f-contents .f-nav ul li a.link:hover, footer .f-inner .f-contents .f-nav ul li span.link:hover {
  text-decoration: none;
}
footer .f-inner .f-access dt {
  background: #006ab7;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding: 8px 0;
}

.pagetop {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 9999999;
}

.gotop {
  background: #006ab7;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 60px;
  letter-spacing: -1px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
@media screen and (max-width: 820px) {
  .gotop {
    height: 30px;
    width: 30px;
  }
}
.gotop::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 25%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 38%;
  transform: rotate(-45deg);
  width: 25%;
}
@media screen and (max-width: 820px) {
  .gotop::before {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    height: 20%;
    width: 20%;
  }
}
.gotop:hover {
  opacity: 0.7;
}

.line-contact {
  font-weight: bold;
  position: fixed;
  right: 0;
  top: 40%;
  writing-mode: vertical-rl;
  z-index: 99999;
}
@media screen and (max-width: 820px) {
  .line-contact {
    top: 30%;
  }
}
.line-contact a {
  align-items: center;
  background: #06c755;
  color: #fff;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  letter-spacing: 2px;
  padding: 30px 0;
  width: 50px;
}
@media screen and (max-width: 820px) {
  .line-contact a {
    font-size: 1.4rem;
    padding: 16px 0;
    width: 40px;
  }
}
.line-contact a img {
  margin-bottom: 4px;
  width: 30px;
}

.bx-wrapper {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.modal:target {
  opacity: 1;
  scale: 1;
  transition: opacity 0.5s;
}

.close02 {
  color: black;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 20px;
  transform: translate(50%, -50%);
}

.modal-window02 {
  background-color: #fff;
  border-radius: 5px;
  display: none;
  height: 60vh;
  left: 50%;
  max-width: 480px;
  overflow: auto;
  padding: 40px 24px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 9999999999;
}

.modal-open02 {
  cursor: pointer;
}
.modal-open02:hover {
  text-decoration: none;
}

.modal-content02 .title {
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin-bottom: 16px;
}
.modal-content02 .txt {
  margin-bottom: 1em;
  text-align: left;
}
.modal-content02 dt {
  font-weight: bold;
  text-align: left;
}
.modal-content02 dd {
  margin-bottom: 1em;
  text-align: left;
}
.modal-content02 dd .contact_box {
  margin-bottom: 1em;
  margin-top: 1em;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.modal-window02 .button-close02 {
  align-items: center;
  background-color: #0167AD;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  margin: 0 auto;
  width: 148px;
}