@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, del, em, img, small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, footer, header, main, menu, nav, section, figure, form, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

footer, header, main, nav, section {
  display: block;
}

nav ul, nav ol, .nav ul, .nav ol {
  list-style: none;
}

nav a, .nav a {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

strong, em {
  font-weight: bold;
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: vertical;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
  scroll-padding-top: 140px;
  scroll-behavior: smooth;
}
html body {
  min-height: 100%;
  color: #111111;
  background: #FFF;
  overflow-x: hidden;
}
html body, html input, html select, html textarea {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  html {
    scroll-padding-top: 90px;
  }
  html body, html input, html select, html textarea {
    font-size: 16px;
  }
}

#page {
  padding-top: 120px;
}
@media screen and (max-width: 980px) {
  #page {
    padding-top: 90px;
  }
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

.main-content {
  width: min(90%, 1080px);
  margin-inline: auto;
}

.single-content {
  width: min(90%, 700px);
  margin-inline: auto;
}

.wide-content {
  width: min(90%, 1280px);
  margin-inline: auto;
}

.tight-content {
  max-width: 700px;
  margin-inline: auto;
}
@media print, screen and (max-width: 760px) {
  .tight-content {
    width: 92%;
  }
}

.form-content {
  max-width: 850px;
  margin-inline: auto;
}
@media print, screen and (max-width: 760px) {
  .form-content {
    width: 92%;
  }
}

.btn-md {
  display: block;
  padding: 0.6em 2.5em 0.6em 0.8em;
  color: #FFF;
  background: #152F84;
  line-height: 1.1;
  text-decoration: none;
  border: 2px solid #152F84;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  padding: 0.8em 3.5em 0.8em 1.2em;
}
.btn-md::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.35em;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.7;
}
.btn-md::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.btn-md:focus, .btn-md:hover {
  color: #152F84;
  text-decoration: none;
}
.btn-md:focus::before, .btn-md:hover::before {
  background-color: #152F84;
}
.btn-md:focus::after, .btn-md:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
@media print, screen and (max-width: 760px) {
  .btn-md {
    padding: 0.5em 2.2em 0.5em 1em;
  }
}

.main-intro-wrap {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .main-intro-wrap {
    width: 92%;
    margin-bottom: 40px;
  }
  .main-intro-wrap p {
    font-size: 12px;
  }
}

.inline-intro-wrap {
  margin-bottom: 80px;
}
.inline-intro-wrap .wp-block-group__inner-container {
  text-align: center;
}
.inline-intro-wrap .wp-block-group__inner-container p {
  display: inline-block;
}
@media print, screen and (max-width: 760px) {
  .inline-intro-wrap {
    width: 92%;
    margin-bottom: 40px;
  }
  .inline-intro-wrap .wp-block-group__inner-container {
    text-align: left;
  }
  .inline-intro-wrap .wp-block-group__inner-container p {
    font-size: 12px;
  }
}

.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
  margin-bottom: 1em;
  font-weight: bold;
}
.site-main h1:not([class]),
.site-main h1.wp-block-heading {
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.2;
}
.site-main h2:not([class]),
.site-main h2.wp-block-heading {
  margin-bottom: 2em;
  padding-bottom: 0.4em;
  font-size: clamp(32px, 3.2vw, 40px);
  line-height: 1.2;
  border-bottom: 2px solid #152F84;
}
.site-main h3:not([class]),
.site-main h3.wp-block-heading {
  margin-bottom: 0.5em;
  padding: 0.4em 1em 0.4em 1.6em;
  color: #111111;
  background-color: #8A97C2;
  font-size: clamp(24px, 3.1vw, 40px);
  line-height: 1.2;
  position: relative;
}
.site-main h3:not([class])::before,
.site-main h3.wp-block-heading::before {
  content: "";
  display: block;
  width: 1em;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background-color: #FFF;
}
.site-main h4:not([class]),
.site-main h4.wp-block-heading {
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.4;
}
.site-main h5:not([class]),
.site-main h5.wp-block-heading {
  font-size: clamp(16px, 1.4vw, 18px);
}
.site-main p + p {
  margin-top: 1em;
}

.wp-block-list {
  margin: 1em 1.5em;
}

.btn-s,
.wp-block-button__link {
  display: block;
  padding: 0.6em 2.5em 0.6em 0.8em;
  color: #FFF;
  background: #152F84;
  line-height: 1.1;
  text-decoration: none;
  border: 2px solid #152F84;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  font-size: 16px;
}
.btn-s::before,
.wp-block-button__link::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.35em;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.7;
}
.btn-s::after,
.wp-block-button__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.btn-s:focus, .btn-s:hover,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
  color: #152F84;
  text-decoration: none;
}
.btn-s:focus::before, .btn-s:hover::before,
.wp-block-button__link:focus::before,
.wp-block-button__link:hover::before {
  background-color: #152F84;
}
.btn-s:focus::after, .btn-s:hover::after,
.wp-block-button__link:focus::after,
.wp-block-button__link:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
@media print, screen and (max-width: 760px) {
  .btn-s,
  .wp-block-button__link {
    font-size: 14px;
  }
}

.btn-m {
  display: block;
  padding: 0.6em 2.5em 0.6em 0.8em;
  color: #FFF;
  background: #152F84;
  line-height: 1.1;
  text-decoration: none;
  border: 2px solid #152F84;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  font-size: 18px;
}
.btn-m::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.35em;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.7;
}
.btn-m::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.btn-m:focus, .btn-m:hover {
  color: #152F84;
  text-decoration: none;
}
.btn-m:focus::before, .btn-m:hover::before {
  background-color: #152F84;
}
.btn-m:focus::after, .btn-m:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
@media print, screen and (max-width: 760px) {
  .btn-m {
    font-size: 16px;
  }
}

.btn-m-wrap a {
  display: block;
  padding: 0.6em 2.5em 0.6em 0.8em;
  color: #FFF;
  background: #152F84;
  line-height: 1.1;
  text-decoration: none;
  border: 2px solid #152F84;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  padding: 0.8em 4.5em 0.8em 1.4em;
  font-size: 18px;
}
.btn-m-wrap a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.35em;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.7;
}
.btn-m-wrap a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.btn-m-wrap a:focus, .btn-m-wrap a:hover {
  color: #152F84;
  text-decoration: none;
}
.btn-m-wrap a:focus::before, .btn-m-wrap a:hover::before {
  background-color: #152F84;
}
.btn-m-wrap a:focus::after, .btn-m-wrap a:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
@media print, screen and (max-width: 760px) {
  .btn-m-wrap a {
    font-size: 16px;
  }
}

.btn-l {
  display: block;
  padding: 0.6em 2.5em 0.6em 0.8em;
  color: #FFF;
  background: #152F84;
  line-height: 1.1;
  text-decoration: none;
  border: 2px solid #152F84;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  padding: 1em 2.5em 1em 0.8em;
  font-size: 18px;
}
.btn-l::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.35em;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.7;
}
.btn-l::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.btn-l:focus, .btn-l:hover {
  color: #152F84;
  text-decoration: none;
}
.btn-l:focus::before, .btn-l:hover::before {
  background-color: #152F84;
}
.btn-l:focus::after, .btn-l:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
@media print, screen and (max-width: 760px) {
  .btn-l {
    font-size: 16px;
  }
}

.btn-s-white-wrap a {
  display: block;
  padding: 0.6em 2.5em 0.6em 0.8em;
  color: #111111;
  background: #FFF;
  line-height: 1.1;
  text-decoration: none;
  border: 2px solid #152F84;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.btn-s-white-wrap a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.35em;
  background-color: #111111;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.7;
}
.btn-s-white-wrap a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #152F84;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.btn-s-white-wrap a:focus, .btn-s-white-wrap a:hover {
  color: #FFF;
  text-decoration: none;
}
.btn-s-white-wrap a:focus::before, .btn-s-white-wrap a:hover::before {
  background-color: #FFF;
}
.btn-s-white-wrap a:focus::after, .btn-s-white-wrap a:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
@media print, screen and (max-width: 760px) {
  .btn-s-white-wrap a {
    font-size: 14px;
  }
}

#header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 980px) {
  #header {
    height: 90px;
  }
}

.header-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  position: relative;
}
.header-inner.is-top {
  background-color: rgba(255, 255, 255, 0);
}
.header-inner.is-scrolled {
  background-color: rgb(255, 255, 255);
}
.header-inner .site-branding {
  width: 235px;
  margin-left: 16px;
}
.header-inner .site-branding .site-title img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .header-inner .site-branding {
    width: 60%;
    margin-left: 8px;
  }
  .header-inner .site-branding .site-title img {
    width: auto;
    max-height: 58px;
  }
  .header-inner.open {
    background-color: #152F84;
  }
  .header-inner.open .site-branding .site-title img {
    -webkit-filter: invert(100%) saturate(0%);
            filter: invert(100%) saturate(0%);
  }
}

@media screen and (min-width: 980px) {
  #site-navigation {
    width: 60%;
    height: 100%;
  }
  #site-navigation .menu-toggle {
    display: none;
  }
  #primary-menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #primary-menu > ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: min(40px, 3.13vw);
    margin: auto 40px 0;
  }
  #primary-menu > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #primary-menu > ul > li > a {
    display: block;
    color: #111111;
    font-size: clamp(1rem, 0.592rem + 0.667vw, 1.125rem);
    font-weight: bold;
    white-space: nowrap;
  }
  #primary-menu > ul > li > a:focus {
    text-decoration: none;
  }
  #primary-menu > ul > li:not(.menu-item-has-children) {
    padding-bottom: 40px;
  }
  #primary-menu > ul > li:not(.menu-item-has-children) > a {
    text-decoration: none;
    position: relative;
  }
  #primary-menu > ul > li:not(.menu-item-has-children) > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #4D4D92;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  #primary-menu > ul > li:not(.menu-item-has-children) > a:hover {
    text-decoration: none;
  }
  #primary-menu > ul > li:not(.menu-item-has-children) > a:hover::after {
    width: 100%;
    opacity: 1;
  }
  #primary-menu > ul > li:not(.menu-item-has-children) > a::after {
    height: 2px;
  }
  #primary-menu > ul > li.menu-item-has-children > a {
    position: relative;
    padding-bottom: 40px;
  }
  #primary-menu > ul > li.menu-item-has-children > a:hover {
    text-decoration: none;
  }
  #primary-menu > ul > li.menu-item-has-children > a::before {
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    position: absolute;
    top: 2.2em;
    left: 50%;
    margin-left: -5px;
    background-color: #8A97C2;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
  #primary-menu > ul .sub-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 40px;
    padding: 8px 40px 40px;
    background: #FFF;
    border-radius: 0 0 0 1em;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  #primary-menu > ul .sub-menu > li {
    width: calc((100% - 128px) / 3);
    border-bottom: 2px solid #C0C0C4;
  }
  #primary-menu > ul .sub-menu > li > a {
    display: block;
    padding: 2.5em 1em;
    color: #111111;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  #primary-menu > ul .sub-menu > li > a::after {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    background: url(../images/arrow_right_circle.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -0.7em;
  }
  #primary-menu > ul .sub-menu > li > a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  #primary-menu > ul .sub-menu > li.menu-item-has-children > a::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -0.5em 0 0 0;
    background-color: #FFF;
    clip-path: none;
  }
  #primary-menu > ul .sub-menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-animation: childmenu 0.5s ease;
            animation: childmenu 0.5s ease;
  }
  .is-top #primary-menu > ul > li > a {
    color: #FFF;
  }
  .is-scrolled #primary-menu > ul > li > a {
    color: #111111;
  }
}
@-webkit-keyframes childmenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes childmenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 980px) {
  .menu-toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 24px;
    right: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span, .menu-toggle span::after, .menu-toggle span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    background-color: #67696D;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu-toggle span::before {
    top: -12px;
  }
  .menu-toggle span::after {
    bottom: -12px;
  }
  .menu-toggle.open::before {
    content: "";
  }
  .menu-toggle.open span {
    background-color: transparent;
  }
  .menu-toggle.open span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #FFF;
  }
  .menu-toggle.open span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #FFF;
  }
  #primary-menu {
    width: 100%;
    height: calc(100vh - 90px);
    position: absolute;
    top: 90px;
    right: 0;
    color: #FFF;
    background: #152F84;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    z-index: 100;
  }
  #primary-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: 2%;
    border-top: 1px solid #8A97C2;
  }
  #primary-menu > ul > li {
    border-bottom: 1px solid #8A97C2;
  }
  #primary-menu > ul > li > a {
    padding: 0.9em 0.5em;
    color: #FFF;
    font-size: 1em;
    font-weight: bold;
    position: relative;
  }
  #primary-menu > ul > li > a:active, #primary-menu > ul > li > a:focus {
    text-decoration: none;
  }
  #primary-menu > ul > li.menu-item-has-children > a::before, #primary-menu > ul > li.menu-item-has-children > a::after {
    content: "";
    width: 1em;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: 46%;
    right: 1.2em;
  }
  #primary-menu > ul > li.menu-item-has-children > a::after {
    rotate: 90deg;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
  }
  #primary-menu > ul > li.menu-item-has-children > a.open::after {
    rotate: 180deg;
  }
  #primary-menu > ul > li:not(.menu-item-has-children) > a::after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    position: absolute;
    top: 50%;
    right: 1.2em;
    margin-top: -0.7em;
    background: url(../images/arrow_right_circle_white.svg) no-repeat 0 0;
    background-size: contain;
  }
  #primary-menu > ul .sub-menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  #primary-menu > ul .sub-menu > li > a {
    padding: 0;
    color: #FFF;
    font-size: 0.9em;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    position: relative;
  }
  #primary-menu > ul .sub-menu > li > a:active, #primary-menu > ul .sub-menu > li > a:focus {
    text-decoration: none;
  }
  #primary-menu > ul .sub-menu > li > a::before {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    top: 50%;
    left: 1.5em;
    margin-top: -0.4em;
    background: url(../images/arrow_right_white.svg) no-repeat 0 0;
    background-size: contain;
  }
  #primary-menu > ul .sub-menu > li:last-child {
    margin-bottom: 24px;
  }
  #primary-menu > ul .sub-menu.open {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  #primary-menu > ul .sub-menu.open > li > a {
    padding: 0.7em 0.5em 0.7em 3.5em;
    color: #FFF;
    font-size: 0.9em;
    line-height: 1.2;
    opacity: 1;
    visibility: visible;
  }
  #primary-menu.open {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#footer-w-wrap {
  width: 100%;
}

#footer {
  padding: 40px 0;
  background-color: #67696D;
}
@media print, screen and (max-width: 760px) {
  #footer {
    padding: 24px 0;
  }
}

#gotop {
  position: fixed;
  right: 15px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  z-index: 99;
}
#gotop a {
  display: block;
  height: 100%;
  background-color: #152F84;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
#gotop a::after {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  background-color: #CED1D9;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#gotop.active a {
  opacity: 0.7;
}
#gotop.active a:hover {
  opacity: 1;
}
@media print, screen and (max-width: 760px) {
  #gotop {
    bottom: 18px;
  }
}

.ft-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4%;
  margin-bottom: 8px;
  color: #FFF;
}
.ft-content .ft-company-info {
  width: 40%;
}
.ft-content .ft-menu-list {
  width: 56%;
}
@media print, screen and (max-width: 760px) {
  .ft-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .ft-content .ft-company-info,
  .ft-content .ft-menu-list {
    width: 100%;
  }
}

.ft-company-info .company-name {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
}
.ft-company-info .address {
  margin-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .ft-company-info .company-name {
    font-size: 20px;
  }
  .ft-company-info .address {
    font-size: 14px;
  }
}

.ex-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.ex-link-wrap .map-link a,
.ex-link-wrap .mov-link a {
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.ex-link-wrap .map-link a::after,
.ex-link-wrap .mov-link a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.ex-link-wrap .map-link a:hover,
.ex-link-wrap .mov-link a:hover {
  text-decoration: none;
}
.ex-link-wrap .map-link a:hover::after,
.ex-link-wrap .mov-link a:hover::after {
  width: 100%;
  opacity: 1;
}
@media print, screen and (max-width: 760px) {
  .ex-link-wrap .map-link a,
  .ex-link-wrap .mov-link a {
    font-size: 14px;
  }
}

.ft-menu-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 16px;
}
.ft-menu-list ul li a {
  display: inline-block;
  color: #FFF;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}
.ft-menu-list ul li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.ft-menu-list ul li a:hover {
  text-decoration: none;
}
.ft-menu-list ul li a:hover::after {
  width: 100%;
  opacity: 1;
}
.ft-menu-list .ft-menu-1st > ul > li,
.ft-menu-list .ft-menu-2nd > ul > li,
.ft-menu-list .ft-menu-3rd > ul > li {
  padding: 8px 0;
}
.ft-menu-list .ft-menu-1st > ul > li > a,
.ft-menu-list .ft-menu-2nd > ul > li > a,
.ft-menu-list .ft-menu-3rd > ul > li > a {
  font-size: 16px;
  font-weight: bold;
}
.ft-menu-list .ft-menu-1st > ul > li .sub-menu,
.ft-menu-list .ft-menu-2nd > ul > li .sub-menu,
.ft-menu-list .ft-menu-3rd > ul > li .sub-menu {
  margin: 8px;
  padding-left: 14px;
  border-left: 1px solid #FFF;
}
.ft-menu-list .ft-menu-1st > ul > li .sub-menu > li > a,
.ft-menu-list .ft-menu-2nd > ul > li .sub-menu > li > a,
.ft-menu-list .ft-menu-3rd > ul > li .sub-menu > li > a {
  font-size: 14px;
}
.ft-menu-list .other-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
}
.ft-menu-list .other-menu > li > a {
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .ft-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
  .ft-menu-list .ft-menu-1st,
  .ft-menu-list .ft-menu-2nd,
  .ft-menu-list .ft-menu-3rd {
    width: 100%;
  }
  .ft-menu-list .ft-menu-1st > ul > li,
  .ft-menu-list .ft-menu-2nd > ul > li,
  .ft-menu-list .ft-menu-3rd > ul > li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  }
  .ft-menu-list .ft-menu-1st > ul > li > a,
  .ft-menu-list .ft-menu-2nd > ul > li > a,
  .ft-menu-list .ft-menu-3rd > ul > li > a {
    font-size: 14px;
  }
  .ft-menu-list .ft-menu-1st > ul > li .children,
  .ft-menu-list .ft-menu-2nd > ul > li .children,
  .ft-menu-list .ft-menu-3rd > ul > li .children {
    margin: 0;
    padding-left: 8px;
    border-left: 0;
  }
  .ft-menu-list .ft-menu-1st > ul > li .children > li > a,
  .ft-menu-list .ft-menu-2nd > ul > li .children > li > a,
  .ft-menu-list .ft-menu-3rd > ul > li .children > li > a {
    font-size: 12px;
  }
  .ft-menu-list .other-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    margin-top: 24px;
  }
  .ft-menu-list .other-menu > li {
    width: 50%;
    text-align: center;
  }
  .ft-menu-list .other-menu > li > a {
    font-size: 12px;
  }
}

.ft-copy {
  color: #FFF;
  font-size: 11px;
}

#mainvisual {
  height: 100vh;
  background-color: #152F84;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
  margin-bottom: -80px;
  overflow: hidden;
  position: relative;
}
#mainvisual .video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#mainvisual .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#mainvisual .video-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto auto;
  background-color: #383844;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, rgb(138, 151, 194) 4px, rgb(138, 151, 194) 6px);
  opacity: 0.2;
}
#mainvisual .mv-copy-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainvisual .mv-copy-wrap .mv-copy {
  margin-top: -2em;
  color: #FFF;
  font-size: clamp(2.5rem, 2.273rem + 0.909vw, 3.2rem);
  line-height: 1.4;
  font-weight: bold;
  mix-blend-mode: color-dodge;
  -webkit-animation: fadein 0.5s ease-in;
          animation: fadein 0.5s ease-in;
  z-index: 2;
}
#mainvisual .mv-en-catch {
  width: 100%;
  height: 230px;
  position: absolute;
  right: 0;
  bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#mainvisual .mv-en-catch .mv-eng {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: fadeup 1.5s ease-in;
          animation: fadeup 1.5s ease-in;
}
#mainvisual .mv-en-catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  #mainvisual .mv-copy-wrap .mv-copy {
    padding-inline: 0.5em;
    mix-blend-mode: screen;
  }
  #mainvisual .mv-en-catch {
    height: 16vh;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0.2;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0.2;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-founded {
  width: 100%;
  margin-bottom: 80px;
  padding: 80px 0;
  background: url(../images/top/bg_road.webp) repeat 0 0;
  background-size: 200px auto;
  position: relative;
  overflow: hidden;
}
.top-founded .founded-copy {
  display: block;
  width: 386px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 40px;
}
.top-founded .founded-image {
  width: 35%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.top-founded .top-founded-mds {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.top-founded .top-founded-text {
  max-width: 780px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
}
.top-founded .top-founded-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 980px) {
  .top-founded {
    padding: 40px 1.5rem 100px;
  }
}
@media print, screen and (max-width: 760px) {
  .top-founded {
    padding: 40px 1.5rem 80px;
  }
  .top-founded .founded-copy {
    width: 70%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-founded .founded-image {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.2;
  }
  .top-founded .top-founded-mds {
    font-size: 16px;
    text-align: left;
  }
  .top-founded .top-founded-text {
    margin-bottom: 24px;
    font-size: 14px;
    text-align: left;
  }
  .top-founded .top-founded-btn-wrap {
    gap: 24px;
  }
}

.top-service-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6%;
  margin-bottom: 120px;
}
.top-service-content .top-service-img {
  display: block;
  width: 46%;
  position: relative;
}
.top-service-content .top-service-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 59/58;
}
.top-service-content .top-service-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 59/58;
  position: absolute;
  top: 24px;
  left: 18px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 5px, rgb(221, 225, 237) 5px, rgb(221, 225, 237) 10px);
  z-index: -1;
}
.top-service-content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-service-content.reverse .top-service-img::after {
  left: -18px;
}
.top-service-content .top-service-detail {
  width: 36%;
}
.top-service-content .top-service-detail .top-service-title {
  margin-block: 24px 60px;
  padding-bottom: 16px;
  position: relative;
}
.top-service-content .top-service-detail .top-service-title .en-title {
  display: inline-block;
  margin-right: 24px;
  color: #152F84;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.5rem, 2.062rem + 1.798vw, 3.5rem);
  font-weight: bold;
  line-height: 1.1;
}
.top-service-content .top-service-detail .top-service-title .jp-title {
  display: inline-block;
  color: #67696D;
  font-size: clamp(1.125rem, 0.742rem + 1.573vw, 2rem);
  font-weight: bold;
  line-height: 1.1;
}
.top-service-content .top-service-detail .top-service-title::before, .top-service-content .top-service-detail .top-service-title::after {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
}
.top-service-content .top-service-detail .top-service-title::before {
  width: 42%;
  background-color: #152F84;
  bottom: 0;
  left: 0;
}
.top-service-content .top-service-detail .top-service-title::after {
  width: 80%;
  background-color: #CED1D9;
  bottom: -10px;
  right: 0;
}
.top-service-content .top-service-detail p {
  margin-bottom: 1em;
  font-size: clamp(1rem, 0.945rem + 0.225vw, 1.125rem);
}
.top-service-content .top-service-btn-wrap {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 32px;
}
@media print, screen and (max-width: 760px) {
  .top-service-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 80px;
  }
  .top-service-content .top-service-img {
    width: 90%;
    margin-right: auto;
  }
  .top-service-content .top-service-img::after {
    width: 100%;
    top: 16px;
    left: 16px;
  }
  .top-service-content.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-service-content.reverse .top-service-img::after {
    left: 16px;
  }
  .top-service-content .top-service-detail {
    width: 90%;
    margin-inline: auto;
  }
  .top-service-content .top-service-btn-wrap {
    width: 92%;
    margin-top: 24px;
    margin-inline: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px 0;
  }
  .top-service-content .top-service-btn-wrap a {
    width: calc((100% - 16px) / 2);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.scroll-infinity__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #152F84;
  opacity: 0.4;
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
          animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 480px;
}
.scroll-infinity__item > img {
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .scroll-infinity__item {
    width: 64vw;
  }
}

@media screen and (min-width: 760px) {
  .sp-only-slide {
    display: none;
  }
}
.top-recruit-content {
  margin-bottom: 80px;
  background-color: #B6BED9;
  position: relative;
}

.top-recruit-detail {
  width: min(44.5%, 570px);
  position: absolute;
  top: 40px;
  right: min(6%, 100px);
  padding: 24px;
  background-color: #FFF;
}
.top-recruit-detail h3 {
  margin-bottom: 40px;
  font-size: clamp(2rem, 1.562rem + 1.798vw, 3rem);
  font-weight: bold;
}
.top-recruit-detail .top-recruit-copy {
  margin-bottom: 8px;
  font-size: clamp(1.1rem, 1rem + 0.225vw, 1.2rem);
  font-weight: bold;
}
.top-recruit-detail p {
  font-size: clamp(1rem, 0.945rem + 0.225vw, 1.125rem);
}
.top-recruit-detail .btn-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (max-width: 760px) {
  .top-recruit-detail {
    width: 80%;
    top: 24px;
    right: 10%;
    padding: 16px;
  }
  .top-recruit-detail h3 {
    margin-bottom: 16px;
  }
  .top-recruit-detail .btn-wrap {
    margin-top: 16px;
  }
}

.top-news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3%;
  margin-bottom: 80px;
}
.top-news-content .top-news-title-wrap {
  width: 22%;
}
.top-news-content .top-news-title-wrap h3 {
  margin-bottom: 40px;
  font-size: clamp(2rem, 1.562rem + 1.798vw, 3rem);
  font-weight: bold;
}
.top-news-content .top-news-title-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-news-content .top-news-list-wrap {
  width: 75%;
}
@media print, screen and (max-width: 760px) {
  .top-news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .top-news-content .top-news-title-wrap {
    width: 100%;
    text-align: center;
  }
  .top-news-content .top-news-title-wrap h3 {
    margin-bottom: 24px;
  }
  .top-news-content .top-news-list-wrap {
    width: 100%;
  }
}

.top-news-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-block: 16px;
  border-bottom: 1px solid #C0C0C4;
}
.top-news-list .date {
  padding-left: 1em;
  color: #67696D;
  font-size: 14px;
  line-height: 1.4;
}
.top-news-list .category {
  width: 9em;
  padding: 5px 0.8em 2px;
  background-color: #CED1D9;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.top-news-list .category.local-news {
  background-color: #CDE5D3;
}
.top-news-list .category.company-info {
  background-color: #8A97C2;
}
.top-news-list .category.other-info {
  background-color: #CED1D9;
}
.top-news-list .title {
  font-size: 16px;
  line-height: 1.4;
}
.top-news-list .title a {
  color: #111111;
  text-decoration: none;
}
.top-news-list .title a.blank::after {
  width: 0.8em;
  height: 0.8em;
  opacity: 0.7;
}
@media screen and (min-width: 760px) {
  .top-news-list .title a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
    background-image: linear-gradient(to bottom, transparent, #111);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .top-news-list .title a:hover {
    background-size: 100% 1px;
  }
}
@media print, screen and (max-width: 760px) {
  .top-news-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 24px;
  }
  .top-news-list .date {
    padding-left: 0;
    font-size: 12px;
  }
  .top-news-list .title {
    font-size: 14px;
  }
}

.sp-btn-wrap {
  width: 100%;
}

.sp-news-end-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

#page-header {
  width: 100%;
  height: 530px;
  position: relative;
}
#page-header .page-header-image {
  width: 66%;
  height: 350px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
#page-header .page-header-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-header .page-header-image img.other-thumb {
  opacity: 0.5;
}
#page-header .page-title {
  width: 72%;
  height: 265px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 70px 66px;
  background-color: #152F84;
}
#page-header .page-title .title-en {
  color: #8A97C2;
  font-family: "Montserrat", sans-serif;
  font-size: min(1.56vw, 20px);
  font-weight: bold;
  line-height: 1.2;
}
#page-header .page-title .title-jp {
  margin-top: 8px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4.06vw, 52px);
  font-weight: bold;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  #page-header {
    height: 300px;
  }
  #page-header .page-header-image {
    width: 94%;
    height: 150px;
  }
  #page-header .page-title {
    width: 94%;
    height: 156px;
    padding: 40px 0 0 24px;
  }
  #page-header .page-title .title-en {
    font-size: 16px;
  }
  #page-header .page-title .title-jp {
    font-size: 30px;
  }
}

.breadcrumb-wrap {
  padding: 8px 16px;
}
@media print, screen and (max-width: 760px) {
  .breadcrumb-wrap {
    padding: 4px 8px;
  }
}

#breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #67696D;
  font-size: 0.75em;
}
#breadcrumbs a {
  color: #67696D;
}

.site-main {
  padding-block: 80px 176px;
}
@media print, screen and (max-width: 760px) {
  .site-main {
    padding-block: 40px 80px;
  }
}

.link-inpage-nav {
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 3%;
  list-style: none;
  margin-inline: auto;
  margin-bottom: 100px;
}
.link-inpage-nav > li {
  width: 21.25%;
}
.link-inpage-nav > li a {
  display: block;
  padding: 0.5em 0;
  color: #111111;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  border-bottom: 2px solid #152F84;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.link-inpage-nav > li a:hover {
  color: #152F84;
  opacity: 0.7;
  text-decoration: none;
}
.link-inpage-nav.inpage-nav-tight {
  width: 80%;
  gap: 24px 4%;
}
.link-inpage-nav.inpage-nav-tight > li {
  width: 22.6666666667%;
}
@media print, screen and (max-width: 760px) {
  .link-inpage-nav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px 8%;
    margin-bottom: 40px;
  }
  .link-inpage-nav > li {
    width: 46%;
  }
  .link-inpage-nav > li a {
    font-size: 0.9em;
  }
  .link-inpage-nav.inpage-nav-tight {
    width: 100%;
  }
  .link-inpage-nav.inpage-nav-tight > li {
    width: 46%;
  }
}

.contents-nav {
  margin-top: 120px;
  width: 100%;
  padding: 32px 6%;
  background-color: #CED1D9;
}
.contents-nav .contents-nav-title {
  margin-bottom: 1.5em;
  color: #111111;
  text-align: center;
}
.contents-nav.mt-sm-nav {
  margin-top: 40px;
}
.contents-nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 5%;
  list-style: none;
}
.contents-nav ul li {
  width: 30%;
}
.contents-nav ul li a {
  display: block;
  padding: 0.6em 2.5em 0.6em 0.8em;
  color: #FFF;
  background: #152F84;
  line-height: 1.1;
  text-decoration: none;
  border: 2px solid #152F84;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  font-size: 18px;
}
.contents-nav ul li a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.35em;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.7;
}
.contents-nav ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.contents-nav ul li a:focus, .contents-nav ul li a:hover {
  color: #152F84;
  text-decoration: none;
}
.contents-nav ul li a:focus::before, .contents-nav ul li a:hover::before {
  background-color: #152F84;
}
.contents-nav ul li a:focus::after, .contents-nav ul li a:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
.contents-nav ul li.current-menu-item a {
  color: #111111;
  background-color: #FFF;
  cursor: default;
  pointer-events: none;
}
.contents-nav ul li.current-menu-item a::before {
  background-color: #CED1D9;
}
@media print, screen and (max-width: 760px) {
  .contents-nav {
    margin-top: 80px;
  }
  .contents-nav ul {
    gap: 24px 10%;
  }
  .contents-nav ul li {
    width: 45%;
  }
  .contents-nav ul li a {
    font-size: 16px;
  }
}

#outline-table table {
  width: 100%;
  border-collapse: collapse;
}
#outline-table table tbody tr th, #outline-table table tbody tr td {
  background-color: #FFF;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #67696D;
  border-left: 0;
}
#outline-table table tbody tr th {
  width: 30%;
  padding: 0.4em;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
#outline-table table tbody tr th.officer {
  border: 0;
}
#outline-table table tbody tr th[colspan="3"] {
  border-bottom: 1px solid #67696D;
}
#outline-table table tbody tr td {
  padding: 0.4em 0.8em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#outline-table table tbody tr td:has(+ td) {
  padding: 0.2em 0.8em;
  border: 0;
}
#outline-table table tbody tr td + td {
  width: 35%;
  padding: 0.2em 0.8em;
  border: 0;
}
@media print, screen and (max-width: 760px) {
  #outline-table table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #outline-table table tbody tr th, #outline-table table tbody tr td {
    display: block;
    width: 100%;
  }
  #outline-table table tbody tr th {
    padding: 0.4em 0 0.2em;
    border-top: 1px solid #67696D;
    border-bottom: 0;
  }
  #outline-table table tbody tr th.officer {
    border-top: 1px solid #67696D;
  }
  #outline-table table tbody tr th[colspan="3"] {
    border: 0;
  }
  #outline-table table tbody tr td {
    padding: 0.2em 0 0.4em;
    border: 0;
  }
  #outline-table table tbody tr td:has(+ td) {
    width: 58% !important;
    padding: 0.2em 0;
    line-height: 1.2;
  }
  #outline-table table tbody tr td + td {
    width: 42% !important;
    padding: 0.2em 0 0.2em 1em;
    line-height: 1.2;
  }
  #outline-table table tbody tr:first-of-type th {
    border-top: 0;
  }
  #outline-table table tbody tr:last-of-type td {
    border-bottom: 1px solid #67696D;
  }
}

@media print, screen and (max-width: 760px) {
  .message-image {
    max-width: 200px;
    margin-inline: auto;
  }
}

.history-wrap .list-line {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #C0C0C4;
}
.history-wrap .list-line p + figure {
  margin-top: 1em;
}
.history-wrap .list-line .item-img-list {
  margin-top: 1em;
}
.history-wrap .list-line .item-img-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.history-wrap .list-line .item-img-list > div img {
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 980px) {
  .history-wrap :where(.wp-block-columns.is-layout-flex) {
    gap: 0.5em;
  }
}
@media print, screen and (max-width: 760px) {
  .history-wrap {
    font-size: 0.9em;
  }
}

.location-layout {
  width: 96%;
  margin: 24px auto 60px;
}
.location-layout .wp-block-buttons {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.location-layout .info-souko,
.location-layout .info-track {
  padding: 0.8em 0 0.5em 80px;
  position: relative;
}
.location-layout .info-souko::before,
.location-layout .info-track::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.location-layout .info-souko::before {
  background: url(../images/icon_souko.svg) no-repeat 0 0;
  background-size: contain;
}
.location-layout .info-track::before {
  background: url(../images/icon_track.svg) no-repeat 0 0;
  background-size: contain;
}
.location-layout .info-souko + .info-track {
  margin-top: 0;
}

.location-ninsyou-icon .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 32px;
}
.location-ninsyou-icon .wp-block-group__inner-container img {
  width: 60px;
}

.sustainability-content-wrap {
  margin-block: 24px 60px;
}
@media print, screen and (max-width: 760px) {
  .sustainability-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-block: 16px 60px;
  }
}

.sustainability-content-textonly {
  margin-block: 24px;
}
@media print, screen and (max-width: 760px) {
  .sustainability-content-textonly {
    margin-block: 16px;
  }
}

.sustainability-content h4 {
  margin-bottom: 0.3em;
  padding: 0;
}
.sustainability-content h4:not(:first-of-type) {
  margin-top: 1em;
}
.sustainability-content h5 {
  margin-bottom: 0.3em;
  padding: 0;
}

.doukoukai-photo-wrap {
  width: 90%;
  margin-inline: auto;
}
.doukoukai-photo-wrap figcaption {
  text-align: center;
}

.privacy-policy h4 {
  margin-block: 1.5em 0.5em;
}
.privacy-policy p + h3 {
  margin-top: 2em;
}
.privacy-policy p a {
  color: #111111;
  text-decoration: underline;
}
.privacy-policy p a:hover {
  text-decoration: none;
}

.privacy-soudan-wrap {
  margin-block: 2em 1em;
  padding: 24px;
  border: 1px solid #67696D;
}
.privacy-soudan-wrap h4 {
  margin-block: 0 1.2em;
}

.privacy-soudan-mds {
  padding: 16px 24px;
  background-color: #CED1D9;
}

.wp-block-flexible-table-block-table.privacy-soudan-table > table tr td {
  vertical-align: top;
  border: 0;
}

.wp-block-flexible-table-block-table.privacy-soudan-table > table tr td:first-of-type {
  white-space: nowrap;
}

.service-sub-mds {
  margin-block: 40px 8px !important;
  color: #152F84;
  font-size: 32px !important;
  font-weight: bold;
  line-height: 1.2;
}

.service-sub-mds-detail {
  margin-block: 0 32px !important;
  color: #111111;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.service-sub-mds-detail-pre {
  margin-block: 0 !important;
  color: #111111;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.service-sub-mds-after {
  margin-block: 8px 40px !important;
  color: #152F84;
  font-size: 32px !important;
  font-weight: bold;
  line-height: 1.2;
}

.keibiyusou-image {
  width: 100%;
}
.keibiyusou-image img {
  display: block;
  max-width: 100%;
  margin-inline: auto;
}

.keibiyusou-hosoku {
  padding: 0 0 16px 16px;
}

.well {
  margin: 40px 0;
  padding: 16px 24px;
  border: 1px solid #CED1D9;
}

.policy-info-box {
  margin-block: 60px 24px;
  padding: 16px;
  border: 1px solid #67696D;
}

.policy-info-mds {
  padding: 0.8em 1em;
  font-size: 1.2em;
  background-color: #CED1D9;
}

.policy-info-table {
  border-collapse: collapse;
  border: 0;
}
.policy-info-table tr th,
.policy-info-table tr td {
  padding: 0.2em 0.5em;
  border: 0;
}
.policy-info-table tr td:first-of-type {
  width: 25%;
}
.policy-info-table tr td:last-of-type {
  width: 75%;
}

.relocation-archives {
  margin: 40px 0;
  padding: 16px 16px 8px;
  border: 2px solid #C0C0C4;
  border-radius: 8px;
}
.relocation-archives p {
  font-size: 0.9em;
}
.relocation-archives ol {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
.relocation-archives ol li {
  font-size: 0.8em;
}
@media print, screen and (max-width: 760px) {
  .relocation-archives {
    margin: 16px 0 24px;
    padding: 8px;
  }
  .relocation-archives ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

.news-list-wrap {
  max-width: 850px;
  margin-inline: auto;
}

.news-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  margin-bottom: 16px;
  padding: 8px;
  border-bottom: 1px solid #B0B0B2;
}
.news-list .date {
  width: 7%;
  padding-top: 3px;
  font-size: 13px;
}
.news-list .category {
  width: 12%;
  margin-top: 7px;
  padding: 4px 0;
  color: #111111;
  background-color: #EEE;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.news-list .category.local-news {
  background-color: #CDE5D3;
}
.news-list .category.company-info {
  background-color: #8A97C2;
}
.news-list .category.other-info {
  background-color: #CED1D9;
}
.news-list .title {
  width: 71%;
}
.news-list .title a {
  padding-bottom: 4px;
  color: #111111;
  text-decoration: none;
}
.news-list .title a.blank::after {
  width: 0.8em;
  height: 0.8em;
  opacity: 0.7;
}
@media screen and (min-width: 760px) {
  .news-list .title a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
    background-image: linear-gradient(to bottom, transparent, #111);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .news-list .title a:hover {
    background-size: 100% 1px;
  }
}
@media print, screen and (max-width: 760px) {
  .news-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 0;
  }
  .news-list .date {
    width: 50%;
    padding: 0;
  }
  .news-list .category {
    width: 50%;
    margin: 0;
  }
  .news-list .title {
    width: 100%;
  }
}

.pagination {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.pagination .nav-links .page-numbers {
  padding: 6px 12px;
  color: #111111;
  background-color: #FFF;
  text-decoration: none;
  border: 1px solid #152F84;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.pagination .nav-links .page-numbers.current {
  color: #FFF;
  background-color: #152F84;
  cursor: default;
  pointer-events: none;
}
.pagination .nav-links .page-numbers:hover {
  background-color: #8A97C2;
}

.news-title {
  margin-bottom: 2em;
  padding-bottom: 0.4em;
  font-size: clamp(32px, 3.2vw, 40px);
  line-height: 1.2;
}

.news-hd-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.news-hd-info .news-date {
  color: #67696D;
  font-size: 14px;
}
.news-hd-info .category {
  display: inline-block;
  padding: 4px 16px;
  color: #111111;
  background-color: #EEE;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.news-hd-info .category.local-news {
  background-color: #CDE5D3;
}
.news-hd-info .category.company-info {
  background-color: #8A97C2;
}
.news-hd-info .category.other-info {
  background-color: #CED1D9;
}

.news-mainimage {
  margin-bottom: 40px;
}
.news-mainimage img {
  max-width: 100%;
}

.news-content {
  margin-bottom: 120px;
}

.news-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-back-btn .back-btn {
  padding: 4px 18px;
  color: #152F84;
  background-color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 18px;
  border: 2px solid #152F84;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.news-back-btn .back-btn:hover {
  color: #FFF;
  background-color: #152F84;
}

.wp-element-button {
  display: block;
  padding: 0.6em 2.5em 0.6em 0.8em;
  color: #FFF;
  background: #152F84;
  line-height: 1.1;
  text-decoration: none;
  border: 2px solid #152F84;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  margin-inline: 1em;
  display: inline-block;
  vertical-align: middle;
}
.wp-element-button::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.35em;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.7;
}
.wp-element-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.wp-element-button:focus, .wp-element-button:hover {
  color: #152F84;
  text-decoration: none;
}
.wp-element-button:focus::before, .wp-element-button:hover::before {
  background-color: #152F84;
}
.wp-element-button:focus::after, .wp-element-button:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
.wp-element-button.wp-block-file__button::before {
  width: 1.2em;
  height: 1.2em;
  margin-top: -0.6em;
  background-color: transparent;
  background: url(../images/icon_download_f.svg) no-repeat 0 0;
  background-size: contain;
  clip-path: none;
  opacity: 1;
}

.recruit-moreinfo-wrap {
  margin-block: 40px 80px;
}
.recruit-moreinfo-wrap a {
  padding: 1em 2.5em 1em 0.8em;
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .recruit-moreinfo-wrap a {
    width: auto;
    padding: 1em 2em 1em 0.4em;
    font-size: 16px;
  }
}

.recruit-interview-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.recruit-interview-nav .rec-interview-nav-image {
  width: 50%;
}
.recruit-interview-nav .rec-interview-nav-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.recruit-interview-nav .rec-interview-nav-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  background-color: #CED1D9;
}
.recruit-interview-nav .rec-interview-nav-content .rec-interview-nav-mds {
  margin-bottom: 24px;
  color: #152F84;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.recruit-interview-nav .rec-interview-nav-content .btn-l {
  min-width: 15rem;
}
@media print, screen and (max-width: 760px) {
  .recruit-interview-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-interview-nav .rec-interview-nav-image,
  .recruit-interview-nav .rec-interview-nav-content {
    width: 100%;
  }
}

.recruit-btn-wrap {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto 80px;
  padding: 60px 0;
  border-top: 4px solid #e7e9ed;
  border-bottom: 4px solid #e7e9ed;
}
.recruit-btn-wrap .recruit-info-btn {
  display: inline-block;
  min-width: 15em;
  padding: 1em 2.5em 1em 0.8em;
  color: #FFF;
  background: #158433;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
  border: 2px solid #158433;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
}
.recruit-btn-wrap .recruit-info-btn::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../images/icon_blank_white.svg);
          mask-image: url(../images/icon_blank_white.svg);
  background: #FFF;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.recruit-btn-wrap .recruit-info-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.recruit-btn-wrap .recruit-info-btn:focus, .recruit-btn-wrap .recruit-info-btn:hover {
  color: #158433;
  text-decoration: none;
}
.recruit-btn-wrap .recruit-info-btn:focus::before, .recruit-btn-wrap .recruit-info-btn:hover::before {
  background: #158433;
}
.recruit-btn-wrap .recruit-info-btn:focus:after, .recruit-btn-wrap .recruit-info-btn:hover:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
@media print, screen and (max-width: 760px) {
  .recruit-btn-wrap .recruit-info-btn {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 760px) {
  .recruit-btn-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 80px;
    padding: 40px 1rem;
    gap: 40px;
  }
  .recruit-btn-wrap .recruit-info-btn,
  .recruit-btn-wrap .recruit-interview-btn {
    display: block;
    width: 100%;
  }
}

.recruit-contact-info {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 40px;
  padding: 32px 24px 40px;
  background-color: #CDE5D3;
  border-radius: 10px;
}

.recruit-contact-info-mds {
  margin-bottom: 24px;
  font-size: clamp(18px, 1.9vw, 24px);
  text-align: center;
  font-weight: bold;
}

.recruit-contact-info-text {
  margin-bottom: 24px;
  font-size: 16px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .recruit-contact-info-text {
    text-align: left;
  }
}

.wp-block-flexible-table-block-table.recruit-contact-info-table {
  max-width: 540px;
  margin-inline: auto;
}

.wp-block-flexible-table-block-table.recruit-contact-info-table > table tr th,
.wp-block-flexible-table-block-table.recruit-contact-info-table > table tr td:first-of-type {
  width: 28%;
  font-weight: bold;
}

.wp-block-flexible-table-block-table.recruit-contact-info-table > table tr td:last-of-type {
  width: 72%;
}

.wp-block-flexible-table-block-table.recruit-contact-info-table > table tr th,
.wp-block-flexible-table-block-table.recruit-contact-info-table > table tr td {
  padding: 8px 4px;
  background: transparent;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  border: 0;
}

.recruit-contact-info-table a {
  color: #111111;
}

.interview-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  margin-bottom: 60px;
}
.interview-item .interview-image {
  width: 40%;
}
.interview-item .item-text {
  width: 55%;
}
.interview-item .item-text .interview-tagline {
  margin-bottom: 24px;
  font-size: clamp(16px, 1.9vw, 24px);
  font-weight: bold;
  line-height: 1.4;
}
.interview-item .item-text .business {
  margin-bottom: 8px;
  color: #152F84;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: bold;
}
.interview-item .item-text .join {
  margin-bottom: 32px;
  font-size: clamp(15px, 1.4vw, 18px);
}
.interview-item .item-text .btn-l {
  display: inline-block;
  min-width: 16em;
}
@media print, screen and (max-width: 760px) {
  .interview-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview-item .interview-image {
    width: 100%;
    margin-bottom: 16px;
  }
  .interview-item .interview-image img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .interview-item .item-text {
    width: 100%;
  }
  .interview-item .item-text .interview-tagline {
    margin-bottom: 8px;
  }
  .interview-item .item-text .business {
    margin-bottom: 0;
  }
  .interview-item .item-text .join {
    margin-bottom: 16px;
  }
}

.interview-post-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7%;
  margin-bottom: 80px;
}
.interview-post-header .interview-tagline {
  width: 53%;
  padding: 8px 0 8px 32px;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: bold;
  border-left: 10px solid #152F84;
}
.interview-post-header .interview-outline {
  width: 40%;
  padding: 30px 40px;
  border: 2px solid #152F84;
  border-radius: 16px;
}
.interview-post-header .interview-outline .business {
  margin-bottom: 24px;
  padding-bottom: 4px;
  color: #152F84;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: bold;
  border-bottom: 1px solid #152F84;
}
.interview-post-header .interview-outline .join {
  margin-bottom: 8px;
  font-weight: bold;
}
.interview-post-header .interview-outline .place-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.interview-post-header .interview-outline .place-name .place {
  padding-top: 0.2em;
  font-size: 1rem;
  line-height: 1.1;
}
.interview-post-header .interview-outline .place-name .name {
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: bold;
  line-height: 1.1;
}
@media print, screen and (max-width: 760px) {
  .interview-post-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
  }
  .interview-post-header .interview-tagline {
    width: 100%;
    padding: 4px 0 4px 18px;
    border-left: 6px solid #152F84;
  }
  .interview-post-header .interview-outline {
    width: 100%;
    padding: 16px 24px;
  }
  .interview-post-header .interview-outline .place-name .place {
    padding-top: 0;
  }
}

.interview-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  margin-bottom: 80px;
}
.interview-content .interview-image {
  width: 40%;
}
.interview-content .interview-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.interview-content .interview-text {
  width: 55%;
}
@media print, screen and (max-width: 760px) {
  .interview-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview-content .interview-image {
    width: 100%;
    margin-block: 16px;
  }
  .interview-content .interview-text {
    width: 100%;
  }
}

.other-interview-nav-title {
  margin-bottom: 24px;
  padding-bottom: 4px;
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #152F84;
}

.other-interview-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px 1.8%;
  margin-bottom: 80px;
}
.other-interview-nav .other-interview-item {
  width: 23.65%;
}
.other-interview-nav .other-interview-item a {
  display: block;
  border-radius: 10px;
  border: 1px solid #C0C0C4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.other-interview-nav .other-interview-item a .interview-image {
  width: 100%;
}
.other-interview-nav .other-interview-item a .interview-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 23/19;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.other-interview-nav .other-interview-item a .business {
  width: 100%;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  color: #152F84;
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.other-interview-nav .other-interview-item a .business::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -0.6em;
  background: url(../images/arrow_right_circle.svg) no-repeat 0 0;
  background-size: contain;
}
.other-interview-nav .other-interview-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media print, screen and (max-width: 760px) {
  .other-interview-nav {
    gap: 24px 8%;
  }
  .other-interview-nav .other-interview-item {
    width: 46%;
  }
  .other-interview-nav .other-interview-item a .interview-image img {
    aspect-ratio: 23/17;
  }
  .other-interview-nav .other-interview-item a .business {
    min-height: 40px;
    padding: 8px;
  }
  .other-interview-nav .other-interview-item a .business::after {
    right: 8px;
  }
}

.smf-progress-tracker {
  margin-block: 80px 40px;
}
.smf-progress-tracker .smf-progress-tracker__item .smf-progress-tracker__item__number {
  width: 44px;
  height: 44px;
}
.smf-progress-tracker .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #67696D;
}
.smf-progress-tracker .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: #67696D;
}
.smf-progress-tracker .smf-progress-tracker__item[aria-current=false] .smf-progress-tracker__item__number {
  background-color: #C0C0C4;
}
.smf-progress-tracker .smf-progress-tracker__item[aria-current=false] .smf-progress-tracker__item__text {
  color: #C0C0C4;
}
.smf-progress-tracker .smf-progress-tracker__item::after, .smf-progress-tracker .smf-progress-tracker__item::before {
  top: 22px;
}

.wp-block-snow-monkey-forms-item .smf-item__col--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.wp-block-snow-monkey-forms-item .smf-item__col--label .smf-item__label .smf-item__label__text {
  font-weight: bold;
}
.wp-block-snow-monkey-forms-item .smf-item__col--label .smf-item__description {
  margin-top: 10px;
  padding: 3px 8px;
  color: #67696D;
  background-color: #FFF;
  font-size: 11px;
  line-height: 1;
  border: 1px solid #67696D;
}
.wp-block-snow-monkey-forms-item.label-hissu .smf-item__col--label .smf-item__description {
  color: #FFF;
  background-color: #152F84;
  border: 1px solid #152F84;
}

.smf-form select {
  width: 100%;
}
.smf-form textarea {
  height: 20em;
  padding: 5px;
}
.smf-form .smf-select-control__control,
.smf-form input[type=text],
.smf-form input[type=email],
.smf-form input[type=tel],
.smf-form .smf-textarea-control__control {
  width: 100%;
  margin-top: 0;
  padding: 0.5em 0.8em;
  line-height: 1.4;
  border: 1px solid #67696D;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.smf-form .smf-select-control__control:focus,
.smf-form input[type=text]:focus,
.smf-form input[type=email]:focus,
.smf-form input[type=tel]:focus,
.smf-form .smf-textarea-control__control:focus {
  background-color: #FFF;
  border-color: #152F84;
}
.smf-form .smf-select-control__control::-webkit-input-placeholder, .smf-form input[type=text]::-webkit-input-placeholder, .smf-form input[type=email]::-webkit-input-placeholder, .smf-form input[type=tel]::-webkit-input-placeholder, .smf-form .smf-textarea-control__control::-webkit-input-placeholder {
  font-size: 16px;
}
.smf-form .smf-select-control__control::-moz-placeholder, .smf-form input[type=text]::-moz-placeholder, .smf-form input[type=email]::-moz-placeholder, .smf-form input[type=tel]::-moz-placeholder, .smf-form .smf-textarea-control__control::-moz-placeholder {
  font-size: 16px;
}
.smf-form .smf-select-control__control:-ms-input-placeholder, .smf-form input[type=text]:-ms-input-placeholder, .smf-form input[type=email]:-ms-input-placeholder, .smf-form input[type=tel]:-ms-input-placeholder, .smf-form .smf-textarea-control__control:-ms-input-placeholder {
  font-size: 16px;
}
.smf-form .smf-select-control__control::-ms-input-placeholder, .smf-form input[type=text]::-ms-input-placeholder, .smf-form input[type=email]::-ms-input-placeholder, .smf-form input[type=tel]::-ms-input-placeholder, .smf-form .smf-textarea-control__control::-ms-input-placeholder {
  font-size: 16px;
}
.smf-form .smf-select-control__control::placeholder,
.smf-form input[type=text]::placeholder,
.smf-form input[type=email]::placeholder,
.smf-form input[type=tel]::placeholder,
.smf-form .smf-textarea-control__control::placeholder {
  font-size: 16px;
}
.smf-form .smf-select-control__control[name=postalcode],
.smf-form input[type=text][name=postalcode],
.smf-form input[type=email][name=postalcode],
.smf-form input[type=tel][name=postalcode],
.smf-form .smf-textarea-control__control[name=postalcode] {
  width: 8.6em;
}
.smf-form .smf-select-control__control {
  padding-right: 1.5em;
}
.smf-form .smf-checkboxes-control {
  margin-top: 1em;
}
.smf-form .smf-checkbox-control__control {
  width: 1em;
  height: 1em;
  margin-top: 0.4em;
  border: 1px solid #67696D;
}

.smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4em;
  padding-block: 40px 80px;
}
.smf-action .smf-button-control__control {
  display: block;
  padding: 0.6em 2.5em 0.6em 0.8em;
  color: #FFF;
  background: #152F84;
  line-height: 1.1;
  text-decoration: none;
  border: 2px solid #152F84;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  padding: 1em 4em 1em 1.5em;
}
.smf-action .smf-button-control__control::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.35em;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.7;
}
.smf-action .smf-button-control__control::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.smf-action .smf-button-control__control:focus, .smf-action .smf-button-control__control:hover {
  color: #152F84;
  text-decoration: none;
}
.smf-action .smf-button-control__control:focus::before, .smf-action .smf-button-control__control:hover::before {
  background-color: #152F84;
}
.smf-action .smf-button-control__control:focus::after, .smf-action .smf-button-control__control:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
.smf-action .smf-button-control__control[data-action=back] {
  padding: 1em 1.5em 1em 4em;
  background-color: #67696D;
  border-color: #67696D;
}
.smf-action .smf-button-control__control[data-action=back]::before {
  right: 0;
  left: 0.7em;
  background-color: #C4C41B;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.form-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  margin-bottom: 24px;
}
.form-list dt {
  width: 25%;
  padding-top: 8px;
  font-weight: bold;
}
.form-list dt p {
  font-weight: bold;
}
.form-list dd {
  width: 70%;
}
.form-list dd .input-pre-text {
  display: inline-block;
  margin-top: 8px;
}
.form-list .checkbox-class label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr; /* auto はアイコン、1fr はラベル文字列を想定 */
  gap: 10px;
  padding: 8px;
  font-weight: normal;
  line-height: 1.5;
  color: #111111;
}
.form-list .checkbox-class label:has(input[type=checkbox]:disabled) {
  opacity: 0.4;
}
.form-list .checkbox-class input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
  border: solid 2px #CED1D9;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, border, color, -webkit-box-shadow;
  transition-property: background-color, border, color, -webkit-box-shadow;
  transition-property: background-color, border, box-shadow, color;
  transition-property: background-color, border, box-shadow, color, -webkit-box-shadow;
}
@media (forced-colors: active) {
  .form-list .checkbox-class input[type=checkbox] {
    -webkit-transition: none;
    transition: none;
    border-color: CanvasText;
  }
}
.form-list .checkbox-class input[type=checkbox]:checked {
  background: #152F84;
  border-color: #152F84;
}
@media (forced-colors: active) {
  .form-list .checkbox-class input[type=checkbox]:checked {
    background-color: Canvas;
    border-color: CanvasText;
  }
}
@media (forced-colors: none) and (any-hover: hover) {
  .form-list .checkbox-class input[type=checkbox]:hover:enabled {
    border-color: #152F84;
    -webkit-box-shadow: 0 0 0 4px #DDD;
            box-shadow: 0 0 0 4px #DDD;
  }
}
.form-list .checkbox-class input[type=checkbox]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  -webkit-mask-image: url("check.svg");
          mask-image: url("check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFF;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (forced-colors: active) {
  .form-list .checkbox-class input[type=checkbox]::before {
    -webkit-transition: none;
    transition: none;
    background-color: CanvasText;
  }
}
.form-list .checkbox-class input[type=checkbox]:checked::before {
  opacity: 1;
}
.form-list .error {
  color: #F43D43;
}
.form-list select[class*=not-valid],
.form-list input[type=text][class*=not-valid],
.form-list input[type=email][class*=not-valid],
.form-list input[type=tel][class*=not-valid],
.form-list textarea[class*=not-valid] {
  border-color: #F43D43;
}
@media print, screen and (max-width: 760px) {
  .form-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
  .form-list dt,
  .form-list dd {
    width: 100%;
  }
  .form-list select,
  .form-list input[type=text],
  .form-list input[type=email],
  .form-list input[type=tel],
  .form-list textarea {
    font-size: 16px;
  }
  .form-list textarea {
    height: 10em;
  }
  .form-list .error {
    font-size: 14px;
  }
}

.form-notice {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
}

.form-btn-wrap {
  margin: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.form-btn-wrap input[type=submit] {
  margin-block: 24px;
  padding: 8px 32px;
  color: #FFF;
  background-color: #111111;
  border: 1px solid #111111;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  cursor: pointer;
}
.form-btn-wrap input[type=submit]:focus, .form-btn-wrap input[type=submit]:hover {
  color: #111111;
  background-color: #FFF;
}
.form-btn-wrap span[class*=spinner] {
  display: block;
}
@media print, screen and (max-width: 760px) {
  .form-btn-wrap {
    width: 90%;
    margin-inline: auto;
    gap: 24px;
  }
}

input[type=submit].w-form-btn__back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 32px;
  color: #FFF;
  background: #CED1D9;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
input[type=submit].w-form-btn__back:focus, input[type=submit].w-form-btn__back:hover {
  background: #111111;
}

input[type=submit].w-form-btn__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 77px;
  color: #FFF;
  background: #2f378d -webkit-gradient(linear, right top, left top, from(#2f378d), to(#889FCB)) 0% 0%;
  background: #2f378d linear-gradient(270deg, #2f378d 0%, #889FCB 100%) 0% 0%;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
input[type=submit].w-form-btn__submit:focus, input[type=submit].w-form-btn__submit:hover {
  background: #2f378d;
}

.w-form-complete {
  width: 90%;
  margin-inline: auto;
  padding: 40px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.w-form-complete .complete-msg {
  text-align: left;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
  a[href^="tel:"].pc {
    color: #000;
  }
}
.blank {
  position: relative;
  color: #111111;
}
.blank::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  vertical-align: middle;
  background: url(../images/blank.svg) no-repeat 0 0;
  background-size: contain;
}

.border-line {
  display: block;
  border: 1px solid #CED1D9;
}

/* Margin & Padding */
.mt-sm {
  margin-top: 0.5em;
}

.mt-md {
  margin-top: 1em;
}

.mt-lg {
  margin-top: 2em;
}

.mt-xlg {
  margin-top: 3em;
}

.mb-sm {
  margin-bottom: 0.5em;
}

.mb-md {
  margin-bottom: 1em;
}

.mb-lg {
  margin-bottom: 2em;
}

.mb-xlg {
  margin-bottom: 3em;
}

/* Indent（※印など） */
/* Vertical */
/* Position */
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Show or Hide */
@media screen and (min-width: 760px) {
  .pc-none {
    display: none;
  }
}
@media print, screen and (max-width: 760px) {
  .pc-none {
    display: block;
  }
}

@media screen and (min-width: 760px) {
  .sp-none {
    display: block;
  }
}
@media print, screen and (max-width: 760px) {
  .sp-none {
    display: none;
  }
}

/* Text Style */
.text-lg {
  font-size: 1.2em;
}

.text-ml {
  font-size: 1.06em;
}

.text-md {
  font-size: 1em;
}

.text-ms {
  font-size: 0.9em;
}

.text-sm {
  font-size: 0.8em;
}

.text-xs {
  font-size: 0.7em;
}

/* Clearfix */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}/*# sourceMappingURL=kumagaya.css.map */