@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;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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 {
  overflow: visible;
}

button,
select {
  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;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}

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

body.is-locked {
  overflow: hidden;
}

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

a {
  display: inline-block;
}

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

.l-header {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header {
    background: #fff;
    -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.04);
            box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.04);
  }
}

.l-header__inner {
  width: 100%;
  height: 6.25rem;
  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;
  padding: 0rem 1.625rem 0rem 2.75rem;
}
@media screen and (max-width: 1600px) {
  .l-header__inner {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4rem;
    padding: 0rem 3.625rem 0rem 0.9375rem;
  }
}

.l-header__logo {
  width: 22.875rem;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .l-header__logo {
    width: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 11.875rem;
  }
}
.l-header__logo.service {
  width: 17.875rem;
}
@media screen and (max-width: 1600px) {
  .l-header__logo.service {
    width: 16.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo.service {
    width: 13.125rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.25rem;
}
@media screen and (max-width: 1600px) {
  .l-header__box {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__box {
    gap: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .l-header-nav__lists {
    gap: 1.25rem;
  }
}

.l-header-nav__list {
  position: relative;
  color: #343434;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1600px) {
  .l-header-nav__list {
    font-size: 0.875rem;
  }
}
.l-header-nav__list.sub {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  .l-header-nav__list.sub {
    gap: 0.4375rem;
  }
}
.l-header-nav__list.sub::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.8125rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/nav_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  .l-header-nav__list.sub::after {
    width: 0.65rem;
    height: 0.4rem;
  }
}
.l-header-nav__list.sub:hover::after {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.l-header-nav__list.sub:hover .l-header-nav__sub-lists {
  max-height: none;
  overflow: inherit;
  padding-top: 4.6875rem;
  padding-bottom: 2.8125rem;
}

.l-header-nav__link {
  color: #343434;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1600px) {
  .l-header-nav__link {
    font-size: 0.875rem;
  }
}
.l-header-nav__link:hover {
  opacity: 0.7;
}

.l-header-nav__sub-lists {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12.8125rem;
  padding: 0rem 1.875rem 0rem 1.5625rem;
  background: rgba(255, 255, 255, 0.8);
}
.l-header-nav__sub-lists.wid250 {
  width: 15.625rem;
  padding: 0rem 3.4375rem 0rem 1.5625rem;
}

.l-header-nav__sub-list {
  color: #343434;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-top: 2.25rem;
}
.l-header-nav__sub-list:first-of-type {
  margin-top: 0rem;
}

.l-header-nav__sub-link {
  position: relative;
  display: block;
  width: 100%;
  color: #343434;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  padding-right: 2.25rem;
}
.l-header-nav__sub-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1.0625rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/nav_arrow_black02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__sub-link:hover {
  opacity: 0.7;
}
.l-header-nav__sub-link:hover::after {
  right: -0.5rem;
}

.l-header-tel {
  width: 15.625rem;
  height: 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  background: #142E69;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .l-header-tel {
    display: none;
  }
}
.l-header-tel:hover {
  background: #30549A;
}

.l-header-tel__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  padding-right: 0.375rem;
}
.l-header-tel__number::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 1.1875rem;
  background-image: url(../imgs/pc/tel_icon_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-header-tel__time {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
}

.l-header-sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5625rem;
  }
}
.l-header-sns a {
  display: block;
  width: 2.25rem;
}
.l-header-sns a:hover {
  opacity: 0.7;
}

.l-header-cta {
  position: fixed;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
@media screen and (max-width: 1600px) {
  .l-header-cta {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-cta {
    display: none;
  }
}

.l-header-cta__button {
  width: 4.625rem;
  height: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #142E69;
  letter-spacing: 0.24em;
  padding-top: 0.4375rem;
}
@media screen and (max-width: 1600px) {
  .l-header-cta__button {
    width: 3.125rem;
    height: 10.625rem;
    font-size: 0.875rem;
  }
}
.l-header-cta__button:hover {
  background: #30549A;
}
.l-header-cta__button.orange {
  background: #D87F1A;
}
.l-header-cta__button.orange:hover {
  background: #D89242;
}
.l-header-cta__button img {
  width: 3.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .l-header-cta__button img {
    width: 2.6875rem;
  }
}

.l-header-banner {
  position: fixed;
  z-index: 10;
  right: 1rem;
  bottom: 1.25rem;
  width: 13.75rem;
}
@media screen and (max-width: 1600px) {
  .l-header-banner {
    width: 11.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-banner {
    display: none;
  }
}
.l-header-banner img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-banner:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.l-header-banner__close {
  position: absolute;
  top: 2.5rem;
  right: 0.5rem;
  width: 1.625rem;
}
@media screen and (max-width: 1600px) {
  .l-header-banner__close {
    top: 2rem;
    width: 1.25rem;
  }
}
.l-header-banner__close:hover {
  opacity: 0.7;
}

.l-header-entry {
  position: fixed;
  z-index: 10;
  right: 4.375%;
  bottom: 1.25rem;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 100%;
  padding: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F508D), to(#46BF82));
  background: linear-gradient(180deg, #2F508D, #46BF82);
}
@media screen and (max-width: 767px) {
  .l-header-entry {
    display: none;
  }
}
.l-header-entry span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 100%;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  border: 1px dashed #fff;
  padding-top: 1.875rem;
}
.l-header-entry span::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1.40625;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}
.l-header-entry:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.l-main {
  position: relative;
  width: 100%;
  padding-top: 6.25rem;
  contain: paint;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 4rem;
  }
}
.l-main.pt0 {
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .l-main.ptSp0 {
    padding-top: 0rem;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  color: #fff;
  padding: 4.5rem 2.5rem 1rem 2.5rem;
  background: #142E69;
}
@media screen and (max-width: 767px) {
  .l-footer {
    overflow: hidden;
    padding: 2.375rem 0rem 1.25rem 0rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}

.l-footer__wrapper {
  width: 100%;
  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__wrapper {
    display: block;
    padding: 0 2rem 2.1875rem 2rem;
    border-bottom: 1px solid #fff;
  }
}

.l-footer__logo {
  width: 22.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    display: block;
    margin: 0 auto;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__text {
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.04em;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    margin-top: 1.25rem;
  }
}

.l-footer__access {
  width: 8.5rem;
  height: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #142E69;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__access {
    margin-top: 0.9375rem;
  }
}
.l-footer__access:hover {
  color: #fff;
  background: #142E69;
}

.l-footer__insta {
  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;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__insta {
    display: none;
  }
}
.l-footer__insta:hover {
  opacity: 0.7;
}
.l-footer__insta img {
  width: 2.9375rem;
}

.l-footer__box {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    padding-top: 0rem;
    padding-right: 0rem;
  }
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
}
@media screen and (max-width: 1600px) {
  .l-footer-nav {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}

.l-footer-nav__list {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 2.25rem;
}
@media screen and (max-width: 1600px) {
  .l-footer-nav__list {
    font-size: 0.875rem;
  }
}
.l-footer-nav__list:first-of-type {
  margin-top: 0rem;
}

.l-footer-nav__link {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1600px) {
  .l-footer-nav__link {
    font-size: 0.875rem;
  }
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer-copy {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-copy {
    margin-top: 0.9375rem;
  }
}

.c-top {
  width: 100%;
  padding: 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-top {
    padding: 0rem 2.25rem;
  }
}

.c-top__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}

.c-top__title {
  color: #DBDBDB;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  padding-top: 7.375rem;
  padding-left: 0.375rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleSlideUp 0.6s ease-out 0.2s forwards;
          animation: titleSlideUp 0.6s ease-out 0.2s forwards;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 1rem;
    padding-top: 3.5625rem;
    padding-left: 0rem;
  }
}
.c-top__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  left: -0.375rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  line-height: 1.390625;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 2.1875rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleSlideUp 0.6s ease-out forwards;
          animation: titleSlideUp 0.6s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .c-top__title::before {
    left: 0;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 0.4375rem;
  }
}

.c-top__img {
  width: 100%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-top__img {
    width: 100vw;
    margin: 3rem calc(50% - 50vw) 0 calc(50% - 50vw);
  }
}

.c-top-simple {
  width: 100%;
  padding: 5.3125rem 2.5rem 5.75rem 2.5rem;
  border-bottom: 1px solid #37230C;
}
@media screen and (max-width: 767px) {
  .c-top-simple {
    padding: 3.5625rem 2.25rem 3.125rem 2.25rem;
  }
}

.c-top-simple__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}

.c-top-simple__title {
  color: #DBDBDB;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  padding-left: 0.375rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleSlideUp 0.6s ease-out 0.2s forwards;
          animation: titleSlideUp 0.6s ease-out 0.2s forwards;
}
@media screen and (max-width: 767px) {
  .c-top-simple__title {
    font-size: 1rem;
    padding-left: 0rem;
  }
}
.c-top-simple__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  left: -0.375rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.390625;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleSlideUp 0.6s ease-out forwards;
          animation: titleSlideUp 0.6s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .c-top-simple__title::before {
    left: 0;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 0.4375rem;
  }
}

@-webkit-keyframes titleSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes titleSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-breadcrumb {
  width: 100%;
  margin-top: 3.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0 1.25rem;
    margin-top: 1.25rem;
  }
}
.c-breadcrumb.mt30 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb.mt30 {
    margin-top: 0.75rem;
  }
}

.c-breadcrumb__lists {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  color: #BABABA;
  font-size: 0.75rem;
  line-height: 1.25;
  white-space: nowrap;
}
.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.875rem;
  width: 0.4375rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/breadcrumb_arrow_gray.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-breadcrumb__list.end::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  color: #BABABA;
  font-size: 0.75rem;
  line-height: 1.25;
  white-space: nowrap;
}
.c-breadcrumb__link.home {
  display: block;
  width: 1.25rem;
  font-size: 0rem;
}
.c-breadcrumb__link:hover {
  opacity: 0.7;
}

.c-button {
  position: relative;
  width: 100%;
  max-width: 21.6875rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.625rem;
  background: #142E69;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button {
    max-width: 100%;
    height: 3.5rem;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #30549A;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.0625rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button span {
  position: relative;
  z-index: 4;
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button span {
    font-size: 0.9375rem;
  }
}
.c-button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.c-button:hover::after {
  right: 0.4375rem;
}
.c-button.orange {
  background: #D87F1A;
}
.c-button.orange::before {
  background-color: #D89242;
}
.c-button.min {
  max-width: 19.875rem;
}
@media screen and (max-width: 767px) {
  .c-button.min {
    max-width: 100%;
  }
}

.c-button-big {
  position: relative;
}

.c-button-big__speech {
  position: absolute;
  z-index: 5;
  top: -3.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.0625rem;
  height: 3.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0rem 1.125rem;
  border: 1px solid #EEC699;
  border-radius: 5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-button-big__speech {
    top: -2.0625rem;
    width: 22.5625rem;
    height: 2.25rem;
    padding: 0rem 0.625rem;
  }
}
.c-button-big__speech::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.5625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 1.96875rem 0 1.96875rem;
  border-color: #FFFFFF transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .c-button-big__speech::before {
    bottom: -0.25rem;
    border-width: 0.3125rem 0.9375rem 0 0.9375rem;
  }
}
.c-button-big__speech span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  color: #D87F1A;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-button-big__speech span {
    gap: 0.875rem;
    font-size: 0.875rem;
  }
}
.c-button-big__speech span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2px;
  height: 2.625rem;
  background: #D87F1A;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}
@media screen and (max-width: 767px) {
  .c-button-big__speech span::before {
    height: 1.5rem;
  }
}
.c-button-big__speech span::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2px;
  height: 2.625rem;
  background: #D87F1A;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}
@media screen and (max-width: 767px) {
  .c-button-big__speech span::after {
    height: 1.5rem;
  }
}

.c-button-big__link {
  position: relative;
  width: 100%;
  max-width: 40rem;
  height: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D87F1A;
  padding-left: 1.5rem;
  -webkit-box-shadow: 0 0.3125rem 0 #A15805;
          box-shadow: 0 0.3125rem 0 #A15805;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button-big__link {
    max-width: 100%;
    height: 3.75rem;
  }
}
.c-button-big__link::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #D89242;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-big__link::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.9375rem;
  height: 1.3125rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-big__link::after {
    right: 1rem;
    width: 1.1875rem;
    height: 0.8125rem;
  }
}
.c-button-big__link span {
  position: relative;
  z-index: 4;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-big__link span {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
}
.c-button-big__link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -6.375rem;
  width: 3.8125rem;
  height: 3.8125rem;
  background-image: url(../imgs/pc/btn_icon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-button-big__link span::before {
    left: -3.375rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.c-button-big__link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.c-button-big__link:hover::after {
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-button-big__link:hover::after {
    right: 0.5rem;
  }
}

.c-title {
  color: #2F508E;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.c-title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #343434;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  line-height: 1.390625;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .c-title::before {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.c-title.center {
  text-align: center;
}

.c-titleMin {
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-titleMin {
    font-size: 0.75rem;
  }
}
.c-titleMin::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #142E69;
  font-family: "Poppins", sans-serif;
  font-size: 3.4375rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-titleMin::before {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 0.5625rem;
  }
}
.c-titleMin.left {
  text-align: left;
}
.c-titleMin.white {
  color: #fff;
}
.c-titleMin.white::before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-titleMin.minSp::before {
    font-size: 1.75rem;
  }
}

.c-cta-contact {
  width: 100%;
  border-top: 1px solid #707070;
  padding: 3.75rem 2.5rem 8rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contact {
    padding: 2rem 1.25rem 2.125rem 1.25rem;
  }
}

.c-cta-contact__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 1600px) {
  .c-cta-contact__inner {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.75rem;
    padding-right: 0rem;
  }
}

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

.c-cta-contact__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.625rem;
  padding-top: 2rem;
}
@media screen and (max-width: 1600px) {
  .c-cta-contact__box {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    padding-top: 0rem;
  }
}

.c-cta-contact__text {
  font-weight: 400;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contact__text {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 1.25rem;
  }
}

.c-cta-contactTel {
  display: block;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contactTel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    margin-top: 0.9375rem;
  }
}
.c-cta-contactTel:hover {
  opacity: 0.7;
}

.c-cta-contactTel__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  line-height: 1.4166666667;
  font-weight: 500;
}
.c-cta-contactTel__number::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  background-image: url(../imgs/pc/tel_icon_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-cta-contactTel__time {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  padding-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contactTel__time {
    font-size: 0.75rem;
    padding-left: 0.3125rem;
    margin-top: 0.3125rem;
  }
}

.c-cta-contactCard {
  width: 100%;
  max-width: 28.75rem;
  padding: 3.625rem 1.1875rem 2rem 1.1875rem;
  border: 1px solid #142E69;
}
@media screen and (max-width: 767px) {
  .c-cta-contactCard {
    max-width: 100%;
    padding: 1.5rem 1.5625rem 1.25rem 1.5625rem;
  }
}
.c-cta-contactCard.orange {
  border: 1px solid #D87F1A;
}

.c-cta-contactCard__label {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.c-cta-contactCard__title {
  font-size: 1.5625rem;
  line-height: 1;
  text-align: center;
  margin-top: 2.25rem;
}
@media screen and (max-width: 1600px) {
  .c-cta-contactCard__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-contactCard__title {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.c-cta-contactCard__title span {
  color: #142E69;
}
.c-cta-contactCard__title span.orange {
  color: #D87F1A;
}

.c-cta-contactCard__time {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contactCard__time {
    margin-top: 0.875rem;
  }
}

.c-cta-contactCard__button {
  margin: 1.625rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-cta-contactCard__button {
    margin-top: 1.1875rem;
  }
}

.c-cta-entry {
  position: relative;
  width: 100%;
  background: linear-gradient(-45deg, #46BF82, #2F508D);
  padding: 5.5rem 2.5rem 6.0625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta-entry {
    padding: 3.75rem 1.25rem;
  }
}
.c-cta-entry::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 49, 49, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-cta-entry.is-hover::after {
  z-index: 1;
  background: #313131;
}

.c-cta-entry__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}

.c-cta-entry__text {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-cta-entry__text {
    font-size: 0.875rem;
    margin-top: 2.5rem;
  }
}

.c-cta-entry__arrow {
  position: relative;
  display: block;
  width: 3.375rem;
  height: 3.8125rem;
  margin: 2.8125rem auto 0rem auto;
  background: rgba(255, 255, 255, 0.23);
}
@media screen and (max-width: 767px) {
  .c-cta-entry__arrow {
    margin: 2.5rem auto 0rem auto;
  }
}
.c-cta-entry__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5625rem;
  height: 1.0625rem;
  background-image: url(../imgs/pc/cta_entry_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-linkBox {
  width: 100%;
  padding: 0 3.75rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-linkBox {
    padding: 0 1.25rem;
    margin-bottom: 5rem;
  }
}

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

.c-linkBox__link {
  position: relative;
  display: block;
  width: 100%;
  min-height: 12.5rem;
  color: #142E69;
  font-size: 1rem;
  line-height: 1;
  padding-top: 3.25rem;
  padding-left: 13.75rem;
  border: 1px solid #142E69;
}
@media screen and (max-width: 767px) {
  .c-linkBox__link {
    min-height: 8.125rem;
    font-size: 0.875rem;
    padding-top: 1.75rem;
    padding-left: 7.5rem;
  }
}
.c-linkBox__link::before {
  content: attr(data-en);
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 0.6875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-linkBox__link::before {
    font-size: 1.875rem;
    margin-bottom: 0.375rem;
  }
}
.c-linkBox__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5rem;
  width: 8.1875rem;
  height: 6.75rem;
  background-image: url(../imgs/pc/link_list_about.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-linkBox__link::after {
    left: 1.25rem;
    width: 4.9125rem;
    height: 4.05rem;
  }
}
.c-linkBox__link span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
  display: block;
  width: 1.5625rem;
  height: 1.0625rem;
  background-image: url(../imgs/pc/link_list_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-linkBox__link span {
    right: 1.25rem;
  }
}
.c-linkBox__link:hover {
  color: #fff;
  background: #142E69;
}
.c-linkBox__link:hover::before {
  color: #fff;
}
.c-linkBox__link:hover::after {
  background-image: url(../imgs/pc/link_list_about_h.svg);
}
.c-linkBox__link:hover span {
  background-image: url(../imgs/pc/link_list_arrow_h.svg);
}
.c-linkBox__link.reasons::after {
  background-image: url(../imgs/pc/link_list_reasons.svg);
}
.c-linkBox__link.reasons:hover::after {
  background-image: url(../imgs/pc/link_list_reasons_h.svg);
}
.c-linkBox__link.company::after {
  background-image: url(../imgs/pc/link_list_company.svg);
}
.c-linkBox__link.company:hover::after {
  background-image: url(../imgs/pc/link_list_company_h.svg);
}
.c-linkBox__link.recruit::after {
  background-image: url(../imgs/pc/link_list_recruit.svg);
}
.c-linkBox__link.recruit:hover::after {
  background-image: url(../imgs/pc/link_list_recruit_h.svg);
}
.c-linkBox__link.interview::after {
  background-image: url(../imgs/pc/link_list_interview.svg);
}
.c-linkBox__link.interview:hover::after {
  background-image: url(../imgs/pc/link_list_interview_h.svg);
}
.c-linkBox__link.benefits::after {
  background-image: url(../imgs/pc/link_list_benefits.svg);
}
.c-linkBox__link.benefits:hover::after {
  background-image: url(../imgs/pc/link_list_benefits_h.svg);
}

.c-flow {
  width: 100%;
  padding: 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-flow {
    padding: 0 1.25rem;
  }
}

.c-flow__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.c-flow__text {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-flow__text {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-top: 1.75rem;
  }
}

.c-flow__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4.25rem;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .c-flow__wrapper {
    gap: 2.875rem;
    margin-top: 2.5rem;
  }
}

.c-flowCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.625rem;
  padding: 1.4375rem 4.625rem;
  background: #F6F6F6;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-flowCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.125rem;
    padding: 1.5rem 1.25rem;
    border-radius: 0.625rem;
  }
}
.c-flowCard::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 2.09375rem 0 2.09375rem;
  border-color: #11367E transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .c-flowCard::after {
    bottom: -2rem;
    border-width: 0.875rem 1.40625rem 0 1.40625rem;
  }
}
.c-flowCard:last-of-type::after {
  display: none;
}

.c-flowCard__img {
  position: relative;
  width: 100%;
  max-width: 9.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-flowCard__box {
  width: 100%;
}

.c-flowCard__title {
  color: #30549A;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-flowCard__title {
    font-size: 1.125rem;
    text-align: center;
  }
}

.c-flowCard__text {
  font-weight: 500;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-flowCard__text {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.c-flowCard__group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-flowCard__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    padding: 0;
    margin-top: 1.875rem;
  }
}
.c-flowCard__group::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 19.625rem;
  width: 1px;
  height: 3.75rem;
  background: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-flowCard__group::after {
    display: none;
  }
}

.c-flowTel {
  position: relative;
  display: block;
  padding-left: 3rem;
}
.c-flowTel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.3125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../imgs/pc/tel_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-flowTel:hover {
  opacity: 0.7;
}

.c-flowTel__number {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.013em;
}

.c-flowTel__time {
  display: block;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-weight: 500;
  margin-top: 0.1875rem;
  padding-left: 0.5rem;
}

.c-area {
  position: relative;
  width: 100%;
  padding: 2.9375rem 3.75rem 9.0625rem 3.75rem;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .c-area {
    padding: 2.375rem 1.25rem 4rem 1.25rem;
    margin-top: 3.75rem;
  }
}
.c-area::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30.375rem;
  background-image: url(../imgs/pc/area_bg.webp);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-area::before {
    height: 11.125rem;
    background-image: url(../imgs/sp/area_bg.webp);
    background-size: cover;
  }
}

.c-area__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .c-area__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 3.75rem;
  }
}

.c-area__img {
  width: 100%;
  max-width: 36.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -6.25rem;
}
@media screen and (max-width: 1600px) {
  .c-area__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-area__img {
    position: relative;
    left: -1rem;
    max-width: 17.6875rem;
    margin: 0.625rem auto 0 auto;
  }
}

.c-area__box {
  width: 100%;
}

.c-area__band {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-area__band {
    margin-top: 1.875rem;
  }
}
.c-area__band span {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.75;
  background: #204B94;
  padding: 0 0.9375rem 0 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-area__band span {
    font-size: 1rem;
    letter-spacing: 0.06em;
    padding: 0 0.375rem;
    margin-top: 0.3125rem;
  }
}
.c-area__band span:first-of-type {
  margin-top: 0rem;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-area__band span:first-of-type {
    padding-right: 0.875rem;
  }
}

.c-area__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-area__text {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    margin-top: 0.875rem;
  }
}

.c-areaItem {
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .c-areaItem {
    margin-top: 0.625rem;
  }
}

.c-areaItem__title {
  position: relative;
  z-index: 2;
  width: 12.125rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 1.5rem;
  background-image: url(../imgs/pc/area_item_bg.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-areaItem__title {
    width: 9.9425rem;
    height: 2.05rem;
    font-size: 1rem;
    padding-left: 1.125rem;
  }
}

.c-areaItem__box {
  width: 100%;
  max-width: 33rem;
  min-height: 9.0625rem;
  margin-top: -1.25rem;
  width: 100%;
  padding: 2rem 1.25rem 1.25rem 1.25rem;
  background: #EEF1F6;
}
@media screen and (max-width: 767px) {
  .c-areaItem__box {
    margin-top: -1.025rem;
    max-width: 100%;
    padding: 1.5625rem 1.25rem 1rem 1.25rem;
  }
}

.c-areaItem__text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-areaItem__text {
    font-size: 0.875rem;
  }
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    gap: 1.125rem;
    margin-top: 3.125rem;
  }
}
.pagination .page-numbers {
  width: 2.5rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EEF1F6;
  color: #11367E;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 1rem;
  }
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #4A7BBF;
}
.pagination .dots {
  width: auto;
  height: auto;
  color: #333;
  background: none;
}
.pagination .dots:hover {
  color: #333;
  background: none;
}
.pagination .current {
  color: #fff;
  background: #4A7BBF;
}
.pagination .prev,
.pagination .next {
  position: relative;
  width: 1.0625rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/pagination_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  font-size: 0;
}
.pagination .prev:hover,
.pagination .next:hover {
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/pc/pagination_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagination .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 初期状態：少し下に・透明 */
.anime-up {
  opacity: 0;
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
}

.anime-down {
  opacity: 0;
  -webkit-transform: translateY(-3.75rem);
          transform: translateY(-3.75rem);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
}

/* 画面内に入ったら：フェード＋上に戻す */
.anime-up.is-inview,
.anime-down.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anime-up.anime-top {
  -webkit-transform: translateX(-50%) translateY(2.5rem);
          transform: translateX(-50%) translateY(2.5rem);
}

.anime-up.anime-top.is-inview {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    top: 1.5625rem;
    right: 0.9375rem;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    width: 1.8125rem;
    height: 0.9375rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.8125rem;
  height: 0.125rem;
  background: #030C1C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.84375rem;
}

.c-hamburger.active span {
  background: #fff;
}
.c-hamburger.active span:nth-of-type(1) {
  top: 0.4375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  top: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #082357;
  padding: 1.25rem 0.9375rem 1.875rem 0.9375rem;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__logo {
  display: block;
  width: 11.875rem;
}
.c-hamburger-nav__logo.service {
  width: 13.125rem;
}
.c-hamburger-nav__logo.home {
  width: 15rem;
  margin: 0.625rem auto;
}
.c-hamburger-nav__logo:hover {
  opacity: 0.7;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.c-hamburger-nav__list {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}

.c-hamburger-nav__link {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__sub-list {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 1.25rem;
}

.c-hamburger-nav__sub-link {
  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;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
.c-hamburger-nav__sub-link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 1px;
  background: #fff;
}

.c-hamburger-navTel {
  width: 100%;
  height: 4.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  background: #fff;
  border-radius: 1px;
  margin-top: 2.5rem;
}
.c-hamburger-navTel.mt0 {
  margin-top: 0rem;
}
.c-hamburger-navTel:hover {
  opacity: 0.7;
}

.c-hamburger-navTel__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #142E69;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 600;
  padding-right: 0.375rem;
}
.c-hamburger-navTel__number::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  background-image: url(../imgs/pc/head_tel.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-hamburger-navTel__time {
  display: inline-block;
  color: #142E69;
  font-size: 0.875rem;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
}

.c-hamburger-nav__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  background: #fff;
  padding: 1.25rem;
  margin-top: 1.875rem;
}

.c-hamburger-nav__mail {
  position: relative;
  display: block;
  width: 100%;
  height: 4.375rem;
  padding-top: 0.875rem;
  background: #E57F09;
  margin-top: 1.25rem;
}
.c-hamburger-nav__mail:hover {
  opacity: 0.7;
}
.c-hamburger-nav__mail::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  width: 1.9375rem;
  height: 1.4375rem;
  background-image: url(../imgs/pc/mail_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-hamburger-nav__mail span {
  display: block;
  color: #fff;
  text-align: center;
  padding-left: 0.3125rem;
}
.c-hamburger-nav__mail span:nth-of-type(1) {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.c-hamburger-nav__mail span:nth-of-type(2) {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
  margin-top: 0.375rem;
}

.c-hamburger-nav.active {
  z-index: 99;
  opacity: 1;
}

.p-fv {
  position: relative;
  width: 100%;
  padding: 0 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 0;
  }
}

.p-fv__inner {
  position: relative;
  width: 100%;
}

.p-fv__img {
  width: 100%;
}

.p-fv__box {
  position: absolute;
  z-index: 2;
  top: 8.3333333333vw;
  left: 7.03125vw;
}
@media screen and (max-width: 1600px) {
  .p-fv__box {
    top: 7.2916666667vw;
    left: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    top: 27.9069767442vw;
    left: 8.3720930233vw;
  }
}

.p-fv__title {
  color: #fff;
  font-size: 3rem;
  line-height: 1.6666666667;
  letter-spacing: 0.16em;
  text-shadow: 0rem 0rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1600px) {
  .p-fv__title {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 7.9069767442vw;
    line-height: 1.4705882353;
  }
}

.p-fv__text {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.3;
  letter-spacing: 0.04em;
  text-shadow: 0rem 0rem 0.375rem rgba(0, 0, 0, 0.16);
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1600px) {
  .p-fv__text {
    font-size: 1.125rem;
    margin-top: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 3.488372093vw;
    line-height: 1.7333333333;
    margin-top: 3.488372093vw;
  }
}

.p-fv__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.75rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1600px) {
  .p-fv__group {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__group {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5.8139534884vw;
    width: calc(100% - 2.5rem);
    gap: 1rem;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__button {
    -webkit-box-shadow: 0 0 0.375rem rgba(255, 255, 255, 0.72);
            box-shadow: 0 0 0.375rem rgba(255, 255, 255, 0.72);
  }
}

.p-fv-service {
  width: 100%;
  padding: 8rem 3.75rem 0rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service {
    padding: 1.5rem 1.25rem 0rem 1.25rem;
  }
}

.p-fv-service__banner {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-service__banner {
    display: block;
    width: 100%;
  }
  .p-fv-service__banner:hover {
    opacity: 0.7;
  }
}

.p-fv-service__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-service__inner {
    padding-top: 1.75rem;
  }
}

.p-fv-service__group {
  width: 100%;
  max-width: 82.25rem;
  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) {
  .p-fv-service__group {
    display: block;
  }
}

.p-fv-service__button {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__button {
    margin-bottom: 0rem;
    margin-top: 2.25rem;
  }
}

.p-fv-service__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.4375rem 3.3469945355%;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__wrapper {
    display: block;
    margin-top: 1.25rem;
  }
}
.p-fv-service__wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  margin-top: 1.25rem;
}
.p-fv-service__wrapper .slick-dots li {
  font-size: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #EEF1F6;
}
.p-fv-service__wrapper .slick-dots li.slick-active {
  background: #142E69;
}

.p-fv-serviceCard {
  position: relative;
  width: 31.0792349727%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard {
    width: 100%;
  }
}
.p-fv-serviceCard::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(40%, rgba(255, 255, 255, 0.23)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0.23) 40%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-serviceCard:hover::after {
  opacity: 0.4;
}
.p-fv-serviceCard:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-serviceCard__img {
  width: 100%;
}
.p-fv-serviceCard__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-serviceCard__box {
  position: absolute;
  z-index: 2;
  left: 1.25rem;
  bottom: 1.25rem;
  width: calc(100% - 2.5rem);
}

.p-fv-serviceCard__title {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__title {
    font-size: 1.125rem;
  }
}

.p-fv-serviceCard__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__categories {
    margin-top: 0.625rem;
  }
}

.p-fv-serviceCard__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #76A7CC;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.5rem 0.9375rem;
  border: 1px solid #76A7CC;
  background: #fff;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__category {
    padding: 0.3125rem 0.6875rem;
  }
}

.p-fv-serviceCard__etc {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__etc {
    font-size: 0.75rem;
  }
}

.p-fv-serviceCard__excerpt {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__excerpt {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 0.25rem;
  }
}

.p-fv-serviceBanner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 79.781420765vw;
  margin: 9.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceBanner {
    max-width: 100%;
    margin-top: 2.5rem;
  }
}
.p-fv-serviceBanner:hover {
  opacity: 0.7;
}
.p-fv-serviceBanner:hover .p-fv-serviceBanner__button::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-fv-serviceBanner__button:not(:root) {
  position: absolute;
  right: 0;
  bottom: 0.1875rem;
  background: rgba(20, 46, 105, 0.87);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceBanner__button:not(:root) {
    bottom: 0;
  }
}
.p-fv-serviceBanner__button:not(:root)::before {
  background-color: rgba(48, 84, 154, 0.87);
}

.p-fv-about {
  width: 100%;
  padding: 0rem 3.75rem;
  margin-top: 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    padding: 0rem 1.25rem;
    margin-top: 2.9375rem;
  }
}

.p-fv-about__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}

.p-fv-about__wrapper {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0rem 3.75rem;
  margin: 5.1875rem calc(50% - 50vw) 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-fv-about__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    margin: 2rem 0 0 0;
    padding: 0;
    border: none;
  }
}

.p-fv-aboutCard {
  position: relative;
  width: 100%;
  max-width: 30.5rem;
  min-height: 26.25rem;
  padding: 12.875rem 2.5rem 1.25rem 2.5rem;
  border-left: 1px solid #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard {
    max-width: 100%;
    min-height: 7.75rem;
    padding: 0.75rem 2.5rem 0.75rem 7.5rem;
    border: 1px solid #000000;
  }
}
.p-fv-aboutCard::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.6875rem;
  height: 6rem;
  background-image: url(../imgs/pc/fv_about_img.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard::before {
    width: 4.375rem;
    height: 3.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.5rem;
  }
}
.p-fv-aboutCard:hover {
  background: #142E69;
}
.p-fv-aboutCard:hover::before {
  background-image: url(../imgs/pc/fv_about_img_h.svg);
}
.p-fv-aboutCard:hover .p-fv-aboutCard__title {
  color: #fff;
}
.p-fv-aboutCard:hover .p-fv-aboutCard__title::before {
  color: #fff;
}
.p-fv-aboutCard:hover .p-fv-aboutCard__title::after {
  background-image: url(../imgs/pc/fv_about_arrow_h.svg);
}
.p-fv-aboutCard:hover .p-fv-aboutCard__text {
  color: #fff;
}
.p-fv-aboutCard:nth-of-type(2)::before {
  top: 3.5rem;
  width: 10.625rem;
  height: 7.4375rem;
  background-image: url(../imgs/pc/fv_about_img02.svg);
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard:nth-of-type(2)::before {
    width: 6rem;
    height: 4.1875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.5625rem;
  }
}
.p-fv-aboutCard:nth-of-type(2):hover::before {
  background-image: url(../imgs/pc/fv_about_img02_h.svg);
}
.p-fv-aboutCard:nth-of-type(3) {
  border-right: 1px solid #000000;
}
.p-fv-aboutCard:nth-of-type(3)::before {
  top: 3.5rem;
  width: 10.625rem;
  height: 7.4375rem;
  background-image: url(../imgs/pc/fv_about_img03.svg);
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard:nth-of-type(3)::before {
    width: 5.5rem;
    height: 4.0625rem;
    top: calc(50% - 0.3125rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.875rem;
  }
}
.p-fv-aboutCard:nth-of-type(3):hover::before {
  background-image: url(../imgs/pc/fv_about_img03_h.svg);
}

.p-fv-aboutCard__title {
  position: relative;
  color: #2F508E;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__title {
    position: initial;
    font-size: 0.75rem;
  }
}
.p-fv-aboutCard__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #343434;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 0.6875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__title::before {
    font-size: 1.5rem;
    line-height: 1.375;
    margin-bottom: 0.1875rem;
  }
}
.p-fv-aboutCard__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.375rem;
  right: 0;
  width: 1.5625rem;
  height: 1.0625rem;
  background-image: url(../imgs/pc/fv_about_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__title::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.3125rem;
    width: 1.0625rem;
    height: 0.75rem;
  }
}

.p-fv-aboutCard__text {
  color: #A4A4A4;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  font-weight: 700;
  margin-top: 1.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 0.625rem;
  }
}

.p-fv-recruit {
  width: 100%;
  margin-top: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recruit {
    margin-top: 5.9375rem;
  }
}

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

.p-fv-recruit__img {
  width: 100%;
  max-width: 63.28125%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .p-fv-recruit__img {
    max-width: 57.2916666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-recruit__img {
    width: 100vw;
    max-width: none;
    margin: 1.25rem calc(50% - 50vw) 0 calc(50% - 50vw);
  }
}

.p-fv-recruit__box {
  width: 100%;
  padding-right: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recruit__box {
    padding: 0 1.25rem;
  }
}

.p-fv-recruit__text {
  font-size: 1rem;
  line-height: 2.875;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recruit__text {
    font-size: 0.9375rem;
    line-height: 1.7466666667;
    margin-top: 0.625rem;
  }
}

.p-fv-recruit__button {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recruit__button {
    margin-top: 1.875rem;
  }
}

.p-fv-news {
  width: 100%;
  padding: 8.125rem 3.75rem 7.5rem 3.75rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 14.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    padding: 0rem 1.25rem;
    border-top: none;
    border-bottom: none;
    margin-top: 2.9375rem;
  }
}

.p-fv-news__inner {
  width: 100%;
  max-width: 110rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  padding-left: 9.25rem;
}
@media screen and (max-width: 1600px) {
  .p-fv-news__inner {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    display: block;
  }
}

.p-fv-news__group {
  width: 100%;
  max-width: 21.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-fv-news__button {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__button {
    margin-top: 1.5625rem;
  }
}

.p-fv-news__box {
  width: 100%;
  max-width: 64.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__box {
    margin-top: 2rem;
  }
}

.p-fv-newsPost {
  width: 100%;
  padding: 2.875rem 1.25rem 2.875rem 0.9375rem;
  border-bottom: 1px solid #989898;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost {
    padding: 1rem 0 1.25rem 0;
  }
}
.p-fv-newsPost:first-of-type {
  padding-top: 0rem;
}

.p-fv-newsPost__link {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__link {
    display: block;
  }
}
.p-fv-newsPost__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 2.5rem;
  height: 3.625rem;
  background-image: url(../imgs/pc/fv_news_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__link::after {
    display: none;
  }
}
.p-fv-newsPost__link:hover {
  color: #142E69;
}
.p-fv-newsPost__link:hover::after {
  background-image: url(../imgs/pc/fv_news_arrow_h.svg);
}

.p-fv-newsPost__time {
  width: 12.1875rem;
  min-width: 12.1875rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .p-fv-newsPost__time {
    width: 9.6875rem;
    min-width: 9.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__time {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.p-fv-newsPost__title {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__title {
    line-height: 1.4666666667;
    margin-top: 0.3125rem;
  }
}

.p-fv-faq {
  width: 100%;
  padding: 0rem 3.75rem;
  margin-top: 7.5rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq {
    padding: 0 1.25rem;
    margin-top: 3.75rem;
    margin-bottom: 5.25rem;
  }
}

.p-fv-faq__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-fv-faq__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.375rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper {
    gap: 1.25rem;
    margin-top: 1.75rem;
  }
}

.p-fv-faq__column {
  width: 100%;
}

.p-fv-faq__ques {
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.3125rem 4rem 1.3125rem 5.875rem;
  background: #EEF1F6;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 4rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    padding: 0.625rem 3.875rem 0.625rem 3.875rem;
  }
}
.p-fv-faq__ques::before {
  content: "Q";
  position: absolute;
  top: 1.1875rem;
  left: 1.875rem;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques::before {
    top: calc(50% - 0.125rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.125rem;
    font-size: 1.75rem;
  }
}
.p-fv-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span {
    right: 1.25rem;
  }
}
.p-fv-faq__ques span::before, .p-fv-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 0.125rem;
  background: #2A2A2A;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span::before, .p-fv-faq__ques span::after {
    width: 1.25rem;
  }
}
.p-fv-faq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-fv-faq__box {
  display: none;
  width: 100%;
  padding: 1.3125rem 8.25rem 1.3125rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__box {
    padding: 1rem 1.125rem 0.625rem 0rem;
  }
}
.p-fv-faq__box.open {
  display: block;
}

.p-fv-faq__ans {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding-left: 3.875rem;
  }
}
.p-fv-faq__ans::before {
  content: "A";
  position: absolute;
  top: 0rem;
  left: 1.875rem;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans::before {
    top: 0;
    left: 1.1875rem;
  }
}

.p-fv-faq__button {
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__button {
    margin: 1.875rem auto 0 auto;
  }
}

.p-company-message {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 8.625rem 3.75rem 11rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company-message {
    padding: 3.75rem 1.25rem;
  }
}

.p-company-message__icon {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 8.625rem;
  width: 18.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__icon {
    width: 40%;
    bottom: 10rem;
  }
}

.p-company-message__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.5rem;
  }
}

.p-company-message__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__img {
    width: 100%;
    margin-left: 0;
    padding-top: 0rem;
  }
}
.p-company-message__img img {
  width: 100%;
  max-width: 56.375rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__img img {
    max-width: 100%;
  }
}

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

.p-company-message__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  color: #142E69;
  font-family: "Poppins", sans-serif;
  font-size: 3.375rem;
  line-height: 1.4074074074;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-company-message__title {
    gap: 1.25rem;
    font-size: 2.25rem;
  }
}
.p-company-message__title span {
  position: relative;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 100%;
  background: #E12F1C;
}
@media screen and (max-width: 767px) {
  .p-company-message__title span {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-company-message__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  width: 26.75rem;
  height: 1px;
  background: #142E69;
}
@media screen and (max-width: 1600px) {
  .p-company-message__title span::before {
    width: 22.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message__title span::before {
    width: 100vw;
  }
}
.p-company-message__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0.3125rem;
  right: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-company-message__title span::after {
    top: 0.25rem;
    right: 0.1875rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }
}

.p-company-message__label {
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1600px) {
  .p-company-message__label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message__label {
    font-size: 1.25rem;
  }
}
.p-company-message__label span {
  display: inline-block;
  padding-left: 14.0625rem;
}
@media screen and (max-width: 1600px) {
  .p-company-message__label span {
    display: block;
    text-align: right;
    padding-left: 0rem;
  }
}

.p-company-message__text {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-company-message__name {
  width: 18.125rem;
  margin-top: 3.4375rem;
  margin-left: auto;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__name {
    width: 15rem;
    margin-top: 1.875rem;
    margin-right: 0rem;
  }
}

.p-company-history {
  width: 100%;
  padding: 8.75rem 3.75rem 6.25rem 3.75rem;
  background: #EEF1F6;
}
@media screen and (max-width: 767px) {
  .p-company-history {
    padding: 3.75rem 1.25rem;
  }
}

.p-company-history__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}

.p-company-history__dl {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.375rem 0;
  margin-top: 4.375rem;
  margin-left: 10.8125rem;
}
@media screen and (max-width: 1600px) {
  .p-company-history__dl {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-history__dl {
    gap: 0;
    margin-top: 1.25rem;
    margin-left: 0rem;
  }
}
.p-company-history__dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.875rem;
  left: 0.6875rem;
  width: 1px;
  height: calc(100% - 0.75rem);
  background: #142E69;
}
.p-company-history__dl dt {
  width: 20.25rem;
  position: relative;
  color: #AFBCD2;
  font-family: "Poppins", sans-serif;
  font-size: 3.375rem;
  line-height: 1.4074074074;
  font-weight: 600;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__dl dt {
    width: 100%;
    padding-left: 2.5rem;
    margin-top: 3.125rem;
  }
}
.p-company-history__dl dt .big {
  display: inline-block;
  padding-right: 0.625rem;
}
.p-company-history__dl dt .min {
  font-size: 2.125rem;
  letter-spacing: 0.05em;
}
.p-company-history__dl dt .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 100%;
  background: #142E69;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-company-history__dl dt .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0.3125rem;
  right: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background: #fff;
}
.p-company-history__dl dt .icon.on {
  background: #E12F1C;
}
.p-company-history__dl dd {
  width: calc(100% - 20.25rem);
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-company-history__dl dd {
    width: 100%;
    padding-left: 2.5rem;
  }
}

.p-company-info {
  width: 100%;
  padding: 0rem 3.75rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-info {
    padding: 3.75rem 1.25rem;
    margin-top: 0rem;
  }
}

.p-company-info__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-company-info__table {
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__table {
    margin-top: 3.125rem;
  }
}
.p-company-info__table th {
  width: 17.5rem;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.09375rem 1.25rem 1.09375rem 3.125rem;
  border-bottom: 2px solid #142E69;
}
@media screen and (max-width: 767px) {
  .p-company-info__table th {
    display: block;
    width: 100%;
    padding: 1.25rem 0.625rem 0rem 0.625rem;
    border-bottom: none;
  }
}
.p-company-info__table td {
  width: calc(100% - 17.5rem);
  padding: 1.09375rem 1.25rem 1.09375rem 3.75rem;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 2px solid #EEF1F6;
}
@media screen and (max-width: 767px) {
  .p-company-info__table td {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    padding: 0.625rem 0.625rem 1.25rem 0.625rem;
  }
}
.p-company-info__table td a {
  color: #3E8CCC;
  text-decoration: underline;
}
.p-company-info__table td a:hover {
  opacity: 0.7;
}
.p-company-info__table tr:first-of-type th,
.p-company-info__table tr:first-of-type td {
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__table tr:first-of-type td {
    padding-top: 0.75rem;
  }
}

.p-company-access {
  width: 100%;
  padding: 0rem 3.75rem;
  margin-top: 5.625rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-access {
    padding: 0rem 1.25rem;
    margin-top: 0rem;
    margin-bottom: 5rem;
  }
}

.p-company-access__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-company-access__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}

.p-company-access__box {
  width: 100%;
}

.p-company-access__label {
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-company-access__label {
    font-size: 1.125rem;
  }
}

.p-company-access__text {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__text {
    font-size: 0.875rem;
  }
}

.p-company-access__map {
  position: relative;
  padding-top: 79.8214285714%;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__map {
    padding-top: 71.9424460432%;
  }
}
.p-company-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-about-esg {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3.5rem 3.75rem 0rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-esg {
    padding: 3.75rem 1.25rem 3.125rem 1.25rem;
  }
}

.p-about-esg__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  padding-left: 6.875rem;
}
@media screen and (max-width: 1600px) {
  .p-about-esg__inner {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-esg__inner {
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-about-esg__box {
  width: 100%;
  max-width: 27.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-esg__box {
    max-width: 100%;
    padding-top: 0rem;
  }
}

.p-about-esg__text {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-esg__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-about-esg__img {
  width: 100vw;
  max-width: 50.75rem;
}
@media screen and (max-width: 1600px) {
  .p-about-esg__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-esg__img {
    max-width: 100%;
  }
}
.p-about-esg__img img {
  position: relative;
  top: -5.625rem;
  left: -8.125rem;
  width: 66.875rem;
}
@media screen and (max-width: 1600px) {
  .p-about-esg__img img {
    left: -10rem;
    width: 52.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-esg__img img {
    top: 0rem;
    left: 0rem;
    width: 100%;
  }
}

.p-about-initiatives {
  width: 100%;
  background: #EEF1F6;
  padding: 5.125rem 3.75rem 5.4375rem 3.75rem;
  margin-top: -8.125rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiatives {
    padding: 3.75rem 1.25rem;
    margin-top: 0rem;
    margin-bottom: 5rem;
  }
}

.p-about-initiatives__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-about-initiatives__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiatives__wrapper {
    gap: 3.75rem;
    margin-top: 3.125rem;
  }
}

.p-about-initiativesCard {
  width: 100%;
  padding-bottom: 4.75rem;
  border-bottom: 1px solid #11367E;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard {
    padding-bottom: 1.875rem;
  }
}
.p-about-initiativesCard:last-of-type {
  padding-bottom: 0rem;
  border-bottom: none;
}

.p-about-initiativesCard__titleBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__titleBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
}

.p-about-initiativesCard__title {
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__title {
    font-size: 1rem;
  }
}
.p-about-initiativesCard__title .eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #77B293;
  font-family: "Poppins", sans-serif;
  font-size: 3.4375rem;
  line-height: 1.4;
  font-weight: 400;
  padding-top: 0.625rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__title .eng {
    font-size: 2.75rem;
  }
}
.p-about-initiativesCard__title .eng span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.125rem;
  height: 6.125rem;
  color: #fff;
  font-size: 4.5rem;
  line-height: 1;
  background: #77B293;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__title .eng span {
    width: 4.9rem;
    height: 4.9rem;
    font-size: 3.6rem;
    margin-top: -0.5rem;
  }
}
.p-about-initiativesCard__title .eng.purple {
  color: #7F4B7F;
}
.p-about-initiativesCard__title .eng.purple span {
  background: #7F4B7F;
}
.p-about-initiativesCard__title .eng.blue {
  color: #4D5B8A;
}
.p-about-initiativesCard__title .eng.blue span {
  background: #4D5B8A;
}

.p-about-initiativesCard__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__items {
    gap: 0.625rem;
  }
}
.p-about-initiativesCard__items.gap16 {
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__items.gap16 {
    gap: 0.625rem;
  }
}
.p-about-initiativesCard__items.gap27 {
  gap: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__items.gap27 {
    gap: 0.625rem;
  }
}

.p-about-initiativesCard__item {
  width: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__item {
    width: 4.25rem;
  }
}

.p-about-initiativesCard__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}

.p-about-initiativesCard__box {
  width: 100%;
}

.p-about-initiativesCard__img {
  width: 100%;
}

.p-about-initiativesCard__label {
  font-size: 1.3125rem;
  line-height: 1;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__label {
    font-size: 1.125rem;
  }
}

.p-about-initiativesCard__text {
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-initiativesCard__text {
    font-size: 0.875rem;
  }
}

.p-about-initiativesCard__button {
  margin-top: 1.25rem;
}

.p-reasons {
  width: 100%;
  padding: 4.375rem 3.75rem 7.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reasons {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-reasons__inner {
  width: 100%;
  max-width: 91.875rem;
  margin: 0rem auto;
}

.p-reasons__title {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reasons__title {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
}
.p-reasons__title span {
  color: #D87F1A;
}

.p-reasons__text {
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-reasons__text {
    font-size: 0.875rem;
    margin-top: 1.75rem;
  }
}

.p-reasons__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-reasons__wrapper {
    gap: 3.75rem;
    margin-top: 3.75rem;
  }
}

.p-reasonsCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 1600px) {
  .p-reasonsCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-reasonsCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
}
.p-reasonsCard.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-reasonsCard.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-reasonsCard.reverse .p-reasonsCard__img {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-reasonsCard.reverse .p-reasonsCard__img {
    margin: 0;
  }
}

.p-reasonsCard__img {
  width: 100%;
  max-width: 56.25rem;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1600px) {
  .p-reasonsCard__img {
    max-width: 52%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reasonsCard__img {
    margin: 0;
    max-width: 100%;
  }
}

.p-reasonsCard__box {
  width: 100%;
  max-width: 42.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 5.5rem;
}
@media screen and (max-width: 1600px) {
  .p-reasonsCard__box {
    max-width: 48%;
    padding-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reasonsCard__box {
    max-width: 100%;
  }
}

.p-reasonsCard__point {
  color: #11367E;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-reasonsCard__point {
    font-size: 1.125rem;
  }
}

.p-reasonsCard__title {
  font-size: 1.5rem;
  line-height: 2.4583333333;
  letter-spacing: 0.08em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 1600px) {
  .p-reasonsCard__title {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-reasonsCard__title {
    font-size: 1.125rem;
  }
}
.p-reasonsCard__title span {
  color: #D87F1A;
}

.p-reasonsCard__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reasonsCard__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-service {
  width: 100%;
  padding: 3.125rem 3.75rem 9.125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-service__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}

.p-service__text {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.875rem;
  }
}

.p-service-nav {
  width: 100%;
  margin-top: 2.5rem;
}

.p-service-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service-nav__lists {
    gap: 0.125rem;
  }
}

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

.p-service-nav__link {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  padding: 0.875rem 0.625rem;
  background: #A3B4D4;
}
@media screen and (max-width: 767px) {
  .p-service-nav__link {
    font-size: 0.75rem;
    line-height: 1.3;
    padding: 0.5rem 0.25rem;
  }
}
.p-service-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.875rem 1.125rem 0 1.125rem;
  border-color: rgba(255, 255, 255, 0) transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-nav__link::before {
    bottom: -0.5rem;
    border-width: 0.5625rem 0.75rem 0 0.75rem;
  }
}
.p-service-nav__link:hover {
  color: #fff;
  background: #30549A;
}
.p-service-nav__link:hover::before {
  border-color: #30549A transparent transparent transparent;
}
.p-service-nav__link.on {
  color: #fff;
  background: #30549A;
}
.p-service-nav__link.on::before {
  border-color: #30549A transparent transparent transparent;
}

.p-serviceCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    padding-left: 0rem;
    margin-top: 3.125rem;
  }
}
.p-serviceCard:first-of-type {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard:first-of-type {
    margin-top: 3.125rem;
  }
}
.p-serviceCard.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-serviceCard.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-right: 0rem;
  }
}
.p-serviceCard.reverse .p-serviceCard__img {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-serviceCard.reverse .p-serviceCard__img {
    margin: 0;
  }
}
.p-serviceCard.reverse .p-serviceCard__box {
  padding-right: 0rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard.reverse .p-serviceCard__box {
    padding-left: 0rem;
  }
}

.p-serviceCard__img {
  position: relative;
  max-width: 56.25rem;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-serviceCard__img {
    max-width: 100%;
    margin: 0;
  }
}

.p-serviceCard__box {
  width: 100%;
  max-width: 42.3125rem;
  padding-top: 3.25rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__box {
    max-width: 100%;
    padding-top: 0rem;
    padding-right: 0rem;
  }
}

.p-serviceCard__number {
  color: #11367E;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__number {
    font-size: 1.125rem;
  }
}

.p-serviceCard__title {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__title {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.p-serviceCard__text {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

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

.p-serviceItem__title {
  position: relative;
  z-index: 2;
  width: 9.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 2.125rem;
  background-image: url(../imgs/pc/service_item_bg.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-serviceItem__title {
    width: 7.6rem;
    height: 2rem;
    font-size: 0.875rem;
    padding-left: 1.125rem;
  }
}

.p-serviceItem__box {
  width: 100%;
  max-width: 33rem;
  min-height: 9.0625rem;
  margin-top: -1.25rem;
  width: 100%;
  padding: 1.75rem 1.25rem 1.25rem 5.8125rem;
  background: #FFF5E9;
}
@media screen and (max-width: 767px) {
  .p-serviceItem__box {
    margin-top: -1rem;
    max-width: 100%;
    padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
  }
}

.p-serviceItem__text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-serviceItem__text {
    font-size: 0.875rem;
  }
}

.p-serviceBanner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 73rem;
  margin: 5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-serviceBanner {
    margin-top: 3.125rem;
  }
}
.p-serviceBanner:hover {
  opacity: 0.7;
}
.p-serviceBanner:hover .p-serviceBanner__button::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-serviceBanner__button {
  position: absolute;
  right: 0;
  bottom: 0.1875rem;
  background: rgba(20, 46, 105, 0.87);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-serviceBanner__button {
    bottom: 0;
  }
}
.p-serviceBanner__button::before {
  background-color: rgba(48, 84, 154, 0.87);
}

.p-exchange-top {
  position: relative;
  width: 100%;
}

.p-exchange-top__button {
  position: absolute;
  top: 26.4583333333vw;
  left: 5.5208333333vw;
}
@media screen and (max-width: 767px) {
  .p-exchange-top__button {
    top: auto;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 2.5rem);
  }
}

.p-exchange-worries {
  position: relative;
  width: 100%;
  padding: 5.625rem 3.75rem 0.625rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-worries {
    padding: 2.625rem 1.25rem 0.625rem 1.25rem;
  }
}

.p-exchange-worries__inner {
  width: 100%;
  max-width: 61.125rem;
  margin: 0rem auto;
}

.p-exchange-worries__title {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-exchange-worries__title {
    font-size: 1.25rem;
  }
}

.p-exchange-worries__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.25rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-worries__lists {
    max-width: 21.25rem;
    margin: 1.75rem auto 0rem auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.75rem;
  }
}

.p-exchange-worries__list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-exchange-worries__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.p-exchange-worries__list img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-exchange-worries__list img {
    width: 7rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-exchange-worries__list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #30549A;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-worries__list p {
    gap: 0.6875rem;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.04em;
    margin-top: 0rem;
  }
}
.p-exchange-worries__list p::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.0625rem;
  height: 2.0625rem;
  background-image: url(../imgs/pc/check_list.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-exchange-worries__list p::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-exchange-solution {
  position: relative;
  width: 100%;
  padding: 10.25rem 3.75rem 4.5rem 3.75rem;
  background: #EEF1F6;
}
@media screen and (max-width: 767px) {
  .p-exchange-solution {
    padding: 3.875rem 1.25rem 3.25rem 1.25rem;
  }
}

.p-exchange-solution__triangle {
  position: absolute;
  top: -0.0625rem;
  left: 0;
  width: 100%;
}

.p-exchange-solution__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}

.p-exchange-solution__title {
  font-size: 2.5rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-exchange-solution__title {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-exchange-solution__title span {
  display: inline-block;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.45;
  background: #D87F1A;
  border-radius: 0.4375rem;
  padding-left: 1.375rem;
  padding-right: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-solution__title span {
    font-size: 1.5rem;
    line-height: 1.9166666667;
    padding-left: 0.9375rem;
    padding-right: 0.4375rem;
  }
}

.p-exchange-solution__text {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-solution__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0.04em;
    margin-top: 1.25rem;
  }
}

.p-exchange-solution__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.625rem;
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-solution__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
    margin-top: 2.8125rem;
  }
}

.p-exchange-solutionCard {
  position: relative;
  width: 100%;
  background: #fff;
}
.p-exchange-solutionCard::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1rem;
  right: -0.8125rem;
  width: 2px;
  height: calc(100% + 1rem);
  background-image: url(../imgs/pc/exchange_solution_bar.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-exchange-solutionCard::after {
    display: none;
  }
}
.p-exchange-solutionCard:last-of-type::after {
  display: none;
}

.p-exchange-solutionCard__point {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 7.6875rem;
  height: 2rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 300;
  background-image: url(../imgs/pc/exchange_solution_band.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 1.4375rem;
}

.p-exchange-solutionCard__img {
  width: 100%;
}

.p-exchange-solutionCard__box {
  width: 100%;
  padding: 1.125rem 1.4375rem 1rem 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-solutionCard__box {
    padding: 1.125rem 1.625rem 1.375rem 1.625rem;
  }
}

.p-exchange-solutionCard__title {
  color: #30549A;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-exchange-solutionCard__title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    letter-spacing: 0.04em;
  }
}

.p-exchange-solutionCard__text {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-solutionCard__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 0.5rem;
  }
}

.p-exchange-reviews {
  width: 100%;
  padding: 7.375rem 3.75rem 6.25rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-reviews {
    padding: 3.5625rem 1.25rem 5rem 1.25rem;
  }
}

.p-exchange-reviews__inner {
  width: 100%;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-reviews__inner {
    margin-top: 3rem;
  }
}

.p-exchange-reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding-bottom: 4rem;
  padding-right: 2.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-reviews__wrapper {
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.25rem;
    margin-top: 2rem;
  }
}

.p-exchange-reviewsCard {
  width: 38.75rem;
  min-width: 38.75rem;
  min-height: 26.75rem;
  padding: 2rem 2.75rem;
  background: #F5F6F9;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-reviewsCard {
    width: 24.375rem;
    min-width: 24.375rem;
    min-height: 25.625rem;
    padding: 2rem 1.25rem;
  }
}

.p-exchange-reviewsCard__title {
  min-height: 4rem;
  color: #30549A;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-exchange-reviewsCard__title {
    min-height: auto;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    letter-spacing: 0.04em;
  }
}

.p-exchange-reviewsCard__text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-reviewsCard__text {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    margin-top: 1.25rem;
  }
}

.p-exchange-reviewsCard__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-reviewsCard__box {
    gap: 1.5rem;
    margin-top: 1.25rem;
  }
}

.p-exchange-reviewsCard__icon {
  width: 7.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-exchange-reviewsCard__star {
  width: 7.5rem;
}

.p-exchange-reviewsCard__name {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-reviewsCard__name {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 1rem;
  }
}

.p-exchange-supported {
  width: 100%;
  padding: 5rem 3.75rem 6.5rem 3.75rem;
  background: #30549A;
}
@media screen and (max-width: 767px) {
  .p-exchange-supported {
    padding: 1.875rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-exchange-supported__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-exchange-supported__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.75rem;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-supported__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-exchange-supported__img {
  width: 100%;
}

.p-exchange-point {
  width: 100%;
  padding: 5.5rem 3.75rem 7.375rem 3.75rem;
  background: #EEF1F6;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-point {
    padding: 3rem 1.25rem 0rem 1.25rem;
    background: #fff;
    margin-bottom: 5rem;
  }
}

.p-exchange-point__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-exchange-point__text {
  font-size: 1.0625rem;
  line-height: 2.1176470588;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-point__text {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-top: 1.625rem;
  }
}

.p-exchange-point__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.375rem 2.8125rem;
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-point__wrapper {
    display: block;
    margin-top: 2.8125rem;
  }
}
.p-exchange-point__wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  margin-top: 1.25rem;
}
.p-exchange-point__wrapper .slick-dots li {
  font-size: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #EEF1F6;
}
.p-exchange-point__wrapper .slick-dots li.slick-active {
  background: #142E69;
}

.p-exchange-pointCard {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-exchange-pointCard {
    padding-top: 2.375rem;
  }
}

.p-exchange-pointCard__number {
  position: absolute;
  top: -2.40625rem;
  left: 0.625rem;
  display: block;
  width: 4.8125rem;
  height: 4.8125rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #30549A;
  padding-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-pointCard__number {
    top: 0rem;
  }
}
.p-exchange-pointCard__number span {
  display: block;
  font-size: 1.5rem;
  padding-top: 0.25rem;
}

.p-exchange-pointCard__img {
  width: 100%;
}

.p-exchange-pointCard__title {
  color: #30549A;
  font-size: 1.3125rem;
  line-height: 1;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-pointCard__title {
    font-size: 1.125rem;
    margin-top: 1.125rem;
  }
}

.p-exchange-pointCard__text {
  color: #404040;
  font-weight: 400;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-pointCard__text {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-top: 0.875rem;
  }
}

.p-exchange-point__button {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-point__button {
    margin-top: 4rem;
  }
}

.p-exchange-faq {
  width: 100%;
  padding: 5rem 3.75rem;
  background: #EEF1F6;
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-faq {
    padding: 1.4375rem 1.25rem 2.6875rem 1.25rem;
    margin-top: 0rem;
  }
}

.p-exchange-faq__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-exchange-faq__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.375rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-faq__wrapper {
    margin-top: 1.75rem;
  }
}

.p-exchange-faq__column {
  width: 100%;
}

.p-exchange-faq__ques {
  cursor: pointer;
  position: relative;
  min-height: 5.4375rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.625rem 3.75rem 0.875rem 6.625rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-exchange-faq__ques {
    min-height: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    padding: 1.125rem 3.125rem 0.875rem 3.875rem;
  }
}
.p-exchange-faq__ques::before {
  content: "Q";
  position: absolute;
  top: 0.875rem;
  left: 1.5rem;
  width: 3.625rem;
  min-width: 3.625rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #30549A;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  background: #EEF1F6;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-exchange-faq__ques::before {
    top: 0.90625rem;
    left: 0.75rem;
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
  }
}
.p-exchange-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-faq__ques span {
    right: 1.25rem;
  }
}
.p-exchange-faq__ques span::before, .p-exchange-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 0.125rem;
  background: #2A2A2A;
}
@media screen and (max-width: 767px) {
  .p-exchange-faq__ques span::before, .p-exchange-faq__ques span::after {
    width: 1.25rem;
  }
}
.p-exchange-faq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-exchange-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-exchange-faq__box {
  display: none;
  width: 100%;
}
.p-exchange-faq__box.open {
  display: block;
}

.p-exchange-faq__ans {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding: 2.125rem 1.5rem 2.125rem 6.625rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-faq__ans {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding-top: 1.25rem;
    padding-left: 3.875rem;
    padding-bottom: 1.5rem;
  }
}
.p-exchange-faq__ans::before {
  content: "A";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3.625rem;
  min-width: 3.625rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  background: #30549A;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-exchange-faq__ans::before {
    left: 0.75rem;
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
  }
}

.p-exchange-faq__button {
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-exchange-faq__button {
    margin: 1.875rem auto 0 auto;
  }
}

.p-exchange-info {
  width: 100%;
  padding: 8rem 3.75rem 5.5rem 3.75rem;
  background: #FFFEFB;
}
@media screen and (max-width: 767px) {
  .p-exchange-info {
    padding: 2.5rem 1.25rem 5.5rem 1.25rem;
  }
}

.p-exchange-info__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-exchange-info__wrapper {
  padding: 2.75rem 4.25rem 3.75rem 4.25rem;
  background: #fff;
  border: 2px solid #EEC699;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-info__wrapper {
    padding: 2rem 1.25rem;
    border-radius: 1.5rem;
  }
}

.p-exchange-info__title {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-info__title {
    font-size: 1.5rem;
    padding-left: 2.375rem;
  }
}
.p-exchange-info__title span {
  position: relative;
}
.p-exchange-info__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5.375rem;
  width: 3.375rem;
  height: 3.375rem;
  background-image: url(../imgs/pc/exchange_info_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-exchange-info__title span::before {
    left: -3rem;
    width: 2.3125rem;
    height: 2.3125rem;
  }
}

.p-exchange-info__text {
  color: #343434;
  font-size: 1rem;
  line-height: 2.25;
  font-weight: 500;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-info__text {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    margin-top: 1.875rem;
  }
}

.p-exchange-info__button {
  margin-top: 8.875rem;
}
@media screen and (max-width: 767px) {
  .p-exchange-info__button {
    margin-top: 3.875rem;
  }
}

.p-works {
  width: 100%;
  padding: 7.1875rem 3.75rem 8.75rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-works {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-works__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-works__inner {
    gap: 3.75rem;
  }
}

.p-works__column {
  width: 100%;
}

.p-works__title {
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-works__title {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 1.125rem;
  }
}

.p-works__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8125rem 0.5625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.75rem;
}
.p-works__lists dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.75rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: 0.08em;
  text-align: center;
  background: #30549A;
}
@media screen and (max-width: 767px) {
  .p-works__lists dt {
    width: 4.375rem;
    font-size: 0.8125rem;
  }
}
.p-works__lists dd {
  width: calc(100% - 5.3125rem);
  font-size: 1rem;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .p-works__lists dd {
    width: calc(100% - 4.9375rem);
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: -0.125rem;
  }
}

.p-works__box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__box {
    gap: 2.5rem;
  }
}
.p-works__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.1875rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.625rem 0 1.625rem 1.6875rem;
  border-color: transparent transparent transparent #142E69;
}
@media screen and (max-width: 767px) {
  .p-works__box::before {
    left: calc(50% + 0.09375rem);
    border-width: 0.8125rem 0 0.8125rem 0.875rem;
  }
}

.p-works__img {
  position: relative;
  width: 100%;
}
.p-works__img:first-of-type::before {
  content: "Before";
  display: block;
  position: absolute;
  top: 0rem;
  left: 1rem;
  width: 5.5625rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  background: #30549A;
}
@media screen and (max-width: 767px) {
  .p-works__img:first-of-type::before {
    left: 0.5rem;
    width: 4rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-works__img:last-of-type::before {
  content: "After";
  display: block;
  position: absolute;
  top: 0rem;
  left: 1rem;
  width: 5.5625rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 0.75rem;
  background: #D87F1A;
}
@media screen and (max-width: 767px) {
  .p-works__img:last-of-type::before {
    left: 0.5rem;
    width: 4rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.p-faq {
  width: 100%;
  padding: 7.25rem 3.75rem 7.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 3.75rem 1.25rem;
  }
}

.p-faq__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

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

.p-faq__list {
  cursor: pointer;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 0.46875rem 1.75rem;
  background: #A8CAF2;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    font-size: 0.875rem;
    padding: 0.46875rem 0.875rem;
  }
}
.p-faq__list.on {
  background: #142E69;
}

.p-faq__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__wrapper {
    margin-top: 1.875rem;
  }
}

.p-faq__column {
  width: 100%;
}

.p-faq__column.is-hide {
  display: none;
}

.p-faq__ques {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.3125rem 4rem 1.3125rem 5.875rem;
  background: #EEF1F6;
}
@media screen and (max-width: 767px) {
  .p-faq__ques {
    min-height: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9375rem;
    line-height: 1.5;
    padding: 0.625rem 3.875rem 0.625rem 3.875rem;
  }
}
.p-faq__ques::before {
  content: "Q";
  position: absolute;
  top: 1.1875rem;
  left: 1.875rem;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  line-height: 1.3846153846;
}
@media screen and (max-width: 767px) {
  .p-faq__ques::before {
    top: calc(50% - 0.125rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.125rem;
    font-size: 1.75rem;
  }
}
.p-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ques span {
    right: 1.25rem;
  }
}
.p-faq__ques span::before, .p-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 0.125rem;
  background: #2A2A2A;
}
@media screen and (max-width: 767px) {
  .p-faq__ques span::before, .p-faq__ques span::after {
    width: 1.25rem;
  }
}
.p-faq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__box {
  display: none;
  width: 100%;
  padding: 1.3125rem 8.25rem 1.3125rem 0rem;
  background: #FCFCFC;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__box {
    padding: 1rem 1.125rem 0.625rem 0rem;
  }
}
.p-faq__box.open {
  display: block;
}

.p-faq__ans {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ans {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding-left: 3.875rem;
  }
}
.p-faq__ans::before {
  content: "A";
  position: absolute;
  top: 0rem;
  left: 1.875rem;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  line-height: 1.3846153846;
}
@media screen and (max-width: 767px) {
  .p-faq__ans::before {
    top: 0;
    left: 1.1875rem;
  }
}

.p-recruit {
  position: relative;
  width: 100%;
  padding: 12rem 2.5rem 10.625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 58.8372093023vw 0.625rem 5rem 0.625rem;
  }
}

.p-recruit__inner {
  width: 100%;
}

.p-recruit__title {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 2.7906976744vw;
  }
}
.p-recruit__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #142E69;
  font-family: "Poppins", sans-serif;
  font-size: 4.6875rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__title::before {
    font-size: 9.3023255814vw;
    line-height: 1.4;
    margin-bottom: 2.0930232558vw;
  }
}

.p-recruit__band {
  font-size: 1.5rem;
  line-height: 2.25;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__band {
    font-size: 4.1860465116vw;
    line-height: 2.25;
    margin-top: 5.5813953488vw;
  }
}
.p-recruit__band span {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.625rem 0.875rem 0.625rem 0.6875rem;
  background: linear-gradient(45deg, #2F508D, #46BF82);
  margin-left: 0.9375rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__band span {
    font-size: 4.6511627907vw;
    padding: 1.3953488372vw 1.1627906977vw;
    margin-left: 2.0930232558vw;
    margin-right: 1.3953488372vw;
  }
}

.p-recruit__text {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  text-shadow: 0rem 0rem 0.1875rem #fff, 0rem 0rem 0.1875rem #fff, 0rem 0rem 0.1875rem #fff, 0rem 0rem 0.1875rem #fff, 0rem 0rem 0.1875rem #fff, 0rem 0rem 0.1875rem #fff;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    font-size: 0.875rem;
    line-height: 1.6071428571;
    margin-top: 1.875rem;
  }
}

.p-recruit__img {
  position: absolute;
  top: 7.8125vw;
  left: 0;
  width: 29.1666666667vw;
}
@media screen and (max-width: 767px) {
  .p-recruit__img {
    top: 11.1627906977vw;
    width: 51.1627906977vw;
  }
}

.p-recruit__img02 {
  position: absolute;
  top: 4.2708333333vw;
  right: 0;
  width: 30.3645833333vw;
}
@media screen and (max-width: 767px) {
  .p-recruit__img02 {
    top: 37.4418604651vw;
    width: 27.9069767442vw;
  }
}

.p-recruit-about {
  width: 100%;
  padding: 5.875rem 3.75rem 6.25rem 3.75rem;
  background: #EEF1F6;
}
@media screen and (max-width: 767px) {
  .p-recruit-about {
    padding: 3.75rem 1.25rem;
  }
}

.p-recruit-about__inner {
  width: 100%;
  max-width: 87rem;
  margin: 0rem auto;
}

.p-recruit-about__text {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-about__text {
    font-size: 1.125rem;
  }
}

.p-recruit-about__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
  margin-top: 2.125rem;
}
@media screen and (max-width: 1600px) {
  .p-recruit-about__wrapper {
    gap: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.75rem;
    margin-top: 3.125rem;
  }
}

.p-recruit-aboutCard {
  position: relative;
  width: 100%;
}
.p-recruit-aboutCard::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3rem;
  width: 1px;
  height: 29.0625rem;
  background: #A6B3C9;
}
@media screen and (max-width: 1600px) {
  .p-recruit-aboutCard::after {
    right: -2.25rem;
  }
}
.p-recruit-aboutCard:last-of-type::after {
  display: none;
}

.p-recruit-aboutCard__img {
  width: 100%;
  max-width: 16.875rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-aboutCard__img {
    max-width: 11.25rem;
  }
}

.p-recruit-aboutCard__title {
  color: #D87F1A;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 1600px) {
  .p-recruit-aboutCard__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-aboutCard__title {
    margin-top: 2.5rem;
  }
}

.p-recruit-aboutCard__text {
  line-height: 1.75;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-aboutCard__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-recruit-cont {
  width: 100%;
  padding: 7.5rem 3.75rem 11.625rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cont {
    padding: 3.75rem 1.25rem;
  }
}

.p-recruit-cont__inner {
  width: 100%;
  max-width: 81.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cont__inner {
    gap: 3.75rem;
  }
}

.p-recruit-cont__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cont__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.75rem;
  }
}
.p-recruit-cont__column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-recruit-cont__column.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-right: 0rem;
  }
}
.p-recruit-cont__column.reverse .p-recruit-cont__img {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-recruit-cont__column.reverse .p-recruit-cont__img {
    margin: 0 calc(50% - 50vw);
  }
}
.p-recruit-cont__column.reverse .p-recruit-cont__box {
  padding-top: 6.75rem;
  padding-left: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cont__column.reverse .p-recruit-cont__box {
    padding-top: 0rem;
    padding-left: 0rem;
  }
}

.p-recruit-cont__img {
  position: relative;
  max-width: 58.0625rem;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-recruit-cont__img {
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
  }
}

.p-recruit-cont__box {
  width: 100%;
  max-width: 35rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cont__box {
    max-width: 100%;
    padding-top: 0rem;
  }
}

.p-recruit-cont__band {
  font-size: 1.5rem;
  line-height: 2.1666666667;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cont__band {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.p-recruit-cont__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cont__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

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

.p-recruit-step {
  width: 100%;
  padding: 8rem 3.75rem 10.1875rem 3.75rem;
  background: #EEF1F6;
}
@media screen and (max-width: 767px) {
  .p-recruit-step {
    padding: 3.75rem 1.25rem;
  }
}
.p-recruit-step .scroll-hint-shadow-wrap::before, .p-recruit-step .scroll-hint-shadow-wrap::after {
  display: none;
}

.p-recruit-step__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}

.p-recruit-step__text {
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-step__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-recruit-step__img {
  width: 100%;
  margin-top: -25rem;
}
@media screen and (max-width: 1600px) {
  .p-recruit-step__img {
    margin-top: -18.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-step__img {
    margin-top: 0rem;
    margin-top: -12.5rem;
    padding-bottom: 0.625rem;
  }
  .p-recruit-step__img img {
    width: 56.25rem;
  }
}

.p-recruit-info {
  width: 100%;
  padding: 7.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info {
    padding: 3.75rem 1.25rem;
  }
}

.p-recruit-info__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-recruit-info__table {
  width: 100%;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__table {
    margin-top: 3.125rem;
  }
}
.p-recruit-info__table th {
  width: 17.5rem;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.09375rem 1.25rem 1.09375rem 3.125rem;
  border-bottom: 2px solid #142E69;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__table th {
    display: block;
    width: 100%;
    padding: 1.25rem 0.625rem 0rem 0.625rem;
    border-bottom: none;
  }
}
.p-recruit-info__table td {
  width: calc(100% - 17.5rem);
  padding: 1.09375rem 1.25rem 1.09375rem 3.75rem;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 2px solid #EEF1F6;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__table td {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    padding: 0.625rem 0.625rem 1.25rem 0.625rem;
  }
}
.p-recruit-info__table td a {
  color: #3E8CCC;
  text-decoration: underline;
}
.p-recruit-info__table td a:hover {
  opacity: 0.7;
}
.p-recruit-info__table tr:first-of-type th,
.p-recruit-info__table tr:first-of-type td {
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__table tr:first-of-type td {
    padding-top: 0.75rem;
  }
}
.p-recruit-info__table dl {
  width: 100%;
  max-width: 42.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-recruit-info__table dt {
  width: 25%;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0.8125rem 0rem;
  background: #EEF1F6;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__table dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 3.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
    padding: 0.625rem 0rem;
  }
}
.p-recruit-info__table dd {
  width: 25%;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0.8125rem 0rem;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__table dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 3.5rem;
    padding: 0.625rem 0rem;
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
.p-recruit-info__table dd:first-of-type {
  border-left: 1px solid #E2E2E2;
}
.p-recruit-info__table .group {
  margin-top: 0.625rem;
}
.p-recruit-info__table .text {
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.p-recruit-info__table .comment {
  display: block;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__table .comment {
    font-size: 0.75rem;
  }
}

.p-interview {
  width: 100%;
  padding: 5.75rem 3.75rem 9.625rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

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

.p-interview__title {
  position: absolute;
  top: 0;
  left: 0;
  color: #EEF1F6;
  font-family: "Poppins", sans-serif;
  font-size: 5.4375rem;
  line-height: 1.3908045977;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-interview__title {
    font-size: 3.125rem;
  }
}

.p-interview__text {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 2.1666666667;
  text-align: center;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-interview__text {
    font-size: 1.125rem;
    padding-top: 2.5rem;
  }
}

.p-interview__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0.08em;
  text-align: right;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__name {
    gap: 1rem;
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}
.p-interview__name span {
  color: #30549A;
  font-family: "Poppins", sans-serif;
  font-size: 3.0625rem;
  line-height: 1.387755102;
  font-weight: 400;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-interview__name span {
    font-size: 2rem;
  }
}

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

.p-interviewCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-interviewCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
}
.p-interviewCard.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-interviewCard.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-interviewCard.reverse .p-interviewCard__box {
  padding-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-interviewCard.reverse .p-interviewCard__box {
    padding-top: 0rem;
  }
}

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

.p-interviewCard__box {
  width: 100%;
  max-width: 42.75rem;
  padding-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-interviewCard__box {
    max-width: 100%;
    padding-top: 0rem;
  }
}

.p-interviewCard__number {
  color: #11367E;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-interviewCard__number {
    font-size: 1.125rem;
  }
}

.p-interviewCard__title {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-interviewCard__title {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.p-interviewCard__text {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-interviewCard__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-interviewItem {
  width: 100%;
  max-width: 91.5rem;
  margin-top: 7.1875rem;
  background: #11367E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.125rem 5.5rem 3.125rem 6.0625rem;
}
@media screen and (max-width: 1600px) {
  .p-interviewItem {
    padding: 2.5rem 3.125rem 2.5rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.875rem 1.25rem;
    margin-top: 3.75rem;
  }
}

.p-interviewItem__title {
  width: 100%;
  max-width: 28rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 1600px) {
  .p-interviewItem__title {
    max-width: 24.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewItem__title {
    font-size: 1rem;
    padding-bottom: 1.875rem;
  }
}
.p-interviewItem__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0em;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-interviewItem__title::before {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 0.9375rem;
  }
}

.p-interviewItem__box {
  width: 100%;
  max-width: 51.9375rem;
  padding: 4.125rem 0 4.125rem 5.4375rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1600px) {
  .p-interviewItem__box {
    padding: 4.125rem 0 4.125rem 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewItem__box {
    border-left: none;
    border-top: 1px solid #fff;
    padding: 0;
    padding-top: 1.875rem;
  }
}

.p-interviewItem__text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-interviewItem__text {
    font-size: 0.875rem;
  }
}

.p-benefits {
  width: 100%;
  padding: 5.3125rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-benefits {
    padding: 3.75rem 1.25rem;
  }
}

.p-benefits__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-benefits__text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__text {
    font-size: 0.875rem;
  }
}

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

.p-benefits__list {
  width: 100%;
  min-height: 15.1875rem;
  background: #EEF1F6;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__list {
    min-height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-benefits__img {
  width: 100%;
  max-width: 11.5625rem;
  margin: 0rem auto;
}

.p-benefits__label {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__label {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
.p-benefits__label.mt {
  margin-top: 0.125rem;
}

.p-benefits__exp {
  color: #404040;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  font-weight: 500;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__exp {
    font-size: 0.8125rem;
    margin-top: 0.625rem;
  }
}
.p-benefits__exp.min {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__exp.min {
    font-size: 0.6875rem;
  }
}
.p-benefits__exp.mt {
  margin-top: 0.5rem;
}

.p-benefits-training {
  width: 100%;
  padding: 4.25rem 2.5rem 6.875rem 2.5rem;
  background: #EEF1F6;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-benefits-training {
    padding: 3.75rem 1.25rem;
    margin-bottom: 5rem;
  }
}

.p-benefits-training__inner {
  width: 100%;
  max-width: 73rem;
  margin: 0rem auto;
}

.p-benefits-training__text {
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-benefits-training__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}
.p-benefits-training__text.mt {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-benefits-training__text.mt {
    margin-top: 1.875rem;
  }
}

.p-benefits-training__img {
  width: 100%;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-benefits-training__img {
    padding-bottom: 1.25rem;
    margin-top: 2.5rem;
  }
}
.p-benefits-training__img img {
  border-radius: 1.5rem;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(112, 112, 112, 0.19);
          box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(112, 112, 112, 0.19);
}
@media screen and (max-width: 767px) {
  .p-benefits-training__img img {
    width: 50rem;
  }
}

.p-contact {
  width: 100%;
  padding: 5.25rem 3.75rem 7.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

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

.p-contact__title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.375rem;
  }
}

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

.p-contact-select.none {
  display: none;
}

/* デフォルト＝入力画面だけ表示 */
.only-confirm {
  display: none;
}

/* 確認モード時（bodyにフラグ）で入れ替え */
body.is-contact-confirm .only-input {
  display: none;
}

body.is-contact-confirm .only-confirm {
  display: block;
}

/* 初期は確認ボタンのみ表示（競合対策で !important） */
.js-cf7-confirmation .js-cf7-send,
.js-cf7-confirmation .js-cf7-back,
.js-cf7-confirmation .p-cf7__confirmValue {
  display: none !important;
}

/* 確認中は送信・戻る・確認値を表示（競合保険） */
.js-cf7-confirmation.is-confirm .js-cf7-send,
.js-cf7-confirmation.is-confirm .js-cf7-back,
.js-cf7-confirmation.is-confirm .p-cf7__confirmValue {
  display: inline-block !important;
}

/* 確認中は入力UIをオフスクリーンへ（送信用にDOMは残す） */
.js-cf7-confirmation.is-confirm .p-cf7__input,
.js-cf7-confirmation.is-confirm .p-cf7__radio,
.js-cf7-confirmation.is-confirm .p-cf7__textarea,
.js-cf7-confirmation.is-confirm .p-cf7__file {
  position: absolute;
  left: -9999px;
}

/* 念のため送信ボタンは操作可に */
.js-cf7-confirmation.is-confirm .js-cf7-send,
.js-cf7-confirmation.is-confirm .js-cf7-back {
  pointer-events: auto !important;
}

.p-cf7 {
  width: 100%;
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #D7D9DC;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #D7D9DC;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #D7D9DC;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #D7D9DC;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #D7D9DC;
}
.p-cf7 input:focus,
.p-cf7 textarea:focus,
.p-cf7 select:focus {
  outline: 0.125rem solid #D87F1A;
}

.p-cf7__lists {
  width: 100%;
}

.p-cf7__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.9375rem 0rem;
  border-bottom: 1px solid #D7D9DC;
}
@media screen and (max-width: 767px) {
  .p-cf7__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.5rem 0.625rem 1.875rem 0.625rem;
  }
}
.p-cf7__list:first-of-type {
  padding-top: 0rem;
}
.p-cf7__list.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-cf7__list.center .p-cf7__title {
  padding-top: 0rem;
}
.p-cf7__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
  width: 17.5rem;
  height: 1px;
  background: #082357;
}
@media screen and (max-width: 767px) {
  .p-cf7__list::before {
    display: none;
  }
}

.p-cf7__title {
  width: 17.5rem;
  min-width: 17.5rem;
  padding-top: 0.25rem;
  padding-left: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title {
    width: 100%;
    min-width: auto;
    padding-top: 0rem;
    padding-left: 0rem;
  }
}
.p-cf7__title label {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cf7__title label {
    font-size: 1rem;
  }
}
.p-cf7__title label span {
  display: inline-block;
  color: #FF004E;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 500;
  margin-left: 0.625rem;
}
.p-cf7__title > span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-cf7__title > span.red {
  color: #FF0000;
}

.p-cf7__radio {
  width: 100%;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio {
    padding: 0;
    margin-top: 1.25rem;
  }
}
.p-cf7__radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5625rem;
}
.p-cf7__radio .wpcf7-list-item {
  margin: 0;
}
.p-cf7__radio label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio label {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.p-cf7__radio label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 1px solid #313131;
  background: #ffffff;
}
.p-cf7__radio input {
  display: none;
}
.p-cf7__radio input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #313131;
}

.p-cf7__input {
  width: 100%;
  max-width: 30.9375rem;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input {
    padding: 0;
    margin-top: 1.25rem;
  }
}
.p-cf7__input input {
  width: 100%;
  height: 2.5rem;
  padding: 0 1.375rem;
  outline: 1px solid #D7D9DC;
  border-radius: 0.3125rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input input {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
}

.p-cf7__file {
  position: relative;
  padding-top: 0.8125rem;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__file {
    padding: 0;
    margin-top: 1.25rem;
  }
}
.p-cf7__file input {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__file input {
    font-size: 0.875rem;
  }
}

.p-cf7__fileBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.3125rem;
}

.p-cf7__fileComment {
  color: #FF004E;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-top: 0.3125rem;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea {
    padding: 0;
    margin-top: 1.25rem;
  }
}
.p-cf7__textarea textarea {
  width: 100%;
  max-width: 30.9375rem;
  height: 10.25rem;
  outline: 1px solid #D7D9DC;
  border-radius: 0.3125rem;
  font-size: 1rem;
  padding: 0.625rem 0.875rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea textarea {
    height: 11.25rem;
    font-size: 0.875rem;
    padding: 1.125rem 1rem;
  }
}

.p-cf7-policy {
  width: 100%;
  max-width: 36rem;
  height: 8.5rem;
  margin: 5rem auto 0rem auto;
  border: 1px solid #313131;
  padding: 1rem 1.125rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-cf7-policy {
    max-width: calc(100% - 1.25rem);
    margin-top: 2.5rem;
  }
}
.p-cf7-policy dt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cf7-policy dt {
    font-size: 0.875rem;
  }
}
.p-cf7-policy dd {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7-policy dd {
    font-size: 0.875rem;
  }
}
.p-cf7-policy a:hover {
  opacity: 0.7;
}

.p-cf7__acceptance {
  width: 100%;
  max-width: 31.25rem;
  margin: 2.5rem auto 0rem auto;
  padding-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance {
    padding-left: 0.625rem;
    margin-top: 3.125rem;
  }
}
.p-cf7__acceptance .wpcf7-form-control-wrap,
.p-cf7__acceptance .wpcf7-form-control {
  display: block;
  height: 1.5rem;
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance label {
    font-size: 0.75rem;
  }
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #707070;
  border-radius: 0.1875rem;
  background: #ffffff;
}
.p-cf7__acceptance label a {
  color: #0F96DC;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance label a {
    font-size: 0.875rem;
  }
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.8125rem;
  border: solid #030C1C;
  border-width: 0 0.125rem 0.125rem 0;
}

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

.p-cf7__submitBox {
  width: 100%;
  max-width: 21.6875rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-cf7__submitBox {
    max-width: 22.5rem;
  }
}

.p-cf7__submit {
  position: relative;
  width: 100%;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #142E69;
  overflow: hidden;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit {
    height: 3.125rem;
  }
}
.p-cf7__submit::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #30549A;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.0625rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit::after {
    right: 0.625rem;
    width: 1.0625rem;
    height: 0.5rem;
  }
}
.p-cf7__submit:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-cf7__submit:hover::after {
  right: 0.4375rem;
}

.p-cf7__submit input,
.p-cf7__submit button {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit input,
  .p-cf7__submit button {
    font-size: 1rem;
  }
}
.p-cf7__submit input:focus,
.p-cf7__submit button:focus {
  outline: none;
}
.p-cf7__submit input:disabled,
.p-cf7__submit button:disabled {
  color: #fff;
  background: #707070;
  border: 1px solid #707070;
}

.p-cf7__submit input {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid #142E69;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit input {
    font-size: 1rem;
  }
}
.p-cf7__submit input:focus {
  outline: none;
}
.p-cf7__submit input:disabled {
  color: #fff;
  background: #707070;
  border: 1px solid #707070;
}

.p-cf7__submit.on {
  margin-top: 5rem;
}

.p-cf7__back {
  width: 100%;
  text-align: center;
  margin-top: 2.5rem;
}
.p-cf7__back button {
  text-decoration: underline;
}
.p-cf7__back button:hover {
  color: #142E69;
}

.js-cf7-confirmation.is-confirm .p-cf7-policy {
  display: none;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-thanks {
  width: 100%;
  padding: 5.25rem 3.75rem 9.375rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

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

.p-thanks__title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.5rem;
  }
}

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

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

.p-news {
  width: 100%;
  padding: 5.9375rem 3.75rem 8.25rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 3.125rem 1.25rem;
  }
}

.p-news__inner {
  max-width: 73rem;
  margin: 0rem auto;
}

.p-newsPost {
  width: 100%;
  padding: 3.0625rem 2.5rem 3.0625rem 2.5rem;
  border-bottom: 1px solid #989898;
}
@media screen and (max-width: 767px) {
  .p-newsPost {
    padding: 1rem 0 1.25rem 0;
  }
}
.p-newsPost:first-of-type {
  padding-top: 0rem;
}

.p-newsPost__link {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-newsPost__link {
    display: block;
    padding-right: 0rem;
  }
}
.p-newsPost__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 2.5rem;
  height: 3.625rem;
  background-image: url(../imgs/pc/fv_news_arrow02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-newsPost__link::after {
    display: none;
  }
}
.p-newsPost__link:hover {
  color: #4A7BBF;
}
.p-newsPost__link:hover::after {
  background-image: url(../imgs/pc/fv_news_arrow02_h.svg);
}

.p-newsPost__time {
  width: 12.1875rem;
  min-width: 12.1875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .p-newsPost__time {
    width: 9.6875rem;
    min-width: 9.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-newsPost__time {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.p-newsPost__title {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-newsPost__title {
    line-height: 1.4666666667;
    margin-top: 0.3125rem;
  }
}

.p-single {
  width: 100%;
  padding: 6.25rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-single__inner {
  max-width: 73rem;
  margin: 0rem auto;
}

.p-single__time {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single__time {
    font-size: 1rem;
  }
}

.p-single__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.p-single__content {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    margin-top: 1.875rem;
  }
}
.p-single__content h2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1rem;
  background: #142E69;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h2 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
    margin-bottom: 1.5625rem;
  }
}
.p-single__content h3 {
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
  border-bottom: 3px solid #142E69;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h3 {
    font-size: 1.125rem;
    border-bottom: 2px solid #142E69;
    margin-top: 1.875rem;
    margin-bottom: 1.5625rem;
  }
}
.p-single__content h4 {
  font-size: 1.125rem;
  border-left: 0.25rem solid #142E69;
  padding-left: 0.5rem;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h4 {
    font-size: 1rem;
    border-left: 0.1875rem solid #142E69;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-single__content h5 {
  font-size: 1.125rem;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h5 {
    font-size: 1rem;
  }
}
.p-single__content h6 {
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h6 {
    font-size: 0.875rem;
  }
}
.p-single__content p {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-single__content .wp-block-columns .wp-block-column {
  margin: 0 auto;
}
.p-single__content .wp-block-table {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content .wp-block-table {
    padding-bottom: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-single__content .wp-block-table figcaption {
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single__content .wp-block-table table {
    min-width: 37.5rem;
  }
}
.p-single__content .wp-block-table table tbody td {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem;
  border: none;
  border: 1px solid #142E69;
}
.p-single__content .wp-block-table table tbody td:first-child {
  min-width: 12.5rem;
  color: #142E69;
  background: rgba(20, 46, 105, 0.2);
}
.p-single__content .wp-block-table.head {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content .wp-block-table.head {
    padding-bottom: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-single__content .wp-block-table.head figcaption {
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
.p-single__content .wp-block-table.head table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.25rem;
  border: 1px solid #142E69;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single__content .wp-block-table.head table {
    min-width: 37.5rem;
  }
}
.p-single__content .wp-block-table.head table thead {
  background: rgba(20, 46, 105, 0.2);
  border-bottom: none;
}
.p-single__content .wp-block-table.head table thead th {
  color: #142E69;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem;
  border: none;
  border-right: 1px solid #142E69;
  border-bottom: 1px solid #142E69;
}
.p-single__content .wp-block-table.head table thead th:last-of-type {
  border-right: none;
}
.p-single__content .wp-block-table.head table tbody tr:last-of-type td {
  border-bottom: none;
}
.p-single__content .wp-block-table.head table tbody td {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem;
  border: none;
  border-right: 1px solid #142E69;
  border-bottom: 1px solid #142E69;
}
.p-single__content .wp-block-table.head table tbody td:last-of-type {
  border-right: none;
}
.p-single__content .wp-block-table.head table tbody td:first-child {
  min-width: auto;
  color: initial;
  background: initial;
}
.p-single__content ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content ul li {
  font-size: 1rem;
  line-height: 1.5;
}
.p-single__content ul li ul {
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content ol li {
  font-size: 1rem;
  line-height: 1.5;
}
.p-single__content ol li ul {
  list-style: decimal;
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content ol li ol {
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content blockquote {
  position: relative;
  padding: 1.875rem 1.25rem;
  background: #F8F8F8;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content blockquote {
    padding: 1.875rem 0.9375rem;
  }
}
.p-single__content blockquote p {
  color: #142E69;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content a {
  color: #346ED2;
  text-decoration: underline;
}
.p-single__content a:hover {
  opacity: 0.7;
}
.p-single__content div {
  max-width: 100%;
}
.p-single__content img {
  width: auto;
  max-width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content figure {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content .wp-block-cover {
  padding-bottom: 1.25rem;
}
.p-single__content .wp-block-cover img {
  margin-bottom: 1.25rem;
}
.p-single__content mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0)));
  background: linear-gradient(#ffffff 70%, rgba(255, 255, 255, 0) 70%);
}

.p-single__button {
  margin: 6.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single__button {
    margin-top: 5rem;
  }
}

.p-404 {
  width: 100%;
}

.p-404__inner {
  width: 100%;
  max-width: 74.625rem;
  margin: 0rem auto;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding: 5rem 1.25rem;
  }
}

.p-404__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-404__link {
  margin: 3.125rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-404__link {
    margin: 1.875rem auto 0rem auto;
  }
}

@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-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;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */