@charset "UTF-8";
.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 705px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}
@media screen and (min-width: 705px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 705px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}
@media screen and (max-width: 705px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}
main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
BODY
-----------------------------------------*/
article {
  width: 100% !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  background: #fff;
  position: relative;
  width: 100%;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}

section {
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #000;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

.imgFull img {
  width: 100%;
}

a.over:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bgBeige {
  background: #e2e9e9;
  position: relative;
}
.bgBeige:before {
  position: absolute;
  background: #e2e9e9;
  content: "";
  height: 100%;
  width: 8%;
  top: 0;
  left: -8%;
}
.bgBeige:after {
  position: absolute;
  background: #e2e9e9;
  content: "";
  height: 100%;
  width: 8%;
  top: 0;
  right: -8%;
}

.fadeUp {
  opacity: 0;
}

.fadeUpIn {
  -webkit-animation: fadeUpIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
          animation: fadeUpIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
}

@-webkit-keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.animation_wrap {
  position: relative;
  left: 0;
  height: 40px;
  z-index: 2;
  overflow: hidden;
}
.animation_wrap.-w140 {
  width: 147px;
}
.animation_wrap.-w124 {
  width: 124px;
}
.animation_wrap.-w89 {
  width: 89px;
}
.animation_wrap.-w430 {
  width: 442px;
  height: 53px;
}
.animation_wrap.-w150 {
  width: 150px;
}
.animation_wrap.-w-full {
  width: 100%;
}

.animation_bg01,
.animation_bg02,
.animation_bg03 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 100%;
}

@-webkit-keyframes num_bg {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}

@keyframes num_bg {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
.aos-animate .animation_bg01 {
  -webkit-animation-name: num_bg;
          animation-name: num_bg;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  background-color: #003399;
}

.aos-animate .animation_bg02 {
  -webkit-animation-name: num_bg;
          animation-name: num_bg;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  background-color: #ffe100;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.aos-animate .animation_bg03 {
  -webkit-animation-name: num_bg;
          animation-name: num_bg;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  background-color: #ffffff;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.aos-animate .animation_num {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

@-webkit-keyframes num_anima {
  from {
    right: 100%;
  }
  to {
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

@keyframes num_anima {
  from {
    right: 100%;
  }
  to {
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.aos-animate .animation_num {
  -webkit-animation-name: num_anima;
          animation-name: num_anima;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0.43s;
          animation-delay: 0.43s;
}

@media screen and (max-width: 705px) {
  .animation_wrap {
    position: relative;
    left: 0;
    height: 22px;
    z-index: 2;
    overflow: hidden;
  }
  .animation_wrap.-w140 {
    width: 84px;
  }
  .animation_wrap.-w124 {
    width: 66px;
  }
  .animation_wrap.-w89 {
    width: 48px;
  }
  .animation_wrap.-w430 {
    width: 116%;
    height: 27px;
  }
  .animation_wrap.-w150 {
    width: 105px;
    height: 32px;
  }
  .animation_wrap.-w-full {
    width: 100%;
  }
  .data .animation_wrap {
    height: 30px;
  }
  .animation_bg01,
  .animation_bg02,
  .animation_bg03 {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0%;
    right: 100%;
  }
  @-webkit-keyframes num_bg {
    0% {
      right: 100%;
    }
    100% {
      right: 0%;
    }
  }
  @keyframes num_bg {
    0% {
      right: 100%;
    }
    100% {
      right: 0%;
    }
  }
  .aos-animate .animation_bg01 {
    -webkit-animation-name: num_bg;
            animation-name: num_bg;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    background-color: #003399;
  }
  .aos-animate .animation_bg02 {
    -webkit-animation-name: num_bg;
            animation-name: num_bg;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    background-color: #ffe100;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .aos-animate .animation_bg03 {
    -webkit-animation-name: num_bg;
            animation-name: num_bg;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    background-color: #ffffff;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .aos-animate .animation_num {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  @-webkit-keyframes num_anima {
    from {
      right: 100%;
    }
    to {
      right: 50%;
      -webkit-transform: translate(50%, 0);
              transform: translate(50%, 0);
    }
  }
  @keyframes num_anima {
    from {
      right: 100%;
    }
    to {
      right: 50%;
      -webkit-transform: translate(50%, 0);
              transform: translate(50%, 0);
    }
  }
  .aos-animate .animation_num {
    -webkit-animation-name: num_anima;
            animation-name: num_anima;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-delay: 0.43s;
            animation-delay: 0.43s;
  }
}
/*----------------------------------------
MAIN
-----------------------------------------*/
html {
  font-size: 62.5%;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #kansaigaikokugo {
    background-color: #eaedf3;
    font-size: 14px;
    padding-bottom: 50px;
    width: 1030px;
    margin: 0 auto;
    color: #222;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  #kansaigaikokugo .mv {
    padding-top: 48px;
  }
  #kansaigaikokugo .mv__slide {
    margin-left: calc(50% - 50vw);
    width: 60vw;
  }
  #kansaigaikokugo .mv__slide .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
    padding-right: 120px;
  }
  #kansaigaikokugo .mv__slide .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
  }
  #kansaigaikokugo .mv__slide .swiper-pagination-bullet-active {
    background: #2b4075;
  }
  #kansaigaikokugo .mv__title-area {
    width: 38%;
    margin-left: auto;
    margin-right: 100px;
    margin-top: -38.5vw;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 769px) and (min-width: 1441px) {
  #kansaigaikokugo .mv__title-area {
    margin-top: -538px;
  }
}
@media screen and (min-width: 769px) {
  #kansaigaikokugo .mv__title-area--text {
    font-size: 1.6rem;
    margin-top: 23px;
    line-height: 1.8;
    letter-spacing: 0em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding-left: 4px;
  }
  #kansaigaikokugo .language__cnt {
    padding: 147px 0 0px;
  }
  #kansaigaikokugo .language__title {
    text-align: center;
    width: 800px;
    margin-inline: auto;
  }
  #kansaigaikokugo .language__title img {
    margin-inline: auto;
  }
  #kansaigaikokugo .language__img {
    text-align: center;
    margin-top: 62px;
    position: relative;
    left: unset;
  }
  #kansaigaikokugo .language__img img {
    margin-inline: auto;
  }
  #kansaigaikokugo .confidence__cnt {
    padding: 100px 0 30px;
  }
  #kansaigaikokugo .confidence__title {
    text-align: center;
  }
  #kansaigaikokugo .confidence__title img {
    margin-inline: auto;
  }
  #kansaigaikokugo .confidence__boxes {
    margin-top: 31px;
  }
  #kansaigaikokugo .confidence__box {
    background-color: #fff;
    width: 800px;
    margin-inline: auto;
    padding: 40px 0px 37px;
  }
  #kansaigaikokugo .confidence__box:not(:first-of-type) {
    margin-top: 10px;
  }
  #kansaigaikokugo .confidence__box--head {
    padding-left: 50px;
    position: relative;
  }
  #kansaigaikokugo .confidence__box--head img {
    width: 106px;
  }
  #kansaigaikokugo .confidence__box--head:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    top: 17px;
    left: 0;
    background-color: #3171b3;
  }
  #kansaigaikokugo .confidence__box--title {
    text-align: center;
    color: #2b4075;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 17px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  #kansaigaikokugo .confidence__box--lead {
    text-align: center;
    margin-top: 13px;
    font-size: 1.6rem;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.8;
  }
  #kansaigaikokugo .confidence__box--lead .blue-text {
    color: #2d77b9;
  }
  #kansaigaikokugo .confidence__box--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: auto;
    margin-top: 22px;
  }
  #kansaigaikokugo .confidence__box--flex:not(:first-of-type) {
    margin-top: 63px;
  }
  #kansaigaikokugo .confidence__box--img {
    width: 400px;
    text-align: center;
  }
  #kansaigaikokugo .confidence__box--textarea {
    width: 400px;
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 6px;
  }
  #kansaigaikokugo .confidence__box--title-ja {
    font-size: 2rem;
    color: #2b4075;
    margin-top: 13px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  #kansaigaikokugo .confidence__box--title-ja .small-text {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #kansaigaikokugo .confidence__box--list li {
    font-size: 1.6rem;
    padding-left: 20px;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #2b4075;
    font-weight: bold;
    position: relative;
  }
  #kansaigaikokugo .confidence__box--list li:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 6px;
    left: 0;
    border-radius: 3px;
  }
  #kansaigaikokugo .confidence__box--list li:not(:first-of-type) {
    margin-top: 6px;
  }
  #kansaigaikokugo .confidence__box--list li:first-of-type:before {
    background-color: #2d77b9;
  }
  #kansaigaikokugo .confidence__box--list li:nth-of-type(2):before {
    background-color: #263f73;
  }
  #kansaigaikokugo .confidence__box--list li:nth-of-type(3):before {
    background-color: #b4c2e2;
  }
  #kansaigaikokugo .confidence__box--note {
    font-size: 1.2rem;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 10px;
  }
  #kansaigaikokugo .confidence__box--note li:not(:first-of-type) {
    margin-top: 11px;
  }
  #kansaigaikokugo .confidence__box--text {
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #kansaigaikokugo .confidence__box--flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 33px;
    padding: 0 50px;
  }
  #kansaigaikokugo .confidence__box--flex02.-mt {
    margin-top: 60px;
  }
  #kansaigaikokugo .confidence__box--flex02-right {
    padding-right: 28px;
  }
  #kansaigaikokugo .confidence__box--archive-flex-wrap {
    padding-left: 60px;
  }
  #kansaigaikokugo .confidence__box--archive-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kansaigaikokugo .confidence__box--archive-flex:not(:first-of-type) {
    margin-top: 30px;
  }
  #kansaigaikokugo .confidence__box--archive-detail {
    padding-left: 16px;
  }
  #kansaigaikokugo .confidence__box--archive-detail-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 253px;
  }
  #kansaigaikokugo .confidence__box--archive-detail-block:not(:first-of-type) {
    margin-top: 11px;
  }
  #kansaigaikokugo .confidence__box--archive-score {
    font-size: 1.4rem;
    color: #2b4075;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .confidence__box--archive-score .num {
    font-size: 2.8rem;
    line-height: 1;
  }
  #kansaigaikokugo .confidence__box--archive-people {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    color: #2b4075;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background-color: #ffe100;
    line-height: 1;
  }
  #kansaigaikokugo .confidence__box--archive-people.-second {
    margin-top: 19px;
  }
  #kansaigaikokugo .confidence__box--archive-people.-second .num {
    font-size: 5.1rem;
  }
  #kansaigaikokugo .confidence__box--archive-people .num {
    font-size: 4.4rem;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    top: 3px;
  }
  #kansaigaikokugo .confidence__box--archive-people .slide-text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #kansaigaikokugo .confidence__box--archive-people .big-text {
    font-size: 5rem;
  }
  #kansaigaikokugo .confidence__box--archive-note {
    margin-top: 28px;
    margin-inline: auto;
    width: 88%;
  }
  #kansaigaikokugo .confidence__box--archive-note li {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-left: 1em;
    text-indent: -1em;
  }
  #kansaigaikokugo .confidence__box--archive-note li:not(:first-of-type) {
    margin-top: 1px;
  }
  #kansaigaikokugo .data {
    position: relative;
  }
  #kansaigaikokugo .data__cnt {
    padding: 130px 0 0px;
  }
  #kansaigaikokugo .data__treat {
    position: absolute;
    top: -30px;
    right: -1px;
  }
  #kansaigaikokugo .data__title {
    text-align: center;
    position: relative;
  }
  #kansaigaikokugo .data__title img {
    margin-inline: auto;
    width: 300px;
  }
  #kansaigaikokugo .data__boxes {
    margin-top: 32px;
  }
  #kansaigaikokugo .data__box {
    background-color: #fff;
    width: 800px;
    margin-inline: auto;
    padding: 30px 48px 37px;
  }
  #kansaigaikokugo .data__box:first-of-type .data__box--block:nth-of-type(1), #kansaigaikokugo .data__box:first-of-type .data__box--block:nth-of-type(2) {
    width: 150px;
  }
  #kansaigaikokugo .data__box:not(:first-of-type) {
    margin-top: 20px;
  }
  #kansaigaikokugo .data__box:nth-of-type(2) .data__box--archive-people {
    margin-top: 20px;
  }
  #kansaigaikokugo .data__box--year {
    text-align: right;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #kansaigaikokugo .data__box--title {
    font-size: 3.3rem;
    color: #003e78;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-top: -28px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.14em;
  }
  #kansaigaikokugo .data__box--flex {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kansaigaikokugo .data__box--block {
    width: 47%;
  }
  #kansaigaikokugo .data__box--block:nth-of-type(2) .data__box--block-flex {
    margin-top: 30px;
  }
  #kansaigaikokugo .data__box--block-title {
    font-size: 1.3rem;
    color: #003e78;
    text-align: center;
    border: 1px solid #003e78;
    font-weight: bold;
    padding: 4px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .data__box--block-flex {
    margin-top: 6px;
  }
  #kansaigaikokugo .data__box--block-number {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kansaigaikokugo .data__box--block-wrap:first-of-type {
    width: 53%;
    margin-right: auto;
  }
  #kansaigaikokugo .data__box--block-wrap:nth-of-type(2) {
    width: 43%;
    margin-left: auto;
  }
  #kansaigaikokugo .data__box--block-wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.4;
  }
  #kansaigaikokugo .data__box--block-wrap dt {
    color: #003e79;
    font-size: 1.6rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    width: 200px;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap;
  }
  #kansaigaikokugo .data__box--block-wrap dd {
    color: #003e79;
    font-size: 1.6rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: right;
    width: calc(100% - 70px);
    white-space: nowrap;
  }
  #kansaigaikokugo .data__box--archive-people {
    font-size: 1.9rem;
    letter-spacing: 0;
    color: #2b4075;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background-color: #ffe100;
    line-height: 1;
  }
  #kansaigaikokugo .data__box--archive-people.-second {
    margin-top: 19px;
  }
  #kansaigaikokugo .data__box--archive-people:not(:first-of-type) {
    margin-top: 10px;
  }
  #kansaigaikokugo .data__box--archive-people .num {
    font-size: 4.4rem;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    top: 3px;
  }
  #kansaigaikokugo .data__box--archive-people .num.-small {
    font-size: 3.7rem;
    position: relative;
  }
  #kansaigaikokugo .data__box--archive-people .slide-text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #kansaigaikokugo .data__box--archive-people .big-text {
    font-size: 5rem;
  }
  #kansaigaikokugo .system__cnt {
    padding: 140px 0 40px;
  }
  #kansaigaikokugo .system__title {
    text-align: center;
  }
  #kansaigaikokugo .system__boxes {
    margin-top: 30px;
  }
  #kansaigaikokugo .system__box {
    background-color: #fff;
    width: 800px;
    margin-inline: auto;
    padding: 39px 42px 37px;
  }
  #kansaigaikokugo .system__box:first-of-type {
    position: relative;
  }
  #kansaigaikokugo .system__box:first-of-type:before {
    position: absolute;
    content: "";
    width: 73px;
    height: 40px;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
  }
  #kansaigaikokugo .system__box:nth-of-type(2) .system__box--note {
    margin-top: 5px;
  }
  #kansaigaikokugo .system__box:not(:first-of-type) {
    margin-top: 45px;
  }
  #kansaigaikokugo .system__box--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kansaigaikokugo .system__box--block {
    width: 49.5%;
  }
  #kansaigaikokugo .system__box--title {
    font-size: 2rem;
    text-align: center;
    color: #2b4075;
    border-top: 2px solid #2b4075;
    border-bottom: 2px solid #2b4075;
    padding: 12px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-inline: auto;
    width: 95%;
  }
  #kansaigaikokugo .system__box--title sup {
    position: relative;
    font-size: 1.3rem;
  }
  #kansaigaikokugo .system__box--img {
    margin-top: 21px;
    text-align: center;
    margin-inline: auto;
    width: 100%;
  }
  #kansaigaikokugo .system__box--img--01 {
    width: 90%;
  }
  #kansaigaikokugo .system__box--img--02 {
    width: 57%;
  }
  #kansaigaikokugo .system__box--img--03 {
    width: 74%;
  }
  #kansaigaikokugo .system__box--archive-people {
    margin-inline: auto;
    margin-top: 16px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    color: #2b4075;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background-color: #ffe100;
    line-height: 1;
  }
  #kansaigaikokugo .system__box--archive-people.-second {
    margin-top: 19px;
  }
  #kansaigaikokugo .system__box--archive-people .num {
    font-size: 4.4rem;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    top: 3px;
  }
  #kansaigaikokugo .system__box--archive-people .slide-text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #kansaigaikokugo .system__box--archive-people .big-text {
    font-size: 5rem;
  }
  #kansaigaikokugo .system__box--treat {
    text-align: center;
    margin-top: 18px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #kansaigaikokugo .system__box--note {
    text-align: center;
    margin-top: 16px;
    font-size: 1.2rem;
  }
  #kansaigaikokugo .system__box--btn {
    width: 240px;
    display: block;
    height: 50px;
    background-color: #3171b3;
    border: 1px solid #3171b3;
    color: #fff;
    margin-top: 20px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100vmax;
    font-weight: bold;
    position: relative;
  }
  #kansaigaikokugo .system__box--btn .small-text {
    font-size: 1.2rem;
  }
  #kansaigaikokugo .system__box--btn:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #kansaigaikokugo .system__box--btn:hover {
    opacity: 0.8;
  }
  #kansaigaikokugo .system__box--btn .angle {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    background-color: #fff;
    border-radius: 100vmax;
  }
  #kansaigaikokugo .system__box--btn .angle:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-top: 2px solid #3171b3;
    border-right: 2px solid #3171b3;
  }
  #kansaigaikokugo .senior__cnt {
    padding: 107px 0 80px;
  }
  #kansaigaikokugo .senior__title {
    text-align: center;
  }
  #kansaigaikokugo .senior__flex {
    margin-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-inline: auto;
    width: 800px;
  }
  #kansaigaikokugo .senior__box {
    background-color: #fff;
    width: 49%;
    padding: 19px 9px 13px;
    position: relative;
  }
  #kansaigaikokugo .senior__box:nth-of-type(n + 3) {
    margin-top: 18px;
  }
  #kansaigaikokugo .senior__box--lead {
    font-size: 1.4rem;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .senior__box--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
  }
  #kansaigaikokugo .senior__box--img {
    width: 146px;
  }
  #kansaigaikokugo .senior__box--textarea {
    width: calc(100% - 146px);
    padding-left: 10px;
  }
  #kansaigaikokugo .senior__box--company {
    font-size: 1.8rem;
    color: #2b4075;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.3;
    letter-spacing: 0em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .senior__box--name {
    font-size: 1.8rem;
    margin-top: 11px;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .senior__box--data {
    margin-top: 6px;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .senior__box--btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #2b4075;
  }
  #kansaigaikokugo .senior__box--btn.-text {
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 23px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
  }
  #kansaigaikokugo .senior__box--btn.-text:before {
    left: unset;
    right: 5px;
  }
  #kansaigaikokugo .senior__box--btn:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 39%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #kansaigaikokugo .feature {
    padding-bottom: 30px;
  }
  #kansaigaikokugo .feature__cnt {
    margin-inline: auto;
    width: 800px;
  }
  #kansaigaikokugo .feature__rate {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kansaigaikokugo .feature__rate li:first-of-type {
    width: 266px;
  }
  #kansaigaikokugo .feature__rate li:first-of-type p {
    text-align: center;
  }
  #kansaigaikokugo .feature__rate li:first-of-type p:first-of-type {
    background: #055081;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
  }
  #kansaigaikokugo .feature__rate li:first-of-type p:first-of-type span {
    display: block;
    font-size: 16px;
    margin-top: 3px;
  }
  #kansaigaikokugo .feature__rate li:first-of-type p:last-of-type {
    font-size: 81px;
    color: #055081;
    font-weight: bold;
  }
  #kansaigaikokugo .feature__rate li:first-of-type p:last-of-type span {
    font-size: 61px;
  }
  #kansaigaikokugo .feature__rate li:last-of-type {
    width: calc(100% - 295px);
  }
  #kansaigaikokugo .feature__rate li:last-of-type h3 {
    color: #055081;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
  }
  #kansaigaikokugo .feature__rate li:last-of-type p {
    line-height: 1.6;
    letter-spacing: 0;
  }
  #kansaigaikokugo .feature__slide {
    width: 88%;
    margin: 45px auto 0;
  }
  #kansaigaikokugo .feature__slide .person01__list {
    border: 2px solid #055081;
    padding: 35px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type {
    width: 43%;
    text-align: center;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type .img {
    width: 190px;
    margin: 0 auto;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type p {
    font-weight: bold;
    font-size: 14px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type .company {
    background: #055081;
    padding: 2px 5px;
    line-height: 1;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin: 30px 0 10px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type .name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type .name span {
    font-size: 14px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type .past {
    letter-spacing: 0;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:last-of-type {
    width: 53%;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:last-of-type h3 {
    font-size: 22px;
    line-height: 1.6;
    color: #055081;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:last-of-type p {
    line-height: 1.6;
  }
  #kansaigaikokugo .feature__achievement {
    width: 88%;
    margin: 50px auto 100px;
  }
  #kansaigaikokugo .feature__achievement ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e7b300;
    background: #fff3cd;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #kansaigaikokugo .feature__achievement ul li {
    font-weight: bold;
  }
  #kansaigaikokugo .feature__achievement ul li:first-of-type {
    width: 130px;
    background: #e7b300;
    color: #fff;
    font-size: 18px;
    padding: 25px 0 25px 25px;
    position: relative;
    outline: 1px solid #e7b300;
  }
  #kansaigaikokugo .feature__achievement ul li:first-of-type::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 51px 0 51px 20px;
    border-color: transparent transparent transparent #e7b100;
    position: absolute;
    top: 50%;
    right: -21px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #kansaigaikokugo .feature__achievement ul li:first-of-type p {
    font-size: 18px;
    letter-spacing: -1px;
  }
  #kansaigaikokugo .feature__achievement ul li:last-of-type {
    width: calc(100% - 130px);
    padding-left: 40px;
    text-decoration: underline;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #kansaigaikokugo .feature__action {
    width: 88%;
    margin: 0 auto;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  }
  #kansaigaikokugo .feature__action a {
    display: block;
    position: relative;
    color: #fff;
  }
  #kansaigaikokugo .feature__action a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
            transform: rotate(45deg) translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }
  #kansaigaikokugo .feature__action a:hover {
    opacity: 1;
  }
  #kansaigaikokugo .feature__action h3 {
    background: #055081;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .feature__action h3 span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
  }
  #kansaigaikokugo .feature__action h3 a {
    padding: 20px;
  }
  #kansaigaikokugo .feature__action h3:hover {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
  }
  #kansaigaikokugo .feature__action .img {
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #kansaigaikokugo .feature__action .img a::after {
    content: none;
  }
  #kansaigaikokugo .feature__action .img img {
    width: 100%;
    height: auto;
  }
  #kansaigaikokugo .feature__action .img img:hover {
    opacity: 1;
  }
  #kansaigaikokugo .feature__action .img:hover {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
  }
  #kansaigaikokugo .feature__action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 18px;
  }
  #kansaigaikokugo .feature__action ul li {
    width: 47.5%;
    background: #048cec;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .feature__action ul li:hover {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
  }
  #kansaigaikokugo .feature__action ul li.w100 {
    background: #ffff00;
    width: 100%;
  }
  #kansaigaikokugo .feature__action ul li.w100 a {
    color: #048cec;
  }
  #kansaigaikokugo .feature__action ul li.w100 a:after {
    border-color: #048cec;
  }
  #kansaigaikokugo .feature__action ul li a {
    font-weight: bold;
    font-size: 16px;
    padding: 17px 20px;
    line-height: 1;
  }
  #kansaigaikokugo .feature__action ul li a.small {
    font-size: 15px !important;
  }
  #kansaigaikokugo .feature__action ul li a span {
    display: block;
    font-size: 14px;
  }
  #kansaigaikokugo .feature__action ul li a span.span_top {
    margin-bottom: 5px;
  }
  #kansaigaikokugo .feature__action ul li a span.span_btm {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  #kansaigaikokugo {
    overflow-x: hidden;
    background-color: #eaedf3;
    font-size: 14px;
    padding-bottom: 50px;
    margin: 0 auto;
    color: #222;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  #kansaigaikokugo .mv {
    padding-top: 7px;
  }
  #kansaigaikokugo .mv__slide {
    margin-left: calc(50% - 67vw);
    width: 92%;
  }
  #kansaigaikokugo .mv__slide .swiper-pagination {
    bottom: 3px;
    left: 0;
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding-left: calc(50% - 27vw);
  }
  #kansaigaikokugo .mv__slide .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin: 0 3px;
  }
  #kansaigaikokugo .mv__slide .swiper-pagination-bullet-active {
    background: #2b4075;
  }
  #kansaigaikokugo .mv__title-area {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
  #kansaigaikokugo .mv__title-area--img {
    width: 115px;
    margin-left: auto;
    margin-top: -225px;
    margin-right: 25px;
  }
  #kansaigaikokugo .mv__title-area--text {
    font-size: 1.3rem;
    margin-top: 33px;
    line-height: 1.8;
    letter-spacing: -0.06em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 0 24px;
  }
  #kansaigaikokugo .language__cnt {
    padding: 51px 0 0px;
  }
  #kansaigaikokugo .language__title {
    text-align: center;
    margin-inline: auto;
    width: 310px;
  }
  #kansaigaikokugo .language__img {
    text-align: center;
    margin-top: 19px;
    position: relative;
    margin-inline: auto;
    width: 340px;
    left: 6px;
  }
  #kansaigaikokugo .confidence__cnt {
    padding: 75px 0 30px;
  }
  #kansaigaikokugo .confidence__title {
    text-align: center;
    margin-inline: auto;
    width: 230px;
  }
  #kansaigaikokugo .confidence__boxes {
    margin-top: 31px;
  }
  #kansaigaikokugo .confidence__box {
    background-color: #fff;
    margin-inline: auto;
    padding: 22px 0px 28px;
    margin-inline: auto;
    width: 87%;
    max-width: 400px;
  }
  #kansaigaikokugo .confidence__box:not(:first-of-type) {
    margin-top: 14px;
  }
  #kansaigaikokugo .confidence__box--head {
    padding-left: 38px;
    position: relative;
  }
  #kansaigaikokugo .confidence__box--head:before {
    position: absolute;
    content: "";
    width: 27px;
    height: 2px;
    top: 17px;
    left: 0;
    background-color: #3171b3;
  }
  #kansaigaikokugo .confidence__box--head img {
    height: 11px;
  }
  #kansaigaikokugo .confidence__box--title {
    text-align: center;
    color: #2b4075;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    margin-top: 22px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  #kansaigaikokugo .confidence__box--lead {
    text-align: left;
    margin-top: 5px;
    font-size: 1.3rem;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.5;
    padding: 0 25px;
  }
  #kansaigaikokugo .confidence__box--lead .blue-text {
    color: #2d77b9;
  }
  #kansaigaikokugo .confidence__box--flex-wrap {
    padding: 0 25px;
  }
  #kansaigaikokugo .confidence__box--flex {
    margin-inline: auto;
    margin-top: 36px;
  }
  #kansaigaikokugo .confidence__box--flex:not(:first-of-type) {
    margin-top: 33px;
  }
  #kansaigaikokugo .confidence__box--flex:nth-of-type(2) .confidence__box--img {
    width: 100%;
  }
  #kansaigaikokugo .confidence__box--flex:nth-of-type(2) .confidence__box--textarea {
    margin-top: 19px;
  }
  #kansaigaikokugo .confidence__box--flex:nth-of-type(2) .confidence__box--title-en img {
    height: 31px;
  }
  #kansaigaikokugo .confidence__box--flex:nth-of-type(2) .confidence__box--note {
    font-size: 1.1rem;
  }
  #kansaigaikokugo .confidence__box--img {
    width: 190px;
    text-align: center;
    margin-inline: auto;
  }
  #kansaigaikokugo .confidence__box--textarea {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
  }
  #kansaigaikokugo .confidence__box--title-en img {
    height: 22px;
  }
  #kansaigaikokugo .confidence__box--title-ja {
    font-size: 1.5rem;
    color: #2b4075;
    margin-top: 12px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.35;
  }
  #kansaigaikokugo .confidence__box--title-ja .small-text {
    display: block;
    letter-spacing: 0;
    font-size: 1.2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .confidence__box--list {
    margin-top: 3px;
  }
  #kansaigaikokugo .confidence__box--list li {
    font-size: 1.2rem;
    padding-left: 16px;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #2b4075;
    font-weight: bold;
    position: relative;
  }
  #kansaigaikokugo .confidence__box--list li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    top: 6px;
    left: 0;
    border-radius: 2px;
  }
  #kansaigaikokugo .confidence__box--list li:not(:first-of-type) {
    margin-top: 4px;
  }
  #kansaigaikokugo .confidence__box--list li:first-of-type:before {
    background-color: #2d77b9;
  }
  #kansaigaikokugo .confidence__box--list li:nth-of-type(2):before {
    background-color: #263f73;
  }
  #kansaigaikokugo .confidence__box--list li:nth-of-type(3):before {
    background-color: #b4c2e2;
  }
  #kansaigaikokugo .confidence__box--note {
    font-size: 0.9rem;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 10px;
    line-height: 1.2;
  }
  #kansaigaikokugo .confidence__box--note li:not(:first-of-type) {
    margin-top: 11px;
  }
  #kansaigaikokugo .confidence__box--text {
    margin-top: 12px;
    margin-bottom: 7px;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #kansaigaikokugo .confidence__box--flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 17px;
    padding: 0 24px;
  }
  #kansaigaikokugo .confidence__box--flex02.-mt {
    margin-top: 22px;
  }
  #kansaigaikokugo .confidence__box--flex02-right {
    padding-right: 0;
  }
  #kansaigaikokugo .confidence__box--flex02 .slide-text {
    letter-spacing: 0.05em;
  }
  #kansaigaikokugo .confidence__box--archive {
    width: 70px;
  }
  #kansaigaikokugo .confidence__box--archive-flex-wrap {
    padding-left: 25px;
  }
  #kansaigaikokugo .confidence__box--archive-flex {
    width: 153px;
  }
  #kansaigaikokugo .confidence__box--archive-flex:not(:first-of-type) {
    margin-top: 14px;
  }
  #kansaigaikokugo .confidence__box--archive-flex:nth-of-type(2) .confidence__box--archive-title {
    width: 120px;
  }
  #kansaigaikokugo .confidence__box--archive-title {
    width: 142px;
  }
  #kansaigaikokugo .confidence__box--archive-detail {
    padding-left: 0;
    margin-top: 10px;
  }
  #kansaigaikokugo .confidence__box--archive-detail-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 140px;
  }
  #kansaigaikokugo .confidence__box--archive-detail-block:not(:first-of-type) {
    margin-top: 4px;
  }
  #kansaigaikokugo .confidence__box--archive-score {
    font-size: 0.7rem;
    color: #2b4075;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .confidence__box--archive-score .num {
    font-size: 1.4rem;
    line-height: 1;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .confidence__box--archive-people {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    color: #2b4075;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background-color: #ffe100;
    line-height: 1;
  }
  #kansaigaikokugo .confidence__box--archive-people.-second {
    margin-top: 10px;
  }
  #kansaigaikokugo .confidence__box--archive-people .num {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    top: 3px;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .confidence__box--archive-people .slide-text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .confidence__box--archive-people .big-text {
    font-size: 2.5rem;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .confidence__box--archive-note {
    margin-top: 18px;
    margin-inline: auto;
    width: 100%;
    padding: 0 25px;
  }
  #kansaigaikokugo .confidence__box--archive-note li {
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-left: 1em;
    text-indent: -1em;
  }
  #kansaigaikokugo .confidence__box--archive-note li:not(:first-of-type) {
    margin-top: 1px;
  }
  #kansaigaikokugo .confidence__box--archive-check {
    width: 184px;
    margin-left: 10px;
  }
  #kansaigaikokugo .data {
    position: relative;
  }
  #kansaigaikokugo .data__cnt {
    padding: 44px 0 0px;
  }
  #kansaigaikokugo .data__treat {
    position: absolute;
    top: 7px;
    width: 260px;
    right: -10px;
  }
  #kansaigaikokugo .data__title {
    text-align: center;
    position: relative;
    width: 220px;
    margin-inline: auto;
  }
  #kansaigaikokugo .data__boxes {
    margin-top: 32px;
    width: 87%;
    max-width: 400px;
    margin-inline: auto;
  }
  #kansaigaikokugo .data__box {
    background-color: #fff;
    margin-inline: auto;
    padding: 19px 25px 28px;
    margin-inline: auto;
  }
  #kansaigaikokugo .data__box:first-of-type .data__box--block:nth-of-type(1), #kansaigaikokugo .data__box:first-of-type .data__box--block:nth-of-type(2) {
    width: 47%;
  }
  #kansaigaikokugo .data__box:not(:first-of-type) {
    margin-top: 20px;
  }
  #kansaigaikokugo .data__box:nth-of-type(2) .data__box--archive-people {
    margin-top: 20px;
  }
  #kansaigaikokugo .data__box:nth-of-type(2) .data__box--block:nth-of-type(2) {
    margin-top: 16px;
  }
  #kansaigaikokugo .data__box--year {
    text-align: right;
    font-size: 1rem;
    letter-spacing: 0;
  }
  #kansaigaikokugo .data__box--title {
    font-size: 1.7rem;
    color: #003e78;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-top: -17px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.14em;
  }
  #kansaigaikokugo .data__box--flex {
    margin-top: 15px;
    margin-inline: auto;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #kansaigaikokugo .data__box--block {
    width: 100%;
  }
  #kansaigaikokugo .data__box--block:nth-of-type(2) .data__box--block-flex {
    margin-top: 22px;
  }
  #kansaigaikokugo .data__box--block:nth-of-type(3) {
    margin-top: 16px;
  }
  #kansaigaikokugo .data__box--block-title {
    font-size: 1rem;
    color: #003e78;
    text-align: center;
    border: 1px solid #003e78;
    font-weight: bold;
    padding: 3px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .data__box--block-flex {
    margin-top: 6px;
  }
  #kansaigaikokugo .data__box--block-number {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kansaigaikokugo .data__box--block-wrap {
    width: 48%;
  }
  #kansaigaikokugo .data__box--block-wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.4;
  }
  #kansaigaikokugo .data__box--block-wrap dt {
    color: #003e79;
    font-size: 1.2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    width: 100px;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #kansaigaikokugo .data__box--block-wrap dd {
    color: #003e79;
    font-size: 1.2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: right;
    width: calc(100% - 84px);
  }
  #kansaigaikokugo .data__box--archive-people {
    width: 100%;
    height: 35px;
    font-size: 1.3rem;
    letter-spacing: 0;
    color: #2b4075;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background-color: #ffe100;
    line-height: 1;
  }
  #kansaigaikokugo .data__box--archive-people.-second {
    margin-top: 19px;
  }
  #kansaigaikokugo .data__box--archive-people:not(:first-of-type) {
    margin-top: 7px;
  }
  #kansaigaikokugo .data__box--archive-people .num {
    font-size: 3.7rem;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    top: 3px;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .data__box--archive-people .slide-text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding-bottom: 3px;
  }
  #kansaigaikokugo .data__box--archive-people .big-text {
    font-size: 5rem;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .system__cnt {
    padding: 43px 0 40px;
  }
  #kansaigaikokugo .system__title {
    text-align: center;
    margin-inline: auto;
    width: 226px;
  }
  #kansaigaikokugo .system__boxes {
    margin-top: 40px;
  }
  #kansaigaikokugo .system__box {
    background-color: #fff;
    padding: 32px 31px 28px;
    margin-inline: auto;
  }
  #kansaigaikokugo .system__box:first-of-type {
    position: relative;
  }
  #kansaigaikokugo .system__box:first-of-type:before {
    position: absolute;
    content: "";
    width: 73px;
    height: 40px;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
  }
  #kansaigaikokugo .system__box:nth-of-type(2) .system__box--note {
    margin-top: 9px;
    text-align: left;
    line-height: 1.2;
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  #kansaigaikokugo .system__box:not(:first-of-type) {
    margin-top: 50px;
  }
  #kansaigaikokugo .system__box--block:not(:first-of-type) {
    margin-top: 34px;
  }
  #kansaigaikokugo .system__box--block:nth-of-type(2) .system__box--img {
    width: 160px;
    margin-inline: auto;
  }
  #kansaigaikokugo .system__box--title {
    font-size: 1.5rem;
    text-align: center;
    color: #2b4075;
    border-top: 1px solid #2b4075;
    border-bottom: 1px solid #2b4075;
    padding: 12px 0;
    line-height: 1.3;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #kansaigaikokugo .system__box--title sup {
    position: relative;
    font-size: 1rem;
  }
  #kansaigaikokugo .system__box--img {
    margin-top: 16px;
    text-align: center;
  }
  #kansaigaikokugo .system__box--archive-people {
    margin-inline: auto;
    margin-top: 9px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #2b4075;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background-color: #ffe100;
    line-height: 1;
  }
  #kansaigaikokugo .system__box--archive-people.-second {
    margin-top: 19px;
  }
  #kansaigaikokugo .system__box--archive-people .num {
    font-size: 3.8rem;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    top: 3px;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .system__box--archive-people .slide-text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .system__box--archive-people .big-text {
    font-size: 5rem;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .system__box--treat {
    text-align: center;
    margin-top: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #kansaigaikokugo .system__box--note {
    text-align: center;
    margin-top: 21px;
    font-size: 1.2rem;
  }
  #kansaigaikokugo .system__box--btn {
    width: 100%;
    display: block;
    height: 50px;
    background-color: #3171b3;
    border: 1px solid #3171b3;
    color: #fff;
    margin-top: 20px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100vmax;
    font-weight: bold;
    position: relative;
    font-size: 1.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
  }
  #kansaigaikokugo .system__box--btn .small-text {
    font-size: 1.2rem;
    display: block;
  }
  #kansaigaikokugo .system__box--btn:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #kansaigaikokugo .system__box--btn:hover {
    opacity: 0.8;
  }
  #kansaigaikokugo .system__box--btn .angle {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    background-color: #fff;
    border-radius: 100vmax;
  }
  #kansaigaikokugo .system__box--btn .angle:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-top: 2px solid #3171b3;
    border-right: 2px solid #3171b3;
  }
  #kansaigaikokugo .senior__cnt {
    padding: 7px 0 80px;
  }
  #kansaigaikokugo .senior__title {
    text-align: center;
    margin-inline: auto;
    width: 240px;
  }
  #kansaigaikokugo .senior__flex {
    margin-top: 27px;
    margin-inline: auto;
    width: 87%;
  }
  #kansaigaikokugo .senior__box {
    background-color: #fff;
    padding: 13px 9px 26px;
    position: relative;
    display: block;
  }
  #kansaigaikokugo .senior__box:not(:first-of-type) {
    margin-top: 15px;
  }
  #kansaigaikokugo .senior__box--lead {
    font-size: 1.15rem;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .senior__box--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
  }
  #kansaigaikokugo .senior__box--img {
    width: 122px;
  }
  #kansaigaikokugo .senior__box--textarea {
    width: calc(100% - 122px);
    padding-left: 10px;
  }
  #kansaigaikokugo .senior__box--company {
    font-size: 1.5rem;
    color: #2b4075;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.3;
    letter-spacing: 0em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .senior__box--name {
    font-size: 1.5rem;
    margin-top: 9px;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .senior__box--data {
    margin-top: 5px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .senior__box--btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: #2b4075;
  }
  #kansaigaikokugo .senior__box--btn:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 39%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #kansaigaikokugo .senior__box--btn.-text {
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 17px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
  }
  #kansaigaikokugo .senior__box--btn.-text:before {
    left: unset;
    right: 5px;
  }
  #kansaigaikokugo .feature {
    padding-bottom: 30px;
    margin-top: 0;
    padding-top: 0;
  }
  #kansaigaikokugo .feature h2 {
    max-width: 340px;
    margin: 0 auto;
  }
  #kansaigaikokugo .feature__rate {
    max-width: 340px;
    margin: 40px auto 0;
  }
  #kansaigaikokugo .feature__rate li:first-of-type {
    width: 265px;
    margin: 0 auto;
  }
  #kansaigaikokugo .feature__rate li:first-of-type p {
    text-align: center;
  }
  #kansaigaikokugo .feature__rate li:first-of-type p:first-of-type {
    background: #055081;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
  }
  #kansaigaikokugo .feature__rate li:first-of-type p:first-of-type span {
    display: block;
    font-size: 16px;
    margin-top: 3px;
  }
  #kansaigaikokugo .feature__rate li:first-of-type p:last-of-type {
    font-size: 81px;
    color: #055081;
    font-weight: bold;
  }
  #kansaigaikokugo .feature__rate li:first-of-type p:last-of-type span {
    font-size: 61px;
  }
  #kansaigaikokugo .feature__rate li:last-of-type h3 {
    color: #055081;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #kansaigaikokugo .feature__slide {
    width: 85%;
    margin: 45px auto 0;
    max-width: 300px;
  }
  #kansaigaikokugo .feature__slide .person01__list {
    border: 2px solid #055081;
    padding: 25px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type {
    text-align: center;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type .img {
    width: 190px;
    margin: 0 auto;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type p {
    font-weight: bold;
    font-size: 14px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type .company {
    background: #055081;
    padding: 2px 5px;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 30px 0 10px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type .name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type .name span {
    font-size: 13px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:first-of-type .past {
    letter-spacing: 0;
    font-size: 13px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:last-of-type h3 {
    font-size: 19px;
    line-height: 1.4;
    color: #055081;
    font-weight: bold;
    margin: 15px 0 10px;
  }
  #kansaigaikokugo .feature__slide .person01__list ul li:last-of-type p {
    line-height: 1.45;
  }
  #kansaigaikokugo .feature__achievement {
    width: 100%;
    margin: 50px auto 50px;
    max-width: 330px;
  }
  #kansaigaikokugo .feature__achievement ul {
    border: 2px solid #e7b300;
    background: #fff3cd;
  }
  #kansaigaikokugo .feature__achievement ul li {
    font-weight: bold;
  }
  #kansaigaikokugo .feature__achievement ul li:first-of-type {
    background: #e7b300;
    color: #fff;
    text-align: center;
    padding: 10px 10px 0;
    position: relative;
  }
  #kansaigaikokugo .feature__achievement ul li:first-of-type::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 165px 0 165px;
    border-color: #e7b100 transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #kansaigaikokugo .feature__achievement ul li:first-of-type p {
    font-size: 19px;
    font-weight: bold;
  }
  #kansaigaikokugo .feature__achievement ul li:last-of-type {
    padding-left: 40px;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    padding: 30px 10px 25px;
  }
  #kansaigaikokugo .feature__achievement ul li:last-of-type span {
    display: block;
    margin-top: 10px;
  }
  #kansaigaikokugo .feature__action {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  }
  #kansaigaikokugo .feature__action a {
    display: block;
    position: relative;
    color: #fff;
  }
  #kansaigaikokugo .feature__action a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
            transform: rotate(45deg) translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }
  #kansaigaikokugo .feature__action h3 {
    background: #065182;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  }
  #kansaigaikokugo .feature__action h3 span {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
  }
  #kansaigaikokugo .feature__action h3 a {
    padding: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .feature__action .img {
    margin-top: 10px;
  }
  #kansaigaikokugo .feature__action .img img {
    width: 100%;
    height: auto;
  }
  #kansaigaikokugo .feature__action .img a::after {
    content: none;
  }
  #kansaigaikokugo .feature__action ul {
    margin-top: 10px;
  }
  #kansaigaikokugo .feature__action ul li {
    background: #048cec;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  }
  #kansaigaikokugo .feature__action ul li.w100 {
    background: #ffff00;
  }
  #kansaigaikokugo .feature__action ul li.w100 a {
    color: #048cec;
  }
  #kansaigaikokugo .feature__action ul li.w100 a:after {
    border-color: #048cec;
  }
  #kansaigaikokugo .feature__action ul li a {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 17px 20px;
    line-height: 1;
    letter-spacing: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .feature__action ul li a span {
    display: block;
    font-size: 12px;
  }
  #kansaigaikokugo .feature__action ul li a span.span_top {
    margin-bottom: 5px;
  }
  #kansaigaikokugo .feature__action ul li a span.span_btm {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1455px) {
  #kansaigaikokugo .mv__slide {
    margin-left: -180px;
  }
}
@media screen and (max-width: 1030px) and (min-width: 705) {
  #kansaigaikokugo .mv__slide {
    margin-left: unset;
    width: 63%;
  }
  #kansaigaikokugo .mv__title-area {
    margin-top: -456px;
  }
}
@media screen and (min-width: 769px) {
  #kansaigaikokugo .mv__slide {
    margin-left: 0;
  }
  #kansaigaikokugo .mv__slide .swiper-wrapper {
    position: relative;
  }
  #kansaigaikokugo .mv__slide .swiper-pagination {
    width: 200px;
    margin-left: auto;
    position: absolute;
    left: 480px;
  }
  #kansaigaikokugo p {
    padding-bottom: 0;
  }
  #kansaigaikokugo .mv__title-area {
    margin-right: 130px;
    margin-top: -53%;
  }
  #kansaigaikokugo .mv__slide .swiper-pagination-bullet {
    margin: 0 2px;
  }
  #kansaigaikokugo .language__cnt {
    padding: 123px 0 0px;
  }
  #kansaigaikokugo .language__subtitle {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-inline: auto;
    width: 610px;
  }
  #kansaigaikokugo .language__img {
    margin-top: 26px;
    width: 750px;
    margin-inline: auto;
  }
  #kansaigaikokugo .language__img img {
    margin-inline: auto;
    -webkit-transform: translateX(26px);
            transform: translateX(26px);
  }
  #kansaigaikokugo .confidence__cnt {
    padding: 70px 0 30px;
  }
  #kansaigaikokugo .confidence__title img {
    margin-inline: auto;
    width: 800px;
  }
  #kansaigaikokugo .confidence__subtitle {
    text-align: center;
    margin-top: 37px;
  }
  #kansaigaikokugo .confidence__subtitle img {
    margin-inline: auto;
    width: 576px;
  }
  #kansaigaikokugo .confidence__box--head:before {
    top: 14px;
  }
  #kansaigaikokugo .confidence__box--lead {
    max-width: 710px;
    margin-inline: auto;
    text-align: left;
  }
  #kansaigaikokugo .confidence__box--major-field {
    max-width: 710px;
    margin-inline: auto;
    margin-top: 15px;
    border: 2px solid #003e78;
    padding: 18px 22px;
  }
  #kansaigaikokugo .confidence__box--major-field-title {
    font-size: 1.6rem;
    color: #003e78;
    font-weight: 500;
  }
  #kansaigaikokugo .confidence__box--major-field-list-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  #kansaigaikokugo .confidence__box--major-field-list-area-list:nth-of-type(1) {
    width: 46%;
  }
  #kansaigaikokugo .confidence__box--major-field-list-area-list:nth-of-type(2) {
    width: 54%;
  }
  #kansaigaikokugo .confidence__box--major-field-list-area-list-item {
    letter-spacing: 0;
  }
  #kansaigaikokugo .confidence__box--major-field-list-area-list-etc {
    display: block;
    text-align: right;
  }
  #kansaigaikokugo .confidence__subtitle02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 72px;
    margin-bottom: 28px;
    width: 300px;
  }
  #kansaigaikokugo .system__box--block {
    width: 50%;
  }
  #kansaigaikokugo .data__cnt {
    padding: 23px 0 0px;
  }
  #kansaigaikokugo .data__box--block-wrap:first-of-type {
    width: 50%;
    margin-right: auto;
  }
  #kansaigaikokugo .data__box--block-wrap:nth-of-type(2) {
    width: 47%;
  }
  #kansaigaikokugo .global__inner {
    padding: 75px 0 14px;
  }
  #kansaigaikokugo .global__title {
    text-align: center;
    width: 800px;
    margin-inline: auto;
  }
  #kansaigaikokugo .global__title img {
    margin-inline: auto;
  }
  #kansaigaikokugo .global__subtitle {
    text-align: center;
    margin-top: 40px;
  }
  #kansaigaikokugo .global__subtitle img {
    margin-inline: auto;
    width: 374px;
  }
  #kansaigaikokugo .global__img {
    text-align: center;
    margin-top: 23px;
    width: 480px;
    margin-inline: auto;
  }
  #kansaigaikokugo .senior__cnt {
    padding: 0 0 32px;
  }
  #kansaigaikokugo .pick {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .pick__inner {
    margin-inline: auto;
    max-width: 800px;
  }
  #kansaigaikokugo .pick__box {
    position: relative;
    color: #fff;
    padding: 45px 0px 20px;
    background-color: #2b4075;
  }
  #kansaigaikokugo .pick__box-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #kansaigaikokugo .pick__box-textarea {
    position: relative;
    padding: 0 46px;
    margin-top: 18px;
  }
  #kansaigaikokugo .pick__box-head {
    position: relative;
    padding-left: 51px;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  #kansaigaikokugo .pick__box-head:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }
  #kansaigaikokugo .pick__box-title {
    font-size: 3rem;
    margin-bottom: 23px;
    font-weight: bold;
  }
  #kansaigaikokugo .pick__box-title .border-text {
    border-bottom: 1px solid #fff;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.2;
    padding-top: 3px;
  }
  #kansaigaikokugo .pick__box-title .small-text {
    font-size: 2.1rem;
  }
  #kansaigaikokugo .pick__box-subtitle {
    font-size: 2rem;
    margin-top: 0;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
  }
  #kansaigaikokugo .pick__box-text {
    font-size: 1.6rem;
    line-height: 1.8;
    width: 70%;
    margin-top: 4px;
    margin-bottom: 20px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  #kansaigaikokugo .pick__box-name {
    margin-top: -77px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    text-align: right;
  }
  #kansaigaikokugo .pick__box-name-top {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 0;
  }
  #kansaigaikokugo .pick__box-name-bottom {
    font-size: 1.2rem;
    margin-top: 4px;
    padding-bottom: 0;
  }
  #kansaigaikokugo .pick__box-white-box-title {
    margin-top: 55px;
  }
  #kansaigaikokugo .pick__box-white-box-title span {
    font-size: 2rem;
    font-weight: bold;
    color: #2b4075;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    line-height: 1;
    padding: 5px 6px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  #kansaigaikokugo .pick__box-white-box-text {
    margin-top: 17px;
    line-height: 1.7;
    letter-spacing: 0;
    font-size: 1.6rem;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  #kansaigaikokugo .pick__box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kansaigaikokugo .pick__box-flex-img {
    margin-bottom: 10px;
    width: 345px;
  }
  #kansaigaikokugo .hirakata {
    text-align: center;
    margin-top: 63px;
    margin-bottom: 83px;
  }
  #kansaigaikokugo .hirakata__subtitle {
    margin-top: 36px;
    margin-inline: auto;
    width: 595px;
  }
  #kansaigaikokugo .hirakata__img {
    margin-top: 36px;
    width: 798px;
    margin-inline: auto;
  }
  #kansaigaikokugo .hirakata img {
    margin-inline: auto;
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  #kansaigaikokugo p {
    padding-bottom: 0;
  }
  #kansaigaikokugo .mv__slide {
    margin-left: calc(50% - 50vw);
    width: 87%;
  }
  #kansaigaikokugo .mv__slide .swiper-pagination {
    padding-left: calc(50% - 36vw);
  }
  #kansaigaikokugo .mv__title-area--img {
    width: 193px;
    margin-left: auto;
    margin-top: -115px;
    margin-right: 25px;
  }
  #kansaigaikokugo .mv__title-area--text {
    margin-top: 27px;
  }
  #kansaigaikokugo .language__cnt {
    padding: 64px 0 0px;
  }
  #kansaigaikokugo .language__title {
    width: 328px;
  }
  #kansaigaikokugo .language__img {
    margin-top: 26px;
    width: 345px;
    left: 0;
  }
  #kansaigaikokugo .language__img img {
    margin-inline: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #kansaigaikokugo .confidence__cnt {
    padding: 66px 0 12px;
  }
  #kansaigaikokugo .confidence__title {
    width: 338px;
  }
  #kansaigaikokugo .confidence__title img {
    margin-inline: auto;
  }
  #kansaigaikokugo .confidence__subtitle {
    text-align: center;
    margin-top: 30px;
    margin-inline: auto;
    width: 332px;
  }
  #kansaigaikokugo .confidence__subtitle img {
    margin-inline: auto;
  }
  #kansaigaikokugo .confidence__boxes {
    margin-top: 27px;
  }
  #kansaigaikokugo .confidence__box--head {
    padding-left: 25px;
    margin-bottom: 20px;
  }
  #kansaigaikokugo .confidence__box--head:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    top: 15px;
    left: 0;
    background-color: #3171b3;
  }
  #kansaigaikokugo .confidence__box--head img {
    height: 16px;
  }
  #kansaigaikokugo .confidence__box--lead {
    max-width: 710px;
    margin-inline: auto;
  }
  #kansaigaikokugo .confidence__box--major-field {
    max-width: 280px;
    margin-inline: auto;
    margin-top: 11px;
    border: 2px solid #003e78;
    padding: 12px 17px 16px;
  }
  #kansaigaikokugo .confidence__box--major-field-title {
    font-size: 1.3rem;
    color: #003e78;
    font-weight: 500;
    letter-spacing: 0;
  }
  #kansaigaikokugo .confidence__box--major-field-list-area {
    margin-top: 5px;
  }
  #kansaigaikokugo .confidence__box--major-field-list-area-list-item {
    letter-spacing: 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #kansaigaikokugo .confidence__box--major-field-list-area-list-item:not(:first-of-type) {
    margin-top: 1.2px;
  }
  #kansaigaikokugo .confidence__box--major-field-list-area-list-etc {
    display: block;
    text-align: right;
    font-size: 1.2rem;
  }
  #kansaigaikokugo .confidence__box--btn {
    margin-top: 25px;
    width: 280px;
  }
  #kansaigaikokugo .confidence__subtitle02 {
    width: 226px;
    margin-inline: auto;
    margin-top: 26px;
    margin-bottom: 0;
  }
  #kansaigaikokugo .system__boxes {
    margin-top: 32px;
    width: 87%;
    max-width: 400px;
    margin-inline: auto;
  }
  #kansaigaikokugo .data__cnt {
    padding: 23px 0 0px;
  }
  #kansaigaikokugo .data__box--flex {
    width: 100%;
  }
  #kansaigaikokugo .data__box--archive-people .num {
    font-size: 3.2rem;
  }
  #kansaigaikokugo .data__box--block-wrap:first-of-type {
    width: 50%;
    margin-right: auto;
  }
  #kansaigaikokugo .data__box--block-wrap:nth-of-type(2) {
    width: 47%;
  }
  #kansaigaikokugo .global__inner {
    padding: 75px 0 14px;
    width: 87%;
    max-width: 400px;
    margin-inline: auto;
  }
  #kansaigaikokugo .global__title {
    text-align: center;
    margin-inline: auto;
  }
  #kansaigaikokugo .global__subtitle {
    text-align: center;
    margin-top: 27px;
    margin-inline: auto;
    width: 282px;
  }
  #kansaigaikokugo .global__img {
    text-align: center;
    margin-top: 22px;
    margin-inline: auto;
  }
  #kansaigaikokugo .senior__cnt {
    padding: 0 0 134px;
  }
  #kansaigaikokugo .senior__flex {
    margin-top: 21px;
    width: 87%;
    max-width: 400px;
    margin-inline: auto;
  }
  #kansaigaikokugo .pick {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .pick__inner {
    margin-inline: auto;
    max-width: 800px;
  }
  #kansaigaikokugo .pick__box {
    position: relative;
    color: #fff;
    padding: 20px 0px 20px;
    background-color: #2b4075;
    width: 87%;
    max-width: 400px;
    margin-inline: auto;
  }
  #kansaigaikokugo .pick__box-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #kansaigaikokugo .pick__box-textarea {
    position: relative;
    padding: 0 25px;
    margin-top: 11px;
  }
  #kansaigaikokugo .pick__box-head {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    position: relative;
    padding-left: 25px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  #kansaigaikokugo .pick__box-head:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }
  #kansaigaikokugo .pick__box-title {
    font-size: 2rem;
    margin-bottom: 58px;
    font-weight: bold;
    letter-spacing: 0;
  }
  #kansaigaikokugo .pick__box-title .border-text {
    border-bottom: 1px solid #fff;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.2;
    padding-top: 3px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .pick__box-title .small-text {
    font-size: 1.6rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .pick__box-subtitle {
    font-size: 1.5rem;
    margin-top: 0;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .pick__box-text {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  #kansaigaikokugo .pick__box-name {
    margin-top: -3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    text-align: right;
  }
  #kansaigaikokugo .pick__box-name-top {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .pick__box-name-bottom {
    font-size: 1.1rem;
    letter-spacing: 0;
    margin-top: 4px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #kansaigaikokugo .pick__box-white-box-title {
    margin-top: 41px;
  }
  #kansaigaikokugo .pick__box-white-box-title span {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2b4075;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    line-height: 1;
    padding: 4px 4px;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }
  #kansaigaikokugo .pick__box-white-box-text {
    margin-top: 13px;
    line-height: 1.45;
    letter-spacing: 0;
    font-size: 1.3rem;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  #kansaigaikokugo .pick__box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    width: 256px;
  }
  #kansaigaikokugo .pick__box-flex-img {
    margin-bottom: 5px;
  }
  #kansaigaikokugo .hirakata {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 33px;
    margin-inline: auto;
    width: 87%;
    max-width: 400px;
    margin-inline: auto;
  }
  #kansaigaikokugo .hirakata__title {
    width: 310px;
    margin-inline: auto;
  }
  #kansaigaikokugo .hirakata__subtitle {
    margin-top: 26px;
    margin-inline: auto;
    width: 250px;
  }
  #kansaigaikokugo .hirakata__img {
    margin-top: 36px;
    width: 310px;
    margin-inline: auto;
    background-color: #fff;
  }
}
/*# sourceMappingURL=kansaigaikokugo.css.map */