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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

body.is-locked {
  overflow: hidden;
}

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

a,
span {
  display: inline-block;
}

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

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.l-header__inner {
  width: 100%;
  height: 5.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding-left: 0.6875rem;
  }
}

.l-header__logo {
  width: 17.75rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 12rem;
    margin-top: 0.3125rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

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

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

.l-header-nav__list {
  font-size: 0.9375rem;
  font-weight: 500;
}

.l-header-nav__link {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.375rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EC866B), to(#EC866B));
  background-image: linear-gradient(#EC866B, #EC866B);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s, color 0.3s;
  transition: background-size 0.3s, color 0.3s;
}
.l-header-nav__link:hover {
  color: #EC866B;
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 2px; /* 下線の横幅を100%にする */
}

.l-header-nav__btn {
  width: 8.75rem;
  height: 5.9375rem;
  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.9375rem;
  line-height: 1;
  font-weight: 500;
  background: #EC866B;
  border-bottom-left-radius: 1.875rem;
}
.l-header-nav__btn span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__btn:hover {
  background: #FDD5B2;
}

.scroll {
  position: absolute;
  z-index: 10;
  left: -0.3125rem;
  bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .scroll {
    left: -0.9375rem;
  }
}

.scroll-text {
  color: #EC866B;
  font-size: 0.625rem;
  text-align: center;
  -webkit-transform: scale(-1, -1) rotate(90deg);
          transform: scale(-1, -1) rotate(90deg);
}

.scroll-border {
  position: relative;
  top: 1.25rem;
  left: 0.09375rem;
  width: 100%;
  height: 6.25rem;
  overflow: hidden;
}

.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 2.5rem;
  top: 0;
  left: 0;
  right: 0;
  background: #EC866B;
  -webkit-animation: scrollbar 2s ease-in-out infinite;
          animation: scrollbar 2s ease-in-out infinite;
  margin: auto;
}

@-webkit-keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
.l-main {
  position: relative;
  width: 100%;
  contain: paint;
}

.l-footer {
  width: 100%;
  background: #EC866B;
  padding: 5rem 2.5rem 2.6875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.125rem 1.25rem 0.625rem 1.25rem;
  }
}

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

.l-footer__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: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
  }
}

.l-footer__list {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 500;
}

.l-footer__link {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 500;
}
.l-footer__link:hover {
  opacity: 0.7;
}

.l-footer__box {
  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;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 3.125rem;
  }
}

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

.l-footer__cope {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}
@media screen and (max-width: 767px) {
  .l-footer__cope {
    font-size: 0.75rem;
    line-height: 1.25;
    text-align: center;
    margin-top: 0.75rem;
  }
}

.c-title {
  position: relative;
  z-index: 2;
  font-size: 1.8125rem;
  line-height: 1.4482758621;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.c-title::after {
  content: attr(data-en);
  display: block;
  color: #EC866B;
  font-family: "Urbanist", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0.625rem;
}

.c-title-item {
  position: absolute;
  z-index: 1;
  top: 10.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-title-item {
    top: 7.3125rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    top: 0rem;
    right: 0rem;
    width: 3.75rem;
    height: 3.75rem;
    background: #EC866B;
    border-bottom-left-radius: 1.25rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.125rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.625rem;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: calc(50% - 0.5rem);
}
.c-hamburger span:nth-of-type(3) {
  top: calc(50% + 0.5rem);
}

.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) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  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: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 7.5rem 1.25rem 3.75rem 1.25rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.c-hamburger-nav__list {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 1.875rem;
}
.c-hamburger-nav__list:first-of-type {
  margin-top: 0rem;
}

.c-hamburger-nav__link {
  position: relative;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
.c-hamburger-nav__link:hover {
  color: #EC866B;
}

.c-hamburger-nav__btn {
  width: 100%;
  max-width: 13.125rem;
  height: 3.375rem;
  margin: 2.5rem 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;
  color: #EC866B;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border: 1px solid #EC866B;
}
.c-hamburger-nav__btn:hover {
  color: #fff;
  background: #EC866B;
}

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

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

.p-fv__ribbon {
  position: absolute;
  z-index: 2;
  top: 6rem;
  left: calc(50% + 3.75rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 101.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__ribbon {
    top: 4rem;
    left: calc(50% - 3.75rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 43.9375rem;
  }
}

.p-fv__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 0.9375rem;
  }
}

.p-fv__box {
  width: 100%;
  max-width: 28rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    max-width: 26.25rem;
    margin: 0 auto;
  }
}

.p-fv__titleBox {
  position: relative;
  z-index: 3;
}

.p-fv__title {
  position: relative;
  z-index: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.125rem;
  line-height: 1.7;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.25rem;
    padding: 0 2.375rem;
  }
}
.p-fv__title.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-text-stroke: 0.5rem #fff;
}

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

.p-fv__img02 {
  position: relative;
  left: -0.625rem;
  width: 18.1875rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__img02 {
    left: auto;
    width: 9.375rem;
    margin-top: 0.9375rem;
    margin-left: auto;
  }
}

.p-fv-news {
  width: 100%;
  margin-top: -12.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    position: relative;
    z-index: 1;
    padding: 7.1875rem 1.25rem 4.375rem 1.25rem;
    margin-top: -5.4375rem;
  }
}

.p-fv-news__bgImg {
  width: 100%;
  height: 42.1875rem;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .p-fv-news__bgImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}

.p-fv-news__inner {
  position: relative;
  z-index: 2;
  max-width: 62.5rem;
  background: #fff;
  padding: 4.375rem 6.25rem 2.8125rem 6.25rem;
  border-bottom: 0.5rem solid #EC866B;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
  margin: -24.625rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    padding: 3.125rem 1.5rem 2.5rem 1.5rem;
    border-radius: 0.625rem;
    margin-top: 0rem;
  }
}

.p-fv-news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    font-weight: 500;
  }
}
.p-fv-news__title::before {
  content: attr(data-en);
  display: block;
  color: #EC866B;
  font-family: "Urbanist", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.p-fv-news__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-right: 1.75rem;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    padding-right: 0rem;
  }
}

.p-fv-news__link {
  position: relative;
  padding-right: 2.5rem;
  border-bottom: 1px solid #C7C7C7;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__link {
    padding-right: 0rem;
  }
}
.p-fv-news__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5625rem;
  width: 0.4375rem;
  height: 0.8125rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-fv-news__link::after {
    display: none;
  }
}
.p-fv-news__link:hover {
  color: #EC866B;
}
.p-fv-news__link:hover::after {
  right: 0.25rem;
  background-image: url(../imgs/pc/btn_arrow_green.svg);
}

.p-fv-news__time {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 500;
}

.p-fv-news__post {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 0.625rem;
  margin-top: 0.25rem;
}

.p-fv-news__btn {
  position: relative;
  width: 100%;
  max-width: 25rem;
  height: 3.375rem;
  margin: 2rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EC866B;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  border: 1px solid #EC866B;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-news__btn {
    max-width: 16.125rem;
  }
}
.p-fv-news__btn:hover {
  color: #fff;
  background: #EC866B;
}

/* 初期状態：4件目以降を隠す */
.p-fv-news[data-expanded=false] .p-fv-news__wrapper > .p-fv-news__link:nth-child(n+4) {
  display: none;
}

/* 展開後：全部表示 */
.p-fv-news[data-expanded=true] .p-fv-news__wrapper > .p-fv-news__link {
  display: block; /* もとのレイアウトに合わせて inline-block 等なら置き換え */
}

/* ボタンを消す（好みで） */
.p-fv-news[data-expanded=true] .p-fv-news__btn {
  display: none;
}

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

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

.p-fv-list__imgBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.p-fv-list__wrapper {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin: -5.125rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv-list__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: calc(100% - 2.5rem);
    margin: -1.25rem auto 0rem auto;
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
  }
}
.p-fv-list__wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 7.5rem;
  background: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .p-fv-list__wrapper::after {
    width: 17.625rem;
    height: 2px;
  }
}

.p-fv-list__link {
  width: 100%;
  height: 10.625rem;
  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;
  background: #fff;
  padding: 0 2.5rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-fv-list__link {
    height: auto;
    padding: 1.25rem 1.0625rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-fv-list__link:hover {
  background: #EC866B;
}
.p-fv-list__link:hover .p-fv-list__title {
  color: #fff;
}
.p-fv-list__link:hover .p-fv-list__title::before {
  color: #fff;
}

.p-fv-list__title {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-list__title::before {
  content: attr(data-en);
  display: block;
  color: #EC866B;
  font-family: "Urbanist", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-list__icon {
  width: 3.75rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-list__icon {
    width: 2.625rem;
    margin-right: 0.9375rem;
  }
}

.p-fv-list__icon02 {
  width: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-list__icon02 {
    width: 3.9375rem;
    margin-top: 0.625rem;
    margin-right: 0.9375rem;
  }
}

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

.p-fv-card__inner {
  width: 100%;
  max-width: 42.5rem;
  margin: 5rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-card__inner {
    padding: 0 1.25rem;
    margin: 4.375rem auto 0rem auto;
    gap: 1.25rem;
  }
}

.p-fv-card__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: 100%;
  background: #EC866B;
  border: 1px solid #EC866B;
  padding: 1.125rem 1.75rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-card__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    padding: 1rem 1.5rem 1.25rem 1.5rem;
    border-radius: 0.625rem;
  }
}
.p-fv-card__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8125rem;
  width: 0.4375rem;
  height: 0.8125rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-card__link::after {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 3.25rem;
    right: 1.25rem;
  }
}
.p-fv-card__link:hover {
  background: #fff;
}
.p-fv-card__link:hover::after {
  right: 1.25rem;
  background-image: url(../imgs/pc/btn_arrow_green.svg);
}
.p-fv-card__link:hover .p-fv-card__title {
  color: #EC866B;
}

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

.p-fv-card__title {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-card__title {
    width: 100%;
  }
}
.p-fv-card__title::before {
  content: attr(data-en);
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

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

.p-fv-file__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 5rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.5rem;
  background: #FFF8ED;
  border-radius: 1.25rem;
  padding-top: 2.9375rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-file__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.125rem 1.875rem 3.4375rem 3.625rem;
    margin: 4.375rem auto 0rem auto;
    gap: 5rem;
  }
}

.p-fv-file__box {
  width: 100%;
  max-width: 42.3125rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-file__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-fv-file__title {
  width: 17.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 2;
  border-left: 0.25rem solid #EC866B;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-file__title {
    width: auto;
  }
}
.p-fv-file__title::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../imgs/pc/pdf_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-fv-file__lists {
    margin-top: 1.75rem;
    padding-left: 1.25rem;
  }
}

.p-fv-file__list {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1;
  padding-left: 1rem;
  margin-top: 0.25rem;
}
.p-fv-file__list:first-of-type {
  margin-top: 0rem;
}
.p-fv-file__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #EC866B;
  border-radius: 100%;
}

.p-fv-file__link {
  font-size: 0.9375rem;
  line-height: 1.5;
  text-decoration: underline;
}
.p-fv-file__link:hover {
  color: #EC866B;
}

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

.p-group {
  position: relative;
  width: 100%;
  padding: 11.25rem 2.5rem 4rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-group {
    padding: 6.25rem 1.25rem 0rem 1.25rem;
  }
}

.p-group__inner {
  width: 100%;
}

.p-group__wrapper {
  width: 100%;
  max-width: 45rem;
  margin: 6.25rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-group__wrapper {
    max-width: 100%;
    margin-top: 3.75rem;
  }
}

.p-groupCard {
  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: 4.5rem;
  padding: 3.25rem 2.25rem;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (max-width: 767px) {
  .p-groupCard {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.125rem;
    padding: 2.8125rem 0rem;
  }
}
.p-groupCard:first-of-type {
  padding-top: 0rem;
}
.p-groupCard:last-of-type {
  padding-bottom: 0rem;
  border-bottom: none;
}

.p-groupCard__img {
  width: 100%;
  max-width: 15rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-groupCard__img {
    margin: 0 auto;
  }
}

.p-groupCard__box {
  width: 100%;
}

.p-groupCard__title {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-groupCard__title {
    font-size: 1rem;
    padding-left: 0.75rem;
  }
}
.p-groupCard__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  height: 2rem;
  background: #EC866B;
}
@media screen and (max-width: 767px) {
  .p-groupCard__title::before {
    width: 0.25rem;
  }
}

.p-groupCard__text {
  padding-right: 0.9375rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-groupCard__text {
    font-size: 0.875rem;
    margin-top: 1.125rem;
  }
}

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

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

.p-companyMission {
  width: 100%;
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-companyMission {
    margin-top: 4.0625rem;
  }
}

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

.p-companyMission__text {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-companyMission__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-companyMessage {
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-companyMessage {
    margin-top: 2.8125rem;
  }
}

.p-companyMessage__title {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: 700;
  padding-left: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-companyMessage__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding-left: 1.0625rem;
  }
}
.p-companyMessage__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.125rem;
  left: 0.25rem;
  width: 0.6875rem;
  height: 0.3125rem;
  background: #EC866B;
}
@media screen and (max-width: 767px) {
  .p-companyMessage__title::before {
    top: 0.875rem;
    left: 0rem;
    width: 0.5rem;
    height: 0.1875rem;
  }
}

.p-companyMessage__lists {
  padding-left: 1.75rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-companyMessage__lists {
    padding-left: 0.75rem;
    margin-top: 1.25rem;
  }
}

.p-companyMessage__list {
  list-style: decimal;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-companyMessage__list {
    font-size: 0.875rem;
    font-weight: 500;
  }
}

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

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

.p-recruit__text {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    margin-top: 2.8125rem;
  }
}

.p-recruit__label {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: 700;
  padding-left: 1.9375rem;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__label {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding-left: 1.0625rem;
    margin-top: 4.6875rem;
  }
}
.p-recruit__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.125rem;
  left: 0.25rem;
  width: 0.6875rem;
  height: 0.3125rem;
  background: #EC866B;
}
@media screen and (max-width: 767px) {
  .p-recruit__label::before {
    top: 0.875rem;
    left: 0rem;
    width: 0.5rem;
    height: 0.1875rem;
  }
}

.p-recruit__dl {
  margin-top: 0.9375rem;
}
.p-recruit__dl dt {
  font-weight: 700;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__dl dt {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}
.p-recruit__dl dt:first-of-type {
  margin-top: 0rem;
}
.p-recruit__dl dd {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-recruit__dl dd {
    font-size: 0.875rem;
    letter-spacing: -0.01em;
  }
}

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

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

.p-ir__text {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-ir__text {
    font-size: 1rem;
    margin-top: 3.125rem;
  }
}

.p-privacy {
  width: 100%;
  padding: 11.25rem 2.5rem 11.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 6.25rem 1.25rem 5.625rem 1.25rem;
  }
}

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

.p-privacy__text {
  margin-top: 4.5625rem;
}

.p-privacy__content {
  width: 100%;
  margin-top: 3.125rem;
}
.p-privacy__content h2 {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: 700;
  padding-left: 1.9375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__content h2 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding-left: 1.0625rem;
  }
}
.p-privacy__content h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.125rem;
  left: 0.25rem;
  width: 0.6875rem;
  height: 0.3125rem;
  background: #EC866B;
}
@media screen and (max-width: 767px) {
  .p-privacy__content h2::before {
    top: 0.875rem;
    left: 0rem;
    width: 0.5rem;
    height: 0.1875rem;
  }
}
.p-privacy__content p {
  font-weight: 500;
  margin-top: 1rem;
}
.p-privacy__content ul {
  padding-left: 1.25rem;
}
.p-privacy__content ul li {
  list-style: disc;
  font-weight: 500;
}

.p-cta {
  width: 100%;
  background-image: url(../imgs/pc/cta_bg.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8.125rem 2.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    min-height: 25.5rem;
    padding: 8.125rem 1.25rem 0rem 1.25rem;
    background-image: url(../imgs/sp/cta_bg.webp);
  }
}

.p-cta__inner {
  width: 100%;
}

.p-cta__title {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 500;
  text-align: center;
}
.p-cta__title::before {
  content: attr(data-en);
  display: block;
  color: #EC866B;
  font-family: "Urbanist", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.p-cta__btn {
  position: relative;
  width: 100%;
  max-width: 16.875rem;
  height: 4.25rem;
  margin: 2.1875rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EC866B;
  background: #fff;
  overflow: hidden;
}
.p-cta__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #EC866B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-cta__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  width: 0.4375rem;
  height: 0.8125rem;
  background-image: url(../imgs/pc/btn_arrow_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cta__btn span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EC866B;
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cta__btn:hover::before {
  left: 0;
}
.p-cta__btn:hover::after {
  right: 0.625rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
}
.p-cta__btn:hover span {
  color: #fff;
}

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

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

.p-contact__text {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
  }
}

.p-contact__btn {
  position: relative;
  width: 100%;
  width: 17.5rem;
  height: 3.75rem;
  margin: 3.125rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EC866B;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    width: 15rem;
    height: 3.125rem;
    margin: 2.5rem auto 0rem auto;
  }
}
.p-contact__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #EC866B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-contact__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 1rem;
  width: 0.4375rem;
  height: 0.8125rem;
  background-image: url(../imgs/pc/btn_arrow_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact__btn span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EC866B;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__btn span {
    font-size: 1rem;
  }
}
.p-contact__btn:hover::before {
  right: 0;
}
.p-contact__btn:hover::after {
  left: 0.625rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
}
.p-contact__btn:hover span {
  color: #fff;
}

.p-cf7 {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 3.75rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-cf7 {
    margin-top: 3.125rem;
  }
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #AAAAAA;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #AAAAAA;
}

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

.p-cf7__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-cf7__box {
    display: block;
  }
}

.p-cf7__title {
  min-width: 16.25rem;
  width: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title {
    min-width: auto;
    width: 100%;
    gap: 0.4375rem;
    margin-top: 0rem;
  }
}
.p-cf7__title label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-cf7__title label {
    font-size: 0.875rem;
  }
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  white-space: nowrap;
  background: #EC866B;
  border-radius: 0.1875rem;
  padding: 0.125rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title span {
    font-size: 0.75rem;
  }
}

.p-cf7__input {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cf7__input {
    margin-top: 0.625rem;
  }
}
.p-cf7__input .wpcf7-form-control-wrap {
  width: 100%;
}
.p-cf7__input input {
  display: block;
  width: 100%;
  height: 3.125rem;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  background: #fff;
  border: 1px solid #B9B9B9;
  border-radius: 0.1875rem;
  padding: 0rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input input {
    height: 2.8125rem;
    font-size: 0.8125rem;
    padding: 0rem 0.875rem;
  }
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea {
    margin-top: 0.625rem;
  }
}
.p-cf7__textarea .wpcf7-form-control-wrap {
  width: 100%;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 12.5rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.1875rem;
  border: 1px solid #B9B9B9;
  background: #fff;
  padding: 0.9375rem 1.25rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea textarea {
    height: 13.75rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    padding: 0.625rem 0.8125rem;
  }
}

.p-cf7__acceptance {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance {
    margin-top: 1.5625rem;
  }
}
.p-cf7__acceptance.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  top: 0.25rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000;
  background: #ffffff;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.3125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance input:checked ~ span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1875rem);
  left: 0.375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.p-cf7__acceptance p:not(:root) {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance p:not(:root) {
    font-size: 0.8125rem;
    line-height: 1.2307692308;
  }
}
.p-cf7__acceptance p:not(:root) a {
  text-decoration: underline;
}
.p-cf7__acceptance p:not(:root) a:hover {
  opacity: 0.6;
}

.p-cf7__submit {
  position: relative;
  width: 20rem;
  height: 3.75rem;
  margin: 3.75rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #EC866B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit {
    width: 15rem;
    height: 3.125rem;
    margin: 3.125rem auto 0rem auto;
  }
}
.p-cf7__submit::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  width: 0.4375rem;
  height: 0.8125rem;
  background-image: url(../imgs/pc/btn_arrow_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit:hover {
  color: #fff;
  background: #EC866B;
}
.p-cf7__submit:hover::after {
  right: 0.625rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
}
.p-cf7__submit:hover input {
  color: #fff;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EC866B;
  font-size: 1.125rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit input {
    font-size: 0.875rem;
  }
}
.p-cf7__submit input:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none;
}

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

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

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

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

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

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

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

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

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

.p-404__btn {
  position: relative;
  width: 100%;
  width: 17.5rem;
  height: 3.75rem;
  margin: 3.125rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EC866B;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    width: 15rem;
    height: 3.125rem;
    margin: 2.5rem auto 0rem auto;
  }
}
.p-404__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #EC866B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-404__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 1rem;
  width: 0.4375rem;
  height: 0.8125rem;
  background-image: url(../imgs/pc/btn_arrow_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-404__btn span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EC866B;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-404__btn span {
    font-size: 1rem;
  }
}
.p-404__btn:hover::before {
  right: 0;
}
.p-404__btn:hover::after {
  left: 0.625rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
}
.p-404__btn:hover span {
  color: #fff;
}

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

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

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

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