@charset "UTF-8";
@-webkit-keyframes clipPathSlideIn {
  0% {
    -webkit-clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
            clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
}
@keyframes clipPathSlideIn {
  0% {
    -webkit-clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
            clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
}
@-webkit-keyframes clipPathSlideInTab {
  0% {
    -webkit-clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
            clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
}
@keyframes clipPathSlideInTab {
  0% {
    -webkit-clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
            clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
}
@-webkit-keyframes clipPathSlideInSp {
  0% {
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipPathSlideInSp {
  0% {
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes loadingFadeOutBg {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes loadingFadeOutBg {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes loadingFadeOutLogo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  80% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 65%;
  }
}
@keyframes loadingFadeOutLogo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  80% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 65%;
  }
}
@-webkit-keyframes solutionTextAnimaiton {
  0% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes solutionTextAnimaiton {
  0% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@-webkit-keyframes solutionTextBorderAnimaiton {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes solutionTextBorderAnimaiton {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes front-pageLoadingAnimation {
  0% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes front-pageLoadingAnimation {
  0% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* ---------------------------------------------
**  foundation start
--------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.75;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #191919;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
body.active {
  overflow: hidden;
}

.wrapper {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.en {
  font-family: "Roboto", sans-serif;
}

.ib {
  display: inline-block;
}

.sp-block-1024 {
  display: none;
}

.sp-block-768 {
  display: none;
}

.sp-block-600 {
  display: none;
}

.sp-none-1024 {
  display: block;
}

.sp-none-768 {
  display: block;
}

.sp-none-600 {
  display: block;
}

@media screen and (max-width: 1024px) {
  .sp-block-1024 {
    display: block;
  }
  .sp-none-1024 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-block-768 {
    display: block;
  }
  .sp-none-768 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
  .sp-block-600 {
    display: block;
  }
  .sp-none-600 {
    display: none;
  }
}
/* ---------------------------------------------
**  foundation end
--------------------------------------------- */
/* ---------------------------------------------
**  layout start
--------------------------------------------- */
.l-inner {
  height: 100%;
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .l-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-section {
  padding: 150px 0;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 100px 0;
  }
}
.l-single {
  padding-top: 50px;
  padding-bottom: 150px;
  display: block;
}

/* ---------------------------------------------
**  layout end
--------------------------------------------- */
/* ---------------------------------------------
**  object start
--------------------------------------------- */
.c-btn-more {
  display: block;
  position: relative;
  max-width: 300px;
  padding: 18px 0;
  background-color: #E73227;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-btn-more::after {
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 52%;
  right: 8%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-btn-more--small {
  max-width: 227px;
  font-size: 1.6rem;
}
.c-btn-more--center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn-more:hover {
  opacity: 0.9;
}
.c-btn-more:hover::after {
  right: 5%;
}

@media screen and (max-width: 1024px) {
  .c-btn-more {
    max-width: 280px;
    padding: 13px 0;
  }
  .c-btn-more--small {
    max-width: 227px;
    font-size: 1.6rem;
  }
  .c-btn-more:hover::after {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-more {
    max-width: 280px;
    padding: 8px 0;
    font-size: 1.8rem;
  }
  .c-btn-more--small {
    max-width: 180px;
    font-size: 1.5rem;
  }
}
.c-section-title {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
}
.c-section-title--white {
  color: #fff;
}
.c-section-title--red {
  color: #E73227;
}
.c-section-title--small {
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .c-section-title {
    font-size: 3rem;
  }
  .c-section-title--small {
    font-size: 1.6rem;
  }
}
.c-section-title2 {
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-section-title2--red {
  color: #E73227;
}
.c-section-title2--small {
  font-size: 1.8rem;
}
.c-section-title2--border {
  position: relative;
}
.c-section-title2--border::before, .c-section-title2--border::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 3px;
  background-color: #E73227;
}
.c-section-title2--border::before {
  left: -15px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.c-section-title2--border::after {
  right: -15px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media screen and (max-width: 1024px) {
  .c-section-title2 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .c-section-title2--small {
    font-size: 1.5rem;
  }
  .c-section-title2--border::before, .c-section-title2--border::after {
    width: 25px;
  }
  .c-section-title2--border::before {
    left: -10px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .c-section-title2--border::after {
    right: -10px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (max-width: 600px) {
  .c-section-title2 {
    font-size: 2rem;
  }
  .c-section-title2--small {
    font-size: 1.3rem;
  }
  .c-section-title2--border::before {
    left: -10px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .c-section-title2--border::after {
    right: -10px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.c-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
.c-loading__logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
  -webkit-animation: loadingFadeOutLogo 1s ease forwards;
          animation: loadingFadeOutLogo 1s ease forwards;
}

.c-btn-submit {
  margin-top: 20px;
}
.c-btn-submit input {
  color: white;
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 15px 0;
}
.c-btn-submit__next, .c-btn-submit__prev {
  cursor: pointer;
  width: 400px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-btn-submit__next {
  color: #fff;
  background-color: #E73227;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0% 100%);
}
.c-btn-submit__prev {
  position: relative;
  color: #fff;
  background-color: #E73227;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 50%);
          clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 50%);
}
.c-btn-submit__prev input {
  color: #E73227;
}
.c-btn-submit__prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  background-color: white;
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 50%);
          clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 50%);
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .c-btn-submit input {
    padding: 10px 0;
  }
  .c-btn-submit__next, .c-btn-submit__prev {
    width: 250px;
    font-size: 1.8rem;
  }
}
.c-hamburger {
  display: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 45px;
  height: 45px;
}
.c-hamburger__line {
  display: block;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  position: absolute;
  right: 0;
}
.c-hamburger__line1 {
  width: 45px;
  top: 14px;
}
.c-hamburger__line2 {
  width: 32px;
  top: 23px;
}
.c-hamburger__line3 {
  width: 20px;
  top: 32px;
}
.c-hamburger:hover .c-hamburger__line1 {
  width: 45px;
}
.c-hamburger:hover .c-hamburger__line2 {
  width: 45px;
}
.c-hamburger:hover .c-hamburger__line3 {
  width: 45px;
}
.c-hamburger.active .c-hamburger__line {
  background-color: #191919;
}
.c-hamburger.active .c-hamburger__line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 28px;
  top: 25px;
  right: 8px;
}
.c-hamburger.active .c-hamburger__line2 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  width: 30px;
}
.c-hamburger.active .c-hamburger__line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 28px;
  top: 25px;
  right: 8px;
}
.c-hamburger.active::before {
  width: 100%;
  height: 100vh;
}
.c-hamburger-black span {
  background-color: #191919;
}

@media screen and (max-width: 1024px) {
  .c-hamburger {
    display: block;
  }
}
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-header-contents {
  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-top: 10px;
  padding-bottom: 10px;
}
.p-header.active {
  background-color: rgba(255, 255, 255, 0.9);
}
.p-header.active .p-header__hamburger span {
  background-color: #191919;
}

@media screen and (max-width: 1024px) {
  .p-header-contents {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .p-header__content__logo {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .p-header-content__logo {
    width: 100px;
  }
}
.p-navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.p-navigation ul li:not(:first-child) {
  margin-left: 15px;
}
.p-navigation ul li a {
  position: relative;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.25;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow-x: hidden;
}
.p-navigation ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  height: 1px;
  width: 100%;
  background-color: #E73227;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-navigation ul li a:hover {
  color: #E73227;
}
.p-navigation ul li a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-header-navigation__list li a {
  color: #fff;
}
.p-header-navigation__list .p-header-navigation__list-contact a {
  border: 2px solid #E73227;
  background-color: #E73227;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  letter-spacing: 0.1em;
}
.p-header-navigation__list .p-header-navigation__list-contact a::after {
  content: none;
}
.p-header-navigation__list .p-header-navigation__list-contact a:hover {
  background-color: #fff;
}
.p-header-navigation.active .p-header-navigation__list li:not(.p-header-navigation__list-contact) a {
  color: #191919;
}
.p-header-navigation.active .p-header-navigation__list li:not(.p-header-navigation__list-contact) a:hover {
  color: #E73227;
}
.p-header-navigation-black ul li:not(.p-header-navigation__list-contact) a {
  color: #191919;
}

@media screen and (max-width: 1024px) {
  .p-header-navigation {
    display: none;
  }
}
.p-footer-navigation__list li a {
  color: #191919;
}

.p-footer-contents {
  padding-top: 50px;
}
.p-footer-contents .p-footer-content {
  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;
}
.p-footer-contents .p-footer-content__top {
  padding: 5px 0;
  border-bottom: 1px solid #EFF0F3;
}
.p-footer-contents .p-footer-content__bottom {
  font-size: 1.5rem;
  color: #707070;
  padding: 15px 0;
}
.p-footer-contents .p-footer-content__privacy {
  color: #707070;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p-footer-contents .p-footer-content .footer-logo {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .p-footer-contents .p-footer-content__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-footer-contents .p-footer-content__top .p-footer-navigation {
    margin-top: 30px;
    width: 100%;
  }
  .p-footer-contents .p-footer-content__top .p-footer-navigation__list {
    padding-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footer-contents .p-footer-content__top .p-footer-navigation__list li {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-footer-contents .p-footer-content__top .p-footer-navigation__list {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-footer-contents .p-footer-content__top .p-footer-navigation__list li {
    margin-left: 0;
    width: 100%;
    border-top: 1px solid #D9D9D9;
  }
  .p-footer-contents .p-footer-content__top .p-footer-navigation__list li a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 15px 10px;
  }
  .p-footer-contents .p-footer-content__top .p-footer-navigation__list li a:hover {
    background-color: #F7F7F7;
  }
  .p-footer-contents .p-footer-content__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.3rem;
    gap: 5px;
  }
}
.p-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer-links .p-footer-link {
  position: relative;
  width: 50%;
  padding: 100px 0;
  background-position: center;
  background-size: cover;
}
.p-footer-links .p-footer-link__btn {
  margin-top: 40px;
}
.p-footer-links .p-footer-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.p-footer-links .p-footer-link::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.p-footer-links .p-footer-link h2, .p-footer-links .p-footer-link a {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-footer-links .p-footer-link {
    width: 100%;
    padding: 30px 0;
  }
  .p-footer-links .p-footer-link__btn {
    margin-top: 20px;
  }
  .p-footer-links .p-footer-link h2, .p-footer-links .p-footer-link a {
    position: relative;
    z-index: 1;
  }
  .p-footer-links .p-footer-link__title {
    font-size: 2.5rem;
  }
}
.p-page-footer-link {
  position: relative;
  padding: 100px 0;
  background-position: center;
  background-size: cover;
}
.p-page-footer-link__btn {
  margin-top: 40px;
}
.p-page-footer-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.p-page-footer-link::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.p-page-footer-link h2, .p-page-footer-link a {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .p-page-footer-link {
    padding: 50px 0;
  }
}
.p-page-hero {
  height: 55vh;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.p-page-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-page-hero__title {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 6rem;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-page-hero__title__anime {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-animation: "mask-bg" 0.2s cubic-bezier(0.8, 0, 0.17, 1) 1.5s forwards;
          animation: "mask-bg" 0.2s cubic-bezier(0.8, 0, 0.17, 1) 1.5s forwards;
  background-color: white;
  padding: 0 0.2em;
  line-height: 1.5;
}

@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes mask-bg {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .p-page-hero__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page-hero__title {
    font-size: 4rem;
  }
}
.p-sp-menu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sp-menu.active {
  opacity: 1;
  pointer-events: auto;
}
.p-sp-menu__top {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-sp-menu__top a {
  display: inline-block;
}
.p-sp-menu__top img {
  width: 100px;
}
.p-sp-menu__bottom {
  margin-top: 10px;
}
.p-sp-menu__bottom .p-header-navigation-sp__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.p-sp-menu__bottom .p-header-navigation-sp__list li {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.p-sp-menu__bottom .p-header-navigation-sp__list li a {
  position: relative;
  text-decoration: none;
  color: #191919;
  display: block;
  padding: 15px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  border: none;
}
.p-sp-menu__bottom .p-header-navigation-sp__list li a::after {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-sp-menu__bottom .p-header-navigation-sp__list li a:hover {
  background-color: #F7F7F7;
  color: #E73227;
}
.p-sp-menu__bottom .p-header-navigation-sp__list li a:hover::after {
  color: #E73227;
}
.p-sp-menu__btn {
  margin-top: 30px;
}

.u-bg-gray {
  background-color: #EFF0F3;
}

.u-bg-light-gray {
  background-color: #F7F7F7;
}

.u-bg-light-black {
  background-color: #F7F7F7;
}

.u-bg-skew-gray {
  position: relative;
}
.u-bg-skew-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EFF0F3;
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  -webkit-transition: -webkit-clip-path 1s;
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
  will-change: clip-path;
}

.u-anime-bg-skew-gray {
  position: relative;
}
.u-anime-bg-skew-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EFF0F3;
  -webkit-clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
          clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1s;
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
  will-change: clip-path;
}
.u-anime-bg-skew-gray.is-active::before {
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
}

@media screen and (max-width: 1024px) {
  .u-anime-bg-skew-gray::before {
    -webkit-clip-path: polygon(0 10%, 0% 10%, 0% 90%, 0% 100%);
            clip-path: polygon(0 10%, 0% 10%, 0% 90%, 0% 100%);
  }
  .u-anime-bg-skew-gray.is-active::before {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  .u-anime-bg-skew-gray::before {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    will-change: transform;
  }
  .u-anime-bg-skew-gray.is-active::before {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
.u-shadow {
  -webkit-box-shadow: 5px 5px 20px #9F9F9F;
          box-shadow: 5px 5px 20px #9F9F9F;
}

/* ---------------------------------------------
**  object end
--------------------------------------------- */