@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

/* デザインチームから提供分 */
html {
  width: 100%;
  font-size: 100%;
  touch-action: manipulation;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  color: #2C2A29;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

input,
select {
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

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

/*  Common
-------------------------*/
.main-container {
  padding-top: 24px;
}

.mg-top-2xl {
  margin-top: 96px;
}

.mg-top-xl {
  margin-top: 64px;
}

.mg-top-l {
  margin-top: 40px;
}

.mg-top-m {
  margin-top: 24px;
}

.mg-top-s {
  margin-top: 16px;
}

.mg-top-xs {
  margin-top: 8px;
}

.mg-top-xxs {
  margin-top: 4px;
}

.pd-m {
  padding: 24px;
}

.pd-top-2xl {
  padding-top: 96px;
}

.pd-top-xl {
  padding-top: 64px;
}

.pd-top-l {
  padding-top: 40px;
}

.pd-top-m {
  padding-top: 24px;
}

.pd-top-s {
  padding-top: 16px;
}

.pd-top-xs {
  padding-top: 8px;
}

.pd-top-xxs {
  padding-top: 4px;
}

.pd-bottom-2xl {
  padding-bottom: 96px;
}

.pd-bottom-xl {
  padding-bottom: 64px;
}

.pd-bottom-l {
  padding-bottom: 40px;
}

.pd-bottom-m {
  padding-bottom: 24px;
}

.pd-bottom-s {
  padding-bottom: 16px;
}

.pd-bottom-xs {
  padding-bottom: 8px;
}

.pd-bottom-xxs {
  padding-bottom: 4px;
}

.direction-col {
  flex-direction: column;
}

.bordersolid-top-gray {
  border-top: 1px solid #939DAD;
}

.borderdot-top-gray {
  border-top: 1px dotted #939DAD;
}

.borderdash-top-gray {
  border-top: 1px dashed #939DAD;
}

.flex {
  display: flex;
}

.justify-left {
  justify-content: left;
}

.justify-center {
  justify-content: center;
}

.align-end {
  align-items: end;
}

.items-center {
  align-items: center;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.sp-none {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .sp-none {
    display: block !important;
  }
}

.pc-none {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

/*  progress-bar
-------------------------*/
.progress-bar-toe {
  width: 100%;
  text-align: center;
  background-color: #F5F7FA;
  padding: 8px 0 24px;
  overflow-x: auto;
}
.progress-bar-toe-inner {
  counter-reset: step 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 0 40px;
}
.progress-bar-toe-step {
  width: 24px;
  height: 24px;
  position: relative;
}
.progress-bar-toe-step::before {
  counter-increment: step 1;
  content: counter(step);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  background-color: #ACB5BF;
  border-radius: 50%;
}
.progress-bar-toe-step:not(:last-of-type)::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #E9ECF2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.progress-bar-toe[data-progress="1"] .progress-bar-toe-step:nth-of-type(1)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="2"] .progress-bar-toe-step:nth-of-type(2)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="3"] .progress-bar-toe-step:nth-of-type(3)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="4"] .progress-bar-toe-step:nth-of-type(4)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="5"] .progress-bar-toe-step:nth-of-type(5)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="6"] .progress-bar-toe-step:nth-of-type(6)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="7"] .progress-bar-toe-step:nth-of-type(7)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="8"] .progress-bar-toe-step:nth-of-type(8)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="9"] .progress-bar-toe-step:nth-of-type(9)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="10"] .progress-bar-toe-step:nth-of-type(10)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="11"] .progress-bar-toe-step:nth-of-type(11)::before {
  background-color: #3064D5;
}
.progress-bar-toe[data-progress="12"] .progress-bar-toe-step:nth-of-type(12)::before {
  background-color: #3064D5;
}
.progress-bar-toe-text {
  font-weight: bold;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1;
  color: #3064D5;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

/*  People progress-bar
-------------------------*/
.people-progress-bar {
  width: 100%;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.people-progress-bar-inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 40px;
}
.people-progress-bar-step {
  font-size: 0.875rem;
  font-weight: bold;
  color: #939DAD;
  white-space: nowrap;
}
.people-progress-bar-step + .people-progress-bar-step {
  position: relative;
  display: flex;
  align-items: center;
}
.people-progress-bar[data-people-progress="1"] .people-progress-bar-step:nth-of-type(1) {
  color: #3064D5;
}
.people-progress-bar[data-people-progress="2"] .people-progress-bar-step:nth-of-type(2) {
  color: #3064D5;
}
.people-progress-bar[data-people-progress="3"] .people-progress-bar-step:nth-of-type(3) {
  color: #3064D5;
}
.people-progress-bar[data-people-progress="4"] .people-progress-bar-step:nth-of-type(4) {
  color: #3064D5;
}
.people-progress-bar[data-people-progress="5"] .people-progress-bar-step:nth-of-type(5) {
  color: #3064D5;
}
.people-progress-bar[data-people-progress="6"] .people-progress-bar-step:nth-of-type(6) {
  color: #3064D5;
}
.people-progress-bar[data-people-progress="7"] .people-progress-bar-step:nth-of-type(7) {
  color: #3064D5;
}
.people-progress-bar[data-people-progress="8"] .people-progress-bar-step:nth-of-type(8) {
  color: #3064D5;
}
.people-progress-bar[data-people-progress="9"] .people-progress-bar-step:nth-of-type(9) {
  color: #3064D5;
}
.people-progress-bar[data-people-progress="10"] .people-progress-bar-step:nth-of-type(10) {
  color: #3064D5;
}

/*  Modal
-------------------------*/
html.is-disabled-animation {
  scroll-behavior: initial;
}

body.is-fixed {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.modal {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  z-index: -1;
}
.modal.is-opened {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}
.modal-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 0;
  left: 0;
}
.modal-contents {
  width: 94%;
  max-height: 90vh;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
@media print, screen and (min-width: 768px) {
  .modal-contents {
    width: 660px;
    padding: 24px;
  }
}
.modal-closer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: auto;
  padding-bottom: 12px;
  transition: opacity 0.3s;
  background: transparent;
  border: 0;
}
@media (hover: hover) {
  .modal-closer-button:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
.modal-closer-button img {
  display: block;
}
.modal-main {
  margin-top: 25px;
}

/*  table
-------------------------*/
.table-visa tbody tr {
  gap: 0;
}
.table-visa tbody tr th, .table-visa tbody tr td {
  min-width: inherit !important;
  width: 100%;
}
.table-visa-multi-row {
  padding: 0 !important;
}
.table-visa-multi-row table {
  border: 0 !important;
}
.table-visa-multi-row table td {
  border: 0 !important;
}

.t-row-pd-left {
  padding-left: 32px !important;
}

/*  Project necessary-list
-------------------------*/
.necessary-list-item {
  font-size: 0.875rem;
  text-indent: -1rem;
}
.necessary-list-item::before {
  content: "・";
}
.necessary-list-item + .necessary-list-item {
  margin-top: 4px;
}

/*  Project confirm-box
-------------------------*/
.confirm-box {
  border: 2px solid #E9ECF2;
  padding: 32px 40px;
}
.confirm-box-text-red {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #CF3700;
}

/*  Project accordion
-------------------------*/
.accordion-btn-events-none {
  pointer-events: none;
}
.accordion-btn-events-none + .accordion-about-content {
  max-height: 100% !important;
}

/*  Visa button
-------------------------*/
.btn-visa {
  max-width: 256px;
  margin: 0 auto;
}

/*  Link
-------------------------*/
.visa-return-prev-link {
  display: inline-block;
}
.visa-return-prev-link span {
  text-decoration: none !important;
}
@media (hover: hover) {
  .visa-return-prev-link span:not(.is-disabled-hover):hover {
    text-decoration: underline !important;
  }
}

.ui-static-link:focus {
  color: #3064D5;
}

/*  Tooltip
-------------------------*/
.tooltip-label {
  display: inline;
}
.tooltip-label + span {
  position: relative;
  right: -54px;
}

.input-required-label-tooltip {
  display: inline-block;
}

.input-required-label-tag::before {
  right: -48px !important;
  top: auto !important;
  transform: translateY(0) !important;
  bottom: 1px;
}

.visa-tooltip-open {
  position: relative;
  right: -48px;
  bottom: 1px;
  cursor: pointer;
}

.visa-tooltip-wide {
  width: 100%;
}
.visa-tooltip-wide-content {
  width: 100%;
  max-width: 1104px;
}
@media not all and (min-width: 768px) {
  .visa-tooltip-wide-content {
    width: 100%;
  }
}
.visa-tooltip-wide-close {
  position: relative !important;
  display: block !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  top: 0 !important;
  right: auto !important;
}
.visa-tooltip-wide-close i {
  color: #697180 !important;
}

/*  Eligibility questions list
-------------------------*/
.eligibility-question-list {
  counter-reset: number;
}
@media not all and (min-width: 768px) {
  .eligibility-question-list {
    padding: 0;
  }
}
.eligibility-question-list li {
  text-indent: -4px;
  padding-left: 2px;
}
.eligibility-question-list li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
}

.eligibility-question-table-list {
  counter-reset: number;
}
@media not all and (min-width: 768px) {
  .eligibility-question-table-list {
    padding: 0;
  }
}
.eligibility-question-table-list tr td:first-child {
  text-indent: -36px;
  padding-left: 46px !important;
}
.eligibility-question-table-list tr td:first-child::before {
  counter-increment: number;
  content: "（" counter(number) "）";
}

/*  Passport
-------------------------*/
.passport-load-image {
  text-align: center;
  margin: 0 auto 0 !important;
}

.passport-scan-highlight {
  background-color: rgba(46, 163, 7, 0.3);
  font-weight: bold;
}
.passport-scan-image {
  text-align: center;
  width: 90%;
  margin: 0 auto 24px;
}
.passport-scan-list-item {
  display: list-item;
  list-style: disc;
  margin-left: 12px;
}
.passport-scan-button-input {
  display: none;
}

/*  user name in address html
-------------------------*/
.user-name {
  font-weight: bold;
  font-size: 1rem;
  color: #4285EB;
  margin-top: 32px;
}

/*  Input error message
-------------------------*/
.error-message i {
  vertical-align: bottom;
}

/*  select box, input, checkbox
-------------------------*/
.visa-select-box {
  padding: 0;
  transition: none;
}
.visa-select-box:focus {
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #99c4fd;
}
.visa-select-box span {
  padding: 14.5px 8px 17px;
}
.visa-select-box span + i {
  top: 50% !important;
  pointer-events: none;
}

.visa-select-options {
  top: auto;
}

.input-field-display-toggle-item {
  display: none;
}

.person-data-content {
  display: none;
}

.sp-text-short span {
  display: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .sp-text-short span {
    display: inline;
  }
}

.visa-text-input:focus {
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #99c4fd;
}

.visa-toggle-item {
  display: none;
}

.visa-input-checkbox {
  display: inline-block;
}

.coupon-text {
  font-size: 24px;
}

.complete-text-red {
  color: #CF3700;
  font-size: 18px;
}

.inquiry-content {
  width: 95%;
  margin: 0 auto !important;
}
@media print, screen and (min-width: 768px) {
  .inquiry-content {
    width: 80%;
  }
}

.inquiry-code-input {
  width: 200px;
  font-size: 20px;
  text-align: center;
}

/*  pill-button
-------------------------*/
.pill-button {
  display: block;
  width: 100%;
  max-width: 182px;
  background-color: #10069F;
  padding-top: 11px;
  padding-right: 16px;
  padding-bottom: 11px;
  padding-left: 16px;
  border: 1px solid #10069F;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) {
  .pill-button:not(.is-disabled-hover):hover {
    background-color: #140D77;
  }
}
.pill-button-text {
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.3;
}
.pill-button.is-disabled, .pill-button[disabled] {
  pointer-events: none;
  background-color: #E4E8ED;
  border: 1px solid #C0C5CC;
}
.pill-button.is-disabled .pill-button-text, .pill-button[disabled] .pill-button-text {
  color: #939DAD;
}
.pill-button.is-searched {
  background-color: #ffffff;
  border: 1px solid #3064D5;
}
.pill-button.is-searched .pill-button-text {
  color: #3064D5;
  font-weight: normal;
}
@media (hover: hover) {
  .pill-button.is-searched:not(.is-disabled-hover):hover {
    background-color: #0057B8;
    border: 1px solid #0057B8;
  }
  .pill-button.is-searched:not(.is-disabled-hover):hover .pill-button-text {
    color: #ffffff;
  }
}
.pill-button.is-loaded {
  background-color: #ffffff;
  border: 1px solid #939DAD;
}
.pill-button.is-loaded .pill-button-text {
  color: #2C2A29;
  font-weight: normal;
}
@media (hover: hover) {
  .pill-button.is-loaded:not(.is-disabled-hover):hover {
    background-color: #F0F7FF;
    border: 1px solid #F0F7FF;
  }
  .pill-button.is-loaded:not(.is-disabled-hover):hover .pill-button-text {
    color: #140D77;
  }
}

/*  user header
-------------------------*/
.inhouse-header {
  background-color: #2C2A29;
  padding: 14px 24px;
}
.inhouse-header-inner {
  position: relative;
  max-width: 1104px;
  text-align: right;
  margin: 0 auto;
}
.inhouse-header-text {
  display: inline-flex;
  font-size: 0.875rem;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .inhouse-header-text:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
.inhouse-header-pulldown {
  display: none;
  min-width: 155px;
  position: absolute;
  z-index: 100;
  top: 40px;
  right: 0;
}
.inhouse-header-pulldown-contents {
  text-align: left;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 16px;
}
.inhouse-header-pulldown-text {
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
  color: #2C2A29;
  text-decoration: none;
}
@media (hover: hover) {
  .inhouse-header-pulldown-text:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

/*  user header
-------------------------*/
.visa-additional-item {
  display: none;
}

/*================================
	payment
=================================*/
.visa-coupon {
  padding: 16px;
}
@media print, screen and (min-width: 768px) {
  .visa-coupon {
    padding: 24px;
  }
}

.visa-grid-payment-coupon {
  grid-column: auto;
  grid-row: auto;
  padding-top: 12px;
}
@media print, screen and (min-width: 768px) {
  .visa-grid-payment-coupon {
    grid-column: span 2;
    grid-row: 3;
    padding-top: 0;
  }
}
.visa-grid-payment-coupon input {
  background-color: #ffffff;
}

.visa-grid-payment-title {
  grid-column: auto;
  grid-row: auto;
}
@media print, screen and (min-width: 768px) {
  .visa-grid-payment-title {
    grid-column: 1/span 2;
    grid-row: 1;
  }
}

.visa-grid-payment-info {
  grid-column: auto;
  grid-row: auto;
  padding-top: 18px;
}
@media print, screen and (min-width: 768px) {
  .visa-grid-payment-info {
    grid-column: 1/span 1;
    grid-row: 2;
  }
}

.visa-grid-payment-price {
  grid-column: auto;
  grid-row: auto;
  padding-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .visa-grid-payment-price {
    grid-column: 2/span 1;
    grid-row: 2;
    padding-top: 0;
  }
}

.visa-grid-payment-button {
  grid-column: auto;
  grid-row: auto;
}
@media print, screen and (min-width: 768px) {
  .visa-grid-payment-button {
    grid-column: span 2;
    grid-row: 4;
  }
}

@media print, screen and (min-width: 768px) {
  .payment-text-paypay,
.payment-text-paypal {
    padding-left: 12px;
  }
}

.coupon-input-label + .coupon-input {
  margin-top: 8px !important;
}

.coupon-input {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .coupon-input {
    margin-top: 26px !important;
  }
}
