@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anta&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anta&family=Noto+Sans+JP:wght@100..900&display=swap");
article,
aside,
footer,
header,
nav,
section,
main,
div,
img {
  display: block;
}

[hidden] {
  display: none !important;
}

header,
a,
li,
div,
dl,
dt,
dd,
input,
section,
textarea,
th,
td,
label {
  box-sizing: border-box;
}

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

dd,
dt {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

p,
dl {
  margin: 0;
}

blockquote {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}

td,
th {
  word-break: break-word;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  font-family: sans-serif;
}

:-moz-placeholder {
  font-family: sans-serif;
}

input,
button {
  background: none;
  border: none;
  outline: none;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=reset]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
  input:not([type=checkbox]),
  textarea,
  select {
    font-size: 1.6rem;
  }
}

select {
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 標準 */
  border-radius: 0;
  background: none;
  color: #000;
}

@media (min-width: 500px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
table {
  word-break: normal;
  overflow-wrap: break-word;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  position: relative;
  margin: 0;
  color: #000;
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

footer {
  width: 100%;
  padding: 50px 60px;
  box-sizing: border-box;
}
footer .footer-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
footer .footer-inner .info-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 50px;
  height: 100%;
}
footer .footer-inner .nav-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
footer .footer-inner .nav-wrap .footer-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
footer .footer-inner .nav-wrap .footer-nav li {
  padding-left: 1.75rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer-inner .nav-wrap .footer-nav li:before {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1rem;
  background: #000;
  content: "";
  left: 0;
}
footer .footer-inner .nav-wrap .footer-nav li a {
  color: #000;
}
footer .footer-inner .copyright {
  font-size: 14px;
}
footer .footer-inner .copyright .pp-link {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0px 20px 40px;
  }
  footer .footer-inner {
    flex-direction: column;
    gap: 20px;
  }
  footer .footer-inner .info-wrap,
  footer .footer-inner .nav-wrap,
  footer .footer-inner .copyright {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  footer .footer-inner .info-wrap {
    align-items: center;
    gap: 50px;
  }
  footer .footer-inner .info-wrap .copyright {
    font-size: 14px;
  }
  footer .footer-inner .info-wrap .copyright .pp-link {
    font-size: 14px;
  }
  footer .footer-inner .nav-wrap {
    gap: 2rem;
  }
  footer .footer-inner .nav-wrap .footer-nav {
    gap: 0.5rem;
  }
  footer .footer-inner .nav-wrap .footer-nav li {
    padding-left: 1.75rem;
  }
  footer .footer-inner .copyright {
    text-align: center;
  }
}

.gHeader--menuBtn {
  z-index: 101;
}

.gHeader {
  z-index: 100;
}

.overlay {
  z-index: 80;
}

.toTop {
  z-index: 70;
}

a {
  transition: opacity 0.2s ease-out, color 0.2s ease-out;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

main a {
  text-decoration: underline;
}
main a, main a:visited {
  color: #00a0fa;
}

main {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 7.5rem;
}
@media screen and (max-width: 1100px) {
  main {
    padding-top: 6.4rem;
    padding-bottom: 6rem;
  }
}
main {
  padding-bottom: 10rem;
  min-height: 75svh;
}

.admin_only {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .admin_only {
    display: none;
  }
}
.admin_only a {
  font-size: 3rem;
  color: #fff;
  opacity: 0.8;
  background: #004187;
  padding: 0 1rem;
}
.admin_only a.logout {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.page404__inner {
  padding: 8rem 0 0;
  text-align: center;
  display: grid;
  gap: 1rem;
}
.page404__inner h1 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  table[id],
  section[id] {
    scroll-margin-top: 6.4rem; /* ヘッダーの高さに合わせて調整 */
  }
}
.overlay, .gHeader--menuBtn {
  display: none;
}

.overlay {
  background-color: #000;
  cursor: pointer;
  width: 100vw;
  height: 100lvh;
  top: 0;
  left: 0;
  position: fixed;
}

.gHeader {
  width: 100%;
  background: #fff;
  position: fixed;
  line-height: 1;
}
.gHeader--logo {
  display: block;
  max-width: calc(100% - 6.4rem);
}
.gHeader__inner {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1101px) {
  .gHeader {
    height: 7.5rem;
  }
  .gHeader__inner {
    width: 96%;
  }
  .gHeader--nav {
    height: 100%;
  }
  .gHeader--nav span, .gHeader--nav a {
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.5rem;
    position: relative;
  }
  .gHeader--nav > ul {
    height: 100%;
    display: grid;
    grid-auto-flow: column;
    gap: 3rem;
    align-items: center;
  }
  .gHeader--nav > ul > li {
    height: 100%;
  }
  .gHeader--nav > ul span, .gHeader--nav > ul a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  .gHeader--nav > ul span, .gHeader--nav > ul span:visited, .gHeader--nav > ul a, .gHeader--nav > ul a:visited {
    color: #000;
  }
  .gHeader--nav > ul span[aria-current=page], .gHeader--nav > ul a[aria-current=page] {
    color: #00a0fa;
  }
  .gHeader--nav .link-ex > a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    margin: 0 0 0 10px;
    background: url("../img/common/link_ex.png") no-repeat center center/contain;
  }
  .gHeader--nav .has-child {
    position: relative;
  }
  .gHeader--nav .has-child > span:after, .gHeader--nav .has-child > a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    margin: 0 0 0 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .gHeader--nav .sub-menu {
    min-width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 7.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 65, 135, 0.9);
  }
  .gHeader--nav .sub-menu a {
    padding: 1rem 2rem;
  }
  .gHeader--nav .sub-menu a, .gHeader--nav .sub-menu a:visited, .gHeader--nav .sub-menu a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1100px) {
  body.open {
    height: 100%;
    overflow: hidden;
  }
  body.open .overlay {
    opacity: 0.6;
    display: block;
  }
  .gHeader {
    height: 6.4rem;
  }
  .gHeader__inner {
    padding: 0 1rem;
  }
  .gHeader--nav {
    background: rgba(0, 65, 135, 0.9);
    overflow-x: hidden;
    position: fixed;
    top: 6.4rem;
    max-width: 400px;
    right: -400px;
    height: 100lvh;
    width: 80%;
    font-size: 1.6rem;
  }
  .gHeader--nav > ul {
    margin: 2rem 0 10rem;
    display: grid;
    grid-auto-flow: row;
    gap: 1rem;
  }
  .gHeader--nav span, .gHeader--nav p, .gHeader--nav a, .gHeader--nav a:visited {
    color: #fff;
  }
  .gHeader--nav span, .gHeader--nav p, .gHeader--nav a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 2rem;
  }
  .gHeader--nav .sub-menu a {
    padding-left: 3rem;
  }
  .gHeader--nav .sub-menu a:before {
    content: " - ";
    padding-right: 1rem;
  }
  .gHeader--menuBtn {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    z-index: 1001;
    background: #004187;
  }
  .gHeader--menuBtn:before, .gHeader--menuBtn:after {
    content: "";
    display: block;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 60%;
  }
  .gHeader--menuBtn:before {
    top: calc(50% - 0.5rem);
  }
  .gHeader--menuBtn:after {
    top: calc(50% + 0.5rem);
  }
  .gHeader--menuBtn.close:before, .gHeader--menuBtn.close:after {
    top: 50%;
  }
  .gHeader--menuBtn.close:before {
    rotate: -45deg;
  }
  .gHeader--menuBtn.close:after {
    rotate: 45deg;
  }
}
.gFooter {
  background: #004187;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 2rem 0;
}
.gFooter a, .gFooter a:visited {
  color: #fff;
}
.gFooter .copyright span {
  font-family: monospace;
}

.toTop {
  display: none;
  position: fixed;
  bottom: 36px;
  right: 40px;
  cursor: pointer;
  width: 86px;
  height: 86px;
  border-radius: 43px;
  background: linear-gradient(45deg, #df1614 0%, #8a0dff 37%, #0071bc 100%);
}
.toTop:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  bottom: 27px;
  left: 31px;
}
.toTop:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .toTop {
    width: 56px;
    height: 56px;
  }
  .toTop:after {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    bottom: 17px;
    left: 21px;
  }
}

@media screen and (max-width: 767px) {
  .gFooter {
    padding: 3rem 0;
  }
}
.page-loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: auto;
}
.page-loader::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid rgba(0, 65, 135, 0.15);
  border-top-color: #004187;
  animation: loaderSpin 0.85s linear infinite;
}
.page-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px) {
  .is_sp {
    display: none !important;
  }
  .is_pc {
    display: block;
  }
  br.is_pc {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block;
  }
  br.is_sp {
    display: inline-block;
  }
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  background: linear-gradient(0deg, #004cc8 10%, #006cc8 90%);
  position: relative;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.btn.arrow:after, .btn.back-arrow:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.btn.arrow:after {
  right: 40px;
  transform: rotate(-135deg);
}
.btn.back-arrow:after {
  left: 40px;
  transform: rotate(45deg);
}
.btn:hover {
  opacity: 0.65;
  transition: all 0.3s;
}
.btn:hover.back-arrow:after {
  transition: all 0.3s;
  left: 35px;
}
.btn:hover.arrow:after {
  transition: all 0.3s;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 260px;
    height: 70px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn {
  /*
      @include fz(16);
      line-height: 1.6;
      background: $primary;
      display: inline-block;
      text-decoration: none;
      position: relative;
      padding: 12px 40px;
      text-align: center;
      cursor: pointer;
      transition: opacity .4s;
      @media screen and ( min-width: $md + 1 ){
          min-width: 280px;
      }
      &:hover{
          opacity: .8;
      }
      &, &:visited{
          color: #fff;
      }
      &:after {
          content: '';
          position: absolute;
          box-sizing: border-box;
          pointer-events: none;
          top: 50%;
          right: 2rem;
          width: .8rem;
          height: .8rem;
          border-top: solid 1px #fff;
          border-right: solid 1px #fff;
          transform: translateY(-50%) rotate(45deg);
      }
      &--back{
          background: rgba( $text, .5);
          padding-left: 50px;
          min-width: auto;
          &::after {
              right: auto;
              left: 2rem;
              transform: translateY(-50%) rotate(225deg);
          }
      }
      &--backArticle{
          padding-left: 50px;
          min-width: auto;
          &::after {
              right: auto;
              left: 2rem;
              transform: translateY(-50%) rotate(225deg);
          }
      }
  */
}

.wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 700px;
  }
}
.wrapper.s_lg {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .wrapper.s_lg {
    margin-bottom: 6rem;
  }
}
.wrapper.ns_tp {
  padding-top: 0;
}
.wrapper.ns_bt {
  padding-bottom: 0;
}
.wrapper.lg {
  width: 100%;
  max-width: 100%;
}
.wrapper.thin {
  max-width: 820px;
}

.embed--youtube {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 25px;
}
.embed--youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.table--wrap {
  overflow-x: auto;
  margin-bottom: 6rem;
}
.table--wrap img,
.table--wrap table {
  min-width: 600px;
}

.toc__container {
  display: table;
  min-width: 50%;
  border: 1px solid #004187;
  border-radius: 5px;
  padding: 2rem 3rem;
  margin: 3rem 0;
}
.toc__container a {
  text-decoration: none;
  color: #000;
}
.toc__title {
  font-size: 1.8rem;
  color: #004187;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
.toc__list {
  margin-bottom: 0;
  list-style: none;
  counter-reset: list;
  padding-left: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.toc__list li {
  counter-increment: list;
  position: relative;
}
.toc__list li::before {
  color: #004187;
  content: counter(list) ".";
  position: absolute;
  left: -3em;
  width: 2.5em;
  text-align: right;
}

.post__wrapper {
  display: grid;
  grid-template-columns: auto 26%;
  gap: 0 6%;
}
.post--empty {
  text-align: center;
}
.post__aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}
.post__aside--title {
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004187;
}
.post__aside--list {
  font-size: 1.5rem;
}
.post__aside--list a {
  text-decoration: none;
  padding: 0.8rem 0;
  display: inline-block;
}
.post__aside--list a, .post__aside--list a:visited {
  color: #000;
}
.post__aside--list a[aria-current=page] {
  color: #00a0fa;
  font-weight: bold;
}
.post__aside--list li {
  border-bottom: 1px solid #bfbfbf;
}
.post__aside--list .children {
  padding-left: 1em;
  border-top: 1px dashed #bfbfbf;
}
.post__aside--list .children li {
  border-bottom-style: dashed;
}
.post__aside--list .children li:last-child {
  border: none;
}
.post__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.post__list a {
  text-decoration: none;
}
.post__list a, .post__list a:visited {
  color: #000;
}
.post__list--img {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 5%;
}
.post__list--img .post--single {
  border: none;
}
.post--single {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #bfbfbf;
}
.post--single > a {
  display: inline-block;
  position: relative;
}
.post--thumb {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.post--thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post--thumb a {
  display: block;
}
.post--title {
  font-size: 1.8rem;
}
.post--info {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.post--catList {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post--catList a {
  display: block;
  text-decoration: none;
  padding: 0 0.8rem;
  background: #004187;
}
.post--catList a, .post--catList a:visited {
  color: #fff;
}
.post--archiveTitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.post--pager ul {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
.post--pager ul a, .post--pager ul span {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.post--pager ul a.current, .post--pager ul span.current {
  color: #fff;
  background: #004187;
}
.post--pager ul a.dots, .post--pager ul span.dots {
  border: none;
}
.post--pager ul a {
  text-decoration: none;
  border: 1px solid #004187;
  transition: background 0.2s;
}
.post--pager ul a, .post--pager ul a:visited {
  color: #004187;
}
.post--pager ul a:hover {
  opacity: 1;
  background: rgba(0, 65, 135, 0.3);
}

.article__info {
  margin-bottom: 2rem;
}
.article__cont {
  overflow: hidden;
  margin: 4rem auto 6rem;
}
.article--title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.article--guide {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .post__wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 6rem;
  }
  .post__aside {
    gap: 4rem;
  }
  .post__list--img {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    max-width: 500px;
    margin: 0 auto;
  }
  .post__list--img .post--single {
    padding-bottom: 0;
  }
  .post--catList {
    font-size: 1.3rem;
  }
  .post--archiveTitle {
    font-size: 2.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #004187;
  }
  .post--pager ul {
    font-size: 1.6rem;
  }
  .article__cont {
    margin: 4rem auto;
  }
}
.pageTitle {
  color: #fff;
  font-weight: bold;
  background: #004187;
  text-align: center;
  overflow: hidden;
  padding: 6rem 0;
  margin-bottom: 6rem;
  position: relative;
}
.pageTitle > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pageTitle__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pageTitle__inner {
    max-width: 700px;
  }
}
.pageTitle__inner {
  position: relative;
  z-index: 1;
}
.pageTitle .title--en {
  font-size: 6rem;
  line-height: 1.2;
}
.pageTitle .title--ja {
  font-size: 2.4rem;
  line-height: 1.6;
}
.pageTitle .title--ja_only {
  font-size: 3.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .pageTitle {
    padding: 4rem 0;
    margin-bottom: 4rem;
  }
  .pageTitle .title--en {
    font-size: 4rem;
  }
  .pageTitle .title--ja {
    font-size: 2rem;
  }
  .pageTitle .title--ja_only {
    font-size: 2.6rem;
  }
}
#tinymce .is_sp {
  opacity: 0.5;
}

#tinymce,
.pages__editable,
.article__cont {
  overflow-wrap: anywhere;
}
#tinymce .toc__container,
.pages__editable .toc__container,
.article__cont .toc__container {
  display: table;
  min-width: 50%;
  border: 1px solid #004187;
  border-radius: 5px;
  padding: 2rem 3rem;
  margin: 3rem 0;
}
#tinymce .toc__container a,
.pages__editable .toc__container a,
.article__cont .toc__container a {
  text-decoration: none;
  color: #000;
}
#tinymce .toc__title,
.pages__editable .toc__title,
.article__cont .toc__title {
  font-size: 1.8rem;
  color: #004187;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
#tinymce .toc__list,
.pages__editable .toc__list,
.article__cont .toc__list {
  margin-bottom: 0;
  list-style: none;
  counter-reset: list;
  padding-left: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
#tinymce .toc__list li,
.pages__editable .toc__list li,
.article__cont .toc__list li {
  counter-increment: list;
  position: relative;
}
#tinymce .toc__list li::before,
.pages__editable .toc__list li::before,
.article__cont .toc__list li::before {
  color: #004187;
  content: counter(list) ".";
  position: absolute;
  left: -3em;
  width: 2.5em;
  text-align: right;
}
#tinymce code,
.pages__editable code,
.article__cont code {
  display: inline-block;
  background: #272822;
  color: #ddd;
  padding: 0 0.5rem;
  border-radius: 4px;
  line-height: 1.6;
}
#tinymce span.is_break_pc, #tinymce span.is_break_sp,
.pages__editable span.is_break_pc,
.pages__editable span.is_break_sp,
.article__cont span.is_break_pc,
.article__cont span.is_break_sp {
  display: block;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #tinymce span.is_break_pc,
  .pages__editable span.is_break_pc,
  .article__cont span.is_break_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #tinymce span.is_break_sp,
  .pages__editable span.is_break_sp,
  .article__cont span.is_break_sp {
    display: none;
  }
}

#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
.pages__editable h2,
.pages__editable h3,
.pages__editable h4,
.pages__editable h5,
.pages__editable h6 {
  margin-bottom: 3rem;
}
#tinymce h2,
.pages__editable h2 {
  font-size: 3rem;
}
#tinymce h3,
.pages__editable h3 {
  font-size: 2.4rem;
}
#tinymce h4,
.pages__editable h4 {
  font-size: 2.2rem;
}
#tinymce h5,
.pages__editable h5 {
  font-size: 2rem;
}
#tinymce h6,
.pages__editable h6 {
  font-size: 1.8rem;
}
#tinymce a, #tinymce a:visited,
.pages__editable a,
.pages__editable a:visited {
  color: #333;
  text-decoration: underline;
}
#tinymce img.mb0,
#tinymce p.mb0,
.pages__editable img.mb0,
.pages__editable p.mb0 {
  margin-bottom: 0;
}
#tinymce p:has(> iframe, > img, > video, > form),
.pages__editable p:has(> iframe, > img, > video, > form) {
  margin-bottom: 0;
}
#tinymce ul,
#tinymce ol,
.pages__editable ul,
.pages__editable ol {
  padding-left: 1.5em;
}
#tinymce ul,
.pages__editable ul {
  list-style: disc;
}
#tinymce ol,
.pages__editable ol {
  list-style: decimal;
}
#tinymce hr,
.pages__editable hr {
  border: none;
  padding: 2rem;
  margin: 0 auto;
}
#tinymce iframe,
.pages__editable iframe {
  width: 100%;
  display: block;
}
#tinymce table img,
#tinymce table p,
.pages__editable table img,
.pages__editable table p {
  margin-bottom: 0;
}
#tinymce table th,
#tinymce table td,
.pages__editable table th,
.pages__editable table td {
  font-weight: normal;
  padding: 1rem;
}
#tinymce .tb_list,
.pages__editable .tb_list {
  width: 100%;
  margin: 0 auto;
}
#tinymce .tb_list th,
#tinymce .tb_list td,
.pages__editable .tb_list th,
.pages__editable .tb_list td {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  padding: 2rem 0;
}
#tinymce .tb_list tr td:first-child,
.pages__editable .tb_list tr td:first-child {
  width: 20%;
  border-bottom: 1px solid #004187;
}
#tinymce .tb_list tr td:last-child,
.pages__editable .tb_list tr td:last-child {
  width: 80%;
  padding-left: 2%;
  border-bottom: 1px solid #bfbfbf;
}
#tinymce .tb_fbox th,
#tinymce .tb_fbox td,
.pages__editable .tb_fbox th,
.pages__editable .tb_fbox td {
  padding: 0 0 4rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #tinymce .tb_fbox th,
  #tinymce .tb_fbox td,
  .pages__editable .tb_fbox th,
  .pages__editable .tb_fbox td {
    width: 100% !important;
    padding: 0 0 2rem;
  }
  #tinymce .tb_fbox th:last-child,
  #tinymce .tb_fbox td:last-child,
  .pages__editable .tb_fbox th:last-child,
  .pages__editable .tb_fbox td:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #tinymce .tb_fbox tr th:first-child,
  #tinymce .tb_fbox tr td:first-child,
  .pages__editable .tb_fbox tr th:first-child,
  .pages__editable .tb_fbox tr td:first-child {
    padding-right: 2%;
  }
  #tinymce .tb_fbox tr th:last-child,
  #tinymce .tb_fbox tr td:last-child,
  .pages__editable .tb_fbox tr th:last-child,
  .pages__editable .tb_fbox tr td:last-child {
    padding-left: 2%;
  }
  #tinymce .tb_fbox tr:last-child th,
  #tinymce .tb_fbox tr:last-child td,
  .pages__editable .tb_fbox tr:last-child th,
  .pages__editable .tb_fbox tr:last-child td {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #tinymce .tb_fbox tr,
  .pages__editable .tb_fbox tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
  }
  #tinymce .tb_fbox tr:last-child,
  .pages__editable .tb_fbox tr:last-child {
    margin-bottom: 0;
  }
}
#tinymce .tb_fbox.al_center th,
#tinymce .tb_fbox.al_center td,
.pages__editable .tb_fbox.al_center th,
.pages__editable .tb_fbox.al_center td {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #tinymce .tb_fbox.rev th,
  #tinymce .tb_fbox.rev td,
  .pages__editable .tb_fbox.rev th,
  .pages__editable .tb_fbox.rev td {
    padding-bottom: 2rem;
  }
  #tinymce .tb_fbox.rev th:last-child,
  #tinymce .tb_fbox.rev td:last-child,
  .pages__editable .tb_fbox.rev th:last-child,
  .pages__editable .tb_fbox.rev td:last-child {
    padding-bottom: 0;
  }
  #tinymce .tb_fbox.rev tr:nth-child(even),
  .pages__editable .tb_fbox.rev tr:nth-child(even) {
    flex-direction: column-reverse;
  }
  #tinymce .tb_fbox.rev tr:nth-child(even) th,
  #tinymce .tb_fbox.rev tr:nth-child(even) td,
  .pages__editable .tb_fbox.rev tr:nth-child(even) th,
  .pages__editable .tb_fbox.rev tr:nth-child(even) td {
    padding-bottom: 0;
  }
  #tinymce .tb_fbox.rev tr:nth-child(even) th:last-child,
  #tinymce .tb_fbox.rev tr:nth-child(even) td:last-child,
  .pages__editable .tb_fbox.rev tr:nth-child(even) th:last-child,
  .pages__editable .tb_fbox.rev tr:nth-child(even) td:last-child {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #tinymce .tb_fbox.col3 tr,
  .pages__editable .tb_fbox.col3 tr {
    margin-bottom: 0;
  }
  #tinymce .tb_fbox.col3 tr:last-child th:last-child,
  #tinymce .tb_fbox.col3 tr:last-child td:last-child,
  .pages__editable .tb_fbox.col3 tr:last-child th:last-child,
  .pages__editable .tb_fbox.col3 tr:last-child td:last-child {
    padding-bottom: 0;
  }
}
#tinymce .tb_fbox.col3 td,
#tinymce .tb_fbox.col3 th,
.pages__editable .tb_fbox.col3 td,
.pages__editable .tb_fbox.col3 th {
  width: 33.3333333333%;
  padding: 0 0 4rem;
}
@media screen and (min-width: 768px) {
  #tinymce .tb_fbox.col3 td:first-child,
  #tinymce .tb_fbox.col3 th:first-child,
  .pages__editable .tb_fbox.col3 td:first-child,
  .pages__editable .tb_fbox.col3 th:first-child {
    padding-right: 2%;
  }
  #tinymce .tb_fbox.col3 td:nth-child(2),
  #tinymce .tb_fbox.col3 th:nth-child(2),
  .pages__editable .tb_fbox.col3 td:nth-child(2),
  .pages__editable .tb_fbox.col3 th:nth-child(2) {
    padding-right: 1%;
    padding-left: 1%;
  }
  #tinymce .tb_fbox.col3 td:last-child,
  #tinymce .tb_fbox.col3 th:last-child,
  .pages__editable .tb_fbox.col3 td:last-child,
  .pages__editable .tb_fbox.col3 th:last-child {
    padding-left: 2%;
  }
}

.article__cont a,
.article__cont a:visited {
  color: #000;
  text-decoration: underline;
}
.article__cont .wp-block-image,
.article__cont .wp-block-table {
  margin: 0;
}
.article__cont .wp-block-image.is-style-stripes,
.article__cont .wp-block-table.is-style-stripes {
  margin-bottom: 3rem;
}
.article__cont .wp-block-image.is-style-stripes table,
.article__cont .wp-block-table.is-style-stripes table {
  margin-bottom: 0;
}
.article__cont img,
.article__cont p,
.article__cont table {
  margin-bottom: 3rem;
}
.article__cont img {
  display: inline-block;
}
.article__cont h2,
.article__cont h3,
.article__cont h4,
.article__cont h5,
.article__cont h6 {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.article__cont h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .article__cont h2 {
    font-size: 2.4rem;
  }
}
.article__cont h3 {
  font-size: 2.2rem;
}
.article__cont h4 {
  font-size: 1.8rem;
}
.article__cont h5 {
  font-size: 1.6rem;
}
.article__cont h6 {
  font-size: 1.6rem;
}
.article__cont ul,
.article__cont ol {
  margin-bottom: 2rem;
  padding-left: 1em;
}
.article__cont ul {
  list-style: disc;
}
.article__cont ol {
  list-style: decimal;
}
.article__cont p.mb10 {
  margin-bottom: 1rem;
}
.article__cont figcaption {
  margin-top: -1.5rem;
  font-size: 1.5rem;
}
.article__cont .embed_youtube {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 25px 0;
}
.article__cont .embed_youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article__cont .alignleft {
  text-align: left;
  float: none;
  margin-right: auto;
}
.article__cont .alignright {
  float: none;
  margin-left: auto;
}
.article__cont .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.article__cont .wp-element-button {
  margin-bottom: 2rem;
  text-decoration: none !important;
  background-color: #004187;
}
.article__cont .wp-element-button, .article__cont .wp-element-button:visited {
  color: #fff;
}
.article__cont .wp-block-file__button, .article__cont .wp-block-file__button:visited {
  color: #fff;
}

body.frontpage {
  font-family: "Hiragino Sans";
}
body.frontpage main {
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
body.frontpage h2 {
  font-family: "Anta", sans-serif;
  font-size: 88px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.frontpage h2 {
    font-size: 56px;
    text-align: center;
  }
}
body.frontpage h2:not(.text-white),
body.frontpage .section-title_jp:not(.text-white),
body.frontpage .section-number:not(.text-white),
body.frontpage .lead:not(.text-white) {
  color: #004cc8;
}
body.frontpage .section-title_jp {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body.frontpage .section-title_jp {
    margin-bottom: 30px;
    text-align: center;
  }
}
body.frontpage .lead {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body.frontpage .lead {
    font-size: 24px;
  }
}
body.frontpage .text-white {
  color: #fff;
}
body.frontpage .text-purple {
  color: #8a0dff;
}
body.frontpage .text-red {
  color: #df1614;
}
body.frontpage .text-blue {
  color: #004cc8;
}
body.frontpage .bg-white {
  background: #fff;
}
body.frontpage small {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
body.frontpage .tar {
  text-align: right;
}
body.frontpage .tal {
  text-align: left;
}
body.frontpage .rounded {
  border-radius: 30px;
}
body.frontpage .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}
body.frontpage .row .col-1 {
  width: 100%;
}
body.frontpage .row .col-2 {
  width: calc((100% - 40px) / 2);
}
body.frontpage .x-fit-image {
  width: 100%;
  height: auto;
}
body.frontpage {
  /* helper */
}
body.frontpage .mb40 {
  margin-bottom: 40px;
}
body.frontpage .mb30 {
  margin-bottom: 30px;
}
body.frontpage .mb20 {
  margin-bottom: 20px;
}
body.frontpage .p50 {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  body.frontpage .mb40 {
    margin-bottom: 20px;
  }
  body.frontpage .mb30 {
    margin-bottom: 15px;
  }
  body.frontpage .mb20 {
    margin-bottom: 10px;
  }
  body.frontpage .p50 {
    padding: 25px;
  }
}
body.frontpage .button {
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 300px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  margin: 70px auto;
  position: relative;
}
body.frontpage .button:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: 35px;
  transform: rotate(-135deg);
}
body.frontpage .button.arrow-white:after {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
body.frontpage .button.arrow-purple:after {
  border-left: 2px solid #8a0dff;
  border-bottom: 2px solid #8a0dff;
}
body.frontpage .button.arrow-red:after {
  border-left: 2px solid #df1614;
  border-bottom: 2px solid #df1614;
}
body.frontpage .button.arrow-blue:after {
  border-left: 2px solid #004cc8;
  border-bottom: 2px solid #004cc8;
}
body.frontpage {
  /* hero */
}
body.frontpage section#hero {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1131px) {
  body.frontpage section#hero {
    min-height: 80rem;
  }
}
body.frontpage section#hero {
  /*
        position: fixed;
        width: 100%;
        height: 100vh;
        background: no-repeat url(../img/unique/frontpage/img__frontpage_hero_image.svg) center center/cover;
        top: 0;
        left: 0;
  */
}
@media screen and (max-width: 1130px) {
  body.frontpage section#hero {
    height: 75vh;
  }
}
@media screen and (max-width: 767px) {
  body.frontpage section#hero {
    height: 85vh;
  }
}
@media screen and (max-width: 550px) {
  body.frontpage section#hero {
    height: 75vh;
  }
}
body.frontpage section#hero {
  /** header **/
}
body.frontpage section#hero header {
  width: 230px;
  height: 100vh;
}
@media screen and (min-width: 1131px) {
  body.frontpage section#hero header {
    min-height: 80rem;
  }
}
body.frontpage section#hero header {
  padding: 20px 30px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 76, 200, 0.8509803922);
}
body.frontpage section#hero header .header_decoration {
  position: absolute;
  left: 30px;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  color: #fff;
  top: 50%;
}
body.frontpage section#hero header .header_decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -8px;
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #fff 52px, transparent 52px);
  background-size: 1px 60px;
  animation: scrollDash 1.2s linear infinite;
}
@keyframes scrollDash {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
body.frontpage section#hero header .header-logo-wrap a .header-logo {
  height: 100px;
  width: auto;
}
body.frontpage section#hero header .header-nav-wrap .header-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}
body.frontpage section#hero header .header-nav-wrap .header-nav li {
  color: #fff;
  padding-left: 2.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
body.frontpage section#hero header .header-nav-wrap .header-nav li:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #fff;
  height: 1px;
  width: 1.5rem;
  left: 0;
}
body.frontpage section#hero header .header-nav-wrap .header-nav li a {
  color: #fff;
}
body.frontpage section#hero header .header-nav-wrap .header-button {
  width: 160px;
  height: 35px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #004cc8;
  background: linear-gradient(0deg, #e7f2f9 10%, #fff 50%);
  margin-top: 25px;
}
body.frontpage section#hero header .header-nav-wrap .header-button:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-left: 1px solid #004cc8;
  border-bottom: 1px solid #004cc8;
  transform: rotate(-135deg);
  right: 15px;
}
@media screen and (max-width: 1130px) {
  body.frontpage section#hero header {
    width: 140px;
    background: transparent;
    height: auto;
    padding: 20px 0 0 20px;
    position: relative;
  }
  body.frontpage section#hero header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 140px 0 0; /* 上 右 下 左 */
    border-color: rgba(0, 76, 200, 0.8509803922) transparent transparent transparent;
    z-index: -1;
  }
  body.frontpage section#hero header .header-logo-wrap a .header-logo {
    height: 50px;
    width: auto;
  }
}
body.frontpage section#hero {
  /** phrase text **/
}
body.frontpage section#hero p.phrase-1, body.frontpage section#hero p.phrase-2 {
  background: #004cc8;
  position: absolute;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  top: 27px;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  letter-spacing: 3px;
  z-index: 2;
}
body.frontpage section#hero p.phrase-1 {
  right: 27px;
}
body.frontpage section#hero p.phrase-2 {
  right: 104px;
}
@media screen and (max-width: 1130px) {
  body.frontpage section#hero p.phrase-1, body.frontpage section#hero p.phrase-2 {
    writing-mode: initial;
    justify-content: flex-start;
    width: max-content;
    top: auto;
    left: 20px;
    height: 40px;
    font-size: 24px;
    padding: 0px 20px;
    z-index: 1;
    letter-spacing: normal;
  }
  body.frontpage section#hero p.phrase-1 {
    bottom: 90px;
  }
  body.frontpage section#hero p.phrase-2 {
    bottom: 40px;
  }
}
@media screen and (max-width: 1130px) and (max-width: 440px) {
  body.frontpage section#hero p.phrase-1, body.frontpage section#hero p.phrase-2 {
    font-size: 22.25px;
    left: 10px;
    padding: 0px 10px;
  }
}
body.frontpage section#hero {
  /** hero pin layer **/
}
body.frontpage section#hero .hero-pin-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  body.frontpage section#hero .hero-pin-layer {
    height: 85vh;
    overflow: visible;
  }
}
@media screen and (max-width: 550px) {
  body.frontpage section#hero .hero-pin-layer {
    height: 75vh;
  }
}
body.frontpage section#hero .hero-pin-layer {
  animation: hero-pin-float 2.5s ease-in-out infinite;
  will-change: transform;
}
body.frontpage section#hero .hero-pin-layer.is-pins-hidden {
  opacity: 0;
  animation-play-state: paused;
}
body.frontpage section#hero .hero-pin-layer.is-pins-hidden .map-pin {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body.frontpage section#hero .hero-pin-layer--pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.frontpage section#hero .hero-pin-layer--sp {
    display: none;
  }
}
@media (min-height: 375px) and (max-height: 667px) {
  body.frontpage section#hero .hero-pin-layer--sp {
    top: clamp(0px, (667px - 100vh) * 0.3767, 110px);
  }
}
@keyframes hero-pin-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
body.frontpage section#hero .map-pin {
  pointer-events: all;
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: center bottom;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.frontpage section#hero .map-pin circle,
body.frontpage section#hero .map-pin path {
  transition: filter 0.25s ease;
}
body.frontpage section#hero .map-pin:hover {
  transform: translateY(-8px);
}
body.frontpage section#hero .map-pin:hover circle,
body.frontpage section#hero .map-pin:hover path {
  filter: brightness(1.15) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}
body.frontpage section#hero .map-pin:focus {
  outline: none;
}
body.frontpage section#hero .map-pin:focus circle,
body.frontpage section#hero .map-pin:focus path {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.9));
}
body.is-sp-menu-open.frontpage section#hero .map-pin {
  pointer-events: none;
  cursor: default;
}

body.frontpage section#hero {
  /** ツールチップ **/
}
body.frontpage section#hero .hero-pin-tooltip {
  position: fixed;
  display: flex;
  align-items: stretch;
  width: 300px;
  background: #fff;
  box-shadow: 8px 8px 0px #004cc8;
  pointer-events: none;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}
body.frontpage section#hero .hero-pin-tooltip::before, body.frontpage section#hero .hero-pin-tooltip::after {
  content: "";
  position: absolute;
  left: var(--arrow-x, 50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
body.frontpage section#hero .hero-pin-tooltip::before {
  top: calc(100% + 4px);
  left: calc(var(--arrow-x, 50%) + 12px);
  border-width: 12px 12px 0;
  border-color: #004cc8 transparent transparent;
}
body.frontpage section#hero .hero-pin-tooltip::after {
  top: 100%;
  border-width: 12px 12px 0;
  border-color: #fff transparent transparent;
}
body.frontpage section#hero .hero-pin-tooltip.is-below {
  transform: translateY(-6px);
}
body.frontpage section#hero .hero-pin-tooltip.is-below::before {
  top: auto;
  bottom: calc(100% + 0px);
  left: calc(var(--arrow-x, 50%) + 12px);
  border-width: 0 12px 12px;
  border-color: transparent transparent #004cc8;
}
body.frontpage section#hero .hero-pin-tooltip.is-below::after {
  top: auto;
  bottom: 100%;
  border-width: 0 12px 12px;
  border-color: transparent transparent #fff;
}
body.frontpage section#hero .hero-pin-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(-5px);
}
body.frontpage section#hero .hero-pin-tooltip__body {
  flex: 1;
  min-width: 0;
  padding: 15px 20px;
}
body.frontpage section#hero .hero-pin-tooltip__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 3px;
  padding-bottom: 7px;
  color: #004cc8;
}
body.frontpage section#hero .hero-pin-tooltip__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.frontpage section#hero .hero-pin-tooltip__list li {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  /*
              padding-left: 1.2em;
              position: relative;
              &::before {
                content: "・";
                position: absolute;
                left: 0;
                color: $color-blue;
              }
  */
}
body.frontpage section#hero .hero-pin-tooltip__list li + li {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  body.frontpage section#hero .hero-pin-tooltip {
    width: 280px;
  }
  body.frontpage section#hero .hero-pin-tooltip__body {
    padding: 10px 15px;
  }
  body.frontpage section#hero .hero-pin-tooltip__title {
    font-size: 16px;
    margin-bottom: 6px;
    padding-bottom: 5px;
  }
  body.frontpage section#hero .hero-pin-tooltip__list li {
    font-size: 13px;
  }
}
body.frontpage section#hero.is-hidden {
  visibility: hidden;
}
body.frontpage section#hero .base-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 1131px) {
  body.frontpage section#hero .base-bg {
    min-height: 80rem;
  }
}
body.frontpage section#hero .base-bg {
  background: no-repeat url(../img/unique/frontpage/img__frontpage_hero_image-pc.svg) center center/cover;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1130px) {
  body.frontpage section#hero .base-bg {
    height: 75vh;
  }
}
@media screen and (max-width: 767px) {
  body.frontpage section#hero .base-bg {
    height: 85vh;
    background: no-repeat url(../img/unique/frontpage/img__frontpage_hero_image-sp.svg) center center/cover;
  }
}
@media screen and (max-width: 550px) {
  body.frontpage section#hero .base-bg {
    height: 75vh;
  }
}
@media screen and (max-width: 375px) and (min-height: 375px) and (max-height: 667px) {
  body.frontpage section#hero .base-bg {
    background: no-repeat url(../img/unique/frontpage/img__frontpage_hero_image-sp.svg) center top/cover;
  }
}
body.frontpage {
  /* sp nav */
}
@media screen and (min-width: 1131px) {
  body.frontpage .sp-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: -75px;
    left: 0;
    width: 100%;
    height: 75px;
    background: #004cc8;
    z-index: 10000;
    padding: 0 20px;
    transition: all 0.35s;
  }
  body.frontpage .sp-nav-wrap .logo-wrap {
    width: 165px;
  }
  body.frontpage .sp-nav-wrap .info-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    gap: 10px;
  }
  body.frontpage .sp-nav-wrap .info-wrap .sp-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-right: 15px;
  }
  body.frontpage .sp-nav-wrap .info-wrap .sp-nav li.drwar-view {
    display: none;
  }
  body.frontpage .sp-nav-wrap .info-wrap .sp-nav li a {
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.frontpage .sp-nav-wrap .info-wrap .sp-nav li a:before {
    position: absolute;
    height: 1px;
    width: 10px;
    background: #fff;
    display: inline-block;
    content: "";
    left: -15px;
  }
  body.frontpage .sp-nav-wrap .info-wrap .header-button {
    color: #fff;
    width: 160px;
    height: 35px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004cc8;
    background: linear-gradient(0deg, #e7f2f9 10%, #fff 50%);
    font-size: 13px;
    position: relative;
  }
  body.frontpage .sp-nav-wrap .info-wrap .header-button:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-left: 1px solid #004cc8;
    border-bottom: 1px solid #004cc8;
    transform: rotate(-135deg);
    right: 15px;
  }
  body.frontpage .sp-nav-wrap .info-wrap .header-button.opinion-box {
    color: #fff;
    background: rgba(255, 255, 255, 0.2666666667);
    border: 1px solid #fff;
  }
  body.frontpage .sp-nav-wrap .info-wrap .header-button.opinion-box:after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  body.frontpage .toggle-switch {
    display: none;
  }
  body.frontpage section#hero.is-hidden + .sp-nav-wrap {
    top: 0px;
    transition: all 0.35s;
  }
}
@media screen and (max-width: 1130px) {
  body.frontpage .header-nav-wrap,
  body.frontpage .header_decoration {
    display: none;
  }
  body.frontpage .sp-nav-wrap {
    position: fixed;
    width: 100%;
    max-width: 350px;
    padding: 0 40px;
    height: 100%;
    top: 0;
    right: 0;
    background: #004cc8;
    flex-direction: column;
    transform: translateX(350px);
    transition: 0.5s;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.frontpage .sp-nav-wrap .logo-wrap {
    display: none;
  }
  body.frontpage .sp-nav-wrap .info-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }
  body.frontpage .sp-nav-wrap .info-wrap .sp-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
  body.frontpage .sp-nav-wrap .info-wrap .sp-nav li {
    font-size: 14px;
    color: #fff;
    padding-left: 2.5rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body.frontpage .sp-nav-wrap .info-wrap .sp-nav li:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #fff;
    height: 1px;
    width: 1.5rem;
    left: 0;
  }
  body.frontpage .sp-nav-wrap .info-wrap .sp-nav li a {
    color: #fff;
  }
  body.frontpage .sp-nav-wrap .info-wrap .header-button {
    width: 180px;
    height: 35px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004cc8;
    background: linear-gradient(0deg, #e7f2f9 10%, #fff 50%);
    font-size: 13px;
    position: relative;
  }
  body.frontpage .sp-nav-wrap .info-wrap .header-button:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-left: 1px solid #004cc8;
    border-bottom: 1px solid #004cc8;
    transform: rotate(-135deg);
    right: 15px;
  }
  body.frontpage .toggle-switch {
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0, 76, 200, 0.9);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
  }
  body.frontpage .toggle-switch .toggle-hamburger {
    display: inline-block;
    height: 1px;
    width: 20px;
    background: #fff;
    position: relative;
    transition: 0.3s;
  }
  body.frontpage .toggle-switch .toggle-hamburger:before, body.frontpage .toggle-switch .toggle-hamburger:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    background: #fff;
    position: absolute;
    transition: 0.3s;
  }
  body.frontpage .toggle-switch .toggle-hamburger:before {
    top: 7px;
  }
  body.frontpage .toggle-switch .toggle-hamburger:after {
    bottom: 7px;
  }
  body.frontpage .open.sp-nav-wrap {
    transform: translateX(0px);
  }
  body.frontpage .open.toggle-switch .toggle-hamburger {
    background: transparent;
    transition: 0.3s;
  }
  body.frontpage .open.toggle-switch .toggle-hamburger:before, body.frontpage .open.toggle-switch .toggle-hamburger:after {
    transition: 0.3s;
  }
  body.frontpage .open.toggle-switch .toggle-hamburger:before {
    top: 0px;
    transform: rotate(45deg);
  }
  body.frontpage .open.toggle-switch .toggle-hamburger:after {
    bottom: 0px;
    transform: rotate(-45deg);
  }
}
body.frontpage section .inner {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
body.frontpage section#about {
  padding: 90px 0 160px;
}
body.frontpage section#about .w560 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body.frontpage section#about {
    padding: 20px 0 90px;
  }
}
body.frontpage section#service {
  padding: 90px 0;
  margin: 0;
  background: linear-gradient(0deg, #df1614 0%, #8a0dff 37%, #0071bc 100%);
}
body.frontpage section#service .text-wrap {
  padding: 50px 0 50px 50px;
}
body.frontpage section#service .image-wrap {
  padding: 50px;
}
body.frontpage section#service .row {
  align-items: stretch;
}
body.frontpage section#service .custom-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  color: #fff;
}
body.frontpage section#service .custom-column h3 {
  font-size: 32px;
  width: 43%;
}
body.frontpage section#service .custom-column .exp {
  width: 50%;
}
body.frontpage section#service .custom-column .single-arrow {
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
}
body.frontpage section#service .custom-column .single-arrow:after {
  display: inline-block;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  margin-left: -2px;
  transform: rotate(-135deg);
}
body.frontpage section#service .button {
  background: linear-gradient(0deg, #e7f2f9 10%, #fff 50%);
}
body.frontpage section#service span.hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  body.frontpage section#service {
    padding: 60px 0 80px;
  }
  body.frontpage section#service .row {
    flex-direction: column;
    padding: 25px;
    gap: 25px;
  }
  body.frontpage section#service .row .text-wrap,
  body.frontpage section#service .row .image-wrap {
    width: 100%;
    padding: 0;
  }
  body.frontpage section#service .row .col-2 {
    width: 100%;
  }
  body.frontpage section#service .row .col-2 .lead {
    font-size: 26px;
  }
  body.frontpage section#service .row.sp-p0 {
    padding: 0;
    gap: 20px;
  }
  body.frontpage section#service .row.sp-p0 .bg-white {
    padding: 25px;
  }
  body.frontpage section#service .custom-column {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 550px;
    position: relative;
    padding-right: 70px;
    margin-left: auto;
    margin-right: auto;
  }
  body.frontpage section#service .custom-column h3,
  body.frontpage section#service .custom-column .exp {
    width: 100%;
    min-width: auto;
  }
  body.frontpage section#service .custom-column .single-arrow {
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
  }
  body.frontpage section#service .button {
    margin: 40px auto 60px;
  }
  body.frontpage section#service span.hr {
    margin: 30px auto;
  }
}
body.frontpage section#features-recruit {
  padding: 130px 0 90px;
  background: linear-gradient(0deg, #e7f2f9 10%, #fff 50%);
}
body.frontpage section#features-recruit .inner .section-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
body.frontpage section#features-recruit .inner .section-wrap .explain-wrap {
  width: 530px;
}
@media screen and (max-width: 767px) {
  body.frontpage section#features-recruit .inner .section-wrap {
    gap: 0px;
    flex-direction: column;
    margin-bottom: 30px;
  }
  body.frontpage section#features-recruit .inner .section-wrap .headding-wrap {
    width: 100%;
  }
  body.frontpage section#features-recruit .inner .section-wrap .explain-wrap {
    width: 100%;
  }
}
body.frontpage section#features-recruit .inner .pc1sp1,
body.frontpage section#features-recruit .inner .pc2sp1,
body.frontpage section#features-recruit .inner .pc3sp1 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  width: 100%;
}
body.frontpage section#features-recruit .inner .pc1sp1 .column,
body.frontpage section#features-recruit .inner .pc2sp1 .column,
body.frontpage section#features-recruit .inner .pc3sp1 .column {
  background: linear-gradient(0deg, #b9d9ed 0%, #d9eaf5 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 45px;
}
body.frontpage section#features-recruit .inner .pc1sp1 .column .lead,
body.frontpage section#features-recruit .inner .pc2sp1 .column .lead,
body.frontpage section#features-recruit .inner .pc3sp1 .column .lead {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.frontpage section#features-recruit .inner .pc1sp1 .column {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
body.frontpage section#features-recruit .inner .pc1sp1 .column .image-wrap,
body.frontpage section#features-recruit .inner .pc1sp1 .column .stats-wrap {
  width: calc((100% - 80px) / 3);
}
body.frontpage section#features-recruit .inner .pc1sp1 .column .label,
body.frontpage section#features-recruit .inner .pc1sp1 .column .graph-name {
  font-size: 22px;
  font-weight: 700;
  color: #004cc8;
  text-align: center;
}
body.frontpage section#features-recruit .inner .pc1sp1 .column .stats-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.frontpage section#features-recruit .inner .pc1sp1 .column .stats-wrap .hr {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
body.frontpage section#features-recruit .inner .pc1sp1 .column .stats-wrap .result {
  color: #004cc8;
  font-size: 36px;
  font-weight: 600;
}
body.frontpage section#features-recruit .inner .pc1sp1 .column .stats-wrap .result span {
  font-size: 75px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body.frontpage section#features-recruit .inner .pc1sp1 .column {
    flex-direction: column;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 30px;
  }
  body.frontpage section#features-recruit .inner .pc1sp1 .column .image-wrap,
  body.frontpage section#features-recruit .inner .pc1sp1 .column .stats-wrap {
    width: 100%;
    max-width: 260px;
  }
  body.frontpage section#features-recruit .inner .pc1sp1 .column .label,
  body.frontpage section#features-recruit .inner .pc1sp1 .column .graph-name {
    font-size: 22px;
    font-weight: 600;
    color: #004cc8;
    text-align: center;
  }
  body.frontpage section#features-recruit .inner .pc1sp1 .column .stats-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body.frontpage section#features-recruit .inner .pc1sp1 .column .stats-wrap .hr {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ffffff;
  }
  body.frontpage section#features-recruit .inner .pc1sp1 .column .stats-wrap .result {
    color: #004cc8;
    font-size: 36px;
    font-weight: 600;
  }
  body.frontpage section#features-recruit .inner .pc1sp1 .column .stats-wrap .result span {
    font-size: 75px;
    font-weight: 900;
  }
}
body.frontpage section#features-recruit .inner .pc2sp1 .column {
  width: calc((100% - 40px) / 2);
}
body.frontpage section#features-recruit .inner .pc3sp1 .column {
  flex-direction: column;
  width: calc((100% - 80px) / 3);
}
body.frontpage section#features-recruit .inner .pc3sp1 .column .lead {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body.frontpage section#features-recruit .inner .pc3sp1 {
    flex-direction: column;
    gap: 20px;
  }
  body.frontpage section#features-recruit .inner .pc3sp1 .column {
    width: 100%;
    padding: 30px;
  }
  body.frontpage section#features-recruit .inner .pc3sp1 .column .lead {
    min-height: auto;
  }
}
body.frontpage section#features-recruit .inner .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
body.frontpage section#features-recruit .inner .row .text-wrap,
body.frontpage section#features-recruit .inner .row .image-wrap {
  width: 50%;
}
body.frontpage section#features-recruit .inner .row .text-wrap {
  padding: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  body.frontpage section#features-recruit .inner .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  body.frontpage section#features-recruit .inner .row .text-wrap,
  body.frontpage section#features-recruit .inner .row .image-wrap {
    width: 100%;
  }
  body.frontpage section#features-recruit .inner .row .text-wrap .lead {
    font-size: 24px;
  }
}
body.frontpage section#features-recruit .inner .button {
  background: linear-gradient(0deg, #004cc8 10%, #006cc8 90%);
}
@media screen and (max-width: 767px) {
  body.frontpage section#features-recruit .inner .button {
    margin: 50px auto 20px;
  }
}
body.frontpage section#features-recruit {
  /* loop animation*/
}
body.frontpage section#features-recruit .loop-animation {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body.frontpage section#features-recruit .loop-animation .svg {
  display: flex;
  align-items: center;
  height: 100%;
  width: max-content;
  animation: marquee 30s linear infinite;
}
body.frontpage section#features-recruit .loop-animation .svg img {
  height: 300px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2600px);
  }
}
@media screen and (max-width: 767px) {
  body.frontpage section#features-recruit {
    padding: 75px 0 50px;
  }
  body.frontpage section#features-recruit .loop-animation {
    height: 225px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  body.frontpage section#features-recruit .loop-animation .svg {
    display: flex;
    align-items: center;
    height: 100%;
    width: max-content;
    animation: marquee 30s linear infinite;
  }
  body.frontpage section#features-recruit .loop-animation .svg img {
    height: 225px;
    width: auto;
    display: block;
    flex-shrink: 0;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1950px);
    }
  }
}
body.frontpage section#conversion {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  gap: 40px;
}
body.frontpage section#conversion .company-wrap,
body.frontpage section#conversion .contact-wrap {
  width: calc((100% - 40px) / 2);
  padding: 75px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.frontpage section#conversion .company-wrap .section-title_jp,
body.frontpage section#conversion .contact-wrap .section-title_jp {
  margin-bottom: 40px;
}
body.frontpage section#conversion .company-wrap .button,
body.frontpage section#conversion .contact-wrap .button {
  background: linear-gradient(0deg, #e7f2f9 10%, #fff 50%);
  margin: 40px auto 20px;
}
body.frontpage section#conversion .company-wrap {
  background: linear-gradient(0deg, #cb0a0a 0%, #df1614 100%);
}
body.frontpage section#conversion .contact-wrap {
  background: linear-gradient(0deg, #004cc8 0%, #0071bc 100%);
}
@media screen and (max-width: 992px) {
  body.frontpage section#conversion {
    width: calc(100% - 40px);
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
    margin-bottom: 30px;
  }
  body.frontpage section#conversion .company-wrap,
  body.frontpage section#conversion .contact-wrap {
    width: 100%;
    max-width: 500px;
    padding: 20px 40px;
  }
  body.frontpage section#conversion .company-wrap .section-title_en,
  body.frontpage section#conversion .contact-wrap .section-title_en {
    font-size: 56px;
    margin-bottom: 5px;
  }
  body.frontpage section#conversion .company-wrap .section-title_jp,
  body.frontpage section#conversion .contact-wrap .section-title_jp {
    font-size: 13px;
    margin-bottom: 15px;
  }
  body.frontpage section#conversion .company-wrap .text-white,
  body.frontpage section#conversion .contact-wrap .text-white {
    text-align: center;
  }
  body.frontpage section#conversion .company-wrap .button,
  body.frontpage section#conversion .contact-wrap .button {
    background: linear-gradient(0deg, #e7f2f9 10%, #fff 50%);
    margin: 40px auto 20px;
  }
}

/* helper */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.mt120 {
  margin-top: 120px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.my30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.forPC {
  display: initial !important;
}

.forSP {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none !important;
  }
  .forSP {
    display: initial !important;
  }
  .mt10 {
    margin-top: 7px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mt40 {
    margin-top: 25px;
  }
  .mt50 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .mt90 {
    margin-top: 60px;
  }
  .mt120 {
    margin-top: 80px;
  }
  .mb10 {
    margin-bottom: 7px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
  .mb50 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 60px;
  }
  .mb120 {
    margin-bottom: 80px;
  }
  .my30 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my45 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my90 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .py30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py45 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py60 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.x-fit-image {
  width: 100%;
  height: auto;
}

.rounded {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .rounded {
    border-radius: 20px;
  }
}

body {
  color: #333;
}
body.recruit, body.lower-page {
  word-break: break-all;
}
body.recruit header, body.lower-page header {
  background: linear-gradient(0deg, #004cc8 0%, #0071bc 100%);
}
body.recruit header section#nav, body.lower-page header section#nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 140px;
  padding: 0 35px;
}
body.recruit header section#nav .lowerpage-header-logo, body.lower-page header section#nav .lowerpage-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 100%;
}
body.recruit header section#nav .lowerpage-header-nav-wrap, body.lower-page header section#nav .lowerpage-header-nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  gap: 2rem;
}
body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav li, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav li {
  padding-left: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav li:before, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav li:before {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1rem;
  background: #fff;
  content: "";
  left: 0;
}
body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav li a, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav li a {
  color: #fff;
}
body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 160px;
  border-radius: 18px;
  border: 1px solid #fff;
  font-size: 13px;
  position: relative;
}
body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button:after, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-left: 1px solid #004cc8;
  border-bottom: 1px solid #004cc8;
  transform: rotate(-135deg);
  right: 15px;
}
body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button.opinion-box, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button.opinion-box {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button.opinion-box:after, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button.opinion-box:after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button.contact, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button.contact {
  background: #fff;
  color: #004cc8;
}
body.recruit header section#lower-header, body.lower-page header section#lower-header {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.recruit header section#lower-header .page-title-en,
body.recruit header section#lower-header .page-title-jp, body.lower-page header section#lower-header .page-title-en,
body.lower-page header section#lower-header .page-title-jp {
  color: #fff;
  line-height: 1;
}
body.recruit header section#lower-header .page-title-en, body.lower-page header section#lower-header .page-title-en {
  font-family: "Anta", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 110px;
  margin-bottom: 15px;
}
body.recruit header section#lower-header .page-title-jp, body.lower-page header section#lower-header .page-title-jp {
  font-size: 14px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1421px) {
  body.recruit header section .toggle-switch, body.lower-page header section .toggle-switch {
    display: none;
  }
}
@media screen and (max-width: 1420px) {
  body.recruit header section#nav, body.lower-page header section#nav {
    height: 110px;
    margin-bottom: 30px;
    padding: 0 20px;
    align-items: center;
  }
  body.recruit header section#nav .lowerpage-header-logo, body.lower-page header section#nav .lowerpage-header-logo {
    width: 60px;
    height: 140px;
  }
  body.recruit header section#nav .lowerpage-header-nav-wrap, body.lower-page header section#nav .lowerpage-header-nav-wrap {
    position: fixed;
    width: 100%;
    max-width: 350px;
    padding: 0 40px;
    height: 100%;
    top: 0;
    right: 0;
    background: #004cc8;
    flex-direction: column;
    transform: translateX(350px);
    transition: 0.5s;
    z-index: 10000;
  }
  body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
  body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav li, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav li {
    justify-content: flex-start;
    width: 100%;
  }
  body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button {
    width: 180px;
  }
  body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button.opinion-box, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button.opinion-box {
    background: #fff;
    color: #004cc8;
  }
  body.recruit header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button.contact, body.lower-page header section#nav .lowerpage-header-nav-wrap .lowerpage-header-nav-button.contact {
    background: #fff;
    color: #004cc8;
  }
  body.recruit header section#nav .toggle-switch, body.lower-page header section#nav .toggle-switch {
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0, 76, 200, 0.9);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
  }
  body.recruit header section#nav .toggle-switch .toggle-hamburger, body.lower-page header section#nav .toggle-switch .toggle-hamburger {
    display: inline-block;
    height: 1px;
    width: 20px;
    background: #fff;
    position: relative;
    transition: 0.3s;
  }
  body.recruit header section#nav .toggle-switch .toggle-hamburger:before, body.recruit header section#nav .toggle-switch .toggle-hamburger:after, body.lower-page header section#nav .toggle-switch .toggle-hamburger:before, body.lower-page header section#nav .toggle-switch .toggle-hamburger:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    background: #fff;
    position: absolute;
    transition: 0.3s;
  }
  body.recruit header section#nav .toggle-switch .toggle-hamburger:before, body.lower-page header section#nav .toggle-switch .toggle-hamburger:before {
    top: 7px;
  }
  body.recruit header section#nav .toggle-switch .toggle-hamburger:after, body.lower-page header section#nav .toggle-switch .toggle-hamburger:after {
    bottom: 7px;
  }
  body.recruit header section#nav.open, body.lower-page header section#nav.open {
    transition: 0.5s;
  }
  body.recruit header section#nav.open .lowerpage-header-nav-wrap, body.lower-page header section#nav.open .lowerpage-header-nav-wrap {
    transform: translateX(0px);
  }
  body.recruit header section#nav.open .toggle-switch .toggle-hamburger, body.lower-page header section#nav.open .toggle-switch .toggle-hamburger {
    background: transparent;
    transition: 0.3s;
  }
  body.recruit header section#nav.open .toggle-switch .toggle-hamburger:before, body.recruit header section#nav.open .toggle-switch .toggle-hamburger:after, body.lower-page header section#nav.open .toggle-switch .toggle-hamburger:before, body.lower-page header section#nav.open .toggle-switch .toggle-hamburger:after {
    transition: 0.3s;
  }
  body.recruit header section#nav.open .toggle-switch .toggle-hamburger:before, body.lower-page header section#nav.open .toggle-switch .toggle-hamburger:before {
    top: 0px;
    transform: rotate(45deg);
  }
  body.recruit header section#nav.open .toggle-switch .toggle-hamburger:after, body.lower-page header section#nav.open .toggle-switch .toggle-hamburger:after {
    bottom: 0px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  body.recruit header section#nav, body.lower-page header section#nav {
    height: 70px;
    margin-bottom: 15px;
    padding: 0 20px;
    align-items: center;
  }
  body.recruit header section#nav .lowerpage-header-logo, body.lower-page header section#nav .lowerpage-header-logo {
    width: 41.6px;
    height: 50px;
  }
  body.recruit header section#lower-header .page-title-en, body.lower-page header section#lower-header .page-title-en {
    font-size: 62px;
    margin-bottom: 5px;
  }
  body.recruit header section#lower-header .page-title-jp, body.lower-page header section#lower-header .page-title-jp {
    margin-bottom: 40px;
  }
}
body.lower-page {
  /* inner */
}
body.lower-page .inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
body.lower-page .inner span.hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
}
body.lower-page .inner .tac {
  text-align: center;
}
body.lower-page .inner h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 40px;
}
body.lower-page .inner h2.h2-pt1 {
  height: 38px;
  padding-left: 1.5rem;
  font-weight: 800;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 7px solid #df1614;
}
@media screen and (max-width: 767px) {
  body.lower-page .inner h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  body.lower-page .inner h2.h2-pt1 {
    height: 33px;
  }
}
body.lower-page .inner h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  body.lower-page .inner h3 {
    font-size: 25px;
  }
}
body.lower-page .inner p {
  font-weight: 400;
}
body.lower-page .inner p.leadblock-lead {
  font-weight: 800;
  font-size: 25px;
  line-height: 1.75;
  margin-bottom: 30px;
  color: #004cc8;
}
body.lower-page .inner p.leadblock-exp {
  font-size: 16px;
  margin-bottom: 120px;
}
body.lower-page .inner p.caption {
  color: #004cc8;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
}
body.lower-page .inner p.lead {
  font-weight: 600;
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}
body.lower-page .inner p.exp {
  color: #333;
  font-size: 16px;
}
body.lower-page .inner .row {
  display: flex;
  justify-content: space-between;
  gap: initial;
  align-items: center;
  gap: 4%;
}
body.lower-page .inner .row .text-wrap {
  width: 57%;
}
body.lower-page .inner .row .image-wrap {
  width: 39%;
}
@media screen and (max-width: 767px) {
  body.lower-page .inner .row {
    flex-direction: column;
    gap: 30px;
  }
  body.lower-page .inner .row .text-wrap,
  body.lower-page .inner .row .image-wrap {
    width: 100%;
  }
}
body.lower-page .inner .gray {
  background: linear-gradient(0deg, #dae5f2 0%, #f8fafd 100%);
  padding: 50px;
}
@media screen and (max-width: 767px) {
  body.lower-page .inner .gray {
    padding: 50px 20px;
  }
}
body.lower-page .inner table.basic {
  border: 1px solid #ccc;
  width: 100%;
}
body.lower-page .inner table.basic tr {
  border-bottom: 1px solid #ccc;
}
body.lower-page .inner table.basic tr th,
body.lower-page .inner table.basic tr td {
  border-left: 1px solid #ccc;
  padding: 15px;
  height: max-content;
}
body.lower-page .inner table.basic tr th {
  font-weight: 700;
  text-align: left;
  background: #004cc8;
  color: #ffffff;
}
body.lower-page .inner table.basic tr td {
  vertical-align: middle;
}
body.lower-page .inner table.line {
  width: 100%;
  border-top: 1px solid #ccc;
}
body.lower-page .inner table.line tr {
  border-bottom: 1px solid #ccc;
}
body.lower-page .inner table.line tr td {
  height: max-content;
  vertical-align: middle;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  body.lower-page .inner table.line tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  body.lower-page .inner table.line tr td:first-child {
    font-weight: bold;
    padding: 12px 0 0px;
  }
  body.lower-page .inner table.line tr td:last-child {
    padding: 0px 0 12px;
  }
}
body.lower-page .inner ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
body.lower-page .inner ul li {
  padding-left: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body.lower-page .inner ul li:before {
  top: 10px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #333;
}
body.lower-page .inner dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
body.lower-page .inner dl dt {
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100%;
  color: #fff;
  font-weight: 600;
}
body.lower-page .inner dl dd {
  border-radius: 0 0 5px 5px;
  width: 100%;
  padding: 25px 20px;
  background: #fff;
}
body.lower-page .inner dl.gray-header dt {
  background: linear-gradient(0deg, #555555 0%, #828282 100%);
}
body.lower-page .inner dl.blue-header dt {
  background: linear-gradient(0deg, #004cc8 0%, #0071bc 100%);
}
body.lower-page .inner .dl-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8%;
}
body.lower-page .inner .dl-box dl {
  width: 46%;
}
body.lower-page .inner .dl-box dl dd {
  flex: 1;
}
body.lower-page .inner .dl-box dl:first-child {
  position: relative;
}
body.lower-page .inner .dl-box dl:first-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transform: rotate(-135deg);
  top: 50%;
  right: -50px;
}
@media screen and (max-width: 767px) {
  body.lower-page .inner .dl-box {
    flex-direction: column;
    gap: 50px;
  }
  body.lower-page .inner .dl-box dl {
    width: 100%;
  }
  body.lower-page .inner .dl-box dl:first-child:after {
    transform: rotate(-45deg);
    top: initial;
    right: initial;
    bottom: -30px;
  }
}
body.recruit .inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body.recruit .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.recruit h2 {
  font-size: 32px;
  line-height: 1;
  height: 80px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body.recruit h2 {
    font-size: 28px;
    height: 70px;
    margin-bottom: 40px;
  }
}
body.recruit h2:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 5px;
  bottom: 0;
  background: #df1614;
}
body.recruit h3 {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3.5rem;
  position: relative;
  margin-bottom: 20px;
}
body.recruit h3:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  left: 0;
  background: #df1614;
}
body.recruit .image-wrap img {
  border-radius: 15px;
}
body.recruit .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6%;
  margin-bottom: 70px;
}
body.recruit .wrap .image-wrap {
  width: 46%;
}
body.recruit .wrap .text-wrap {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
body.recruit .wrap .text-wrap .label {
  background: #004cc8;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 21px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
}
body.recruit .wrap .text-wrap .jobname {
  color: #004cc8;
  font-weight: 700;
  font-size: 28px;
}
body.recruit .wrap .text-wrap .employment-type {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  margin-bottom: 46px;
}
body.recruit .wrap .text-wrap .employment-type:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #ccc;
  display: inline-block;
  bottom: -23px;
  left: 0;
  position: absolute;
}
body.recruit .wrap .text-wrap .exp {
  margin-bottom: 15px;
}
body.recruit .wrap .text-wrap .annotation {
  font-size: 14px;
}
body.recruit .wrap.mb-less {
  margin-bottom: 0px;
}
body.recruit .wrap.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  body.recruit .wrap {
    flex-direction: column-reverse;
    gap: 25px;
  }
  body.recruit .wrap.rev {
    flex-direction: column-reverse;
  }
  body.recruit .wrap .image-wrap,
  body.recruit .wrap .text-wrap {
    width: 100%;
  }
  body.recruit .wrap .text-wrap .label {
    font-size: 13px;
    height: 21px;
    margin-bottom: 5px;
  }
  body.recruit .wrap .text-wrap .jobname {
    font-size: 25px;
  }
  body.recruit .wrap .text-wrap .employment-type {
    font-size: 16px;
    margin-bottom: 30px;
  }
  body.recruit .wrap .text-wrap .employment-type:after {
    bottom: -15px;
  }
  body.recruit .wrap .text-wrap .exp {
    margin-bottom: 10px;
  }
  body.recruit .wrap .text-wrap .annotation {
    font-size: 12px;
  }
}
body.recruit .lead .page-lead,
body.recruit .lead .page-exp {
  text-align: center;
}
body.recruit .lead .page-lead {
  font-size: 25px;
  font-weight: 700;
  color: #004cc8;
  margin-bottom: 30px;
}
body.recruit .fields {
  padding: 40px 0;
}
body.recruit .fields .fieldtype-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
body.recruit .fields .fieldtype-list dt,
body.recruit .fields .fieldtype-list dd {
  width: 100%;
}
body.recruit .fields .fieldtype-list dt {
  background: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
  height: 38px;
  padding: 0 10px;
  font-weight: 700;
}
body.recruit .fields .fieldtype-list dd {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.recruit .fields {
    padding: 0;
  }
  body.recruit .fields .fieldtype-list {
    margin-bottom: 20px;
  }
}
body.recruit .requirements .basic-table {
  width: 100%;
  border: 1px solid #ccc;
}
body.recruit .requirements .basic-table tr {
  border: 1px solid #ccc;
}
body.recruit .requirements .basic-table tr th,
body.recruit .requirements .basic-table tr td {
  padding: 15px;
}
body.recruit .requirements .basic-table tr th {
  background: #e7f2f9;
  font-weight: 400;
  text-align: left;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  body.recruit .requirements .basic-table tr th {
    padding: 10px 0 12px 12px;
    min-width: 140px;
  }
  body.recruit .requirements .basic-table tr td {
    padding: 10px 12px;
  }
}
body.recruit #other-jobs {
  padding: 0 0 45px;
  background: linear-gradient(0deg, #e7f2f9 10%, #fff 80%);
}
@media screen and (max-width: 767px) {
  body.recruit #other-jobs {
    padding: 0 0 30px;
  }
}
body.recruit #points {
  padding: 45px 0;
}
body.recruit #points .pc3sp1 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2%;
}
body.recruit #points .pc3sp1 .column {
  width: 32%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  padding: 40px;
  gap: 15px;
  background: linear-gradient(0deg, #b9d9ed 0%, #d9eaf5 100%);
}
body.recruit #points .pc3sp1 .column .x-fit-image {
  max-width: 350px;
}
body.recruit #points .pc3sp1 .column .lead {
  color: #004cc8;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body.recruit #points .pc3sp1 {
    flex-direction: column;
    gap: 25px;
  }
  body.recruit #points .pc3sp1 .column {
    border-radius: 20px;
    width: 100%;
    padding: 25px;
  }
  body.recruit #points .pc3sp1 .column .lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.recruit #points {
    padding: 0 0 30px;
  }
}
body.recruit #message {
  padding: 45px 0;
  background: #eef0f5;
}
body.recruit #message .message-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
body.recruit #message .message-wrap .text-wrap {
  width: 62%;
}
body.recruit #message .message-wrap .text-wrap .lead {
  color: #004cc8;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
body.recruit #message .message-wrap .text-wrap .exp {
  line-height: 2;
}
body.recruit #message .message-wrap .image-wrap {
  width: 33%;
}
@media screen and (max-width: 767px) {
  body.recruit #message .message-wrap {
    flex-direction: column;
    gap: 25px;
  }
  body.recruit #message .message-wrap .text-wrap,
  body.recruit #message .message-wrap .image-wrap {
    width: 100%;
  }
  body.recruit #message .message-wrap .text-wrap .lead {
    font-size: 25px;
  }
  body.recruit #message .message-wrap .image-wrap {
    text-align: center;
  }
  body.recruit #message .message-wrap .image-wrap img {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.recruit #message {
    padding: 0;
  }
}
body.recruit #flow {
  padding: 45px 0;
}
body.recruit #flow .pc5sp1 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2%;
}
body.recruit #flow .pc5sp1 .column {
  width: 18.4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f2f2f2;
  position: relative;
  border-radius: 11px 11px 10px 10px;
}
body.recruit #flow .pc5sp1 .column:before, body.recruit #flow .pc5sp1 .column:after {
  content: "";
  display: inline-block;
  background: #333;
  position: absolute;
}
body.recruit #flow .pc5sp1 .column:before {
  right: -10.87%;
  width: 10.87%;
  height: 12px;
}
body.recruit #flow .pc5sp1 .column:after {
  top: calc(50% - 13px);
  left: -9px;
  width: 18px;
  height: 26px;
  background-color: #333;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
body.recruit #flow .pc5sp1 .column:last-of-type:before {
  content: none;
}
body.recruit #flow .pc5sp1 .column:first-of-type:after {
  content: none;
}
body.recruit #flow .pc5sp1 .column dt,
body.recruit #flow .pc5sp1 .column dd {
  display: flex;
  justify-content: center;
  width: 100%;
}
body.recruit #flow .pc5sp1 .column dt {
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  height: 48px;
  border-radius: 10px 10px 0 0;
}
body.recruit #flow .pc5sp1 .column dt.num1 {
  background: linear-gradient(90deg, #0071bc 0%, #0071bc 100%);
}
body.recruit #flow .pc5sp1 .column dt.num2 {
  background: linear-gradient(90deg, #0072bb 0%, #453fdd 100%);
}
body.recruit #flow .pc5sp1 .column dt.num3 {
  background: linear-gradient(90deg, #4b3ae0 0%, #8c0dfd 100%);
}
body.recruit #flow .pc5sp1 .column dt.num4 {
  background: linear-gradient(90deg, #8e0df3 0%, #de1618 100%);
}
body.recruit #flow .pc5sp1 .column dt.num5 {
  background: linear-gradient(90deg, #e01614 0%, #e01614 100%);
}
body.recruit #flow .pc5sp1 .column dd {
  height: max-content;
  align-items: flex-start;
  flex: 1;
  padding: 25px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  body.recruit #flow .pc5sp1 {
    flex-direction: column;
    gap: 50px;
  }
  body.recruit #flow .pc5sp1 .column {
    border-radius: 20px;
    width: 100%;
  }
  body.recruit #flow .pc5sp1 .column dt {
    font-size: 18px;
    height: 40px;
  }
  body.recruit #flow .pc5sp1 .column dd {
    padding: 10px;
  }
  body.recruit #flow .pc5sp1 .column:before {
    right: auto;
    bottom: -30px;
    width: 12px;
    height: 20px;
  }
  body.recruit #flow .pc5sp1 .column:after {
    top: -30px;
    left: calc(50% - 9px);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  body.recruit #flow {
    padding: 0;
  }
}
body.recruit #entry {
  margin-bottom: 120px;
}
body.recruit #entry .fulid-wrap {
  border-radius: 30px;
  background: linear-gradient(0deg, #004cc8 0%, #0071bc 100%);
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}
body.recruit #entry .fulid-wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  padding-top: 45px;
  padding-bottom: 45px;
}
body.recruit #entry .fulid-wrap .inner .text-wrap {
  width: 66%;
  color: #fff;
}
body.recruit #entry .fulid-wrap .inner .text-wrap .wrap-title {
  font-family: "Anta", sans-serif;
  font-size: 18px;
  padding-left: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
body.recruit #entry .fulid-wrap .inner .text-wrap .wrap-title:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  height: 1px;
  width: 1.5rem;
  background: #fff;
}
body.recruit #entry .fulid-wrap .inner .text-wrap .wrap-exp {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 2px;
}
body.recruit #entry .fulid-wrap .inner .button-wrap {
  width: 30%;
}
body.recruit #entry .fulid-wrap .inner .button-wrap .button {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(0deg, #dae5f2 10%, #fff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  border-radius: 40px;
  color: #004cc8;
  position: relative;
}
body.recruit #entry .fulid-wrap .inner .button-wrap .button:after {
  width: 15px;
  height: 15px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 35px;
  background: no-repeat url(../img/unique/pages/recruit/icon-blank.svg) center center/contain;
}
@media screen and (max-width: 767px) {
  body.recruit #entry {
    margin-bottom: 60px;
  }
  body.recruit #entry .fulid-wrap {
    width: calc(100% - 40px);
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  body.recruit #entry .fulid-wrap .inner {
    padding-top: 25px;
    padding-bottom: 25px;
    flex-direction: column;
    gap: 20px;
  }
  body.recruit #entry .fulid-wrap .inner .text-wrap,
  body.recruit #entry .fulid-wrap .inner .button-wrap {
    width: 100%;
  }
  body.recruit #entry .fulid-wrap .inner .text-wrap .wrap-title {
    font-size: 16px;
  }
  body.recruit #entry .fulid-wrap .inner .text-wrap .wrap-exp {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  body.recruit #entry .fulid-wrap .inner .button-wrap .button {
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    width: calc(100% - 40px);
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
  }
  body.recruit #entry .fulid-wrap .inner .button-wrap .button:after {
    right: 25px;
  }
}

.form__table {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin: 6rem auto 3rem;
}
.form__table td,
.form__table th {
  padding: 0 0 3rem;
}
.form__table th {
  width: 30%;
  padding-right: 2rem;
  font-weight: normal;
}
.form__table td {
  width: 70%;
}
.form__table input:not([type=checkbox]),
.form__table textarea,
.form__table select {
  font-size: 1.6rem;
  padding: 1rem;
  width: 100%;
  border-radius: 0;
  background: #eff2f9;
  border: none;
}
.form__table input:not([type=checkbox]).p-region,
.form__table textarea.p-region,
.form__table select.p-region {
  margin-top: 1rem;
}
.form__table input:not([type=checkbox]).form--datepicker,
.form__table textarea.form--datepicker,
.form__table select.form--datepicker {
  cursor: pointer;
  background-image: url("../img/common/f_cal.png");
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: auto 60%;
  padding-right: 4rem;
}
@media screen and (min-width: 768px) {
  .form__table input:not([type=checkbox]).min,
  .form__table textarea.min,
  .form__table select.min {
    max-width: 320px;
  }
}
.form__table select {
  cursor: pointer;
  background-image: url("../img/common/f_arrow_select.png");
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: auto 40%;
  padding-right: 4rem;
}
.form__table textarea {
  display: block;
  resize: none;
  height: 216px;
  flex: 1;
}
.form__table input[type=checkbox]:hover {
  cursor: pointer;
}
.form__table .p-country-name {
  display: none;
}
.form--notes {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem 0;
}
.form--pp a {
  text-decoration: underline;
}
.form--confirm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .form--confirm {
    flex-direction: column;
  }
}
.form--confirm .btn--back {
  margin-right: 1rem;
}

.mw_wp_form input[name="__children[pp_agreement][]"] + .error {
  display: inline;
  padding-right: 0.5em;
}
.mw_wp_form .checkbox__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  line-height: 1.4;
}
.mw_wp_form .checkbox__wrap.col {
  flex-direction: column;
}
.mw_wp_form .checkbox__wrap.form--pp {
  flex-wrap: nowrap;
  gap: 0;
}
.mw_wp_form .checkbox__wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .checkbox__wrap > span {
  position: relative;
}
.mw_wp_form .checkbox__wrap input[type=radio],
.mw_wp_form .checkbox__wrap input[type=checkbox] {
  display: none;
}
.mw_wp_form .checkbox__wrap input[type=radio] + span,
.mw_wp_form .checkbox__wrap input[type=checkbox] + span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  width: auto;
  flex-basis: auto;
}
.mw_wp_form .checkbox__wrap input[type=radio] + span::before,
.mw_wp_form .checkbox__wrap input[type=checkbox] + span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #eff2f9;
  margin-right: 1rem;
  flex-basis: auto;
  flex-shrink: 0;
}
.mw_wp_form .checkbox__wrap input[type=radio] + span::after,
.mw_wp_form .checkbox__wrap input[type=checkbox] + span::after {
  border-right: 3px solid #004187;
  border-bottom: 3px solid #004187;
  content: "";
  display: block;
  height: 9px;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 7px;
  transform: rotate(45deg);
  width: 5px;
}
.mw_wp_form .checkbox__wrap input[type=radio]:checked + span::after,
.mw_wp_form .checkbox__wrap input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.mw_wp_form .form--error input,
.mw_wp_form .form--error textarea,
.mw_wp_form .form--error select, .mw_wp_form .form--error.checkbox__wrap {
  background: #ffeeee;
  border: 1px solid #ff0000;
}
.mw_wp_form .form--error.checkbox__wrap {
  position: relative;
  padding: 1rem 1rem 4rem;
}
.mw_wp_form .form--error.checkbox__wrap .error {
  position: absolute;
  bottom: 0;
}
.mw_wp_form .form--error .error {
  font-size: 1.3rem;
  color: #ff0000;
  padding: 0.5rem 0;
}
.mw_wp_form .req {
  font-size: 1.3rem;
  color: #ff0000;
  margin-left: 1rem;
}

.mw_wp_form_input .form--send {
  display: none;
}

.mw_wp_form_preview .form__table {
  border-top: 1px solid #bfbfbf;
}
.mw_wp_form_preview .form__table th,
.mw_wp_form_preview .form__table td {
  padding: 1rem 0;
  border-bottom: 1px solid #bfbfbf;
}
.mw_wp_form_preview .form--pp a {
  pointer-events: none;
  text-decoration: none;
}
.mw_wp_form_preview .form--pp a, .mw_wp_form_preview .form--pp a:visited {
  color: #000;
}
.mw_wp_form_preview .req,
.mw_wp_form_preview .form--notes,
.mw_wp_form_preview .form--input {
  display: none;
}

.mw_wp_form_complete .formSent--title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.mw_wp_form_complete .formSent--txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form__table {
    margin: 4rem auto;
  }
  .form__table td,
  .form__table th {
    width: 100%;
    display: block;
    padding: 0;
  }
  .form__table th {
    padding-bottom: 0.5rem;
  }
  .form__table td {
    padding-bottom: 2rem;
  }
  .mw_wp_form_preview .form__table th {
    padding: 0.5rem 0;
    border-color: rgba(191, 191, 191, 0.5);
  }
}/*# sourceMappingURL=style.css.map */