@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes finger {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(-40px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 0.625vw;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}
body::after {
  content: "Software Consultant Corporation Recruiting Site";
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: fixed;
  right: 24px;
  top: 208px;
  transform: rotate(180deg);
  z-index: 2;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #888888;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
}
header .inner {
  width: 100%;
  padding: 48px 40px 0 80px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 24px;
}
header .inner h1 {
  width: 240px;
  position: relative;
  transform: translateY(7px);
}
header .inner h1 a {
  width: 100%;
  height: 44px;
  background-image: url(../images/logo_head.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .inner .btn {
  margin-left: auto;
}
header .inner .btn > ul {
  width: 180px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner .btn > ul > li {
  width: 100%;
  position: relative;
}
header .inner .btn > ul > li:hover > div {
  background-color: #FFF;
  transform: scale(1.05);
}
header .inner .btn > ul > li:hover > div > span {
  color: #000;
}
header .inner .btn > ul > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
header .inner .btn > ul > li > div {
  height: 48px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  transition: all 0.25s ease-in 0s;
}
header .inner .btn > ul > li > div > span {
  color: #888888;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
header .inner .btn > ul > li > ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 0 0 0;
  gap: 4px 0;
  position: absolute;
  top: 100%;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
}
header .inner .btn > ul > li > ul > li {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  height: 48px;
  border-radius: 24px;
}
header .inner .btn > ul > li > ul > li.da a {
  color: #CCC;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
header .inner .btn > ul > li > ul > li a {
  color: #888888;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  height: 48px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  transition: all 0.25s ease-in 0s;
}
header .inner .btn > ul > li > ul > li a:hover {
  background-color: #FFF;
}
header .inner .hum {
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum:hover {
  background-color: #FFF;
  transform: scale(1.05);
}
header .inner .hum:hover > div > span {
  background-color: #000;
}
header .inner .hum.on > div span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}
header .inner .hum.on > div span:nth-child(2) {
  opacity: 0;
}
header .inner .hum.on > div span:nth-child(3) {
  transform: rotate(-45deg);
  top: 5px;
}
header .inner .hum > div {
  width: 24px;
  height: 16px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .inner .hum > div > span {
  width: 100%;
  height: 2px;
  background-color: #888888;
  display: block;
  position: absolute;
  left: 0px;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum > div > span:nth-child(1) {
  top: 0px;
}
header .inner .hum > div > span:nth-child(2) {
  top: 7px;
}
header .inner .hum > div > span:nth-child(3) {
  top: 15px;
}

nav {
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  position: fixed;
  top: 48px;
  right: 40px;
  z-index: 777;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.35s ease-in;
  backdrop-filter: blur(10px);
  clip-path: inset(0 0 0 100%);
}
nav.on {
  clip-path: inset(0 0 0 0);
}
nav .inner {
  width: 100%;
  padding: 94px 40px 80px 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
nav .inner .sitemap {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 60px;
}
nav .inner .sitemap .set {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
nav .inner .sitemap dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
nav .inner .sitemap dl dt {
  margin-bottom: 16px;
}
nav .inner .sitemap dl dt span {
  color: #555555;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
nav .inner .sitemap dl dd ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
nav .inner .sitemap dl dd ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
}
nav .inner .sitemap dl dd ul li:not(:last-child) {
  margin-bottom: 8px;
}
nav .inner .sitemap dl dd ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333333;
  display: block;
}
nav .inner .sitemap dl dd ul li a {
  color: #555555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all 0.25s ease-in 0s;
}
nav .inner .sitemap dl dd ul li a:hover {
  color: #999999;
  text-decoration: underline;
}
nav .inner .btn {
  display: none;
}

.entry {
  display: none;
}

#container {
  width: 100%;
}
#container #hero {
  width: 100%;
  position: relative;
}
#container #hero .breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0 30px;
}
#container #hero .breadcrumb a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
#container #hero .breadcrumb a:hover {
  color: #0E66E2;
}
#container #hero .breadcrumb span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#container .section .itab {
  display: none;
}

footer {
  text-align: left;
  width: 100%;
  padding: 60px 0;
  position: relative;
  box-sizing: border-box;
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0.2;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
footer .inner h5 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 32px;
}
footer .inner .buttons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0 16px;
  margin-bottom: 64px;
}
footer .inner .buttons .btn {
  width: 420px;
}
footer .inner .buttons .btn:hover a {
  color: #000;
  background-color: #FFF;
  transform: scale(1.05);
}
footer .inner .buttons .btn a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 80px;
  border: solid 2px #FFF;
  border-radius: 3px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .inner .buttons .btn span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 80px;
  border: solid 2px #FFF;
  border-radius: 3px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0.25;
}
footer .inner .logo {
  width: 246px;
  margin-bottom: 72px;
}
footer .inner .logo a {
  width: 100%;
  height: 36px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .sitemap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0 48px;
  margin-bottom: 80px;
}
footer .inner .sitemap dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .sitemap dl dt {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
footer .inner .sitemap dl dd ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .sitemap dl dd ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
}
footer .inner .sitemap dl dd ul li:not(:last-child) {
  margin-bottom: 8px;
}
footer .inner .sitemap dl dd ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #FFF;
  display: block;
}
footer .inner .sitemap dl dd ul li a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all 0.25s ease-in 0s;
}
footer .inner .sitemap dl dd ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
footer .inner ul.sns {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 80px;
}
footer .inner ul.sns li {
  width: 40px;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul.sns li:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
footer .inner ul.sns li:nth-child(1) a {
  background-image: url(../images/logo_x.svg);
}
footer .inner ul.sns li:nth-child(2) a {
  background-image: url(../images/logo_insta.svg);
}
footer .inner ul.sns li a {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .link {
  margin-bottom: 40px;
}
footer .inner .link a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0 8px;
}
footer .inner .link a:hover {
  opacity: 0.8;
}
footer .inner .link a::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .link a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
footer .inner p {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
footer .pgtop {
  width: 16px;
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 10;
  cursor: pointer;
}
footer .pgtop a {
  width: 100%;
  height: 19px;
  background-image: url(../images/arrow_top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  opacity: 0.8;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  nav {
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    position: fixed;
    top: 48px;
    right: 40px;
    z-index: 777;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    transition: all 0.35s ease-in;
    backdrop-filter: blur(10px);
    clip-path: inset(0 0 0 100%);
  }
  nav.on {
    clip-path: inset(0 0 0 0);
  }
  nav .inner {
    width: 100%;
    padding: 120px 40px 80px 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  nav .inner .sitemap dl dt span {
    color: #555555;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  nav .inner .sitemap dl dd ul li {
    gap: 0 8px;
  }
  nav .inner .sitemap dl dd ul li::before {
    width: 8px;
  }
  nav .inner .sitemap dl dd ul li a {
    color: #555555;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  nav .inner .btn {
    display: none;
  }

  footer .inner .sitemap {
    gap: 0 24px;
  }
  footer .inner .sitemap dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .sitemap dl dt {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  footer .inner .sitemap dl dd ul li {
    gap: 0 8px;
  }
  footer .inner .sitemap dl dd ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  footer .inner .sitemap dl dd ul li::before {
    width: 8px;
  }
  footer .inner .sitemap dl dd ul li a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner .sitemap dl dd ul li a:hover {
    color: #FFF;
    text-decoration: underline;
  }
  footer .inner ul.sns {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 32px;
    margin-bottom: 80px;
  }
  footer .inner ul.sns li {
    width: 42px;
  }
  footer .inner ul.sns li a {
    width: 32px;
    height: 32px;
  }
  footer .inner .link {
    margin-bottom: 40px;
  }
  footer .inner .link a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  footer .inner p {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  html {
    font-size: 2.3364485981vw;
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  body::after {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    right: 4px;
    top: 276px;
  }

  header .inner {
    width: 100%;
    padding: 20px 15px 0 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
  }
  header .inner h1 {
    width: 200px;
    transform: translateY(0px);
    transition: all 0.25s ease-in 0s;
  }
  header .inner h1.hide {
    opacity: 0;
    pointer-events: none;
  }
  header .inner h1 a {
    height: 37px;
  }
  header .inner .btn {
    width: calc(100% - 30px);
    margin-left: 0px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 5;
    display: none;
    transition: all 0.25s ease-in 0s;
  }
  header .inner .btn.hide {
    opacity: 0;
    pointer-events: none;
  }
  header .inner .btn.open > ul > li:hover > ul {
    opacity: 1;
    pointer-events: auto;
  }
  header .inner .btn.open > ul > li > div {
    background-color: #FFF;
    transform: scale(1);
  }
  header .inner .btn.open > ul > li > div > span {
    color: #000;
  }
  header .inner .btn.open > ul > li > ul {
    opacity: 1;
    pointer-events: auto;
  }
  header .inner .btn > ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner .btn > ul > li {
    width: 100%;
  }
  header .inner .btn > ul > li:hover > div {
    background-color: #FFF;
    transform: scale(1);
  }
  header .inner .btn > ul > li:hover > div > span {
    color: #000;
  }
  header .inner .btn > ul > li:hover > ul {
    opacity: 0;
    pointer-events: none;
  }
  header .inner .btn > ul > li > div {
    height: 54px;
    background-color: #FFF;
    border-radius: 27px;
  }
  header .inner .btn > ul > li > div > span {
    color: #888888;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner .btn > ul > li > ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4px 0 0 0;
    gap: 4px 0;
    position: absolute;
    top: auto;
    bottom: 58px;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease-in 0s;
  }
  header .inner .btn > ul > li > ul > li {
    width: 100%;
    background-color: white;
    height: 48px;
    border-radius: 24px;
  }
  header .inner .btn > ul > li > ul > li.da a {
    color: #CCC;
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
  }
  header .inner .btn > ul > li > ul > li a {
    color: #888888;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 24px;
  }
  header .inner .btn > ul > li > ul > li a:hover {
    background-color: #FFF;
  }
  header .inner .hum {
    width: 60px;
    height: 60px;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.25s ease-in 0s;
  }
  header .inner .hum:hover {
    background-color: #FFF;
    transform: scale(1.05);
  }
  header .inner .hum:hover > div > span {
    background-color: #000;
  }
  header .inner .hum.on > div span:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
  }
  header .inner .hum.on > div span:nth-child(2) {
    opacity: 0;
  }
  header .inner .hum.on > div span:nth-child(3) {
    transform: rotate(-45deg);
    top: 5px;
  }
  header .inner .hum > div {
    width: 24px;
    height: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  header .inner .hum > div > span {
    width: 100%;
    height: 2px;
    background-color: #888888;
    display: block;
    position: absolute;
    left: 0px;
    transition: all 0.25s ease-in 0s;
  }
  header .inner .hum > div > span:nth-child(1) {
    top: 0px;
  }
  header .inner .hum > div > span:nth-child(2) {
    top: 7px;
  }
  header .inner .hum > div > span:nth-child(3) {
    top: 15px;
  }

  nav {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    top: 0px;
    right: 0px;
    z-index: 888;
  }
  nav .inner {
    width: 100%;
    height: 100%;
    padding: 120px 15px 40px 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  nav .inner .sitemap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
    padding: 16px 0;
    margin-bottom: 30px;
    border-top: solid 1px #555555;
    border-bottom: solid 1px #555555;
  }
  nav .inner .sitemap .set {
    width: 100%;
    gap: 0px;
  }
  nav .inner .sitemap .set:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #555555;
  }
  nav .inner .sitemap dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  nav .inner .sitemap dl:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #555555;
  }
  nav .inner .sitemap dl dt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
  }
  nav .inner .sitemap dl dt.on::after {
    background-image: url(../images/icon_minus.svg);
  }
  nav .inner .sitemap dl dt::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  nav .inner .sitemap dl dd {
    width: 100%;
    padding: 8px 0 0 0;
    display: none;
  }
  nav .inner .sitemap dl dd ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  nav .inner .btn {
    width: 100%;
    display: block;
  }
  nav .inner .btn > div {
    width: 100%;
    height: 64px;
    background-color: #FFF;
    border-radius: 3px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  nav .inner .btn > div.on::after {
    background-image: url(../images/icon_minus.svg);
  }
  nav .inner .btn > div::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 6px);
    right: 24px;
    display: block;
  }
  nav .inner .btn > div span {
    color: #333333;
    font-family: "Albert Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  nav .inner .btn ul {
    width: 100%;
    padding-top: 4px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4px 0;
    display: none;
  }
  nav .inner .btn ul li {
    width: 100%;
  }
  nav .inner .btn ul li.da {
    opacity: 0.5;
    pointer-events: none;
  }
  nav .inner .btn ul li a {
    width: 100%;
    height: 64px;
    background-color: #FFF;
    border-radius: 3px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav .inner .btn ul li a span {
    color: #333333;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }

  .entry {
    width: calc(100% - 30px);
    margin-left: 0px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 111;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .entry.hide {
    opacity: 0;
    pointer-events: none;
  }
  .entry.open > ul > li:hover > ul {
    opacity: 1;
    pointer-events: auto;
  }
  .entry.open > ul > li > div {
    background-color: #FFF;
    transform: scale(1);
  }
  .entry.open > ul > li > div > span {
    color: #000;
  }
  .entry.open > ul > li > ul {
    opacity: 1;
    pointer-events: auto;
  }
  .entry > ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .entry > ul > li {
    width: 100%;
  }
  .entry > ul > li:hover > div {
    background-color: #FFF;
    transform: scale(1);
  }
  .entry > ul > li:hover > div > span {
    color: #000;
  }
  .entry > ul > li:hover > ul {
    opacity: 0;
    pointer-events: none;
  }
  .entry > ul > li > div {
    height: 54px;
    background-color: #FFF;
    border-radius: 27px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .entry > ul > li > div > span {
    color: #888888;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .entry > ul > li > ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4px 0 0 0;
    gap: 4px 0;
    position: absolute;
    top: auto;
    bottom: 58px;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease-in 0s;
  }
  .entry > ul > li > ul > li {
    width: 100%;
    background-color: white;
    height: 48px;
    border-radius: 24px;
  }
  .entry > ul > li > ul > li.da a {
    color: #CCC;
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
  }
  .entry > ul > li > ul > li a {
    color: #888888;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 24px;
  }
  .entry > ul > li > ul > li a:hover {
    background-color: #FFF;
  }

  #container {
    width: 100%;
  }
  #container #hero {
    width: 100%;
    position: relative;
  }
  #container #hero .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0;
  }
  #container #hero .breadcrumb a {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #container #hero .breadcrumb a:hover {
    color: #FFF;
  }
  #container #hero .breadcrumb span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #container .section .itab {
    position: fixed;
    top: 75%;
    left: 0px;
    z-index: 5;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  #container .section .itab::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transition: all 0.25s ease-in 0s;
    pointer-events: none;
  }
  #container .section .itab.on {
    left: -150px;
  }
  #container .section .itab.on::before {
    opacity: 1;
  }
  #container .section .itab.hide {
    display: none;
  }
  #container .section .itab > div {
    width: 100%;
    background-color: #008562;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10px 10px 15px;
    gap: 0 10px;
    border-radius: 0 20px 20px 0;
  }
  #container .section .itab > div::after {
    content: "";
    width: 16px;
    height: 13px;
    background-image: url(../images_sp/icon_index.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  #container .section .itab > div span {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0em;
  }

  footer {
    padding: 30px 0 60px 0;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  footer .inner h5 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 32px;
  }
  footer .inner .buttons {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    margin-bottom: 40px;
  }
  footer .inner .buttons .btn {
    width: 100%;
  }
  footer .inner .buttons .btn:hover a {
    color: #000;
    transform: scale(1);
  }
  footer .inner .buttons .btn a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 75px;
    background-color: #FFF;
    border: none;
  }
  footer .inner .buttons .btn span {
    color: #888888;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    height: 75px;
    background-color: #FFF;
  }
  footer .inner .logo {
    width: 246px;
    margin-bottom: 40px;
  }
  footer .inner .logo a {
    width: 100%;
    height: 36px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .inner .sitemap {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
    padding: 16px 0;
    margin-bottom: 40px;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
  }
  footer .inner .sitemap .set {
    width: 100%;
    gap: 0px;
  }
  footer .inner .sitemap .set:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #FFF;
  }
  footer .inner .sitemap dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .sitemap dl:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #FFF;
  }
  footer .inner .sitemap dl dt {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
  }
  footer .inner .sitemap dl dt.on::after {
    background-image: url(../images_sp/icon_minus_white.svg);
  }
  footer .inner .sitemap dl dt::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images_sp/icon_plus_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  footer .inner .sitemap dl dd {
    width: 100%;
    padding: 8px 0 0 20px;
    display: none;
  }
  footer .inner .sitemap dl dd ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  footer .inner ul.sns {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
    margin-bottom: 40px;
  }
  footer .inner ul.sns li {
    width: 40px;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner ul.sns li:hover {
    opacity: 1;
    transform: scale(1);
  }
  footer .inner .link {
    margin-bottom: 40px;
  }
  footer .inner .link a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 0 8px;
  }
  footer .inner .link a:hover {
    opacity: 1;
  }
  footer .inner .link a::after {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../images/icon_blank.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .inner .link a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: underline;
  }
  footer .inner p {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  footer .pgtop {
    right: 15px;
    bottom: 60px;
  }
  footer .pgtop a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 390px) {
  html {
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

/*# sourceMappingURL=style.css.map */
