/****************************************
 * style.css
 * 専用CSS
 ****************************************/
/* gnav */
.gnav .gnav-brand-ttl {
  display: block;
}
/* KV */
@media screen and (min-width: 768px) {
  .kv-text-inner {
    max-width: 350px;
    width: 100%;
    position: relative;
    left: 10%;
  }
}
.catch-section {
  z-index: 11;
}
.catch-section .section-inner {
  padding: 0 30px 80px;
}
@media screen and (max-width: 767px) {
  .catch-section {
    padding-bottom: 0;
  }
  .catch-section .section-inner {
    padding: 0 30px 30px;
  }
}
.catch-section .section-title-wrapper .section-title .title-inner {
  max-width: 600px;
}
/* タイトル */
@media screen and (max-width: 767px) {
  .section-title-wrapper .section-title {
    line-height: 1.8;
  }
}
/* ナショナル */
.national-block {
  padding: 30px 0 130px;
  background: linear-gradient(to bottom,#F1F5FE 0%,	#EBF1FF 50%, #E2E6F2 100%);
}
.national-inner-text {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
h3.national-ttl {
  font-size: 20px;
  text-align: center;
  color: var(--color-main);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .national-block {
    padding: 20px 0 125px;
  }
  .national-inner-text {
    padding: 0 12px;
  }
  h3.national-ttl {
    margin-bottom: 20px;
  }
  .national-flags img {
    margin: auto;
  }
}
/* データセクション */
.data-section {
  padding-bottom: 150px;
}
.section.data-section::before {
  display: block;
}
@media screen and (min-width: 768px) {
  .data-section {
    padding-top: 80px;
    margin-top: -140px;
    padding-bottom: 220px;
  }
}
.data-section .section-inner {
  padding-top: 40px;
  position: relative;
  z-index: 12;
}
/* データセクション：data-nationalityのラベル位置設定 */
.data-nationality .data-label .countup {
  font-size: 20px;
}
.data-nationality .data-label:nth-of-type(1) {
  top: 7%;
  left: 95%;
}
.data-nationality .data-label:nth-of-type(2) {
  top: 16%;
  left: 69%;
}
.data-nationality .data-label:nth-of-type(3) {
  top: 25%;
  left: 52%;
}
.data-nationality .data-label:nth-of-type(4) {
  top: 36%;
}
.data-nationality .data-label:nth-of-type(5) {
  top: 45%;
  left: 50%;
}
.data-nationality .data-label:nth-of-type(6) {
  top: 54%;
  left: 44%;
}
.data-nationality .data-label:nth-of-type(7) {
  top: 63%;
  left: 43%;
}
.data-nationality .data-label:nth-of-type(8) {
  top: 73%;
  left: 41%;
}
.data-nationality .data-label:nth-of-type(9) {
  top: 82%;
  left: 41%;
}
.data-nationality .data-label:nth-of-type(10) {
  top: 92%;
  left: 54%;
}
/* データセクション：data-typeのラベル位置設定 */
.data-language-level .data-label .countup {
  font-size: 46px;
}
.data-language-level .data-label span {
  font-size: 26px;
}
.data-language-level .data-label:nth-of-type(1) {
  top: 20%;
  left: 85%;
}
.data-language-level .data-label:nth-of-type(2) {
  top: 79%;
  left: 18%;
}
/* データセクション：data-worktime-dayのラベル位置設定 */
.data-worktime-day .data-label:nth-of-type(1) {
  top: 23%;
  left: 39%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(2) {
  top: 48%;
  left: 53%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(3) {
  top: 83%;
  left: 35%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(4) {
  left: 13%;
}
.data-worktime-day .data-label:nth-of-type(5) {
  top: 28%;
  left: 24%;
}
.data-worktime-day .data-label:nth-of-type(6) {
  top: 6%;
  left: 21%;
}
/* データセクション：data-worktime-weekのラベル位置設定 */
.data-worktime-week .data-label:nth-of-type(1) {
  top: 62%;
  left: 13%;
}
.data-worktime-week .data-label:nth-of-type(2) {
  top: 53%;
  left: 32%;
}
.data-worktime-week .data-label:nth-of-type(3) {
  top: 38%;
}
.data-worktime-week .data-label:nth-of-type(4) {
  top: 22%;
  left: 69%;
}
.data-worktime-week .data-label:nth-of-type(5) {
  top: 25%;
  left: 87%;
}
/* ベネフィットセクション */
.section.benefits-section {
  padding-bottom: 220px;
}
@media screen and (min-width: 768px) {
  .point-text {
    max-width: calc(100% - 104px);
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .section.benefits-section {
    padding-bottom: 140px;
  }
}
/* インタビュー */
.interview-content .inner .txt .txt-title rb {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  color: var(--color-main);
}
.interview-content .inner .txt .txt-title rt {
  font-size: 11px;
  color: var(--color-main);
}
.interview-content .inner .txt rt {
  font-size: 50%;
}
@media screen and (max-width: 767px) {
  .interview-content .inner .txt .txt-title rb {
    font-size: 20px;
  }
  .interview-content .inner .txt .txt-title rt {
    font-size: 10px;
  }
}
/* よくある質問 */
.faq-section {
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding-bottom: 140px;
  }
  .faq-question span:not(.faq-toggle-icon) {
    display: block;
  }
}