@charset "UTF-8";

@media screen and (min-width: 768px),print {
.p-fv {
  margin-bottom: 130px;
  margin: 2px 0 105px;
}

.l-inner.l-fv {
  margin-inline: auto;
  width: min(95%, 1400px);
}

.p-fv__contents {
  display: grid;
  gap: 0 45px;
  grid-template-columns: 680px 636px;
  margin-bottom: -53px;
  margin-left: 0;
  position: relative;
  width: min(100%, 1400px);
  position: relative;
  left: 37px;
}

.p-fv__contents::after {
  background: #F1EDE3;
  bottom: 8px;
  content: "";
  height: 270px;
  position: absolute;
  width: min(100%,1400px);
  margin-inline: auto;
  left: -34px;
}

.p-fv__contents-left {
  position: relative;
  z-index: 10;
  right: -22px;
  top: 40px;
}

.p-fv__ttl {
  margin-bottom: 17px;
}

.p-fv__ttl img {
  height: auto;
  width: 554px;
}

.p-fv__txt02 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-fv__txt {
  align-items: center;
  display: flex;
  margin-bottom: 14px;
}

.p-fv__txt p {
  display: flex;
  align-items: center;
}

.p-fv__txt p span {
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-right: 8px;
  padding: 0px 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-fv__txt p span.small {
  background: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.6;
  margin-right: 0;
  padding: 0;
  position: relative;
  left: -2px;
  top: 0px;
}

.p-fv__contents-right {
  position: relative;
  z-index: 10;
}

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

.p-fv__items {
  background: #fff;
  box-shadow: 6px 6px 12px rgba(26, 26, 26, 0.1);
  margin-inline: auto;
  padding: 40px 0 40px;
  position: relative;
  width: min(95%, 840px);
  z-index: 20;
}

.p-fv__items::after {
  background: url(../images/soudan/triangle.svg) no-repeat center center/contain;
  bottom: -20px;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

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

.p-fv__item:before {
  background: url(../images/soudan/check.svg) no-repeat center center/contain;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}

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

.p-fv__item:last-child::after {
  bottom: -30px;
  content: "など";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2857142857;
  position: absolute;
  right: 0;
}

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

.l-inner.l-bottom {
  padding: 0 0 49px;
  position: relative;
  top: -22px;
}

.p-bottom__ttl {
  margin-bottom: 46px;
  text-align: center;
}

.p-bottom__ttl img {
  height: auto;
  width: 513px;
}

.p-bottom__contents {
  display: grid;
  gap: 0 clamp(1rem, -0.958rem + 4.08vw, 3.938rem);
  grid-template-columns: 47.8% 46.2%;
  margin-inline: auto;
  width: min(90%, 1000px);
}

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

.p-bottom__contents-right h3 {
  margin-bottom: 18px;
}

.p-bottom__contents-right h3 span {
  background: #323232;
  color: #fff;
  display: block;
  font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 4px;
  padding: 0px 7px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-bottom__contents-right h3 span.bottom {
  margin-bottom: 0;
}

.p-bottom__contents-right p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
}

@media screen and (min-width:768px) and ( max-width:1500px) {
.p-fv__contents {
  display: grid;
  gap: 0 3.214vw;
  grid-template-columns: 48.571vw 45.429vw;
  margin-bottom: -3.786vw;
  margin-left: 0;
  position: relative;
  width: min(95%, 1340px);
  left: 2.1vw;
}

.p-fv__ttl img {
  width: clamp(15.625rem, -4.309rem + 41.53vw, 34.625rem);
  height: auto;
}

.p-fv__txt {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
}

.p-fv__txt02 {
  font-size: clamp(0.875rem, 0.482rem + 0.82vw, 1.25rem);
  line-height: 1.6;
}

.p-fv__txt p span {
  font-size: clamp(0.875rem, 0.482rem + 0.82vw, 1.25rem);
}

.p-fv__txt {
  margin-bottom: 1vw;
}
}

@media screen and (min-width:768px) and ( max-width:1350px) {
.p-fv__contents {
  margin-bottom: -2vw;
}
}

@media screen and (min-width:768px) and ( max-width:1000px) {
.p-fv__contents {
  grid-template-columns: 53.571vw 31.429vw;
}
.p-fv__contents::after {
  bottom: -140px;
}
.p-fv__contents {
  margin-bottom: 6vw;
}
}

@media screen and (max-width: 767px) {
.p-fv {
  margin-bottom: 15.7vw;
  margin: 0vw 0 16.7vw;
}

.l-inner.l-fv {
  width: 100%;
}

.p-fv__contents {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  position: relative;
  width: 100%;
  margin-bottom: 9vw;
}

.p-fv__contents::after {
  background: #F1EDE3;
  bottom: -31.324vw;
  content: "";
  height: 163.768vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 1;
}

.p-fv__contents-left {
  display: contents;
}

.p-fv__ttl {
  margin-bottom: 6.039vw;
  order: 1;
  position: relative;
  text-align: center;
  z-index: 10;
}

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

.p-fv__txt02 {
  font-size: 4.831vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  order: 4;
  position: relative;
  text-align: center;
  z-index: 10;
}

.p-fv__txt {
  display: grid;
  gap: 1.932vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 5.623vw;
  order: 3;
  position: relative;
  text-align: center;
  z-index: 10;
}

.p-fv__txt span {
  background: #fff;
  font-size: 4.348vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-right: 2vw;
  padding: 1vw 2vw 1vw;
  width: -moz-fit-content;
  width: fit-content;
}

.p-fv__txt span.small {
  background: none;
  bottom: -2.5vw;
  font-size: 3.623vw;
  font-weight: 700;
  left: 0.101vw;
  letter-spacing: 0.05em;
  line-height: 2.6;
  margin-right: 0;
  padding: 0;
  position: relative;
}

.p-fv__contents-right {
  margin-bottom: 5.831vw;
  order: 2;
  position: relative;
  z-index: 10;
}

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

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

.p-fv__items::after {
  background: url(../images/soudan/triangle.svg) no-repeat center center/contain;
  bottom: -4.831vw;
  content: "";
  height: 9.662vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 19.324vw;
}

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

.p-fv__item:before {
  background: url(../images/soudan/check.svg) no-repeat center center/contain;
  content: "";
  height: 4.106vw;
  left: 0;
  position: absolute;
  top: 1.208vw;  
  width: 4.831vw;
}

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

.p-fv__item:last-child::after {
  bottom: -8.5vw;
  content: "など";
  font-size: 3.382vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2857142857;
  position: absolute;
  right: 1vw;
}

.p-bottom {
  background: #F4F4F4;
  width: 100%;
}

.l-inner.l-bottom {
  padding: 0 0 7.324vw;
  position: relative;
  top: -4.797vw;
}

.p-bottom__ttl {
  margin-bottom: 9.077vw;
  text-align: center;
}

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

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

.p-bottom__contents-left {
  margin-bottom: 1vw;
}

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

.p-bottom__contents-right h3 {
  margin-bottom: 5.314vw;
}

.p-bottom__contents-right h3 span {
  background: #323232;
  color: #fff;
  display: block;
  font-size: 4.831vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 0.966vw;
  padding: 0vw 1vw 0 2vw;
  width: -moz-fit-content;
  width: fit-content;
}

.p-bottom__contents-right h3 span.bottom {
  margin-bottom: 0;
  padding: 0vw 3vw 0 2vw;
}

.p-bottom__contents-right p {
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}

}


