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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.7;
  background: #F5F5F5;
}

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

a {
  display: inline-block;
}

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

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

.l-header__inner {
  width: 100%;
  height: 5.5rem;
  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 3.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.875rem;
    padding: 0 0.9375rem;
  }
}

.l-header__logo a {
  display: block;
  width: 9.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    width: 7.75rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

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

.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.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: 1rem;
}

.l-header-nav__list {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
}
.l-header-nav__list.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.l-header-nav__list.sub::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.43125rem 0.25rem 0 0.25rem;
  border-color: #1A1A1A transparent transparent transparent;
}
.l-header-nav__list.sub:hover .l-header-navSec {
  max-height: none;
  overflow: inherit;
  z-index: 10;
  padding-top: 2.28125rem;
  opacity: 1;
}

.l-header-nav__link {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
}
.l-header-nav__link:hover {
  color: #D01726;
}
.l-header-nav__link.nolink {
  pointer-events: none;
}

.l-header-navSec {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 3.21875rem;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-navSec__inner {
  border-top: 1px solid #AAAAAA;
  background: #F5F5F5;
  -webkit-box-shadow: 0 1.875rem 1.875rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 1.875rem 1.875rem rgba(0, 0, 0, 0.25);
}

.l-header-navSec__wrapper {
  width: 100%;
  max-width: 82.5rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4rem 1.25rem;
}

.l-header-navSec__title {
  color: #D01726;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.l-header-navSec__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.6875rem;
  min-width: 27px;
  height: 0.75rem;
  background-image: url(../assets/img/common/tit_item_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.l-header-navSec__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
}

.l-header-navSec__box {
  min-width: 20.1875rem;
}

.l-header-navSec__subTitle {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #AAAAAA;
}
.l-header-navSec__subTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.125rem;
  min-width: 18px;
  height: 0.625rem;
  background-image: url(../assets/img/common/tit_item_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  margin-bottom: 0.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-navSec__subTitle span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.l-header-navSec__subTitle.link {
  padding-bottom: 0.75rem;
  border-bottom: none;
}
.l-header-navSec__subTitle.link:hover {
  color: #D01726;
}
.l-header-navSec__subTitle.link:hover::before {
  background-image: url(../assets/img/common/tit_item_red.svg);
}

.l-header-navSec__lists {
  margin-top: 1rem;
}

.l-header-navSec__list {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  font-weight: 700;
  margin-top: 0.375rem;
}
.l-header-navSec__list:first-of-type {
  margin-top: 0rem;
}

.l-header-navSec__link {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  font-weight: 700;
}
.l-header-navSec__link span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.l-header-navSec__link:hover {
  color: #D01726;
}

.l-header-btn {
  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: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #D01726;
  padding: 0.5625rem 1.1875rem;
  background: #D01726;
}
.l-header-btn.white {
  color: #D01726;
  background: #fff;
}
.l-header-btn:hover {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
}

/* 初期は非表示に */
.l-header-banner,
.l-header-pagetop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

/* 1000px超えたら付与するクラス */
.l-header-banner.is-visible,
.l-header-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header-banner {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 1.25rem;
  width: 100%;
  max-width: 17.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-banner {
    bottom: 0rem;
    max-width: 10.625rem;
    gap: 0rem;
  }
}

.l-header-banner__close {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: -0.75rem;
  left: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-banner__close {
    top: -0.5625rem;
    left: -0.5625rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}
.l-header-banner__close::before, .l-header-banner__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 1px;
  background: #1C1B1F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-banner__close::before, .l-header-banner__close::after {
    width: 0.5625rem;
  }
}
.l-header-banner__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.l-header-banner__close:hover {
  background: #1C1B1F;
}
.l-header-banner__close:hover::before, .l-header-banner__close:hover::after {
  background: #fff;
}

.l-header-banner__link {
  position: relative;
  z-index: 1;
  display: block;
}
.l-header-banner__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-banner__link:hover::after {
  z-index: 2;
  opacity: 1;
}

.l-header-banner.is-hide-footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

.l-footer {
  position: relative;
  color: #fff;
  width: 100%;
  background-image: url(../assets/img/footer/bg_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.25rem 2.5rem;
}
@media screen and (min-width: 1441px) {
  .l-footer {
    padding: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-image: url(../assets/img/footer/bg_sp.webp);
    padding: 4.375rem 0.9375rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 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) {
  .l-footer__inner {
    display: block;
  }
}
@media screen and (min-width: 1441px) {
  .l-footer__inner {
    max-width: 100%;
  }
}

.l-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    margin-top: 1.875rem;
  }
}

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

.l-footer__logo {
  width: 9.25rem;
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__name {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__name {
    font-size: 0.875rem;
    margin-top: 0.125rem;
  }
}

.l-footer__address {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
}
.l-footer__address span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.l-footer__tel {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    font-size: 0.875rem;
  }
}
.l-footer__tel span {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-footer-nav__lists.flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 1rem;
    padding-right: 1.25rem;
  }
}

.l-footer-nav__list {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list {
    font-size: 0.875rem;
    margin-top: 0;
  }
}
.l-footer-nav__list:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list.wid100Sp {
    width: 100%;
  }
}

.l-footer-nav__link {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__link {
    font-size: 0.875rem;
  }
}
.l-footer-nav__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.5rem;
  background-image: url(../assets/img/common/tit_item_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  margin-bottom: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer-nav__link:hover {
  color: #D01726;
}
.l-footer-nav__link:hover::before {
  background-image: url(../assets/img/common/tit_item_red.svg);
}
.l-footer-nav__link.nolink {
  pointer-events: none;
}

.l-footer-navSec {
  padding-left: 1.375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer-navSec {
    padding-left: 1.375rem;
  }
}

.l-footer-navSec__list {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer-navSec__list {
    font-size: 0.8125rem;
  }
}
.l-footer-navSec__list:first-of-type {
  margin-top: 0;
}

.l-footer-navSec__link {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.l-footer-navSec__link:hover {
  color: #D01726;
}

.l-footer__btn {
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  font-weight: 700;
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    font-size: 1rem;
    line-height: 1.6875;
    margin-bottom: 1rem;
  }
}
.l-footer__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__btn span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.l-footer__btn:hover {
  background: #D01726;
  border: 1px solid #D01726;
}
.l-footer__btn:hover::before {
  right: 1.25rem;
}

.l-footer__small {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 0.875rem;
    text-align: left;
    margin-top: 3.5rem;
  }
}

.l-footer-pagetop {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 3.75rem;
  right: 2.5rem;
  width: 4.0625rem;
  height: 4.0625rem;
  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: #1A1A1A;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer-pagetop {
    top: 1.25rem;
    bottom: auto;
    right: 0.9375rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.l-footer-pagetop:hover {
  background: #D01726;
  border: 1px solid #D01726;
}
.l-footer-pagetop img {
  width: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer-pagetop img {
    width: 0.625rem;
  }
}

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

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

.l-aside-search {
  position: relative;
  width: 100%;
  border: 1px solid #C6C6C6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-aside-search {
    margin-bottom: 2.5rem;
  }
}
.l-aside-search::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../assets/img/common/icon_search.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-aside-search__keyword {
  position: relative;
  display: block;
  width: 100%;
}
.l-aside-search__keyword input {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 2.8125rem;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 2.625rem;
}
.l-aside-search__keyword input::-webkit-input-placeholder {
  color: #AAAAAA;
  font-family: "Poppins", sans-serif;
}
.l-aside-search__keyword input::-moz-placeholder {
  color: #AAAAAA;
  font-family: "Poppins", sans-serif;
}
.l-aside-search__keyword input:-ms-input-placeholder {
  color: #AAAAAA;
  font-family: "Poppins", sans-serif;
}
.l-aside-search__keyword input::-ms-input-placeholder {
  color: #AAAAAA;
  font-family: "Poppins", sans-serif;
}
.l-aside-search__keyword input::placeholder {
  color: #AAAAAA;
  font-family: "Poppins", sans-serif;
}

.l-aside-search__btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  color: #D01726;
  font-size: 1rem;
  font-weight: 400;
}

.l-aside-rank {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-aside-rank {
    margin-bottom: 3.125rem;
  }
}

.l-aside-rank__label {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .l-aside-rank__label {
    font-size: 1.25rem;
  }
}
.l-aside-rank__label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.9375rem;
  min-width: 0.9375rem;
  height: 0.4375rem;
  background-image: url(../assets/img/common/tit_item_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-aside-rank__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: 0.625rem;
  margin-top: 1rem;
}

.l-aside-rank__link {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.l-aside-rank__link::before {
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.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;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  background: #D01726;
}
.l-aside-rank__link:nth-of-type(2)::before {
  content: "2";
}
.l-aside-rank__link:nth-of-type(3)::before {
  content: "3";
}
.l-aside-rank__link:nth-of-type(4)::before {
  content: "4";
}
.l-aside-rank__link:nth-of-type(5)::before {
  content: "5";
}
.l-aside-rank__link:hover .l-aside-rank__title {
  color: #D01726;
}
.l-aside-rank__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.l-aside-rank__thumbnail {
  position: relative;
  width: 100%;
  max-width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-aside-rank__img {
  position: relative;
  padding-top: 52.63%;
  overflow: hidden;
}
.l-aside-rank__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;
}

.l-aside-rank__box {
  width: 100%;
}

.l-aside-rank__group {
  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.875rem 0;
}

.l-aside-rank__time {
  font-family: "Oswald", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 1.5rem;
}

.l-aside-rank__category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
}
.l-aside-rank__category::before {
  content: "#";
  display: inline-block;
  color: #D01726;
  font-size: 0.75rem;
  font-weight: 700;
}

.l-aside-rank__title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

.l-aside-category {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-aside-category {
    margin-bottom: 3.125rem;
  }
}

.l-aside-category__label {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .l-aside-category__label {
    font-size: 1.25rem;
  }
}
.l-aside-category__label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.9375rem;
  min-width: 0.9375rem;
  height: 0.4375rem;
  background-image: url(../assets/img/common/tit_item_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-aside-category__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
  margin-top: 1rem;
}

.l-aside-category__list {
  font-size: 1rem;
  font-weight: 700;
}
.l-aside-category__list::before {
  content: "#";
  display: inline-block;
  color: #D01726;
  font-size: 1rem;
  font-weight: 700;
}

.sidebar_form_cta input,
.sidebar_form_cta select,
.sidebar_form_cta textarea,
.sidebar_form_cta search {
  border: #ccc 1px solid;
  background-color: #fff;
  -webkit-appearance: none;
  font-size: 16px;
  color: #727272;
}
.sidebar_form_cta button {
  background-color: transparent;
  font-size: 16px;
  text-align: center;
  border: none;
}
.sidebar_form_cta input:focus,
.sidebar_form_cta select:focus,
.sidebar_form_cta textarea:focus,
.sidebar_form_cta button:focus {
  outline: 0;
  border-color: #1a1a1a;
}
.sidebar_form_cta :-ms-input-placeholder {
  color: #ddd;
}
.sidebar_form_cta ::-webkit-input-placeholder {
  color: #ddd;
}
.sidebar_form_cta ::-moz-placeholder {
  color: #ddd;
}
.sidebar_form_cta ::-ms-input-placeholder {
  color: #ddd;
}
.sidebar_form_cta ::placeholder {
  color: #ddd;
}
.sidebar_form_cta ::-moz-selection {
  color: #fff;
  background: #1a1a1a;
}
.sidebar_form_cta ::selection {
  color: #fff;
  background: #1a1a1a;
}
.sidebar_form_cta input::-moz-selection, .sidebar_form_cta textarea::-moz-selection {
  color: #fff;
  background: #1a1a1a;
}
.sidebar_form_cta input::selection,
.sidebar_form_cta textarea::selection {
  color: #fff;
  background: #1a1a1a;
}
.sidebar_form_cta input {
  width: 100%;
  padding: 8px 16px;
  margin: 5px 0;
}
.sidebar_form_cta input.wth_80 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .sidebar_form_cta input.wth_80 {
    width: 100%;
  }
}
.sidebar_form_cta input.wth_70 {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .sidebar_form_cta input.wth_70 {
    width: 100%;
  }
}
.sidebar_form_cta input.wth_50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sidebar_form_cta input.wth_50 {
    width: 100%;
  }
}
.sidebar_form_cta input.wth_30 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .sidebar_form_cta input.wth_30 {
    width: 100%;
  }
}
.sidebar_form_cta input.wth_20 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .sidebar_form_cta input.wth_20 {
    width: 50%;
  }
}
.sidebar_form_cta textarea {
  width: 100%;
  height: 10em;
  padding: 8px 16px;
  resize: vertical;
}
.sidebar_form_cta select {
  width: 100%;
  padding: 10px 60px 10px 10px;
  background-image: url(../assets/img/arrow/input_select.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 9px 14px;
  vertical-align: middle;
  border: #ccc 1px solid;
  margin: 5px 0;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sidebar_form_cta select::-ms-expand {
  display: none;
}
.sidebar_form_cta input[type=radio],
.sidebar_form_cta input[type=checkbox] {
  display: none;
}
.sidebar_form_cta input[type=radio] + label {
  padding: 7px 0px 7px 25px;
  margin: 2px 20px 2px 0px;
  display: inline-block;
  background-image: url(../assets/img/arrow/checkbox_off.svg);
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 18px 18px;
  cursor: pointer;
}
.sidebar_form_cta input[type=checkbox]:checked + label,
.sidebar_form_cta input[type=checkbox]:checked + span {
  background-image: url(../assets/img/arrow/checkbox_on.svg);
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 18px 18px;
}
.sidebar_form_cta input[type=checkbox] + label,
.sidebar_form_cta input[type=checkbox] + span {
  padding: 7px 0px 7px 25px;
  background-image: url(../assets/img/arrow/checkbox_off.svg);
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 18px 18px;
  display: inline-block;
  cursor: pointer;
}
.sidebar_form_cta input[type=checkbox]:checked + label {
  background-image: url(../assets/img/arrow/checkbox_on.svg);
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 18px 18px;
}
.sidebar_form_cta input[type=file] {
  border: none;
  padding: 0;
}
.sidebar_form_cta input[type=submit].input_submit,
.sidebar_form_cta input[type=reset].input_submit,
.sidebar_form_cta input[type=button].input_submit,
.sidebar_form_cta button[type=submit].input_submit,
.sidebar_form_cta button[type=button].input_submit {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #d73f4b;
  border-radius: 5px;
  margin-top: 24px;
  font-size: 20px;
}
.sidebar_form_cta input[type=submit].input_submit:hover,
.sidebar_form_cta input[type=reset].input_submit:hover,
.sidebar_form_cta input[type=button].input_submit:hover,
.sidebar_form_cta button[type=submit].input_submit:hover,
.sidebar_form_cta button[type=button].input_submit:hover {
  opacity: 0.8;
}
.sidebar_form_cta input[type=submit].button_confirm,
.sidebar_form_cta input[type=reset].button_confirm,
.sidebar_form_cta input[type=button].button_confirm,
.sidebar_form_cta button[type=submit].button_confirm,
.sidebar_form_cta button[type=button].button_confirm {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #d73f4b;
  border-radius: 5px;
  margin-top: 24px;
  font-size: 20px;
  border: none;
}
.sidebar_form_cta input[type=submit].input_return,
.sidebar_form_cta input[type=reset].input_return,
.sidebar_form_cta input[type=button].input_return,
.sidebar_form_cta button[type=submit].input_return,
.sidebar_form_cta button[type=button].input_return {
  display: inline-block;
  width: auto;
  border: none;
  padding: 0 0 0 15px;
  background-image: url(../assets/img/arrow/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: left center;
  min-width: inherit;
  font-weight: 500;
  text-decoration: underline;
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sidebar_form_cta input[type=submit].input_return,
  .sidebar_form_cta input[type=reset].input_return,
  .sidebar_form_cta input[type=button].input_return,
  .sidebar_form_cta button[type=submit].input_return,
  .sidebar_form_cta button[type=button].input_return {
    width: auto;
  }
}
.sidebar_form_cta p#fm_ajax_message {
  font-weight: bold;
  color: #d73f4b;
  letter-spacing: 1px;
  font-size: 16px;
}
.sidebar_form_cta .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
}
.sidebar_form_cta .wpcf7-list-item {
  margin: 0;
}

.column_sticky {
  position: sticky;
  top: 140px;
}

.c-title {
  position: relative;
  color: #D01726;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.5rem;
  }
}
.c-title span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.c-title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #1A1A1A;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 1.625rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-title::before {
    font-size: 1.3125rem;
  }
}
.c-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5625rem;
  left: 0;
  width: 1.1875rem;
  min-width: 1.1875rem;
  height: 0.625rem;
  background-image: url(../assets/img/common/tit_item_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-title::after {
    top: 0.375rem;
  }
}
.c-title.min {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title.min {
    font-size: 1.875rem;
  }
}
.c-title.min span {
  font-weight: 600;
}
.c-title.min::before {
  font-weight: 600;
  padding-left: 1.375rem;
  margin-bottom: 0.5rem;
}
.c-title.white {
  color: #fff;
}
.c-title.white::before {
  color: #D01726;
}
.c-title.white::after {
  top: 0.5625rem;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.4375rem;
  background-image: url(../assets/img/common/tit_item_red.svg);
}
@media screen and (max-width: 767px) {
  .c-title.white::after {
    top: 0.375rem;
  }
}
.c-title.light-red {
  color: #FF2E3F;
}
.c-title.light-red::before {
  color: #fff;
}
.c-title.light-red::after {
  background-image: url(../assets/img/common/tit_item_white.svg);
}
.c-title.results {
  color: #fff;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title.results {
    font-size: 2rem;
  }
}
.c-title.results::before {
  color: #FF2E3F;
}
.c-title.results::after {
  top: 0.5625rem;
  left: calc(50% - 3.9375rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.125rem;
  min-width: 1.125rem;
  height: 0.5rem;
  background-image: url(../assets/img/common/tit_item_light-red.svg);
}
@media screen and (max-width: 767px) {
  .c-title.results::after {
    top: 0.375rem;
    left: calc(50% - 3rem);
  }
}

.c-btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 20.625rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  font-weight: 900;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 21.875rem;
    font-size: 1rem;
    line-height: 1.6875;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-btn.min-height {
  padding: 0.78125rem;
}
.c-btn.pr40 {
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn.pr40 {
    padding-right: 1rem;
  }
}
.c-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn:hover {
  color: #D01726;
  background: #fff;
}
.c-btn:hover::before {
  right: 1.25rem;
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}
.c-btn span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.c-btn.white {
  color: #D01726;
  background: #fff;
  border: 1px solid #fff;
}
.c-btn.white::before {
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}
.c-btn.white:hover {
  color: #fff;
  background: #D01726;
}
.c-btn.white:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    top: 1.5625rem;
    right: 0.9375rem;
    width: 1.125rem;
    height: 0.6875rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.125rem;
  height: 1px;
  background: #1A1A1A;
  -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.3125rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 0.625rem;
}

.c-hamburger.active span {
  background: #fff;
}
.c-hamburger.active span:nth-of-type(1) {
  top: 0.375rem;
  -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.375rem;
  -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%;
  padding: 0.875rem 0.9375rem 2.25rem 0.9375rem;
  background-image: url(../assets/img/header/hamburger_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__inner {
  width: 100%;
}

.c-hamburger-nav__logo {
  width: 7.75rem;
}

.c-hamburger-nav__lists {
  width: 100%;
  margin-top: 2.25rem;
}

.c-hamburger-nav__list {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #fff;
  margin-top: 2rem;
}
.c-hamburger-nav__list:first-of-type {
  margin-top: 0rem;
}
.c-hamburger-nav__list.sub {
  cursor: pointer;
  position: relative;
  padding-bottom: 0rem;
  border-bottom: none;
}
.c-hamburger-nav__list.sub::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.3125rem;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.43125rem 0.25rem 0rem 0.25rem;
  border-color: #FFFFFF transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__list.sub.active::before {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.c-hamburger-nav__link {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
.c-hamburger-nav__link:hover {
  color: #D01726;
}
.c-hamburger-nav__link.nolink {
  pointer-events: none;
}

.c-hamburger-nav__box {
  overflow: hidden;
  max-height: 0;
  width: 100%;
  border-top: 1px solid #fff;
  margin-top: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__box.active {
  overflow: inherit;
  max-height: none;
  padding-top: 1.5rem;
}

.c-hamburger-nav__label {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 1.375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #909090;
  margin-top: 1.5rem;
}
.c-hamburger-nav__label:first-of-type {
  margin-top: 0rem;
}
.c-hamburger-nav__label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.9375rem;
  min-width: 0.9375rem;
  height: 0.4375rem;
  background-image: url(../assets/img/common/tit_item_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__label span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.c-hamburger-nav__label.link:hover {
  color: #D01726;
}
.c-hamburger-nav__label.link:hover::after {
  background-image: url(../assets/img/common/tit_item_red.svg);
}

.c-hamburger-nav__sub-lists {
  width: 100%;
  margin-top: 0.9375rem;
}

.c-hamburger-nav__sub-list {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  font-weight: 700;
  margin-top: 0.4375rem;
}
.c-hamburger-nav__sub-list:first-of-type {
  margin-top: 0rem;
}
.c-hamburger-nav__sub-list span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.c-hamburger-nav__sub-link {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  font-weight: 700;
}
.c-hamburger-nav__sub-link:hover {
  color: #D01726;
}
.c-hamburger-nav__sub-link span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.c-hamburger-nav__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
  margin-top: 2rem;
}

.c-hamburger-nav__btn {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 0.9375rem;
}
.c-hamburger-nav__btn:hover {
  background: #1A1A1A;
  border: 1px solid #fff;
}
.c-hamburger-nav__btn span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.c-hamburger-nav__btn.white {
  color: #D01726;
  background: #fff;
}
.c-hamburger-nav__btn.white:hover {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #fff;
}

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

.c-breadcrumb {
  width: 100%;
  padding: 2rem 2.5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1rem 0.9375rem 0 0.9375rem;
  }
}
.c-breadcrumb.border {
  border-top: 1px solid #AAAAAA;
}

.c-breadcrumb__lists {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.c-breadcrumb__lists.wid1100 {
  max-width: 68.75rem;
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.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.75rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1.5px solid #D01726;
  border-right: 1.5px solid #D01726;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-breadcrumb__list_end::after {
  display: none;
}
.c-breadcrumb__list span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.c-breadcrumb__link:hover {
  color: #D01726;
}

.c-top {
  width: 100%;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-top {
    padding: 2.5rem 0.9375rem 1rem 0.9375rem;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .c-top.border {
    border-bottom: 1px solid #AAAAAA;
  }
}

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

.c-top__title {
  color: #D01726;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 2.375rem;
  }
}
.c-top__title.min {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-top__title.min {
    font-size: 1.125rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-top__title.minSp {
    font-size: 2rem;
  }
}

.c-top__text {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-top__text {
    font-size: 0.875rem;
    margin-top: 2rem;
  }
}

/* 初期化前は隠す（拡大チラつき防止） */
.swiper-fv {
  opacity: 0;
  visibility: hidden;
}

/* 初期化後に表示 */
.swiper-fv.is-ready {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.p-fv__slide {
  /* スライド全体の高さを揃える */
  /* 各スライドを伸ばす */
  /* a をスライドいっぱいに広げる */
}
.p-fv__slide .swiper-fv .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-fv__slide .swiper-fv .swiper-slide {
  height: auto; /* Swiperの固定heightがある場合に備えて */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-fv__slide .swiper-fv .swiper-slide > a.c-articleFv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.c-articleFv {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-articleFv {
    padding: 0.75rem;
  }
}
.c-articleFv:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-articleFv:hover .c-articleFv__title {
  color: #D01726;
}
.c-articleFv.document {
  padding: 0;
  background: #1A1A1A;
}
.c-articleFv.document .c-articleFv__thumbnail {
  overflow: hidden;
  height: calc(100% - 3.9375rem);
}
@media screen and (max-width: 767px) {
  .c-articleFv.document .c-articleFv__thumbnail {
    height: calc(100% - 2.875rem);
  }
}
.c-articleFv.document .c-articleFv__img {
  height: 100%;
  padding-top: 0;
}
.c-articleFv.document .c-articleFv__img img {
  -o-object-position: left;
     object-position: left;
}
.c-articleFv.document .c-articleFv__title {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.125rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-articleFv.document .c-articleFv__title {
    height: 2.875rem;
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
  }
}
.c-articleFv.document .c-articleFv__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-articleFv.document .c-articleFv__title::after {
    right: 1.125rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}

.c-articleFv__thumbnail {
  position: relative;
  width: 100%;
}

.c-articleFv__img {
  position: relative;
  padding-top: 52.63%;
  overflow: hidden;
}
.c-articleFv__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-articleFv__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-articleFv__title {
    font-size: 0.8125rem;
    margin-top: 0.625rem;
  }
}

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

.c-articleFv__category {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-articleFv__category {
    font-size: 0.625rem;
  }
}
.c-articleFv__category::before {
  content: "#";
  display: inline-block;
  color: #D01726;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-articleFv__category::before {
    font-size: 0.625rem;
  }
}

.c-articleService {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-articleService {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 0.625rem;
    padding-right: 2.5rem;
    overflow-x: auto;
  }
}
.c-articleService.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-articleService.center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-articleService__box {
  width: calc(33.3333333333% - 0.8333333333rem);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-articleService__box {
    width: 17.5rem;
    min-width: 17.5rem;
  }
}

.c-articleService__title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  background: #1A1A1A;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-articleService__title {
    font-size: 1.25rem;
    padding: 0.625rem 0.3125rem;
  }
}

.c-articleService__group {
  width: 100%;
  padding: 2rem 2.1875rem 2.5rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-articleService__group {
    padding: 1.5rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.c-articleService__img {
  width: 100%;
}
.c-articleService__img img {
  width: auto;
  height: 7.1875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-articleService__img img {
    height: 5rem;
  }
}

.c-articleService__text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-articleService__text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.c-articleService__btn:not(:root) {
  width: 100%;
  max-width: 15.625rem;
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-articleService__btn:not(:root) {
    max-width: 15rem;
    margin: 1.5rem auto 0 auto;
  }
}

.c-articleNews {
  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;
}

.c-articleNews__list {
  position: relative;
  width: 100%;
  padding: 1.9375rem 0;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 767px) {
  .c-articleNews__list {
    padding: 1.4375rem 0;
  }
}
.c-articleNews__list:first-of-type {
  padding-top: 0;
}

.fv .c-articleNews__list:last-of-type {
  padding-bottom: 0rem;
  border-bottom: none;
}

.c-articleNews__link {
  position: relative;
  width: 100%;
}
.c-articleNews__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.3125rem;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../assets/img/common/btn_arrow_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-articleNews__link::after {
    right: 0.25rem;
    width: 1rem;
    height: 1rem;
  }
}
.c-articleNews__link:hover::after {
  right: -0.3125rem;
}
.c-articleNews__link:hover .c-articleNews__title {
  color: #D01726;
}

.c-articleNews__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-articleNews__time {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-articleNews__time {
    font-size: 0.875rem;
  }
}

.c-articleNews__title {
  font-size: 1.1875rem;
  font-weight: 700;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-articleNews__title {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.c-articleCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .c-articleCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding-bottom: 0.625rem;
    overflow-x: auto;
  }
}

.c-articleCard__link {
  display: block;
  width: 32.6612903226%;
}
@media screen and (max-width: 767px) {
  .c-articleCard__link {
    width: 19.875rem;
    min-width: 19.875rem;
  }
}
.c-articleCard__link:nth-of-type(1) {
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-articleCard__link:nth-of-type(1) {
    padding-right: 0rem;
  }
}
.c-articleCard__link:nth-of-type(2) {
  width: 34.6774193548%;
  padding: 0 1.5rem;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
}
@media screen and (max-width: 767px) {
  .c-articleCard__link:nth-of-type(2) {
    width: 19.875rem;
    min-width: 19.875rem;
    padding: 0;
    border: none;
  }
}
.c-articleCard__link:nth-of-type(3) {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-articleCard__link:nth-of-type(3) {
    padding-left: 0rem;
  }
}
.c-articleCard__link:hover .c-articleCard__title {
  color: #D01726;
}
.c-articleCard__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-articleCard__thumbnail {
  position: relative;
  width: 100%;
}

.c-articleCard__img {
  position: relative;
  padding-top: 52.63%;
  overflow: hidden;
}
.c-articleCard__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-articleCard__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-articleCard__title {
    font-size: 1.125rem;
  }
}

.c-articleCard__group {
  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.875rem 0;
  margin-top: 0.8125rem;
}

.c-articleCard__time {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-articleCard__time {
    font-size: 0.875rem;
  }
}

.c-articleCard__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
}

.c-articleCard__category {
  font-size: 1rem;
  font-weight: 700;
}
.c-articleCard__category::before {
  content: "#";
  display: inline-block;
  color: #D01726;
  font-size: 1rem;
  font-weight: 700;
}

.c-articleCase {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 5rem;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-articleCase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding-bottom: 0.625rem;
    overflow-x: auto;
  }
}
.c-articleCase::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: #AAAAAA;
}
@media screen and (max-width: 767px) {
  .c-articleCase::after {
    display: none;
  }
}

.archive.c-articleCase {
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .archive.c-articleCase {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.archive.c-articleCase::after {
  display: none;
}

.c-articleCase__link {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-articleCase__link {
    width: 19.875rem;
    min-width: 19.875rem;
  }
}
.c-articleCase__link:hover .c-articleCase__title {
  color: #D01726;
}
.c-articleCase__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .archive .c-articleCase__link {
    width: 100%;
    min-width: auto;
  }
}

.c-articleCase__thumbnail {
  position: relative;
  width: 100%;
}

.c-articleCase__img {
  position: relative;
  padding-top: 52.63%;
  overflow: hidden;
}
.c-articleCase__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-articleCase__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-articleCase__title {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

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

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

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

.c-articleCase__category {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-articleCase__category {
    font-size: 0.875rem;
  }
}
.c-articleCase__category::before {
  content: "#";
  display: inline-block;
  color: #D01726;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-articleCase__category::before {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .archive .c-articleCase__category {
    font-size: 1rem;
  }
}

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

.c-articleDocument__link {
  display: block;
  width: 100%;
}
.c-articleDocument__link:hover .c-articleDocument__title {
  color: #D01726;
}
.c-articleDocument__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-articleDocument__thumbnail {
  position: relative;
  width: 100%;
}

.c-articleDocument__img {
  position: relative;
  padding-top: 52.63%;
  overflow: hidden;
}
.c-articleDocument__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-articleDocument__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-articleDocument__title {
    font-size: 1.125rem;
  }
}

.c-articleColumn {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-articleColumn {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.c-articleColumn.grid2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-articleColumn.grid2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.c-articleColumn__link {
  display: block;
  width: 100%;
}
.c-articleColumn__link:hover .c-articleColumn__title {
  color: #D01726;
}
.c-articleColumn__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-articleColumn__thumbnail {
  position: relative;
  width: 100%;
}

.c-articleColumn__img {
  position: relative;
  padding-top: 52.63%;
  overflow: hidden;
}
.c-articleColumn__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-articleColumn__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-articleColumn__title {
    font-size: 1.125rem;
  }
}

.c-articleColumn__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
  margin-top: 0.8125rem;
}

.c-articleColumn__time {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-articleColumn__time {
    font-size: 0.875rem;
  }
}

.c-articleColumn__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
}

.c-articleColumn__category {
  font-size: 1rem;
  font-weight: 700;
}
.c-articleColumn__category::before {
  content: "#";
  display: inline-block;
  color: #D01726;
  font-size: 1rem;
  font-weight: 700;
}

.c-links {
  color: #fff;
  width: 100%;
  background: #A8A8A8;
  background-image: url(../assets/img/links/bg_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-links {
    background-image: url(../assets/img/links/bg_sp.webp);
  }
}

.c-links__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-links__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-links__list {
  position: relative;
  width: 100%;
  padding: 2.5rem 2.5rem 7rem 2.5rem;
  border-right: 1px solid #A8A8A8;
}
@media screen and (max-width: 767px) {
  .c-links__list {
    padding: 2.5rem 1.875rem;
    border-right: none;
    border-bottom: 1px solid #A8A8A8;
  }
}
.c-links__list:last-of-type {
  border-right: none;
}

.c-links__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-links__title {
    font-size: 1.25rem;
  }
}

.c-links__text {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-links__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.c-links__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.5rem;
  display: block;
  width: calc(100% - 5rem);
  font-size: 1rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 0.9375rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-links__btn {
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
    width: 100%;
    max-width: 21.875rem;
    margin: 1.5rem auto 0rem auto;
  }
}
.c-links__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-links__btn:hover {
  color: #D01726;
  background: #fff;
}
.c-links__btn:hover::before {
  right: 1.25rem;
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}

.c-links-about {
  width: 100%;
  border-top: 1px solid #AAAAAA;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-links-about {
    padding: 2.5rem 0.9375rem 4.375rem 0.9375rem;
  }
}

.c-links-about__lists {
  width: 100%;
  max-width: 68.75rem;
  margin: 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;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-links-about__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}

.c-links-about__list {
  width: 100%;
}
.c-links-about__list:nth-of-type(1) .c-links-about__link {
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-links-about__list:nth-of-type(1) .c-links-about__link {
    padding-right: 0rem;
  }
}
.c-links-about__list:nth-of-type(2) .c-links-about__link::before {
  background-image: url(../assets/img/about/list_icon02.svg);
}
.c-links-about__list:nth-of-type(3) .c-links-about__link::before {
  background-image: url(../assets/img/about/list_icon03.svg);
}

.c-links-about__link {
  width: 100%;
  height: 8.375rem;
  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.5rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  background: #D01726;
}
@media screen and (max-width: 767px) {
  .c-links-about__link {
    height: 6.375rem;
    font-size: 1.25rem;
  }
  .c-links-about__link span {
    display: inline-block;
    min-width: 8.75rem;
    text-align: center;
  }
}
.c-links-about__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.125rem;
  height: 4.375rem;
  background-image: url(../assets/img/about/list_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-links-about__link:hover {
  opacity: 0.7;
}

.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;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    margin-top: 4.375rem;
  }
}
.pagination .page-numbers {
  width: 3.125rem;
  height: 3.125rem;
  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;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #333333;
}
.pagination .dots:hover {
  color: #333;
  background: none;
}
.pagination .current {
  color: #fff;
  background: #333333;
}

.c-aside-post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.c-aside-post:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-aside-post__thumbnail {
  width: 100%;
  max-width: 7.5rem;
  overflow: hidden;
}

.c-aside-post__img {
  position: relative;
  width: 100%;
  padding-top: 52.63%;
}
.c-aside-post__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-aside-post__title {
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-aside-post__title {
    font-size: 0.875rem;
  }
}

.c-frame {
  width: 100%;
}

.c-frame__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 3.75rem 0rem 9.375rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-frame__inner {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}
.c-frame__inner.pt80 {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-frame__inner.pt80 {
    padding-top: 3.75rem;
  }
}

.c-frame__wrapper {
  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) {
  .c-frame__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.125rem;
  }
}

.c-frameArticle {
  width: 100%;
  max-width: 50.3125rem;
}
@media screen and (max-width: 767px) {
  .c-frameArticle {
    max-width: 100%;
  }
}

.c-frameArticle__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1875rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-frameArticle__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.c-frameArticle__column {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-frameArticle__column {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.c-frameArticle__related {
  width: 100%;
  margin-top: 4.375rem;
}

.c-frameAside {
  width: 100%;
  max-width: 21.25rem;
}
@media screen and (max-width: 767px) {
  .c-frameAside {
    max-width: 100%;
  }
}

.c-frameAside__banner {
  position: relative;
  z-index: 10;
  top: 0rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-frameAside__banner {
    margin-top: 0rem;
  }
}
.c-frameAside__banner.sticky {
  position: sticky;
  top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .c-frameAside__banner.sticky {
    position: relative;
    top: 0rem;
  }
}
.c-frameAside__banner a {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
.c-frameAside__banner a:hover {
  opacity: 0.7;
}

.c-frameAside__column {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-frameAside__column {
    margin-top: 2.5rem;
  }
}

.c-frameAside__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
  margin-top: 0.9375rem;
}

.c-frame-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-frame-category {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0.3125rem 0 0.9375rem 0;
  }
}

.c-frame-category__list {
  color: #3CA8AC;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}

.c-frame-category__link {
  position: relative;
  z-index: 1;
  color: #3CA8AC;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  background: #ffffff;
  padding: 0.25rem 0.875rem;
  border-radius: 6.25rem;
  border: 1px solid #3CA8AC;
}
@media screen and (max-width: 767px) {
  .c-frame-category__link {
    white-space: nowrap;
  }
}
.c-frame-category__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#3CA8AC), to(#2F5EAF));
  background: linear-gradient(90deg, #3CA8AC, #2F5EAF);
}
.c-frame-category__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(60, 168, 172, 0);
}
.c-frame-category__link.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(60, 168, 172, 0);
}

.p-fv {
  width: 100%;
  background-image: url(../assets/img/front/fv_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 1.25rem 6.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background-image: url(../assets/img/front/fv_bg_sp.webp);
    padding: 4.5rem 0rem 4rem 0rem;
  }
}

.p-fv__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (min-width: 1441px) {
  .p-fv__inner {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
  }
}

.p-fv__box {
  width: 100%;
  max-width: 40rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    max-width: 100%;
    padding: 0rem 0.9375rem;
  }
}

.p-fv__title {
  color: #fff;
  font-size: 3.375rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.9375rem;
    line-height: 1.35;
  }
}
.p-fv__title span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.p-fv__text {
  color: #fff;
  font-size: 1.125rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

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

.p-fv__btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 21.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    max-width: 100%;
    font-size: 0.8125rem;
    padding: 0.9375rem;
  }
}
.p-fv__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv__btn:hover {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
}
.p-fv__btn:hover::before {
  right: 1.25rem;
}
.p-fv__btn.white {
  max-width: 17.5rem;
  color: #D01726;
  background: #fff;
  border: 1px solid #fff;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btn.white {
    max-width: 100%;
    border: 1px solid #D01726;
  }
}
.p-fv__btn.white::before {
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}
.p-fv__btn.white:hover {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
}
.p-fv__btn.white:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}

.p-fv__slide {
  position: relative;
  width: 100%;
  max-width: 40.5rem;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
}
@media screen and (min-width: 1441px) {
  .p-fv__slide {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__slide {
    max-width: 100%;
    padding-top: 2.25rem;
    padding-left: 0.9375rem;
  }
}
.p-fv__slide .swiper-fv {
  width: 100%;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .swiper-fv {
    padding-bottom: 0;
  }
}
.p-fv__slide .swiper-slide {
  height: auto;
}
.p-fv__slide .swiper-button-prev,
.p-fv__slide .swiper-button-next {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0 !important;
  left: calc(64% - 2.6875rem);
  width: 2.1875rem;
  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;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1441px) {
  .p-fv__slide .swiper-button-prev,
  .p-fv__slide .swiper-button-next {
    left: calc(64.5% - 2.6875rem);
  }
}
@media screen and (min-width: 1600px) {
  .p-fv__slide .swiper-button-prev,
  .p-fv__slide .swiper-button-next {
    left: calc(65% - 2.6875rem);
  }
}
@media screen and (min-width: 1800px) {
  .p-fv__slide .swiper-button-prev,
  .p-fv__slide .swiper-button-next {
    left: calc(65.7% - 2.6875rem);
  }
}
@media screen and (max-width: 1280px) {
  .p-fv__slide .swiper-button-prev,
  .p-fv__slide .swiper-button-next {
    left: calc(63.5% - 2.6875rem);
  }
}
@media screen and (max-width: 1000px) {
  .p-fv__slide .swiper-button-prev,
  .p-fv__slide .swiper-button-next {
    left: calc(63% - 2.6875rem);
  }
}
@media screen and (max-width: 767px) {
  .p-fv__slide .swiper-button-prev,
  .p-fv__slide .swiper-button-next {
    top: 3.3125rem;
    left: auto;
    right: 2.6875rem;
    bottom: auto !important;
    width: 1.4375rem;
    height: 1.4375rem;
  }
}
.p-fv__slide .swiper-button-prev:hover,
.p-fv__slide .swiper-button-next:hover {
  background: #D01726;
}
.p-fv__slide .swiper-button-prev:hover::after, .p-fv__slide .swiper-button-prev:hover::after,
.p-fv__slide .swiper-button-next:hover::after,
.p-fv__slide .swiper-button-next:hover::after {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.p-fv__slide .swiper-button-next {
  left: 64%;
}
@media screen and (min-width: 1441px) {
  .p-fv__slide .swiper-button-next {
    left: 64.5%;
  }
}
@media screen and (min-width: 1600px) {
  .p-fv__slide .swiper-button-next {
    left: 65%;
  }
}
@media screen and (min-width: 1800px) {
  .p-fv__slide .swiper-button-next {
    left: 65.7%;
  }
}
@media screen and (max-width: 1280px) {
  .p-fv__slide .swiper-button-next {
    left: 63.5%;
  }
}
@media screen and (max-width: 1000px) {
  .p-fv__slide .swiper-button-next {
    left: 63%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__slide .swiper-button-next {
    left: auto;
    right: 0.9375rem;
  }
}
.p-fv__slide .swiper-button-prev::after,
.p-fv__slide .swiper-button-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../assets/img/common/btn_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .swiper-button-prev::after,
  .p-fv__slide .swiper-button-next::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-fv__slide .swiper-button-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-fv__band {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__band {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.p-fv-loop {
  width: 100%;
  background: #fff;
  padding: 1rem 0;
}
.p-fv-loop .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-fv-loop .swiper-slide {
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-loop .swiper-slide {
    margin-right: 0rem;
  }
}
.p-fv-loop .swiper-slide img {
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-loop .swiper-slide img {
    height: 2.5rem;
  }
}

.p-fv-results {
  width: 100%;
  background-image: url(../assets/img/front/results_bg.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-results {
    background-image: url(../assets/img/front/results_bg_sp.webp);
    padding: 4.375rem 0.46875rem 4.0625rem 0.46875rem;
  }
}

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

.p-fv-results__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-results__wrapper {
    gap: 0.1875rem;
    margin-top: 1.5rem;
  }
}

.p-fv-results__img img {
  width: auto;
  height: 100%;
  max-height: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-results__img img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

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

.p-fv-service__inner {
  position: relative;
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}

.p-fv-service__item {
  position: absolute;
  z-index: -1;
  bottom: -1.25rem;
  left: 34.375rem;
  width: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__item {
    bottom: -6.5625rem;
    left: -0.75rem;
    width: 5.9375rem;
  }
}

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

.p-fv-service__wrapper {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__wrapper {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-top: 1rem;
  }
}

.p-fv-feature {
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature {
    position: relative;
    z-index: 2;
    padding: 4.375rem 0.9375rem;
  }
}

.p-fv-feature__inner {
  position: relative;
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}

.p-fv-feature__item {
  position: absolute;
  z-index: -1;
  top: -15.3125rem;
  right: -0.3125rem;
  width: 32.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__item {
    top: -7.8125rem;
    right: -0.9375rem;
    width: 10rem;
  }
}

.p-fv-feature__item02 {
  position: absolute;
  z-index: -1;
  bottom: -10.625rem;
  left: 22.0625rem;
  width: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__item02 {
    bottom: -8.75rem;
    left: auto;
    right: 0.75rem;
    width: 5.9375rem;
  }
}

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

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

.p-fv-feature__img {
  width: 100%;
  max-width: 30.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__img {
    margin: 0 auto;
  }
}

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

.p-fv-feature__band {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__band {
    font-size: 1.25rem;
  }
}

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

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

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

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

.p-fv-case__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-case__head {
    display: block;
  }
}

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

.p-fv-case__wrapper {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-case__wrapper {
    margin-top: 1rem;
  }
}

.p-fv-case__btn:not(:root) {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-case__btn:not(:root) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.25rem auto 0 auto;
  }
}

.p-fv-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1px;
    background: #A8A8A8;
  }
}
.p-fv-links::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: #A8A8A8;
}
@media screen and (max-width: 767px) {
  .p-fv-links::before {
    display: none;
  }
}

.p-fv-links__section {
  position: relative;
  width: 100%;
  background-image: url(../assets/img/front/links_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-links__section {
    background-image: url(../assets/img/front/links_bg_sp.webp);
    padding: 4.1875rem 0.9375rem;
  }
}
.p-fv-links__section.bg {
  background-image: url(../assets/img/front/links_bg02.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-links__section.bg {
    background-image: url(../assets/img/front/links_bg02_sp.webp);
  }
}

.p-fv-links__column {
  width: 100%;
  max-width: 32.5rem;
  margin: 0 auto;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-links__column {
    max-width: 100%;
    padding-bottom: 0rem;
  }
}

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

.p-fv-links__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5rem;
  width: 100%;
  max-width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-links__btn {
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
    max-width: 100%;
    margin-top: 2rem;
  }
}

.p-fv-label {
  width: 100%;
  margin-top: -0.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-label {
    display: none;
  }
}

.p-fv-news {
  position: relative;
  width: 100%;
  padding: 7.5rem 2.5rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    padding: 4.375rem 0.9375rem 5rem 0.9375rem;
  }
}

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

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

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

.p-fv-news__item {
  width: 27.9375rem;
  margin-top: -4.6875rem;
  margin-left: -6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__item {
    position: absolute;
    right: 0.9375rem;
    bottom: -2.8125rem;
    width: 9.6875rem;
    margin: 0;
  }
}

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

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

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

.p-fv-reference__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reference__head {
    display: block;
  }
}

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

.p-fv-reference__wrapper {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reference__wrapper {
    margin-top: 1rem;
  }
}

.p-fv-reference__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-reference__btn {
    display: block;
    margin-top: 1.25rem;
  }
}

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

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

.p-fv-column__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-column__head {
    display: block;
  }
}

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

.p-fv-column__wrapper {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-column__wrapper {
    margin-top: 1rem;
  }
}

.p-fv-column__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-column__btn {
    display: block;
    margin-top: 1.25rem;
  }
}

.p-service-fv {
  position: relative;
  width: 100%;
  padding: 5rem 2.5rem;
  background-image: url(../assets/img/service/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-fv {
    padding: 2.5rem 0.9375rem;
    background-image: url(../assets/img/service/fv_bg_sp.webp);
  }
}

.p-service-fv__inner {
  width: 100%;
  max-width: 48.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-service-fv__inner {
    max-width: 100%;
  }
}

.p-service-fv__title {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-fv__title {
    font-size: 2.375rem;
    text-align: left;
  }
}

.p-service-fv__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-fv__text {
    font-size: 0.875rem;
    text-align: left;
    margin-top: 1rem;
  }
}

.p-service-fv__group {
  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;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-service-fv__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    margin-top: 2rem;
  }
}

.p-service-fv__btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 21.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-service-fv__btn {
    max-width: 100%;
    font-size: 1rem;
    padding: 0.9375rem;
  }
}
.p-service-fv__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-fv__btn::before {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.p-service-fv__btn:hover {
  background: #1A1A1A;
  border: 1px solid #fff;
}
.p-service-fv__btn:hover::before {
  right: 1.25rem;
}
.p-service-fv__btn.white {
  color: #D01726;
  background: #fff;
  border: 1px solid #D01726;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-service-fv__btn.white {
    max-width: 100%;
  }
}
.p-service-fv__btn.white::before {
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}
.p-service-fv__btn.white:hover {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #fff;
}
.p-service-fv__btn.white:hover::before {
  right: 1.25rem;
}
.p-service-fv__btn.white:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}

.p-service-list {
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-list {
    padding: 4.375rem 0.9375rem;
  }
}

.p-service-list__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-service-list__inner {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

.p-service-top {
  position: relative;
  width: 100%;
  min-height: 35rem;
  padding: 5.5rem 2.5rem 1.25rem 2.5rem;
  background-image: url(../assets/img/service/rakuten/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-top {
    min-height: auto;
    padding: 2.5rem 0.9375rem;
    background: #BD1A1A;
  }
}

.yahoo .p-service-top {
  padding: 4.375rem 2.5rem 1.25rem 2.5rem;
  background-image: url(../assets/img/service/yahoo/fv_bg.webp);
}
@media screen and (max-width: 767px) {
  .yahoo .p-service-top {
    background: #E8133D;
    padding: 2.5rem 0.9375rem 0.625rem 0.9375rem;
  }
}

.amazon .p-service-top {
  padding: 6.25rem 2.5rem 1.25rem 2.5rem;
  background-image: url(../assets/img/service/amazon/fv_bg.webp);
}
@media screen and (max-width: 767px) {
  .amazon .p-service-top {
    background: #FEA013;
    padding: 2.75rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.qoo10 .p-service-top {
  padding: 5.9375rem 2.5rem 1.25rem 2.5rem;
  background-image: url(../assets/img/service/qoo10/fv_bg.webp);
}
@media screen and (max-width: 767px) {
  .qoo10 .p-service-top {
    background-image: url(../assets/img/service/qoo10/fv_bg_sp.webp);
    padding: 2.75rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.tiktok .p-service-top {
  padding: 3.875rem 2.5rem 1.25rem 2.5rem;
  background-image: url(../assets/img/service/tiktok/fv_bg.webp);
}
@media screen and (max-width: 767px) {
  .tiktok .p-service-top {
    background: #1A1A1A;
    padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.advertising .p-service-top {
  padding: 5.625rem 2.5rem 1.25rem 2.5rem;
  background-image: url(../assets/img/service/advertising/fv_bg.webp);
}
@media screen and (max-width: 767px) {
  .advertising .p-service-top {
    background-image: url(../assets/img/service/advertising/fv_bg_sp.webp);
    padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.lp .p-service-top {
  padding: 11.875rem 2.5rem 1.25rem 2.5rem;
  background-image: url(../assets/img/service/lp/fv_bg.webp);
}
@media screen and (max-width: 767px) {
  .lp .p-service-top {
    background-image: url(../assets/img/service/lp/fv_bg_sp.webp);
    padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.ec .p-service-top {
  padding: 8.75rem 2.5rem 1.25rem 2.5rem;
  background-image: url(../assets/img/service/ec-site/fv_bg.webp);
}
@media screen and (max-width: 767px) {
  .ec .p-service-top {
    background-image: url(../assets/img/service/ec-site/fv_bg_sp.webp);
    padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.p-service-top__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-service-top__inner {
    display: block;
  }
}

.p-service-top__box {
  position: relative;
  z-index: 2;
  width: 40rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service-top__box {
    width: 100%;
  }
}

.p-service-top__title {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-service-top__title {
    font-size: 2.375rem;
    text-align: center;
  }
}

.yahoo .p-service-top__title {
  line-height: 1.25;
}
.yahoo .p-service-top__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .yahoo .p-service-top__title span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 0.5rem;
    font-size: 2.375rem;
  }
}
.yahoo .p-service-top__title span img {
  width: 8.625rem;
}
@media screen and (max-width: 767px) {
  .yahoo .p-service-top__title span img {
    width: 7.625rem;
  }
}

.amazon .p-service-top__title {
  color: #232F3E;
}
.amazon .p-service-top__title span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.qoo10 .p-service-top__title span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.tiktok .p-service-top__title img {
  display: block;
  width: 14.9375rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .tiktok .p-service-top__title img {
    margin: 0 auto 0.875rem auto;
  }
}
.tiktok .p-service-top__title span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.advertising .p-service-top__title {
  line-height: 1.3;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .advertising .p-service-top__title {
    padding-top: 0rem;
  }
}

.lp .p-service-top__title {
  font-size: 4.375rem;
}
@media screen and (max-width: 767px) {
  .lp .p-service-top__title {
    font-size: 2.375rem;
    white-space: nowrap;
  }
}
.lp .p-service-top__title span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.ec .p-service-top__title {
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ec .p-service-top__title {
    font-size: 2.375rem;
    margin-bottom: 1.25rem;
  }
}

.p-service-top__point {
  position: relative;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-top__point {
    font-size: 0.875rem;
    margin-top: 0rem;
  }
}
.p-service-top__point::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29.875rem;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-top__point::before {
    width: 100%;
  }
}

.amazon .p-service-top__point {
  color: #232F3E;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .amazon .p-service-top__point {
    margin-top: 0rem;
  }
}
.amazon .p-service-top__point::before {
  background: #232F3E;
}

.qoo10 .p-service-top__point {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .qoo10 .p-service-top__point {
    margin-top: 0rem;
  }
}

.tiktok .p-service-top__point {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .tiktok .p-service-top__point {
    margin-top: 0rem;
  }
}

.p-service-top__lists {
  margin-top: 0.625rem;
}

.p-service-top__list {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-top__list {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
  .p-service-top__list:first-of-type {
    margin-top: 0rem;
  }
}
.p-service-top__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.40625rem;
  left: 0.1875rem;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  background-image: url(../assets/img/common/icon_check_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-top__list::before {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
  }
}

.amazon .p-service-top__list {
  color: #232F3E;
}
.amazon .p-service-top__list::before {
  background-image: url(../assets/img/common/icon_check_black.svg);
}

.p-service-top__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-top__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    margin-top: 2rem;
  }
}

.lp .p-service-top__group {
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .lp .p-service-top__group {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .ec .p-service-top__group {
    margin-top: 0.625rem;
  }
}

.p-service-top__btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 21.5rem;
  color: #D01726;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-service-top__btn {
    max-width: 100%;
    font-size: 1rem;
    padding: 0.9375rem;
  }
}
.p-service-top__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-top__btn::before {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.p-service-top__btn:hover {
  color: #fff;
  background: #D01726;
}
.p-service-top__btn:hover::before {
  right: 1.25rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.p-service-top__btn.black {
  max-width: 17.5rem;
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-service-top__btn.black {
    max-width: 100%;
  }
}
.p-service-top__btn.black::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.p-service-top__btn.black:hover {
  color: #fff;
  background: #D01726;
  border: 1px solid #fff;
}

.amazon .p-service-top__btn {
  color: #232F3E;
}
.amazon .p-service-top__btn::before {
  background-image: url(../assets/img/common/btn_arrow_black02.svg);
}
.amazon .p-service-top__btn:hover {
  color: #fff;
}
.amazon .p-service-top__btn:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.amazon .p-service-top__btn.black {
  color: #fff;
  background: #232F3E;
}
.amazon .p-service-top__btn.black::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.amazon .p-service-top__btn.black:hover {
  background: #D01726;
}

.qoo10 .p-service-top__btn {
  color: #ED22BD;
}
.qoo10 .p-service-top__btn::before {
  background-image: url(../assets/img/common/btn_arrow_purple.svg);
}
.qoo10 .p-service-top__btn:hover {
  color: #fff;
}
.qoo10 .p-service-top__btn:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.qoo10 .p-service-top__btn.black {
  color: #fff;
}
.qoo10 .p-service-top__btn.black::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}

.tiktok .p-service-top__btn {
  color: #1A1A1A;
}
.tiktok .p-service-top__btn::before {
  background-image: url(../assets/img/common/btn_arrow_black.svg);
}
.tiktok .p-service-top__btn:hover {
  color: #fff;
}
.tiktok .p-service-top__btn:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.tiktok .p-service-top__btn.black {
  color: #fff;
  background: #FE2C55;
  border: 1px solid #FE2C55;
}
.tiktok .p-service-top__btn.black::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.tiktok .p-service-top__btn.black:hover {
  color: #fff;
  background: #D01726;
  border: 1px solid #fff;
}

.advertising .p-service-top__btn {
  color: #E2A624;
}
.advertising .p-service-top__btn::before {
  background-image: url(../assets/img/common/btn_arrow_yellow.svg);
}
.advertising .p-service-top__btn:hover {
  color: #fff;
}
.advertising .p-service-top__btn:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.advertising .p-service-top__btn.black {
  color: #fff;
}
.advertising .p-service-top__btn.black::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.advertising .p-service-top__btn.black:hover {
  color: #fff;
}

.lp .p-service-top__btn {
  color: #20A708;
}
.lp .p-service-top__btn::before {
  background-image: url(../assets/img/common/btn_arrow_green.svg);
}
.lp .p-service-top__btn:hover {
  color: #fff;
}
.lp .p-service-top__btn:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.lp .p-service-top__btn.black {
  color: #fff;
}
.lp .p-service-top__btn.black::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.lp .p-service-top__btn.black:hover {
  color: #fff;
}

.ec .p-service-top__btn {
  color: #4172CE;
}
.ec .p-service-top__btn::before {
  background-image: url(../assets/img/common/btn_arrow_blue.svg);
}
.ec .p-service-top__btn:hover {
  color: #fff;
}
.ec .p-service-top__btn:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.ec .p-service-top__btn.black {
  color: #fff;
}
.ec .p-service-top__btn.black::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}
.ec .p-service-top__btn.black:hover {
  color: #fff;
}

.p-service-top__img {
  position: relative;
  top: 0.625rem;
  left: -3rem;
  width: 43.125rem;
  min-width: 43.125rem;
}
@media screen and (max-width: 767px) {
  .p-service-top__img {
    top: auto;
    left: auto;
    width: 75.3623188406%;
    min-width: auto;
    margin: 2rem auto 0 auto;
  }
}

.yahoo .p-service-top__img {
  top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .yahoo .p-service-top__img {
    top: auto;
    margin: 0.5rem auto 0 auto;
  }
}

.amazon .p-service-top__img {
  top: 0rem;
}
@media screen and (max-width: 767px) {
  .amazon .p-service-top__img {
    top: auto;
    margin: 2.25rem auto 0 auto;
  }
}

.qoo10 .p-service-top__img {
  top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .qoo10 .p-service-top__img {
    top: auto;
    margin: 2.25rem auto 0 auto;
  }
}

.tiktok .p-service-top__img {
  top: 1.25rem;
  left: 2.375rem;
  width: 31.375rem;
  min-width: 31.375rem;
  margin-top: -3.75rem;
}
@media screen and (max-width: 767px) {
  .tiktok .p-service-top__img {
    top: auto;
    left: auto;
    width: 85%;
    min-width: auto;
    margin: 0.625rem auto 0 auto;
  }
}

.ec .p-service-top__img {
  top: 0rem;
  left: 2.625rem;
  width: 33.25rem;
  min-width: 33.25rem;
  margin-top: -6.5625rem;
}
@media screen and (max-width: 767px) {
  .ec .p-service-top__img {
    top: auto;
    left: auto;
    width: 85%;
    min-width: auto;
    margin: 0.625rem auto 0 auto;
  }
}

.p-service-strength {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5rem 2.5rem 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-strength {
    padding: 2.5rem 0.9375rem;
  }
}

.p-service-strength__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}

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

.p-service-strengthCard {
  position: relative;
  z-index: 1;
  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: 2.5rem;
  padding: 4rem 4.75rem 4rem 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-strengthCard {
    -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;
    padding: 4rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

.qoo10 .p-service-strengthCard {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .qoo10 .p-service-strengthCard {
    padding: 4rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

.tiktok .p-service-strengthCard {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .tiktok .p-service-strengthCard {
    padding: 4rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

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

.p-service-strengthCard__number {
  position: absolute;
  z-index: -1;
  top: 3.5rem;
  left: 4rem;
  color: #FFEDED;
  font-family: "Poppins", sans-serif;
  font-size: 8.75rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-strengthCard__number {
    top: 1.5rem;
    left: 0.9375rem;
    font-size: 5.75rem;
  }
}

.p-service-strengthCard__title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-strengthCard__title {
    font-size: 1.25rem;
  }
}
.p-service-strengthCard__title span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.qoo10 .p-service-strengthCard__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.tiktok .p-service-strengthCard__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.p-service-strengthCard__text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-strengthCard__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-service-strengthCard__img {
  width: 100%;
  max-width: 28.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service-strengthCard__img {
    max-width: 100%;
  }
}
.p-service-strengthCard__img.wid420 {
  padding-right: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-service-strengthCard__img.wid420 {
    padding-right: 0rem;
  }
}

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

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

.p-service-plan {
  width: 100%;
  padding: 3.75rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-plan {
    padding: 2.5rem 0.9375rem 4.375rem 0.9375rem;
  }
}

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

.p-service-plan__object {
  position: absolute;
  z-index: -1;
  top: -9.5rem;
  right: -0.3125rem;
  width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-plan__object {
    top: -4.5625rem;
    right: 0rem;
    width: 10rem;
  }
}

.p-service-plan__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-plan__tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-top: 1.875rem;
  }
}

.p-service-plan__tag {
  width: 100%;
  height: 4.25rem;
  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.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  background: #EDA6AB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-plan__tag {
    height: 2.8125rem;
    font-size: 0.8125rem;
  }
  .p-service-plan__tag:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
  .p-service-plan__tag:nth-of-type(2) {
    grid-area: 1/2/2/3;
  }
  .p-service-plan__tag:nth-of-type(3) {
    grid-area: 2/1/3/2;
  }
  .p-service-plan__tag:nth-of-type(4) {
    grid-area: 2/2/3/3;
  }
  .p-service-plan__tag:nth-of-type(5) {
    grid-area: 3/1/4/3;
  }
}
.p-service-plan__tag.on {
  background: #D01726;
}
.p-service-plan__tag:hover {
  cursor: pointer;
  background: #D01726;
}

.tiktok .p-service-plan__tag {
  height: 7.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .tiktok .p-service-plan__tag {
    height: 2.8125rem;
  }
  .tiktok .p-service-plan__tag:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
  .tiktok .p-service-plan__tag:nth-of-type(2) {
    grid-area: 1/2/2/3;
  }
  .tiktok .p-service-plan__tag:nth-of-type(3) {
    grid-area: 2/1/3/3;
  }
  .tiktok .p-service-plan__tag:nth-of-type(4) {
    grid-area: 3/1/4/3;
  }
  .tiktok .p-service-plan__tag:nth-of-type(5) {
    grid-area: 4/1/5/3;
  }
}

.advertising .p-service-plan__tag {
  height: 7.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .advertising .p-service-plan__tag {
    height: 2.8125rem;
  }
  .advertising .p-service-plan__tag:nth-of-type(1) {
    grid-area: 1/1/2/3;
  }
  .advertising .p-service-plan__tag:nth-of-type(2) {
    grid-area: 2/1/3/3;
  }
  .advertising .p-service-plan__tag:nth-of-type(3) {
    grid-area: 3/1/4/2;
  }
  .advertising .p-service-plan__tag:nth-of-type(4) {
    grid-area: 3/2/4/3;
  }
  .advertising .p-service-plan__tag:nth-of-type(5) {
    grid-area: 4/1/5/3;
  }
}

.lp .p-service-plan__tag {
  height: 7.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .lp .p-service-plan__tag {
    height: 2.8125rem;
  }
  .lp .p-service-plan__tag:nth-of-type(1) {
    grid-area: 1/1/2/3;
  }
  .lp .p-service-plan__tag:nth-of-type(2) {
    grid-area: 2/1/3/3;
  }
  .lp .p-service-plan__tag:nth-of-type(3) {
    grid-area: 3/1/4/2;
  }
  .lp .p-service-plan__tag:nth-of-type(4) {
    grid-area: 3/2/4/3;
  }
  .lp .p-service-plan__tag:nth-of-type(5) {
    grid-area: 4/1/5/3;
  }
}

@media screen and (max-width: 767px) {
  .ec .p-service-plan__tags {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .ec .p-service-plan__tag {
    height: 2.8125rem;
    grid-area: auto;
  }
}

.p-service-planCard {
  display: none;
  width: 100%;
  background: #fff;
}
.p-service-planCard.on {
  display: block;
}

.p-service-planCard__wrapper {
  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: 2.5rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service-planCard__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.5rem;
    padding: 0.9375rem;
  }
}

.p-service-planCard__box {
  width: 100%;
}

.p-service-planCard__title {
  color: #D01726;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-planCard__title {
    font-size: 1.25rem;
  }
}

.p-service-planCard__lists {
  margin-top: 1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-planCard__lists {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-service-planCard__lists li {
  list-style: disc;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-planCard__lists li {
    font-size: 0.875rem;
  }
}

.p-service-planCard__text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.25rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-planCard__text {
    font-size: 0.875rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-service-planCard__box .p-service-planCard__text:not(:has(~ .p-service-planCard__text)) {
  padding-bottom: 0rem;
  border-bottom: none;
  margin-bottom: 0rem;
}

.p-service-planCard__img {
  width: 100%;
  max-width: 28.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-service-cont {
  width: 100%;
  background-image: url(../assets/img/service/bg_black.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.5rem 2.5rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-cont {
    background-image: url(../assets/img/service/bg_black_sp.webp);
    padding: 2.5rem 0.9375rem 4.375rem 0.9375rem;
    margin-top: 0rem;
  }
}

.p-service-cont__inner {
  position: relative;
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}

.p-service-cont__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-cont__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5625rem;
    margin-top: 1.875rem;
  }
}
.p-service-cont__wrapper.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-cont__wrapper.flex {
    gap: 0.5625rem;
  }
}
.p-service-cont__wrapper.flex .p-service-contCard {
  max-width: calc(33.3333333333% - 0.8333333333rem);
}
@media screen and (max-width: 767px) {
  .p-service-cont__wrapper.flex .p-service-contCard {
    max-width: 100%;
  }
}

.p-service-contCard {
  width: 100%;
  background: #fff;
}
.p-service-contCard:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.p-service-contCard:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.p-service-contCard:nth-of-type(3) {
  grid-area: 1/3/2/4;
}
.p-service-contCard:nth-of-type(4) {
  grid-area: 2/1/3/2;
}
.p-service-contCard:nth-of-type(5) {
  grid-area: 2/2/3/3;
}
.p-service-contCard:nth-of-type(6) {
  grid-area: 2/3/3/4;
}
.p-service-contCard:nth-of-type(7) {
  grid-area: 3/1/4/2;
}
.p-service-contCard:nth-of-type(8) {
  grid-area: 3/2/4/3;
}
.p-service-contCard:nth-of-type(9) {
  grid-area: 3/3/4/4;
}
.p-service-contCard:nth-of-type(10) {
  grid-area: 4/1/5/2;
}
.p-service-contCard:nth-of-type(11) {
  grid-area: 4/2/5/4;
}
@media screen and (max-width: 767px) {
  .p-service-contCard {
    width: calc(50% - 0.28125rem);
  }
  .p-service-contCard:nth-of-type(11) {
    width: 100%;
    padding-bottom: 1.5rem;
  }
}

.p-service-contCard__title {
  min-height: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  background: #E32938;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-service-contCard__title {
    min-height: 3.375rem;
    font-size: 1.25rem;
    line-height: 1.7;
    padding: 0 0.3125rem;
  }
}
.p-service-contCard__title.min {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-service-contCard__title.min {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-service-contCard__title.min-sp {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-service-contCard__title.min-sp02 {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}
.p-service-contCard__title.height {
  min-height: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-contCard__title.height {
    min-height: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-contCard__title.height-sp {
    min-height: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-contCard__title.height-sp02 {
    min-height: 6.875rem;
  }
}

.p-service-contCard__text {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 2rem 2.1875rem 2.5rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-service-contCard__text {
    font-size: 0.875rem;
    padding: 1.5rem 0.9375rem;
  }
}

.p-service-pricing {
  width: 100%;
  padding: 7.5rem 2.5rem 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-pricing {
    padding: 4.375rem 0.9375rem 1.875rem 0.9375rem;
  }
}

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

.p-service-pricing__wrapper {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-pricing__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 1.875rem;
    padding-bottom: 0.625rem;
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
  }
}

.p-service-pricing__object {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-service-pricing__object {
    display: none;
  }
}

.p-service-pricingCard {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-pricingCard {
    width: 17.5rem;
    min-width: 17.5rem;
  }
}

.p-service-pricingCard__title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem;
  background: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .p-service-pricingCard__title {
    font-size: 1.25rem;
  }
}

.p-service-pricingCard__group {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 2rem 2.1875rem 2.5rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-service-pricingCard__group {
    padding: 1.5rem 0.9375rem;
  }
}

.p-service-pricingCard__label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-pricingCard__label {
    font-size: 1rem;
    margin-bottom: 0.375rem;
  }
}

.p-service-pricingCard__money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-service-pricingCard__money img {
  width: 1.9375rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-pricingCard__money img {
    width: 1.6875rem;
  }
}
.p-service-pricingCard__money p {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-pricingCard__money p {
    font-size: 1.6875rem;
  }
}
.p-service-pricingCard__money p span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-service-pricingCard__money p span {
    font-size: 4rem;
  }
}
.p-service-pricingCard__money p span.min {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-service-pricingCard__money p span.min {
    font-size: 1rem;
  }
}

.p-service-pricingCard__text {
  font-size: 1rem;
  font-weight: 700;
  margin-top: -0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-service-pricingCard__text {
    font-size: 0.875rem;
  }
}
.p-service-pricingCard__text.center {
  text-align: center;
}
.p-service-pricingCard__text.big {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-service-pricingCard__text.big {
    font-size: 0.875rem;
  }
}

.p-service-case {
  width: 100%;
  padding: 3.75rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-case {
    padding: 2.5rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.p-service-case.pt0 {
  padding-top: 0rem;
}

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

.p-service-case__text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-case__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

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

.p-service-case__btn {
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service-case__btn {
    margin: 2rem auto 0 auto;
  }
}

.p-service-flow {
  width: 100%;
  background-image: url(../assets/img/service/bg_black02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.5rem 2.5rem 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow {
    background-image: url(../assets/img/service/bg_black02_sp.webp);
    padding: 4.375rem 0.9375rem;
  }
}
.p-service-flow.mt120 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow.mt120 {
    margin-top: 0rem;
  }
}

.p-service-flow__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service-flow__inner {
    max-width: 17.5rem;
    margin: 0 auto;
  }
}

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

.p-service-flow__list {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 4rem 1.25rem 3.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    gap: 1rem;
    padding: 2rem 1.25rem 1.5rem 1.25rem;
  }
}

.p-service-flow__step {
  position: absolute;
  top: -2.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.25rem;
  height: 5.25rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  background: #E32938;
  padding-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__step {
    top: -1.875rem;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 0.75rem;
    padding-top: 0.75rem;
  }
}
.p-service-flow__step span {
  display: block;
  font-size: 1.75rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__step span {
    font-size: 1.25rem;
  }
}

.p-service-flow__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-flow__title {
    width: 100%;
    font-size: 1.25rem;
  }
}

.p-service-flow__icon {
  width: 100%;
  max-width: 9.5rem;
  margin: 1.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-service-flow__icon {
    max-width: 6.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

.p-service-flow__comment {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__comment {
    margin-top: 1.875rem;
  }
}

.p-service-faq {
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-faq {
    padding: 4.375rem 0.9375rem;
  }
}

.p-service-faq__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
}
.p-service-faq__inner.wid1240 {
  max-width: 77.5rem;
}

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

.p-service-faq__column {
  width: 100%;
  background: #fff;
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-faq__column {
    padding: 0.9375rem 1.875rem;
  }
}

.p-service-faq__ques {
  cursor: pointer;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 2.6875rem;
  padding-right: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-service-faq__ques {
    font-size: 0.875rem;
  }
}
.p-service-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-service-faq__ques::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #D01726;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.p-service-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}
.p-service-faq__ques span::before, .p-service-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 2px;
  background: #D01726;
}
.p-service-faq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-service-faq__box {
  display: none;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid #DADADA;
  margin-top: 1.5rem;
}
.p-service-faq__box.open {
  display: block;
}

.p-service-faq__text {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-service-faq__text {
    font-size: 0.875rem;
  }
}
.p-service-faq__text::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #D01726;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-service-cta {
  width: 100%;
  max-width: 56.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 2.5rem 7.0625rem;
  background-image: url(../assets/img/service/download_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-cta {
    display: block;
    padding: 4.375rem 0.9375rem 2.5rem 0.9375rem;
    margin: 0;
    background-image: url(../assets/img/service/download_bg_sp.webp);
  }
}

.service.p-service-cta {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .service.p-service-cta {
    padding-bottom: 4.375rem;
    margin-top: 2.5rem;
  }
}

.p-service-cta__box {
  width: 100%;
}

.p-service-cta__title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-cta__title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-service-cta__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service-cta__text {
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-service-cta__btn:not(:root) {
  max-width: 23.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-cta__btn:not(:root) {
    margin-top: 2rem;
  }
}

.p-service-cta__img {
  width: 100%;
  max-width: 10.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service-cta__img {
    max-width: 8.125rem;
    margin: 1.875rem auto 0 auto;
  }
}

.p-service-cta02 {
  width: 100%;
  max-width: 56.25rem;
  margin: 0rem auto 7.5rem 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.75rem;
  padding: 2.5rem 3.75rem 2.5rem 4rem;
  background-image: url(../assets/img/service/download_bg02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-cta02 {
    margin: 0rem auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
    padding: 4.375rem 0.9375rem;
    background-image: url(../assets/img/service/download_bg02_sp.webp);
  }
}

.p-service-cta02__box {
  width: 100%;
}

.p-service-cta02__title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-cta02__title {
    text-align: center;
  }
}
.p-service-cta02__title span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.p-service-cta02__btn:not(:root) {
  max-width: 18.75rem;
  margin: 1.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service-cta02__btn:not(:root) {
    max-width: 23.75rem;
    margin: 2rem auto 0 auto;
  }
}

.p-service-cta02__img {
  width: 100%;
  max-width: 18.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service-cta02__img {
    margin: 1.875rem auto 0 auto;
  }
}

.p-feature-fv {
  position: relative;
  width: 100%;
  padding: 5rem 2.5rem;
  background-image: url(../assets/img/service/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-feature-fv {
    padding: 2.5rem 0.9375rem;
    background-image: url(../assets/img/service/fv_bg_sp.webp);
  }
}

.p-feature-fv__inner {
  width: 100%;
  max-width: 48.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-feature-fv__inner {
    max-width: 100%;
  }
}

.p-feature-fv__title {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature-fv__title {
    font-size: 2.375rem;
    text-align: left;
  }
}

.p-feature-fv__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-fv__text {
    font-size: 0.875rem;
    text-align: left;
    margin-top: 1rem;
  }
}

.p-feature-fv__group {
  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;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-fv__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    margin-top: 2rem;
  }
}

.p-feature-fv__btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 21.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-feature-fv__btn {
    max-width: 100%;
    font-size: 1rem;
    padding: 0.9375rem;
  }
}
.p-feature-fv__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-feature-fv__btn::before {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.p-feature-fv__btn:hover {
  background: #1A1A1A;
  border: 1px solid #fff;
}
.p-feature-fv__btn:hover::before {
  right: 1.25rem;
}
.p-feature-fv__btn.white {
  color: #D01726;
  background: #fff;
  border: 1px solid #D01726;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-feature-fv__btn.white {
    max-width: 100%;
  }
}
.p-feature-fv__btn.white::before {
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}
.p-feature-fv__btn.white:hover {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #fff;
}
.p-feature-fv__btn.white:hover::before {
  right: 1.25rem;
}
.p-feature-fv__btn.white:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}

.p-feature-reason {
  width: 100%;
  padding: 5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-reason {
    padding: 2.5rem 0.9375rem 4.375rem 0.9375rem;
  }
}

.p-feature-reason__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}

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

.p-feature-reasonCard {
  position: relative;
  z-index: 1;
  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: 5rem;
  padding: 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature-reasonCard {
    -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;
    padding: 4rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

.p-feature-reasonCard__box {
  width: 100%;
}

.p-feature-reasonCard__number {
  position: absolute;
  z-index: -1;
  top: 3.5rem;
  left: 4rem;
  color: #FFEDED;
  font-family: "Poppins", sans-serif;
  font-size: 8.75rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-feature-reasonCard__number {
    top: 1.5rem;
    left: 0.9375rem;
    font-size: 5.75rem;
  }
}

.p-feature-reasonCard__title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-feature-reasonCard__title {
    font-size: 1.25rem;
  }
}

.p-feature-reasonCard__text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-reasonCard__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

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

.p-feature-record {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background-image: url(../assets/img/feature/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-feature-record {
    padding: 4.375rem 0.9375rem;
    background-image: url(../assets/img/feature/fv_bg_sp.webp);
  }
}

.p-feature-record__inner {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
}

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

.p-feature-record__list {
  width: 100%;
}

.p-feature-voice {
  width: 100%;
  padding: 7.5rem 2.5rem 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-voice {
    padding: 4.375rem 0.9375rem;
  }
}

.p-feature-voice__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}

.p-feature-voice__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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-voice__wrapper {
    width: 100vw;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
            flex-flow: inherit;
    overflow-x: auto;
    margin-top: 1.875rem;
    margin-right: calc(50% - 50vw);
    padding-bottom: 0.625rem;
    padding-right: 3.125rem;
  }
}

.p-feature-voiceCard {
  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: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 767px) {
  .p-feature-voiceCard {
    width: 19.875rem;
    min-width: 19.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 0rem;
    border-bottom: none;
  }
}

.p-feature-voiceCard__box {
  width: 100%;
}

.p-feature-voiceCard__title {
  color: #D01726;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-feature-voiceCard__title {
    font-size: 1.25rem;
  }
}

.p-feature-voiceCard__text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-voiceCard__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

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

.p-feature-voiceCard__tag {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-feature-voiceCard__tag {
    font-size: 0.875rem;
  }
}
.p-feature-voiceCard__tag::before {
  content: "#";
  display: inline-block;
  color: #D01726;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-feature-voiceCard__tag::before {
    font-size: 0.875rem;
  }
}

.p-feature-voiceCard__img {
  width: 100%;
  max-width: 28.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-feature-voiceCard__img {
    max-width: 100%;
    background: #fff;
  }
  .p-feature-voiceCard__img img {
    height: 14.875rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-feature-support {
  width: 100%;
  padding: 3.75rem 2.5rem 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-support {
    padding: 3.125rem 0.9375rem 3.75rem 0.9375rem;
  }
}

.p-feature-support__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}

.p-feature-support__text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-support__text {
    font-size: 0.875rem;
    white-space: nowrap;
    margin-top: 1.875rem;
  }
}

.p-feature-support__wrapper {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: inherit;
          flex-flow: inherit;
  overflow-x: auto;
  margin-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-support__wrapper {
    margin-top: 1rem;
    padding-bottom: 1.25rem;
    padding-right: 4.375rem;
  }
}

.p-feature-support__member {
  width: 20.5rem;
  min-width: 20.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-support__member {
    width: 14.75rem;
    min-width: 14.75rem;
  }
}
.p-feature-support__member figcaption {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding-right: 2.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-support__member figcaption {
    font-size: 1.5rem;
    padding-right: 1.875rem;
    margin-top: 1rem;
  }
}

.p-feature-service {
  width: 100%;
  padding: 3.75rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-service {
    padding: 4.375rem 0.9375rem;
  }
}

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

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

.p-feature-service__wrapper {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-feature-service__wrapper {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-top: 1rem;
  }
}

.p-about-fv {
  width: 100%;
  padding: 0 2.5rem;
  border-top: 1px solid #AAAAAA;
}
@media screen and (max-width: 767px) {
  .p-about-fv {
    padding: 0;
  }
}

.p-about-fv__inner {
  width: 100%;
  max-width: 77.5rem;
  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;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 0rem;
  }
}

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

.p-about-fv__title {
  color: #D01726;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-about-fv__title {
    font-size: 2.375rem;
  }
}

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

.p-about-fv__group {
  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;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-fv__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    margin-top: 2rem;
  }
}

.p-about-fv__btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 21.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-fv__btn {
    max-width: 100%;
    font-size: 1rem;
    padding: 0.9375rem;
  }
}
.p-about-fv__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about-fv__btn::before {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.p-about-fv__btn:hover {
  background: #1A1A1A;
  border: 1px solid #fff;
}
.p-about-fv__btn:hover::before {
  right: 1.25rem;
}
.p-about-fv__btn.white {
  max-width: 17.5rem;
  color: #D01726;
  background: #fff;
  border: 1px solid #D01726;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-fv__btn.white {
    max-width: 100%;
  }
}
.p-about-fv__btn.white::before {
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}
.p-about-fv__btn.white:hover {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #fff;
}
.p-about-fv__btn.white:hover::before {
  right: 1.25rem;
}
.p-about-fv__btn.white:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}

.p-about-fv__img {
  margin-right: calc(50% - 50vw);
}

.p-about-company {
  width: 100%;
  padding: 1.25rem 2.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-company {
    padding: 2.5rem 0.9375rem 0rem 0.9375rem;
  }
}

.p-about-company__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
  padding: 6.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-company__inner {
    padding: 2.5rem 0.9375rem;
  }
}

.p-about-company__table {
  width: 100%;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-company__table {
    margin-top: 0rem;
  }
}
.p-about-company__table th,
.p-about-company__table td {
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #DADADA;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-about-company__table th,
  .p-about-company__table td {
    display: block;
    font-size: 0.875rem;
  }
}
.p-about-company__table th {
  width: 12.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-company__table th {
    width: 100%;
    color: #D01726;
    padding-bottom: 0rem;
    border-bottom: none;
  }
}
.p-about-company__table th::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D01726;
}
@media screen and (max-width: 767px) {
  .p-about-company__table th::before {
    display: none;
  }
}
.p-about-company__table td {
  width: calc(100% - 12.25rem);
}
@media screen and (max-width: 767px) {
  .p-about-company__table td {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.p-about-company__table td img {
  width: 6.25rem;
}

.p-about-executive {
  width: 100%;
  padding: 7.5rem 2.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-executive {
    padding: 4.375rem 0.9375rem 0rem 0.9375rem;
  }
}

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

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

.p-about-executiveCard {
  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: 3.5rem;
  padding: 2.5rem 5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-executiveCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    padding: 2.5rem 0.9375rem;
  }
}

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

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

.p-about-executiveCard__title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-executiveCard__title {
    font-size: 1.25rem;
  }
}

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

.p-about-executiveCard__lists {
  padding-left: 1.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-executiveCard__lists {
    padding-left: 1.25rem;
  }
}

.p-about-executiveCard__list {
  list-style: disc;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-executiveCard__list {
    font-size: 0.875rem;
  }
}

.p-about-access {
  width: 100%;
  padding: 7.5rem 2.5rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-access {
    padding: 4.375rem 0.9375rem 2.5rem 0.9375rem;
  }
}

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

.p-about-access__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 1.5625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__wrapper {
    gap: 0.5rem;
    margin-top: 1.875rem;
  }
  .p-about-access__wrapper div:nth-of-type(1) {
    grid-area: 1/1/2/3;
  }
  .p-about-access__wrapper div:nth-of-type(2) {
    grid-area: 3/1/4/3;
  }
  .p-about-access__wrapper div:nth-of-type(3) {
    grid-area: 2/1/3/2;
  }
  .p-about-access__wrapper div:nth-of-type(4) {
    grid-area: 2/2/3/3;
  }
}

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

.p-about-access__box {
  width: 100%;
  padding-left: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__box {
    padding-left: 0rem;
    margin-top: 1rem;
  }
}

.p-about-access__label {
  color: #D01726;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__label {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.p-about-access__label:first-of-type {
  margin-top: 0rem;
}

.p-about-access__exp {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 767px) {
  .p-about-access__exp {
    font-size: 0.875rem;
    padding-bottom: 1rem;
  }
}
.p-about-access__exp:last-of-type {
  padding-bottom: 0rem;
  border-bottom: none;
}

.p-member-fv {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (max-width: 767px) {
  .p-member-fv {
    padding: 2.5rem 0.9375rem 1.5rem 0.9375rem;
    border-bottom: none;
  }
}

.p-member-fv__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.p-member-fv__title {
  color: #D01726;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-member-fv__title {
    font-size: 2.375rem;
  }
}

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

.p-member-fv__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-member-fv__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    margin-top: 2rem;
  }
}

.p-member-fv__btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 21.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-member-fv__btn {
    max-width: 100%;
    font-size: 1rem;
    padding: 0.9375rem;
  }
}
.p-member-fv__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-member-fv__btn::before {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.p-member-fv__btn:hover {
  background: #1A1A1A;
  border: 1px solid #fff;
}
.p-member-fv__btn:hover::before {
  right: 1.25rem;
}
.p-member-fv__btn.white {
  max-width: 17.5rem;
  color: #D01726;
  background: #fff;
  border: 1px solid #D01726;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-member-fv__btn.white {
    max-width: 100%;
  }
}
.p-member-fv__btn.white::before {
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}
.p-member-fv__btn.white:hover {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #fff;
}
.p-member-fv__btn.white:hover::before {
  right: 1.25rem;
}
.p-member-fv__btn.white:hover::before {
  background-image: url(../assets/img/common/btn_arrow_white.svg);
}

.p-member {
  width: 100%;
  padding: 2.5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-member {
    padding: 2.5rem 0.9375rem 4.375rem 0.9375rem;
  }
}

.p-member__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-member__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.p-member__box {
  width: 100%;
}

.p-member__img {
  width: 100%;
}

.p-member__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 1.25rem;
}

.p-member__text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.p-recruit-fv {
  position: relative;
  width: 100%;
  padding: 9.875rem 2.5rem;
  background-image: url(../assets/img/recruit/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv {
    padding: 4.0625rem 0.9375rem;
    background-image: url(../assets/img/recruit/fv_bg_sp.webp);
  }
}

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

.p-recruit-fv__title {
  color: #fff;
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__title {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.p-recruit-greetings {
  width: 100%;
  padding: 5rem 2.5rem 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-greetings {
    padding: 1.75rem 0.9375rem 0rem 0.9375rem;
  }
}

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

.p-recruit-greetings__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: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-greetings__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    margin-top: 0rem;
  }
}

.p-recruit-greetings__box {
  width: 100%;
  max-width: 43.125rem;
}

.p-recruit-greetings__text {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-recruit-greetings__text {
    font-size: 1rem;
  }
}

.p-recruit-greetings__img {
  width: 100%;
  max-width: 29.375rem;
}

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

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

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

.p-recruit-valuesCard {
  position: relative;
  z-index: 1;
  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: 5rem;
  padding: 4rem 4.75rem 4rem 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-valuesCard {
    -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;
    padding: 4rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

.p-recruit-valuesCard__box {
  width: 100%;
}

.p-recruit-valuesCard__number {
  position: absolute;
  z-index: -1;
  top: 3.5rem;
  left: 4rem;
  color: #FFEDED;
  font-family: "Poppins", sans-serif;
  font-size: 8.75rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-valuesCard__number {
    top: 1.5rem;
    left: 0.9375rem;
    font-size: 5.75rem;
  }
}

.p-recruit-valuesCard__title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-valuesCard__title {
    font-size: 1.25rem;
  }
}

.p-recruit-valuesCard__text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-valuesCard__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

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

.p-recruit-block {
  position: relative;
  width: 100%;
  padding: 7.5rem 2.5rem;
  background-image: url(../assets/img/recruit/block_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit-block {
    padding: 4.375rem 0.9375rem;
    background-image: url(../assets/img/recruit/block_bg_sp.webp);
  }
}

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

.p-recruit-numbers {
  width: 100%;
}

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

.p-recruit-numbers__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
}

.p-recruit-numbers__img {
  width: 100%;
}

.p-recruit-numbers__icon {
  position: absolute;
  width: 25rem;
  right: 0;
  bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__icon {
    display: none;
  }
}

.p-recruit-benefits {
  width: 100%;
}

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

.p-recruit-benefitsCard {
  width: 100%;
  padding: 2.1875rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefitsCard {
    padding: 1.5rem 0.9375rem;
  }
}

.p-recruit-benefitsCard__icon img {
  width: auto;
  height: 7.625rem;
  margin: 0 auto;
}

.p-recruit-benefitsCard__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}
.p-recruit-benefitsCard__title.h96 {
  min-height: 6rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefitsCard__title.h96 {
    min-height: auto;
    display: block;
  }
}

.p-recruit-benefitsCard__text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}

.p-recruit-position {
  width: 100%;
  padding: 7.5rem 2.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-position {
    padding: 4.375rem 0.9375rem 0.625rem 0.9375rem;
  }
}

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

.p-recruit-position__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-position__tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.875rem;
  }
}

.p-recruit-position__tag {
  width: 100%;
  height: 5.125rem;
  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.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  background: #EDA6AB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit-position__tag {
    height: 3.375rem;
    font-size: 0.8125rem;
  }
}
.p-recruit-position__tag.on {
  background: #D01726;
}
.p-recruit-position__tag:hover {
  cursor: pointer;
  background: #D01726;
}

.p-recruit-positionCard {
  display: none;
  width: 100%;
  background: #fff;
}
.p-recruit-positionCard.on {
  display: block;
}

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

.p-recruit-positionCard__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 767px) {
  .p-recruit-positionCard__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.5rem 0;
  }
}
.p-recruit-positionCard__column:last-of-type {
  border-bottom: none;
}

.p-recruit-positionCard__title {
  width: 15rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-positionCard__title {
    width: 100%;
    text-align: center;
  }
}

.p-recruit-positionCard__box {
  width: calc(100% - 15rem);
}
@media screen and (max-width: 767px) {
  .p-recruit-positionCard__box {
    width: 100%;
  }
}

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

.p-recruit-cta {
  width: 100%;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta {
    margin-bottom: 0rem;
  }
}

.p-recruit-cta__img {
  width: 100%;
}

.p-recruit-cta__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 6rem 6.25rem;
  background-image: url(../assets/img/recruit/cta_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__inner {
    padding: 2.5rem 0.9375rem;
    background: #D01726;
  }
}

.p-recruit-cta__text {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__text {
    font-size: 1.25rem;
    text-align: center;
  }
}

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

.p-case {
  width: 100%;
  padding: 2.5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 4.375rem 0.9375rem;
  }
}

.p-case__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

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

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

.p-column__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-column__categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-column__category {
  width: 100%;
  text-align: center;
  border: 1px solid #1A1A1A;
}
@media screen and (max-width: 767px) {
  .p-column__category {
    width: calc(50% - 0.25rem);
  }
  .p-column__category:first-of-type {
    width: 100%;
  }
}
.p-column__category a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.1875rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-column__category a {
    font-size: 1rem;
  }
}
.p-column__category a:hover {
  color: #fff;
  background: #1A1A1A;
}
.p-column__category.on a {
  pointer-events: none;
  color: #fff;
  background: #1A1A1A;
}

.p-column__titleBox {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
  .p-column__titleBox {
    padding: 0.9375rem;
  }
}

.p-column__title {
  position: relative;
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-column__title {
    font-size: 1.25rem;
  }
}
.p-column__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.9375rem;
  min-width: 0.9375rem;
  height: 0.4375rem;
  background-image: url(../assets/img/common/tit_item_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-column__recommend {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-column__recommend {
    padding-bottom: 4.375rem;
  }
}

.p-column__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-column__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4.375rem;
  }
}

.p-document {
  width: 100%;
  padding: 4rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-document {
    padding: 2.5rem 0.9375rem 4.375rem 0.9375rem;
  }
}

.p-document__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

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

.p-document__category {
  width: 100%;
  max-width: 10.1875rem;
  text-align: center;
  border: 1px solid #1A1A1A;
}
@media screen and (max-width: 767px) {
  .p-document__category {
    width: calc(50% - 0.25rem);
    max-width: 100%;
  }
  .p-document__category:first-of-type {
    width: 100%;
  }
}
.p-document__category a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.1875rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-document__category a {
    font-size: 1rem;
  }
}
.p-document__category a:hover {
  color: #fff;
  background: #1A1A1A;
}
.p-document__category.on a {
  pointer-events: none;
  color: #fff;
  background: #1A1A1A;
}

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

.p-news {
  width: 100%;
  padding: 2.5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 4.375rem 0.9375rem;
  }
}

.p-news__inner {
  width: 100%;
  max-width: 67.5rem;
  margin: 0rem auto;
}

.p-cf7 {
  width: 100%;
  padding: 2.5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7 {
    padding: 2.5rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.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 .wpcf7-response-output {
  display: none;
}
.p-cf7 .wpcf7-spinner {
  display: none;
}

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

.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: 1.5rem;
}

.p-cf7__box {
  width: 100%;
}

.p-cf7__title {
  width: 100%;
}
.p-cf7__title p {
  line-height: 1;
}
.p-cf7__title label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.p-cf7__title span {
  color: #D01726;
  line-height: 1;
}

.p-cf7__comment {
  color: #999999;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.5rem;
}

.p-cf7__select {
  cursor: pointer;
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}
.p-cf7__select span {
  width: 100%;
}
.p-cf7__select.date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
.p-cf7__select.date span {
  max-width: 6.25rem;
}
.p-cf7__select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 1rem;
  background-color: #fff;
  background-image: url("../assets/img/common/triangle_black.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center; /* 右から16px・上下中央 */
  background-size: 1rem 0.625rem; /* 矢印画像のサイズ */
}

.p-cf7__input {
  width: 100%;
  margin-top: 0.5rem;
}
.p-cf7__input input {
  display: block;
  width: 100%;
  height: 2.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0rem 1rem;
  background: #fff;
}

.p-cf7__radio {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.p-cf7__radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
}
.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.25rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
.p-cf7__radio label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  border: 1px solid #AAAAAA;
  background: #ffffff;
}
.p-cf7__radio input {
  display: none;
}
.p-cf7__radio input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: #1A1A1A;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 10rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  background: #fff;
  padding: 1rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}

.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: 3rem;
}
.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.5rem;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  top: 0.125rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #AAAAAA;
  background: #ffffff;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #333;
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  left: 0.40625rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.4375rem;
  height: 0.625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.p-cf7__acceptance p {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
.p-cf7__acceptance p a {
  color: #D01726;
  text-decoration: underline;
}
.p-cf7__acceptance p a:hover {
  opacity: 0.7;
}

.p-cf7__submit {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 20.625rem;
  margin: 3rem auto 0 auto;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  font-weight: 900;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.p-cf7__submit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit:hover {
  color: #D01726;
  background: #fff;
}
.p-cf7__submit:hover::before {
  right: 1.25rem;
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}

.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;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  font-weight: 900;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit input:focus {
  outline: none;
}

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

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

.p-thanks {
  width: 100%;
  padding: 2.5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 2.5rem 0.9375rem 4.375rem 0.9375rem;
  }
}

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

.p-thanks__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.25rem;
  }
}

.p-thanks__text {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    text-align: left;
    margin-top: 1.5rem;
  }
}

.p-thanks__btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 20.625rem;
  margin: 2.5rem auto 0 auto;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 1rem;
}
.p-thanks__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-thanks__btn:hover {
  color: #D01726;
  background: #fff;
}
.p-thanks__btn:hover::before {
  right: 1.25rem;
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}

.p-contact {
  position: relative;
  width: 100%;
  padding: 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 5rem 0.9375rem;
  }
}
.p-contact.pt {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact.pt {
    padding-top: 3.125rem;
  }
}

.p-contact__logo {
  position: absolute;
  top: 1.5rem;
  left: 3.25rem;
  display: block;
  width: 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__logo {
    top: 0.875rem;
    left: 0.9375rem;
    width: 7.75rem;
  }
}
.p-contact__logo:hover {
  opacity: 0.7;
}

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

.p-contact__title {
  color: #D01726;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
}
.p-contact__title span {
  font-family: "Poppins", sans-serif;
}

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

.p-contact__box {
  width: 100%;
  max-width: 44.6774193548%;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    max-width: 100%;
  }
}

.p-contact__text {
  font-size: 1.125rem;
  font-weight: 500;
}

.p-contact__exp {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__exp {
    font-size: 1rem;
  }
}

.p-contact__label {
  font-size: 1.75rem;
  font-weight: 700;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    font-size: 1.25rem;
  }
}
.p-contact__label.mt0 {
  margin-top: 0rem;
}
.p-contact__label.border-not {
  border-bottom: none;
}

.p-contact__lists {
  width: 100%;
  margin-top: 0.5rem;
}
.p-contact__lists.mt20 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__lists.mt20 {
    margin-top: 1rem;
  }
}

.p-contact__list {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__list {
    font-size: 0.875rem;
  }
}
.p-contact__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.4375rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../assets/img/common/icon_check_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact__list::before {
    top: 0.1875rem;
  }
}

.p-contact__thumb {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__thumb {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.p-contact-support {
  width: 100%;
  margin-top: 1.5rem;
}

.p-contact-support__title {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  padding: 0.4375rem;
  background: #D01726;
}
@media screen and (max-width: 767px) {
  .p-contact-support__title {
    font-size: 0.9375rem;
    padding: 0.5rem;
  }
}
.p-contact-support__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3125rem 1.375rem 0 1.375rem;
  border-color: #D01726 transparent transparent transparent;
}

.p-contact-support__lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-support__lists {
    gap: 0.5625rem;
  }
}
.p-contact-support__lists li {
  width: 100%;
}
.p-contact-support__lists li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact-achieve {
  width: 100%;
  margin-top: 2.5rem;
}
.p-contact-achieve.mt80 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-achieve.mt80 {
    margin-top: 2.875rem;
  }
}

.p-contact-achieve__title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact-achieve__title {
    font-size: 1.25rem;
  }
}

.p-contact-achieve__lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 1.25rem 0.8125rem;
  background: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-achieve__lists {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0.5rem;
  }
}
.p-contact-achieve__lists li {
  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;
}

.p-contact-tel {
  width: 100%;
  padding: 2.375rem;
  border: 1px solid #D01726;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-tel {
    margin-top: 2.875rem;
    padding: 0.875rem 0.625rem;
  }
}
.p-contact-tel.mt80 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-tel.mt80 {
    margin-top: 2.875rem;
  }
}

.p-contact-tel__title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-tel__title {
    font-size: 0.875rem;
  }
}

.p-contact-tel__box {
  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;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-tel__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 0;
    margin-top: 0.5rem;
  }
}

.p-contact-tel__number {
  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;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}
.p-contact-tel__number::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../assets/img/common/icon_tel_w40.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-contact-tel__day {
  font-size: 1.125rem;
  font-weight: 700;
}

.p-contact-form {
  width: 100%;
  max-width: 51.6129032258%;
  padding: 3rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    max-width: 100%;
    padding: 2.5rem 0.9375rem;
    margin-top: 2.875rem;
  }
}

.p-contact-form__text {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__text {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}

.p-policy {
  width: 100%;
  padding: 3.75rem 2.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: 3.75rem 0.9375rem 4.375rem 0.9375rem;
  }
}

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

.p-policy__box {
  border: 1px solid #ccc;
  padding: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box {
    padding: 1.25rem 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-policy h2 {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-policy h2 {
    font-size: 1.25rem;
  }
}
.p-policy h2.center {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-policy h2.center {
    font-size: 1rem;
  }
}
.p-policy h3 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 0.8125rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-policy h3 {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.p-policy p {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.p-policy p.right {
  text-align: right;
}
.p-policy p.mb0 {
  margin-bottom: 0rem;
}

.p-policy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.p-policy-item__img {
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy-item__img {
    width: 6.25rem;
  }
}

p.p-policy-item__text {
  margin-bottom: 0rem;
}

.p-seminar {
  width: 100%;
  padding: 2.5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-seminar {
    padding: 4.375rem 0.9375rem;
  }
}

.p-seminar__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

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

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

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

.p-single__title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.25rem;
  }
}

.p-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.p-single__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
}

.p-single__category {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    font-size: 0.875rem;
  }
}
.p-single__category::before {
  content: "#";
  display: inline-block;
  color: #D01726;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__category::before {
    font-size: 0.875rem;
  }
}

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

.p-single__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  margin-top: 2rem;
}
.p-single__sns p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-single__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-single__sns ul li {
  line-height: 1;
}
.p-single__sns ul a {
  line-height: 1;
}
.p-single__sns ul img {
  width: auto;
  height: 1.5rem;
}

.p-single__thumbnail {
  width: 100%;
  margin-top: 2rem;
}

.p-single__editor {
  width: 100%;
  margin-top: 2rem;
}
.p-single__editor h1,
.p-single__editor h2,
.p-single__editor h3,
.p-single__editor h4,
.p-single__editor h5,
.p-single__editor h6 {
  font-weight: bold;
}
.p-single__editor h1 {
  padding: 0.125rem 0 0.125rem 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-left: #1A1A1A 0.1875rem solid;
}
.p-single__editor h2 {
  font-size: 1.75rem;
  line-height: 1.5;
  background: #000;
  color: #fff;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor h2 {
    font-size: 1.25rem;
  }
}
.p-single__editor h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  border-left: #1A1A1A 0.5rem solid;
  padding: 1rem 0rem 1rem 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor h3 {
    font-size: 1.25rem;
    padding: 1rem 0rem 1rem 1rem;
  }
}
.p-single__editor h4 {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: #1A1A1A 0.25rem solid;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor h4 {
    font-size: 1.125rem;
  }
}
.p-single__editor a {
  display: inline;
}
.p-single__editor a:link, .p-single__editor a:visited, .p-single__editor a:active, .p-single__editor a:hover {
  text-decoration: underline;
  color: #1571da;
}
.p-single__editor a:hover {
  opacity: 0.8;
}
.p-single__editor p {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__editor p.has-large-font-size {
    font-size: 1.625rem !important;
  }
}
.p-single__editor p br {
  clear: inherit;
}
.p-single__editor br {
  clear: both;
}
.p-single__editor .center {
  text-align: center;
  text-indent: 0;
}
.p-single__editor .left {
  text-align: left;
  text-indent: 0;
}
.p-single__editor .right {
  text-align: right;
  text-indent: 0;
}
.p-single__editor strong {
  font-weight: bold;
}
.p-single__editor em {
  font-style: italic;
}
.p-single__editor blockquote {
  background-color: #fff;
  padding: 1.5rem 1rem;
  position: relative;
  margin-bottom: 0.9375rem;
  border-radius: 0.625rem;
  border: none;
}
.p-single__editor blockquote:before {
  content: "“";
  font-size: 400%;
  line-height: 1em;
  color: #fff;
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor blockquote:before {
    left: 0.3125rem;
    top: 0.3125rem;
  }
}
.p-single__editor blockquote:after {
  content: "”";
  font-size: 400%;
  line-height: 0em;
  color: #fff;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor blockquote:after {
    right: 0.3125rem;
    bottom: 0.3125rem;
  }
}
.p-single__editor hr {
  border: 1px solid #1A1A1A;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-single__editor hr {
    margin: 2rem 0;
  }
}
.p-single__editor img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 2rem;
}
.p-single__editor .f_left {
  float: left;
}
@media screen and (max-width: 767px) {
  .p-single__editor .f_left {
    float: none;
  }
}
.p-single__editor .f_right {
  float: right;
}
@media screen and (max-width: 767px) {
  .p-single__editor .f_right {
    float: none;
  }
}
.p-single__editor .aligncenter {
  margin: 3% auto;
}
.p-single__editor .alignright {
  float: right;
  margin: 3% 0 3% 3%;
}
@media screen and (max-width: 767px) {
  .p-single__editor .alignright {
    float: none;
    margin: 3% auto;
  }
}
.p-single__editor .alignleft {
  float: left;
  margin: 3% 3% 3% 0;
}
@media screen and (max-width: 767px) {
  .p-single__editor .alignleft {
    float: none;
    margin: 3% auto;
  }
}
.p-single__editor ul,
.p-single__editor ol {
  margin: 3% 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-single__editor ul,
  .p-single__editor ol {
    padding: 0.625rem 0 0.625rem 0.625rem;
  }
}
.p-single__editor li {
  line-height: 1.5em;
  list-style-position: inside;
}
@media screen and (max-width: 767px) {
  .p-single__editor li {
    line-height: 1.7em;
  }
}
.p-single__editor ul li {
  list-style-type: disc;
}
.p-single__editor ol li {
  list-style-type: decimal;
}
.p-single__editor table {
  border-collapse: collapse;
}
.p-single__editor table th,
.p-single__editor table td {
  border: 1px solid #1A1A1A;
  padding: 0.3125rem 0.625rem;
}
.p-single__editor table th {
  font-weight: bold;
}
.p-single__editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  background: none;
}
.p-single__editor .wp-block-embed__wrapper iframe {
  width: 100% !important;
}
.p-single__editor .wp-block-embed-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 3.75rem !important;
  margin-top: 3%;
}
.p-single__editor .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: static;
}
.p-single__editor .wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-single__editor .wp-block-embed figcaption {
  position: absolute;
  z-index: 10;
  top: 100.25%;
  left: 0;
  right: 0;
  font-size: 80%;
  text-align: center;
}
.p-single__editor .wp-block-image figcaption {
  font-size: 80%;
  text-align: center;
}
.p-single__editor .wp-block-file__button {
  background-color: #1A1A1A;
  color: #fff !important;
  text-decoration: none !important;
}
.p-single__editor .wp-block-file__button:hover {
  background-color: #1A1A1A;
  color: #fff !important;
}
.p-single__editor .wp-block-button {
  width: 100%;
}
.p-single__editor .wp-block-button.aligncenter {
  text-align: center;
}
.p-single__editor .wp-block-button a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100% !important;
  max-width: 20.625rem !important;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  background: #D01726;
  border: 1px solid #D01726;
  padding: 0.9375rem 3.75rem;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .p-single__editor .wp-block-button a {
    font-size: 1rem;
    line-height: 1.6875;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-single__editor .wp-block-button a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../assets/img/common/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__editor .wp-block-button a:hover {
  color: #D01726;
  background: #fff !important;
}
.p-single__editor .wp-block-button a:hover::before {
  right: 0.875rem;
  background-image: url(../assets/img/common/btn_arrow_red.svg);
}
.p-single__editor .a2a_button_twitter span,
.p-single__editor .a2a_button_facebook span,
.p-single__editor .a2a_button_line span {
  background-color: transparent !important;
}
.p-single__editor .a2a_button_twitter path,
.p-single__editor .a2a_button_facebook path,
.p-single__editor .a2a_button_line path {
  fill: #1A1A1A;
}
.p-single__editor .wp-block-cover {
  margin: 3% auto;
}

.p-single__back {
  margin: 7.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single__back {
    margin-top: 4.375rem;
  }
}

div.p-single-person {
  width: 100%;
  margin-top: 2rem;
}

p.p-single-person__name {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  border-left: 0.25rem solid #1A1A1A;
  padding-left: 1rem;
  margin-bottom: 0rem;
}

div.p-single-person__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  border: 1px solid #C6C6C6;
  padding: 2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  div.p-single-person__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

img.p-single-person__icon {
  width: 7.5rem;
  height: 7.5rem !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  img.p-single-person__icon {
    margin: 0 auto;
  }
}

div.p-single-person__box {
  width: 100%;
}

p.p-single-person__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 0rem;
}
p.p-single-person__post span {
  font-size: 1rem;
}

p.p-single-person__text {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}

#toc_container {
  position: relative;
  width: 100% !important;
  background: #fff;
  border: none;
  border-top: 1px solid #D01726;
  border-bottom: 1px solid #D01726;
  padding: 1.25rem;
  font-size: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #toc_container {
    max-width: 100%;
    padding: 0.625rem 0;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }
}
#toc_container .toc_number {
  display: none;
}
#toc_container li {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.4375rem;
}
#toc_container li a {
  display: inline-block;
  color: #111;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: underline;
}
#toc_container li a:hover {
  color: #D01726;
  text-decoration: none;
}
#toc_container li ul {
  margin-top: 0.4375rem;
}
#toc_container li ul li {
  font-size: 0.75rem;
  margin-top: 0.125rem;
}
#toc_container li ul li a {
  font-size: 0.75rem;
  text-decoration: initial;
}

#toc_container p.toc_title {
  color: #D01726;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.9375rem;
}
#toc_container p.toc_title .toc_brackets {
  display: none;
}
#toc_container p.toc_title a {
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  width: 3.25rem;
  height: 1.5rem;
  color: #777777;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  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 #777777;
}
@media screen and (max-width: 767px) {
  #toc_container p.toc_title a {
    top: 1.25rem;
    right: 0.625rem;
  }
}

#toc_container p.toc_title + ul.toc_list {
  margin-top: 0.625rem;
}

.p-404 {
  width: 100%;
}

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

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

.p-404__btn {
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    margin: 2.5rem auto 0 auto;
  }
}

.u-eng {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.u-eng700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.u-red {
  color: #D01726;
}

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

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

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

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