@charset "UTF-8";
.error-message {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: none;
}

/* チェックがひとつもされてなかったらエラーメッセージ表示 */
input:invalid + .error-message  {
  display: block;
}

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
#soudan main {
  background: url(../images/soudan/bg.jpg) repeat top center/contain;
  margin-inline: auto;
  max-width: 1920px;
  width: 100%;
}

#soudan main.soudan_thank {
  background: #fff;
  padding: 5rem 0 0;
}

.p-fv {
  background: #FCF7ED;
  position: relative;
}

.p-fv:before {
  background: url(../images/soudan/fv.png) no-repeat center center/contain;
  content: "";
  height: 519px;
  left: 50%;
  position: absolute;
  top: -5rem;
  transform: translateX(-50%);
  width: min(100%,1200px);
}

.l-inner.l-fv {
  margin-inline: auto;
  padding: 2.5rem 0 2.1875rem;
  position: relative;
  width: min(95%, 1200px);
  z-index: 10;
}

.p-fv__txt {
  margin-bottom: 0rem;
  text-align: center;
}

.p-fv__ttl {
  border-bottom: 1px solid #2A2A2F;
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 1.875rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-fv__items {
  display: grid;
  gap: 0 0.5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-inline: auto;
  width: min(95%, 47.8rem);
}

.p-fv__item {
  text-align: center;
}

.p-fv__item img {
  height: auto;
  width: 9.5rem;
}

.p-onayami {
  margin-bottom: -15rem;
}

.l-inner.l-onayami {
  margin-inline: auto;
  padding: 3.75rem 0 10rem;
  width: min(95%, 800px);
}

.p-onayami__txt {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-onayami__items {
  background: #F9F9FC;
  display: grid;
  gap: 0.5rem 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 3.0625rem 0 3.75rem;
  position: relative;
}

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

.p-onayami__item {
  border-bottom: 1px dashed #6B6B69;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-inline: auto;
  padding-bottom: 1.125rem;
  padding-left: 67px;
  position: relative;
  width: min(95%, 560px);
}

.p-onayami__item:last-child::after {
  bottom: 12px;
  content: "など";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  position: absolute;
  right: 0;
}

.p-onayami__item:before {
  background: url(../images/soudan/check.svg) no-repeat center center/contain;
  content: "";
  height: 15px;
  left: 40px;
  position: absolute;
  top: 8px;
  width: 17px;
}

.p-soudan {
  background: #DED8CA;
}

.l-inner.l-soudan {
  padding: 11.5rem 0 7.5rem;
}

.p-soudan__ttl {
  margin-bottom: 3rem;
  text-align: center;
}

.p-soudan__contents {
  background: #ffffff;
  margin-inline: auto;
  padding: 3.125rem 0 5rem;
  position: relative;
  width: min(95%, 1200px);
}

.p-soudan__contents:before {
  background: url(../images/soudan/human.png) no-repeat center center/contain;
  content: "";
  height: 11.25rem;
  left: calc(50% + 13rem);
  position: absolute;
  top: -11.25rem;
  width: 11.5rem;
}

.p-soudan__txt {
  background: #DED8CA;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  margin-inline: auto;
  padding: 6px 10px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-soudan__ttl02 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-align: center;
}

.p-soudan__youtube {
  margin-inline: auto;
  width: min(95%, 920px);
}

.p-soudan__youtube iframe {
  height: 32.5rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-inner.l-merit {
  padding: 7.5rem 0 0rem;
}

.p-merit__txt {
  border-bottom: 1px solid #127749;
  color: #127749;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 1.5rem;
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-merit__ttl {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-merit__items {
  display: grid;
  gap: 0 2.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 4.4375rem;
  margin-inline: auto;
  width: min(95%, 1280px);
}

.p-merit__item {
  background: #ffffff;
  box-shadow: 0px 10px 10px -8px rgba(42, 42, 47, 0.3);
  padding: 1.6rem 2.5rem 2.6rem;
}

.p-merit__item div.num {
  margin-bottom: 1.3125rem;
  text-align: center;
}

.p-merit__item div.img {
  margin-bottom: 1.25rem;
}

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

.p-merit__item h3 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4545454545;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-merit__item p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
}

.p-merit__txt02 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.1666666667;
  margin-bottom: 1.75rem;
  text-align: center;
}

.p-merit__txt02 span {
  color: #B44F1C;
}

.p-merit__txt03 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: -1rem;
  text-align: center;
}

.p-merit__bnr {
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: min(95%, 1200px);
}

.p-merit__bnr:before {
  background: url(../images/soudan/human02.png) no-repeat center center/contain;
  content: "";
  height: 9.5rem;
  left: calc(50% + 17.5rem);
  position: absolute;
  top: -5.5rem;
  width: 7.5rem;
}

.p-merit__bnr a {
  display: inline-block;
}

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

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1200px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1200px) {
.p-merit__bnr:before {
  top: -5.2rem;
  left: calc(50% + 22.5rem);
}

.p-merit__txt03 {
  font-size: 14px;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1100px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1100px) {
.p-soudan__contents:before {
  left: calc(50% + 20rem);
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1000px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1000px) {
.p-fv:before {
  top: -15rem;
}

.p-merit__item p {
  font-size: 12px;
}
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#soudan main {
  background: url(../images/soudan/sp_bg.jpg) repeat top center/contain;
  margin-inline: auto;
  width: 100%;
}

#soudan main.soudan_thank {
  background: #fff;
  padding: 10vw 0 0;
}

.p-fv {
  background: #FCF7ED;
  position: relative;
}

.p-fv:before {
  background: url(../images/soudan/sp_fv.png) no-repeat center center/contain;
  content: "";
  height: 113.527vw;
  left: 0;
  position: absolute;
  top: -7.662vw;
  transform: none;
  width: 98.551vw;
}

.l-inner.l-fv {
  padding: 10.077vw 0px 5.662vw;
  position: relative;
  z-index: 10;
}

.p-fv__txt {
  margin-bottom: 0.865vw;
  text-align: center;
}

.p-fv__txt img {
  height: auto;
  width: 33.778vw;
}

.p-fv__ttl {
  border-bottom: 0.2vw solid #2A2A2F;
  font-size: 8.213vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 4.797vw;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-fv__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-fv__item:nth-child(4) {
  position: relative;
  top: -4vw;
}

.p-fv__item:nth-child(5) {
  position: relative;
  top: -4vw;
}

.p-fv__item img {
  height: auto;
  width: 26.0869565217vw;
}

.p-onayami {
  margin-bottom: -11.324vw;
}

.l-inner.l-onayami {
  margin-inline: auto;
  padding: 24.155vw 0px 12.077vw;
  width: 100%;
}

.p-onayami__txt {
  font-size: 5.797vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 4.831vw;
  text-align: center;
}

.p-onayami__items {
  background: #F9F9FC;
  display: grid;
  gap: 4.831vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 6.246vw 0px 12.56vw;
  position: relative;
}

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

.p-onayami__item {
  border-bottom: 0.2vw dashed #6B6B69;
  font-size: 3.865vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.625;
  margin-inline: auto;
  padding-bottom: 2vw;
  padding-left: 6.662vw;
  position: relative;
  width: min(95%, 89.3vw);
}

.p-onayami__item:last-child::after {
  bottom: -9.729vw;
  content: "など";
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  position: absolute;
  right: 0;
}

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

.p-soudan {
  background: #DED8CA;
}

.l-inner.l-soudan {
  padding: 21vw 0 15vw;
}

.p-soudan__ttl {
  margin-bottom: 6.797vw;
  text-align: center;
}

.p-soudan__contents {
  margin-inline: auto;
  padding: 9.662vw 2.415vw 7.6vw;
  position: relative;
  width: min(95%, 94.2vw);
  background: #fff;
}

.p-soudan__contents:before {
  background: url(../images/soudan/sp_human.png) no-repeat center center/contain;
  content: "";
  height: 31.159vw;
  left: calc(50% + 23.324vw);
  position: absolute;
  top: -31.159vw;
  width: 24.638vw;
}

.p-soudan__txt {
  background: #DED8CA;
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  margin-bottom: 3.865vw;
  margin-inline: auto;
  padding: 0vw 2.415vw;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-soudan__ttl02 {
  font-size: 4.831vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 4.831vw;
  text-align: center;
}

.p-soudan__youtube {
  margin-inline: auto;
  width: min(95%, 89.3vw);
}

.p-soudan__youtube iframe {
  height: 50.483vw;
  width: 100%;
}

.l-inner.l-merit {
  padding: 13.7vw 0px 14.493vw;
}

.p-merit__txt {
  border-bottom: 0.2vw solid #127749;
  color: #127749;
  font-size: 3.865vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 3.797vw;
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-merit__ttl {
  font-size: 5.797vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6666666667;
  margin-bottom: 6.662vw;
  text-align: center;
}

.p-merit__items {
  display: grid;
  gap: 9.662vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 18.531vw;
  margin-inline: auto;
  width: min(95%, 91.7vw);
}

.p-merit__item {
  background: #ffffff;
  box-shadow: 0px 10px 10px -8px rgba(42, 42, 47, 0.3);
  padding: 7.386vw 7.662vw 9.386vw;
}

.p-merit__item div.num {
  margin-bottom: 5.072vw;
  text-align: center;
}

.p-merit__item div.num img {
  height: auto;
  width: 14.976vw;
}

.p-merit__item div.img {
  margin-bottom: 4.831vw;
}

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

.p-merit__item h3 {
  font-size: 5.314vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4545454545;
  margin-bottom: 4.831vw;
  text-align: center;
}

.p-merit__item p {
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
}

.p-merit__txt02 {
  font-size: 4.348vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.3333333333;
  margin-bottom: 3.662vw;
  text-align: center;
}

.p-merit__txt02 span {
  color: #B44F1C;
}

.p-merit__txt03 {
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 9.111vw;
  text-align: center;
}

.p-merit__bnr {
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: min(95%, 89.3vw);
}

.p-merit__bnr:before {
  background: url(../images/soudan/sp_human02.png) no-repeat center center/contain;
  content: "";
  height: 18.599vw;
  left: calc(100% - 15vw);
  position: absolute;
  top: -13.768vw;
  width: 14.734vw;
}

.p-merit__bnr a {
  display: inline-block;
}

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

}