@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.comingsoon {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.work-coming {
  position: relative !important;
  text-align: center;
}
.work-coming .comingsoon2 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
  font-size: 2.6vw;
  white-space: nowrap;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: white;
  border: none;
  border-radius: 50%;
  line-height: 100%;
  padding: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 50;
  border: solid 2px black;
}
#scrollToTopBtn img {
  padding: 15px;
}

.intern {
  white-space: nowrap;
  width: 120px !important;
}
.intern a {
  font-size: 12px;
}

.top-padding-left {
  padding-left: 20px;
}

@media (max-width: 700px) {
  .work-coming {
    position: relative !important;
  }
  .work-coming .comingsoon2 {
    top: 65%;
    font-size: 7vw;
  }
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
p {
  font-family: "MS PGothic", "Hiragino Kaku Gothic StdN", sans-serif;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
}

html::-webkit-scrollbar {
  display: none;
}

style {
  margin: 0 !important;
}

a {
  display: block !important;
  color: black;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

body {
  color: #333333;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

/**********************************
header
***********************************/
.metal-hr {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 300;
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.668);
}

.fixed-hr {
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
}
.fixed-hr .hr-menu {
  width: 80%;
}
.fixed-hr ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-right: 3%;
  margin-left: auto;
  margin-right: 0;
  width: -moz-min-content;
  width: min-content;
}
.fixed-hr ul a {
  display: flex !important;
  align-items: center;
  height: 50px;
  color: black;
  font-weight: 800;
}
.fixed-hr li {
  font-weight: 800;
  width: 100px;
  font-size: 14px;
}
.fixed-hr li.add {
  width: 70px;
}

.hover-menu ul a {
  height: auto !important;
}

/**********************************
body
***********************************/
.top-word-box {
  position: relative;
}
.top-word-box img {
  width: 105%;
  margin-left: -2.5%;
}
.top-word-box .word-box {
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 800;
  font-size: 2vw;
  height: 80%;
  line-height: 170%;
}
.top-word-box .word-box .under-line {
  -webkit-text-decoration: line-through 1px white;
          text-decoration: line-through 1px white;
  margin-right: -50%;
  position: absolute;
  bottom: 4%;
  left: 3%;
}

.system {
  margin-top: 0px;
  padding-top: 50px;
}
.system img {
  margin: 5% 0;
}

.home-display {
  display: flex;
  width: 100%;
  justify-content: center;
}
.home-display .logo {
  color: white;
  margin: 0 auto;
  width: 85%;
  margin-top: 10%;
}
.home-display .side-menu {
  width: 0%;
  background-color: white;
  border-right: solid 0.5px white;
}
.home-display .side-menu .side-menu-box {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.home-display .side-menu .side-menu-box .list {
  border-bottom: solid 1px white;
  padding: 8% 0;
  line-height: 170%;
  font-size: max(1.1vw, 10px);
}
.home-display .side-menu .side-menu-box .list:last-of-type {
  border-bottom: none;
}
.home-display .side-menu .side-menu-box .insta {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 5%;
  filter: invert(100%);
}
.home-display .static {
  position: relative;
  box-shadow: 0.3em 0.3em 0.3em rgba(0, 0, 0, 0.432);
  z-index: 100;
}
.home-display .main-box {
  flex: 77%;
  overflow-x: hidden;
}
.home-display .main-box .title-box {
  width: 80%;
  display: block;
  margin: 5% auto;
}
.home-display .main-box .title-box h2 {
  font-size: 1.5vw;
  border-bottom: solid 1px black;
  text-align: center;
  padding-bottom: 3%;
  font-weight: bold;
}
.home-display .main-box .title-box h3 {
  font-weight: 400;
  text-align: center;
  line-height: 200%;
  font-size: max(1.2vw, 10px);
  padding-top: 3%;
}
.home-display .main-box .link-box1 {
  margin-top: 5%;
  display: flex;
  justify-items: center;
  background-color: #333333;
  align-items: center;
}
.home-display .main-box .link-box1 .link1 {
  flex: 13%;
  width: 13%;
  text-align: center;
  background-color: #333333;
  color: white;
}
.home-display .main-box .link-box1 .link1 .link-font {
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: max(1vw, 10px);
}
.home-display .main-box .link-box1 .link1 .link-title {
  font-size: 1.5vw;
  margin-bottom: 13%;
  margin-top: 10%;
}
.home-display .main-box .link-box1 .link1 img {
  width: 20%;
  margin: 0 auto;
  padding-bottom: 10%;
}
.home-display .main-box .link-box1 .link-bg {
  flex: 85%;
  width: 85%;
  position: relative;
}
.home-display .main-box .link-box1 .link-word {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.9vw;
}

.sub-menu {
  display: flex;
  width: 87%;
  margin: 5% auto;
}
.sub-menu .sub-card {
  width: 25%;
}
.sub-menu .sub-card .sub-link {
  position: relative;
}
.sub-menu .sub-card .sub-box {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.sub-menu .sub-card .sub-box .sub-font {
  font-size: max(1vw, 10px);
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sub-menu .sub-card .sub-box .sub-title {
  font-size: 1.9vw;
  font-weight: 800;
}
.sub-menu .sub-card .sub-box img {
  width: 15%;
  margin: 0 auto;
  margin-top: 5%;
}
.sub-menu .sub-card a .sub-bg-img {
  opacity: 0;
  transition: 1.3s;
}
.sub-menu .sub-card a:hover .sub-bg-img {
  opacity: 1;
}

.side-menu-box0 {
  position: fixed;
  top: 0;
  left: 0;
  display: none !important;
  width: 23%;
  z-index: 150;
}

.metal-hr .logo {
  width: 250px;
  margin: 3% 3%;
  margin: 0px auto 0 10%;
  opacity: 1 !important;
}

/**************************************
footer
***************************************/
footer {
  background-color: #03318f;
  color: white;
}

.footer-flex-box {
  padding: 50px 5% 10px 5%;
  display: flex;
}
.footer-flex-box .address {
  margin: 5px 0;
  font-size: 13px;
}
.footer-flex-box .hp-link {
  margin-top: 80px;
  font-size: 13px;
}
.footer-flex-box h5 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.footer-flex-box img {
  width: 220px;
}
.footer-flex-box label {
  font-size: 16px;
}
.footer-flex-box a {
  color: white;
  font-size: 16px;
}
.footer-flex-box ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.footer-flex-box li {
  width: 50%;
  margin-bottom: 30px;
}
.footer-flex-box .footer-flex1 {
  width: 50%;
}
.footer-flex-box .footer-flex2 {
  width: 50%;
}

.footer {
  color: white;
  padding-top: 5%;
  padding-bottom: 3%;
  text-align: center;
  font-size: 16px;
}
.footer .copy {
  font-size: max(1vw, 10px);
  text-align: center;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*************************
footer 下層ページ
**************************/
button#scroll-to-top-btn {
  display: block;
  text-align: right;
  border-bottom: solid 1px red;
  margin: 5% 10% 5% auto;
  font-size: max(1.2vw, 12px);
  padding: 0.5% 1%;
}

.sub-logo {
  margin: 10% auto 5% auto;
  width: 30%;
}

@media (max-width: 900px) {
  .metal-hr .logo {
    margin: 0px auto 0 3%;
  }
  .fixed-hr li {
    width: 80px;
  }
}
@media (max-width: 700px) {
  .footer-flex-box {
    flex-wrap: wrap;
    padding: 30px 5% 10px 5%;
  }
  .footer-flex-box .hp-link {
    margin-top: 20px;
  }
  .footer-flex-box .footer-flex1 {
    width: 100%;
  }
  .footer-flex-box .footer-flex2 {
    width: 100%;
  }
  .footer-flex-box ul {
    padding-top: 30px;
  }
  .footer-flex-box li {
    margin-bottom: 20px;
  }
  .footer-flex-box li a {
    font-size: 13px;
  }
  .footer-flex-box label {
    font-size: 13px;
  }
  .metal-hr {
    height: 50px;
  }
  .metal-hr .logo {
    width: 200px;
    margin: 3% 3%;
    margin: 12px auto;
    opacity: 1 !important;
  }
  .fixed-hr {
    position: fixed;
    z-index: 700;
  }
  .top-word-box img {
    width: 100%;
    margin-left: 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .top-word-box {
    width: 100%;
    overflow-x: hidden;
    z-index: 2;
  }
  .top-word-box img {
    width: 170%;
  }
  .top-word-box .word-box {
    font-size: 7vw;
    color: black;
    top: 10%;
    left: 10%;
    transform: translate(0, 0);
  }
  .top-word-box .word-box .under-line {
    -webkit-text-decoration: line-through 1px black;
            text-decoration: line-through 1px black;
  }
  .home-display .main-box .title-box {
    margin-top: 10%;
    margin-bottom: 10%;
    width: 90%;
  }
  .home-display .main-box .title-box h2 {
    font-size: 14px;
    margin-bottom: 5%;
    padding-bottom: 5%;
    line-height: 250%;
  }
  .home-display .main-box .title-box h3 {
    font-size: 14px;
    text-align: left;
    line-height: 200%;
  }
  .home-display .main-box .link-box1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }
  .home-display .main-box .link-box1 .link1 {
    flex: 25%;
    width: 25%;
  }
  .home-display .main-box .link-box1 .link1 .link-font {
    margin-top: 3%;
  }
  .home-display .main-box .link-box1 .link1 .link-font {
    font-size: 10px;
  }
  .home-display .main-box .link-box1 .link1 .link-title {
    font-size: 14px;
  }
  .home-display .main-box .link-box1 .link-bg {
    flex: 75%;
    width: 75%;
    overflow: hidden;
  }
  .home-display .main-box .link-box1 .link-bg img {
    width: 200%;
    margin-left: -30%;
  }
  .home-display .main-box .link-box1 .link-bg .link-word {
    text-align: left;
    font-size: 14px;
  }
  .home-display .main-box .link-box1 .link-bg2 img {
    width: 100%;
    margin-left: 0;
  }
  .sub-menu {
    margin-top: 10%;
    flex-wrap: wrap;
  }
  .sub-menu .sub-card {
    width: 50%;
  }
  .sub-menu .sub-card a .sub-bg-img {
    opacity: 1;
  }
  .sub-menu .sub-card .sub-box .sub-font {
    font-size: 10px;
  }
  .sub-menu .sub-card .sub-box .sub-title {
    font-size: 18px;
  }
  .footer {
    font-size: 13px;
  }
  .footer .address-box {
    width: 90%;
    display: block;
    padding-top: 5%;
  }
  .footer .address-box .address {
    font-size: 13px;
  }
  .footer .address-box .tel {
    font-size: 13px;
    margin-bottom: 10%;
  }
  .footer .copy {
    padding-bottom: 5%;
    font-size: 10px;
  }
  .static {
    display: none;
  }
  .home-display .main-box .news h4 {
    font-size: 12px;
  }
  footer label {
    font-size: 13px;
  }
}/*# sourceMappingURL=index.css.map */