@charset "utf-8";
/* ======
page-name #frontPage
======*/
@media screen and (min-width: 768px) {
  #frontPage .l-header {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
  }
  #frontPage .l-header.is-active {
    opacity: 1;
    visibility: visible;
  }
}
/* --- p-front-header -------------------- */
.p-front-header {
  width: 100%;
  height: 124px;
  background: #edf1f4;
  position: relative;
  z-index: 2;
}
.p-front-header .l-inner {
  width: 90%;
  height: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-front-header .logo {
  width: 400px;
  height: 180px;
  background: #edf1f4;
  border-radius: 0 0 32px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-front-header .logo::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 124px;
  right: -24px;
  background: url(../img/front/corner.svg) no-repeat top left;
  background-size: contain;
}
.p-front-header .logoItem img {
  max-width: 70%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-front-header .navList {
  display: flex;
}
.p-front-header .navList__item {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 32px 0 0;
}
.p-front-header .navList__item a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .p-front-header .navList__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1350px) {
  .p-front-header .logo {
    width: 320px;
  }
  .p-front-header .navList__item {
    font-size: 1.5rem;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1180px) {
  .p-front-header .nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-front-header {
    display: none;
  }
}

/* --- p-front-top -------------------- */
.p-front-top .mvContents {
  position: relative;
}
.p-front-top .mvHeading {
  width: 90%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.p-front-top .mvHeading .heading {
  width: 60%;
  max-width: 576px;
  mix-blend-mode: exclusion;
  position: absolute;
  z-index: 6;
  transition: all 1s;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-front-top .mvHeading .heading {
    bottom: 130px;
    left: 50px;
  }
}
.p-front-top .mvHeading .heading__item {
  width: 100%;
  padding: 35.42% 0 0;
  position: relative;
}
.p-front-top .mvHeading .heading__text {
  height: 58.82%;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
.p-front-top .mvHeading .heading__text--1 {
  width: 73.43%;
  background-image: url(../img/front/mv/title01.svg);
  top: 0;
}
.p-front-top .mvHeading .heading__text--2 {
  width: 100%;
  background-image: url(../img/front/mv/title02.svg);
  bottom: 0;
}
.p-front-top .mvImg {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.p-front-top .mvImg__item {
  width: 100%;
  max-width: 524px;
  height: 552px;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 1;
}
.p-front-top .mvImg__item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.24));
}
.p-front-top .mvSlider {
  width: 100%;
}
.p-front-top .mvSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-front-top .mvSlider__slide {
  width: 460px;
  margin: 0 4px;
}
.p-front-top .mvSlider__slideItem {
  width: 100%;
  padding: 100% 0 0;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.p-front-top .mvSlider__slideItem img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .p-front-top .mvSlider__slideItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-front-top .rctSearch {
  position: relative;
  z-index: 4;
  margin: -100px 0 0;
}
.p-front-top .rctSearch__about {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 40px;
}
.p-front-top .rctSearch__about .textBox {
  font-size: 2.4rem;
  line-height: 1.66;
  font-weight: 900;
  flex: 1;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-front-top {
    padding: 132px 0 0;
  }
  .p-front-top .mvHeading {
    width: 88%;
  }
  .p-front-top .mvHeading .heading {
    width: 100%;
    max-width: 400px;
    bottom: auto;
    top: -26px;
    left: 0;
    transition: all 1s;
  }
  .p-front-top .mvImg {
    width: 93%;
    bottom: 40px;
  }
  .p-front-top .mvImg__item {
    height: 350px;
    left: 0;
    bottom: -10px;
    margin: auto;
  }
  .p-front-top .rctSearch {
    margin: -130px 0 0;
  }
  .p-front-top .rctSearch__about {
    display: block;
  }
  .p-front-top .rctSearch__about .textBox {
    font-size: 18px;
    line-height: 1.77;
    padding: 0;
    margin: 0 0 24px;
  }
  .p-front-top .rctSearch__about .c-btn__item {
    width: 100%;
    max-width: 312px;
    min-width: auto;
    margin: 0 auto;
  }
}
/* --- */
.anime-start::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #eef1f4;
  z-index: 11;
  transition: opacity 0.5s;
}
.anime-start .p-front-top .mvHeading .heading {
  z-index: 11;
}
.anime-start .p-front-top .mvHeading .heading__text {
  clip-path: inset(0 100% 0 0);
  transition: all 0.6s linear;
}
.anime-start.anime-textSet .p-front-top .mvHeading .heading {
  /* position: fixed; */
  /* bottom: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, 50%); */
  transform: translate(30%, 0%);
}
.anime-start.anime-start-1 .p-front-top .mvHeading .heading__text--1 {
  clip-path: inset(0%);
}
.anime-start.anime-start-2 .p-front-top .mvHeading .heading__text--2 {
  clip-path: inset(0%);
}
.anime-start.anime-start-4::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .anime-start.anime-textSet .p-front-top .mvHeading .heading {
    bottom: auto;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
  }
}

/* --- p-front-bnr -------------------- */
.p-front-bnr {
  padding: 120px 0 10px;
}
.p-front-bnr .bnrList {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.p-front-bnr .bnrList__item {
  width: 48.18%;
  margin: 20px 0;
  text-align: center;
}
.p-front-bnr .bnrList__item a {
  display: inline-block;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .p-front-bnr .bnrList__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-front-bnr {
    padding: 80px 0 10px;
  }
  .p-front-bnr .bnrList {
    display: block;
  }
  .p-front-bnr .bnrList__item {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
  }
  .p-front-bnr .bnrList__item + .bnrList__item {
    margin-top: 40px;
  }
}

/* --- p-front-co -------------------- */
.p-front-co {
  padding: 200px 0 10px;
}
.p-front-co .heading {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  margin: 0 0 40px;
}
.p-front-co .cpSlider {
  margin: 24px 0;
}
.p-front-co .cpSlider--rev {
  direction: rtl;
}
.p-front-co .cpSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-front-co .cpSlider__slide {
  width: 230px;
  height: 72px;
  background: #fff;
  border-radius: 6px;
  margin: 0 12px;
}
.p-front-co .cpSlider__slideItem {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-front-co .cpSlider__slideItem img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-front-co .moreLink {
  text-align: center;
  margin: 40px 0 0;
}
.p-front-co .moreLink a {
  text-decoration: underline;
  display: inline;
  position: relative;
  padding: 0 18px 0 0;
}
.p-front-co .moreLink a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-width: 2px 2px 0 0;
  position: absolute;
  bottom: 0.5em;
  right: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-front-co {
    padding: 80px 0 0;
  }
  .p-front-co .heading {
    font-size: 2.4rem;
  }
}

/* --- p-front-about -------------------- */
.p-front-about {
  padding: 200px 0 10px;
}
.p-front-about .heading {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 80px;
}
.p-front-about .heading__text {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 16px;
}
.p-front-about .leadBox {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.p-front-about .prob {
  margin: 80px 0 0;
}
.p-front-about .probHeading {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
}
.p-front-about .probHeading__line {
  color: #fff;
  display: inline;
  background: #32ae3a;
  padding: 4px 10px;
  margin: 0 8px;
}
.p-front-about .probList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px -20px 0;
}
.p-front-about .probList__list {
  width: 352px;
  margin: 20px 10px;
  position: relative;
}
.p-front-about .probList__listText {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 9999px;
  padding: 12px 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
}
.p-front-about .probList__listText::before {
  content: "";
  display: block;
  width: 22px;
  height: 42px;
  background: url(../img/front/icon_exclam.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 24px;
}
.p-front-about .probList__listText::after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  background: #fff;
  clip-path: polygon(90% 0, 0 0, 100% 100%);
  position: absolute;
  bottom: -18px;
  left: 120px;
}
.p-front-about .probList__listIcon {
  width: 88px;
  margin: 12px auto 0;
}
/* --- */
.p-front-about .probList__list {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}
.p-front-about .probList__list.is-scrollOff {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.p-front-about .probList__list.is-scrollOn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .p-front-about .probList__list:nth-of-type(2) {
    transition-delay: 0.5s;
  }
  .p-front-about .probList__list:nth-of-type(3) {
    transition-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .p-front-about {
    padding: 120px 0 10px;
  }
  .p-front-about .heading {
    font-size: 2.7rem;
  }
  .p-front-about .heading img {
    width: 250px;
  }
  .p-front-about .heading__text {
    margin: 0 0 0 10px;
  }
  .p-front-about .leadBox {
    font-size: 1.8rem;
    line-height: 2.2;
    text-align: left;
  }
  .p-front-about .probList__list {
    width: 100%;
    max-width: 352px;
    margin: 14px 0 0;
  }
}

/* --- p-front-point -------------------- */
.p-front-point {
  overflow: hidden;
  padding: 160px 0 0;
}
.p-front-point .heading {
  text-align: center;
  margin: 0 0 70px;
}
.p-front-point .heading__text1 {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 20px 0 0;
}
.p-front-point .heading__text2 {
  display: inline-block;
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 30px 0 0;
}
.p-front-point .heading__text3 {
  display: inline-block;
  font-size: 10.8rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.p-front-point .heading__text3::before {
  content: "";
  display: block;
  width: 150px;
  height: 75px;
  border: 3px solid #32ae3a;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom: 0;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.p-front-point .heading__text3::after {
  content: "";
  display: block;
  width: 150px;
  height: 20px;
  background: #eef1f4;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-front-point .pointList {
  display: flex;
  max-width: 1440px;
  padding: 0 8px;
  margin: 0 auto;
  position: relative;
}
.p-front-point .pointList::before {
  content: "";
  display: block;
  width: 100vw;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  background: #fff;
}
.p-front-point .pointList__item {
  width: 33.33%;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  margin: 0 2px;
  position: relative;
}
.p-front-point .pointList__bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-front-point .pointList__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
.p-front-point .pointList__text {
  width: 82%;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
  margin: 0 auto;
}
.p-front-point .pointList__text .num {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 900;
  padding: 0 4px;
  margin: 0 0 8px;
  position: relative;
}
.p-front-point .pointList__text .num::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #43d14c;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.p-front-point .pointList__text .num__num {
  font-size: 4rem;
  margin: 0 0 0 8px;
}
.p-front-point .pointList__text .title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 24px;
}
.p-front-point .pointList__text .descText {
  min-height: 140px;
}
.p-front-point .agentWrap {
  background: #fff;
  padding: 40px 0 10px;
}
.p-front-point .agentWrap .l-inner {
  max-width: 1280px;
}
.p-front-point .agent {
  border: 4px solid #32ae3a;
  border-radius: 16px;
  padding: 40px;
}
.p-front-point .agent__title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 22px;
}
.p-front-point .agent__titleLine {
  color: #32ae3a;
  padding: 0 4px;
  position: relative;
  z-index: 1;
}
.p-front-point .agent__titleLine::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #ebff00;
  border-radius: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-front-point .agent__text {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-front-point .pointList {
    display: block;
    padding: 0;
  }
  .p-front-point .pointList__item {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front-point .heading {
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
  }
  .p-front-point .heading::before {
    content: "";
    display: block;
    width: 110px;
    height: 55px;
    border: 3px solid #32ae3a;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-bottom: 0;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
  }
  .p-front-point .heading::after {
    content: "";
    display: block;
    width: 110px;
    height: 20px;
    background: #eef1f4;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .p-front-point .heading__text1 {
    font-size: 2.4rem;
    margin: 0;
  }
  .p-front-point .heading__text2 {
    font-size: 4rem;
    margin: 0;
  }
  .p-front-point .heading__text3 {
    font-size: 7.8rem;
  }
  .p-front-point .heading__text3::before,
  .p-front-point .heading__text3::after {
    content: none;
  }
  .p-front-point .pointList__text {
    width: 88%;
  }
  .p-front-point .agent {
    padding: 40px 28px;
  }
}

/* --- p-front-step -------------------- */
.p-front-step {
  padding: 150px 0 100px;
  background: #fff;
}
.p-front-step .heading {
  text-align: center;
  margin: 0 0 100px;
}
.p-front-step .heading__text1 {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 20px 0 0;
}
.p-front-step .heading__text2 {
  display: inline-block;
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 30px 0 0;
}
.p-front-step .heading__text3 {
  display: inline-block;
  font-size: 10.8rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.p-front-step .heading__text3::before {
  content: "";
  display: block;
  width: 150px;
  height: 75px;
  border: 3px solid #32ae3a;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom: 0;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.p-front-step .heading__text3::after {
  content: "";
  display: block;
  width: 150px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-front-step .stepList {
  display: flex;
  justify-content: center;
}
.p-front-step .stepList__item {
  width: 240px;
}
.p-front-step .stepList__item + .stepList__item {
  width: 286px;
  padding: 0px 0 0 46px;
}
.p-front-step .stepList__img {
  width: 100%;
  position: relative;
}
.p-front-step .stepList__item + .stepList__item .stepList__img::before {
  content: "";
  display: block;
  width: 14px;
  height: 28px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #000;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.p-front-step .stepList__img .num {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -36px;
  left: 0;
  z-index: 1;
}
.p-front-step .stepList__img .num__num {
  font-size: 4rem;
  display: block;
}
@supports (-webkit-text-stroke: 1px rgb(0, 0, 0)) or
  (text-stroke: 1px rgb(0, 0, 0)) {
  .p-front-step .stepList__img .num__num {
    color: transparent;
    text-stroke: 1px rgb(0, 0, 0);
    -webkit-text-stroke: 1px rgb(0, 0, 0);
  }
}
.p-front-step .stepList__imgItem {
  width: 100%;
  padding: 100% 0 0;
  /* background: linear-gradient(0deg, #ccfcff 0%, #bfffbe 100%); */
  border-radius: 50%;
  position: relative;
}
.p-front-step .stepList__imgItem img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-front-step .stepList__text {
  text-align: center;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .p-front-step {
    padding: 180px 0 70px;
  }
  .p-front-step .heading {
    margin: 0 0 80px;
    position: relative;
    z-index: 1;
  }
  .p-front-step .heading::before {
    content: "";
    display: block;
    width: 110px;
    height: 55px;
    border: 3px solid #32ae3a;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-bottom: 0;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
  }
  .p-front-step .heading::after {
    content: "";
    display: block;
    width: 110px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .p-front-step .heading__text1 {
    font-size: 2.4rem;
    margin: 0;
  }
  .p-front-step .heading__text2 {
    font-size: 4rem;
    margin: 0;
  }
  .p-front-step .heading__text3 {
    font-size: 7.8rem;
  }
  .p-front-step .heading__text3::before,
  .p-front-step .heading__text3::after {
    content: none;
  }
  .p-front-step .stepList {
    display: block;
  }
  .p-front-step .stepList__item {
    width: 100%;
    margin: 0 auto;
  }
  .p-front-step .stepList__item + .stepList__item {
    width: 100%;
    padding: 0;
    margin: 82px auto 0;
  }
  .p-front-step .stepList__img {
    max-width: 240px;
    margin: 0 auto;
  }
  .p-front-step .stepList__item + .stepList__item .stepList__img::before {
    width: 28px;
    height: 14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: -66px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/* --- p-front-entry -------------------- */
.p-front-entry {
  background: url(../img/common/bg_entry.jpg) no-repeat center;
  background-size: cover;
  padding: 134px 0 120px;
  position: relative;
}
.p-front-entry::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_pattern.svg) repeat;
  background-size: 228px auto;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@supports (mix-blend-mode: color-burn) {
  .p-front-entry::before {
    opacity: 1;
    mix-blend-mode: color-burn;
  }
}
.p-front-entry::after {
  content: "";
  display: block;
  width: 100%;
  height: 94px;
  background: #fff;
  border-radius: 0 0 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-front-entry .l-inner {
  position: relative;
}
.p-front-entry .heading {
  max-width: 524px;
  width: 40%;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.p-front-entry .entryContents {
  max-width: 500px;
  margin: 0 0 0 auto;
}
.p-front-entry .entryText {
  font-size: 2.4rem;
  line-height: 1.66;
  text-align: center;
  color: #fff;
  margin: 0 0 48px;
}
.p-front-entry .entryText::before {
  content: "";
  display: block;
  width: 58px;
  height: 16px;
  background: url(../img/front/entry_icon.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto 8px;
}
.p-front-entry .entryText .color {
  color: #ebff00;
}
.p-front-entry .entryContents .c-btn__item {
  width: 100%;
  min-width: auto;
}
@media screen and (max-width: 991px) {
  .p-front-entry .entryContents {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front-entry {
    padding: 210px 0 240px;
    background-image: url(../img/common/bg_entry_sp.jpg);
  }
  .p-front-entry::after {
    height: 52px;
  }
  .p-front-entry .heading {
    width: 100%;
    bottom: -200px;
  }
}

/* --- p-front-tips -------------------- */
.p-front-tips {
  border-radius: 32px;
  position: relative;
  padding: 200px 0;
  margin: -70px 0 0;
}
.p-front-tips .leadBox {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .p-front-tips {
    margin: -40px 0 0;
    padding: 120px 0;
  }
}

/* --- p-front-bg -------------------- */
.p-front-bg {
  width: 100%;
  height: 580px;
  /* background: url(../img/front/bg_fixed.jpg) no-repeat center; */
  /* background-size: cover; */
  /* background-attachment: fixed; */
  margin: -50px 0 0;
  position: relative;
  /* clip-path: inset(0); */
}
.p-front-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/front/bg_fixed.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-front-bg::before {
    background-position: center left 30%;
  }
}

/* --- p-front-faq -------------------- */
.p-front-faq {
  border-radius: 32px;
  margin: -50px 0 0;
  padding: 200px 0 100px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-front-faq {
    margin: -50px 0 0;
    padding: 120px 0 100px;
  }
}

/* --- p-front-recruit -------------------- */
.p-front-recruit {
  border-radius: 32px;
  padding: 120px 0 200px;
  margin: -50px 0 0;
  position: relative;
}
.p-front-recruit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
}
.p-front-recruit .c-jobCardList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-front-recruit .c-jobCardList .c-jobCard {
  width: 48.42%;
  margin: 0 0 20px;
}
.p-front-recruit .c-jobCard__item {
  height: 100%;
}
.p-front-recruit .c-jobCard__detail {
  padding: 24px 24px 128px;
}
.p-front-recruit .c-jobCard__condWrap {
  display: block;
  margin: 0 0 30px;
}
.p-front-recruit .c-jobCard__cond {
  margin: 0 0 12px;
}
.p-front-recruit .c-jobCard__text {
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-front-recruit {
    padding: 120px 0 80px;
  }
  .p-front-recruit .c-jobCardList {
    display: block;
  }
  .p-front-recruit .c-jobCardList .c-jobCard {
    width: 100%;
  }
  .p-front-recruit .c-jobCard__detail {
    padding: 16px 24px 2px;
  }
}

/* --- p-front-rec -------------------- */
.p-front-rec {
  margin: 200px 0;
  background: #fff;
  position: relative;
}
.p-front-rec::before,
.p-front-rec::after {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  position: absolute;
  top: -250px;
  left: 0;
  z-index: -1;
  background: #fff;
}
.p-front-rec::after {
  top: auto;
  bottom: -250px;
}
@media screen and (max-width: 767px) {
  .p-front-rec {
    margin: 120px 0;
  }
}

/* --- p-front-news -------------------- */
.p-front-news {
  background: #fff;
  margin: 200px 0;
  position: relative;
}
.p-front-news::before,
.p-front-news::after {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  position: absolute;
  top: -250px;
  left: 0;
  z-index: -1;
  background: #fff;
}
.p-front-news::after {
  top: auto;
  bottom: -250px;
}
@media screen and (max-width: 767px) {
  .p-front-news {
    margin: 120px 0;
  }
}

/* 20260529 追加 */
.p-front-bnr,
.p-front-co,
.p-front-about,
.p-front-point,
.p-front-step {
  margin-top: -4px;
}
.p-front-entry::after {
  top: -4px;
}