@charset "UTF-8";

@media screen and (min-width: 768px),print {
.p-fv {
  background: url(../images/catalog/fv.png) no-repeat top center/cover;
  margin-bottom: 64px;
  margin-inline: auto;
  max-width: 1920px;
  width: 100%;
}

.l-inner.l-fv {
  padding: 120px 0 0;
  overflow: hidden;
}

.p-fv__ttl {
  text-align: center;
  padding-left: 72px;
  margin-bottom: 32px;
}

.p-fv__icon {
  margin-bottom: -54px;
  position: relative;
  text-align: center;
  z-index: 11;
}

.p-fv__contents {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 0 11px;
  /* grid-template-columns: 18.6666666667% 59.888889%; */
  grid-template-columns: 18.6666666667% minmax(0, 1fr);
  margin: 0 0 -29px;
  margin-inline: auto;
  padding: 14px 0px 0 29px;
  position: relative;
  width: min(95%, 900px);
  z-index: 10;
}

.p-fv__contents-left img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.p-fv__contents-right span.top {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7272727273;
  margin-left: 16px;
  /* margin-bottom: 0px; */
}

.p-fv__contents-right span.bottom {
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 2;
}

.p-fv__img {
  width: 1938px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.p-fv__img img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.p-catalog {
  margin-bottom: -166px;
  position: relative;
  z-index: 10;
}

.p-catalog__ttl {
  margin-bottom: 54px;
  text-align: center;
}

.p-catalog__items {
  background: #fff;
  box-shadow: 6px 6px 12px rgba(26, 26, 26, 0.1);
  margin-inline: auto;
  padding: 28px 0 25px;
  width: min(95%, 840px);
}

.p-catalog__item {
  border-bottom: 1px dashed #C4C4C4;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  margin-bottom: 15px;
  margin-inline: auto;
  padding-bottom: 6px;
  padding-left: 31px;
  position: relative;
  width: min(95%, 640px);
}

.p-catalog__item:before {
  background: url(../images/catalog/icon.svg) no-repeat center center/contain;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 22px;
}

.p-catalog__item:last-child {
  position: relative;
}

.p-catalog__item:last-child::after {
  background: url(../images/catalog/human.png) no-repeat center center/contain;
  bottom: -22px;
  content: "";
  height: 155px;
  position: absolute;
  right: -23px;
  width: 190px;
}

.p-step {
  background: #F4F4F4;
  margin-inline: auto;
  width: min(100%, 1920px);
  margin-bottom: -204px;
}

.l-inner.l-step {
  padding: 227px 0 312px;
}

.p-step__items {
  display: grid;
  grid-template-columns: 30.7692307692% 3.8461538462% 30.7692307692% 3.8461538462% 30.7692307692%;
  margin-inline: auto;
  width: min(95%, 1040px);
}

.p-step__item {
  background: #fff;
  padding: 33px 30px 28px;
}

.p-step__item:nth-child(2),
.p-step__item:nth-child(4) {
  background: none;
  display: grid;
  padding: 0 10px;
  place-items: center;
}

.p-step__item:nth-child(2) img,
.p-step__item:nth-child(4) img {
  height: auto;
  width: 100%;
}

.p-step__item p.icon {
  margin-bottom: 12px;
  text-align: center;
}

.p-step__item p.img {
  margin-bottom: 3px;
}

.p-step__item p.img img {
  height: auto;
  width: 100%;
}

.p-step__item p.txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  text-align: center;
}
  
}

@media screen and (max-width: 767px) {
.p-fv {
  background: url(../images/catalog/sp_fv.png) no-repeat top center/cover;
  margin-bottom: 9.459vw;
  margin-inline: auto;
  width: 100%;
}

.l-inner.l-fv {
  padding: 18.155vw 0 0;
}

.p-fv__ttl {
  text-align: center;
  margin-bottom: 6vw;
  padding-left: 14vw;
}

.p-fv__ttl img {
  height: auto;
  width: 82.71vw;
}

.p-fv__icon {
  margin-bottom: -6.077vw;
  text-align: center;
  position: relative;
  z-index: 11;
}

.p-fv__icon img {
  height: auto;
  width: 14.493vw;
}

.p-fv__contents {
  align-items: flex-end;
  background: #fff;
  display: grid;
  gap: 0 0px;
  grid-template-columns: 23.611111% 55.5555555556%;
  margin: 0px 0 -9.662vw;
  margin-inline: auto;
  padding: 6.971vw 0 8vw;
  position: relative;
  width: min(95%,86.9vw);
  z-index: 10;
}

.p-fv__contents-left {
  position: relative;
  left: 3vw;
  bottom: -8vw;
}

.p-fv__contents-left img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.p-fv__contents-right {
  position: relative;
  left: -1vw;
}

.p-fv__contents-right span.top {
  display: block;
  font-size: 3.865vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 2vw;
  text-align: center;
}

.p-fv__contents-right span.bottom {
  display: block;
  font-size: 4.831vw;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.9;
  position: relative;
  left: 5vw;
}

.p-fv__img {
  width: 451.2vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.p-fv__img img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.p-catalog {
  margin-bottom: -39.971vw;
  position: relative;
  z-index: 10;
}

.p-catalog__ttl {
  margin-bottom: 23.043vw;
  text-align: center;
}

.p-catalog__ttl img {
  height: auto;
  width: 66.667vw;
}

.p-catalog__items {
  background: #fff;
  box-shadow: 3px 3px 6px rgba(26, 26, 26, 0.1);
  margin-inline: auto;
  padding: 9.662vw 0 9.662vw;
  position: relative;
  width: min(95%,91.7vw);
}

.p-catalog__items:before {
  background: url(../images/catalog/sp_human.png) no-repeat center center/contain;
  content: "";
  height: 23.188vw;
  left: 50%;
  position: absolute;
  top: -14.662vw;
  transform: translateX(-50%);
  width: 28.502vw;
}

.p-catalog__item {
  border-bottom: 0.2vw dashed #C4C4C4;
  font-size: 3.865vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 3.246vw;
  margin-inline: auto;
  padding-bottom: 1.415vw;
  padding-left: 7.729vw;
  position: relative;
  width: min(95%, 77.7vw);
}

.p-catalog__item:before {
  background: url(../images/catalog/icon.svg) no-repeat center center/contain;
  content: "";
  height: 4.348vw;
  left: 0;
  position: absolute;
  top: 1vw;
  width: 5.314vw;
}

.p-catalog__item:last-child {
  position: relative;
}

.p-catalog__item:last-child::after {
  content: none;
}

.p-step {
  background: #F4F4F4;
}

.l-inner.l-step {
  padding: 52.57vw 0 16.57vw;
}

.p-step__items {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-inline: auto;
  width: min(95%,77.2vw);
}

.p-step__item {
  background: #fff;
  padding: 6.763vw 7.246vw 6.763vw;
}

.p-step__item:nth-child(2),
.p-step__item:nth-child(4) {
  background: none;
  display: grid;
  padding: 2vw 0px;
  place-items: center;
}

.p-step__item:nth-child(2) img,
.p-step__item:nth-child(4) img {
  height: auto;
  width: 9.662vw;
}

.p-step__item p.icon {
  margin-bottom: 4.348vw;
  text-align: center;
}

.p-step__item p.img {
  margin-bottom: 1.865vw;
}

.p-step__item p.img img {
  height: auto;
  width: 100%;
}

.p-step__item p.txt {
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  text-align: center;
}

}