@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
/* constance variable */
/* general method */
.c-breadCrumb {
  margin-bottom: 2.625em;
}

.c-subnavi {
  margin-bottom: 3.13em;
}
.c-subnavi li {
  width: 20%;
}

.c-block--title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  .c-block--title {
    font-size: 5.3125vw;
  }
}
.c-block--title span {
  background: url(../foreigner/img/bg_title.webp) no-repeat left bottom/contain;
  box-sizing: border-box;
  display: block;
  width: 700px;
  padding: 20px 0 50px 100px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .c-block--title span {
    width: 100%;
    padding: 3.125vw 0 7.8125vw 15.625vw;
  }
}
.c-block--title span:before {
  background: url(../foreigner/img/icon_title.webp) no-repeat left top/contain;
  content: "";
  width: 76px;
  height: 87px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 736px) {
  .c-block--title span:before {
    width: 11.875vw;
    height: 13.59375vw;
  }
}

.contents.foreigner .header {
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .header {
    margin-bottom: 4.6875vw;
  }
}
.contents.foreigner .header .wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .header .wrapper {
    flex-wrap: wrap;
  }
}
.contents.foreigner .header h1 {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .header h1 {
    margin-bottom: 4.6875vw;
    font-size: 4.6875vw;
  }
}
.contents.foreigner .header ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .header ul li {
    font-size: 4.0625vw;
  }
}
.contents.foreigner .header ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .header ul li:not(:last-child) {
    margin-bottom: 1.5625vw;
  }
}
.contents.foreigner .header ul li a {
  color: #f7661e;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .header ul li a {
    padding-left: 2.34375vw;
  }
}
.contents.foreigner .header ul li a:before {
  background: #f7661e;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 9px;
  left: 0;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .header ul li a:before {
    width: 1.71875vw;
    height: 1.71875vw;
    top: 3.125vw;
  }
}
.contents.foreigner .mv {
  background: linear-gradient(0deg, #f7661e 80%, white 66%);
  padding-bottom: 80px;
  margin-bottom: 96px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .mv {
    padding-bottom: 12.5vw;
    margin-bottom: 15vw;
  }
}
.contents.foreigner .mv figure {
  margin-bottom: 80px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .mv figure {
    margin-bottom: 6.25vw;
  }
}
.contents.foreigner .mv figure img {
  width: 100%;
}
.contents.foreigner .mv .catch {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 148%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .mv .catch {
    font-size: 7.8125vw;
  }
}
.contents.foreigner .lead {
  margin-bottom: 56px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .lead {
    margin-bottom: 8.75vw;
  }
}
.contents.foreigner .lead p {
  font-size: 21px;
  line-height: 176.1904761905%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .lead p {
    font-size: 4.6875vw;
  }
}
.contents.foreigner .lead .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .lead .row {
    flex-wrap: wrap;
    margin-top: 12.5vw;
  }
}
.contents.foreigner .lead .row p {
  width: 60%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .lead .row p {
    width: 100%;
  }
}
.contents.foreigner .lead .row figure {
  width: 35.5123674912%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .lead .row figure {
    width: 100%;
    margin-top: 6.25vw;
  }
}
.contents.foreigner .lead .row figure img {
  width: 100%;
}
.contents.foreigner .description {
  margin-bottom: 288px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description {
    margin-bottom: 45vw;
  }
}
.contents.foreigner .description .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .wrapper {
    flex-wrap: wrap;
  }
}
.contents.foreigner .description .text {
  width: 63.0630630631%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .text {
    width: 100%;
  }
}
.contents.foreigner .description .text h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .text h2 {
    margin-bottom: 6.25vw;
  }
}
.contents.foreigner .description .text p {
  font-size: 16px;
  line-height: 175%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .text p {
    font-size: 4.0625vw;
  }
}
.contents.foreigner .description .text figure {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .text figure {
    flex-wrap: wrap;
    margin-top: 8.59375vw;
  }
}
.contents.foreigner .description .text figure img {
  width: 49.3506493506%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .text figure img {
    width: 100%;
    margin-bottom: 6.25vw;
  }
}
.contents.foreigner .description .bord {
  background: url(../foreigner/img/bg_bord.webp) no-repeat center top/contain;
  box-sizing: border-box;
  width: 32.5962325962%;
  padding: 88px 20px 64px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .bord {
    width: 100%;
    padding: 17.65625vw 6.25vw 11.875vw;
    margin: 0 auto;
  }
}
.contents.foreigner .description .bord .box {
  background: #ffffe7;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 20px 20px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .bord .box {
    padding: 3.90625vw 3.125vw 3.125vw;
  }
}
.contents.foreigner .description .bord h3 {
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .bord h3 {
    margin-bottom: 3.90625vw;
    font-size: 4.6875vw;
  }
}
.contents.foreigner .description .bord ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .bord ul li {
    font-size: 3.75vw;
    line-height: 175%;
  }
}
.contents.foreigner .description .bord .absolute {
  width: 151px;
  position: absolute;
  bottom: -115px;
  right: 0;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .description .bord .absolute {
    width: 23.59375vw;
    bottom: -17.96875vw;
  }
}
.contents.foreigner .introduce {
  margin-bottom: 110px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .introduce {
    margin-bottom: 17.1875vw;
  }
}
.contents.foreigner .introduce .wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .introduce .wrapper {
    flex-wrap: wrap;
  }
}
.contents.foreigner .introduce .text {
  width: 58.4307178631%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .introduce .text {
    width: 100%;
  }
}
.contents.foreigner .introduce h2 {
  margin-bottom: 76px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .introduce h2 {
    margin-bottom: 11.875vw;
  }
}
.contents.foreigner .introduce p {
  width: 79.1428571429%;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .introduce p {
    width: 100%;
    font-size: 4.0625vw;
  }
}
.contents.foreigner .introduce .images {
  width: 47.5792988314%;
  margin-left: -70px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .introduce .images {
    width: 100%;
    margin-left: 0;
    margin-top: 12.5vw;
  }
}
.contents.foreigner .introduce .images figure:first-child {
  margin-bottom: 28px;
  text-align: right;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .introduce .images figure:first-child {
    margin-bottom: 4.375vw;
  }
}
.contents.foreigner .introduce .images figure:first-child img {
  width: 56.1403508772%;
}
.contents.foreigner .introduce .images figure:last-child img {
  width: 73.6842105263%;
}
.contents.foreigner .voice {
  background: #f2f2f2;
  padding: 107px 0 147px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice {
    padding: 16.71875vw 0 22.96875vw;
  }
}
.contents.foreigner .voice h2 {
  text-align: center;
}
.contents.foreigner .voice h2 img {
  width: 47.5454545455%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice h2 img {
    width: 70%;
  }
}
.contents.foreigner .voice .row {
  border: solid 2px #f7661e;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 80px 60px 105px 80px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row {
    flex-wrap: wrap;
    padding: 12.5vw 6.25vw 16.40625vw;
  }
}
.contents.foreigner .voice .row:first-of-type {
  padding-top: 153px;
  margin-top: -80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row:first-of-type {
    padding-top: 18.75vw;
    margin-top: -9.375vw;
    margin-bottom: 6.25vw;
  }
}
.contents.foreigner .voice .row .col {
  width: 69.0376569038%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .col {
    width: 100%;
    order: 2;
  }
}
.contents.foreigner .voice .row .col .faqs {
  margin-bottom: 47px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .col .faqs {
    margin-bottom: 7.34375vw;
  }
}
.contents.foreigner .voice .row .col .faq:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .col .faq:not(:last-child) {
    margin-bottom: 12.5vw;
  }
}
.contents.foreigner .voice .row .col .faq h3 {
  margin-bottom: 1em;
  color: #f7661e;
  font-size: 21px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .col .faq h3 {
    font-size: 4.6875vw;
  }
}
.contents.foreigner .voice .row .col .faq .answer {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .col .faq .answer {
    font-size: 4.375vw;
  }
}
.contents.foreigner .voice .row .col .faq .text {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .col .faq .text {
    font-size: 4.0625vw;
  }
}
.contents.foreigner .voice .row .col .word {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .col .word {
    flex-wrap: wrap;
  }
}
.contents.foreigner .voice .row .col .word h4 {
  background: url(../foreigner/img/icon_microphone.webp) no-repeat left top/contain;
  padding: 43px 30px 53px 40px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .col .word h4 {
    padding: 7.8125vw 3.125vw 8.28125vw 4.6875vw;
    margin-bottom: 4.6875vw;
    font-size: 4.6875vw;
  }
}
.contents.foreigner .voice .row .col .word p {
  margin-left: 64px;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .col .word p {
    margin-left: 0;
    font-size: 4.0625vw;
  }
}
.contents.foreigner .voice .row .friend {
  width: 28.2426778243%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .friend {
    width: 100%;
    margin-bottom: 9.375vw;
    order: 1;
  }
}
.contents.foreigner .voice .row .friend figure {
  margin-bottom: 28px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .friend figure {
    margin-bottom: 4.375vw;
  }
}
.contents.foreigner .voice .row .friend img {
  width: 100%;
}
.contents.foreigner .voice .row .friend p {
  text-align: center;
}
.contents.foreigner .voice .row .friend p.name {
  color: #f7661e;
  font-size: 21px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .friend p.name {
    font-size: 4.6875vw;
  }
}
.contents.foreigner .voice .row .friend p.job {
  margin-top: 1em;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .voice .row .friend p.job {
    font-size: 4.0625vw;
  }
}
.contents.foreigner .environment {
  padding-top: 130px;
  margin-bottom: 116px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment {
    padding-top: 20.3125vw;
    margin-bottom: 18.125vw;
  }
}
.contents.foreigner .environment h2 {
  margin-bottom: 56px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment h2 {
    margin-bottom: 8.75vw;
  }
}
.contents.foreigner .environment .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .row {
    flex-wrap: wrap;
  }
}
.contents.foreigner .environment .row figure img {
  width: 100%;
}
.contents.foreigner .environment .row figure figcaption {
  margin-top: 0.75em;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .row figure figcaption {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .row:first-of-type {
    margin-bottom: 15.625vw;
  }
}
.contents.foreigner .environment .row:first-of-type figure {
  width: 28.0821917808%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .row:first-of-type figure {
    width: 100%;
    margin-top: 7.8125vw;
  }
}
.contents.foreigner .environment .row:last-of-type figure {
  width: 54.0239726027%;
  margin-right: -7.2773972603%;
  margin-top: 85px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .row:last-of-type figure {
    width: 100%;
    margin-right: 0;
    margin-top: 7.8125vw;
  }
}
.contents.foreigner .environment .row .text {
  width: 56.9349315068%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .row .text {
    width: 100%;
  }
}
.contents.foreigner .environment .row .text .box:not(:last-of-type) {
  margin-bottom: 128px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .row .text .box:not(:last-of-type) {
    margin-bottom: 12.5vw;
  }
}
.contents.foreigner .environment .row h3 {
  margin-bottom: 2em;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .row h3 {
    margin-bottom: 1em;
    font-size: 4.375vw;
  }
}
.contents.foreigner .environment .row p {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .row p {
    font-size: 4.0625vw;
  }
}
.contents.foreigner .environment .images {
  display: flex;
  justify-content: space-between;
  gap: 0.75em;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .images {
    flex-wrap: wrap;
  }
  .contents.foreigner .environment .images li:not(:last-child) {
    margin-bottom: 9.375vw;
  }
}
.contents.foreigner .environment .images img {
  width: 100%;
}
.contents.foreigner .environment .images figcaption {
  margin-top: 0.75em;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .environment .images figcaption {
    font-size: 4.0625vw;
  }
}
.contents.foreigner .salary {
  margin-bottom: 84px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary {
    margin-bottom: 13.125vw;
  }
}
.contents.foreigner .salary h2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary h2 {
    margin-bottom: 10.9375vw;
  }
}
.contents.foreigner .salary .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .row {
    flex-wrap: wrap;
    margin-bottom: 9.375vw;
  }
}
.contents.foreigner .salary .row .text {
  width: 46.4102564103%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .row .text {
    width: 100%;
  }
}
.contents.foreigner .salary .row .text h3 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .row .text h3 {
    margin-bottom: 6.25vw;
    font-size: 4.375vw;
  }
}
.contents.foreigner .salary .row .text p {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .row .text p {
    font-size: 4.0625vw;
  }
}
.contents.foreigner .salary .row .other {
  display: flex;
  align-items: center;
  width: 46.3247863248%;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .row .other {
    width: 100%;
    margin-top: 9.375vw;
  }
}
.contents.foreigner .salary .row .other figure {
  width: 15.6826568266%;
}
.contents.foreigner .salary .row .other figure img {
  width: 100%;
}
.contents.foreigner .salary .row .other p {
  border-left: solid 2px #f7661e;
  width: 71.9557195572%;
  margin-left: 30px;
  padding-left: 37px;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .row .other p {
    margin-left: 4.6875vw;
    padding-left: 5.78125vw;
    font-size: 3.75vw;
  }
}
.contents.foreigner .salary .table {
  background: #ffffe7;
  padding: 70px 0;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .table {
    padding: 10.9375vw 0;
  }
}
.contents.foreigner .salary .table table {
  width: 745px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .table table {
    width: 90%;
  }
}
.contents.foreigner .salary .table table th, .contents.foreigner .salary .table table td {
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  padding: 14px 0;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .table table th, .contents.foreigner .salary .table table td {
    padding: 2.1875vw 0;
  }
}
.contents.foreigner .salary .table table th {
  padding-left: 1em;
  font-size: 18px;
  text-align: left;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .table table th {
    font-size: 4.375vw;
    white-space: nowrap;
  }
}
.contents.foreigner .salary .table table td {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .salary .table table td {
    padding-left: 1em;
    font-size: 4.0625vw;
  }
}
.contents.foreigner .registration {
  margin-bottom: 68px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration {
    margin-bottom: 10.625vw;
  }
}
.contents.foreigner .registration h2 {
  margin-bottom: 70px;
}
.contents.foreigner .registration h2 span {
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration h2 {
    margin-bottom: 10.9375vw;
  }
}
.contents.foreigner .registration h3 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration h3 {
    margin-bottom: 9.375vw;
    font-size: 4.375vw;
    text-align: left;
  }
}
.contents.foreigner .registration .flow {
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration .flow {
    width: 100%;
  }
}
.contents.foreigner .registration .step {
  position: relative;
}
.contents.foreigner .registration .step:not(:last-of-type) {
  padding-bottom: 55px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration .step:not(:last-of-type) {
    padding-bottom: 8.59375vw;
    margin-bottom: 4.6875vw;
  }
}
.contents.foreigner .registration .step:not(:last-of-type):after {
  background: #f7661e;
  content: "";
  display: block;
  width: 28px;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration .step:not(:last-of-type):after {
    width: 4.375vw;
    height: 3.90625vw;
  }
}
.contents.foreigner .registration .step:last-of-type {
  margin-bottom: 60px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration .step:last-of-type {
    margin-bottom: 9.375vw;
  }
}
.contents.foreigner .registration .step h4 {
  margin-bottom: 20px;
  color: #f7661e;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration .step h4 {
    margin-bottom: 3.125vw;
    font-size: 4.6875vw;
  }
}
.contents.foreigner .registration .step h4 span {
  border: solid 2px #f7661e;
  box-sizing: border-box;
  display: inline-block;
  width: 350px;
  padding: 20px 0;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration .step h4 span {
    width: 80%;
    padding: 3.125vw 0;
  }
}
.contents.foreigner .registration .step p {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration .step p {
    font-size: 3.75vw;
  }
}
.contents.foreigner .registration .aside {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .contents.foreigner .registration .aside {
    font-size: 4.0625vw;
  }
}

/*# sourceMappingURL=foreigner.css.map */
