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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #252525;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  background: #FCFCFC;
}

.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}

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

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/pc/header_bgimg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header.single {
  background-image: url(../imgs/pc/header_bgimg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-header.single::before {
  display: none;
}
.l-header.on::before {
  opacity: 1;
}
.l-header.off::before {
  opacity: 0;
}

.l-header__inner {
  width: 100%;
  height: 90px;
  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: 0 80px;
}
@media screen and (max-width: 1000px) {
  .l-header__inner {
    height: 70px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0 3.75rem 0 0.9375rem;
  }
}

.l-header__logo {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  .l-header__logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 8.5625rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}

.l-header.active .l-header__inner {
  display: none;
}

.l-header-nav {
  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: 20px;
}
@media screen and (max-width: 1000px) {
  .l-header-nav {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    gap: 1rem;
  }
}

.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: 20px;
}
@media screen and (max-width: 767px) {
  .l-header-nav__lists {
    display: none;
  }
}

.l-header-nav__list {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header-nav__list {
    font-size: 0.875rem;
  }
}

.l-header-nav__link {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header-nav__link {
    font-size: 0.875rem;
  }
}
.l-header-nav__link:hover {
  opacity: 0.7;
}

.l-header-nav__button {
  position: relative;
  width: 104px;
  height: 30px;
  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;
  border-radius: 100px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .l-header-nav__button {
    width: 80px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__button {
    width: 6.25rem;
    height: 1.875rem;
    border-radius: 6.25rem;
  }
}
.l-header-nav__button a {
  position: relative;
  z-index: 2;
  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: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header-nav__button a {
    font-size: 0.8125rem;
  }
}
.l-header-nav__button:hover {
  background: #252525;
}
.l-header-nav__button:hover a {
  color: #fff;
}

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

.l-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(../imgs/pc/footer_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer {
    overflow: hidden;
    background-position: top;
    background-image: url(../imgs/sp/footer_bg.webp);
    padding: 0 0.9375rem;
  }
}

.l-footerEntry {
  width: 100%;
  padding: 9.6875rem 0 7.5rem 0;
  border-bottom: 1px solid #A0A0A0;
}
@media screen and (max-width: 767px) {
  .l-footerEntry {
    padding: 5.9375rem 0rem 5rem 0rem;
  }
}

.l-footerEntry__eng {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footerEntry__eng {
    max-width: 16.5625rem;
    margin: 0 auto;
  }
}

.l-footerEntry__title {
  color: #fff;
  font-size: 5.9375rem;
  line-height: 1.8526315789;
  font-weight: 900;
  text-align: center;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-footerEntry__title {
    font-size: 3rem;
    line-height: 1.25;
    margin-top: -2.1875rem;
  }
}
.l-footerEntry__title span {
  font-size: 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-footerEntry__title span {
    font-size: 3.75rem;
  }
}

.l-footerEntry__box {
  width: 100%;
  max-width: 68.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin: 4.375rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .l-footerEntry__box {
    -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;
    margin: 4rem auto 0rem auto;
  }
}

.l-footerEntry__text {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footerEntry__text {
    font-size: 0.875rem;
  }
}

.l-footerEntry__button {
  position: relative;
  width: 31rem;
  height: 7.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: #fff;
  border: 1px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footerEntry__button {
    width: 100%;
    max-width: 21.5625rem;
    height: 5rem;
  }
}
.l-footerEntry__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #252525;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.l-footerEntry__button a {
  position: relative;
  z-index: 2;
  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: 100%;
  height: 100%;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footerEntry__button a {
    font-size: 1.375rem;
  }
}
.l-footerEntry__button a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 2.5rem;
  width: 1.125rem;
  height: 1.125rem;
  border-top: 0.1875rem solid #252525;
  border-right: 0.1875rem solid #252525;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footerEntry__button a::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.l-footerEntry__button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.l-footerEntry__button:hover a {
  color: #fff;
}
.l-footerEntry__button:hover a::before {
  border-top: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
}

.l-footer__inner {
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
  padding: 7.5rem 0rem 6.5625rem 0rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 4.375rem 0rem 2.5rem 0rem;
  }
}

.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: 1340px) {
  .l-footer__wrapper {
    -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: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    gap: 0px;
  }
}

.l-footer__logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 8.5625rem;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__company {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 24px;
}

.l-footer__post {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__post {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}
.l-footer__post span {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
}

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

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

.l-footer-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: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__lists {
    gap: 1rem;
  }
}
.l-footer-nav__lists:first-of-type {
  min-width: 8.125rem;
}

.l-footer-nav__list {
  line-height: 1;
}

.l-footer-nav__link {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 700;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__link {
    font-size: 0.875rem;
    padding-left: 0.8125rem;
  }
}
.l-footer-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__link::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.l-footer-nav__link.out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__link.out {
    gap: 0.5rem;
  }
}
.l-footer-nav__link.out::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(../imgs/pc/link_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__link.out::after {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer-nav__subLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5px;
  padding-left: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__subLists {
    gap: 0.3125rem;
    padding-left: 1rem;
    margin-top: 0.625rem;
  }
}

.l-footer-nav__subList {
  line-height: 1;
}

.l-footer-nav__subLink {
  color: #fff;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__subLink {
    font-size: 0.875rem;
  }
}
.l-footer-nav__subLink:hover {
  opacity: 0.7;
}

.l-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1800px) {
  .l-footer__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__group {
    gap: 0.875rem;
  }
}

.l-footer-button {
  width: 280px;
  height: 100px;
  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.5rem;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #A0A0A0;
}
@media screen and (max-width: 767px) {
  .l-footer-button {
    width: 100%;
    max-width: 21.5625rem;
    height: 4.375rem;
    font-size: 1rem;
    margin: 0 auto;
  }
}
.l-footer-button.out::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  background-image: url(../imgs/pc/link_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer-button.out::after {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.l-footer-button:hover {
  opacity: 0.7;
}

.l-footer__small {
  color: #fff;
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  text-align: right;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 1rem;
    text-align: left;
    margin-top: 2.5rem;
  }
}

.c-top {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 41.6875rem;
  background-image: url(../imgs/pc/top_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 19rem 2.5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-top {
    min-height: 15.625rem;
    background-image: url(../imgs/sp/top_bg.webp);
    padding: 7.5rem 0.9375rem 1.25rem 0.9375rem;
  }
}

.c-top__title {
  position: relative;
  width: 100%;
  max-width: 105.125rem;
  margin: 0 auto;
  color: #fff;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 3.125rem;
    line-height: 1;
  }
}
.c-top__title.nowrap {
  white-space: nowrap;
}

.c-sns {
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(../imgs/pc/sns_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-sns {
    background-image: url(../imgs/sp/sns_bg.webp);
  }
}

.c-sns__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-sns__inner {
    padding: 5rem 0.9375rem;
  }
}

.c-sns__column {
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-sns__column {
    padding: 0rem;
  }
}
.c-sns__column:first-of-type {
  border-bottom: 1px solid #A0A0A0;
}
@media screen and (max-width: 767px) {
  .c-sns__column:first-of-type {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

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

.c-sns__title {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1.15;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-sns__title {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.c-sns__title span {
  font-family: "M PLUS 1", sans-serif;
}

.c-sns__text {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
  padding-right: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .c-sns__text {
    font-size: 0.875rem;
    padding-right: 0rem;
    margin-top: 2rem;
  }
}

.c-sns__group {
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-sns__group {
    max-width: 21.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}

.c-sns__tiktok {
  width: 47.2090261283%;
  height: 11rem;
  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;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-sns__tiktok {
    width: 100%;
    height: 5rem;
  }
}
.c-sns__tiktok img {
  width: 14.5rem;
}
@media screen and (max-width: 767px) {
  .c-sns__tiktok img {
    width: 8.25rem;
  }
}
.c-sns__tiktok:hover {
  opacity: 0.7;
}

.c-sns__instagram {
  width: 47.2090261283%;
  height: 11rem;
  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: #fff;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 800;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-sns__instagram {
    width: 100%;
    height: 5rem;
    gap: 0.625rem;
    font-size: 1.75rem;
  }
}
.c-sns__instagram::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(../imgs/pc/instagram.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-sns__instagram::before {
    width: 2rem;
    height: 2rem;
  }
}
.c-sns__instagram:hover {
  opacity: 0.7;
}

.c-article-column {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-article-column.post .c-article-news__box {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding-top: 0.3125rem;
  }
  .c-article-column.post .c-article-news__group {
    padding: 0.5rem 0rem;
  }
  .c-article-column.post .c-article-column__time {
    font-size: 0.75rem;
    padding-right: 0.625rem;
    margin-right: 0.625rem;
  }
  .c-article-column.post .c-article-column__time::after {
    height: 0.5625rem;
  }
  .c-article-column.post .c-article-column__category {
    font-size: 0.625rem;
    line-height: 1.4;
    padding: 0.25rem 0.9375rem;
  }
  .c-article-column.post .c-article-column__title {
    padding: 0;
    margin-top: 0rem;
  }
}
.c-article-column:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-article-column:hover .c-article-column__title {
  color: #1E7ED5;
}

.c-article-column__thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-article-column__img {
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
}
.c-article-column__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-news__box {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  width: calc(100% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .c-article-news__box {
    left: 0.8125rem;
    bottom: 0.8125rem;
    width: calc(100% - 1.625rem);
  }
}

.c-article-news__group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-article-news__group {
    padding: 0.25rem 0.875rem;
  }
}

.c-article-column__time {
  position: relative;
  font-family: "M PLUS 1", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 800;
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-article-column__time {
    font-size: 0.625rem;
    padding-right: 0.4375rem;
    margin-right: 0.4375rem;
  }
}
.c-article-column__time::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 0.6875rem;
  background: #252525;
}

.c-article-column__category {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  font-weight: 700;
  background: #1E7ED5;
  padding: 0.25rem 0.9375rem;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article-column__category {
    padding: 0.1875rem 0.8125rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.c-article-column__title {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 900;
  padding: 0.5rem 1rem;
  background: #fff;
  margin-top: 0.46875rem;
}
@media screen and (max-width: 767px) {
  .c-article-column__title {
    font-size: 1rem;
    padding: 0.25rem 0.875rem;
    margin-top: 0.25rem;
  }
}

.c-anime-title {
  overflow: hidden; /* 安全側 */
  display: inline-block;
}

/* 1行 = 直下の span。中に .paren や .pr があってもOK */
.c-anime-title > span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* デフォルト値（data属性で上書き可能） */
  --bgDur: .55s; /* 背景帯の伸び時間 */
  --txtDur: .55s; /* テキストの出現時間 */
  --stagger: .18s; /* 行ごとの遅延間隔 */
  --i: 0; /* 行番号はJSで付与 */
  /* 背景帯（既存::beforeを利用して伸ばす） */
  /* 文字はマスクで左→右表示 */
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) left/0% 100% no-repeat;
  -webkit-mask: linear-gradient(#000 0 0) left/0% 100% no-repeat;
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) left/0% 100% no-repeat;
  mask: linear-gradient(#000 0 0) left/0% 100% no-repeat;
  transition: -webkit-mask-size var(--txtDur) cubic-bezier(0.22, 1, 0.36, 1), mask-size var(--txtDur) cubic-bezier(0.22, 1, 0.36, 1);
  /* 初期は非表示（ちら見え防止） */
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
}
.c-anime-title > span::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); /* 初期はゼロ幅 */
  -webkit-transition: -webkit-transform var(--bgDur) cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform var(--bgDur) cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--bgDur) cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--bgDur) cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform var(--bgDur) cubic-bezier(0.22, 1, 0.36, 1);
}

/* 見えたら再生：帯 → 文字 */
.c-anime-title.is-inview > span {
  -webkit-transition-delay: calc(var(--i) * var(--stagger) + var(--bgDur) * 0.7);
          transition-delay: calc(var(--i) * var(--stagger) + var(--bgDur) * 0.7);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.c-anime-title.is-inview > span::before {
  -webkit-transition-delay: calc(var(--i) * var(--stagger));
          transition-delay: calc(var(--i) * var(--stagger));
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* 動きを苦手とするユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .c-anime-title > span {
    -webkit-mask: none !important;
    mask: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .c-anime-title > span::before {
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* ベースは同じ。picture も block にして幅を合わせる */
.c-anime-img {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  --bgDur: .6s;
  --imgDur: .6s;
  --bgTotal: 1.1s;
}

.c-anime-img > picture {
  display: block;
  width: 100%;
  height: auto;
}

/* 帯（変更なし） */
.c-anime-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #1E7ED5;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0) translateX(0);
          transform: scaleX(0) translateX(0);
  pointer-events: none;
}

/* ★初期は必ず隠す：<img>直下 & <picture>配下の<img> 両方に適用 */
.c-anime-img:not(.is-inview) > img,
.c-anime-img:not(.is-inview) > picture > img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  /* 標準マスク */
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  mask-image: linear-gradient(#000, #000);
  mask-size: 0% 100% !important;
  mask-repeat: no-repeat;
  mask-position: left center;
  /* WebKitマスク */
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  -webkit-mask-image: linear-gradient(#000, #000);
  -webkit-mask-size: 0% 100% !important;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* ★再生時：両方に反映 */
.c-anime-img.is-inview > img,
.c-anime-img.is-inview > picture > img {
  visibility: visible !important;
  opacity: 1 !important;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  transition: opacity var(--imgDur) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--bgDur) * 0.7), -webkit-mask-size var(--imgDur) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--bgDur) * 0.7), mask-size var(--imgDur) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--bgDur) * 0.7);
  will-change: opacity, -webkit-mask-size, mask-size;
}

/* 帯のアニメ（変更なし） */
.c-anime-img.is-inview::before {
  -webkit-animation: bgWipe var(--bgTotal) cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bgWipe var(--bgTotal) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes bgWipe {
  0% {
    -webkit-transform: scaleX(0) translateX(0);
            transform: scaleX(0) translateX(0);
  }
  60% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(100%);
            transform: scaleX(1) translateX(100%);
  }
}

@keyframes bgWipe {
  0% {
    -webkit-transform: scaleX(0) translateX(0);
            transform: scaleX(0) translateX(0);
  }
  60% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(100%);
            transform: scaleX(1) translateX(100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-anime-img::before {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .c-anime-img > img,
  .c-anime-img > picture > img {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-mask: none !important;
    mask: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* 汎用：下→上フェードイン */
.c-anime-up {
  /* デフォルト（data属性で上書き可） */
  --dur: 1.0s;
  --delay: 0s;
  --distance: 60px;
  opacity: 0;
  -webkit-transform: translateY(var(--distance));
          transform: translateY(var(--distance));
  -webkit-transition: opacity var(--dur) cubic-bezier(0.22, 1, 0.36, 1) var(--delay), -webkit-transform var(--dur) cubic-bezier(0.22, 1, 0.36, 1) var(--delay);
  transition: opacity var(--dur) cubic-bezier(0.22, 1, 0.36, 1) var(--delay), -webkit-transform var(--dur) cubic-bezier(0.22, 1, 0.36, 1) var(--delay);
  transition: opacity var(--dur) cubic-bezier(0.22, 1, 0.36, 1) var(--delay), transform var(--dur) cubic-bezier(0.22, 1, 0.36, 1) var(--delay);
  transition: opacity var(--dur) cubic-bezier(0.22, 1, 0.36, 1) var(--delay), transform var(--dur) cubic-bezier(0.22, 1, 0.36, 1) var(--delay), -webkit-transform var(--dur) cubic-bezier(0.22, 1, 0.36, 1) var(--delay);
  will-change: opacity, transform;
}

/* 見えたら再生 */
.c-anime-up.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 動きを苦手とするユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .c-anime-up {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* スクロール角度（deg）を入れる受け皿。初期0度 */
.c-anime-circle {
  --angle: 0deg;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(var(--angle));
          transform: rotate(var(--angle));
  will-change: transform;
}

/* 画像の向きは保ちたいので、親の回転を“打ち消す” */
.c-anime-circle::before,
.c-anime-circle::after {
  will-change: transform;
  -webkit-transform: rotate(calc(-1 * var(--angle)));
          transform: rotate(calc(-1 * var(--angle)));
}

/* 動きを苦手とするユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .c-anime-circle {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .c-anime-circle::before,
  .c-anime-circle::after {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    top: 1.15625rem;
    right: 0.9375rem;
    width: 1.75rem;
    height: 1.375rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.75rem;
  height: 0.125rem;
  background: #fff;
  -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.625rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1.25rem;
}

.c-hamburger.active span:nth-of-type(1) {
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.5rem;
  -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-image: url(../imgs/sp/hamburger_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.6875rem 0.9375rem 3.75rem 0.9375rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.c-hamburger-nav__list {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  padding: 1.875rem 0;
  border-bottom: 0.125rem dashed #fff;
}
.c-hamburger-nav__list:first-of-type {
  padding-top: 0rem;
}

.c-hamburger-nav__link {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__button {
  width: 100%;
  height: 4.5rem;
  max-width: 21.5625rem;
  margin: 2rem auto 0 auto;
}
.c-hamburger-nav__button a {
  position: relative;
  z-index: 2;
  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: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border-radius: 6.25rem;
  background: #fff;
}

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

.pagination .nav-links {
  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.25rem;
  margin-top: 6.75rem;
}
.pagination .page-numbers {
  width: 3rem;
  height: 3rem;
  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: #1E7ED5;
  font-size: 1.75rem;
  font-weight: 900;
  border: 1px solid #1E7ED5;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #1E7ED5;
}
.pagination .dots {
  border: none;
}
.pagination .dots:hover {
  color: #1E7ED5;
  background: #fff;
}
.pagination .current {
  color: #fff;
  background: #1E7ED5;
}
.pagination .prev {
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 1px solid #1E7ED5;
}
.pagination .prev::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 0.1875rem;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.125rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination .next {
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 1px solid #1E7ED5;
}
.pagination .next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.875rem;
  height: 0.875rem;
  border: 0.125rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-breadcrumb {
  width: 100%;
  max-width: 85rem;
  margin: 1.25rem auto 0 auto;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    overflow: hidden;
    margin: 0.625rem auto 0 auto;
    padding: 0 1.5rem;
    gap: 1rem;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.625rem;
  }
}
.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -0.875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #707070;
  border-right: 0.125rem solid #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list::after {
    right: -0.5625rem;
    width: 0.375rem;
    height: 0.375rem;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
.c-breadcrumb__list_end {
  color: #3D9DA4;
}
.c-breadcrumb__list_end::after {
  display: none;
}
.c-breadcrumb__list_end.orange {
  color: #EF9B00;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.625rem;
  }
}
.c-breadcrumb__link:hover {
  color: #3D9DA4;
}

.c-title {
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
  }
}
.c-title::after {
  content: "";
  display: block;
  position: relative;
  width: 5.375rem;
  height: 0.375rem;
  background: #3F9E88;
  border-radius: 0.625rem;
  margin: 0.8125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-title::after {
    width: 4rem;
    height: 0.25rem;
    margin: 1rem auto 0 auto;
  }
}
.c-title span {
  color: #3F9E88;
}
.c-title.big::after {
  margin: -0.1875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-title.big::after {
    margin: 0rem auto 0 auto;
  }
}
.c-title.big span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-title.big span {
    font-size: 3.25rem;
  }
}

.c-button {
  position: relative;
  width: 31rem;
  height: 7.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: #1E7ED5;
  border: 1px solid #1E7ED5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    max-width: 21.5625rem;
    height: 5rem;
  }
}
.c-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.c-button a {
  position: relative;
  z-index: 2;
  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: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-button a {
    font-size: 1.375rem;
  }
}
.c-button a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 2.5rem;
  width: 1.125rem;
  height: 1.125rem;
  border-top: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button a::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.c-button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c-button:hover a {
  color: #1E7ED5;
}
.c-button:hover a::before {
  border-top: 0.1875rem solid #1E7ED5;
  border-right: 0.1875rem solid #1E7ED5;
}

.c-button-back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  color: #1E7ED5;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-button-back a {
    gap: 1rem;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .c-button-back a.minSp {
    gap: 1.5rem;
    font-size: 1.125rem;
  }
}
.c-button-back .border {
  display: inline-block;
  padding-bottom: 0rem;
  border-bottom: 1px solid #1E7ED5;
}
.c-button-back .icon {
  position: relative;
  width: 5rem;
  height: 5rem;
  background-image: url(../imgs/pc/icon_arrow_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-back .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-button-back .icon.reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-button-back:hover .icon {
  background-image: url(../imgs/pc/icon_arrow_white.svg);
}

.p-fv {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 67.5rem;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv {
    min-height: auto;
    background-image: url(../imgs/sp/fv_bg.webp);
    padding-bottom: 2.5rem;
  }
}

.p-fv__inner {
  width: 100%;
  padding-top: 12.3125rem;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding: 28.5333333333vw 4.8vw 0 4.8vw;
  }
}

.p-fv__box {
  position: relative;
  width: 100%;
  max-width: 45.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    max-width: 100%;
  }
}

.p-fv__title {
  width: 100%;
}
.p-fv__title img:nth-of-type(1) {
  width: 39.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title img:nth-of-type(1) {
    width: 85.8407079646%;
  }
}
.p-fv__title img:nth-of-type(2) {
  width: 45.5625rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title img:nth-of-type(2) {
    width: 100%;
    margin-top: 0.25rem;
  }
}
.p-fv__title img:nth-of-type(3) {
  width: 40.125rem;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title img:nth-of-type(3) {
    width: 87.0206489676%;
    margin-top: 0.375rem;
  }
}

.p-fv__text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 4vw;
    margin-top: 4.2666666667vw;
    padding-left: 1.0666666667vw;
  }
}

/* アニメ用｜ここから */
.p-fv__title img,
.p-fv__text {
  opacity: 0;
}

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

@keyframes slideUpFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 開始フラグが付いたら順番に再生 */
.p-fv__box.is-start .p-fv__title img {
  -webkit-animation: slideUpFade 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: slideUpFade 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: opacity, transform;
}

.p-fv__box.is-start .p-fv__title img:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.p-fv__box.is-start .p-fv__title img:nth-child(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.p-fv__box.is-start .p-fv__title img:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.p-fv__box.is-start .p-fv__text {
  -webkit-animation: slideUpFade 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.85s forwards;
          animation: slideUpFade 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.85s forwards;
  will-change: opacity, transform;
}

/* 動きを苦手とするユーザー配慮（端末設定で低減なら即表示） */
@media (prefers-reduced-motion: reduce) {
  .p-fv__title img,
  .p-fv__text {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
/* アニメ用｜ここまで */
.p-fv-slide {
  position: absolute;
  top: 11.875rem;
  right: -13.625rem;
  width: 71.5625rem;
  /* 中身の共通スタイル（初期は等倍＆アニメなし） */
  /* --- 初期2秒だけ：2枚目を縮小、アニメ無効でパチつき防止 --- */
  /* --- Swiper初期化後の通常ロジック ---
     同一要素(.p-fv-slide)が .swiper.swiper-initialized になったら
     「非アクティブ=縮小 / アクティブ=等倍」に切替 */
  /* --- 初期化完了後のみアニメ有効 --- */
  /* 位置はお好みで */
  /* SVG をコンテナサイズにフィットさせる */
  /* 数字は重ねておく（最後にだけ切替） */
  /* 円 */
  /* 前景リング：12時から開始（-90deg） */
  /* 円の回転（dashoffset 75.4 → 0 で一周） */
  /* 数字切替：アニメ終盤で cur を上へフェードアウト、next を下からイン */
  /* ★ アニメは『切替完了』ごとに再スタートする */
}
@media screen and (max-width: 767px) {
  .p-fv-slide {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 1.5rem;
  }
}
.p-fv-slide .swiper-slide .slide-inner {
  padding: 2.5rem;
  background: linear-gradient(225deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.26));
  -webkit-box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.16);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: none;
  transition: none;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-fv-slide .swiper-slide .slide-inner {
    padding: 1rem;
  }
}
.p-fv-slide.is-booting .swiper-slide .slide-inner {
  -webkit-transition: none !important;
  transition: none !important;
}
.p-fv-slide.is-booting .swiper-wrapper > .p-fv-slide__link:nth-of-type(2) .slide-inner {
  -webkit-transform: scale(0.576) !important;
          transform: scale(0.576) !important;
}
.p-fv-slide.swiper.swiper-initialized .swiper-slide .slide-inner {
  -webkit-transform: scale(0.576);
          transform: scale(0.576);
}
.p-fv-slide.swiper.swiper-initialized .swiper-slide-active .slide-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-fv-slide.is-ready.swiper.swiper-initialized .slide-inner {
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}
.p-fv-slide .p-fv-pagination {
  position: relative;
  left: 60%;
  --size: 65px;
  --stroke: 1;
  --color: #fff; /* アクティブ色 */
  --bg: rgba(255, 255, 255, 0.3); /* 背景円 */
  --pagi-duration: 3000ms;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  color: var(--color);
}
@media screen and (max-width: 767px) {
  .p-fv-slide .p-fv-pagination {
    position: relative;
    left: calc(100% - 65px);
  }
}
.p-fv-slide .p-fv-pagination .pagi-ring svg {
  width: 100%;
  height: 100%;
}
.p-fv-slide .p-fv-pagination .pagi-num {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.125rem;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.p-fv-slide .p-fv-pagination .pagi-num .cur,
.p-fv-slide .p-fv-pagination .pagi-num .next {
  grid-area: 1/1;
}
.p-fv-slide .p-fv-pagination .pagi-ring {
  width: var(--size);
  height: var(--size);
  display: block;
}
.p-fv-slide .p-fv-pagination .ring-bg,
.p-fv-slide .p-fv-pagination .ring-fg {
  fill: none;
  stroke-width: var(--stroke);
}
.p-fv-slide .p-fv-pagination .ring-bg {
  stroke: var(--bg);
}
.p-fv-slide .p-fv-pagination .ring-fg {
  stroke: currentColor;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  /* r=12 → 周長 ≒ 75.4 */
  stroke-dasharray: 75.4;
  stroke-dashoffset: 75.4; /* 0% 表示（全部隠れている） */
}
@-webkit-keyframes ring-spin {
  from {
    stroke-dashoffset: 75.4;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ring-spin {
  from {
    stroke-dashoffset: 75.4;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes num-cur-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
@keyframes num-cur-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
@-webkit-keyframes num-next-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes num-next-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-fv-slide .p-fv-pagination.is-animating .ring-fg {
  -webkit-animation: ring-spin var(--pagi-duration) linear forwards;
          animation: ring-spin var(--pagi-duration) linear forwards;
}
.p-fv-slide .p-fv-pagination.is-animating .pagi-num .cur {
  -webkit-animation: num-cur-out var(--pagi-duration) linear forwards;
          animation: num-cur-out var(--pagi-duration) linear forwards;
}
.p-fv-slide .p-fv-pagination.is-animating .pagi-num .next {
  -webkit-animation: num-next-in var(--pagi-duration) linear forwards;
          animation: num-next-in var(--pagi-duration) linear forwards;
}

.p-fv-slide__link {
  display: block;
  width: 100%;
}

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

.p-fv-slide__img {
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
}
.p-fv-slide__img img {
  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-fv-slide__box {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-slide__box {
    margin-top: 0.5rem;
  }
}

.p-fv-slide__group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv-slide__time {
  position: relative;
  color: #fff;
  font-family: "M PLUS 1", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 800;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-slide__time {
    font-size: 0.625rem;
    padding-right: 0.4375rem;
    margin-right: 0.4375rem;
  }
}
.p-fv-slide__time::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 0.6875rem;
  background: #fff;
}

.p-fv-slide__category {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  background: #40B5F0;
  padding: 0.25rem 1rem;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-slide__category {
    padding: 0.1875rem 0.8125rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.p-fv-slide__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-slide__title {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
}

.p-fv-about {
  position: relative;
  width: 100%;
  overflow: visible;
}

.p-fv-about__circleBox {
  position: absolute;
  z-index: -1;
  top: -40.3125rem;
  right: -15.75rem;
  width: 92.5625rem;
  height: 83.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__circleBox {
    top: 0rem;
    right: -9.0625rem;
    width: 31.25rem;
    height: 33.8125rem;
  }
}

.p-fv-about__circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-fv-about__circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 67.125rem;
  height: 67.125rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-about__circle::before {
    width: 24.625rem;
    height: 24.625rem;
  }
}
.p-fv-about__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 47.1875rem;
  height: 47.1875rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-about__circle::after {
    width: 17.3125rem;
    height: 17.3125rem;
  }
}

.p-fv-about__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
    padding: 5rem 0.9375rem 4.6875rem 0.9375rem;
  }
}

.p-fv-about__img {
  position: sticky;
  top: 0rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 10;
  width: 100%;
  max-width: 53.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-about__img {
    position: relative;
    z-index: 1;
    left: -0.9375rem;
    max-width: none;
    width: calc(100% + 0.9375rem);
  }
}

.p-fv-about__box {
  width: 100%;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__box {
    position: relative;
    z-index: 3;
    padding-top: 0rem;
    margin-top: -3.75rem;
  }
}

.p-fv-about__title {
  line-height: 1;
}
.p-fv-about__title > span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  line-height: 1.59375;
  font-weight: 900;
  padding: 0 1rem;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title > span {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    padding: 0 0.375rem;
    margin-top: 0.5rem;
  }
}
.p-fv-about__title > span:first-of-type {
  margin-top: 0rem;
}
.p-fv-about__title > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1E7ED5;
}
.p-fv-about__title > span.pr::before {
  width: calc(100% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-fv-about__title > span.pr::before {
    width: calc(100% - 0.9375rem);
  }
}
.p-fv-about__title > span .paren {
  position: relative;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title > span .paren {
    padding: 0 1.125rem 0 0.9375rem;
  }
}
.p-fv-about__title > span .paren::before {
  content: "「";
  position: absolute;
  top: -1rem;
  left: -1.875rem;
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  line-height: 1.59375;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title > span .paren::before {
    top: -0.375rem;
    left: -1rem;
    font-size: 1.75rem;
    line-height: 1.6071428571;
  }
}
.p-fv-about__title > span .paren::after {
  content: "」";
  position: absolute;
  top: 0rem;
  right: -1.5rem;
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  line-height: 1.59375;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title > span .paren::after {
    top: 0rem;
    right: -0.625rem;
    font-size: 1.75rem;
    line-height: 1.6071428571;
  }
}

.p-fv-about__group {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__group {
    margin-top: 1.75rem;
  }
}

.p-fv-about__text {
  font-size: 1.5625rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__text {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

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

.p-fv-real {
  position: relative;
  width: 100%;
  margin-top: 20rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-fv-real {
    margin-top: 4.6875rem;
  }
}

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

.p-fv-real__eng {
  position: relative;
  width: 100%;
  max-width: 32.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-real__eng {
    max-width: 15.3125rem;
  }
}

.p-fv-real__title {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-real__title {
    font-size: 3rem;
    margin-top: -1.5rem;
  }
}

.p-fv-real__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: 10rem;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-real__wrapper {
    gap: 4.625rem;
    padding: 0 0.9375rem;
    margin-top: 4.375rem;
  }
}

.p-fv-real__column {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-fv-real__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-fv-real__item {
  position: absolute;
  z-index: -1;
  top: 13.75rem;
  left: 7.5rem;
  width: 56.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-real__item {
    top: auto;
    left: calc(50% + 3.125rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -11.25rem;
    width: 16.9375rem;
  }
}

.p-fv-real__item02 {
  position: absolute;
  z-index: -1;
  top: 70%;
  right: -7.5rem;
  width: 43.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-real__item02 {
    display: none;
  }
}

.p-fv-real__item03 {
  position: absolute;
  z-index: -1;
  top: 14.375rem;
  left: 2.5rem;
  width: 54.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-real__item03 {
    display: none;
  }
}

.p-fv-real__circleBox {
  position: absolute;
  z-index: -1;
  top: 30.5rem;
  left: -25rem;
  width: 42.25rem;
  height: 37.5rem;
}

.p-fv-real__circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-real__circle {
    display: none;
  }
}
.p-fv-real__circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 35.8125rem;
  height: 35.8125rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-fv-real__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 27.5rem;
  height: 27.5rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-fv-real__circleBox02 {
  position: absolute;
  z-index: -1;
  top: 32.375rem;
  left: -18.125rem;
  width: 44.875rem;
  height: 40.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-real__circleBox02 {
    top: auto;
    left: calc(50% + 8.4375rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3.75rem;
    width: 13.3125rem;
    height: 11.8125rem;
  }
}

.p-fv-real__circle02 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-fv-real__circle02::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 39.5rem;
  height: 39.5rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-real__circle02::before {
    width: 11.3125rem;
    height: 11.3125rem;
  }
}
.p-fv-real__circle02::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 28.875rem;
  height: 28.875rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-real__circle02::after {
    width: 8.6875rem;
    height: 8.6875rem;
  }
}

.p-fv-real__box {
  position: sticky;
  top: 5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 10;
  width: 33.2936979786%;
}
@media screen and (max-width: 767px) {
  .p-fv-real__box {
    position: relative;
    top: 0rem;
    width: 100%;
  }
}

.p-fv-real__label {
  display: inline-block;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 900;
  padding: 0.5rem 1rem;
  background: #1E7ED5;
}
@media screen and (max-width: 767px) {
  .p-fv-real__label {
    font-size: 1rem;
  }
}

.p-fv-real__subTitle {
  position: relative;
  color: #1E7ED5;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-real__subTitle {
    font-size: 3rem;
    margin-top: 0.5rem;
  }
}
.p-fv-real__subTitle.letter {
  letter-spacing: -0.1em;
}

.p-fv-real__text {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-real__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

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

.p-fv-article {
  position: relative;
  z-index: 2;
  width: 61.950059453%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-article {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 1rem;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-fv-article.company {
    gap: 0 2.5rem;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(1), .p-fv-article.company .p-fv-article__link:nth-of-type(2) {
    width: 47.9846449136%;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(1) .p-fv-article__img, .p-fv-article.company .p-fv-article__link:nth-of-type(2) .p-fv-article__img {
    padding-top: 66.6666666667%;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(1) .p-fv-article__box, .p-fv-article.company .p-fv-article__link:nth-of-type(2) .p-fv-article__box {
    position: absolute;
    left: 0.875rem;
    bottom: 0.875rem;
    width: calc(100% - 1.75rem);
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(1) .p-fv-article__time, .p-fv-article.company .p-fv-article__link:nth-of-type(2) .p-fv-article__time {
    padding-right: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(1) .p-fv-article__category, .p-fv-article.company .p-fv-article__link:nth-of-type(2) .p-fv-article__category {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    padding: 0.25rem 0.9375rem;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(1) .p-fv-article__title, .p-fv-article.company .p-fv-article__link:nth-of-type(2) .p-fv-article__title {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(n+3) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #97BDC2;
    margin-top: 1.25rem;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(n+3) .p-fv-article__thumbnail {
    max-width: 9.1875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(n+3) .p-fv-article__img {
    padding-top: 66.8965517241%;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(n+3) .p-fv-article__box {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(n+3) .p-fv-article__group {
    padding: 0;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(n+3) .p-fv-article__time {
    padding-right: 0.625rem;
    margin-right: 0.625rem;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(n+3) .p-fv-article__category {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(n+3) .p-fv-article__title {
    font-size: 1.125rem;
    padding: 0;
  }
  .p-fv-article.company .p-fv-article__link:nth-of-type(3) {
    margin-top: 2.5rem;
  }
  .p-fv-article.company .p-fv-article__link:last-of-type {
    padding-bottom: 0rem;
    border-bottom: none;
  }
}

.p-fv-article__link {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-article__link {
    min-width: 18.75rem;
  }
}
.p-fv-article__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-fv-article__link:hover .p-fv-article__title {
  color: #1E7ED5;
}

.p-fv-article__thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-fv-article__img {
  position: relative;
  width: 100%;
  padding-top: 62.4161073826%;
}
.p-fv-article__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-article__box {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  .p-fv-article__box {
    left: 0.8125rem;
    bottom: 0.8125rem;
    width: calc(100% - 1.625rem);
  }
}

.p-fv-article__group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-article__group {
    padding: 0.25rem 0.875rem;
  }
}

.p-fv-article__time {
  position: relative;
  font-family: "M PLUS 1", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 800;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-article__time {
    font-size: 0.625rem;
    padding-right: 0.4375rem;
    margin-right: 0.4375rem;
  }
}
.p-fv-article__time::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 0.6875rem;
  background: #252525;
}

.p-fv-article__category {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  background: #1E7ED5;
  padding: 0.25rem 1rem;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-article__category {
    padding: 0.1875rem 0.8125rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.p-fv-article__title {
  font-size: 2rem;
  font-weight: 900;
  padding: 0.5rem 1rem;
  background: #fff;
  margin-top: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-article__title {
    font-size: 1rem;
    padding: 0.25rem 0.875rem;
    margin-top: 0.25rem;
  }
}

.p-fv-know {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 20.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-know {
    margin-top: 4.6875rem;
  }
}

.p-fv-know__circleBox {
  position: absolute;
  z-index: -1;
  bottom: -22.5rem;
  left: calc(50% + 3.125rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46.875rem;
  height: 39.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-know__circleBox {
    bottom: -6.5625rem;
    left: calc(50% + 0.3125rem);
    width: 13.3125rem;
    height: 11.3125rem;
  }
}

.p-fv-know__circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-fv-know__circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5rem;
  left: 0rem;
  width: 28.875rem;
  height: 28.875rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-know__circle::before {
    top: 1.25rem;
    width: 8.6875rem;
    height: 8.6875rem;
  }
}
.p-fv-know__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 39.5rem;
  height: 39.5rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-know__circle::after {
    width: 11.3125rem;
    height: 11.3125rem;
  }
}

.p-fv-know__inner {
  width: 100%;
  padding-bottom: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-know__inner {
    padding: 4.6875rem 0.9375rem 4.375rem 0.9375rem;
  }
}

.p-fv-know__eng {
  position: relative;
  display: block;
  width: 100%;
  max-width: 110.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-know__eng {
    max-width: 18.75rem;
  }
}

.p-fv-know__title {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-know__title {
    font-size: 3rem;
    line-height: 1.3;
    margin-top: -2rem;
  }
}
.p-fv-know__title span {
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-know__title span {
    font-size: 3.75rem;
  }
}

.p-fv-know__wrapper {
  width: 100%;
  max-width: 105rem;
  margin: 6.75rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-know__wrapper {
    margin: 4rem auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
  }
}

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

.p-fv-know__link {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/know_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 74.5562130178%;
}
@media screen and (max-width: 767px) {
  .p-fv-know__link {
    background-image: url(../imgs/sp/know_img.webp);
  }
}
.p-fv-know__link.bgImg {
  background-image: url(../imgs/pc/know_img02.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-know__link.bgImg {
    background-image: url(../imgs/sp/know_img02.webp);
  }
}
.p-fv-know__link.bgImg02 {
  background-image: url(../imgs/pc/know_img03.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-know__link.bgImg02 {
    background-image: url(../imgs/sp/know_img03.webp);
  }
}
.p-fv-know__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 56, 65, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-know__link:hover::after {
  background: rgba(49, 56, 65, 0);
}

.p-fv-know__group {
  position: absolute;
  z-index: 2;
  left: 0.875rem;
  bottom: 0.875rem;
  width: 100%;
  max-width: 24.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-know__group {
    max-width: calc(100% - 4.625rem);
  }
}

.p-fv-know__subTitle span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  padding: 0.5rem 1rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-know__subTitle span {
    font-size: 1.375rem;
  }
}

.p-fv-know__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-know__text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.p-fv-know__arrow {
  position: absolute;
  z-index: 2;
  right: 1.1875rem;
  bottom: 2.375rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-know__arrow {
    width: 1.6875rem;
    height: 1.6875rem;
  }
}
.p-fv-know__arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.125rem);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #252525;
  border-right: 0.125rem solid #252525;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-know__arrow::before {
    left: calc(50% - 0.09375rem);
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid #252525;
    border-right: 0.09375rem solid #252525;
  }
}

.p-company-about {
  position: relative;
  width: 100%;
  overflow: visible;
}

.p-company-about__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__inner {
    display: block;
    padding: 4rem 0.9375rem 0 0.9375rem;
  }
}

.p-company-about__img {
  position: sticky;
  top: 0rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 10;
  width: 100%;
  max-width: 57.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__img {
    position: relative;
    z-index: 1;
    left: -0.9375rem;
    max-width: none;
    width: calc(100% + 0.9375rem);
  }
}

.p-company-about__box {
  width: 100%;
  max-width: 50rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__box {
    max-width: 100%;
    padding-top: 2.5rem;
  }
}

.p-company-about__label {
  display: inline-block;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 900;
  padding: 0.5rem 1rem;
  background: #1E7ED5;
}
@media screen and (max-width: 767px) {
  .p-company-about__label {
    font-size: 1rem;
  }
}

.p-company-about__title {
  position: relative;
  color: #1E7ED5;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-company-about__title {
    font-size: 2rem;
  }
}

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

.p-company-about__text {
  font-size: 1.5625rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__text {
    font-size: 1.125rem;
    margin-top: 2rem;
  }
}

.p-company-vision {
  width: 100%;
  margin-top: 20.25rem;
}
@media screen and (max-width: 767px) {
  .p-company-vision {
    margin-top: 9.375rem;
  }
}

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

.p-company-vision__eng {
  position: relative;
  width: 100%;
  max-width: 46rem;
}
@media screen and (max-width: 767px) {
  .p-company-vision__eng {
    max-width: 21.4375rem;
    margin: 0 auto;
  }
}

.p-company-vision__title {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  margin-top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-vision__title {
    font-size: 3rem;
    text-align: center;
    margin-top: -1.5rem;
  }
}

.p-company-vision__text {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-company-vision__text {
    font-size: 1.5rem;
    padding: 0 0.9375rem;
    margin-top: 4.375rem;
  }
}

.p-company-vision__wrapper {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-vision__wrapper {
    margin-top: 3.5rem;
  }
}

.p-company-vision__stage {
  position: sticky;
  top: 0;
  margin-right: calc(50% - 50vw);
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company-vision__stage {
    position: relative;
    height: auto;
    margin: 0;
    overflow: visible;
  }
}

.p-company-vision__item {
  position: absolute;
  z-index: -1;
  top: 3.75rem;
  left: calc(50% - 10rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56.6875rem;
}
@media screen and (max-width: 767px) {
  .p-company-vision__item {
    top: auto;
    bottom: -5rem;
    left: calc(50% + 5rem);
    width: 17.9375rem;
  }
}

.p-company-vision__column {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 1.25rem;
  z-index: 1; /* 背景より前 */
}
@media screen and (max-width: 767px) {
  .p-company-vision__column {
    position: relative;
    inset: inherit;
    opacity: 1;
    display: block;
    gap: 1.5rem;
    padding: 0 0.9375rem;
    margin-top: 3.125rem;
  }
  .p-company-vision__column:first-of-type {
    margin-top: 0rem;
  }
}
.p-company-vision__column.is-active {
  opacity: 1;
  pointer-events: auto;
}

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

.p-company-vision__label {
  display: inline-block;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 900;
  padding: 0.5rem 1rem;
  background: #1E7ED5;
}
@media screen and (max-width: 767px) {
  .p-company-vision__label {
    font-size: 1rem;
  }
}

.p-company-vision__subTitle {
  position: relative;
  color: #1E7ED5;
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-company-vision__subTitle {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}

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

.p-fv-feature {
  width: 100%;
  background: #EEF9FB;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature {
    margin: 0;
  }
}

.p-fv-feature__inner {
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
  padding-top: 10.875rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__inner {
    padding: 5.125rem 0.9375rem 4.6875rem 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-feature__engBox {
    position: relative;
    height: 4.6875rem;
  }
}

.p-fv-feature__eng {
  position: relative;
  width: 100%;
  max-width: 56.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__eng {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 4.6875rem;
  }
}

.p-fv-feature__title {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__title {
    font-size: 3rem;
    margin-top: -1.25rem;
  }
}
.p-fv-feature__title span {
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__title span {
    font-size: 3.75rem;
  }
}

.p-fv-feature__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: 2.5rem;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__wrapper {
    margin-top: 4.375rem;
  }
}

.p-fv-feature__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
  }
}
.p-fv-feature__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-fv-feature__column.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

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

.p-fv-feature__box {
  width: 100%;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__box {
    padding: 1.5rem 0.9375rem;
  }
}

.p-fv-feature__label {
  display: inline-block;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 900;
  padding: 0.5rem 1rem;
  background: #1E7ED5;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__label {
    font-size: 1rem;
  }
}

.p-fv-feature__subTitle {
  color: #1E7ED5;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__subTitle {
    font-size: 1.5rem;
  }
}

.p-fv-feature__text {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-fv-interview {
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-fv-interview__inner {
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
  padding-top: 10.875rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__inner {
    padding: 5.125rem 0.9375rem 4.6875rem 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-interview__engBox {
    position: relative;
    height: 4.6875rem;
  }
}

.p-fv-interview__eng {
  position: relative;
  display: block;
  width: 100%;
  max-width: 72.3125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__eng {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 4.6875rem;
  }
}

.p-fv-interview__title {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__title {
    font-size: 3rem;
    margin-top: -1.25rem;
  }
}

.p-fv-interview__text {
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__text {
    font-size: 0.875rem;
    text-align: left;
    margin-top: 4rem;
  }
}

.p-fv-interview__article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__article {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 3rem;
  }
}

.p-fv-interview__circleBox {
  position: absolute;
  z-index: -1;
  top: 3.125rem;
  left: calc(50% - 2.1875rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44.8125rem;
  height: 33.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__circleBox {
    display: none;
  }
}

.p-fv-interview__circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-fv-interview__circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 28.875rem;
  height: 28.875rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-fv-interview__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 29.5rem;
  height: 29.5rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.p-fv-stats__inner {
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
  padding-top: 13.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-stats__inner {
    padding: 4.6875rem 0.9375rem;
  }
}

.p-fv-stats__eng {
  position: relative;
  display: block;
  width: 100%;
  max-width: 39.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-stats__eng {
    max-width: 18.3125rem;
  }
}

.p-fv-stats__title {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-stats__title {
    font-size: 3rem;
    line-height: 1.3;
    margin-top: -2rem;
  }
}
.p-fv-stats__title span {
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-stats__title span {
    font-size: 3.75rem;
  }
}

.p-fv-stats__wrapper {
  position: relative;
  width: 100%;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-stats__wrapper {
    margin-top: 4rem;
  }
}

.p-fv-stats__lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-stats__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.p-fv-stats__list {
  width: 100%;
}
.p-fv-stats__list .mt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-stats__list .mt {
    margin-top: 1rem;
  }
}

.p-fv-stats__group {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv-stats__group {
    background: #E1F0F4;
    padding-bottom: 1.25rem;
  }
}
.p-fv-stats__group a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #1E7ED5;
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv-stats__group a {
    bottom: 1.5625rem;
    gap: 0.75rem;
    font-size: 1.125rem;
  }
}
.p-fv-stats__group a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  border-top: 0.1875rem solid #1E7ED5;
  border-right: 0.1875rem solid #1E7ED5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-fv-stats__group a::after {
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #1E7ED5;
    border-right: 0.125rem solid #1E7ED5;
  }
}
.p-fv-stats__group a:hover {
  opacity: 0.7;
}

.p-fv-stats__item {
  position: absolute;
  right: -7.5rem;
  bottom: -11.25rem;
  width: 53.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-stats__item {
    display: none;
  }
}

.p-fv-history {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #EEF9FB;
}

.p-fv-history__circleBox {
  position: absolute;
  z-index: -1;
  top: 7.0625rem;
  left: -15.125rem;
  width: 44.875rem;
  height: 40.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-history__circleBox {
    display: none;
  }
}

.p-fv-history__circle {
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
}
.p-fv-history__circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 39.5rem;
  height: 39.5rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-fv-history__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 28.875rem;
  height: 28.875rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-fv-history__inner {
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
  padding-top: 10.875rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-history__inner {
    padding: 5.3125rem 0.9375rem 4.6875rem 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-history__engBox {
    position: relative;
    height: 4.5625rem;
  }
}

.p-fv-history__eng {
  position: relative;
  display: block;
  width: 100%;
  max-width: 56.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-history__eng {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 4.5625rem;
  }
}

.p-fv-history__title {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-history__title {
    font-size: 3rem;
    margin-top: -1.25rem;
  }
}

.p-fv-history__flow {
  width: 100%;
  max-width: 56.5rem;
  margin: 6.75rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.0625rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-history__flow {
    margin: 4.6875rem auto 0rem auto;
    gap: 0;
  }
}
.p-fv-history__flow dt {
  position: relative;
  width: 17.125rem;
  color: #1E7ED5;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 800;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-history__flow dt {
    width: 100%;
    font-size: 0.875rem;
    padding-left: 2.375rem;
  }
}
.p-fv-history__flow dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 100%;
  border: 0.1875rem solid #1E7ED5;
}
.p-fv-history__flow dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.9375rem;
  left: 0.5625rem;
  width: 0.1875rem;
  height: 2.875rem;
  background: #1E7ED5;
}
@media screen and (max-width: 767px) {
  .p-fv-history__flow dt::after {
    display: none;
  }
}
.p-fv-history__flow dt:last-of-type::after {
  display: none;
}
.p-fv-history__flow dd {
  width: calc(100% - 17.125rem);
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-history__flow dd {
    position: relative;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.6;
    padding-left: 2.375rem;
    padding-bottom: 2.5rem;
    margin-top: 0.5rem;
  }
  .p-fv-history__flow dd:last-of-type {
    padding-bottom: 0rem;
  }
  .p-fv-history__flow dd:last-of-type::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-history__flow dd::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0.5625rem;
    bottom: 0.625rem;
    width: 0.125rem;
    height: calc(100% - 0.875rem);
    background: #1E7ED5;
  }
}

.p-business {
  width: 100%;
  padding: 11rem 2.5rem 9.375rem 2.5rem;
  background: #F7F8F9;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding: 4.5rem 0.9375rem 4.6875rem 0.9375rem;
  }
}

.p-business__inner {
  width: 100%;
}

.p-business__eng {
  width: 100%;
  max-width: 36.25rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-business__eng {
    max-width: 17.25rem;
  }
}

.p-business__title {
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.375rem;
}
@media screen and (max-width: 767px) {
  .p-business__title {
    font-size: 3rem;
    white-space: nowrap;
    margin-top: -1.5rem;
  }
}
.p-business__title span {
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__title span {
    font-size: 3.75rem;
  }
}

.p-business__text {
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-business__text {
    font-size: 0.875rem;
    margin-top: 4.5rem;
    text-align: left;
  }
}

.p-business__wrapper {
  width: 100%;
  max-width: 105.125rem;
  margin: 2.5rem auto 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: 5rem;
}
@media screen and (max-width: 767px) {
  .p-business__wrapper {
    gap: 2.5rem;
    margin: 2.1875rem auto 0rem auto;
  }
}

.p-businessCard {
  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;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-businessCard {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
.p-businessCard.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-businessCard.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

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

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

.p-businessCard__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #1E7ED5;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-businessCard__title {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-businessCard__title span {
  min-width: 3.625rem;
  width: 3.625rem;
  height: 2.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;
  color: #fff;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 900;
  background: #1E7ED5;
}
@media screen and (max-width: 767px) {
  .p-businessCard__title span {
    min-width: 3.375rem;
    width: 3.375rem;
    height: 2rem;
    font-size: 1rem;
  }
}

.p-businessCard__text {
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-businessCard__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-businessCard__lists {
  padding-left: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-businessCard__lists {
    margin-top: 1.125rem;
  }
}
.p-businessCard__lists li {
  position: relative;
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
  text-indent: -0.65rem;
  padding-left: 0.65rem;
}
@media screen and (max-width: 767px) {
  .p-businessCard__lists li {
    font-size: 0.875rem;
    text-indent: -0.43rem;
    padding-left: 0.43rem;
  }
}
.p-businessCard__lists li::before {
  content: "・";
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-businessCard__lists li::before {
    font-size: 0.875rem;
  }
}

.p-businessSupport {
  width: 100%;
  padding: 2.5rem;
  border: 2px dashed #1E7ED5;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-businessSupport {
    padding: 0.875rem;
    margin-top: 0.9375rem;
  }
}

.p-businessSupport__title {
  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: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-businessSupport__title {
    font-size: 1rem;
  }
}
.p-businessSupport__title::before {
  content: "";
  display: block;
  position: relative;
  width: 1.25rem;
  height: 2px;
  background: #1E7ED5;
}

.p-businessSupport__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-businessSupport__table {
    margin-top: 1.25rem;
  }
}
.p-businessSupport__table dt {
  position: relative;
  width: 9.375rem;
  color: #1E7ED5;
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-businessSupport__table dt {
    width: 6.75rem;
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}
.p-businessSupport__table dt::before {
  content: "・";
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-businessSupport__table dt::before {
    font-size: 0.875rem;
  }
}
.p-businessSupport__table dd {
  width: calc(100% - 9.375rem);
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-businessSupport__table dd {
    width: calc(100% - 6.75rem);
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}

.p-businessSupport__lists {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-businessSupport__lists {
    margin-top: 1rem;
  }
}
.p-businessSupport__lists li {
  color: #1E7ED5;
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-businessSupport__lists li {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
  .p-businessSupport__lists li:first-of-type {
    margin-top: 0rem;
  }
}
.p-businessSupport__lists li::before {
  content: "・";
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-businessSupport__lists li::before {
    font-size: 0.875rem;
  }
}
.p-businessSupport__lists li span {
  color: #252525;
}

.p-business-area {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 11rem 2.5rem 12.5rem 2.5rem;
  background: #EEF9FB;
}
@media screen and (max-width: 767px) {
  .p-business-area {
    padding: 0rem;
  }
}

.p-business-area__circleBox {
  position: absolute;
  z-index: -1;
  bottom: -20rem;
  left: calc(50% + 3.125rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46.875rem;
  height: 39.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-area__circleBox {
    display: none;
  }
}

.p-business-area__circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-business-area__circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5rem;
  left: 0rem;
  width: 28.875rem;
  height: 28.875rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-business-area__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 39.5rem;
  height: 39.5rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-business-area__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business-area__inner {
    padding: 5rem 0.9375rem 4.6875rem 0.9375rem;
  }
}

.p-business-area__eng {
  width: 100%;
  max-width: 34.375rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-business-area__eng {
    max-width: 16.25rem;
  }
}

.p-business-area__title {
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.375rem;
}
@media screen and (max-width: 767px) {
  .p-business-area__title {
    font-size: 3rem;
    line-height: 1.3;
    margin-top: -1.875rem;
  }
}

.p-business-area__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin: 6.75rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-area__wrapper {
    display: block;
    margin: 4rem auto 0rem auto;
  }
}

.p-business-area__map {
  position: relative;
  width: 100%;
  max-width: 40.625rem;
}
@media screen and (max-width: 767px) {
  .p-business-area__map {
    max-width: 100%;
    padding-top: 66.6666666667%;
  }
}
.p-business-area__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-business-area__img {
  position: relative;
  width: 100%;
  max-width: 40.625rem;
}
@media screen and (max-width: 767px) {
  .p-business-area__img {
    max-width: 100%;
  }
}

.p-business-area__box {
  width: 100%;
  max-width: 41.875rem;
}
@media screen and (max-width: 767px) {
  .p-business-area__box {
    max-width: 100%;
    margin-top: 1.5rem;
  }
}

.p-business-area__name {
  color: #1E7ED5;
  font-size: 3.5rem;
  line-height: 1.6;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-business-area__name {
    font-size: 2rem;
  }
}

.p-business-area__access {
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-business-area__access {
    font-size: 0.875rem;
  }
}

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

.p-business-area__list {
  padding: 1.5rem 0;
  border-top: 1px solid #B3C4D4;
}
@media screen and (max-width: 767px) {
  .p-business-area__list {
    padding: 0.9375rem 0;
  }
}
.p-business-area__list:last-of-type {
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-business-area__list:last-of-type {
    padding-bottom: 0rem;
  }
}

.p-business-area__place {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-business-area__place {
    font-size: 1rem;
  }
}

.p-business-area__tel {
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-area__tel {
    font-size: 0.875rem;
  }
}

.p-business-areaCard {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 87.5rem;
  margin: 5rem auto 0rem auto;
  padding: 8rem 10.25rem;
  background-image: url(../imgs/pc/business_area_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-business-areaCard {
    min-height: 35.625rem;
    padding: 4.6875rem 0.9375rem;
    background-image: url(../imgs/sp/business_area_bg.webp);
    margin: 0rem;
  }
}

.p-business-areaCard__title {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.6;
  font-weight: 900;
  text-align: center;
}

.p-business-areaCard__text {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-areaCard__text {
    max-width: 17.5rem;
    font-size: 0.875rem;
    margin: 1.5rem auto 0 auto;
  }
}

.p-environment {
  position: relative;
  width: 100%;
  overflow: visible;
}

.p-environment__circleBox {
  position: absolute;
  z-index: -1;
  top: -40.3125rem;
  right: -15.75rem;
  width: 92.5625rem;
  height: 83.125rem;
}
@media screen and (max-width: 767px) {
  .p-environment__circleBox {
    top: 0rem;
    right: -9.0625rem;
    width: 31.25rem;
    height: 33.8125rem;
  }
}

.p-environment__circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-environment__circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 67.125rem;
  height: 67.125rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-environment__circle::before {
    width: 24.625rem;
    height: 24.625rem;
  }
}
.p-environment__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 47.1875rem;
  height: 47.1875rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-environment__circle::after {
    width: 17.3125rem;
    height: 17.3125rem;
  }
}

.p-environment__inner {
  position: relative;
  z-index: 2;
  padding-top: 14.375rem;
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-environment__inner {
    padding: 5rem 0.9375rem 8.75rem 0.9375rem;
  }
}

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

.p-environmentAbout__img {
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-environmentAbout__img {
    position: relative;
    z-index: 1;
    left: -0.9375rem;
    max-width: none;
    width: calc(100% + 0.9375rem);
    margin-left: 0;
  }
}

.p-environmentAbout__title {
  position: absolute;
  z-index: 2;
  top: -5rem;
  left: 0;
  max-width: 57.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-environmentAbout__title {
    position: relative;
    top: auto;
    margin-top: -6.5625rem;
  }
}
.p-environmentAbout__title > span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  line-height: 1.59375;
  font-weight: 900;
  padding: 0 1rem;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-environmentAbout__title > span {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    padding: 0 0.375rem;
    margin-top: 0.5rem;
  }
}
.p-environmentAbout__title > span:first-of-type {
  margin-top: 0rem;
}
.p-environmentAbout__title > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1E7ED5;
}
.p-environmentAbout__title > span.pr::before {
  width: calc(100% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-environmentAbout__title > span.pr::before {
    width: calc(100% - 0rem);
  }
}

.p-environmentGrowth {
  width: 100%;
  margin-top: 20.25rem;
}
@media screen and (max-width: 767px) {
  .p-environmentGrowth {
    margin-top: 10rem;
  }
}

.p-environmentGrowth__inner {
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
}

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

.p-environmentGrowth__title {
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  margin-top: -3.375rem;
}
@media screen and (max-width: 767px) {
  .p-environmentGrowth__title {
    font-size: 3rem;
    margin-top: -1.5rem;
  }
}

.p-environmentGrowth__wrapper {
  width: 100%;
  max-width: 75.875rem;
  margin: 6.75rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-environmentGrowth__wrapper {
    margin-top: 4.375rem;
  }
}

.p-environmentGrowth__text {
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-environmentGrowth__text {
    font-size: 0.875rem;
  }
}

.p-environmentGrowth__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-environmentGrowth__column {
    display: block;
    margin-top: 2rem;
  }
}

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

.p-environmentGrowth__group {
  position: relative;
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #B3C4D4;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-environmentGrowth__group {
    padding-bottom: 1.375rem;
    margin-top: 1.5rem;
  }
}
.p-environmentGrowth__group:first-of-type {
  margin-top: 0rem;
}

.p-environmentGrowth__subTitle {
  position: relative;
  display: inline-block;
  color: #1E7ED5;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-environmentGrowth__subTitle {
    display: block;
    font-size: 1.5rem;
    padding-right: 1.75rem;
  }
}

.p-environmentGrowth__exp {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-environmentGrowth__exp {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-environmentGrowth__img {
  width: 100%;
  max-width: 53.4375rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-environmentGrowth__img {
    display: none;
  }
}

.p-environmentBenefits {
  position: relative;
  width: 100%;
  margin-top: 20.25rem;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits {
    margin-top: 9.375rem;
  }
}

.p-environmentBenefits__circleBox {
  position: absolute;
  z-index: -1;
  top: 36.875rem;
  left: -4.75rem;
  width: 44.875rem;
  height: 40.9375rem;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits__circleBox {
    top: auto;
    bottom: -15.9375rem;
    left: calc(50% + 4.6875rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13.3125rem;
    height: 11.8125rem;
  }
}

.p-environmentBenefits__circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-environmentBenefits__circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 39.5rem;
  height: 39.5rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits__circle::before {
    width: 11.3125rem;
    height: 11.3125rem;
  }
}
.p-environmentBenefits__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 28.875rem;
  height: 28.875rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits__circle::after {
    width: 8.6875rem;
    height: 8.6875rem;
  }
}

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

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

.p-environmentBenefits__title {
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  margin-top: -3.375rem;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits__title {
    font-size: 3rem;
    margin-top: -1.5rem;
  }
}

.p-environmentBenefits__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits__wrapper {
    display: block;
    margin-top: 4.25rem;
  }
}

.p-environmentBenefits__text {
  width: 100%;
  max-width: 43rem;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits__text {
    max-width: 100%;
    font-size: 0.875rem;
  }
}

.p-environmentBenefits__dl {
  width: 100%;
  max-width: 51.375rem;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits__dl {
    max-width: 100%;
    margin-top: 2rem;
  }
}
.p-environmentBenefits__dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #1E7ED5;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits__dl dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
}
.p-environmentBenefits__dl dt:first-of-type {
  margin-top: 0rem;
}
.p-environmentBenefits__dl dt span {
  display: inline-block;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits__dl dt span {
    padding-top: 0.0625rem;
  }
}
.p-environmentBenefits__dl dd {
  font-size: 1.3125rem;
  line-height: 1.619047619;
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: 1px solid #B3C4D4;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-environmentBenefits__dl dd {
    font-size: 0.875rem;
    line-height: 1.6;
    padding-bottom: 1.4375rem;
    margin-top: 0.875rem;
  }
}
.p-environmentBenefits__dl dd:last-of-type {
  padding-bottom: 0rem;
  border-bottom: none;
}

.p-job {
  width: 100%;
  padding: 11rem 2.5rem 12.5rem 2.5rem;
  background: #F7F8F9;
}
@media screen and (max-width: 767px) {
  .p-job {
    padding: 4.5rem 0.9375rem 4.6875rem 0.9375rem;
  }
}

.p-job__inner {
  width: 100%;
}

.p-job__eng {
  width: 100%;
  max-width: 111.375rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-job__eng {
    max-width: 12rem;
  }
}

.p-job__title {
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.375rem;
}
@media screen and (max-width: 767px) {
  .p-job__title {
    font-size: 3rem;
    margin-top: -1.4375rem;
  }
}

.p-job__wrapper {
  width: 100%;
  max-width: 105.125rem;
  margin: 6.75rem auto 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: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-job__wrapper {
    margin: 4rem auto 0rem auto;
    gap: 2rem;
  }
}

.p-jobCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-jobCard {
    -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;
    gap: 1.5rem;
    padding: 0.9375rem;
  }
}

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

.p-jobCard__box {
  width: 100%;
}

.p-jobCard__label {
  display: inline-block;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 900;
  padding: 0.5rem 1rem;
  background: #1E7ED5;
}
@media screen and (max-width: 767px) {
  .p-jobCard__label {
    font-size: 1rem;
  }
}

.p-jobCard__title {
  color: #1E7ED5;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-jobCard__title {
    font-size: 1.5rem;
  }
}

.p-jobCard__text {
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-jobCard__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-jobInterview {
  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;
  gap: 1.5rem;
  padding: 1.875rem;
  border: 2px dashed #1E7ED5;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-jobInterview {
    -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;
    gap: 0.5rem;
    padding: 0.875rem;
    margin-top: 1rem;
  }
}

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

.p-jobInterview__box {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-jobInterview__boxSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-jobInterview__title {
  font-size: 1.3125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-jobInterview__title {
    max-width: 46.6431095406%;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.p-jobInterview__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-jobInterview__lists {
    gap: 0.375rem 0.5rem;
    margin-top: 0.5rem;
  }
}

.p-jobInterview__list {
  position: relative;
  color: #1E7ED5;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-jobInterview__list {
    font-size: 0.8125rem;
  }
}
.p-jobInterview__list::before {
  content: "#";
  display: inline-block;
  color: #1E7ED5;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-jobInterview__list::before {
    font-size: 0.8125rem;
  }
}

.p-jobInterview__button {
  position: relative;
  width: 100%;
  height: 3.5rem;
  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: #1E7ED5;
  border-radius: 6.25rem;
  border: 1px solid #1E7ED5;
  margin-top: 1.125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-jobInterview__button {
    height: 2.5rem;
    margin-top: 1rem;
  }
}
.p-jobInterview__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.p-jobInterview__button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-jobInterview__button a {
  position: relative;
  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.3125rem;
  font-weight: 700;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-jobInterview__button a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    padding-left: 0rem;
    padding-right: 0.8125rem;
  }
}
.p-jobInterview__button a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-jobInterview__button a span {
    right: 0.375rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-jobInterview__button a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.125rem);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #1E7ED5;
  border-right: 0.125rem solid #1E7ED5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-jobInterview__button a span::before {
    left: calc(50% - 0.0625rem);
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 0.09375rem solid #1E7ED5;
    border-right: 0.09375rem solid #1E7ED5;
  }
}
.p-jobInterview__button:hover a {
  color: #1E7ED5;
}
.p-jobInterview__button:hover a span {
  background: #1E7ED5;
}
.p-jobInterview__button:hover a span::before {
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
}

.p-column {
  width: 100%;
  padding: 9.375rem 2.5rem 12.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-column {
    padding: 3.125rem 0.9375rem;
  }
}

.p-p-column__inner {
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
}

.p-column__categories {
  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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-column__categories {
    gap: 0.625rem 1.25rem;
  }
}

.p-column__category {
  color: #1E7ED5;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #1E7ED5;
  padding: 0.4375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-column__category {
    font-size: 0.875rem;
  }
}
.p-column__category:hover {
  color: #fff;
  background: #1E7ED5;
}
.p-column__category.on {
  color: #fff;
  background: #1E7ED5;
}

.p-column__band {
  color: #1E7ED5;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-column__band {
    font-size: 3rem;
    margin-top: 3.125rem;
  }
}

.p-column__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-column__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}

.p-cf7 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #F7F8F9;
}
.p-cf7::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -11.25rem;
  left: 0;
  width: 43.125rem;
  height: 56.625rem;
  background-image: url(../imgs/pc/bgitem.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cf7::before {
    top: -14.375rem;
    width: 23.4375rem;
    height: 48.0625rem;
    background-image: url(../imgs/sp/bgitem.webp);
  }
}
.p-cf7::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -17.5rem;
  width: 48.125rem;
  height: 56.625rem;
  background-image: url(../imgs/pc/bgitem02.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cf7::after {
    bottom: -17.5rem;
    width: 23.4375rem;
    height: 44rem;
    background-image: url(../imgs/sp/bgitem02.webp);
  }
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #AAAAAA;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #AAAAAA;
}

.p-cf7__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding: 9.625rem 0rem 12.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__inner {
    padding: 3.125rem 0.9375rem;
  }
}

.p-cf7__column {
  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: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__column {
    gap: 2.5rem;
  }
}

.p-cf7__box {
  width: 100%;
}

.p-cf7__title {
  width: 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;
  gap: 0.625rem;
}
.p-cf7__title label {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-cf7__title label {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  white-space: nowrap;
  background: #1E7ED5;
  border-radius: 0.1875rem;
  padding: 0rem 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title span {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-cf7__input {
  width: 100%;
  max-width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input {
    margin-top: 1rem;
  }
}
.p-cf7__input input {
  display: block;
  width: 100%;
  height: 5.25rem;
  font-size: 1.5625rem;
  line-height: 1.44;
  font-weight: 400;
  background: #fff;
  border: 1px solid #AAAAAA;
  border-radius: 0.1875rem;
  padding: 0rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input input {
    height: 3.75rem;
    font-size: 1.25rem;
  }
}

.p-cf7__checkbox {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__checkbox {
    margin-top: 0.75rem;
  }
}
.p-cf7__checkbox .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: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__checkbox .wpcf7-form-control {
    gap: 0.875rem;
  }
}
.p-cf7__checkbox .wpcf7-list-item {
  margin: 0;
}
.p-cf7__checkbox 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.6875rem;
  font-size: 1.5625rem;
  line-height: 1.44;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cf7__checkbox label {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-cf7__checkbox label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #252525;
  border-radius: 0rem;
  background: #ffffff;
}
.p-cf7__checkbox input {
  display: none;
}
.p-cf7__checkbox input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #252525;
  border-radius: 0rem;
  background: #252525;
}
.p-cf7__checkbox input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: 0.4375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.625rem;
  height: 0.875rem;
  border: solid #fff;
  border-width: 0 0.1875rem 0.1875rem 0;
}

.p-cf7__select {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__select {
    margin-top: 0.875rem;
  }
}
.p-cf7__select span {
  width: 100%;
}
.p-cf7__select span:nth-of-type(1) {
  max-width: 8.75rem;
}
.p-cf7__select span:nth-of-type(2) {
  max-width: 6.875rem;
}
.p-cf7__select span:nth-of-type(3) {
  max-width: 6.875rem;
}
.p-cf7__select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 4.25rem;
  font-size: 1.5625rem;
  line-height: 1.44;
  padding: 0 1rem;
  border: 1px solid #AAAAAA;
  border-radius: 0.1875rem;
  background-color: #fff;
  background-image: url("../imgs/pc/triangle_black.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center; /* 右から18px・上下中央 */
  background-size: 0.8125rem 0.5625rem; /* 矢印画像のサイズ */
}
@media screen and (max-width: 767px) {
  .p-cf7__select select {
    height: 3.4375rem;
    font-size: 1.25rem;
  }
}

.p-cf7__radio {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio {
    margin-top: 1rem;
  }
}
.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.75rem;
}
.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.875rem;
  font-size: 1.5625rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio label {
    gap: 0.625rem;
    font-size: 1.25rem;
  }
}
.p-cf7__radio label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  border: 1px solid #252525;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio label::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-cf7__radio input {
  display: none;
}
.p-cf7__radio input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background: #252525;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea {
    margin-top: 1rem;
  }
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 16.5rem;
  font-size: 1.5625rem;
  line-height: 1.6;
  border-radius: 0.1875rem;
  border: 1px solid #AAAAAA;
  background: #fff;
  padding: 1.5rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea textarea {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-cf7__acceptance {
  width: 100%;
  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;
  margin-top: 2.5rem;
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.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.625rem;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  top: 0.3125rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #2E2E2E;
  background: #ffffff;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.3125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #2E2E2E;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance input:checked ~ span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1875rem);
  left: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.p-cf7__acceptance p {
  font-size: 1.5625rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance p {
    font-size: 1.25rem;
  }
}
.p-cf7__acceptance p a {
  text-decoration: underline;
}
.p-cf7__acceptance p a:hover {
  opacity: 0.7;
}

.p-cf7__submit {
  position: relative;
  width: 31rem;
  height: 7.625rem;
  margin: 6.5625rem auto 0rem 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: #1E7ED5;
  border: 1px solid #1E7ED5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit {
    width: 100%;
    max-width: 21.5625rem;
    height: 5rem;
    margin: 2.5rem auto 0rem auto;
  }
}
.p-cf7__submit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 2.5rem;
  width: 1.125rem;
  height: 1.125rem;
  border-top: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.p-cf7__submit:hover {
  background: #fff;
}
.p-cf7__submit:hover::before {
  left: 3.125rem;
  border-top: 0.1875rem solid #1E7ED5;
  border-right: 0.1875rem solid #1E7ED5;
}
.p-cf7__submit:hover input {
  color: #1E7ED5;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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-size: 1.75rem;
  font-weight: 900;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit input {
    font-size: 1.375rem;
  }
}
.p-cf7__submit input:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none;
}

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

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

.p-thanks {
  width: 100%;
  background: #F7F8F9;
}

.p-thanks__inner {
  width: 100%;
  padding: 9.375rem 2.5rem 12.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding: 3.125rem 0.9375rem;
  }
}

.p-thanks__title {
  color: #1E7ED5;
  font-size: 6.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 3rem;
    line-height: 1.45;
  }
}

.p-thanks__text {
  font-size: 1.5625rem;
  line-height: 2;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1rem;
    text-align: left;
  }
}

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

.p-404 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #F7F8F9;
}

.p-404__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding: 9.625rem 0rem 12.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding: 3.125rem 0.9375rem;
  }
}

.p-404__text {
  font-size: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-404__img {
  width: 100%;
  max-width: 37.5rem;
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-404__img {
    padding: 0 1.875rem;
    margin: 2.5rem auto 0 auto;
  }
}

.p-recruit {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #F7F8F9;
  padding: 9.625rem 2.5rem 12.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 4.6875rem 0.9375rem;
  }
}
.p-recruit::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -11.25rem;
  left: 0;
  width: 43.125rem;
  height: 56.625rem;
  background-image: url(../imgs/pc/bgitem.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit::before {
    top: -14.375rem;
    width: 23.4375rem;
    height: 48.0625rem;
    background-image: url(../imgs/sp/bgitem.webp);
  }
}
.p-recruit::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -17.5rem;
  width: 48.125rem;
  height: 56.625rem;
  background-image: url(../imgs/pc/bgitem02.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit::after {
    bottom: -17.5rem;
    width: 23.4375rem;
    height: 44rem;
    background-image: url(../imgs/sp/bgitem02.webp);
  }
}

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

.p-recruit__title {
  color: #1E7ED5;
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.p-recruit__content {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__content {
    margin-top: 1.875rem;
  }
  .p-recruit__content .wp-block-media-text {
    gap: 1.5rem;
  }
  .p-recruit__content .wp-block-media-text__content {
    padding: 0;
  }
}
.p-recruit__content p {
  font-size: 1.5625rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit__content p {
    font-size: 1rem;
  }
}

.p-recruit__wrapper {
  width: 100%;
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__wrapper {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__engBox {
    position: relative;
    height: 5.75rem;
  }
}

.p-recruit__eng {
  width: 100%;
  max-width: 78.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__eng {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 5.75rem;
  }
}

.p-recruit__band {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__band {
    font-size: 3rem;
    margin-top: -3rem;
  }
}

.p-recruit__table {
  width: 100%;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__table {
    border-bottom: 1px solid #B9B9B9;
    margin-top: 5rem;
  }
}
.p-recruit__table th {
  width: 12.5rem;
  color: #1E7ED5;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: #EEF9FB;
  padding: 1rem;
  border: 1px solid #B9B9B9;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-recruit__table th {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 1.0625rem 0.9375rem;
    border-bottom: none;
  }
}
.p-recruit__table td {
  width: calc(100% - 12.5rem);
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1rem;
  border: 1px solid #B9B9B9;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit__table td {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 1.0625rem 0.9375rem;
    border-bottom: none;
  }
}
.p-recruit__table td ul {
  padding-left: 1.25rem;
}
.p-recruit__table td ul li {
  list-style: disc;
}
.p-recruit__table td ol {
  padding-left: 1.25rem;
}
.p-recruit__table td ol li {
  list-style: decimal;
}

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

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

.p-recruitAbout {
  position: relative;
  width: 100%;
  overflow: visible;
}

.p-recruitAbout__circleBox {
  position: absolute;
  z-index: -1;
  top: -40.3125rem;
  right: -15.75rem;
  width: 92.5625rem;
  height: 83.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__circleBox {
    top: 0rem;
    right: -9.0625rem;
    width: 31.25rem;
    height: 33.8125rem;
  }
}

.p-recruitAbout__circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-recruitAbout__circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 67.125rem;
  height: 67.125rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__circle::before {
    width: 24.625rem;
    height: 24.625rem;
  }
}
.p-recruitAbout__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 47.1875rem;
  height: 47.1875rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__circle::after {
    width: 17.3125rem;
    height: 17.3125rem;
  }
}

.p-recruitAbout__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  padding-top: 5rem;
  padding-bottom: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
    padding: 5rem 0.9375rem 4.6875rem 0.9375rem;
  }
}

.p-recruitAbout__img {
  position: sticky;
  top: 0rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 10;
  width: 100%;
  max-width: 53.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__img {
    position: relative;
    z-index: 1;
    left: -0.9375rem;
    max-width: none;
    width: calc(100% + 0.9375rem);
  }
}

.p-recruitAbout__box {
  width: 100%;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__box {
    position: relative;
    z-index: 3;
    padding-top: 0rem;
    margin-top: -3.75rem;
  }
}

.p-recruitAbout__title {
  line-height: 1;
}
.p-recruitAbout__title > span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  line-height: 1.59375;
  font-weight: 900;
  padding: 0 1rem;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__title > span {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    white-space: nowrap;
    padding: 0 0.375rem;
    margin-top: 0.5rem;
  }
}
.p-recruitAbout__title > span:first-of-type {
  margin-top: 0rem;
}
.p-recruitAbout__title > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1E7ED5;
}
.p-recruitAbout__title > span.pr::before {
  width: calc(100% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__title > span.pr::before {
    width: calc(100% - 0.9375rem);
  }
}

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

.p-recruitAbout__text {
  font-size: 1.5625rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__text {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

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

.p-recruitFlow {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #EEF9FB;
  padding: 10.625rem 0 23.25rem 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-recruitFlow {
    padding: 5.3125rem 0.9375rem 14.375rem 0.9375rem;
  }
}

.p-recruitFlow__circleBox {
  position: absolute;
  z-index: -1;
  top: 33.625rem;
  left: -8.5rem;
  width: 44.875rem;
  height: 40.9375rem;
}
@media screen and (max-width: 767px) {
  .p-recruitFlow__circleBox {
    display: none;
  }
}

.p-recruitFlow__circle {
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
}
.p-recruitFlow__circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 39.5rem;
  height: 39.5rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-recruitFlow__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 28.875rem;
  height: 28.875rem;
  background-image: url(../imgs/pc/circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-recruitFlow__inner {
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
  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) {
  .p-recruitFlow__inner {
    -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;
  }
}

.p-recruitFlow__titleBox {
  position: sticky;
  top: 7.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-recruitFlow__titleBox {
    position: relative;
    top: 0rem;
    z-index: 1;
  }
}

.p-recruitFlow__eng {
  position: relative;
  left: 0.625rem;
  width: 100%;
  max-width: 36.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruitFlow__eng {
    left: 0.3125rem;
    max-width: 16.9375rem;
  }
}

.p-recruitFlow__title {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  margin-top: -3.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruitFlow__title {
    font-size: 3rem;
    margin-top: -1.75rem;
  }
}

.p-recruitFlow__box {
  width: 100%;
  max-width: 51.375rem;
  padding-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-recruitFlow__box {
    max-width: 100%;
    padding-top: 4.375rem;
  }
}

.p-recruitFlow__dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #1E7ED5;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruitFlow__dl dt {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
.p-recruitFlow__dl dt:first-of-type {
  margin-top: 0rem;
}
.p-recruitFlow__dl dt span {
  display: inline-block;
  font-family: "M PLUS 1p", sans-serif;
}
.p-recruitFlow__dl dd {
  font-size: 1.3125rem;
  line-height: 1.619047619;
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: 1px solid #B3C4D4;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitFlow__dl dd {
    font-size: 0.875rem;
    line-height: 1.6;
    padding-bottom: 1.4375rem;
    margin-top: 1rem;
  }
}
.p-recruitFlow__dl dd:last-of-type {
  padding-bottom: 0rem;
  border-bottom: none;
}

.p-recruitFaq {
  position: relative;
  width: 100%;
  padding: 10.625rem 0 9.375rem 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-recruitFaq {
    padding: 0rem 0.9375rem 4.6875rem 0.9375rem;
    margin-top: -5rem;
  }
}

.p-recruitFaq__inner {
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
  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) {
  .p-recruitFaq__inner {
    -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;
  }
}

.p-recruitFaq__titleBox {
  position: sticky;
  top: 7.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__titleBox {
    position: relative;
    top: 0rem;
    z-index: 1;
  }
}

.p-recruitFaq__eng {
  position: relative;
  left: 0.625rem;
  width: 100%;
  max-width: 25.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__eng {
    left: 0.3125rem;
    max-width: 11.875rem;
  }
}

.p-recruitFaq__title {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__title {
    font-size: 3rem;
    margin-top: -2rem;
  }
}

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

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

.p-recruitFaq__ques {
  cursor: pointer;
  position: relative;
  color: #1E7ED5;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 900;
  padding-right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__ques {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-right: 3rem;
  }
}
.p-recruitFaq__ques span {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__ques span {
    top: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-recruitFaq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  width: 1.125rem;
  height: 1.125rem;
  border-top: 0.1875rem solid #1E7ED5;
  border-right: 0.1875rem solid #1E7ED5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__ques span::after {
    width: 0.875rem;
    height: 0.875rem;
    border-top: 0.125rem solid #1E7ED5;
    border-right: 0.125rem solid #1E7ED5;
  }
}
.p-recruitFaq__ques.open span::after {
  -webkit-transform: translate(-50%, -10%) rotate(135deg) scale(-1);
          transform: translate(-50%, -10%) rotate(135deg) scale(-1);
}

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

.p-recruitFaq__ans {
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__ans {
    font-size: 0.875rem;
  }
}
.p-recruitFaq__ans a {
  display: inline-block;
  color: #1E7ED5;
  margin-right: 1rem;
}
.p-recruitFaq__ans a:hover {
  opacity: 0.7;
}

.p-recruitPost {
  position: relative;
  width: 100%;
  padding: 10.625rem 0 12.5rem 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-recruitPost {
    padding: 4.6875rem 0.9375rem;
  }
}
.p-recruitPost::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 12.5rem;
  left: 0;
  width: 43.125rem;
  height: 56.625rem;
  background-image: url(../imgs/pc/bgitem.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruitPost::before {
    display: none;
  }
}
.p-recruitPost::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -11.25rem;
  width: 48.125rem;
  height: 56.625rem;
  background-image: url(../imgs/pc/bgitem02.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruitPost::after {
    background-image: url(../imgs/sp/bgitem02.webp);
    bottom: -21.875rem;
    width: 23.4375rem;
    height: 46.375rem;
  }
}

.p-recruitPost__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 105.125rem;
  margin: 0rem auto;
}

@media screen and (max-width: 767px) {
  .p-recruitPost__engBox {
    position: relative;
    height: 5.75rem;
  }
}

.p-recruitPost__eng {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruitPost__eng {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 5.75rem;
  }
}

.p-recruitPost__title {
  position: relative;
  z-index: 2;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: -3.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruitPost__title {
    font-size: 3rem;
    margin-top: -2rem;
  }
}

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

.p-recruitPost__link {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  padding: 3.75rem 8.75rem 3.75rem 5rem;
  border: 0.125rem solid #1E7ED5;
}
@media screen and (max-width: 767px) {
  .p-recruitPost__link {
    padding: 1.375rem 5rem 1.375rem 1.9375rem;
  }
}
.p-recruitPost__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1E7ED5;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.p-recruitPost__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 6rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1.75rem;
  height: 1.75rem;
  border-top: 0.25rem solid #1E7ED5;
  border-right: 0.25rem solid #1E7ED5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruitPost__link::after {
    right: 2.375rem;
    width: 0.9375rem;
    height: 0.9375rem;
    border-top: 0.1875rem solid #1E7ED5;
    border-right: 0.1875rem solid #1E7ED5;
  }
}
.p-recruitPost__link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-recruitPost__link:hover::after {
  border-top: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
}
.p-recruitPost__link:hover .p-recruitPost__subTitle {
  color: #fff;
}
.p-recruitPost__link:hover .p-recruitPost__category {
  color: #fff;
}

.p-recruitPost__group {
  position: relative;
  z-index: 2;
}

.p-recruitPost__subTitle {
  color: #1E7ED5;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruitPost__subTitle {
    font-size: 1.5rem;
  }
}

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

.p-recruitPost__category {
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruitPost__category {
    font-size: 0.875rem;
  }
}
.p-recruitPost__category::before {
  content: "#";
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-recruitPost__category::before {
    font-size: 0.875rem;
  }
}

.p-single {
  width: 100%;
}

.p-single__inner {
  width: 100%;
  max-width: 105.125rem;
  margin: 0 auto;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 6.875rem 0.9375rem 3.125rem 0.9375rem;
  }
}

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

.p-single__group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single__time {
  position: relative;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.6;
  font-weight: 800;
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single__time {
    font-size: 0.875rem;
    padding-right: 0.625rem;
    margin-right: 0.625rem;
  }
}
.p-single__time::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 0.6875rem;
  background: #252525;
}

.p-single__category {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-weight: 700;
  background: #1E7ED5;
  padding: 0.25rem 0.9375rem;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.p-single__title {
  color: #1E7ED5;
  font-size: 2.5rem;
  font-weight: 900;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 2rem;
  }
}

.p-single__thumbnail {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__thumbnail {
    position: relative;
    left: -0.9375rem;
    width: calc(100% + 1.875rem);
  }
}

.p-single__sns {
  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: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-top: 1.875rem;
}
.p-single__sns .addtoany_list {
  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: 0.625rem;
}
.p-single__sns .addtoany_list a {
  display: inline-block;
  padding: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__sns .addtoany_list a:hover {
  opacity: 0.7;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-single__sns .a2a_svg:not(:root) {
  display: none;
}
.p-single__sns .a2a_button_facebook {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/sns_facebook.svg);
}
.p-single__sns .a2a_button_facebook:hover {
  background-image: url(../imgs/pc/sns_facebook.svg);
  opacity: 0.7;
}
.p-single__sns .a2a_button_x {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/sns_x.svg);
}
.p-single__sns .a2a_button_x:hover {
  background-image: url(../imgs/pc/sns_x.svg);
  opacity: 0.7;
}
.p-single__sns .a2a_button_hatena {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/sns_hatena.svg);
}
.p-single__sns .a2a_button_hatena:hover {
  background-image: url(../imgs/pc/sns_hatena.svg);
  opacity: 0.7;
}

.p-single__content {
  width: 100%;
  margin-top: 2.5rem;
}
.p-single__content h2 {
  color: #1E7ED5;
  font-size: 2rem;
  font-weight: 900;
  padding: 0.625rem 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  background: rgba(30, 126, 213, 0.08);
}
@media screen and (max-width: 767px) {
  .p-single__content h2 {
    font-size: 1.75rem;
    padding: 0.625rem;
  }
}
.p-single__content h3 {
  display: inline-block;
  color: #1E7ED5;
  font-size: 1.75rem;
  font-weight: 900;
  border-bottom: 0.1875rem solid #1E7ED5;
  padding-bottom: 0.625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
.p-single__content h4 {
  color: #1E7ED5;
  font-size: 1.375rem;
  font-weight: 900;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h4 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
}
.p-single__content h5 {
  color: #1E7ED5;
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 1.5625rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h5 {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.p-single__content h6 {
  color: #1E7ED5;
  font-size: 1.125rem;
  font-weight: 900;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h6 {
    font-size: 1rem;
    margin-top: 1.125rem;
  }
}
.p-single__content p {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    font-size: 1rem;
  }
}
.p-single__content ul,
.p-single__content ol {
  padding-left: 1.25rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.p-single__content ul li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-single__content ol li {
  list-style: decimal;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-single__content ul li ul,
.p-single__content ul li ol,
.p-single__content ol li ol,
.p-single__content ol li ul {
  padding-left: 1.25rem;
}
.p-single__content img {
  width: auto;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.p-single__content figure {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.p-single__content figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content.case {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__content.case {
    margin-top: 2.5rem;
  }
}
.p-single__content.case h2 {
  position: relative;
  color: #3F9E88;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 0.875rem;
  margin-top: 2.9375rem;
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-single__content.case h2 {
    font-size: 1.25rem;
  }
}
.p-single__content.case h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.25rem;
  height: calc(100% + 0.875rem);
  background: #3F9E88;
}
@media screen and (max-width: 767px) {
  .p-single__content.case h2::before {
    height: calc(100% + 0.625rem);
  }
}
.p-single__content.case p {
  line-height: 1.6;
}
.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: 1.125rem;
  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: 1.125rem;
  line-height: 1.5;
  padding: 0.625rem;
  border: none;
  background: #fff;
  border: 1px solid #1E7ED5;
}
.p-single__content .wp-block-table table tbody td:first-child {
  min-width: 12.5rem;
  color: #1E7ED5;
  font-weight: 700;
  background: #EEF9FB;
}
.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: 1.125rem;
  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 #1E7ED5;
  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: #EEF9FB;
  border-bottom: none;
}
.p-single__content .wp-block-table.head table thead th {
  color: #1E7ED5;
  font-size: 1.125rem;
  line-height: 1.2857142857;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem;
  border: none;
  border-right: 1px solid #1E7ED5;
  border-bottom: 1px solid #1E7ED5;
}
.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: 1.125rem;
  line-height: 1.5;
  padding: 0.625rem;
  border: none;
  background: #fff;
  border-right: 1px solid #1E7ED5;
  border-bottom: 1px solid #1E7ED5;
}
.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 {
  font-weight: 400;
  min-width: auto;
  color: initial;
  background: initial;
}
.p-single__content blockquote {
  position: relative;
  padding: 2.8125rem 1.875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content blockquote {
    padding: 2.8125rem 0.9375rem;
  }
}
.p-single__content blockquote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 1.875rem;
  height: 1.5625rem;
  background-image: url(../imgs/pc/blockquote_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-single__content blockquote::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  width: 1.875rem;
  height: 1.5625rem;
  background-image: url(../imgs/pc/blockquote_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-single__content blockquote p {
  color: #1E7ED5;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content a {
  color: #1E7ED5;
  text-decoration: underline;
}
.p-single__content a:hover {
  opacity: 0.7;
}
.p-single__content .simple-embed-card {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content .simple-embed-card .simple-embed-card__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  text-decoration: inherit;
  border: 1px solid #1E7ED5;
}
@media screen and (max-width: 767px) {
  .p-single__content .simple-embed-card .simple-embed-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    padding: 0.9375rem;
  }
}
.p-single__content .simple-embed-card .simple-embed-card__link:hover .simple-embed-card__title {
  color: #1E7ED5;
}
.p-single__content .simple-embed-card .simple-embed-card__link:hover .simple-embed-card__btn {
  color: #fff;
  background: #1E7ED5;
}
.p-single__content .simple-embed-card .simple-embed-card__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-single__content .simple-embed-card .simple-embed-card__thumb {
  width: 100%;
  max-width: 23.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-single__content .simple-embed-card .simple-embed-card__thumb {
    max-width: 100%;
  }
}
.p-single__content .simple-embed-card .simple-embed-card__img {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.p-single__content .simple-embed-card .simple-embed-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__content .simple-embed-card .simple-embed-card__info {
  width: 100%;
}
.p-single__content .simple-embed-card .simple-embed-card__title {
  color: #111;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__content .simple-embed-card .simple-embed-card__btn {
  color: #1E7ED5;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: underline;
  margin-left: auto;
  margin-top: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__content .wp-block-snow-monkey-blocks-box {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content .wp-block-snow-monkey-blocks-balloon {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content .wp-block-snow-monkey-blocks-balloon img {
  margin: 0;
}
.p-single__content .wp-block-snow-monkey-blocks-balloon p {
  margin: 0;
}
.p-single__content .wp-block-snow-monkey-blocks-balloon .smb-balloon__figure {
  border: none;
}
.p-single__content .wp-block-snow-monkey-blocks-balloon .smb-balloon__body {
  padding: 1.25rem;
}
.p-single__content .wp-block-snow-monkey-blocks-balloon .smb-balloon__name {
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
}

.p-single__back {
  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;
  margin-top: 4.375rem;
}

.p-single-related {
  width: 100%;
  margin-top: 5rem;
}

.p-single-related__title {
  color: #1E7ED5;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-single-related__title {
    font-size: 2rem;
  }
}

.p-single-related__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-related__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 0.625rem;
  }
}

.p-single-case {
  width: 100%;
}

.p-single-case__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single-case__inner {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-single-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-case__item {
    -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;
  }
}

.p-single-case__category {
  display: inline-block;
  color: #3F9E88;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  white-space: nowrap;
  border: 1px solid #3F9E88;
  border-radius: 3.125rem;
  padding: 0.25rem 0.5625rem;
}

.p-single-case__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single-case__tags {
    gap: 0.5rem 0.625rem;
  }
}

.p-single-case__tag {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single-case__tag {
    font-size: 0.875rem;
  }
}
.p-single-case__tag::before {
  content: "#";
  display: inline-block;
  color: #3F9E88;
  font-weight: 700;
  margin-right: 0.25rem;
}

.p-single-case__title {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single-case__title {
    font-size: 1.5rem;
  }
}

.p-single-case__thumbnail {
  width: 100%;
  margin-top: 1.875rem;
}

.p-single-case__comment {
  font-size: 1rem;
  margin-top: 1.875rem;
}

.p-single-caseCard {
  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;
  border: 1px solid #3F9E88;
  padding: 1.1875rem 0.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-caseCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}

.p-single-caseCard__img {
  width: 100%;
  max-width: 19.75rem;
}
@media screen and (max-width: 767px) {
  .p-single-caseCard__img {
    max-width: 16.25rem;
    margin: 0 auto;
  }
}

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

.p-single-caseCard__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-single-caseCard__text {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 0.9375rem;
}

.p-single-caseCard__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single-caseCard__link {
    margin-top: 1.25rem;
  }
}
.p-single-caseCard__link a {
  color: #3F9E88;
}
.p-single-caseCard__link a:hover {
  opacity: 0.7;
}

.p-single-caseList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 0.9375rem;
  background: #E7F8F5;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-caseList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-single-caseList__box {
  width: 100%;
}

.p-single-caseList__title {
  font-size: 1.125rem;
  line-height: 1.6111111111;
  font-weight: 700;
  text-align: center;
  padding: 0.4375rem;
  background: #A1DAD0;
}
@media screen and (max-width: 767px) {
  .p-single-caseList__title {
    padding: 0.3125rem;
  }
}
.p-single-caseList__title.bg {
  color: #fff;
  background: #3F9E88;
}

.p-single-caseList__cont {
  width: 100%;
  margin-top: 1rem;
}
.p-single-caseList__cont ul {
  padding-left: 1.25rem;
}
.p-single-caseList__cont ul li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.6;
}

.p-single-case__date {
  width: 100%;
  background: #F0EDED;
  padding: 0.625rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-single-case__date {
    margin-top: 2.5rem;
  }
}
.p-single-case__date span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}
.p-single-case__date span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-single-case__date .published::before {
  background-image: url(../imgs/pc/time_icon_white.svg);
}
.p-single-case__date .modified {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-case__date .modified {
    margin-left: 0.9375rem;
  }
}
.p-single-case__date .modified::before {
  background-image: url(../imgs/pc/time_icon_black.svg);
}

.p-contact {
  width: 100%;
}

.p-contact__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-contact__text {
  font-size: 1rem;
  text-align: center;
}

@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;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */