@-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;
  }
}
.p-hero {
  width: 100%;
  height: 100vh;
  background-image: url(../../../../themes/ALIVE2023/assets/images/home/hero-pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.p-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.p-hero__title {
  position: absolute;
  left: 25px;
  top: 75%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 6rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-hero__title {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .p-hero {
    background-image: url(../../../../themes/ALIVE2023/assets/images/home/hero-sp.jpg);
  }
  .p-hero__title {
    width: 95%;
  }
}
.p-worry {
  position: relative;
}
.p-worry::before, .p-worry::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 7vw;
  max-height: 100px;
  min-height: 50px;
  background-color: #fff;
}
.p-worry::before {
  left: 0;
  -webkit-clip-path: polygon(0% 0, 0% 100%, 100% 100%);
          clip-path: polygon(0% 0, 0% 100%, 100% 100%);
}
.p-worry::after {
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.p-worry__title {
  text-align: center;
  font-size: 7rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-worry__title::after {
  content: "";
  background-image: url(../../../../themes/ALIVE2023/assets/images/home/line.svg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 40px;
}
.p-worry__title-dot {
  position: relative;
}
.p-worry__title-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.15em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #E73227;
}
.p-worry__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-worry__list-item {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-worry__list-item:first-child {
  margin-left: 0;
}
.p-worry__list-item:last-child {
  margin-right: 0;
}
.p-worry__list-item.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 1440px) {
  .p-worry__title {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-worry__title {
    font-size: 4rem;
  }
  .p-worry__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
  .p-worry__list-item {
    margin: 0;
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-worry__list-item:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-worry__title {
    font-size: 3.3rem;
  }
  .p-worry__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
  .p-worry__list-item {
    margin: 0;
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-worry__list-item:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-worry__title {
    font-size: 2.3rem;
  }
  .p-worry__title::after {
    height: 20px;
  }
  .p-worry__list-item {
    width: 33.3%;
  }
  .p-worry__list-item:nth-child(n+4) {
    margin-top: 30px;
  }
}
.p-solution {
  background-image: url(../../../../themes/ALIVE2023/assets/images/home/solution.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 124px;
  position: relative;
}
.p-solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 50%;
}
.p-solution__title {
  position: relative;
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 6rem;
  overflow: hidden;
  color: transparent;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.p-solution__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.p-solution__title::after {
  content: "";
  position: absolute;
  bottom: 0.15em;
  left: 0;
  z-index: -1;
  height: 20px;
  width: 98%;
  background-color: #E73227;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-solution__title.is-active {
  color: #fff;
}
.p-solution__title.is-active::before {
  -webkit-animation: solutionTextAnimaiton 1s;
  animation: solutionTextAnimaiton 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-solution__title.is-active::after {
  opacity: 0;
  -webkit-animation: solutionTextBorderAnimaiton 0.5s;
  animation: solutionTextBorderAnimaiton 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.p-solution__lead {
  margin-top: 55px;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}
.p-solution__list {
  padding: 0;
  margin: 30px auto 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 35px;
}
.p-solution__list-item {
  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: 150px;
  height: 150px;
  background-color: #E73227;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .p-solution__title {
    font-size: 5rem;
  }
  .p-solution__lead {
    font-size: 2.6rem;
  }
  .p-solution__list {
    margin-top: 60px;
  }
  .p-solution__list-item {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .p-solution__title {
    font-size: 4rem;
  }
  .p-solution__lead {
    margin-top: 25px;
    font-size: 2.3rem;
  }
  .p-solution__list {
    margin-top: 40px;
    gap: 15px;
  }
  .p-solution__list-item {
    width: 100px;
    height: 100px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__list {
    gap: 20px;
    max-width: 500px;
  }
  .p-solution__list-item {
    width: 120px;
    height: 120px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-solution {
    padding-bottom: 80px;
  }
  .p-solution__title {
    font-size: 2.5rem;
  }
  .p-solution__title::after {
    height: 0.5em;
  }
  .p-solution__lead {
    margin-top: 25px;
    font-size: 1.8rem;
  }
  .p-solution__list {
    margin-top: 30px;
    gap: 15px;
    max-width: 420px;
  }
  .p-solution__list-item {
    width: 95px;
    height: 95px;
    font-size: 1.4rem;
  }
}
.p-business {
  position: relative;
}
.p-business__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-business__list-item {
  width: 47%;
  padding: 30px 26px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px #9F9F9F;
          box-shadow: 0 10px 20px #9F9F9F;
}
.p-business__list-item .title {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.p-business__list-item .title::before, .p-business__list-item .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 3px;
  width: 40px;
  background-color: #E73227;
}
.p-business__list-item .title::before {
  left: -15px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.p-business__list-item .title::after {
  right: -15px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.p-business__list-item:nth-child(n+3) {
  margin-top: 70px;
}
.p-business__btn {
  margin-top: 75px;
}

@media screen and (max-width: 1024px) {
  .p-business__list {
    margin-top: 35px;
  }
  .p-business__list-item {
    padding: 20px 15px;
  }
  .p-business__list-item .title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .p-business__list-item .title::before, .p-business__list-item .title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 3px;
    width: 25px;
    background-color: #E73227;
  }
  .p-business__list-item .title::before {
    left: -10px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .p-business__list-item .title::after {
    right: -10px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .p-business__list-item:nth-child(n+3) {
    margin-top: 40px;
  }
  .p-business__btn {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__list {
    margin-top: 35px;
  }
  .p-business__list-item {
    padding: 15px;
    width: 100%;
  }
  .p-business__list-item .title {
    margin: 10px auto 0;
  }
  .p-business__list-item:nth-child(n+3) {
    margin-top: 0;
  }
  .p-business__list-item:not(:first-child) {
    margin-top: 20px;
  }
  .p-business__btn {
    margin-top: 35px;
  }
}
.p-about {
  position: relative;
}
.p-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0, 100% 100%, 0% 100%);
}
.p-about__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;
  margin-top: 60px;
}
.p-about__contents .p-about__image {
  width: 50%;
}
.p-about__contents .p-about__text {
  width: 47%;
}
.p-about__contents .p-about__text h3 {
  font-size: 3rem;
}
.p-about__contents .p-about__text p {
  margin-top: 30px;
  line-height: 1.75;
}
.p-about__btn {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .p-about::after {
    height: 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 50px 0;
  }
  .p-about::after {
    height: 0%;
  }
  .p-about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .p-about__contents .p-about__image {
    width: 100%;
  }
  .p-about__contents .p-about__text {
    width: 100%;
    margin-top: 30px;
  }
  .p-about__contents .p-about__text h3 {
    font-size: 2rem;
    text-align: center;
  }
  .p-about__contents .p-about__text p {
    margin-top: 15px;
  }
  .p-about__btn {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
  }
}
.p-news {
  background-color: #fff;
  position: relative;
}
.p-news__list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
}
.p-news__list-item a {
  display: block;
  padding: 30px 10px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  color: #191919;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.p-news__list-item a:hover {
  background-color: #F7F7F7;
}
.p-news__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__article-date {
  width: 10%;
  margin-right: 70px;
  min-width: 130px;
  color: #707070;
}
.p-news__article-title {
  width: 70%;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-news__btn {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-news__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
  }
  .p-news__list-item a {
    padding: 15px 10px;
  }
  .p-news__list-item a:hover {
    background-color: #F7F7F7;
  }
  .p-news__article {
    -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-news__article-date {
    width: 100%;
    margin-right: 0;
    min-width: 100%;
  }
  .p-news__article-title {
    width: 100%;
    font-size: 1.6rem;
  }
  .p-news__btn {
    margin-top: 40px;
  }
}