@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: #333333;
  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: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.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: 0rem 1.25rem;
}
@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: 11.25rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__logo a:hover {
  opacity: 0.7;
}

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

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

.l-header__button {
  width: 9.375rem;
  height: 2.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;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  background: #fa8b41;
}
.l-header__button:hover {
  background: #000;
}

.l-header__button--green {
  background: #20BB4F;
}
.l-header__button--green:hover {
  color: #fff;
  background: #1A1A1A;
}

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

.l-header-nav__link:hover {
  color: #fa8b41 !important;
}

.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: #fa8b41;
}
.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 #fa8b41;
  -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: #fa8b41;
}
.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%;
  padding: 5rem 2.5rem 1.25rem 2.5rem;
  background: #f5f1e8;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 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: 17.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 13.125rem;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer-nav {
  width: 100%;
  margin-top: 3.75rem;
}
@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: #333333;
}
@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: #333333;
  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: #fa8b41;
}

.l-footer__small {
  color: #333333;
  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: 1.875rem;
  }
}

.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--orange {
  color: #fa8b41;
}
.c-title--orange::before {
  color: #333333;
}

.c-title--big {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-title--big {
    font-size: 1.125rem;
  }
}
.c-title--big::before {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-title--big::before {
    font-size: 3.375rem;
  }
}

.c-title--center {
  text-align: center;
}

.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: 10rem 2.5rem 2rem 2.5rem;
  background: #f5f1e8;
}
@media screen and (max-width: 767px) {
  .c-top {
    padding: 7.5rem 1.25rem 1rem 1.25rem;
  }
}

.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-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 #ccc;
}
.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: #fa8b41;
  font-family: "Gabarito", sans-serif;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.c-hamburger-nav__link:hover {
  color: #fa8b41;
}

.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: #fa8b41;
}
.c-hamburger-subNav__link:hover::after {
  background-image: url(../imgs/pc/arrow_black_h.svg);
}

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

.c-hamburger-nav__button {
  width: 100%;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  background: #fa8b41;
  border-radius: 5rem;
}
.c-hamburger-nav__button:hover {
  background: #333333;
}

.c-hamburger-nav__button--green {
  background: #20BB4F;
}
.c-hamburger-nav__button--green:hover {
  color: #fff;
  background: #1A1A1A;
}

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

.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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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: #fa8b41;
}

.c-editor {
  /*-- 引用 --*/
  /*-- ブログカード --*/
  /*-- ボタン --*/
  /*-- ボックス・囲み枠 --*/
  /*-- 吹き出し・対話 --*/
}
.c-editor #toc_container {
  width: 100% !important;
  max-width: 23.875rem;
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 1.875rem;
  font-size: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor #toc_container {
    max-width: 100%;
    padding: 1.25rem;
  }
}
.c-editor #toc_container li {
  font-size: 0.875rem;
  margin-top: 1.0625rem;
}
.c-editor #toc_container li a {
  color: #fa8b41;
  display: inline-block;
  font-size: 0.875rem;
}
.c-editor #toc_container li a:hover {
  color: #055EC4;
  text-decoration: none;
}
.c-editor #toc_container li ul {
  margin: 0;
  padding-left: 1.875rem;
  margin-top: 0.625rem;
}
.c-editor #toc_container li ul li {
  margin: 0;
  margin-top: 0.5rem;
}
.c-editor #toc_container p.toc_title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.c-editor #toc_container p.toc_title a {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-editor #toc_container p.toc_title a:hover {
  color: #5B74DE;
  text-decoration: none;
}
.c-editor #toc_container p.toc_title + ul.toc_list {
  margin-top: 1.25rem;
}
.c-editor h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fa8b41;
  padding: 0.5rem 1rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor h2 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}
.c-editor h3 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #fa8b41;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor h3 {
    font-size: 1.125rem;
  }
}
.c-editor h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor h4 {
    font-size: 1.125rem;
  }
}
.c-editor h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor h5 {
    font-size: 1rem;
  }
}
.c-editor h6 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor h6 {
    font-size: 0.9375rem;
  }
}
.c-editor p {
  margin-bottom: 1.5rem;
}
.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 figure {
  text-align: center;
}
.c-editor img {
  margin-bottom: 1.875rem;
}
.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: #fa8b41;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
}
.c-editor blockquote p:last-child {
  margin-bottom: 0rem;
}
.c-editor .wp-block-embed.is-type-wp-embed {
  margin-bottom: 1.5rem;
}
.c-editor .p-single-contact .wp-block-button {
  margin-bottom: 1.5rem;
}
.c-editor .wp-block-button a {
  color: #fff;
  font-weight: 500;
  background: #fa8b41;
  text-decoration: none;
}
.c-editor .p-single-contact .smb-box {
  padding: 1.25rem;
}
.c-editor .smb-box__background {
  background: #eaeef2;
  margin-bottom: 1.5rem;
}
.c-editor .smb-box__background p:last-child {
  margin-bottom: 0rem;
}
.c-editor .smb-balloon {
  margin-bottom: 1.5rem;
}
.c-editor .smb-balloon__body {
  background: linear-gradient(-135deg, #e2fcff, #b8d6ff);
}
.c-editor .smb-balloon__body:before,
.c-editor .smb-balloon__body:after {
  border-right-color: #b8d6ff;
}
.c-editor .smb-balloon__body p:last-child {
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .c-editor .smb-balloon__body:before,
  .c-editor .smb-balloon__body:after {
    border-right-color: transparent;
    border-bottom-color: #b8d6ff;
  }
}
.c-editor .temp-step {
  padding: 0 1rem;
}
@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(#75ABEA), to(#DAEBFF));
  background: linear-gradient(0deg, #75ABEA, #DAEBFF);
}
@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: #75ABEA 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: #055EC4;
  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: #055EC4;
  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/common/check_list.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-editor .temp-faq {
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .temp-faq {
    padding: 0;
  }
}
.c-editor .temp-faq .wp-block-accordion-item {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1rem;
}
.c-editor .temp-faq .wp-block-accordion-heading__toggle {
  padding: 0;
}
.c-editor .temp-faq .wp-block-accordion-heading {
  padding-bottom: 1rem;
  margin-bottom: 0rem;
  border-bottom: none;
}
.c-editor .temp-faq .wp-block-accordion-heading__toggle-title {
  position: relative;
  color: #055EC4;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  padding: 0.5rem 0.5rem 0.25rem 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-editor .temp-faq .wp-block-accordion-heading__toggle-title {
    padding-bottom: 0rem;
  }
}
.c-editor .temp-faq .wp-block-accordion-heading__toggle-title::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
}
.c-editor .temp-faq .wp-block-accordion-heading__toggle-title:hover {
  opacity: 0.7;
}
.c-editor .temp-faq .wp-block-accordion-heading__toggle-icon {
  font-size: 0;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/common/accordion_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.c-editor .temp-faq .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-editor .temp-faq .wp-block-accordion-panel {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
.c-editor .temp-faq .wp-block-accordion-panel::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-editor .temp-column {
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .temp-column {
    padding: 0;
  }
}
.c-editor .temp-column .wp-block-columns {
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .temp-column .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
}
.c-editor .temp-column figure {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .temp-column figure {
    width: 5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0rem;
  }
}
.c-editor .temp-column figure img {
  margin-bottom: 0rem;
}
.c-editor .temp-column h3 {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .temp-column h3 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-editor .temp-column p {
    text-align: left;
  }
}

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

.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.5;
  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.5rem;
  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: #fff;
  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: #fff;
  overflow: hidden;
}
.c-cta__button span::before, .c-cta__button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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-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: #fa8b41;
}
.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;
}

.p-fv {
  width: 100%;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0vw 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background-position: top left 45%;
    padding: 21.3333333333vw 0vw 16vw 0vw;
  }
}

.p-fv__inner {
  width: 100%;
  min-height: 100vh;
  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.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    min-height: 100svh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
  }
}

.p-fv__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    padding: 0vw 5.3333333333vw;
  }
}

.p-fv__label {
  color: #fff;
  font-size: 1.3888888889vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv__label {
    font-size: 4.8vw;
  }
}

.p-fv__title {
  color: #fff;
  font-size: 3.3333333333vw;
  font-weight: 700;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 8.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-fv__title span {
  display: inline-block;
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    font-size: 11.2vw;
  }
}

.p-fv__text {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 500;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-fv__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1111111111vw;
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-fv__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4.2666666667vw;
    margin-top: 6.4vw;
  }
}

.p-fv__button {
  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: 4.4444444444vw;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 700;
  text-align: center;
  background: #fa8b41;
}
@media screen and (max-width: 767px) {
  .p-fv__button {
    max-width: 100%;
    height: 13.3333333333vw;
    font-size: 4.8vw;
  }
}
.p-fv__button:hover {
  color: #fff;
  background: #333333;
}

.p-fv__button--green {
  background: #20BB4F;
}
.p-fv__button--green:hover {
  color: #fff;
  background: #333333;
}

.p-fv__slide {
  position: relative;
  width: 100%;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
}
@media screen and (max-width: 767px) {
  .p-fv__slide {
    max-width: 100%;
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.p-fv__slide .swiper-fv {
  width: 100%;
}
.p-fv__slide .swiper-slide {
  height: auto;
  background: #fff;
}
.p-fv__slide .swiper-button-prev,
.p-fv__slide .swiper-button-next {
  position: absolute;
  top: 1.6666666667vw;
  right: 4.8611111111vw;
  left: auto;
  bottom: auto;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .swiper-button-prev,
  .p-fv__slide .swiper-button-next {
    top: 17.0666666667vw;
    left: auto;
    right: 13.3333333333vw;
    bottom: auto !important;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-fv__slide .swiper-button-next {
  right: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .swiper-button-next {
    right: 5.3333333333vw;
  }
}
.p-fv__slide .swiper-button-prev::after,
.p-fv__slide .swiper-button-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  background-image: url(../imgs/pc/btn_arrow_orange.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .swiper-button-prev::after,
  .p-fv__slide .swiper-button-next::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.p-fv__slide .swiper-button-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-fv__band {
  color: #fff;
  font-size: 1.6666666667vw;
  font-weight: 700;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .p-fv__band {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}

.p-fv__pickup {
  display: block;
}
.p-fv__pickup:hover {
  color: #fa8b41;
}
.p-fv__pickup:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv__pickup__thumbnail {
  width: 100%;
}

.p-fv__pickup__img {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
}
.p-fv__pickup__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__pickup__title {
  font-size: 1.3888888889vw;
  font-weight: 500;
  padding: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .p-fv__pickup__title {
    font-size: 3.7333333333vw;
    padding: 3.7333333333vw;
  }
}

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

.p-fv-about__eng {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-fv-about__eng span {
  display: block;
  color: #f5f1e8;
  font-family: "Gabarito", sans-serif;
  font-size: 23.75rem;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-fv-about__eng span {
    font-size: 15rem;
  }
}

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

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

.p-fv-about__title {
  font-size: 2.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title {
    font-size: 1.5rem;
  }
}

.p-fv-about__text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 1.25rem;
}

.p-fv-about__img {
  position: relative;
  left: -0.625rem;
  width: 100%;
  max-width: 31.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-about__img {
    left: 0;
    max-width: 100%;
    margin: 1.25rem auto 0 auto;
  }
}

.about-loop-slider {
  overflow: hidden;
  white-space: nowrap;
}

.about-loop-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 300s linear infinite;
          animation: marquee 300s linear infinite;
}

.about-loop-slider__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-fv-three {
  position: relative;
  width: 100%;
  padding: 7.5rem 2.5rem;
  background-image: url(../imgs/pc/fv_three_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-three {
    padding: 3.75rem 1.25rem;
    background-position: right;
    background-image: url(../imgs/sp/fv_three_bg.webp);
  }
}

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

.p-fv-three__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-three__title {
    font-size: 1.25rem;
  }
}
.p-fv-three__title::before {
  content: attr(data-en);
  display: block;
  font-family: "Gabarito", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-three__title::before {
    font-size: 3rem;
  }
}

.p-fv-three__text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-three__text {
    font-size: 1.125rem;
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-fv-three__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-three__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-fv-threeCard {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 21.4375rem;
  padding: 2.5rem;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-fv-threeCard {
    min-height: auto;
    padding: 1.25rem;
    border-bottom: 1px solid #CCCCCC;
    border-right: none;
  }
}
.p-fv-threeCard:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-fv-threeCard:last-of-type {
    border-bottom: none;
  }
}

.p-fv-threeCard__title {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
  margin-top: 1rem;
}
.p-fv-threeCard__title span {
  color: #fa8b41;
}

.p-fv-threeCard__text {
  line-height: 1.8;
  margin-top: 1rem;
}

.p-fv-three__exp {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-three__exp {
    font-size: 1.25rem;
    text-align: left;
    margin-top: 1.875rem;
  }
}
.p-fv-three__exp span {
  font-weight: 700;
}

.p-fv-three__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;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-three__lists {
    width: 100%;
    max-width: 21.375rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin: 1.5rem auto 0rem auto;
  }
}

.p-fv-three__list {
  width: 16.875rem;
  min-height: 8.75rem;
  border: 1px solid #fff;
  border-radius: 2.5rem;
  color: #fff;
  text-align: center;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-three__list {
    width: 10.4375rem;
    min-height: 6.875rem;
    border-radius: 1.25rem;
  }
}
.p-fv-three__list .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-three__list .title {
    font-size: 1rem;
  }
}
.p-fv-three__list .number {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 0.5rem;
}
.p-fv-three__list .number span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-three__list .number span {
    font-size: 3rem;
  }
}
.p-fv-three__list .comment {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-three__list .comment {
    font-size: 0.75rem;
    margin-top: 0rem;
  }
}
.p-fv-three__list .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.p-fv-three__list .group .number {
  margin-top: 0rem;
}
.p-fv-three__list .group .comment {
  margin-top: 0rem;
}

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

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

.p-fv-works__title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-works__title {
    font-size: 1.25rem;
  }
}
.p-fv-works__title::before {
  content: attr(data-en);
  display: block;
  font-family: "Gabarito", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-works__title::before {
    font-size: 3rem;
  }
}

.p-fv-works__text {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.875rem;
}

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

.p-fv-works__button {
  position: relative;
  width: 100%;
  max-width: 21.25rem;
  height: 4.5rem;
  margin: 3.125rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-right: 1.25rem;
  border: 1px solid #333333;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-works__button {
    margin-top: 2.5rem;
  }
}
.p-fv-works__button::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #fa8b41;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-fv-works__button::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/pc/btn_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-works__button span {
  position: relative;
  z-index: 4;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-works__button:hover {
  border: 1px solid #fa8b41;
}
.p-fv-works__button:hover span {
  color: #fff;
}
.p-fv-works__button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-fv-works__button:hover::after {
  right: 0.75rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
}

.p-fv-worksPost {
  width: 100%;
}
.p-fv-worksPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-fv-worksPost:hover .p-fv-worksPost__title {
  color: #fa8b41;
}

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

.p-fv-worksPost__img {
  position: relative;
  padding-top: 66.67%;
  overflow: hidden;
}
.p-fv-worksPost__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-worksPost__title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-news {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #f5f1e8;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    padding: 3.75rem 1.25rem;
  }
}

.p-fv-news__inner {
  width: 100%;
  max-width: 71.25rem;
  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 #fa8b41;
  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: 50%;
  left: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/btn_arrow_orange.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: #fa8b41;
}
.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 #333333;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    margin-top: 2.5rem;
  }
}

.p-fv-newsPost {
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: 1px solid #333333;
}
@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: #fa8b41;
}

.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: #333333;
  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-flow {
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow {
    padding: 3.75rem 1.25rem;
  }
}

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

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

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

.p-fv-flow__text {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__text {
    font-size: 1.25rem;
  }
}
.p-fv-flow__text a {
  color: #fa8b41;
  text-decoration: underline;
}

.p-fv-flowStep {
  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-fv-flowStep {
    margin-top: 1rem;
  }
}

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

.p-fv-flowStep__number {
  position: relative;
  width: 3.75rem;
  color: #fa8b41;
  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-fv-flowStep__number {
    width: 3.125rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 0.3125rem;
  }
}
.p-fv-flowStep__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: #fa8b41;
}
.p-fv-flowStep__number span {
  display: inline-block;
  font-size: 3.125rem;
  line-height: 0.84;
}
@media screen and (max-width: 767px) {
  .p-fv-flowStep__number span {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.p-fv-flowStep__box {
  width: 100%;
  padding-top: 1.875rem;
}

.p-fv-flowStep__title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-flowStep__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-fv-flowStep__text {
  font-size: 1rem;
  line-height: 1.625;
  padding: 1.25rem 1.625rem;
  background: rgba(245, 241, 232, 0.6);
  border-radius: 0.375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flowStep__text {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding: 0.9375rem 0.625rem;
    margin-top: 0.625rem;
  }
}
.p-fv-flowStep__text a {
  text-decoration: underline;
}
.p-fv-flowStep__text a:hover {
  color: #fa8b41;
}

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

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

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

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

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

.p-fv-faq__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-fv-faq__box {
    margin-top: 1.5rem;
  }
}

.p-fv-faqCard {
  width: 100%;
  background: #fff;
  border-radius: 0.75rem;
}

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

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

.p-fv-faqCard__text {
  font-size: 1rem;
  line-height: 1.625;
}

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

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

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

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

.p-achievementsPost__thumbnail {
  width: 100%;
}

.p-achievementsPost__img {
  position: relative;
  padding-top: 70.8333333333%;
  overflow: hidden;
}
.p-achievementsPost__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-achievementsPost__title {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

.p-company__text {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.67;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company__text {
    font-size: 1.125rem;
  }
}
.p-company__text span {
  color: #fa8b41;
  text-shadow: 0rem 0.0625rem 0.0625rem rgba(204, 204, 204, 0.4);
}

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

.p-company__table {
  width: 100%;
}
.p-company__table th,
.p-company__table td {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__table th,
  .p-company__table td {
    font-size: 1rem;
    padding: 1rem 0rem;
  }
}
.p-company__table th {
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__table th {
    width: 6.875rem;
  }
}
.p-company__table td {
  width: calc(100% - 8.75rem);
}
@media screen and (max-width: 767px) {
  .p-company__table td {
    width: calc(100% - 6.875rem);
  }
}
@media screen and (max-width: 767px) {
  .p-company__table td span {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .p-company__table td span:last-of-type {
    margin-bottom: 0rem;
  }
}

.p-company__map {
  width: 100%;
}

.p-company__mapIn {
  position: relative;
  width: 100%;
  padding-top: 65%;
}
.p-company__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-company__access {
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__access {
    font-size: 0.875rem;
  }
}

.p-company-access {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #f5f1e8;
}
@media screen and (max-width: 767px) {
  .p-company-access {
    padding: 3.75rem 1.25rem;
  }
}

.p-company-access__inner {
  width: 100%;
  max-width: 71.25rem;
  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-contact {
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.75rem 1.25rem;
  }
}

.p-contact__inner {
  width: 100%;
  max-width: 62.5rem;
  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.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.875rem;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-contact-form__required {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  background: #fa8b41;
  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: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3.75rem 1.25rem;
  }
}

.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: 2;
  font-weight: 500;
  text-align: center;
  margin-top: 3.125rem;
}
@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: #fff;
  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: #fff;
  overflow: hidden;
}
.p-thanks__back span::before, .p-thanks__back span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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-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%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
  opacity: 1;
}
.p-thanks__back span::after {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%) scale(-1, -1);
          transform: translate(calc(-50% + 1.125rem), -50%) scale(-1, -1);
  opacity: 0;
}
.p-thanks__back:hover {
  background: #fa8b41;
}
.p-thanks__back:hover span::before {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%) scale(-1, -1);
          transform: translate(calc(-50% - 1.125rem), -50%) scale(-1, -1);
  opacity: 0;
}
.p-thanks__back:hover span::after {
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
  opacity: 1;
}

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

.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 h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.875rem;
}
.p-policy__editor p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.p-policy__editor ul {
  padding-left: 1.25rem;
}
.p-policy__editor ul li {
  list-style: disc;
  font-size: 1rem;
}
.p-policy__editor ol {
  padding-left: 1.25rem;
}
.p-policy__editor ol li {
  list-style: decimal;
  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: #fa8b41;
}

.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: #fa8b41;
}

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

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

.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: 12.5rem;
  height: 2.9375rem;
  color: #fff;
  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: #fff;
  overflow: hidden;
}
.p-single-news__back span::before, .p-single-news__back span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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-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%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
  opacity: 1;
}
.p-single-news__back span::after {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%) scale(-1, -1);
          transform: translate(calc(-50% + 1.125rem), -50%) scale(-1, -1);
  opacity: 0;
}
.p-single-news__back:hover {
  background: #fa8b41;
}
.p-single-news__back:hover span::before {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%) scale(-1, -1);
          transform: translate(calc(-50% - 1.125rem), -50%) scale(-1, -1);
  opacity: 0;
}
.p-single-news__back:hover span::after {
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
  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: #fa8b41;
}

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

@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 */