div.cm-page-title-wrap h1.cm-page-title01 {
  text-align: center;
  position: relative;
  letter-spacing: -0.01em;
  font-size: 3.85em;
  line-height: 1.2em;
  margin: 0 0 0.32em;
}
@media screen and (min-width: 768px) {
  div.cm-page-title-wrap h1.cm-page-title01 {
    font-size: clamp(65px, 6vw, 110px);
    margin: 0 0 0.14em;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-page-title-wrap h1.cm-page-title01 {
    margin: 0 0 0.28em;
  }
}
div.cm-page-title-wrap h1.cm-page-title01 span.mplusrounded {
  font-size: 0.9em;
}

.mado10-img {
  width: 85.4%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mado10-img {
    width: 90%;
    max-width: 1100px;
  }
}

section.sec-mado {
  padding: 15% 0 20%;
}
@media screen and (min-width: 768px) {
  section.sec-mado {
    padding: 144px 0;
  }
}
section.sec-mado div.sec-mado-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-mado div.sec-mado-inner {
    width: 90%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-mado div.mado-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-mado div.mado-box div.mado-img {
  width: 64%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-mado div.mado-box div.mado-img {
    width: 35.4%;
    margin: 0;
    margin-top: 100px;
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  section.sec-mado div.mado-box div.mado-txt {
    width: 55%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-mado div.mado-box div.mado-txt {
    width: 50%;
  }
}
section.sec-mado div.mado-box div.mado-txt p {
  text-align: justify;
  margin-bottom: 2em;
  line-height: 2em;
  word-break: break-all;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-mado div.mado-box div.mado-txt p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-mado div.mado-box div.mado-txt p {
    font-size: 19px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-mado div.mado-box div.mado-txt p {
    font-size: 22px;
  }
}

section.sec-news {
  background: #faf6f0;
  border-radius: 2em 2em 0 0;
  padding: 20% 0;
  /*div.news-wrap*/
}
@media screen and (min-width: 768px) {
  section.sec-news {
    padding: 100px 0;
  }
}
section.sec-news div.sec-news-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-news div.news-wrap {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 85px;
  }
}
section.sec-news div.news-wrap div.news-category-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap div.news-category-box {
    width: 220px;
  }
}
section.sec-news div.news-wrap div.news-category-box p.news-txt01 {
  width: 40%;
  letter-spacing: 0;
  font-size: 1.05em;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap div.news-category-box p.news-txt01 {
    width: 100%;
    margin-bottom: 50px;
  }
}
section.sec-news div.news-wrap div.news-category-box ul.category-ul {
  width: 60%;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap div.news-category-box ul.category-ul {
    width: 100%;
  }
}
section.sec-news div.news-wrap div.news-category-box ul.category-ul li {
  position: relative;
  margin-bottom: 1em;
}
section.sec-news div.news-wrap div.news-category-box ul.category-ul li.active::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #1e9318;
  border-radius: 50em;
  position: absolute;
  top: 0.6em;
}
section.sec-news div.news-wrap div.news-category-box ul.category-ul li button, section.sec-news div.news-wrap div.news-category-box ul.category-ul li a {
  display: block;
  background: none;
  border: none;
  font-size: 1.4em;
  font-weight: 500;
  padding-left: 1em;
  color: #111;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap div.news-category-box ul.category-ul li button, section.sec-news div.news-wrap div.news-category-box ul.category-ul li a {
    font-size: 16px;
    padding-left: 1.4em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-news div.news-wrap div.news-category-box ul.category-ul li button, section.sec-news div.news-wrap div.news-category-box ul.category-ul li a {
    font-size: 20px;
    padding-left: 1em;
  }
}
section.sec-news div.news-wrap ul.news-ul {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap ul.news-ul {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-news div.news-wrap ul.news-ul {
    width: calc(100% - 270px);
  }
}
section.sec-news div.news-wrap ul.news-ul.active {
  display: block;
}
section.sec-news div.news-wrap ul.news-ul li {
  border-bottom: solid 1px #a7a7a7;
}
section.sec-news div.news-wrap ul.news-ul li:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap ul.news-ul li:first-child a {
    padding: 0 0 53px;
  }
}
section.sec-news div.news-wrap ul.news-ul li a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8% 0;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap ul.news-ul li a {
    padding: 53px 0;
  }
  section.sec-news div.news-wrap ul.news-ul li a:hover span.nav-txt span.txt01 {
    color: #58ad0e;
  }
  section.sec-news div.news-wrap ul.news-ul li a:hover span.arrow {
    border: solid 1px #58ad0e;
  }
  section.sec-news div.news-wrap ul.news-ul li a:hover span.arrow::after {
    transform: scale(1.5);
  }
  section.sec-news div.news-wrap ul.news-ul li a:hover span.arrow img.black {
    display: none;
  }
  section.sec-news div.news-wrap ul.news-ul li a:hover span.arrow img.white {
    display: block;
  }
}
section.sec-news div.news-wrap ul.news-ul li a span.a-inner {
  display: block;
  width: calc(100% - 3em);
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap ul.news-ul li a span.a-inner {
    width: calc(100% - 4em);
  }
}
section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt01 {
  padding: 0 0 1em;
  font-size: 0.72em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt01 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt01 {
    font-size: 15px;
  }
}
section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt01 span.category {
  color: #111;
}
section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt01 span.day {
  color: #808080;
}
section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt02 {
  color: #111;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0 0 2em;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt02 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt02 {
    font-size: 22px;
  }
}
section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt03 {
  line-height: 1em;
  font-size: 0.77em;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt03 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt03 {
    font-size: 15px;
  }
}
section.sec-news div.news-wrap ul.news-ul li a span.a-inner p.txt03 span.tag {
  display: inline-block;
  background: #ffd400;
  padding: 0.5em 0.8em;
  box-sizing: border-box;
  margin-right: 0.4em;
  border-radius: 50em;
  color: #111;
  margin-bottom: 1em;
}
section.sec-news div.news-wrap ul.news-ul li a span.arrow {
  display: block;
  border: solid 1px #808080;
  border-radius: 50em;
  position: relative;
  z-index: 0;
  width: 2em;
  height: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-news div.news-wrap ul.news-ul li a span.arrow {
    width: 43px;
    height: 43px;
  }
  section.sec-news div.news-wrap ul.news-ul li a span.arrow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: 0.3s;
  }
}
section.sec-news div.news-wrap ul.news-ul li a span.arrow img.black {
  display: block;
}
section.sec-news div.news-wrap ul.news-ul li a span.arrow img.white {
  display: none;
}
section.sec-news a.cm-btn01 {
  margin: 0 0 0 auto;
}

section.sec-soudan {
  background: #cc0a0a;
  padding: 20% 0 25%;
  border-radius: 2em 2em 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-soudan {
    padding: 190px 0;
  }
}
section.sec-soudan::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f4eddf;
  top: 0;
  left: 0;
  z-index: -1;
}
section.sec-soudan div.sec-soudan-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.sec-soudan-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-soudan .cm-page-title02 {
  color: #fff;
}
section.sec-soudan .cm-page-title02 span.cm-line {
  background: #fff;
}
section.sec-soudan .cm-page-title02 span.cm-line::after, section.sec-soudan .cm-page-title02 span.cm-line::before {
  background: #fff;
}
section.sec-soudan div.soudan-cont {
  margin-bottom: 27%;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont {
    margin-bottom: 180px;
  }
}
section.sec-soudan div.soudan-cont:nth-of-type(2) {
  margin-bottom: 0;
}
section.sec-soudan div.soudan-cont div.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.flex-box div.txt-box {
    width: 60%;
    margin-bottom: 80px;
  }
}
section.sec-soudan div.soudan-cont div.flex-box div.txt-box p.soudan-txt01 {
  color: #fff;
  letter-spacing: 0.02em;
}
section.sec-soudan div.soudan-cont div.flex-box div.soudan-img {
  margin: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.flex-box div.soudan-img {
    width: 40%;
    margin: 0;
  }
}
section.sec-soudan div.soudan-cont div.soudan-box01 {
  background: #fff;
  border-radius: 0.4em;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-box01 {
    margin-bottom: 16px;
  }
}
section.sec-soudan div.soudan-cont button.soudan-btn {
  background: none;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  height: 26vw;
  padding: 0 1em;
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #111;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont button.soudan-btn {
    font-size: 25px;
    padding: 0 60px;
    height: 157px;
    cursor: pointer;
  }
  section.sec-soudan div.soudan-cont button.soudan-btn:hover span.arrow {
    border: solid 1px #58ad0e;
  }
  section.sec-soudan div.soudan-cont button.soudan-btn:hover span.arrow::after {
    transform: scale(1.5);
  }
  section.sec-soudan div.soudan-cont button.soudan-btn:hover span.arrow img.black {
    display: none;
  }
  section.sec-soudan div.soudan-cont button.soudan-btn:hover span.arrow img.white {
    display: block;
  }
}
section.sec-soudan div.soudan-cont button.soudan-btn span.txt {
  line-height: 1.4em;
  width: calc(100% - 3em);
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont button.soudan-btn span.txt {
    width: calc(100% - 60px);
  }
}
section.sec-soudan div.soudan-cont button.soudan-btn span.arrow {
  display: block;
  border: solid 1px #808080;
  border-radius: 50em;
  z-index: 0;
  width: 2em;
  height: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont button.soudan-btn span.arrow {
    width: 43px;
    height: 43px;
  }
  section.sec-soudan div.soudan-cont button.soudan-btn span.arrow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: 0.3s;
  }
}
section.sec-soudan div.soudan-cont button.soudan-btn span.arrow img {
  transform: rotate(90deg);
}
section.sec-soudan div.soudan-cont button.soudan-btn span.arrow img.black {
  display: block;
}
section.sec-soudan div.soudan-cont button.soudan-btn span.arrow img.white {
  display: none;
}
section.sec-soudan div.soudan-cont div.soudan-accordion div.soudan-accordion-inner {
  width: 90%;
  margin: auto;
  border-top: solid 1px #4d4d4d;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion div.soudan-accordion-inner {
    padding: 60px 0;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 {
  position: relative;
  z-index: 0;
  padding-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 {
    padding-bottom: 54px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 p {
  background: #cc0a0a;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.32em;
  padding: 0.8em 0;
  margin-bottom: 1em;
  border-bottom: solid 0.3em #fff;
  border-top: solid 0.3em #fff;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 p {
    font-size: 2vw;
    border-bottom: solid 4px #fff;
    border-top: solid 4px #fff;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 p {
    font-size: 23px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 div.accordion01-txt02-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 p.accordion01-txt01 {
    font-size: 2.4vw;
    margin-bottom: 1.8em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 p.accordion01-txt01 {
    font-size: 28px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 p.accordion01-txt02 {
  width: 54.6%;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 p.accordion01-txt02 {
    width: 49%;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 p.accordion01-txt03 {
  width: 43.4%;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 p.accordion01-txt03 {
    width: 49%;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 span.arrow {
  display: block;
  width: 0.2em;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 span.arrow {
    width: 2px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 span.arrow.arrow01 {
  left: 27%;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 span.arrow.arrow01 {
    left: 25%;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 span.arrow.arrow02 {
  right: 21%;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 span.arrow.arrow02 {
    right: 25%;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 span.arrow::after {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-image: url("../img/10mado/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%);
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box01 span.arrow::after {
    width: 12px;
    height: 12px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 span.line {
  display: block;
  width: 100%;
  height: 1em;
  border: solid 0.2em #cc0a0a;
  margin: 5% 0 3%;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 span.line {
    margin: 35px 0;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 span.line.line01 {
  border-bottom: none;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 span.line.line02 {
  border-top: none;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 h3 {
  text-align: center;
  color: #cc0a0a;
  font-size: 1.4em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 h3 {
    font-size: 28px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 p {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 p {
    font-size: 18px;
    margin-bottom: 1.4em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 p {
    font-size: 20px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 ul li {
  padding: 1.6em 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 ul li {
    padding: 1.8em 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 ul li:nth-of-type(odd) {
  background: #faf6f0;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 ul li span.number {
  display: block;
  font-size: 2.3em;
  font-weight: 900;
  color: #cc0a0a;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 ul li span.number {
    width: 100px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 ul li dl {
    width: calc(100% - 100px);
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 ul li dl dt {
  font-size: 1.14em;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 ul li dl dt {
    font-size: 20px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion01 div.accordion-box02 ul li dl dd {
  color: #666666;
  line-height: 1.6em;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 div.accordion-box01 {
  position: relative;
  z-index: 0;
  padding-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 div.accordion-box01 {
    padding-bottom: 54px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 div.accordion-box01 span.arrow {
  display: block;
  width: 0.2em;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 div.accordion-box01 span.arrow {
    width: 2px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 div.accordion-box01 span.arrow::after {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-image: url("../img/10mado/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%);
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 div.accordion-box01 span.arrow::after {
    width: 12px;
    height: 12px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p {
  background: #cc0a0a;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.32em;
  padding: 0.8em 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p {
    font-size: 2vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p {
    font-size: 23px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p.accordion01-txt01 {
  background: #eb9d9d;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p.accordion01-txt02 {
  background: #e68888;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p.accordion01-txt03 {
  background: none;
  color: #111;
  text-align: left;
  margin-left: 58%;
}
@media screen and (min-width: 1000px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p.accordion01-txt03 {
    font-size: 20px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p.accordion01-txt04 {
  background: #e27373;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p.accordion01-txt05 {
  background: #dd5e5e;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p.accordion01-txt06 {
  background: #d94949;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p.accordion01-txt07 {
  background: #d53434;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p.accordion01-txt08 {
  background: #d01f1f;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p.accordion01-txt09 {
  background: #cc0a0a;
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion02 p span.small {
  font-size: 0.72em;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion03 div.soudan-accordion-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion03 div.soudan-accordion-inner dl {
    width: 46.8%;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion03 div.soudan-accordion-inner dl dt {
  background: #333333;
  color: #fff;
  border-radius: 50em;
  padding: 0.2em 1.4em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion03 div.soudan-accordion-inner dl dt {
    font-size: 17px;
    padding: 0.2em 1.4em 0.32em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion03 div.soudan-accordion-inner dl dt {
    font-size: 22px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion03 div.soudan-accordion-inner dl dd {
  margin: 0.6em auto 2em;
  font-size: 0.92em;
  letter-spacing: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion03 div.soudan-accordion-inner dl dd {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion03 div.soudan-accordion-inner dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-soudan div.soudan-cont div.soudan-accordion.accordion03 div.soudan-accordion-inner dl dd {
    font-size: 18px;
  }
}
section.sec-soudan div.soudan-cont div.soudan-accordion.accordion03 div.soudan-accordion-inner dl dd ul li {
  text-indent: -0.5em;
  padding-left: 1em;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}

section.sec-staff {
  background: #fff;
  padding: 25% 0 25%;
  border-radius: 2em 2em 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-staff {
    padding: 190px 0;
  }
}
section.sec-staff::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #cc0a0a;
  top: 0;
  left: 0;
  z-index: -1;
}
section.sec-staff div.sec-staff-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-staff div.sec-staff-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-staff ul.ul01 {
  padding: 0 0 5%;
}
@media screen and (min-width: 768px) {
  section.sec-staff ul.ul01 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0 0 54px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-staff ul.ul01 li {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-staff ul.ul01 li {
    width: 395px;
  }
}
section.sec-staff ul.ul01 div.staff-img {
  width: 52%;
  margin: auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-staff ul.ul01 div.staff-img {
    width: 40%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-staff ul.ul01 div.staff-img {
    width: 169px;
  }
}
section.sec-staff ul.ul01 div.staff-txtbox {
  width: 75%;
}
@media screen and (min-width: 768px) {
  section.sec-staff ul.ul01 div.staff-txtbox {
    width: 55%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-staff ul.ul01 div.staff-txtbox {
    width: 201px;
  }
}
section.sec-staff ul.ul02 {
  display: flex;
  flex-wrap: wrap;
  padding: 15% 0 0;
  border-top: solid 1px #dadada;
}
@media screen and (min-width: 768px) {
  section.sec-staff ul.ul02 {
    padding: 54px 0 0;
  }
}
section.sec-staff ul.ul02 li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  section.sec-staff ul.ul02 li {
    width: 25%;
  }
}
section.sec-staff ul li {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-staff ul li {
    width: 25%;
    padding: 0;
    border-bottom: none;
    margin: 0;
  }
}
section.sec-staff ul li div.staff-txtbox {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-staff ul li div.staff-txtbox {
    text-align: left;
  }
}
section.sec-staff ul li div.staff-txtbox p.staff-txt01 span {
  display: block;
}
section.sec-staff ul li div.staff-txtbox p.staff-txt01 span.txt01 {
  font-weight: 600;
  font-size: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-staff ul li div.staff-txtbox p.staff-txt01 span.txt01 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-staff ul li div.staff-txtbox p.staff-txt01 span.txt01 {
    font-size: 25px;
  }
}
section.sec-staff ul li div.staff-txtbox p.staff-txt01 span.txt02 {
  color: #cc0a0a;
  font-weight: 600;
  margin-bottom: 0.4em;
  letter-spacing: 0;
  font-family: "Quicksand", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-staff ul li div.staff-txtbox p.staff-txt01 span.txt02 {
    font-size: 12px;
  }
}
section.sec-staff ul li div.staff-txtbox p.staff-txt02 {
  font-size: 0.82em;
  color: #8d8d8d;
  line-height: 1.6em;
  margin: 1em 0 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-staff ul li div.staff-txtbox p.staff-txt02 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-staff ul li div.staff-txtbox p.staff-txt02 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-staff ul li div.staff-txtbox p.staff-txt03 {
    line-height: 1.6em;
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-staff ul li div.staff-txtbox p.staff-txt03 {
    font-size: 16px;
  }
}

section.sec-recommend {
  background: #666666;
  padding: 25% 0 25%;
  border-radius: 2em 2em 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-recommend {
    padding: 190px 0;
  }
}
section.sec-recommend div.sec-recommend-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-recommend div.sec-recommend-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-recommend h2.cm-page-title02 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.sec-recommend ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 95px;
  }
}
section.sec-recommend ul li {
  border-bottom: solid 1px #888888;
  box-sizing: border-box;
  padding: 15% 0;
}
@media screen and (min-width: 768px) {
  section.sec-recommend ul li {
    width: 33.3333333333%;
    border: none;
    border-right: solid 1px #888888;
    padding: 40px 0;
  }
}
section.sec-recommend ul li:last-child {
  border: none;
}
section.sec-recommend ul li div.check-icon {
  width: 2em;
  margin: 0 auto 7%;
}
@media screen and (min-width: 768px) {
  section.sec-recommend ul li div.check-icon {
    margin: 0 auto 40px;
  }
}
section.sec-recommend ul li dl {
  text-align: center;
  color: #fff;
}
section.sec-recommend ul li dl dt {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 1em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  section.sec-recommend ul li dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-recommend ul li dl dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-recommend ul li dl dt {
    font-size: 27px;
  }
}
section.sec-recommend ul li dl dd {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-recommend ul li dl dd {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-recommend ul li dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-recommend ul li dl dd {
    font-size: 18px;
  }
}
section.sec-recommend ul li div.recommend-img {
  width: 70%;
  margin: 10% auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-recommend ul li div.recommend-img {
    width: 60%;
    margin: 50px auto 0;
  }
}/*# sourceMappingURL=10mado.css.map */