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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 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: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

body.is-locked {
  overflow: hidden;
}

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

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: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header.scrolled {
  background: #fff;
}

.l-header__inner {
  width: 100%;
  height: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
  padding-left: 2.5rem;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4rem;
    padding: 0 1rem;
  }
}

.l-header__logo {
  line-height: 1;
}
.l-header__logo a {
  display: block;
  width: 4rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    width: 3.125rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__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: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__wrapper {
    display: none;
  }
}

.l-header__button {
  width: 9.125rem;
  height: 2.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: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: #000;
  border-radius: 5rem;
}
.l-header__button:hover {
  background: #F0380A;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.l-header-nav__list,
.l-header-nav__link {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.l-header-nav__link:hover {
  color: #F0380A;
}

.l-header-nav__list.sub {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__list.sub .label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__list.sub:hover .label {
  color: #F0380A;
}
.l-header-nav__list.sub:hover .l-header-subNav {
  max-height: none;
  overflow: visible;
  opacity: 1;
}

.l-header-subNav {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 1.25rem;
}

.l-header-subNav__inner {
  padding: 0.5rem 1rem;
  background: #fff;
  border-top: 0.1875rem solid #F0380A;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
}

.l-header-subNav__box {
  padding: 1rem 0;
  border-bottom: 1px solid #F0F0F0;
}
.l-header-subNav__box:last-of-type {
  border-bottom: none;
}

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

.l-header-subNav__lists {
  width: 100%;
}

.l-header-subNav__list {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.5rem;
}

.l-header-subNav__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  padding-right: 1.375rem;
  white-space: nowrap;
}
.l-header-subNav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-subNav__link:hover {
  color: #F0380A;
}
.l-header-subNav__link:hover::after {
  background-image: url(../imgs/pc/arrow_black_h.svg);
}

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

.l-footer {
  width: 100%;
  background: #000;
  padding: 6.25rem 2.5rem 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4.375rem 1.25rem 1.25rem 1.25rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 100%;
  }
}

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

.l-footer-nav {
  width: 100%;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}

.l-footer-nav__lists {
  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;
}

.l-footer-nav__list {
  position: relative;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list {
    padding: 0 0.875rem;
  }
}
.l-footer-nav__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.03125rem;
  width: 1px;
  height: 1.4375rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list::before {
    height: 0.875rem;
  }
}
.l-footer-nav__list:last-of-type::before {
  display: none;
}

.l-footer-nav__list,
.l-footer-nav__link {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list,
  .l-footer-nav__link {
    font-size: 0.75rem;
  }
}

.l-footer-nav__link:hover {
  color: #F0380A;
}

.l-footer__small {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 0.625rem;
    margin-top: 4.375rem;
  }
}

.c-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-title::before {
  content: attr(data-en);
  display: block;
  font-family: "Gabarito", sans-serif;
  font-size: 3.125rem;
  line-height: 0.88;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-title::before {
    font-size: 2.5rem;
    line-height: 0.9;
  }
}
.c-title.red {
  color: #F0380A;
}
.c-title.red::before {
  color: #000;
}
.c-title.center {
  text-align: center;
}
.c-title.big {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-title.big {
    font-size: 1rem;
  }
}
.c-title.min {
  font-size: 1rem;
  line-height: 1.625;
}
.c-title.min::before {
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-title.min-sp::before {
    margin-bottom: 0.125rem;
  }
}
.c-title.eng-big::before {
  font-size: 3.75rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767px) {
  .c-title.eng-big::before {
    font-size: 2.5rem;
    margin-bottom: 0.125rem;
  }
}
.c-title.let5::before {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title.let5::before {
    letter-spacing: 0em;
  }
}
.c-title.pozi {
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-title.pozi {
    padding-left: 0rem;
  }
}
.c-title.pozi::before {
  position: relative;
  left: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-title.pozi::before {
    left: 0rem;
    margin-bottom: 0rem;
  }
}

.c-top {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 7.75rem 2.5rem 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-top {
    padding: 4.875rem 1.875rem 1rem 1.875rem;
  }
}
.c-top::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 49rem;
  height: 15rem;
  background-image: url(../imgs/pc/top_bg.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-top::before {
    width: 17.3125rem;
    height: 9.875rem;
    background-image: url(../imgs/sp/top_bg.webp);
  }
}

.c-top__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-top__inner {
    max-width: 100%;
  }
}

.c-top__title {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 1rem;
  }
}
.c-top__title::before {
  content: attr(data-en);
  display: block;
  font-family: "Gabarito", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .c-top__title::before {
    font-size: 3rem;
    margin-bottom: 0.125rem;
  }
}

.c-breadcrumb {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 1.625rem;
  }
}
.c-breadcrumb.single {
  padding: 7.25rem 2.5rem 2rem 2.5rem;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb.single {
    padding: 5.625rem 1.875rem 1.5rem 1.875rem;
  }
}
.c-breadcrumb.single .c-breadcrumb__lists {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb.single .c-breadcrumb__lists {
    max-width: 100%;
  }
}

.c-breadcrumb__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.c-breadcrumb__list::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.59375rem;
  display: inline-block;
  width: 0.3125rem;
  height: 1px;
  background: #000;
}
.c-breadcrumb__list.end {
  padding-right: 1rem;
}
.c-breadcrumb__list.end::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.c-breadcrumb__link:hover {
  color: #F0380A;
}

.c-editor {
  /*-- 引用 --*/
}
.c-editor h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-editor h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.c-editor h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-editor h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.c-editor h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-editor h4 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.c-editor h5 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-editor h5 {
    font-size: 1rem;
  }
}
.c-editor h6 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-editor h6 {
    font-size: 0.9375rem;
  }
}
.c-editor p {
  margin-bottom: 1.875rem;
}
.c-editor figure {
  margin-bottom: 1.875rem;
}
.c-editor figure img {
  margin-bottom: 0rem;
}
.c-editor img {
  margin-bottom: 1.875rem;
}
.c-editor .wp-block-media-text {
  width: 100%;
  padding: 1.25rem;
  border: 1px solid #ccc;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-media-text {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}
.c-editor .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0rem;
  }
}
.c-editor .wp-block-media-text .wp-block-media-text__content img {
  margin-bottom: 0;
}
.c-editor .wp-block-media-text .wp-block-media-text__content h2,
.c-editor .wp-block-media-text .wp-block-media-text__content h3,
.c-editor .wp-block-media-text .wp-block-media-text__content h4,
.c-editor .wp-block-media-text .wp-block-media-text__content h5,
.c-editor .wp-block-media-text .wp-block-media-text__content h6 {
  color: #000;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-weight: 700;
  padding: 0;
  background: none;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-media-text .wp-block-media-text__content h2,
  .c-editor .wp-block-media-text .wp-block-media-text__content h3,
  .c-editor .wp-block-media-text .wp-block-media-text__content h4,
  .c-editor .wp-block-media-text .wp-block-media-text__content h5,
  .c-editor .wp-block-media-text .wp-block-media-text__content h6 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.c-editor .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0rem;
}
.c-editor table {
  margin-bottom: 1.875rem;
}
.c-editor table thead {
  background: #EEEEEE;
  border-bottom: none;
}
.c-editor table th {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.c-editor table td {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.c-editor a {
  display: inline-block;
  color: #5B74DE;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.c-editor a:hover {
  opacity: 0.7;
}
.c-editor ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.875rem;
}
.c-editor ul li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.c-editor ul li:last-of-type {
  margin-bottom: 0rem;
}
.c-editor ul li ul {
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.c-editor ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1.875rem;
}
.c-editor ol li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.c-editor ol li:last-of-type {
  margin-bottom: 0rem;
}
.c-editor ol li ul {
  list-style: decimal;
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.c-editor ol li::marker {
  font-weight: bold;
}
.c-editor .c-banner-cat {
  margin-bottom: 1.875rem;
}
.c-editor table th {
  background: #eaeef2;
}
.c-editor table th,
.c-editor table td {
  font-size: 1rem;
  text-align: left;
}
.c-editor blockquote {
  position: relative;
  padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #eaeef2;
  margin-bottom: 1.5rem;
}
.c-editor blockquote:before {
  display: inline-block;
  position: absolute;
  top: 1.1875rem;
  left: 0.9375rem;
  content: "\f10d";
  font-family: FontAwesome;
  color: #000;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
}
.c-editor blockquote p:last-child {
  margin-bottom: 0rem;
}
.c-editor .temp-step {
  padding: 0 1rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-editor .temp-step {
    padding: 0;
  }
}
.c-editor .temp-step .wp-block-group__inner-container {
  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;
}
.c-editor .temp-step .wp-block-columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .c-editor .temp-step .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    gap: 0.5rem;
  }
}
.c-editor .temp-step .wp-block-columns:last-of-type .wp-block-column:nth-child(odd)::before, .c-editor .temp-step .wp-block-columns:last-of-type .wp-block-column:nth-child(odd)::after {
  display: none;
}
.c-editor .temp-step .wp-block-column {
  width: 100%;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.c-editor .temp-step .wp-block-column:nth-child(odd) {
  position: relative;
  max-width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-editor .temp-step .wp-block-column:nth-child(odd) {
    max-width: 4rem;
    padding-bottom: 0rem;
  }
}
.c-editor .temp-step .wp-block-column:nth-child(odd)::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.25rem;
  width: 1rem;
  height: calc(100% - 6.75rem - 0.25rem);
  background: -webkit-gradient(linear, left bottom, left top, from(#cccccc), to(#F0F0F0));
  background: linear-gradient(0deg, #cccccc, #F0F0F0);
}
@media screen and (max-width: 767px) {
  .c-editor .temp-step .wp-block-column:nth-child(odd)::before {
    height: calc(100% - 4.5rem - 0.25rem);
  }
}
.c-editor .temp-step .wp-block-column:nth-child(odd)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0.5rem 0 0.5rem;
  border-color: #cccccc transparent transparent transparent;
}
.c-editor .temp-step .wp-block-column:nth-child(odd) p {
  width: 6.25rem;
  height: 6.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: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background: #555;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .c-editor .temp-step .wp-block-column:nth-child(odd) p {
    width: 4rem;
    height: 4rem;
    font-size: 0.875rem;
  }
}
.c-editor .temp-step .wp-block-column:nth-child(even) h3 {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1rem;
}
.c-editor .temp-step .wp-block-column:nth-child(even) ul {
  padding: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 0rem;
}
.c-editor .temp-step .wp-block-column:nth-child(even) ul li {
  position: relative;
  list-style: none;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}
.c-editor .temp-step .wp-block-column:nth-child(even) ul li:last-of-type {
  margin-bottom: 0rem;
}
.c-editor .temp-step .wp-block-column:nth-child(even) ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/check_list.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-editor.service h2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  background: #000;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-editor.service h2 {
    font-size: 1.25rem;
  }
}
.c-editor.service h3 {
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-weight: 700;
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-editor.service h3 {
    font-size: 1.25rem;
  }
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    margin-top: 3.75rem;
  }
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  background-color: #D9D9D9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #000;
}
.pagination .dots {
  font-size: 1rem;
  line-height: 1;
  border: none;
}
.pagination .dots:hover {
  color: #000;
  background: #D9D9D9;
}
.pagination .current {
  color: #fff;
  background: #000;
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev:hover::before,
.pagination .next:hover::before {
  background-image: url(../imgs/pc/arrow_white.svg);
}
.pagination .next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

.c-cta__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    max-width: 100%;
  }
}

.c-cta__text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: 0.75rem;
    line-height: 2;
    margin-top: 2.5rem;
  }
}

.c-cta__button {
  width: 12.3125rem;
  height: 2.875rem;
  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.625rem;
  margin: 1.875rem auto 0 auto;
  color: #F7F0EC;
  font-family: "Gabarito", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 600;
  text-align: center;
  background: #000;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta__button {
    width: 9.6875rem;
    height: 2.3125rem;
    gap: 0.5rem;
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
  }
}
.c-cta__button span {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background: #F7F0EC;
  overflow: hidden;
}
.c-cta__button span::before, .c-cta__button span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/btn_arrow_black02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.c-cta__button span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.c-cta__button span::after {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.c-cta__button:hover {
  background: #F0380A;
}
.c-cta__button:hover span::before {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.c-cta__button:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    top: 0.75rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #000;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.1875rem;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: calc(50% - 0.125rem);
}
.c-hamburger span:nth-of-type(2) {
  top: calc(50% + 0.125rem);
}

.c-hamburger.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.c-hamburger.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.2);
  padding: 4rem 1.25rem 2.5rem 1.25rem;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__inner {
  width: 100%;
  padding: 2.5rem 1.6875rem;
  background: #fff;
  border-radius: 0.75rem;
}

.c-hamburger-nav__lists {
  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.5625rem;
}

.c-hamburger-nav__list {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #F0F0F0;
}
.c-hamburger-nav__list.sub .c-hamburger-nav__link {
  pointer-events: none;
}

.c-hamburger-nav__link {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
}
.c-hamburger-nav__link::before {
  content: attr(data-en);
  display: block;
  color: #F0380A;
  font-family: "Gabarito", sans-serif;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.c-hamburger-nav__link:hover {
  color: #F0380A;
}

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

.c-hamburger-subNav__box {
  margin-top: 1rem;
}

.c-hamburger-subNav__label {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

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

.c-hamburger-subNav__list {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.5rem;
}

.c-hamburger-subNav__link {
  position: relative;
  width: 100%;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  padding-right: 1.25rem;
}
.c-hamburger-subNav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-subNav__link:hover {
  color: #F0380A;
}
.c-hamburger-subNav__link:hover::after {
  background-image: url(../imgs/pc/arrow_black_h.svg);
}

.c-hamburger-nav__button {
  width: 100%;
  height: 3.875rem;
  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;
  font-weight: 500;
  background: #000;
  border-radius: 5rem;
  margin-top: 2.5rem;
}
.c-hamburger-nav__button:hover {
  background: #F0380A;
}

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

.p-fv {
  position: relative;
  width: 100%;
  min-height: 62.5vw;
  padding: 11.9444444444vw 2.7777777778vw 0rem 2.7777777778vw;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv {
    min-height: 100svh;
    min-height: auto;
    padding: 53.3333333333vw 4.2666666667vw 16vw 4.2666666667vw;
    background-image: url(../imgs/sp/fv_bg.webp);
  }
}

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

.p-fv__title span {
  display: inline-block;
  font-family: "Gabarito", sans-serif;
  font-size: 5vw;
  line-height: 0.95;
  font-weight: 600;
  padding: 0.5555555556vw;
  background: rgba(255, 252, 250, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 0.25rem;
  margin-top: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    font-size: 11.7333333333vw;
    padding: 2.1333333333vw;
    background: rgba(255, 252, 250, 0.8);
    border-radius: 0.125rem;
    margin-top: 1.0666666667vw;
  }
}
.p-fv__title span:first-of-type {
  margin-top: 0rem;
}

.p-fv__text {
  margin-top: 4.4444444444vw;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin-top: 17.0666666667vw;
  }
}
.p-fv__text span {
  display: inline-block;
  font-family: "Gabarito", sans-serif;
  font-size: 0.9722222222vw;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.115em;
  padding: 0.2777777778vw 0.5555555556vw;
  background: rgba(255, 252, 250, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 0.25rem;
  margin-top: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .p-fv__text span {
    font-size: 3.7333333333vw;
    font-weight: 500;
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 0.125rem;
    margin-top: 2.1333333333vw;
  }
}
.p-fv__text span:first-of-type {
  margin-top: 0rem;
}
.p-fv__text span.big {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5555555556vw;
  font-size: 1.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__text span.big {
    gap: 2.1333333333vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
    letter-spacing: 0em;
  }
}
.p-fv__text span.big::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.0138888889vw;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-fv__text span.big::before {
    width: 7.7333333333vw;
  }
}

.p-fv__scroll {
  position: absolute;
  right: 1.15625rem;
  bottom: 1.25rem;
  width: 6.25rem;
  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;
  gap: 0.25rem;
  font-family: "Gabarito", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  background: rgba(255, 252, 250, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 5rem;
}
.p-fv__scroll::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv__scroll:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.p-fv__scroll:hover::before {
  background: #fff;
}

.p-fv-about {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 11.25rem 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    padding: 5rem 1.875rem;
  }
}
.p-fv-about::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 46.5rem;
  height: 14.5rem;
  background-image: url(../imgs/pc/fv_about_bg.webp);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-about::before {
    width: 19.8125rem;
    height: 18rem;
    background-image: url(../imgs/sp/fv_about_bg.webp);
  }
}

.p-fv-about__inner {
  width: 100%;
  max-width: 67.5rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.25rem;
  padding-left: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.75rem;
    padding-left: 0rem;
  }
}

.p-fv-about__titleBox {
  min-width: 9.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-about__titleBox {
    min-width: none;
  }
}

.p-fv-about__box {
  width: 100%;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__box {
    margin-top: 0rem;
  }
}

.p-fv-about__band {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-about__band {
    font-size: 2rem;
  }
}
.p-fv-about__band span {
  display: inline-block;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 0.875rem 0 1.125rem;
  background: #000;
  border-radius: 0.25rem;
  margin: 0rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__band span {
    font-size: 2rem;
    line-height: 1.40625;
    letter-spacing: 0;
    padding: 0 1rem 0 1rem;
    border-radius: 0.3125rem;
    margin: 0.625rem 0.625rem 0 0;
  }
}

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

.p-fv-list {
  width: 100%;
  padding: 5.75rem 2.5rem;
  background-image: url(../imgs/pc/fv_list.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-list {
    padding: 3.75rem 1.875rem 3.25rem 1.875rem;
    background-image: url(../imgs/sp/fv_list.webp);
  }
}

.p-fv-list__inner {
  position: relative;
  width: 100%;
  max-width: 57.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;
  gap: 6.25rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-list__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4rem;
  }
}
.p-fv-list__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 8.125rem;
  background: #A5A5A5;
}
@media screen and (max-width: 767px) {
  .p-fv-list__inner::before {
    width: 100%;
    height: 1px;
  }
}

.p-fv-list__box {
  width: 100%;
  min-height: 8.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-list__box {
    min-height: auto;
    text-align: left;
  }
}

.p-fv-list__link {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-list__link {
    display: block;
    width: 100%;
    max-width: 15.5rem;
    margin: 0rem auto;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.p-fv-list__link::before {
  content: attr(data-en);
  display: block;
  font-family: "Gabarito", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-list__link::before {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    margin-bottom: 0.125rem;
  }
}
.p-fv-list__link span {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background: #000;
  overflow: hidden;
  margin: 1.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-list__link span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0rem;
    margin: 0;
  }
}
.p-fv-list__link span::before, .p-fv-list__link span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.p-fv-list__link span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.p-fv-list__link span::after {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.p-fv-list__link:hover {
  color: #F0380A;
}
.p-fv-list__link:hover span {
  background: #F0380A;
}
.p-fv-list__link:hover span::before {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.p-fv-list__link:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

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

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

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

.p-fv-service__categories {
  width: 100%;
  max-width: 21.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__categories {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.p-fv-service__category button {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 1.875rem 2.5rem;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-fv-service__category button {
    font-size: 0.75rem;
    padding: 1.25rem 1.0625rem;
    border-radius: 0.1875rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-fv-service__category.on button {
  color: #fff;
  background: #000000;
}

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

.p-fv-service__label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 1.875rem 3.75rem 1.875rem 2.5rem;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__label {
    font-size: 0.875rem;
    padding: 1.1875rem 2.5rem 1.1875rem 1.25rem;
    border-radius: 0.1875rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0.875rem;
  }
}
.p-fv-service__label:first-of-type {
  margin-top: 0rem;
}
.p-fv-service__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1px;
  width: 0.25rem;
  height: calc(100% + 2px);
  background: rgba(240, 56, 10, 0);
  border-radius: 0.3125rem 0 0 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-service__label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/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-service__label::after {
    right: 1.25rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-fv-service__label:hover {
  border-left: 1px solid #F0380A;
}
.p-fv-service__label:hover::before {
  background: #F0380A;
}
.p-fv-service__label:hover::after {
  background-image: url(../imgs/pc/arrow_black_h.svg);
}

.p-fv-pickup {
  width: 100%;
  padding: 8.75rem 2.5rem;
  background-image: url(../imgs/pc/fv_pickup_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-pickup {
    padding: 5rem 1.875rem 4.6875rem 1.875rem;
    background-image: url(../imgs/sp/fv_pickup_bg.webp);
  }
}

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

.p-fv-pickup__item {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-fv-pickup__all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.625rem;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-pickup__all {
    gap: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.p-fv-pickup__all span {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #F0380A;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-pickup__all span {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.p-fv-pickup__all span::before, .p-fv-pickup__all span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/btn_arrow_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (max-width: 767px) {
  .p-fv-pickup__all span::before, .p-fv-pickup__all span::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-fv-pickup__all span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.p-fv-pickup__all span::after {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.p-fv-pickup__all:hover {
  color: #F0380A;
}
.p-fv-pickup__all:hover span::before {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.p-fv-pickup__all:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-fv-pickup__scrollBox {
    margin-right: calc(50% - 50vw);
  }
}

.p-fv-pickup__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-pickup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.75rem;
    padding-right: 1.875rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
  }
}

.p-fv-pickupPost {
  width: 100%;
  padding: 0.875rem;
  background: #fff;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-pickupPost {
    min-width: 16.875rem;
  }
}
.p-fv-pickupPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-fv-pickupPost:hover .p-fv-pickupPost__title {
  color: #F0380A;
}

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

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

.p-fv-pickupPost__title {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-pickupPost__text {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  margin-top: 0.375rem;
}

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

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

.p-fv-news__item {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-fv-news__all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.625rem;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-news__all {
    gap: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.p-fv-news__all span {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #F0380A;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-news__all span {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.p-fv-news__all span::before, .p-fv-news__all span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/btn_arrow_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (max-width: 767px) {
  .p-fv-news__all span::before, .p-fv-news__all span::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-fv-news__all span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.p-fv-news__all span::after {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.p-fv-news__all:hover {
  color: #F0380A;
}
.p-fv-news__all:hover span::before {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.p-fv-news__all:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.p-fv-news__wrapper {
  width: 100%;
  border-top: 1px solid #EAE8E3;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    margin-top: 3.75rem;
  }
}

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

.p-fv-newsPost__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-fv-newsPost__link:hover .p-fv-newsPost__title {
  color: #F0380A;
}

.p-fv-newsPost__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;
  min-width: 13.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__group {
    width: 100%;
    min-width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-fv-newsPost__time {
  width: 6.8125rem;
  min-width: 6.8125rem;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__time {
    width: 4.375rem;
    min-width: 4.375rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding-left: 0rem;
  }
}

.p-fv-newsPost__category {
  min-width: 6.75rem;
  height: 1.75rem;
  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: 0.875rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0.625rem;
  background: #000;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__category {
    min-width: 5.5rem;
    height: 1.125rem;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0 0.5rem;
  }
}

.p-fv-newsPost__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding-top: 0.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__title {
    font-size: 0.875rem;
    line-height: 2;
    padding-top: 0rem;
  }
}

.p-fv-career {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background-image: url(../imgs/pc/fv_career_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-career {
    padding: 7.5rem 3.625rem 3.75rem 3.625rem;
    background-image: url(../imgs/sp/fv_career_bg.webp);
  }
}

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

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

.p-fv-career__label span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 500;
  padding-left: 0.75rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-career__label span {
    font-size: 1.25rem;
    line-height: 1.6;
    padding-left: 0.5625rem;
  }
}

.p-fv-career__text {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-career__text {
    font-size: 0.9375rem;
  }
}

.p-fv-career__button {
  width: 9.8125rem;
  height: 2.875rem;
  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.625rem;
  margin-top: 0.9375rem;
  margin-left: auto;
  color: #F7F0EC;
  font-family: "Gabarito", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 600;
  text-align: center;
  background: #000;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-career__button {
    width: 7.8125rem;
    height: 2.3125rem;
    gap: 0.5rem;
    margin-top: 2.375rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
  }
}
.p-fv-career__button span {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background: #F7F0EC;
  overflow: hidden;
}
.p-fv-career__button span::before, .p-fv-career__button span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/btn_arrow_black02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.p-fv-career__button span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.p-fv-career__button span::after {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.p-fv-career__button:hover {
  background: #F0380A;
}
.p-fv-career__button:hover span::before {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.p-fv-career__button:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

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

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

.p-recruit__title {
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
  }
}

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

.p-recruit-value {
  width: 100%;
  padding: 6.875rem 2.5rem 6.25rem 2.5rem;
  background-image: url(../imgs/pc/recruit_value_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit-value {
    padding: 4.375rem 2.3125rem 3.75rem 2.3125rem;
    background-image: url(../imgs/sp/recruit_value_bg.webp);
  }
}

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

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

.p-recruit-valueCard {
  position: relative;
  width: 100%;
  padding: 1.6875rem 1.4375rem;
  background: #fff;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueCard {
    padding: 1.5625rem 1.25rem;
  }
}

.p-recruit-valueCard__icon {
  position: absolute;
  z-index: 2;
  top: -1.25rem;
  left: -1.25rem;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueCard__icon {
    width: 5rem;
  }
}

.p-recruit-valueCard__title {
  font-family: "Gabarito", sans-serif;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueCard__title {
    font-size: 1.375rem;
    line-height: 1.1818181818;
    padding-left: 3.75rem;
  }
}

.p-recruit-valueCard__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueCard__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0.8125rem;
  }
}

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

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

.p-recruit-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1875rem 2.8225806452%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__wrapper {
    gap: 0.9375rem;
    margin-top: 1.5rem;
  }
}

.p-recruit-info__item:nth-of-type(1) {
  width: 31.4516129032%;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__item:nth-of-type(1) {
    width: calc(50% - 0.46875rem);
  }
}
.p-recruit-info__item:nth-of-type(2) {
  width: 31.4516129032%;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__item:nth-of-type(2) {
    width: calc(50% - 0.46875rem);
  }
}
.p-recruit-info__item:nth-of-type(3) {
  width: 31.4516129032%;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__item:nth-of-type(3) {
    width: calc(50% - 0.46875rem);
  }
}
.p-recruit-info__item:nth-of-type(4) {
  width: 31.4516129032%;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__item:nth-of-type(4) {
    width: calc(50% - 0.46875rem);
  }
}
.p-recruit-info__item:nth-of-type(5) {
  width: 65.7258064516%;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__item:nth-of-type(5) {
    width: 100%;
  }
}
.p-recruit-info__item:nth-of-type(6) {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__item:nth-of-type(6) {
    width: 100%;
  }
}
.p-recruit-info__item:nth-of-type(7) {
  width: 37.1774193548%;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__item:nth-of-type(7) {
    width: 100%;
  }
}
.p-recruit-info__item:nth-of-type(8) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__item:nth-of-type(8) {
    width: 100%;
  }
}

.p-recruit-info__time {
  text-align: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__time {
    font-size: 0.75rem;
    margin-top: 1.5rem;
  }
}

.p-recruit-interview {
  width: 100%;
  padding: 6.875rem 0rem 6.25rem 0rem;
  background-image: url(../imgs/pc/recruit_interview_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview {
    padding: 4.375rem 0rem 3.75rem 0rem;
    background-image: url(../imgs/sp/recruit_interview_bg.webp);
  }
}

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

.p-recruit-interview__wrapper {
  width: 100%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__wrapper {
    margin-top: 1.5rem;
  }
}
.p-recruit-interview__wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-recruit-interviewPost {
  width: 100%;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interviewPost {
    margin: 0 0.625rem;
  }
}
.p-recruit-interviewPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-recruit-interviewPost:hover .p-recruit-interviewPost__title {
  color: #F0380A;
}

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

.p-recruit-interviewPost__img {
  position: relative;
  padding-top: 56.3775510204%;
  overflow: hidden;
}
.p-recruit-interviewPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-recruit-interviewPost__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit-interviewPost__title {
    font-size: 0.875rem;
    line-height: 1.3928571429;
    margin-top: 0.75rem;
  }
}

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

.p-recruit-position__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-recruit-position__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-recruit-position__titleBox {
  position: sticky;
  top: 6.25rem;
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-position__titleBox {
    position: relative;
    top: 0;
    padding: 0 0.625rem;
    margin-top: 0rem;
  }
}

.p-recruit-position__column {
  width: 100%;
  max-width: 50.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-position__column {
    max-width: 100%;
    margin-right: 0rem;
  }
}

.p-recruit-position__text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-recruit-position__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    padding: 0 0.625rem;
    margin-top: 1.5rem;
  }
}
.p-recruit-position__text a {
  color: #F0380A;
  text-decoration: underline;
}

.p-recruit-position__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;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-position__box {
    margin-top: 1.5rem;
  }
}

.p-recruit-positionCard {
  width: 100%;
  border: 1px solid #E5E7EB;
  background: #F9F5F1;
  border-radius: 0.75rem;
}

.p-recruit-positionCard__title {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
}
.p-recruit-positionCard__title span {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #F0380A;
  border-radius: 100%;
}
.p-recruit-positionCard__title span::before, .p-recruit-positionCard__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.125rem;
  background: #fff;
}
.p-recruit-positionCard__title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-recruit-positionCard__title.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-recruit-positionCard__box {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.25rem 1.5rem;
}
.p-recruit-positionCard__box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  width: calc(100% - 3rem);
  height: 1px;
  background: #E5E7EB;
}

.p-recruit-positionCard__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.p-recruit-positionCard__table th,
.p-recruit-positionCard__table td {
  color: #262626;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 500;
  vertical-align: middle;
}
.p-recruit-positionCard__table th {
  width: 4.75rem;
  background: #F3EBE4;
  text-align: center;
}
.p-recruit-positionCard__table td {
  width: calc(100% - 4.75rem);
  padding: 1.25rem 0rem 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-positionCard__table td {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.p-recruit-positionCard__table td ul.mt {
  margin-top: 0.625rem;
}
.p-recruit-positionCard__table td ul li {
  position: relative;
  padding-left: 1.25rem;
}
.p-recruit-positionCard__table td ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.1875rem;
}
.p-recruit-positionCard__table td ul li.mt {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-positionCard__table td ul li.mt {
    margin-top: 1.25rem;
  }
}
.p-recruit-positionCard__table td .title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-positionCard__table td .title {
    font-size: 1rem;
  }
}
.p-recruit-positionCard__table td .box {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-positionCard__table td .box {
    margin-top: 1.25rem;
  }
}
.p-recruit-positionCard__table td .box:first-of-type {
  margin-top: 0rem;
}
.p-recruit-positionCard__table td .label {
  display: inline-block;
  min-width: 14.125rem;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  background: #fff;
  border-radius: 5rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-positionCard__table td .label {
    width: 100%;
    min-width: auto;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.p-recruit-positionCard__table td .big {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-positionCard__table td .big {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-bottom: 1.875rem;
  }
}
.p-recruit-positionCard__table td .comment {
  margin-top: 0.625rem;
}

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

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

.p-recruit-process__titleBox {
  position: sticky;
  top: 6.25rem;
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-process__titleBox {
    position: relative;
    top: 0;
    margin-top: 0rem;
  }
}

.p-recruit-process__box {
  width: 100%;
  max-width: 50.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-process__box {
    max-width: 100%;
    margin-right: 0rem;
  }
}

.p-recruit-process__text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-recruit-process__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.p-recruit-process__text a {
  color: #F0380A;
  text-decoration: underline;
}

.p-recruit-process__button {
  width: 30.25rem;
  height: 2.875rem;
  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.625rem;
  margin-top: 2.5rem;
  margin-left: auto;
  color: #F7F0EC;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  text-align: center;
  background: #000;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-process__button {
    width: 17.6875rem;
    height: 3.875rem;
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
  }
}
.p-recruit-process__button span {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background: #F7F0EC;
  overflow: hidden;
}
.p-recruit-process__button span::before, .p-recruit-process__button span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/btn_arrow_black02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.p-recruit-process__button span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.p-recruit-process__button span::after {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.p-recruit-process__button:hover {
  background: #F0380A;
}
.p-recruit-process__button:hover span::before {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.p-recruit-process__button:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.p-recruit-processStep {
  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;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-processStep {
    margin-top: 1rem;
  }
}

.p-recruit-processStep__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-processStep__column {
    gap: 0.625rem;
  }
}
.p-recruit-processStep__column:last-of-type .p-recruit-processStep__number::before {
  display: none;
}

.p-recruit-processStep__number {
  position: relative;
  width: 3.75rem;
  color: #F0380A;
  font-family: "Gabarito", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-processStep__number {
    width: 3.125rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 0.3125rem;
  }
}
.p-recruit-processStep__number::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 3.875rem);
  background: #D9D9D9;
}
.p-recruit-processStep__number span {
  display: inline-block;
  font-size: 3.125rem;
  line-height: 0.84;
}
@media screen and (max-width: 767px) {
  .p-recruit-processStep__number span {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.p-recruit-processStep__box {
  width: 100%;
  padding-top: 1.875rem;
}

.p-recruit-processStep__title {
  color: #F0380A;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-processStep__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-recruit-processStep__text {
  font-size: 1rem;
  line-height: 1.625;
  padding: 1.25rem 1.625rem;
  background: #F9F5F1;
  border-radius: 0.375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-processStep__text {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding: 0.9375rem 0.625rem;
    margin-top: 0.625rem;
  }
}

.p-recruit-entry {
  width: 100%;
  padding: 3.125rem 2.5rem;
  background-image: url(../imgs/pc/recruit_entry_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry {
    padding: 4rem 1.875rem 3.75rem 1.875rem;
    background-image: url(../imgs/sp/recruit_entry_bg.webp);
  }
}

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

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

.p-recruit-entry__button {
  width: 11.9375rem;
  height: 2.875rem;
  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.625rem;
  margin: 0.9375rem auto 0 auto;
  color: #fff;
  font-family: "Gabarito", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 600;
  text-align: center;
  background: #F0380A;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__button {
    margin-top: 1.875rem;
  }
}
.p-recruit-entry__button span {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background: #F7F0EC;
  overflow: hidden;
}
.p-recruit-entry__button span::before, .p-recruit-entry__button span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/btn_arrow_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.p-recruit-entry__button span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.p-recruit-entry__button span::after {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.p-recruit-entry__button:hover {
  background: #000;
}
.p-recruit-entry__button:hover span::before {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.p-recruit-entry__button:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.p-company-info {
  width: 100%;
  padding: 6.875rem 2.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-info {
    padding: 4.375rem 1.875rem 3.75rem 1.875rem;
  }
}

.p-company-info__inner {
  width: 100%;
  max-width: 70.625rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-company-info__inner {
    max-width: 100%;
  }
}

.p-company-info__table {
  width: 100%;
  max-width: 56.25rem;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-company-info__table {
    max-width: 100%;
    margin-top: 1.5rem;
  }
}
.p-company-info__table th,
.p-company-info__table td {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  padding: 1.5rem 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-company-info__table th,
  .p-company-info__table td {
    padding: 1rem 0rem;
  }
}
.p-company-info__table th {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__table th {
    width: 7.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-info__table th.lh15-sp {
    line-height: 1.5;
  }
}
.p-company-info__table td {
  width: calc(100% - 15rem);
}
@media screen and (max-width: 767px) {
  .p-company-info__table td {
    width: calc(100% - 7.25rem);
  }
}
.p-company-info__table td.lh17 {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-company-info__table td.lh17 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-company-info__table td.lh15-sp {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-company-info__table td span {
    display: inline-block;
    margin-bottom: 0.625rem;
  }
  .p-company-info__table td span:last-of-type {
    margin-bottom: 0rem;
  }
}

.p-company-access {
  width: 100%;
  padding: 6.875rem 2.5rem 6.25rem 2.5rem;
  background-image: url(../imgs/pc/company_access_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-company-access {
    padding: 4.375rem 1.875rem 3.75rem 1.875rem;
    background-image: url(../imgs/sp/company_access_bg.webp);
  }
}

.p-company-access__inner {
  width: 100%;
  max-width: 70.625rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-company-access__inner {
    max-width: 100%;
  }
}

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

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

.p-company-access__label {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 500;
}

.p-company-access__address {
  font-weight: 500;
  margin-top: 1rem;
}

.p-company-access__exp {
  line-height: 2;
  font-weight: 500;
  margin-top: 1rem;
}

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

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

.p-message {
  width: 100%;
  padding: 6.25rem 2.5rem;
  background-image: url(../imgs/pc/message_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 3.75rem 1.875rem;
    background-image: url(../imgs/sp/message_bg.webp);
  }
}

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

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

.p-message__box {
  width: 100%;
}

.p-message__title {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    font-size: 2rem;
  }
}

.p-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__name {
    font-size: 0.875rem;
  }
}
.p-message__name span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__name span {
    font-size: 1.25rem;
  }
}

.p-message__text {
  line-height: 1.7;
  font-weight: 500;
  margin-top: 1.5rem;
}

.p-message-about {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-message-about {
    padding: 4.375rem 1.875rem 3.75rem 1.875rem;
  }
}
.p-message-about::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 24.75rem;
  height: 27.8125rem;
  background-image: url(../imgs/pc/message_item.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-message-about::before {
    width: 18.75rem;
    height: 21rem;
    background-image: url(../imgs/sp/message_item.webp);
  }
}
.p-message-about::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 38rem;
  height: 29.6875rem;
  background-image: url(../imgs/pc/message_item02.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-message-about::after {
    width: 18.75rem;
    height: 15.1875rem;
    background-image: url(../imgs/sp/message_item02.webp);
  }
}

.p-message-about__inner {
  width: 100%;
  max-width: 70.625rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-message-about__inner {
    max-width: 100%;
  }
}

.p-message-about__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-message-about__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
    margin-top: 4.375rem;
  }
}
.p-message-about__column:first-of-type {
  margin-top: 0rem;
}

.p-message-about__titleBox {
  min-width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-message-about__titleBox {
    min-width: auto;
    margin-top: 0rem;
  }
}

.p-message-about__box {
  width: 100%;
}

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

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

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

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

.p-news__wrapper {
  width: 100%;
  border-top: 1px solid #EAE8E3;
}

.p-newsPost {
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: 1px solid #EAE8E3;
}
@media screen and (max-width: 767px) {
  .p-newsPost {
    padding: 1rem 0;
  }
}

.p-newsPost__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-newsPost__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-newsPost__link:hover .p-newsPost__title {
  color: #F0380A;
}

.p-newsPost__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;
  min-width: 13.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-newsPost__group {
    width: 100%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}

.p-newsPost__time {
  width: 6.8125rem;
  min-width: 6.8125rem;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-newsPost__time {
    width: auto;
    min-width: auto;
    padding-left: 0rem;
  }
}

.p-newsPost__category {
  min-width: 6.75rem;
  height: 1.75rem;
  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: 0.875rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0.625rem;
  background: #000;
  border-radius: 5rem;
}

.p-newsPost__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding-top: 0.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single-service {
  width: 100%;
  padding: 5rem 2.5rem 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-service {
    padding: 2.5rem 1.875rem 0.625rem 1.875rem;
  }
}

.p-single-service__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;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-service__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.5rem;
  }
}

.p-single-serviceAside {
  width: 100%;
  max-width: 17.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-serviceAside {
    max-width: 100%;
    gap: 1rem;
  }
}

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

.p-single-serviceAside__title {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-single-serviceAside__title.j-open-sp::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.3125rem;
    right: 0rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../imgs/sp/service_aside_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-single-serviceAside__title.j-open-sp.open::after {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

@media screen and (max-width: 767px) {
  .p-single-serviceAside__group {
    display: none;
  }
}

.p-single-serviceAside__categories {
  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: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-serviceAside__categories {
    margin-bottom: 1.5rem;
  }
}

.p-single-serviceAside__category {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #CCCCCC;
}
.p-single-serviceAside__category a {
  display: inline-block;
  width: 100%;
}
.p-single-serviceAside__category a:hover {
  color: #F0380A;
}

.p-single-serviceArticle {
  width: 100%;
  overflow: hidden;
}

.p-single-serviceArticle__head {
  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;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-serviceArticle__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
  }
}

.p-single-serviceArticle__title {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single-serviceArticle__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-single-serviceArticle__title span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-single-serviceArticle__title span {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

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

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

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

.p-single-news__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

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

.p-single-news__category {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.375rem 0.6875rem;
  background: #000;
  border-radius: 5rem;
}

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

.p-single-news__editor {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__editor {
    margin-top: 1.5rem;
  }
}

.p-single-news__back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin: 5rem auto 0 auto;
  width: 100%;
  max-width: 11.125rem;
  height: 2.9375rem;
  color: #F7F0EC;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #000;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__back {
    margin-top: 3.75rem;
  }
}
.p-single-news__back span {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background: #F7F0EC;
  overflow: hidden;
}
.p-single-news__back span::before, .p-single-news__back span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/btn_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.p-single-news__back span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.p-single-news__back span::after {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.p-single-news__back:hover {
  background: #F0380A;
}
.p-single-news__back:hover span::before {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.p-single-news__back:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.p-single-related {
  width: 100%;
  padding: 6.875rem 2.5rem 6.25rem 2.5rem;
  background-image: url(../imgs/pc/related_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-single-related {
    padding: 4.375rem 1.875rem 3.75rem 1.875rem;
    background-image: url(../imgs/sp/related_bg.webp);
  }
}

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

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

.p-single-relatedPots:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-single-relatedPots:hover .p-single-relatedPots__title {
  color: #F0380A;
}

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

.p-single-relatedPots__img {
  position: relative;
  padding-top: 59.2896174863%;
  overflow: hidden;
}
.p-single-relatedPots__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single-relatedPots__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.625rem;
}

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

.p-single-relatedPots__time {
  color: #777777;
  font-size: 0.75rem;
  line-height: 1.5;
}

.p-single-relatedPots__category {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 1.25rem;
}
.p-single-relatedPots__category::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.625rem;
  width: 1px;
  height: 0.625rem;
  background: #CCCCCC;
}

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

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

.p-contact-form {
  width: 100%;
}

.p-contact-form__group {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__group {
    margin-top: 1.5rem;
  }
}
.p-contact-form__group:first-of-type {
  margin-top: 0rem;
}

.p-contact-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.p-contact-form__required {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  background: #F03809;
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.5625rem;
}

.p-contact-form__inputBox {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
}
.p-contact-form__inputBox input {
  cursor: pointer;
  width: 100%;
  height: 3.5rem;
  font-size: 1rem;
  line-height: 1;
  padding: 0.75rem 1rem;
  background: #F4F4F4;
  border-radius: 0.25rem;
}
.p-contact-form__inputBox input::-webkit-input-placeholder {
  color: #858585;
}
.p-contact-form__inputBox input::-moz-placeholder {
  color: #858585;
}
.p-contact-form__inputBox input:-ms-input-placeholder {
  color: #858585;
}
.p-contact-form__inputBox input::-ms-input-placeholder {
  color: #858585;
}
.p-contact-form__inputBox input::placeholder {
  color: #858585;
}

.p-contact-form__selectBox {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 29.6875rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__selectBox {
    max-width: 100%;
  }
}
.p-contact-form__selectBox span {
  width: 100%;
}
.p-contact-form__selectBox select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.5rem;
  font-size: 1rem;
  line-height: 1;
  padding: 0.75rem 1rem;
  background-color: #F4F4F4;
  background-image: url("../imgs/pc/triangle_black.svg");
  background-repeat: no-repeat;
  background-position: right 1.125rem center; /* 右から18px・上下中央 */
  background-size: 0.9375rem 0.75rem; /* 矢印画像のサイズ */
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__selectBox select {
    background-position: right 1.5rem center;
  }
}

.p-contact-form__textareaBox {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
}
.p-contact-form__textareaBox textarea {
  width: 100%;
  height: 10.25rem;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  background: #F4F4F4;
  border-radius: 0.25rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
.p-contact-form__textareaBox textarea::-webkit-input-placeholder {
  color: #858585;
}
.p-contact-form__textareaBox textarea::-moz-placeholder {
  color: #858585;
}
.p-contact-form__textareaBox textarea:-ms-input-placeholder {
  color: #858585;
}
.p-contact-form__textareaBox textarea::-ms-input-placeholder {
  color: #858585;
}
.p-contact-form__textareaBox textarea::placeholder {
  color: #858585;
}

.p-contact-form__privacy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}

.p-contact-form__privacy_check {
  cursor: pointer;
  text-align: center;
}
.p-contact-form__privacy_check .wpcf7-list-item {
  margin: 0;
}
.p-contact-form__privacy_check label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0rem;
}
.p-contact-form__privacy_check label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #ACACAC;
  background: #ffffff;
}
.p-contact-form__privacy_check input {
  display: none;
}
.p-contact-form__privacy_check input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #000;
  background: #000;
}
.p-contact-form__privacy_check input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.28125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.3125rem;
  height: 0.5625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}

.p-contact-form__privacy_link {
  line-height: 1.6;
  text-decoration: underline;
}
.p-contact-form__privacy_link:hover {
  color: #F03809;
}

.p-contact-form__privacy_text {
  line-height: 1.6;
}

.p-contact-form__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 15rem;
  height: 2.9375rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #000;
  border-radius: 0.25rem;
  margin: 2.1875rem auto 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-form__button:hover {
  opacity: 0.7;
}

.p-contact-form__button input {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.wpcf7-spinner {
  display: none;
}

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

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

.p-thanks__text {
  font-size: 1rem;
  line-height: 1.7;
  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__back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin: 5rem auto 0 auto;
  width: 100%;
  max-width: 15.625rem;
  height: 2.9375rem;
  color: #F7F0EC;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #000;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__back {
    margin-top: 3.75rem;
  }
}
.p-thanks__back span {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background: #F7F0EC;
  overflow: hidden;
}
.p-thanks__back span::before, .p-thanks__back span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/btn_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.p-thanks__back span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.p-thanks__back span::after {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.p-thanks__back:hover {
  background: #F0380A;
}
.p-thanks__back:hover span::before {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.p-thanks__back:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

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

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

.p-policy__editor .has-large-font-size {
  font-size: 2.5rem !important;
  line-height: 1.7;
  font-weight: 700 !important;
  margin-top: 5rem !important;
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 767px) {
  .p-policy__editor .has-large-font-size {
    font-size: 2rem !important;
    line-height: 1.5;
    margin-top: 3.5rem !important;
    text-align: left;
  }
}
.p-policy__editor h2 {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.p-policy__editor p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.p-policy__editor ul {
  padding-left: 1.25rem;
}
.p-policy__editor ul li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.7;
}
.p-policy__editor ol {
  padding-left: 1.25rem;
}
.p-policy__editor ol li {
  list-style: decimal;
  font-size: 1rem;
  line-height: 1.7;
}

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

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

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

.p-pickupPost {
  width: 100%;
  padding: 0.875rem;
  background: #fff;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-pickupPost {
    padding: 0;
    border-radius: 0;
  }
}
.p-pickupPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-pickupPost:hover .p-pickupPost__title {
  color: #F0380A;
}

.p-pickupPost__thumbnail {
  width: 100%;
}

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

.p-pickupPost__title {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-pickupPost__text {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  margin-top: 0.375rem;
}

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