/* case-summary
-----------------------*/
.case-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .case-summary {
    margin-bottom: 16vw;
  }
}
.case-summary .section-list {
  width: 646px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .case-summary .section-list {
    width: 100%;
  }
}
.case-summary .section-list li {
  margin: 10px 0;
  text-align: center;
}

/* base
-----------------------*/
.section-inner {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .section-inner {
    padding: 0 2.6666666667vw;
  }
}
.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
  margin-bottom: 40px;
  color: #4474c9;
  font-size: 2.6rem;
  border-top: 2px solid #4474c9;
  border-bottom: 2px solid #4474c9;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .section-title {
    padding: 4vw 0;
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
.section-title small {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .section-title small {
    font-size: 3.7333333333vw;
  }
}
.section-title:before {
  display: none;
  margin-bottom: 10px;
  content: attr(data-title_en);
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .section-title:before {
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.section-text {
  line-height: 2;
}

.section-button {
  margin-top: 20px;
}

.section-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  height: 70px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.section-button a:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}

.section-button a:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .section-button a {
    width: 100%;
    height: 12vw;
    font-size: 4.2666666667vw;
  }
}
.section-button span {
  /*display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  margin: 0 auto 30px auto;
  padding: 20px 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #4474c9;
  border-radius: 50px;*/
}

.schedule {
  width: 50%;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .schedule {
    width: 100%;
  }
}
.schedule tr th,
.schedule tr td {
  padding: 15px;
  font-size: 1.6rem;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .schedule tr th,
  .schedule tr td {
    padding: 2.6666666667vw 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.schedule tr th {
  background-color: #4474c9;
  color: #fff;
}

.schedule tr th:first-child {
  border-top-left-radius: 10px;
}

.schedule tr th:last-child {
  border-top-right-radius: 10px;
}

.schedule tr td:first-child {
  text-align: center;
}

.schedule tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.schedule tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.schedule tr:nth-child(odd) {
  background-color: #e7f1f7;
}

.sec-global-navi {
  border-bottom: 2px solid #4474c9;
}

/* mv
-----------------------*/
#mv {
  background-color: #4474c9;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  #mv {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #mv .inner {
    padding: 0;
  }
}
#mv .inner img {
  width: 1020px;
}

@media screen and (max-width: 767px) {
  #mv .inner img {
    width: 100%;
  }
}
/* about-summary
-----------------------*/
#about-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #about-summary {
    margin-bottom: 16vw;
  }
}
#about-summary .section-notes {
  display: flex;
  align-items: center;
  gap: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  padding: 0 20px;
  border: 1px solid #4474c9;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #about-summary .section-notes {
    padding: 0 2.6666666667vw;
  }
}
#about-summary .section-notes img {
  width: 120px;
}

@media screen and (max-width: 767px) {
  #about-summary .section-notes img {
    width: 21.3333333333vw;
  }
}
#about-summary .section-notes P {
  line-height: 1.8;
}

#about-summary .section-notes P span {
  color: #4474c9;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* jobs-summary
-----------------------*/
#jobs-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #jobs-summary {
    margin-bottom: 16vw;
  }
}
#jobs-summary .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  counter-reset: number 0;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-list {
    gap: 6px 0;
  }
}
#jobs-summary .tab-list li {
  width: 24%;
  padding: 20px 10px;
  border: 1px solid #4474c9;
  border-radius: 5px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #4474c9;
  font-size: 1.7rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-list li {
    width: 49%;
    padding: 4vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#jobs-summary .tab-list li:before {
  counter-increment: number 1;
  content: counter(number) ".";
}

#jobs-summary .tab-list li.is-active, #jobs-summary .tab-list li:hover {
  background-color: #4474c9;
  color: #fff;
}

#jobs-summary .tab-contents-area .tab-contents {
  display: none;
}

#jobs-summary .tab-contents-area .tab-contents.is-active {
  display: block;
}

#jobs-summary .tab-contents-area .tab-contents .job_offer {
  width: 100%;
  margin-top: 60px;
  padding: 30px;
  border: 1px solid #4474c9;
  border-top: 10px solid #4474c9;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer {
    margin-top: 8vw;
    padding: 4vw;
    border-top: 8px solid #4474c9;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .company_name {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px 0;
  color: #4474c9;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .company_name {
    font-size: 5.8666666667vw;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .company_name div small {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px 5px 15px;
  background-color: #4474c9;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .company_name div small {
    font-size: 3.4666666667vw;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .company_name div span {
  margin-left: 20px;
  display: inline-block;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .company_name div span {
    font-size: 4.8vw;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .company_information {
  width: 100%;
  margin-top: 10px;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#jobs-summary .tab-contents-area .tab-contents .job_offer .company_information tr th, #jobs-summary .tab-contents-area .tab-contents .job_offer .company_information tr td {
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  padding: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .company_information tr th, #jobs-summary .tab-contents-area .tab-contents .job_offer .company_information tr td {
    display: block;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .company_information tr th {
  width: 140px;
  background-color: #e5e5e5;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .company_information tr th {
    width: 100%;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .company_information tr td a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 20px;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .img_area {
  width: 280px;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .img_area {
    width: 80%;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .img_area li {
  margin: 0 auto;
}

#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .img_area li.-logo {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .img_area li.-logo {
    margin-bottom: 2.6666666667vw;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .img_area li.-qr {
  text-align: center;
}

#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .img_area li.-qr img {
  width: 140px;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .img_area li.-qr img {
    width: 50%;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .img_area li.-qr figcaption {
  font-size: 1.4rem;
}

#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information {
  width: 618px;
  border-collapse: separate;
  border-radius: 10px;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information {
    width: 100%;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information thead tr th {
  padding: 8px 10px 5px 10px;
  background-color: #4474c9;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information thead tr th {
    font-size: 4.2666666667vw;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information tbody tr th, #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information tbody tr td {
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information tbody tr th, #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information tbody tr td {
    display: block;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information tbody tr th {
  width: 140px;
  background-color: #e7f1f7;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information tbody tr th {
    width: 100%;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information tbody tr:last-child th {
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information tbody tr:last-child th {
    border-bottom-left-radius: 0;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information tbody tr:last-child td {
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_box .job_information tbody tr:last-child td {
    border-bottom-left-radius: 10px;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_img {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_img {
    margin-top: 20px;
  }
}
#jobs-summary .tab-contents-area .tab-contents .job_offer .job_information_img img {
  width: 100%;
}

/* business-summary
-----------------------*/
#business-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #business-summary {
    margin-bottom: 16vw;
  }
}
#business-summary .flow {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
  gap: 0 34px;
}

@media screen and (max-width: 767px) {
  #business-summary .flow {
    gap: 0 6%;
  }
}
#business-summary .flow li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 135px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  #business-summary .flow li {
    width: 45%;
    font-size: 4.2666666667vw;
    white-space: nowrap;
  }
}
#business-summary .flow li p {
  display: flex;
  align-items: center;
  min-height: 70px;
}

#business-summary .flow li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #business-summary .flow li img {
    width: 90%;
  }
}
#business-summary .flow li:not(:last-child)::before {
  position: absolute;
  right: -25px;
  bottom: 60px;
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #4474c9;
}

@media screen and (max-width: 767px) {
  #business-summary .flow li:not(:last-child)::before {
    right: -11%;
    bottom: 30%;
  }
}
#business-summary .subsection {
  margin-top: 35px;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  #business-summary .subsection {
    margin-top: 20px;
  }
}
#business-summary .subsection .flow-title {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  border: 2px solid #4474c9;
  border-radius: 10px;
  font-weight: 700;
  padding: 15px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #business-summary .subsection .flow-title {
    padding: 2.6666666667vw 4vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#business-summary .subsection .flow-title:before {
  display: block;
  content: "";
  width: 4px;
  height: 40px;
  margin-right: 20px;
  background-color: #4474c9;
}

@media screen and (max-width: 767px) {
  #business-summary .subsection .flow-title:before {
    margin-right: 3.5714285714vw;
  }
}
#business-summary .subsection .flow-title:not(:first-child) {
  margin-top: 40px;
}

#business-summary .subsection .flow-title div:before {
  counter-increment: number 1;
  content: counter(number) ".";
}

#business-summary .subsection .flow-sub-title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.8rem;
}

#business-summary .subsection .flow-desc {
  line-height: 2;
}

/* support-summary
-----------------------*/
#support-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #support-summary {
    margin-bottom: 16vw;
  }
}
#support-summary .support {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
  gap: 0 33px;
}

@media screen and (max-width: 767px) {
  #support-summary .support {
    gap: 20px 6%;
  }
}
#support-summary .support li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 220px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  border: 1px solid #4474c9;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #support-summary .support li {
    width: 47%;
    font-size: 4.2666666667vw;
  }
}
#support-summary .support li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  background-color: #4474c9;
  color: #FFF;
  min-height: 80px;
}

#support-summary .support li p {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #support-summary .support li p {
    display: block;
    width: 100%;
  }
}
#support-summary .support li img {
  width: 60%;
  margin: 15px auto;
}

#support-summary .subsection {
  margin-top: 35px;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  #support-summary .subsection {
    margin-top: 20px;
  }
}
#support-summary .subsection .flow-title {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  border: 2px solid #4474c9;
  border-radius: 10px;
  font-weight: 700;
  padding: 15px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #support-summary .subsection .flow-title {
    padding: 2.6666666667vw 4vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#support-summary .subsection .flow-title:before {
  display: block;
  content: "";
  width: 4px;
  height: 40px;
  margin-right: 20px;
  background-color: #4474c9;
}

@media screen and (max-width: 767px) {
  #support-summary .subsection .flow-title:before {
    margin-right: 3.5714285714vw;
  }
}
#support-summary .subsection .flow-title:not(:first-child) {
  margin-top: 40px;
}

#support-summary .subsection .flow-title div:before {
  counter-increment: number 1;
  content: counter(number) ".";
}

#support-summary .subsection .flow-sub-title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.8rem;
}

#support-summary .subsection .flow-desc {
  line-height: 2;
}

/* entry-summary
-----------------------*/
#entry-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #entry-summary {
    margin-bottom: 16vw;
  }
}
/* residence-summary
-----------------------*/
#residence-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #residence-summary {
    margin-bottom: 16vw;
  }
}
/* evaluation-summary
-----------------------*/
#evaluation-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #evaluation-summary {
    margin-bottom: 16vw;
  }
}
#case-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #case-summary {
    margin-bottom: 16vw;
  }
}
#case-summary ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#case-summary ul li {
  width: 48%;
}

#case-summary ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#case-summary ul li a img {
  width: 100%;
  height: auto;
}

#case-summary ul li a .more {
  display: flex;
  align-items: center;
  text-align: right;
}

#case-summary ul li a .more:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../images/common/icn_link.png);
  background-size: 100%;
}

#case-summary ul li:last-child {
  margin-top: 50px;
  width: 100%;
  text-align: right;
  margin-left: auto;
}

#case-summary ul li:last-child a {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}

#footer {
  padding: 21px 0 131px;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 10px 0 28vw 0;
  }
}
/*# sourceMappingURL=foreigners.css.map */
