#wrap {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 90px;
  }
}

header {
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 900;
  position: fixed;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}
header article {
  max-width: 1520px;
  width: 95%;
  height: 110px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
}
header article h1 {
  margin: 0;
  display: flex;
}
header article h1 a:nth-child(2) {
  margin-left: 10px;
}
header .logo {
  width: 60%;
  max-width: 229px;
  max-width: 330px;
  min-width: 139px;
  margin-right: auto;
}
header .logo img {
  width: 100%;
}
header #checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
header .navBox nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 20px;
  margin: 0;
}
header .navBox nav ul li {
  margin-bottom: 0;
  line-height: 100%;
}
header .navBox__sub ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
header .navBox__sub a {
  text-decoration: none;
  font-size: 12px;
}
header .navBox__sub .how,
header .navBox__sub .qa {
  display: flex;
  color: #444444;
  align-items: flex-end;
}
header .navBox__sub .how::before,
header .navBox__sub .qa::before {
  content: "";
  background-repeat: none;
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  margin-right: 5px;
}
header .navBox__sub .how::before {
  background-image: url(../img/nav_how.png);
}
header .navBox__sub .qa::before {
  background-image: url(../img/nav_qa.png);
}
header .navBox__sub .jp,
header .navBox__sub .en {
  padding: 4px 20px;
  line-height: 1em;
  display: block;
}
header .navBox__sub .jp {
  border: 1px solid #3352d6;
  color: #3352d6;
  margin-left: 40px;
}
header .navBox__sub .en {
  color: #444444;
  border: 1px solid #444444;
}
header .navBox__main {
  margin-top: 20px;
}
header .navBox__main li {
  font-size: clamp(0.75rem, 0.6397923197rem + 0.4702194357vw, 1.03125rem);
  transform: rotateZ(0.03deg);
}
header .navBox__main li a {
  text-decoration: none;
  color: #444444;
}
header .navBox__main li a:hover {
  color: #3352d6;
}
header .navBox__main li + li {
  padding-left: 20px;
  border-left: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  header article {
    height: 70px;
  }
  header #btn-enter {
    display: none;
  }
  header #lineMenu {
    position: fixed;
    top: 1.5rem;
    right: 1.3rem;
    width: 36px;
    height: 25px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  header #lineMenu,
  header #lineMenu span {
    z-index: 10;
  }
  header #lineMenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 6px;
    transition: all 0.5s;
  }
  header #lineMenu span:nth-of-type(1) {
    top: 0;
  }
  header #lineMenu span:nth-of-type(2) {
    top: 10px;
  }
  header #lineMenu span:nth-of-type(3) {
    bottom: 0;
  }
  header #checkbox:checked ~ label span:nth-of-type(1) {
    transform: translateY(10px) rotate(-40deg);
  }
  header #checkbox:checked ~ label span:nth-of-type(2) {
    opacity: 0;
    transition: all 0.5s;
  }
  header #checkbox:checked ~ label span:nth-of-type(3) {
    transform: translateY(-10px) rotate(40deg);
  }
  header #checkbox:checked ~ .navBox {
    visibility: visible;
    opacity: 1;
  }
  header .navBox {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(255, 255, 255, 0.9);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  header .navBox nav ul {
    margin: 0;
  }
  header .navBox nav ul li {
    margin: 0;
  }
  header .navBox__sub {
    margin: 40px 5%;
  }
  header .navBox__sub ul {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header .navBox__sub ul li {
    width: 47%;
  }
  header .navBox__sub ul li a {
    font-size: 16px !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .navBox__sub ul li a.jp, header .navBox__sub ul li a.en, header .navBox__sub ul li a.how, header .navBox__sub ul li a.qa {
    margin-left: 0;
  }
  header .navBox__sub ul li a.jp, header .navBox__sub ul li a.en {
    padding: 10px;
    text-align: center;
  }
  header .navBox__main {
    margin-top: 70px;
  }
  header .navBox__main ul {
    border-top: 1px solid #436be4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  header .navBox__main ul li {
    padding: 0;
    width: 100%;
  }
  header .navBox__main ul li a {
    display: block;
    width: 100%;
    padding: 30px 20px;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid #436be4;
  }
}
@media screen and (min-width: 768px) {
  header #btn-enter {
    display: none;
  }
}

footer {
  padding: 25px 0 0;
  margin: 0 auto;
}
footer a {
  color: #436be4;
  text-decoration: none;
}
footer.siteFooter .logo {
  width: 50%;
  margin: 0 auto;
}
footer.siteFooter .logo img {
  width: 100%;
}
footer.siteFooter .x_logo {
  position: relative;
}
footer.siteFooter .x_logo a {
  position: absolute;
  right: 5vw;
  bottom: 0;
}
footer.siteFooter .siteFooter__nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  margin: 20px auto;
  gap: 10px 20px;
  font-size: 20px;
}
footer.siteFooter .siteFooter__nav ul li {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}
footer.siteFooter .siteFooter__subnav {
  display: flex;
  flex-direction: column;
}
footer.siteFooter .siteFooter__subnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 20px auto;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2vw;
}
footer.siteFooter .siteFooter__subnav ul li {
  font-size: clamp(0.625rem, 0.5270376176rem + 0.4179728318vw, 0.875rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.siteFooter .siteFooter__subnav ul li a {
  display: block;
  text-align: center;
}
footer.siteFooter .siteFooter__subnav ul li + li {
  border-left: 1px solid #436be4;
  padding: 0 0 0 2vw;
}
footer.siteFooter .siteFooter__subnav .company_link {
  font-size: clamp(1.125rem, 1.0270376176rem + 0.4179728318vw, 1.375rem);
  line-height: 120%;
}
footer.siteFooter .siteFooter__subnav .company_link a {
  display: block;
  text-align: center;
}
footer .copyright {
  border-top: 1px solid #436be4;
  text-align: center;
  font-size: clamp(0.625rem, 0.5270376176rem + 0.4179728318vw, 0.875rem);
  padding-top: 10px;
}
footer .copyright p {
  color: #436be4;
}
@media screen and (min-width: 768px) {
  footer.siteFooter {
    border-top-color: transparent;
  }
  footer.siteFooter .logo {
    max-width: 305px;
  }
  footer.siteFooter .siteFooter__nav ul {
    flex-direction: row;
    justify-content: center;
    gap: 50px 0;
    width: 100%;
    margin: 30px 0;
  }
  footer.siteFooter .siteFooter__nav ul li {
    padding: 0 20px;
  }
  footer.siteFooter .siteFooter__nav ul li + li {
    border-left: 1px solid #000;
  }
  footer.siteFooter .siteFooter__subnav {
    width: 90%;
    margin: 0 auto;
    flex-direction: row;
  }
  footer.siteFooter .siteFooter__subnav ul {
    width: auto;
    margin: 0 0 0 auto;
  }
  footer.siteFooter .siteFooter__subnav .company_link {
    font-size: clamp(0.875rem, 0.8260188088rem + 0.2089864159vw, 1rem);
    margin-right: 30px;
  }
  footer.siteFooter .siteFooter__subnav .company_link a {
    text-decoration: none;
  }
  footer.siteFooter .siteFooter__subnav .company_link br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer.siteFooter .siteFooter__subnav {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer.siteFooter .siteFooter__subnav ul {
    margin: 0 0 20px 0;
  }
}

html.translated-ltr .en-btn,
html.translated-ltr .jp-btn {
  display: none !important;
}

.page-header_pageTitle {
  font-family: "M PLUS 1p", sans-serif !important;
}

.entry-header .entry-title {
  font-family: "M PLUS 1p", sans-serif !important;
}

.sideWidget .widget_taxonomies .widget_nav_menu h1,
.sideWidget .widget_taxonomies .widget_nav_menu ul li {
  font-family: "M PLUS 1p", sans-serif !important;
}

.section.page-header {
  background-color: #fff !important;
  text-shadow: none !important;
  color: #444;
}

.section.breadSection {
  background: linear-gradient(0.25turn, #69f2f2 0%, #b99bfb 100%);
  color: #fff;
  text-shadow: 0px 0px 4px #000000;
  margin-top: 1px;
}
.section.breadSection .breadcrumb a {
  color: #fff;
}
.section.breadSection .breadcrumb a:hover {
  border-bottom: 1px solid #fff;
}
.section.breadSection .breadcrumb li {
  color: #fff;
}
.section.breadSection .breadcrumb li span {
  color: #fff;
}
.section.breadSection .breadcrumb li span i::before {
  color: #fff;
}

.single h1.h1-title,
.blog h1.h1-title,
.archive h1.h1-title {
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 36px;
  font-size: clamp(1.25rem, 1.0050940439rem + 1.0449320794vw, 1.875rem);
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 110%;
  transform: rotateZ(0.03deg);
  font-weight: 500;
  margin: 0 0 25px 0;
}
.single h1.h1-title img,
.blog h1.h1-title img,
.archive h1.h1-title img {
  display: block;
  width: 50px;
  max-width: fit-content !important;
  margin-bottom: 5px;
  margin: 0 auto 5px;
}
.single h1.h1-title span,
.blog h1.h1-title span,
.archive h1.h1-title span {
  font-size: 22px;
  font-size: clamp(1rem, 0.8530564263rem + 0.6269592476vw, 1.375rem);
  font-weight: 800;
  flex-direction: column;
  margin: 8px auto 0;
  padding: 0;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  color: #69f2f2;
}
.single h1.h1-title span::before,
.blog h1.h1-title span::before,
.archive h1.h1-title span::before {
  content: "";
  display: block;
  height: 1px;
  border-top: 5px solid #69f2f2;
}
@media screen and (max-width: 576px) {
  .single h1.h1-title,
  .blog h1.h1-title,
  .archive h1.h1-title {
    background-image: none !important;
    margin: 0 0 30px 0;
  }
}

.post-type-event h1.h1-title img,
.post-type-application h1.h1-title img {
  width: 60px;
}

header.entry-header {
  box-shadow: none;
  z-index: 0;
}/*# sourceMappingURL=menu.css.map */