@charset "UTF-8";
main {
  padding-top: 130px;
  overflow: hidden;
}

.backYe {
  text-align: center;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
    overflow: hidden;
  }
  .backYe {
    padding: 10px 20px !important;
    line-height: 140% !important;
  }
}
.secMv .wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.secFeatures .gridArea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(2.5rem, -39.5rem + 56vw, 6rem);
  align-items: flex-start;
}
.secFeatures .gridArea .content .imgArea {
  text-align: center;
}
.secFeatures .gridArea .content h3 {
  text-align: center;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  padding: 40px 0 10px;
}
.secFeatures .gridArea .content p {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .secFeatures .gridArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .secFeatures .gridArea .content {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .secFeatures .gridArea {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
  }
  .secFeatures .gridArea .content {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
  }
  .secFeatures .gridArea .content h3 {
    padding: 10px 0 5px;
  }
}
.secSoudan {
  margin: 0 auto;
  background-image: url(../image/soudan_bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secSoudan .wrap {
  width: 90%;
  margin: 0 auto;
}
.secSoudan .wrap .tl {
  margin: 0 auto;
  line-height: 200%;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFB4D;
  color: #0C509F;
  border-radius: 10px;
  font-size: clamp(26px, 2.67vw, 32px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secSoudan .wrap p {
  font-size: clamp(16px, 1.67vw, 20px);
  line-height: 200%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 18px 0;
}
.secSoudan .wrap p span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #FFFB4D;
}
.secSoudan .wrap .comBtn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .secSoudan .wrap {
    width: 95%;
  }
}
.secFlow {
  background: #DAFDFB;
}
.secFlow .wrap {
  margin: 35px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.secFlow .comBtn {
  margin: 0 auto;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .secFlow .wrap {
    margin: 30px 0 40px;
  }
}
.secCareer {
  background: #0C509F;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 10px;
}
.secCareer .wrap {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr max-content;
}
.secCareer .wrap .imgArea {
  margin-top: -25px;
}
.secCareer .wrap .txArea {
  padding: 40px 0;
}
.secCareer .wrap .txArea .tl {
  margin: 0 auto;
  line-height: 200%;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFB4D;
  color: #0C509F;
  border-radius: 10px;
  font-size: clamp(26px, 2.67vw, 32px);
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.secCareer .wrap .txArea .tl span {
  font-size: clamp(40px, 4.17vw, 50px);
  color: inherit;
  font-weight: inherit;
  line-height: 1;
  position: relative;
}
.secCareer .wrap .txArea .tx {
  padding: 20px 0;
  color: #fff;
  font-size: clamp(16px, 1.67vw, 20px);
  font-weight: bold;
  text-align: center;
}
.secCareer .wrap .txArea .comBtn {
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .secCareer .wrap {
    align-items: center;
  }
  .secCareer .wrap .imgArea {
    position: relative;
  }
  .secCareer .wrap .txArea {
    position: relative;
  }
}
@media screen and (min-width: 851px) {
  .secCareer .wrap .imgArea {
    padding-left: 40px;
  }
  .secCareer .wrap .txArea {
    padding-right: 64px;
  }
  .secCareer .wrap .txArea .tl {
    top: -2px;
  }
}
@media screen and (max-width: 850px) {
  .secCareer .wrap {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .secCareer .wrap .imgArea {
    text-align: center;
    order: 2;
    padding-bottom: 40px;
    max-width: 250px;
    margin: 0 auto;
  }
  .secCareer .wrap .txArea {
    order: 1;
  }
}
.secIntroduction {
  background: #DAFDFB;
}
.secIntroduction .wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: clamp(2.5rem, -10rem + 20vw, 5rem);
}
.secIntroduction .wrap .advisorArea {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secIntroduction .wrap .advisorArea .name {
  text-align: center;
  padding: 9px 0 6px;
  font-size: clamp(26px, 2.67vw, 32px);
  font-weight: bold;
}
.secIntroduction .wrap .advisorArea p {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
.secIntroduction .wrap .infoArea {
  background: #fff;
  border-radius: 10px;
  padding: 35px;
}
.secIntroduction .wrap .infoArea .tx {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: bold;
  line-height: 210%;
  padding-bottom: 10px;
}
.secIntroduction .wrap .infoArea .txWrap {
  display: grid;
  gap: 6px;
}
.secIntroduction .wrap .infoArea .txWrap h3 {
  background: #00C5C0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  padding: 0px 5px;
  border-radius: 5px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(15px, 1.5vw, 18px);
}
.secIntroduction .wrap .infoArea .txWrap p {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .secIntroduction .wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .secIntroduction .wrap {
    gap: 25px;
  }
  .secIntroduction .wrap .infoArea {
    padding: 20px;
  }
  .secIntroduction .wrap .infoArea .tx {
    line-height: 160%;
    padding-bottom: 15px;
  }
  .secIntroduction .wrap .infoArea .txWrap {
    gap: 10px;
  }
  .secIntroduction .wrap .infoArea .txWrap p {
    line-height: 160%;
  }
}
.headLiArea {
  width: 100%;
  margin: 0 auto;
}
.headLiArea .headUl {
  margin: 0px 0 0px;
  display: grid;
  gap: 20px;
}
.headLiArea .headUl .headLi {
  padding: 30px 0;
  background: #DAFDFB;
  padding: 35px 40px;
  border-radius: 50px;
  text-align: left;
  display: grid;
  align-items: center;
}
.headLiArea .headUl .headLi .actitle {
  align-items: baseline;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: flex-start;
  padding-right: 50px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
}
.headLiArea .headUl .headLi .actitle img {
  position: relative;
  top: 2px;
  height: 44px;
  width: auto;
}
.headLiArea .headUl .headLi .faq_innerUl {
  margin-top: 14px;
  display: none;
}
.headLiArea .headUl .headLi .faq_innerUl .wrap {
  border-top: 2px solid #00C5C0;
  padding-top: 14px;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 160%;
}
.headLiArea .headUl .headLi.faq_accordion {
  position: relative;
}
.headLiArea .headUl .headLi.faq_accordion::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease; /* 変化をスムーズに */
  opacity: 1;
  width: 40px;
  height: 40px;
  top: 37px;
  right: 40px;
  background-image: url(../image/faq_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.headLiArea .headUl .headLi.faq_accordion.active::before {
  content: "";
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .headLiArea .headUl .headLi {
    border-radius: 40px;
    padding: 25px 15px;
  }
  .headLiArea .headUl .headLi .actitle {
    grid-template-columns: 45px 1fr;
    font-size: 18px;
    line-height: 140%;
    padding-right: 40px;
  }
  .headLiArea .headUl .headLi .actitle img {
    height: 24px;
    top: 4px;
  }
  .headLiArea .headUl .headLi.faq_accordion::before {
    top: 23px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
.secQuestion {
  background: #0C509F;
  border-radius: 10px;
}
.secQuestion .wrap {
  display: grid;
  grid-template-columns: 264px 1fr;
}
.secQuestion .wrap .imgArea {
  position: relative;
  width: 130%;
}
.secQuestion .wrap .imgArea .childImg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.secQuestion .wrap .infoArea {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}
.secQuestion .wrap .infoArea .tl {
  text-align: center;
  margin: 0 auto;
  line-height: 200%;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFB4D;
  color: #0C509F;
  border-radius: 10px;
  font-size: clamp(26px, 2.67vw, 32px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secQuestion .wrap .infoArea .gridArea {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 30px;
}
.secQuestion .wrap .infoArea .gridArea .btnWrap {
  position: relative;
  display: grid;
  gap: 20px;
  width: 100%;
}
.secQuestion .wrap .infoArea .gridArea .btnWrap .comBtn {
  max-width: 290px;
  width: 100%;
}
.secQuestion .wrap .infoArea .gridArea .lineWrap {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 20px clamp(0.938rem, -3.75rem + 7.5vw, 1.875rem);
  width: -moz-fit-content;
  width: fit-content;
}
.secQuestion .wrap .infoArea .gridArea .lineWrap p {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  padding-bottom: 20px;
  color: #06C755;
}
.secQuestion .wrap .infoArea .gridArea .lineWrap .comBtn {
  margin: 0 auto;
  background: #06C755;
  color: #fff;
  max-width: 290px;
  width: 100%;
  height: 64px;
}

@media screen and (max-width: 950px) {
  .secQuestion .wrap {
    grid-template-columns: clamp(13.125rem, 0.027rem + 27.32vw, 16.25rem) 1fr;
  }
  .secQuestion .wrap .infoArea .gridArea {
    justify-content: center;
    grid-template-columns: 1fr;
    margin: 30px auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .secQuestion .wrap .infoArea .gridArea .lineWrap p {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .secQuestion .wrap {
    grid-template-columns: 1fr;
  }
  .secQuestion .wrap .infoArea {
    padding: 40px 20px;
  }
  .secQuestion .wrap .imgArea {
    order: 2;
    display: none;
  }
}
.secCompany .gridArea {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 10px;
}
.secCompany .gridArea .dataArea {
  display: grid;
  grid-template-columns: 290px 1fr;
}
.secCompany .gridArea .dataArea div, .secCompany .gridArea .dataArea a {
  padding: 10px 0 15px;
  border-bottom: 1px solid #0C509F;
}
.secCompany .gridArea .dataArea .name {
  font-size: clamp(16px, 1.67vw, 20px);
  font-weight: bold;
}
.secCompany .gridArea .dataArea .tx {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .secCompany .gridArea {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .secCompany .gridArea .dataArea {
    grid-template-columns: 1fr;
  }
  .secCompany .gridArea .dataArea .name:first-of-type {
    padding: 0px 0 0;
  }
  .secCompany .gridArea .dataArea .name {
    border-bottom: none;
    padding: 15px 0 0;
  }
  .secCompany .gridArea .dataArea .tx {
    padding: 5px 0 15px;
  }
}
.secFeatures {
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 84px;
}

.secSoudan {
  padding: 80px 0;
}

.secFlow {
  padding: 100px 0 290px;
}

.secCareer {
  margin: -170px auto 120px;
}

.secIntroduction {
  padding: 87px 0 100px;
}

.secFaq {
  padding: 100px 0;
}

.secCompany {
  padding: 110px 0;
}

@media screen and (max-width: 800px) {
  .secCompany {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .secFeatures {
    margin-bottom: 60px;
  }
  .secSoudan {
    padding: 60px 0;
  }
  .secFlow {
    padding: 60px 0 140px;
  }
  .secCareer {
    margin: -70px auto 60px;
  }
  .secIntroduction {
    padding: 60px 0;
  }
  .secFaq {
    padding: 60px 0;
  }
}/*# sourceMappingURL=style.css.map */