@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1220px) {
  html {
    font-size: 1.3114754098vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

body.is-locked {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.l-header.is-scrolled {
  background-color: #ffffff;
}

.l-header__inner {
  position: relative;
  z-index: 20;
  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;
  width: 100%;
  height: 8.75rem;
  padding-left: 2.75rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logoLink {
  display: block;
}
.l-header__logoLink:hover {
  opacity: 0.7;
}

.l-header__logoImg {
  width: 16.5625rem;
}
@media screen and (max-width: 767px) {
  .l-header__logoImg {
    width: 9.375rem;
  }
}

.l-header__nav {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
}

.l-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.l-header__btn {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.103em;
  text-align: center;
  white-space: nowrap;
  padding: 0.375rem 1.5rem;
  border-radius: 5rem;
}
.l-header__btn:hover {
  background: #003D71;
}

.l-header__btn--contact {
  color: #ffffff;
  background-color: #005DAB;
}

.l-header__btn--doc {
  color: #2A2F4E;
  -webkit-box-shadow: inset 0 0 0 1px #2A2F4E;
          box-shadow: inset 0 0 0 1px #2A2F4E;
}
.l-header__btn--doc:hover {
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #003D71;
          box-shadow: inset 0 0 0 1px #003D71;
}

.l-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.l-header__langLink:hover {
  opacity: 0.7;
}

.l-header__gnavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  line-height: 1.5;
}

.l-header__gnavLink {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.l-header__gnavLink:hover {
  opacity: 0.7;
}

.l-header__gnavItem:first-child .l-header__gnavLink {
  font-weight: 600;
}

.l-header__gnavLink--hasArrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.l-header__gnavLink--hasArrow::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-right: 1.5px solid #2A2F4E;
  border-bottom: 1.5px solid #2A2F4E;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}

.l-header__gnavItem--hasChild {
  position: relative;
}

.l-header__gnavSub {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 11.25rem;
  margin-top: 0.75rem;
  padding: 1.125rem 1.25rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(42, 47, 78, 0.12);
          box-shadow: 0 0.25rem 1.25rem rgba(42, 47, 78, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.l-header__gnavSub::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 0;
  width: 100%;
  height: 0.75rem;
}

.l-header__gnavItem--hasChild:hover .l-header__gnavSub,
.l-header__gnavItem--hasChild:focus-within .l-header__gnavSub {
  opacity: 1;
  visibility: visible;
}

.l-header__gnavSubItem + .l-header__gnavSubItem {
  margin-top: 0.875rem;
}

.l-header__gnavSubLink {
  display: block;
  color: #2A2F4E;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.l-header__gnavSubLink:hover {
  opacity: 0.7;
}

.l-header__lang,
.l-header__btn--doc,
.c-hamburger__bar {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.l-header__logo {
  -webkit-transition: margin 0.3s ease, padding 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  transition: margin 0.3s ease, padding 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}

.l-header__logoImg {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.l-header__gnavLink--hasArrow::after {
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.l-header--fv:not(.is-scrolled) .l-header__logo {
  padding-top: 0rem;
  padding-left: 5.375rem;
}
@media screen and (max-width: 767px) {
  .l-header--fv:not(.is-scrolled) .l-header__logo {
    padding-left: 1.75rem;
  }
}

.l-header--fv:not(.is-scrolled) .l-header__logoImg {
  width: 20.8333333333vw;
  min-width: 16.5625rem;
}
@media screen and (max-width: 767px) {
  .l-header--fv:not(.is-scrolled) .l-header__logoImg {
    width: 41.0256410256vw;
    max-width: 11.875rem;
    min-width: 9.375rem;
  }
}

.l-header--fv:not(.is-scrolled) .l-header__gnavLink,
.l-header--fv:not(.is-scrolled) .l-header__lang {
  color: #ffffff;
}

.l-header--fv:not(.is-scrolled) .l-header__btn--doc {
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
          box-shadow: inset 0 0 0 1px #ffffff;
}
.l-header--fv:not(.is-scrolled) .l-header__btn--doc:hover {
  -webkit-box-shadow: inset 0 0 0 1px #003D71;
          box-shadow: inset 0 0 0 1px #003D71;
}

.l-header--fv:not(.is-scrolled) .l-header__gnavLink--hasArrow::after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.l-header--fv:not(.is-scrolled) .c-hamburger:not(.is-open) .c-hamburger__bar {
  background-color: #ffffff;
}

.l-header__drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header__drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.is-locked .l-header__drawer {
  opacity: 1;
  visibility: visible;
}

.l-header__drawerHead {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  padding: 0 1rem;
}

.l-header__drawerLogo {
  width: 9.375rem;
}

.l-header__drawerBody {
  padding: 1.25rem 1.375rem 2.5rem;
}

.l-header__drawerLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.l-header__drawerLangLink {
  color: #787878;
}

.l-header__drawerLangLink--current {
  color: #005DAB;
}

.l-header__drawerLangSep {
  color: #787878;
}

.l-header__drawerNav {
  margin-top: 1.5rem;
}

.l-header__drawerItem {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d9d9d9;
}

.l-header__drawerItem + .l-header__drawerItem {
  margin-top: 1.5rem;
}

.l-header__drawerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.l-header__drawerEn {
  display: block;
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.l-header__drawerJa {
  display: block;
  color: #005DAB;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.l-header__drawerArrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
}

.l-header__drawerPm {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #005DAB;
}

.l-header__drawerPm::before,
.l-header__drawerPm::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-header__drawerPm::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.js-drawerToggle[aria-expanded=true] .l-header__drawerPm::after {
  opacity: 0;
}

.l-header__drawerToggle {
  -ms-flex-negative: 0;
      flex-shrink: 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;
  padding: 0;
  background-color: transparent;
}

.l-header__drawerLabel--link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-header__drawerSub {
  overflow: hidden;
  max-height: 0;
  padding-left: 0.75rem;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.l-header__drawerSub.is-open {
  max-height: 10rem;
}

.l-header__drawerSubItem {
  margin-top: 0.25rem;
}

.l-header__drawerSubItem:first-child {
  margin-top: 1rem;
}

.l-header__drawerSubLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #787878;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.l-header__drawerSubLink::before {
  content: "";
  width: 0.5rem;
  height: 2px;
  background-color: #787878;
}

.l-header__drawerCta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.5rem 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#005DAB), to(#1383b3));
  background: linear-gradient(90deg, #005DAB, #1383b3);
}

.l-header__drawerCtaBtn {
  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;
  gap: 0.625rem;
  width: 100%;
  height: 3.75rem;
  padding: 0 1rem;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.9);
}

.l-header__drawerCtaBtn + .l-header__drawerCtaBtn {
  margin-top: 0.625rem;
}

.l-header__drawerCtaIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1875rem;
  height: 2.1875rem;
}

.l-header__drawerCtaText {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.l-header__drawerCtaArrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.625rem;
  height: auto;
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
}

.l-footer {
  position: relative;
  width: 100%;
  padding: 3.75rem 2.5rem;
  background-color: #E0F4FF;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 1rem;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  .l-footer__inner {
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
    padding-right: 0rem;
  }
}

.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}

.l-footer__logoLink:hover {
  opacity: 0.7;
}

.l-footer__logoImg {
  width: 19.375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logoImg {
    width: 12.75rem;
  }
}

.l-footer__address {
  color: #2A2F4E;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    margin-top: 1.25rem;
  }
}

.l-footer__tel {
  color: #2A2F4E;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    margin-top: 0.5rem;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: none;
  }
}

.l-footer__navItem + .l-footer__navItem {
  margin-top: 1.5rem;
}

.l-footer__navLink {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.l-footer__navLink:hover {
  opacity: 0.7;
}

.l-footer__navLink--semibold {
  font-weight: 600;
}

.l-footer__navSub {
  font-size: 0.875rem;
  padding-left: 1rem;
  margin-top: 0.5rem;
}

.l-footer__navSubItem + .l-footer__navSubItem {
  margin-top: 0.5rem;
}

.l-footer__navSubLink {
  color: #2A2F4E;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.l-footer__navSubLink:hover {
  opacity: 0.7;
}

.l-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #2A2F4E;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

.l-footer__policy:hover {
  opacity: 0.7;
}

.l-footer__pagetop {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
  width: 4rem;
  height: 4rem;
  border-radius: 0.125rem;
  background-color: #005DAB;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    top: 1rem;
    right: 1rem;
    gap: 0.25rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.l-footer__pagetop:hover {
  opacity: 0.7;
}

.l-footer__pagetopIcon {
  width: 0.875rem;
  height: 0.875rem;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-footer__pagetopIcon {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.l-footer__pagetopText {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetopText {
    font-size: 0.9375rem;
  }
}

.c-hamburger {
  display: none;
  position: relative;
  z-index: 110;
  width: 2rem;
  height: 0.875rem;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger__bar {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2A2F4E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger__bar:nth-child(1) {
  top: 0;
}

.c-hamburger__bar:nth-child(2) {
  bottom: 0;
}

.c-hamburger.is-open .c-hamburger__bar:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(28.3deg);
          transform: translateY(-50%) rotate(28.3deg);
}

.c-hamburger.is-open .c-hamburger__bar:nth-child(2) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-28.3deg);
          transform: translateY(-50%) rotate(-28.3deg);
}

.c-head {
  position: relative;
  width: 100%;
  min-height: 23.75rem;
  padding: 12.75rem 2.5rem 0rem 2.5rem;
  border-bottom: 1px solid #0099DB;
}
@media screen and (max-width: 767px) {
  .c-head {
    min-height: 12.8125rem;
    padding: 5.5rem 1rem 0.5rem 1rem;
  }
}

.c-head__deco {
  position: absolute;
  top: -12.6875rem;
  right: -4.75rem;
  z-index: 0;
  width: 45.0625rem;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-head__deco {
    top: 0rem;
    right: 0rem;
    z-index: 0;
    width: 10.9375rem;
  }
}

.c-head__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-head__inner {
    display: block;
  }
}

.c-head__ttl {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-head__ttl {
    gap: 0.5rem;
  }
}

.c-head__ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-head__ja {
    font-size: 1.25rem;
  }
}

.c-head__ja[data-en]::before {
  content: attr(data-en);
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-head__ja[data-en]::before {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

.c-breadcrumb {
  display: block;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1.625rem;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  line-height: 1;
  min-width: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    gap: 0.375rem;
  }
}

.c-breadcrumb__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-breadcrumb__link {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #cccccc;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__link:hover {
  opacity: 0.7;
}

.c-breadcrumb__item--current {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2A2F4E;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item--current {
    font-size: 0.75rem;
  }
}

.c-breadcrumb__sep {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.4375rem;
  height: 0.8125rem;
  background-image: url(../imgs/common/breadcrumb_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__sep {
    width: 0.3125rem;
    height: 0.5625rem;
  }
}

.c-cta {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 3.5rem 1rem;
  }
}

.c-cta__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}

.c-cta__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 22.1875rem;
  padding: 3rem 3.5rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-cta__card {
    min-height: auto;
    padding: 1.9375rem;
  }
}
.c-cta__card:hover {
  background: #E0F4FF;
}

.c-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__head {
    gap: 1rem;
  }
}

.c-cta__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.375rem;
  height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .c-cta__icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.c-cta__en {
  display: block;
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-cta__en {
    font-size: 2rem;
  }
}

.c-cta__ja {
  display: block;
  color: #2A2F4E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-cta__ja {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-top: 0.375rem;
  }
}

.c-cta__body {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__body {
    margin-top: 1rem;
  }
}

.c-cta__text {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

.c-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-cta__link {
    margin-top: 1rem;
  }
}

.c-cta__linkText {
  color: #2A2F4E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.c-cta__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
}

.p-fv__mv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 50rem;
}
@media screen and (max-width: 767px) {
  .p-fv__mv {
    min-height: 31.25rem;
  }
}

.p-fv__mvBg {
  position: absolute;
  inset: 0 0 3.125rem 6.25rem;
  border-bottom-left-radius: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__mvBg {
    inset: 0 0 2rem 2rem;
    border-bottom-left-radius: 1.5rem;
  }
}

.p-fv__mvBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.41%, rgba(53, 53, 53, 0)), color-stop(75.03%, rgba(53, 53, 53, 0.284)), to(rgba(53, 53, 53, 0.71)));
  background: linear-gradient(180deg, rgba(53, 53, 53, 0) 41.41%, rgba(53, 53, 53, 0.284) 75.03%, rgba(53, 53, 53, 0.71) 100%);
}

.p-fv__mvBg .slick-list,
.p-fv__mvBg .slick-track {
  height: 100%;
}

.p-fv__mvSlide {
  height: 100%;
}

.p-fv__mvSlide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__mvSlidebar {
  position: absolute;
  top: 50%;
  left: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__mvSlidebar {
    left: 0.875rem;
  }
}

.p-fv__mvSlidebarItem {
  display: block;
  width: 0.1875rem;
  height: 4rem;
  padding: 0;
  border: 0;
  border-radius: 3.125rem;
  background-color: #d9d9d9;
  cursor: pointer;
}

.p-fv__mvSlidebarItem--active {
  background-color: #005DAB;
}

.p-fv__mvBody {
  position: absolute;
  bottom: 8.125rem;
  left: 10rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__mvBody {
    left: 3.5rem;
    bottom: 11.25rem;
    width: 19.375rem;
  }
}

.p-fv__mvTitle {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__mvTitle {
    font-size: 2.625rem;
  }
}

.p-fv__mvTitleAccent {
  color: #5dc8f6;
}

.p-fv__mvLead {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__mvLead {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-fv__mvCta {
  position: absolute;
  bottom: 7.625rem;
  right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.375rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__mvCta {
    left: 3.5rem;
    bottom: 4rem;
    display: block;
    width: 19.375rem;
    height: auto;
    background-color: transparent;
    border-radius: 0;
  }
}

.p-fv__mvCtaBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 17.8125rem;
  max-width: 100%;
  padding: 0.25rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__mvCtaBtn {
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.p-fv__mvCtaBtn:hover {
  opacity: 0.7;
}

.p-fv__mvCtaBtn + .p-fv__mvCtaBtn {
  border-left: 2px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-fv__mvCtaBtn + .p-fv__mvCtaBtn {
    margin-top: 0.25rem;
    border-top: 0;
    border-left: 0;
  }
}

.p-fv__mvCtaIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}

.p-fv__mvCtaText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-fv__mvCtaArrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8125rem;
  height: auto;
}

.p-fv__mvScroll {
  position: absolute;
  bottom: 3.75rem;
  left: 2.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-animation: p-fvScroll 1.8s ease-in-out infinite;
          animation: p-fvScroll 1.8s ease-in-out infinite;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__mvScroll {
    bottom: 4.625rem;
    left: 0.5rem;
    font-size: 0.75rem;
  }
}

@-webkit-keyframes p-fvScroll {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
  }
}

@keyframes p-fvScroll {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-fv__mvScroll {
    -webkit-animation: none;
            animation: none;
  }
}
.p-fv__company {
  position: relative;
  width: 100%;
  padding: 6.25rem 2.5rem 20rem 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__company {
    padding: 3.5rem 1rem 7.5rem 1rem;
  }
}

.p-fv__companyInner {
  position: relative;
  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: 4rem;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__companyInner {
    display: block;
  }
}

.p-fv__companyTtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #005DAB;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__companyTtl {
    font-size: 2.5rem;
  }
}

.p-fv__companyBody {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34.375rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__companyBody {
    margin-top: 2rem;
  }
}

.p-fv__companyText p {
  color: #2A2F4E;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__companyText p {
    font-size: 1rem;
  }
}

.p-fv__companyBtn {
  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;
  width: 20rem;
  max-width: 100%;
  height: 4.375rem;
  padding: 0 2.125rem;
  border-radius: 0.25rem;
  background-color: #005DAB;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__companyBtn {
    width: 100%;
    padding: 0 3.3125rem;
    margin-top: 2.5rem;
  }
}
.p-fv__companyBtn:hover {
  background: #003D71;
}
.p-fv__companyBtn:hover .p-fv__companyBtnArrow {
  left: 0.625rem;
}

.p-fv__companyBtnText {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-fv__companyBtnArrow {
  position: relative;
  left: 0rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv__companyMarquee {
  position: absolute;
  top: 19.375rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__companyMarquee {
    top: auto;
    bottom: 0rem;
  }
}

.p-fv__companyMarqueeTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-fvMarquee 30s linear infinite;
          animation: p-fvMarquee 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-fv__companyMarqueeTrack {
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
}

.p-fv__companyWatermark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 5rem;
  color: transparent;
  font-family: "Raleway", sans-serif;
  font-size: 21.875rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0)), to(rgba(0, 153, 219, 0.14)));
  background: linear-gradient(to bottom, rgba(0, 93, 171, 0), rgba(0, 153, 219, 0.14));
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-fv__companyWatermark {
    padding-right: 2.5rem;
    font-size: 10.9375rem;
  }
}

@-webkit-keyframes p-fvMarquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes p-fvMarquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-fv__companyMarqueeTrack {
    -webkit-animation: none;
            animation: none;
  }
}
.p-fv__service {
  width: 100%;
  padding: 7.5rem 2.5rem;
  border-radius: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#005DAB), to(#1383b3));
  background: linear-gradient(90deg, #005DAB, #1383b3);
}
@media screen and (max-width: 767px) {
  .p-fv__service {
    padding: 3.5rem 1rem;
    border-radius: 1.25rem;
  }
}

.p-fv__serviceInner {
  position: relative;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.p-fv__serviceLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceLabel {
    gap: 0.5rem;
  }
}

.p-fv__serviceIcon {
  width: 1.875rem;
  height: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceIcon {
    width: 1.5rem;
    height: 1.125rem;
  }
}

.p-fv__serviceEn {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceEn {
    font-size: 1rem;
  }
}

.p-fv__serviceTtl {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceTtl {
    font-size: 2.25rem;
    margin-top: 1rem;
  }
}

.p-fv__serviceBody {
  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;
  gap: 2.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceBody {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-fv__serviceGraph {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 32.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceGraph {
    max-width: 100%;
  }
}

.p-fv__serviceGraph img {
  width: 100%;
  height: auto;
}

.p-fv__serviceList {
  width: 100%;
  max-width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceList {
    max-width: 100%;
    margin-top: 2.5rem;
  }
}

.p-fv__serviceItem {
  width: 100%;
  padding-top: 1.9375rem;
  padding-bottom: 1.9375rem;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceItem {
    padding-top: 1.5rem;
  }
}
.p-fv__serviceItem:first-of-type {
  padding-top: 0;
}
.p-fv__serviceItem:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.p-fv__serviceItemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceItemHead {
    gap: 1rem;
  }
}

.p-fv__serviceItemIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceItemIcon {
    width: 3rem;
  }
}

.p-fv__serviceItemTtl {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceItemTtl {
    font-size: 1.5rem;
  }
}

.p-fv__serviceItemText {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}

.p-fv__serviceBtn {
  position: absolute;
  top: 1.625rem;
  right: 0;
  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;
  width: 20rem;
  max-width: 100%;
  height: 4.375rem;
  padding: 0 2.125rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-fv__serviceBtn {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0 3.3125rem;
    margin-top: 2.25rem;
  }
}
.p-fv__serviceBtn:hover {
  background: #E0F4FF;
}
.p-fv__serviceBtn:hover .p-fv__serviceBtnArrow {
  left: 0.625rem;
}

.p-fv__serviceBtnText {
  color: #005DAB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-fv__serviceBtnArrow {
  position: relative;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv__merit {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-fv__merit {
    padding: 3.5rem 1rem;
  }
}

.p-fv__meritInner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.p-fv__meritLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-fv__meritIcon {
  width: 1.875rem;
  height: 1.4375rem;
}

.p-fv__meritEn {
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__meritEn {
    font-size: 1rem;
  }
}

.p-fv__meritTtl {
  color: #005DAB;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__meritTtl {
    font-size: 2.25rem;
    margin-top: 1rem;
  }
}

.p-fv__meritHeading {
  color: #2A2F4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__meritHeading {
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }
}

.p-fv__meritLead {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__meritLead {
    margin-top: 1rem;
  }
}

.p-fv__meritBtn {
  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;
  width: 20rem;
  max-width: 100%;
  height: 4.375rem;
  padding: 0 2.125rem;
  border-radius: 0.25rem;
  background-color: #005DAB;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__meritBtn {
    width: 100%;
    padding: 0 3.3125rem;
    margin-top: 2.5rem;
  }
}
.p-fv__meritBtn:hover {
  background: #003D71;
}
.p-fv__meritBtn:hover .p-fv__meritBtnArrow {
  left: 0.625rem;
}

.p-fv__meritBtnText {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-fv__meritBtnArrow {
  position: relative;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv__product {
  position: relative;
  width: 100%;
  padding: 7.5rem 2.5rem 10rem 2.5rem;
  background-image: url(../imgs/fv/bg_gear_pc.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__product {
    background-image: url(../imgs/fv/bg_gear_sp.webp);
    padding: 3.5rem 1rem 4.75rem 1rem;
  }
}

.p-fv__productBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}

.p-fv__productInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__productInner {
    display: block;
  }
}

.p-fv__productText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-fv__productLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-fv__productIcon {
  width: 1.875rem;
  height: 1.4375rem;
}

.p-fv__productEn {
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-fv__productTtl {
  color: #005DAB;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__productTtl {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.p-fv__productLead {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__productLead {
    margin-top: 1.5rem;
  }
}

.p-fv__productBtn {
  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;
  width: 20rem;
  max-width: 100%;
  height: 4.375rem;
  padding: 0 2.125rem;
  border-radius: 0.25rem;
  background-color: #005DAB;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__productBtn {
    width: 100%;
    padding: 0 3.3125rem;
  }
}
.p-fv__productBtn:hover {
  background: #003D71;
}
.p-fv__productBtn:hover .p-fv__productBtnArrow {
  left: 0.625rem;
}

.p-fv__productBtnText {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-fv__productBtnArrow {
  position: relative;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv__productMedia {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34.375rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__productMedia {
    margin-top: 2.5rem;
  }
}

.p-fv__productImg {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.25rem;
  background-color: #ebf6fc;
  overflow: hidden;
}

.p-fv__productImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__productCaption {
  color: #2A2F4E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
}

.p-fv__productBar {
  position: relative;
  width: 100%;
  height: 0.25rem;
  border-radius: 0.1875rem;
  background-color: #b9b9b9;
  margin-top: 2rem;
  cursor: pointer;
}

.p-fv__productBar::before {
  content: "";
  position: absolute;
  inset: -1rem 0;
}

.p-fv__productBarFill {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 0.1875rem;
  background-color: #005DAB;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.p-fv__tech {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 7.5rem 2.5rem;
  border-radius: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#005DAB), to(#1383b3));
  background: linear-gradient(90deg, #005DAB, #1383b3);
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__tech {
    padding: 3.5rem 1rem;
    border-radius: 1.25rem;
    margin-top: -1.25rem;
  }
}

.p-fv__techInner {
  position: relative;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.p-fv__techLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-fv__techIcon {
  width: 1.875rem;
  height: 1.4375rem;
}

.p-fv__techEn {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-fv__techTtl {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__techTtl {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.p-fv__techBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv__techBody {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-fv__techImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34.375rem;
  max-width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-fv__techText {
    margin-top: 2.5rem;
  }
}

.p-fv__techHeading {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__techHeading {
    font-size: 1.75rem;
  }
}

.p-fv__techLead {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__techLead {
    margin-top: 1.5rem;
  }
}

.p-fv__techBtn {
  position: absolute;
  top: 1.625rem;
  right: 0;
  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;
  width: 20rem;
  max-width: 100%;
  height: 4.375rem;
  padding: 0 2.125rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-fv__techBtn {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0 3.3125rem;
    margin-top: 2.5rem;
  }
}
.p-fv__techBtn:hover {
  background: #E0F4FF;
}
.p-fv__techBtn:hover .p-fv__techBtnArrow {
  left: 0.625rem;
}

.p-fv__techBtnText {
  color: #005DAB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-fv__techBtnArrow {
  position: relative;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv__recruit {
  position: relative;
  width: 100%;
  min-height: 41.875rem;
  padding: 7.5rem 2.5rem 0rem 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__recruit {
    min-height: 0;
    padding: 3.5rem 0rem 0 0rem;
  }
}

.p-fv__recruitPhotos {
  position: absolute;
  top: 9rem;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__recruitPhotos {
    position: relative;
    top: auto;
    margin-top: 2.5rem;
  }
}

.p-fv__recruitPhotosTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-fvRecruitMarquee 40s linear infinite;
          animation: p-fvRecruitMarquee 40s linear infinite;
}

.p-fv__recruitPhoto {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24.375rem;
  height: 24.375rem;
  margin-right: 1.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__recruitPhoto {
    width: 15rem;
    height: 15rem;
  }
}

@-webkit-keyframes p-fvRecruitMarquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes p-fvRecruitMarquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-fv__recruitPhotosTrack {
    -webkit-animation: none;
            animation: none;
  }
}
.p-fv__recruitPhoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__recruitInner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
}

.p-fv__recruitCard {
  width: 34.375rem;
  max-width: 100%;
  padding: 2.5rem 2rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-fv__recruitCard {
    padding: 0rem 1rem;
  }
}

.p-fv__recruitLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-fv__recruitIcon {
  width: 1.875rem;
  height: 1.4375rem;
}

.p-fv__recruitEn {
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-fv__recruitTtl {
  color: #005DAB;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__recruitTtl {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.p-fv__recruitHeading {
  color: #2A2F4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__recruitHeading {
    font-size: 1.75rem;
    margin-top: 1.5rem;
  }
}

.p-fv__recruitText {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}

.p-fv__recruitBtnWrap {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__recruitBtnWrap {
    padding: 0 1rem;
    margin-top: 2.5rem;
  }
}

.p-fv__recruitBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  max-width: 100%;
  height: 4.375rem;
  padding: 0 2.125rem;
  border-radius: 0.25rem;
  background-color: #005DAB;
}
@media screen and (max-width: 767px) {
  .p-fv__recruitBtn {
    width: 100%;
    padding: 0 3.3125rem;
  }
}
.p-fv__recruitBtn:hover {
  background: #003D71;
}
.p-fv__recruitBtn:hover .p-fv__recruitBtnArrow {
  left: 0.625rem;
}

.p-fv__recruitBtnText {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-fv__recruitBtnArrow {
  position: relative;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single-recruit {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-recruit {
    padding: 3.5rem 1rem;
  }
}

.p-single-recruit__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

.p-single-recruit__title {
  font-size: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  color: #2A2F4E;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__title {
    font-size: 1.75rem;
  }
}

.p-single-recruit__table {
  margin: 2.5rem 0 0;
  border: 1px solid #B9B9B9;
  border-radius: 0.25rem;
  overflow: hidden;
}

.p-single-recruit__table table {
  width: 100%;
  border-collapse: collapse;
}

.p-single-recruit__table td {
  padding: 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #2A2F4E;
  border: none;
  border-bottom: 1px solid #B9B9B9;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__table td {
    display: block;
    width: 100%;
  }
}

.p-single-recruit__table td:first-child {
  width: 12.5rem;
  padding: 0.9375rem 1.5rem;
  background-color: #E8F5FF;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__table td:first-child {
    width: 100%;
    font-weight: 700;
    text-align: left;
    padding: 0.5rem 0.9375rem 0.4375rem 0.9375rem;
  }
}

.p-single-recruit__table td:first-of-type {
  border-right: 1px solid #B9B9B9;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__table td:first-of-type {
    border-right: none;
  }
}
.p-single-recruit__table tr:last-of-type td {
  border-bottom: none;
}

.p-single-recruit__flow {
  padding: 2rem;
  border-radius: 0.3125rem;
  margin: 3.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__flow {
    padding: 1.5rem 1rem;
    margin-top: 2.5rem;
  }
}

.p-single-recruit__flowTtl {
  color: #2A2F4E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__flowTtl {
    font-size: 1.75rem;
  }
}

.p-single-recruit__flowRow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 0.5rem;
  padding-top: 3.5rem;
  margin-top: 1.5rem;
  counter-reset: flow;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__flowRow {
    grid-template-columns: repeat(1, 1fr) !important;
    row-gap: 0.5rem;
    padding-top: 0rem;
    padding-left: 3.5rem;
    margin-top: 1.5rem;
  }
}

.p-single-recruit__flowRow::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 10%;
  right: 10%;
  height: 0.125rem;
  background-color: #005DAB;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__flowRow::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.1875rem;
    width: 0.125rem;
    height: calc(100% - 5rem);
  }
}

.p-single-recruit__flowCard {
  position: relative;
  min-height: 9.375rem;
  padding: 1rem 0.625rem;
  border-radius: 0.3125rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__flowCard {
    min-height: 5.875rem;
    padding: 0.625rem;
  }
}

.p-single-recruit__flowCard::before {
  content: "0" counter(flow);
  counter-increment: flow;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  width: 2.5rem;
  height: 2.5rem;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 100%;
  background-color: #005DAB;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__flowCard::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -3.5rem;
  }
}

.p-single-recruit__flowCard h3 {
  color: #005DAB;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-single-recruit__flowCard p {
  color: #2A2F4E;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}

.p-single-recruit__entry {
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__entry {
    margin-top: 2.5rem;
  }
}

.p-single-recruit__entry .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20rem;
  max-width: 100%;
  height: 4.5rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #005DAB;
  border-radius: 0.25rem;
}
.p-single-recruit__entry .wp-block-button__link:hover {
  opacity: 0.7;
}

.p-business__intro {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__intro {
    padding: 3.5rem 1rem;
  }
}

.p-business__introInner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

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

.p-business__introTtl {
  color: #005DAB;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-business__introTtl {
    font-size: 1.75rem;
  }
}

.p-business__introText {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #333333;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__introText {
    text-align: left;
  }
}

.p-business__introBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-business__introBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 2.5rem;
  }
}

.p-business__introDiagram {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-business__introDiagram img {
  width: 100%;
  height: auto;
}

.p-business__introList {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .p-business__introList {
    width: 100%;
  }
}

.p-business__introItem:not(:last-child) {
  padding-bottom: 2.0625rem;
  border-bottom: 1px solid #2A2F4E;
}

.p-business__introItem + .p-business__introItem {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__introItem + .p-business__introItem {
    margin-top: 2rem;
  }
}

.p-business__introItemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.p-business__introNum {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.p-business__introNum--up {
  position: relative;
  top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-business__introNum--up {
    top: auto;
  }
}

.p-business__introItemHeading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #2A2F4E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-business__introItemHeading {
    font-size: 1.5rem;
  }
}

.p-business__introItemText {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}

.p-business__introItemText--mt {
  margin-top: 1rem;
}

.p-business__feature {
  width: 100%;
  padding: 5rem 2.5rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-business__feature {
    padding: 3.5rem 1rem;
    background-color: #ffffff;
  }
}

.p-business__featureInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-business__featureInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.5rem;
  }
}

.p-business__featureAside {
  position: sticky;
  top: 11.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27.25rem;
}
@media screen and (max-width: 767px) {
  .p-business__featureAside {
    position: relative;
    top: auto;
    width: 100%;
  }
}

.p-business__featureLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-business__featureLabel {
    gap: 0.5rem;
  }
}

.p-business__featureIcon {
  width: 1.875rem;
  height: 1.4375rem;
}

.p-business__featureEn {
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-business__featureEn {
    font-size: 1rem;
  }
}

.p-business__featureTtl {
  color: #2A2F4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-business__featureTtl {
    font-size: 1.75rem;
    margin-top: 1.125rem;
  }
}

.p-business__featureDesc {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-business__featureDesc {
    line-height: 1.7;
    margin-top: 1.5rem;
  }
}

.p-business__featureMain {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-business__block + .p-business__block {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-business__block + .p-business__block {
    margin-top: 2.5rem;
  }
}

.p-business__blockImg img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business__blockBody {
  margin-top: 1.5rem;
}

.p-business__blockTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d9d9d9;
}

.p-business__blockNum {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-business__blockNum {
    font-size: 2.5rem;
  }
}

.p-business__blockHeading {
  color: #2A2F4E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-business__blockHeading {
    font-size: 1.5rem;
  }
}

.p-business__blockHeadingSub {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-business__blockHeadingSub {
    font-size: 1.125rem;
  }
}

.p-business__blockText {
  color: #2A2F4E;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1rem;
}

.p-feature__intro {
  width: 100%;
  padding: 3.625rem 2.5rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__intro {
    padding: 2.375rem 1rem 3.5rem 1rem;
  }
}

.p-feature__introInner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  text-align: center;
}

.p-feature__introHead {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-feature__introEn {
  font-family: "Raleway", sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0)), to(rgba(0, 153, 219, 0.2)));
  background: linear-gradient(180deg, rgba(0, 93, 171, 0), rgba(0, 153, 219, 0.2));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: -3.625rem;
}
@media screen and (max-width: 767px) {
  .p-feature__introEn {
    font-size: 1.875rem;
    margin-bottom: 0rem;
  }
}

.p-feature__introTtl {
  position: relative;
  color: #2A2F4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-feature__introTtl {
    font-size: 1.75rem;
    line-height: 1.7;
    margin-top: -1.5rem;
  }
}

.p-feature__introText {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-feature__introText {
    line-height: 1.7;
    margin-top: 1.25rem;
  }
}

.p-feature__strength {
  width: 100%;
  padding: 5rem 0;
  border-radius: 1.5rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-feature__strength {
    padding: 3.5rem 1rem;
    border-radius: 0rem;
  }
}

.p-feature__strengthInner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.p-feature__strengthLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-feature__strengthLabel {
    gap: 0.5rem;
  }
}

.p-feature__strengthIcon {
  width: 1.875rem;
  height: 1.4375rem;
}

.p-feature__strengthEn {
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-feature__strengthEn {
    font-size: 1rem;
  }
}

.p-feature__strengthTtl {
  color: #2A2F4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__strengthTtl {
    font-size: 1.75rem;
    margin-top: 1.125rem;
  }
}

.p-feature__list {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__list {
    margin-top: 2.5rem;
  }
}

.p-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.5rem;
  }
}

.p-feature__item + .p-feature__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-feature__item + .p-feature__item {
    margin-top: 2.5rem;
  }
}

.p-feature__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-feature__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.p-feature__itemBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .p-feature__itemHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

.p-feature__itemNum {
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-feature__itemTtl {
  color: #2A2F4E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-feature__itemTtl {
    font-size: 1.5rem;
    letter-spacing: 0em;
    margin-top: 0rem;
  }
}

.p-feature__itemText {
  margin-top: 0.9375rem;
  padding-top: 1rem;
  border-top: 1px solid #005DAB;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #2A2F4E;
}

.p-feature__itemImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40rem;
  max-width: 100%;
}

.p-feature__itemImg img {
  width: 100%;
  aspect-ratio: 640/360;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product__intro {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-product__intro {
    padding: 3.5rem 1rem;
  }
}

.p-product__introInner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  text-align: center;
}

.p-product__introTtl {
  color: #005DAB;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-product__introTtl {
    font-size: 1.75rem;
  }
}

.p-product__equip {
  width: 100%;
  padding: 5rem 2.5rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-product__equip {
    padding: 3.5rem 1rem;
  }
}

.p-product__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.p-product__block + .p-product__block {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-product__block + .p-product__block {
    margin-top: 2.5rem;
  }
}

.p-product__blockLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-product__blockLabel {
    gap: 0.5rem;
  }
}

.p-product__blockIcon {
  width: 1.875rem;
  height: 1.4375rem;
}

.p-product__blockEn {
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-product__blockEn {
    font-size: 1rem;
  }
}

.p-product__blockTtl {
  color: #2A2F4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-product__blockTtl {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}

.p-product__blockLead {
  margin-top: 2.5rem;
}

.p-product__leadText {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.p-product__leadList {
  list-style: disc;
  padding-left: 1.5rem;
}

.p-product__leadList li {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.p-product__leadStrong {
  color: #2A2F4E;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-product__leadStrong {
    font-size: 1.125rem;
    margin-top: 1.75rem;
  }
}

.p-product__cards {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-product__cards {
    margin-top: 2.5rem;
  }
}

.p-product__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding: 2.5rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-product__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.p-product__card + .p-product__card {
  margin-top: 2.5rem;
}

.p-product__cardText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-product__cardCat {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-product__cardModel {
  color: #2A2F4E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-product__cardDetail {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 0.5rem;
}

.p-product__cardChange {
  margin-top: 1.5rem;
}

.p-product__cardSpec {
  padding: 1.4375rem;
  border: 1px solid rgba(0, 93, 171, 0.4);
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-product__cardSpec {
    padding: 0.9375rem;
  }
}

.p-product__cardSpecTtl {
  color: #005DAB;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.p-product__cardSpecList {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 0.5rem;
}

.p-product__cardImg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  aspect-ratio: 1/1;
  border-radius: 0.3125rem;
  overflow: hidden;
  background-color: #ebf6fc;
}

.p-product__cardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.p-company__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__label {
    gap: 0.5rem;
  }
}

.p-company__labelIcon {
  width: 1.875rem;
  height: 1.4375rem;
}

.p-company__labelEn {
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company__labelEn {
    font-size: 1rem;
  }
}

.p-company__labelEn--white {
  color: #ffffff;
}

.p-company__ttl {
  color: #2A2F4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company__ttl {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__ttl--minSp {
    font-size: 1.75rem;
  }
}

.p-company__ttl--white {
  color: #ffffff;
}

.p-company__intro {
  width: 100%;
  padding: 5rem 2.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__intro {
    padding: 3.5rem 1rem 2.5rem 1rem;
  }
}

.p-company__introInner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  text-align: center;
}

.p-company__introTtl {
  color: #005DAB;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-company__introTtl {
    font-size: 1.75rem;
  }
}

.p-company__introText {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company__introText {
    margin-top: 1.5rem;
  }
}

.p-company__nav {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company__nav {
    margin-top: 3.5rem;
  }
}

.p-company__navList {
  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: 1rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__navList {
    gap: 0.5rem 1.5rem;
  }
}

.p-company__navLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #005DAB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  white-space: nowrap;
}
.p-company__navLink::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 0.9375rem;
  background: url(../imgs/company/nav_arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-company__navLink:hover {
  opacity: 0.7;
}

.p-company__message {
  width: 100%;
  padding: 5rem 2.5rem 7.5rem;
  background-color: #f2f2f2;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company__message {
    padding: 3.5rem 1rem 4.75rem 1rem;
    scroll-margin-top: 5rem;
  }
}

.p-company__messagePhotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__messagePhotos {
    gap: 1rem;
  }
}

.p-company__messagePhoto {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-company__messagePhoto {
    width: 100%;
  }
}

.p-company__messagePhoto img {
  display: block;
  width: 100%;
  aspect-ratio: 400/500;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.p-company__messageCaption {
  text-align: right;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__messageCaption {
    margin-top: 0.4375rem;
  }
}

.p-company__messageRole {
  display: block;
  color: #2A2F4E;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company__messageRole {
    font-size: 0.75rem;
  }
}

.p-company__messageName {
  display: block;
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.p-company__messageBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__messageBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}

.p-company__messageLead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #005DAB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company__messageLead {
    font-size: 1.5rem;
  }
}

.p-company__messageText {
  width: 40rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company__messageText {
    width: 100%;
  }
}

.p-company__messageText p {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2;
}

.p-company__philosophy {
  width: 100%;
  padding: 5rem 2.5rem;
  border-radius: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#005DAB), to(#1383b3));
  background: linear-gradient(90deg, #005DAB, #1383b3);
  margin-top: -2.5rem;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy {
    padding: 3.5rem 1rem;
    border-radius: 0.625rem;
    margin-top: -1.25rem;
    scroll-margin-top: 5rem;
  }
}

.p-company__philosophyCards {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyCards {
    margin-top: 2.5rem;
  }
}

.p-company__philosophyCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding: 2.5rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    padding: 1.5rem;
  }
}

.p-company__philosophyCard + .p-company__philosophyCard {
  margin-top: 2.5rem;
}

.p-company__philosophyLabel {
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyLabel {
    width: 100%;
    padding-top: 0rem;
  }
}

.p-company__philosophyEn {
  display: block;
  color: rgba(0, 93, 171, 0.4);
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyEn {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-company__philosophyJa {
  display: block;
  color: #005DAB;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyJa {
    font-size: 1.125rem;
    margin-top: 0rem;
  }
}

.p-company__philosophyContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-company__philosophyTtl {
  color: #2A2F4E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyTtl {
    font-size: 1.5rem;
  }
}

.p-company__philosophyText {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyText {
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

.p-company__valueGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__valueGrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.p-company__valueCard {
  padding: 1.4375rem;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-company__valueCard {
    padding: 0.9375rem;
  }
}

.p-company__valueEn {
  display: block;
  color: #2A2F4E;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-company__valueTtl {
  color: #2A2F4E;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company__valueTtl {
    margin-top: -0.125rem;
  }
}

.p-company__valueText {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__valueText {
    line-height: 2;
  }
}

.p-company__info,
.p-company__history {
  width: 100%;
  padding: 5rem 2.5rem;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company__info,
  .p-company__history {
    padding: 3.5rem 1rem;
    scroll-margin-top: 5rem;
  }
}

.p-company__history {
  background-color: #f3f3f3;
}

.p-company__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.5rem;
  }
}

.p-company__aside {
  position: sticky;
  top: 11.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-company__aside {
    position: relative;
    top: auto;
    width: 100%;
  }
}

.p-company__table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-company__rowLabel {
  width: 11.25rem;
  color: #005DAB;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  vertical-align: top;
  vertical-align: middle;
  padding: 1rem;
  border-bottom: 2px solid #005DAB;
}
@media screen and (max-width: 767px) {
  .p-company__rowLabel {
    width: 5.625rem;
    font-size: 0.875rem;
    padding: 1rem 0.5rem;
  }
}

.p-company__rowData {
  color: #111111;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  vertical-align: top;
  vertical-align: middle;
  padding: 1rem;
  border-bottom: 2px solid #B9B9B9;
}
@media screen and (max-width: 767px) {
  .p-company__rowData {
    font-size: 0.875rem;
    padding: 1rem 0.5rem;
  }
}

.p-company__rowData--multi {
  line-height: 1.7;
}

.p-company__officer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.p-company__officer + .p-company__officer {
  margin-top: 0.5rem;
}

.p-company__officer dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.75rem;
  font-weight: 500;
}

.p-company__map + .p-company__map {
  margin-top: 1rem;
}

.p-company__map iframe {
  width: 100%;
  height: 12.5rem;
  margin-top: 0.5rem;
}

.p-company__mapAddr {
  font-size: 1rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-company__mapAddr {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-company__mapFrame {
  display: block;
  width: 100%;
  height: 12.5rem;
  margin-top: 0.5rem;
  border: 0;
  border-radius: 0.25rem;
}

.p-company__link {
  color: #005DAB;
  text-decoration: underline;
}
.p-company__link:hover {
  opacity: 0.7;
}

.p-company__timeline {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-company__timeline::before {
  content: "";
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0.3125rem;
  width: 0.125rem;
  background-color: #0099DB;
  z-index: 0;
}

.p-company__historyRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__historyRow {
    display: block;
  }
}

.p-company__historyRow + .p-company__historyRow {
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-company__historyRow + .p-company__historyRow {
    margin-top: 1.125rem;
  }
}

.p-company__historyDot--first {
  background-color: #0099DB;
}

.p-company__historyYear {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.25rem;
  color: #005DAB;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__historyYear {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
}
.p-company__historyYear::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #0099DB;
  border-radius: 100%;
  background-color: #0099DB;
}

.p-company__historyText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-company__historyText {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 1.25rem;
    margin-top: 0.25rem;
  }
}

.p-company__env {
  width: 100%;
  padding: 5rem 2.5rem 0;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company__env {
    padding: 3.5rem 1rem 0 1rem;
    scroll-margin-top: 5rem;
  }
}

.p-company__envBody {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__envBody {
    margin-top: 2.5rem;
  }
}

.p-company__envLead {
  color: #005DAB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  padding-left: 1.25rem;
  border-left: 0.25rem solid #005DAB;
}
@media screen and (max-width: 767px) {
  .p-company__envLead {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 0.875rem;
  }
}

.p-company__envLeadSub {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-company__envLeadSub {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}

.p-company__envPolicy {
  margin-top: 1.5rem;
}

.p-company__envPolicyTtl {
  color: #2A2F4E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-company__envPolicyTtl {
    font-size: 1.25rem;
  }
}

.p-company__envPolicyText {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 0.5rem;
}

.p-company__envGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__envGrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.p-company__envCard {
  padding: 1.4375rem;
  border: 1px solid rgba(0, 93, 171, 0.4);
}
@media screen and (max-width: 767px) {
  .p-company__envCard {
    padding: 0.9375rem;
  }
}

.p-company__envCardTtl {
  color: #005DAB;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid rgba(0, 93, 171, 0.4);
}
@media screen and (max-width: 767px) {
  .p-company__envCardTtl {
    font-size: 1.25rem;
  }
}

.p-company__envCardBody {
  margin-top: 1rem;
}

.p-company__envCardBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__envCardBox {
    gap: 0.625rem;
    margin-top: 0.625rem;
  }
}

.p-company__envCardSub {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.p-company__envCardText {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #2A2F4E;
}

.p-company__envCardText + .p-company__envCardSub {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__envCardText + .p-company__envCardSub {
    margin-top: 0.625rem;
  }
}

.p-company__envCardList + .p-company__envCardSub,
.p-company__envCardText + .p-company__envCardText {
  margin-top: 0.5rem;
}

.p-company__envCardList {
  padding-left: 1.25rem;
  list-style: disc;
}

.p-company__envCardList li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #2A2F4E;
}

.p-company__envLink {
  text-decoration: underline;
  color: #0099DB;
}
.p-company__envLink:hover {
  opacity: 0.7;
}

.p-company__envCert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 0rem;
}

.p-company__envCertText {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #2A2F4E;
}

.p-company__envCertLogo {
  width: 8.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company__envCertLogo {
    width: 7.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-careers__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.p-careers__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-careers__label {
    gap: 0.5rem;
  }
}

.p-careers__labelIcon {
  width: 1.875rem;
  height: 1.4375rem;
}

.p-careers__labelEn {
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-careers__labelEn {
    font-size: 1rem;
  }
}

.p-careers__labelEn--white {
  color: #ffffff;
}

.p-careers__ttl {
  color: #2A2F4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-careers__ttl {
    font-size: 1.75rem;
    margin-top: 1rem;
  }
}

.p-careers__ttl--white {
  color: #ffffff;
}

.p-careers__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 24rem;
  height: 4.375rem;
  padding: 0 2.125rem;
  border: 1px solid #005DAB;
  border-radius: 0.25rem;
  background-color: #005DAB;
  margin: 3.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-careers__btn {
    width: 21.5rem;
    padding: 0 1rem;
    margin-top: 3.5rem;
  }
}
.p-careers__btn:hover {
  background: #003D71;
}
.p-careers__btn:hover .p-careers__btnArrow {
  left: 0.625rem;
}

.p-careers__btn--open {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-careers__btn--open {
    width: 20rem;
    padding: 0 2.125rem;
    margin-top: 2.5rem;
  }
}

.p-careers__btnText {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-careers__btnArrow {
  position: relative;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-careers__intro {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-careers__intro {
    padding: 3.5rem 1rem;
  }
}

.p-careers__introInner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  text-align: center;
}

.p-careers__introTtl {
  color: #005DAB;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-careers__introTtl {
    font-size: 1.75rem;
  }
}

.p-careers__introText {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-careers__introText {
    line-height: 1.7;
    margin-top: 1.5rem;
  }
}

.p-careers__data {
  width: 100%;
  padding: 5rem 2.5rem;
  border-radius: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#005DAB), to(#1383b3));
  background: linear-gradient(90deg, #005DAB, #1383b3);
}
@media screen and (max-width: 767px) {
  .p-careers__data {
    padding: 3.5rem 1rem;
    border-radius: 0.625rem;
  }
}

.p-careers__dataInner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.p-careers__dataGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-careers__dataGrid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 1rem;
    margin-top: 2.5rem;
  }
}

.p-careers__dataSlot img + img {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-careers__dataSlot img + img {
    margin-top: 1rem;
  }
}

.p-careers__dataCard img,
.p-careers__dataSlot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

@media screen and (max-width: 767px) {
  .p-careers__dataSlot:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-careers__dataSlot:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (max-width: 767px) {
  .p-careers__dataSlot:nth-child(3) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

@media screen and (max-width: 767px) {
  .p-careers__dataSlot:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-careers__dataSlot:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media screen and (max-width: 767px) {
  .p-careers__dataSlot:nth-child(6) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

@media screen and (max-width: 767px) {
  .p-careers__dataSlot:nth-child(7) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 767px) {
  .p-careers__dataSlot:nth-child(8) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (max-width: 767px) {
  .p-careers__dataSlot:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}

.p-careers__job {
  width: 100%;
  padding: 5rem 2.5rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-careers__job {
    padding: 3.5rem 1rem;
  }
}

.p-careers__jobGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-careers__jobGrid {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
}

.p-careers__jobCard {
  padding: 1.4375rem;
  border: 1px solid rgba(0, 93, 171, 0.4);
}
@media screen and (max-width: 767px) {
  .p-careers__jobCard {
    padding: 0.9375rem;
  }
}

.p-careers__jobCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-careers__jobIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}

.p-careers__jobCatName {
  color: #2A2F4E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-careers__jobSub {
  color: #005DAB;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-careers__jobSub {
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}

.p-careers__jobText {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0.5rem;
}

.p-careers__interview {
  width: 100%;
  padding: 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-careers__interview {
    padding: 3.5rem 0;
  }
}

.p-careers__interviewHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-careers__interviewHead {
    padding: 0 1rem;
  }
}

.p-careers__interviewNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.p-careers__interviewArrow {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  background-image: url(../imgs/careers/button_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
}

.p-careers__interviewArrow--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-careers__interviewSlider {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-careers__interviewSlider {
    padding: 0 1.25rem;
  }
}

.p-careers__interviewSlide {
  width: 21.875rem;
  margin: 0 1.25rem;
}

.p-careers__interviewLink {
  display: block;
  border-radius: 0.25rem;
  overflow: hidden;
}
.p-careers__interviewLink:hover {
  opacity: 0.7;
}

.p-careers__interviewSlide img {
  display: block;
  width: 100%;
  aspect-ratio: 350/437;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-careers__culture {
  width: 100%;
  padding: 5rem 2.5rem;
  background-color: #E8F5FF;
}
@media screen and (max-width: 767px) {
  .p-careers__culture {
    padding: 3.5rem 1rem;
  }
}

.p-careers__cultureLead {
  color: #2A2F4E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-careers__cultureLead {
    margin-top: 1.5rem;
  }
}

.p-careers__cultureBody {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-careers__cultureBody {
    margin-top: 3.125rem;
  }
}

.p-careers__cultureBlock + .p-careers__cultureBlock {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-careers__cultureBlock + .p-careers__cultureBlock {
    margin-top: 3.125rem;
  }
}

.p-careers__cultureBlockTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-careers__cultureBlockTtl {
    gap: 0.375rem;
  }
}

.p-careers__cultureNum {
  color: rgba(0, 93, 171, 0.4);
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-careers__cultureBlockName {
  color: #005DAB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-careers__cultureBlockName {
    font-size: 1.5rem;
  }
}

.p-careers__cultureBlockLead {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-careers__cultureBlockLead {
    margin-top: 1.125rem;
  }
}

.p-careers__cultureGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-careers__cultureGrid {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}

.p-careers__cultureCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-careers__cultureCard {
    padding: 1rem;
  }
}

.p-careers__cultureIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-careers__cultureIcon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.p-careers__cultureCardBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-careers__cultureCardTtl {
  color: #2A2F4E;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-careers__cultureCardText {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-careers__cultureCardText {
    margin-top: 0.375rem;
  }
}

.p-careers__open {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-careers__open {
    padding: 3.5rem 1rem;
  }
}

.p-careers__openList {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-careers__openList {
    margin-top: 2.5rem;
  }
}

.p-careers__openItem {
  border-bottom: 1px solid rgba(0, 93, 171, 0.4);
}

.p-careers__openItem:first-child {
  border-top: 1px solid rgba(0, 93, 171, 0.4);
}

.p-careers__openLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-careers__openLink {
    padding: 1rem;
  }
}
.p-careers__openLink:hover {
  opacity: 0.7;
}
.p-careers__openLink:hover .p-careers__openArrow {
  left: 0.625rem;
}

.p-careers__openTtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #005DAB;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-careers__openTtl {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-careers__openArrow {
  position: relative;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-plasma__intro {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-plasma__intro {
    padding: 3.5rem 1rem;
  }
}

.p-plasma__introInner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  text-align: center;
}

.p-plasma__introTtl {
  color: #005DAB;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-plasma__introTtl {
    font-size: 1.75rem;
  }
}

.p-plasma__introText {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plasma__introText {
    text-align: left;
    margin-top: 1.625rem;
  }
}

.p-plasma__core {
  width: 100%;
  padding: 7.5rem 2.5rem;
  border-radius: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#005DAB), to(#1383b3));
  background: linear-gradient(90deg, #005DAB, #1383b3);
}
@media screen and (max-width: 767px) {
  .p-plasma__core {
    padding: 3.5rem 1rem;
    border-radius: 0.625rem;
  }
}

.p-plasma__coreInner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.p-plasma__coreLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plasma__coreLabel {
    gap: 0.5rem;
  }
}

.p-plasma__coreIcon {
  width: 1.875rem;
  height: 1.4375rem;
}

.p-plasma__coreEn {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-plasma__coreEn {
    font-size: 1rem;
  }
}

.p-plasma__coreTtl {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-plasma__coreTtl {
    font-size: 1.75rem;
    margin-top: 1.375rem;
  }
}

.p-plasma__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-plasma__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 2.875rem;
  }
}

.p-plasma__card {
  padding: 2.5rem;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-plasma__card {
    padding: 1.4375rem 0.9375rem;
  }
}

.p-plasma__cardTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-plasma__cardTtl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}

.p-plasma__cardNum {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-plasma__cardTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.p-plasma__cardText {
  margin-top: 0.9375rem;
  padding-top: 1rem;
  border-top: 1px solid #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.p-recruit {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 3.5rem 1rem;
  }
}

.p-recruit__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.p-recruit__item {
  border-bottom: 1px solid rgba(0, 93, 171, 0.4);
}

.p-recruit__item:first-child {
  border-top: 1px solid rgba(0, 93, 171, 0.4);
}

.p-recruit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__link {
    padding: 1rem;
  }
}
.p-recruit__link:hover {
  opacity: 0.7;
}
.p-recruit__link:hover .p-recruit__arrow {
  left: 0.625rem;
}

.p-recruit__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #005DAB;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-recruit__ttl {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-recruit__arrow {
  position: relative;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/common/post_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-recruit__arrow img {
  width: 100%;
  height: 100%;
}

.p-recruit__empty {
  font-size: 1rem;
  line-height: 1.7;
  color: #2A2F4E;
}

.p-entry {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding: 3.5rem 1rem;
  }
}

.p-entry__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

.p-entry__field + .p-entry__field {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-entry__field + .p-entry__field {
    margin-top: 1.5rem;
  }
}

.p-entry__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-entry__label--gap10 {
  gap: 0.625rem;
}

.p-entry__required {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 0rem 0.125rem;
  border-radius: 0.1875rem;
  background-color: #DC0410;
}

.p-entry__field > .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.5rem;
}

.p-entry__field input:not([type=radio]):not([type=checkbox]),
.p-entry__field textarea {
  width: 100%;
  color: #2A2F4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.9375rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #B9B9B9;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-entry__field input:not([type=radio]):not([type=checkbox]),
  .p-entry__field textarea {
    padding: 0.9375rem 0.625rem;
  }
}

.p-entry__field input:not([type=radio]):not([type=checkbox]) {
  height: 3.125rem;
}

.p-entry__field input::-webkit-input-placeholder, .p-entry__field textarea::-webkit-input-placeholder {
  color: #C7BEBE;
}

.p-entry__field input::-moz-placeholder, .p-entry__field textarea::-moz-placeholder {
  color: #C7BEBE;
}

.p-entry__field input:-ms-input-placeholder, .p-entry__field textarea:-ms-input-placeholder {
  color: #C7BEBE;
}

.p-entry__field input::-ms-input-placeholder, .p-entry__field textarea::-ms-input-placeholder {
  color: #C7BEBE;
}

.p-entry__field input::placeholder,
.p-entry__field textarea::placeholder {
  color: #C7BEBE;
}

.p-entry__field textarea {
  height: 12.5rem;
  border-radius: 0;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-entry__field textarea {
    height: 10rem;
  }
}

.p-entry__birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.p-entry__birthday .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.p-entry__birthday select {
  height: 3.125rem;
  color: #2A2F4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  padding: 0.9375rem 1.875rem 0.9375rem 1.25rem;
  background-color: #ffffff;
  background-image: url(../imgs/common/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.6875rem 0.4375rem;
  border: 1px solid #B9B9B9;
  border-radius: 0.1875rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.p-entry__birthday [data-name=birth-year] select {
  width: 5.75rem;
  padding: 0 1.5rem 0 1.1875rem;
}

.p-entry__birthday [data-name=birth-month] select,
.p-entry__birthday [data-name=birth-day] select {
  width: 5.0625rem;
  padding: 0 1.5rem 0 1.1875rem;
}

.p-entry__birthday select::-ms-expand {
  display: none;
}

.p-entry__field--gender .wpcf7-list-item {
  display: block;
  margin: 0;
  line-height: 1.2;
}

.p-entry__field--gender .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.5rem;
}

.p-entry__field--gender label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #2A2F4E;
  font-size: 1.125rem;
}

.p-entry__field--gender input[type=radio] {
  width: 1.125rem;
  height: 1.125rem;
  background-color: #ffffff;
  border: 1px solid #2A2F4E;
  border-radius: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.p-entry__field--gender input[type=radio]:checked {
  border: 0.3125rem solid #005DAB;
}

.p-entry__agree {
  color: #2A2F4E;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-entry__agree {
    margin-top: 2.375rem;
  }
}

.p-entry__agree .wpcf7-list-item {
  margin: 0;
}

.p-entry__agree label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}

.p-entry__agree input[type=checkbox] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #2A2F4E;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.p-entry__agree input[type=checkbox]:checked {
  background-color: #2A2F4E;
}

.p-entry__agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.3125rem;
  height: 0.5625rem;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-entry__agreeLink {
  color: #2A2F4E;
  text-decoration: underline;
}
.p-entry__agreeLink:hover {
  opacity: 0.7;
}

.p-entry__submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
.p-entry__submit input:hover {
  opacity: 0.7;
}

.p-entry .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-entry .wpcf7-submit {
  width: 20rem;
  height: 4.5rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background-color: #005DAB;
  border: none;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.p-download {
  width: 100%;
  padding: 11.25rem 2.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-download {
    padding: 7.875rem 1rem 5rem 1rem;
  }
}

.p-download__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.p-download .wp-block-columns {
  gap: 5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0rem;
}
@media screen and (max-width: 1380px) {
  .p-download .wp-block-columns {
    gap: 2.5rem;
  }
}

.p-download .wp-block-column > * {
  margin-top: 0;
  margin-bottom: 0;
}

.p-download .wp-block-column > .has-background {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.7;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

.p-download .wp-block-column > .wp-block-heading {
  color: #2A2F4E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-download .wp-block-column > .wp-block-heading {
    font-size: 1.5rem;
  }
}

.p-download .wp-block-image {
  margin-top: 1.5rem;
}

.p-download .wp-block-image img {
  width: 100%;
  height: auto;
}

.p-download .wp-block-group {
  padding: 1.4375rem;
  border: 1px solid #aaaaaa;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-download .wp-block-group {
    padding: 0.9375rem;
  }
}

.p-download .wp-block-group .wp-block-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-download .wp-block-group .wp-block-heading {
    font-size: 1rem;
  }
}

.p-download .wp-block-group .wp-block-heading::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/common/check_list_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-download .wp-block-list {
  padding-left: 1.875rem;
  list-style: disc;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-download .wp-block-list {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
  }
}

.p-download .wp-block-list li {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  color: #2A2F4E;
}
@media screen and (max-width: 767px) {
  .p-download .wp-block-list li {
    font-size: 1rem;
  }
}

.p-download .wpcf7 {
  width: 100%;
}

.p-download .wpcf7-form {
  padding: 2.5rem;
  border-radius: 0.25rem;
  background-color: #E8F5FF;
}
@media screen and (max-width: 767px) {
  .p-download .wpcf7-form {
    padding: 1.5rem 1rem;
  }
}

.p-download__field + .p-download__field {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-download__field + .p-download__field {
    margin-top: 1rem;
  }
}

.p-download__label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #2A2F4E;
}

.p-download__req {
  color: #DC0410;
  margin-left: 0.25rem;
}

.p-download__note {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #999999;
}

.p-download__field > .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.5rem;
}

.p-download__field input:not([type=checkbox]):not([type=radio]),
.p-download__field textarea {
  width: 100%;
  color: #2A2F4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #777777;
  border-radius: 0.125rem;
}

.p-download__field input:not([type=checkbox]):not([type=radio]) {
  height: 3.5rem;
}

.p-download__field input::-webkit-input-placeholder, .p-download__field textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #c5c5c5;
}

.p-download__field input::-moz-placeholder, .p-download__field textarea::-moz-placeholder {
  font-size: 0.875rem;
  color: #c5c5c5;
}

.p-download__field input:-ms-input-placeholder, .p-download__field textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #c5c5c5;
}

.p-download__field input::-ms-input-placeholder, .p-download__field textarea::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #c5c5c5;
}

.p-download__field input::placeholder,
.p-download__field textarea::placeholder {
  font-size: 0.875rem;
  color: #c5c5c5;
}

.p-download__field textarea {
  height: 10rem;
  resize: vertical;
}

.p-download__nameRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.p-download__nameRow .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
}

.p-download__field--checkbox .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.375rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-download__field--checkbox .wpcf7-checkbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}

.p-download__field--checkboxFlex .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-download__field--checkboxFlex .wpcf7-checkbox {
    gap: 0.5rem 1.25rem;
  }
}

.p-download__field--checkbox .wpcf7-list-item {
  margin: 0;
}

.p-download__field--checkbox label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #2A2F4E;
}

.p-download__field--checkbox input[type=checkbox] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.p-download__field--checkbox input[type=checkbox]:checked {
  background-color: #ffffff;
  border-color: #aaaaaa;
}

.p-download__field--checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.75rem;
  border-right: 0.125rem solid #777777;
  border-bottom: 0.125rem solid #777777;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-download__agree {
  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;
  gap: 0.5rem;
  margin-top: 3rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #2A2F4E;
}

.p-download__agree .wpcf7-list-item {
  margin: 0;
}

.p-download__agree label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-download__agree input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.p-download__agree input[type=checkbox]:checked {
  background-color: #ffffff;
  border-color: #aaaaaa;
}

.p-download__agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.4375rem;
  width: 0.375rem;
  height: 0.75rem;
  border-right: 0.125rem solid #777777;
  border-bottom: 0.125rem solid #777777;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-download__agreeLink {
  text-decoration: underline;
  color: #777777;
}
.p-download__agreeLink:hover {
  opacity: 0.7;
}

.p-download__submit {
  margin-top: 0.75rem;
  text-align: center;
}
.p-download__submit input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-download__submit input:hover {
  opacity: 0.7;
}

.p-download .wpcf7-submit {
  display: inline-block;
  width: 20rem;
  height: 4.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #005DAB;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
}

.p-download .wpcf7-spinner {
  position: absolute;
  margin: 0;
}

.p-contact {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 2.5rem 1rem 3.5rem 1rem;
  }
}

.p-contact__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

.p-contact__lead {
  color: #2A2F4E;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 1rem;
  }
}

.p-contact .wpcf7 {
  width: 100%;
  max-width: 50rem;
  margin: 3.125rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-contact .wpcf7 {
    margin-top: 2.5rem;
  }
}

.p-contact__field + .p-contact__field {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__field + .p-contact__field {
    margin-top: 1.5rem;
  }
}

.p-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-contact__required {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 0rem 0.125rem;
  background-color: #DC0410;
  border-radius: 0.1875rem;
}

.p-contact__field .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.5rem;
}

.p-contact__field input,
.p-contact__field textarea {
  width: 100%;
  color: #2A2F4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.9375rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #B9B9B9;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__field input,
  .p-contact__field textarea {
    padding: 0.9375rem 0.625rem;
  }
}

.p-contact__field input {
  height: 3.125rem;
}

.p-contact__field input::-webkit-input-placeholder, .p-contact__field textarea::-webkit-input-placeholder {
  color: #C7BEBE;
}

.p-contact__field input::-moz-placeholder, .p-contact__field textarea::-moz-placeholder {
  color: #C7BEBE;
}

.p-contact__field input:-ms-input-placeholder, .p-contact__field textarea:-ms-input-placeholder {
  color: #C7BEBE;
}

.p-contact__field input::-ms-input-placeholder, .p-contact__field textarea::-ms-input-placeholder {
  color: #C7BEBE;
}

.p-contact__field input::placeholder,
.p-contact__field textarea::placeholder {
  color: #C7BEBE;
}

.p-contact__field--message textarea {
  height: 12.5rem;
  border-color: #878787;
  border-radius: 0;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact__field--message textarea {
    height: 10rem;
  }
}

.p-contact__agree {
  color: #2A2F4E;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__agree {
    margin-top: 2.375rem;
  }
}

.p-contact__agree .wpcf7-list-item {
  margin: 0;
}

.p-contact__agree label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}

.p-contact__agree input[type=checkbox] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #2A2F4E;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.p-contact__agree input[type=checkbox]:checked {
  background-color: #2A2F4E;
}

.p-contact__agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.3125rem;
  height: 0.5625rem;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-contact__agreeLink {
  color: #2A2F4E;
  text-decoration: underline;
}
.p-contact__agreeLink:hover {
  opacity: 0.7;
}

.p-contact__submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
.p-contact__submit input:hover {
  opacity: 0.7;
}

.p-contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact .wpcf7-submit {
  width: 20rem;
  height: 4.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #005DAB;
  border: none;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.p-thanks {
  width: 100%;
  padding: 13.75rem 2.5rem 6.5rem 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 7.875rem 1rem 5rem 1rem;
  }
}

.p-thanks__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

.p-thanks__title {
  color: #2A2F4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 2rem;
  }
}

.p-thanks--entry .p-thanks__title,
.p-thanks--download .p-thanks__title {
  font-size: 2rem;
}

.p-thanks__text {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    margin-top: 2.5rem;
  }
}

.p-thanks__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20rem;
  height: 4.375rem;
  padding: 0 2.125rem;
  border: 1px solid #005DAB;
  border-radius: 0.25rem;
  margin: 4.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    margin-top: 4rem;
  }
}
.p-thanks__btn:hover {
  background: #E0F4FF;
}
.p-thanks__btn:hover .p-thanks__btnArrow {
  left: 0.625rem;
}

.p-thanks__btnText {
  color: #005DAB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-thanks__btnArrow {
  position: relative;
  left: 0;
  width: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-policy {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: 3.5rem 1rem;
  }
}

.p-policy__inner {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}

.p-policy__inner > * {
  margin-top: 0.5rem;
}

.p-policy__inner > :first-child {
  margin-top: 0;
}

.p-policy__inner > h2 {
  color: #2A2F4E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__inner > h2 {
    margin-top: 2rem;
  }
}

.p-policy__inner > p {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.p-policy__inner > ul {
  color: #2A2F4E;
}

.p-policy__inner > ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 1rem;
}
.p-policy__inner > ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-404 {
  width: 100%;
  padding: 13.75rem 2.5rem 6.5rem 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 7.875rem 1rem 5rem 1rem;
  }
}

.p-404__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

.p-404__num {
  color: #005DAB;
  font-family: "Raleway", sans-serif;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-404__num {
    font-size: 5rem;
  }
}

.p-404__title {
  color: #2A2F4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.p-404__text {
  color: #2A2F4E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    margin-top: 1.5rem;
  }
}

.p-404__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20rem;
  height: 4.375rem;
  padding: 0 2.125rem;
  border: 1px solid #005DAB;
  border-radius: 0.25rem;
  margin: 3.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    margin-top: 3rem;
  }
}
.p-404__btn:hover {
  background: #E0F4FF;
}
.p-404__btn:hover .p-404__btnArrow {
  left: 0.625rem;
}

.p-404__btnText {
  color: #005DAB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-404__btnArrow {
  position: relative;
  left: 0;
  width: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-1320 {
  display: none !important;
}
@media screen and (max-width: 1320px) {
  .u-sp-1320 {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */