.page-title-topimage {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .page-title-topimage {
    height: calc(100% - 140px);
    margin-bottom: -90px;
  }
}
.page-title-topimage .page-topimage {
  position: relative;
  width: 73.9%;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .page-topimage {
    width: 100%;
  }
}
.page-title-topimage .page-topimage img {
  width: 100%;
  height: calc(100vh - 134px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .page-topimage img {
    height: auto;
  }
}
.page-title-topimage .bg-ptd {
  position: absolute;
  right: 144px;
  bottom: 60px;
  width: 100%;
  max-width: 615px;
  height: 396px;
  z-index: 0;
  background-color: #004EA2;
  opacity: 0.66;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .bg-ptd {
    position: relative;
    right: auto;
    bottom: 140px;
    width: 306px;
    max-width: inherit;
    height: 229px;
    margin: 0 0 0 auto;
  }
}
.page-title-topimage .page-title-detail {
  position: absolute;
  right: 144px;
  bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 615px;
  height: 396px;
  z-index: 1;
  padding: 0 0 0 75px;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .page-title-detail {
    right: 0;
    bottom: 140px;
    width: 306px;
    max-width: inherit;
    height: 229px;
    padding: 0 20px;
  }
}
.page-title-topimage .page-title-detail p {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.page-title-topimage .page-title-detail p.read-page-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .page-title-detail p.read-page-title {
    font-size: 13px;
    padding-bottom: 20px;
  }
}
.page-title-topimage .page-title-detail p.read-page-title::before, .page-title-topimage .page-title-detail p.read-page-title::after {
  position: absolute;
  content: "";
}
.page-title-topimage .page-title-detail p.read-page-title::before {
  left: 0;
  bottom: 14px;
  width: 119px;
  height: 16px;
  background-image: url("../img/line_soudan.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .page-title-detail p.read-page-title::before {
    bottom: 12px;
    width: 88px;
    height: 11px;
    background-size: cover;
  }
}
.page-title-topimage .page-title-detail p.read-page-title::after {
  right: 0;
  bottom: 27px;
  width: calc(100% - 125px);
  height: 3px;
  background-color: #6FC9F3;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .page-title-detail p.read-page-title::after {
    bottom: 21px;
    width: calc(100% - 95px);
    height: 2px;
  }
}
.page-title-topimage .page-title-detail p.read-page-title strong {
  font-size: 30px;
  padding: 0 12px;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .page-title-detail p.read-page-title strong {
    font-size: 20px;
    padding: 0 8px;
  }
}
.page-title-topimage .page-title-detail p.cap-page-title {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .page-title-detail p.cap-page-title {
    font-size: 15px;
  }
}
.page-title-topimage .page-title-detail h1 {
  width: 100%;
  color: #FFFFFF;
  font-size: 56px;
  line-height: 1;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .page-title-detail h1 {
    font-size: 26px;
    line-height: 1.1;
  }
}
.page-title-topimage .page-title-detail h1 .square {
  display: inline-block;
  font-size: 46px;
  border: 1px solid #FFFFFF;
  padding: 2px 5px 8px;
  margin-right: 7px;
  translate: 0 -3px;
}
@media screen and (max-width: 800px) {
  .page-title-topimage .page-title-detail h1 .square {
    font-size: 24px;
    padding: 2px 4px 4px;
    translate: 0 0;
  }
}

article h2 {
  color: #004EA2;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  article h2 {
    margin-bottom: 35px;
  }
}
article h2 .en {
  display: block;
  font-size: 94px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  article h2 .en {
    font-size: 46px;
  }
}
article h2 .jp {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  article h2 .jp {
    font-size: 15px;
  }
}

.soudan-top {
  padding-bottom: 150px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .soudan-top {
    padding-bottom: 0;
  }
}
.soudan-top p {
  position: relative;
  line-height: 2;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .soudan-top p {
    line-height: 1.7;
  }
}
.soudan-top p.read-soudan {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .soudan-top p.read-soudan {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.soudan-top p strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
}
@media screen and (max-width: 800px) {
  .soudan-top p strong {
    font-size: 16px;
    line-height: 1.7;
  }
}
.soudan-top .soudan-img01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 759px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .soudan-top .soudan-img01 {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
  }
}

.consultation {
  padding: 120px 0 335px;
}
@media screen and (max-width: 800px) {
  .consultation {
    padding: 50px 0 175px;
  }
}

.fukidashi-content {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .fukidashi-content {
    margin-bottom: 64px;
  }
}
.fukidashi-content .fukidashi {
  position: relative;
  color: #004EA2;
  font-size: 24px;
  font-weight: 700;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 50px 35px 50px 45px;
  opacity: 0;
  scale: 0.9;
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi {
    font-size: 15px;
    line-height: 1.3;
    border-radius: 20px;
    padding: 15px 15px 15px 20px;
  }
}
.fukidashi-content .fukidashi.active {
  animation: fukidashi 0.5s both;
}
.fukidashi-content .fukidashi::after {
  position: absolute;
  top: 100%;
  width: 31px;
  height: 31px;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi::after {
    width: 18px;
    height: 18px;
  }
}
.fukidashi-content .fukidashi:nth-of-type(1) {
  max-width: 509px;
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi:nth-of-type(1) {
    max-width: 215px;
    margin-bottom: 13px;
  }
}
.fukidashi-content .fukidashi:nth-of-type(1)::after {
  right: 95px;
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi:nth-of-type(1)::after {
    right: 85px;
  }
}
.fukidashi-content .fukidashi:nth-of-type(2) {
  max-width: 396px;
  margin: -105px 48px 0 auto;
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi:nth-of-type(2) {
    max-width: 201px;
    margin: 0 0 13px auto;
  }
}
.fukidashi-content .fukidashi:nth-of-type(2)::after {
  left: 100px;
  transform: scaleX(-1);
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi:nth-of-type(2)::after {
    left: 75px;
  }
}
.fukidashi-content .fukidashi:nth-of-type(3) {
  max-width: 540px;
  margin: -46px 0 0 -77px;
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi:nth-of-type(3) {
    max-width: 280px;
    margin: 0 0 20px;
  }
}
.fukidashi-content .fukidashi:nth-of-type(3)::after {
  left: 120px;
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi:nth-of-type(3)::after {
    left: 40px;
  }
}
.fukidashi-content .fukidashi:nth-of-type(4) {
  max-width: 620px;
  margin: -95px -120px 0 auto;
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi:nth-of-type(4) {
    max-width: 270px;
    margin: 0 0 0 auto;
  }
}
.fukidashi-content .fukidashi:nth-of-type(4)::after {
  left: 110px;
  transform: scaleX(-1);
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi:nth-of-type(4)::after {
    left: 45px;
  }
}
.fukidashi-content .fukidashi .t80 {
  font-size: 80px;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi .t80 {
    font-size: 30px;
  }
}
.fukidashi-content .fukidashi .t48 {
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi .t48 {
    font-size: 20px;
  }
}
.fukidashi-content .fukidashi .line {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .fukidashi-content .fukidashi .line {
    margin-top: 3px;
  }
}

@keyframes fukidashi {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  50% {
    opacity: 1;
    scale: 1.05;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.read-consultation {
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .read-consultation {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  background-color: #BCE4F7;
  border-radius: 40px;
  padding: 80px 0 70px;
  margin: -245px auto 0;
}
@media screen and (max-width: 800px) {
  .reason {
    border-radius: 25px;
    margin-top: -120px;
    padding: 50px 40px 45px;
  }
}
.reason::before {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  width: 63px;
  height: 38px;
  content: "";
  background-color: #004EA2;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 800px) {
  .reason::before {
    translate: -50% 0;
    top: -13px;
  }
}
.reason h3 {
  width: 100%;
  font-size: 24px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 800px) {
  .reason h3 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.reason .reason-detail {
  width: 30.6%;
  border-right: 1px solid #FFFFFF;
  padding: 0 25px;
}
@media screen and (max-width: 800px) {
  .reason .reason-detail {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
    padding: 0 0 20px;
    margin-bottom: 25px;
  }
}
.reason .reason-detail:last-child {
  border-right: none;
}
@media screen and (max-width: 800px) {
  .reason .reason-detail:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.reason .reason-detail .icon-consult {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 800px) {
  .reason .reason-detail .icon-consult {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .reason .reason-detail .icon-consult.ic01 {
    max-width: 79px;
  }
}
@media screen and (max-width: 800px) {
  .reason .reason-detail .icon-consult.ic02 {
    max-width: 57px;
  }
}
@media screen and (max-width: 800px) {
  .reason .reason-detail .icon-consult.ic03 {
    max-width: 76px;
  }
}
.reason .reason-detail h4 {
  color: #004EA2;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .reason .reason-detail h4 {
    margin-bottom: 10px;
  }
}
.reason .reason-detail p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.application {
  counter-reset: count;
  padding: 150px 0 0;
}
@media screen and (max-width: 800px) {
  .application {
    padding: 55px 0 0;
  }
}

.application-detail {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 120px;
  border: 1px solid #004EA2;
  margin-bottom: 22px;
  padding: 22px 35px;
}
@media screen and (max-width: 800px) {
  .application-detail {
    min-height: inherit;
    flex-wrap: wrap;
    gap: 15px 0;
    padding: 20px;
    margin-bottom: 15px;
  }
}
.application-detail::after {
  position: absolute;
  left: 45px;
  bottom: -10px;
  width: 25px;
  height: 15px;
  content: "";
  background-color: #004EA2;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 800px) {
  .application-detail::after {
    left: 50%;
    bottom: -7px;
    translate: -50% 0;
  }
}
.application-detail.last {
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .application-detail.last {
    margin-bottom: 30px;
  }
}
.application-detail.last::after {
  display: none;
}
.application-detail h3 {
  position: relative;
  width: 250px;
  color: #004EA2;
  font-size: 26px;
  line-height: 1;
  padding-left: 80px;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .application-detail h3 {
    width: 100%;
    font-size: 18px;
    padding-left: 45px;
  }
}
.application-detail h3::before, .application-detail h3::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 800px) {
  .application-detail h3::before, .application-detail h3::after {
    translate: 0 -40%;
  }
}
.application-detail h3::before {
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
}
@media screen and (max-width: 800px) {
  .application-detail h3::before {
    font-size: 24px;
  }
}
.application-detail h3::after {
  left: 58px;
  width: 1px;
  height: 25px;
  content: "";
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  .application-detail h3::after {
    left: 35px;
    height: 20px;
  }
}
.application-detail p {
  width: calc(100% - 250px);
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .application-detail p {
    width: 100%;
    line-height: 1.7;
  }
}
.application-detail p .link {
  display: inline-block;
  padding-right: 25px;
  background-image: url("../img/icon_link.svg");
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 8px;
}

.komelist {
  margin-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .komelist {
    margin-bottom: 35px;
  }
}
.komelist li {
  font-size: 13px;
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .komelist li {
    font-size: 12px;
    line-height: 1.67;
  }
}

.privacy h4 {
  color: #004EA2;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .privacy h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.privacy p {
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .privacy p {
    font-size: 12px;
  }
}
.privacy p a {
  color: #004EA2;
}/*# sourceMappingURL=consult.css.map */