:root {
  --accent-color: #ffdd53;
  --bg-color: #77b8dc;
  --inner-w: 1100px;
  --float-btn-height: 96px;
  --float-btn-padding: 26px
}
:target {
  scroll-margin-top: 70px;
}
@media not all and (max-width: 767px) {
  .header, .footer {
    min-width: 1200px
  }
}
@media not all and (max-width: 767px) {
  .footer_btn_chat {
    display: none
  }
}
.footer__default .footer-follow-nav_list, .footer__default .footer-follow-nav {
  display: none
}
@media(max-width: 767px) {
  .ins-pc-only {
    display: none
  }
}
@media not all and (max-width: 767px) {
  .ins-sp-only {
    display: none
  }
}
.ins-u-underline-marker {
  background: linear-gradient(transparent var(--_start-pos, 60%), var(--accent-color) var(--_start-pos, 60%), var(--accent-color) var(--_end-pos, 100%), transparent var(--_end-pos, 100%));
  display: inline;
  padding: 0;
  font-size: inherit
}
.ins-u-underline-dashed {
  position: relative;
  display: block
}
@media(max-width: 767px) {
  .ins-u-underline-dashed {
    /*
    display: flex;
    justify-content: center;
    margin-inline: auto
    */
  }
}
.ins-u-underline-dashed::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: contain
}
@media not all and (max-width: 767px) {
  .ins-u-underline-dashed::after {
    height: 3px;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/line_dashed.png)
  }
}
@media(max-width: 767px) {
  .ins-u-underline-dashed::after {
    width: 100%;
    height: 1px;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/line_dashed_sp.png)
  }
}
.ins-u-bold {
  font-weight: bold !important
}
.ins-c-btn {
  display: grid;
  align-items: baseline;
  grid-auto-flow: column;
  place-content: center;
  margin-inline: auto;
  background-color: var(--accent-color);
  font-weight: bold;
  color: #402e2e;
  transition: transform .05s ease, box-shadow .05s ease;
  transform: translateY(0)
}
@media not all and (max-width: 767px) {
  .ins-c-btn {
    letter-spacing: .03em
  }
}
.ins-c-btn::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  display: block;
  background: no-repeat right center/contain
}
.ins-main {
  overflow-x: clip;
  text-align: center
}
@media not all and (max-width: 767px) {
  .ins-main {
    min-width: 1200px
  }
}
@media not all and (max-width: 767px) {
  .ins-bg-group-top {
    position: relative;
    background: var(--bg-color) url(/sites/default/files/media/common/lp/in_soudan/images/bg_mv.png) no-repeat 54% 66%/2795px
  }
}
@media(max-width: 767px) {
  .ins-bg-group-top {
    background: var(--bg-color) url(/sites/default/files/media/common/lp/in_soudan/images/bg_mv_sp.jpg) no-repeat center top/cover
  }
}
.ins-mv {
  position: relative
}
@media not all and (max-width: 767px) {
  .ins-mv {
    padding-block: 60px 61px;
    margin: 0 auto;
    min-width: var(--inner-w)
  }
}
@media(max-width: 767px) {
  .ins-mv {
    padding-top: 4vw
  }
}
.ins-mv_img {
  position: relative;
  margin-inline: auto
}
@media not all and (max-width: 767px) {
  .ins-mv_img {
    container-type: inline-size;
    max-width: 1740px;
    width: calc(100% - 100px);
  }
}
@media(max-width: 767px) {
  .ins-mv_img {
    max-width: 89vw
  }
}
@media not all and (max-width: 767px) {
  .ins-mv_desc {
    position: absolute;
    bottom: 3.8%;
    left: 16%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: calc(32 / 1740 * 100cqw);
    font-weight: normal;
    letter-spacing: .07em;
    line-height: 1.7;
    color: #333;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    text-align: left
  }
}
@media(max-width: 767px) {
  .ins-mv_desc {
    display: flex;
    flex-direction: column;
    row-gap: 2.4vw;
    padding-top: 3.2vw;
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
    letter-spacing: .07em;
    line-height: 1.5;
    text-align: left;
    color: #5093D1
  }
}
.ins-mv_desc .ins-u-underline-marker {
  position: relative;
  display: block;
}
.ins-mv_desc .ins-u-underline-marker:before {
  position: absolute;
  top: 50%;
  right: 100%;
  display: block;
  content: '\25B6';
  translate: 0 -50%;
  font-size: 0.7em;
  margin-right: 0.1em;
}
@media(max-width: 767px) {
  .ins-mv_desc .ins-u-underline-marker {
    background: #fff;
    padding-left: 1.4em;
    padding-block: .1em;
    border-radius: 0.3em;
  }
  .ins-mv_desc .ins-u-underline-marker:before {
    right: auto;
    left: 0.35em;
    font-size: 0.85em;
  }
}
@media not all and (max-width: 767px) {
  .ins-mv_desc .ins-u-underline-marker {
    --_start-pos: 68%;
    --_end-pos: 84%;
  }
}
@media(max-width: 767px) {
  .ins-mv_desc br {
    display: none
  }
}
.ins-mv_btn {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  translate: 0 100%;
  transition: translate .8s ease;
  z-index: 5
}
@media not all and (max-width: 767px) {
  .ins-mv_btn {
    padding-block: var(--float-btn-padding)
  }
}
@media(max-width: 767px) {
  .ins-mv_btn {
    padding-block: 5vw 7vw
  }
}
.ins-mv_btn-inner {
  position: relative;
  display: inline-block;
}
@media(any-hover: hover) {
  .ins-mv_btn-inner:hover .ins-mv_btn-link {
    text-decoration: none;
    box-shadow: inherit
  }
}
@media(any-hover: hover) {
  .ins-mv_btn-inner:hover .ins-mv_btn-link {
    transform: translateY(8px)
  }
}
.ins-mv_btn-link {
  box-shadow: 0 8px 0 #b9a03b
}
@media not all and (max-width: 767px) {
  .ins-mv_btn-link {
    padding-top: 5px;
    padding-right: 65px;
    width: 710px;
    height: var(--float-btn-height);
    border-radius: 15px;
    font-size: 3.6rem
  }
}
@media(max-width: 767px) {
  .ins-mv_btn-link {
    width: 89.336vw;
    padding-right: 1em;
    border-radius: 10px;
    height: 15vw;
    font-size: 5vw
  }
}
@media not all and (max-width: 767px) {
  .ins-mv_btn-link span {
    font-size: 2.9rem
  }
}
@media(max-width: 767px) {
  .ins-mv_btn-link span {
    font-size: 3.8vw
  }
}
@media not all and (max-width: 767px) {
  .ins-mv_btn-link::after {
    right: 50px;
    margin-top: 2px;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/icon_arrow_small.png);
    width: 19px;
    height: 28px
  }
}
@media(max-width: 767px) {
  .ins-mv_btn-link::after {
    right: 4vw;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/icon_arrow_small_sp.png);
    width: 2.53vw;
    height: 3.73vw
  }
}
@media not all and (max-width: 767px) {
  #js-footer-sticky.is-active {
    translate: 0 0
  }
}
@media(max-width: 767px) {
  #js-footer-sticky.is-active {
    translate: 0 0
  }
}
.ins-cv_link {
  box-shadow: 0 16px 0 #b9a03b
}
@media not all and (max-width: 767px) {
  .ins-cv_link {
    padding-top: 10px;
    width: 100%;
    max-width: 860px;
    height: 150px;
    border-radius: 30px;
    font-size: calc(48 / 860 * 100cqw);
    padding-right: 1.2em;
  }
}
@media(max-width: 767px) {
  .ins-cv_link {
    width: 100%;
    height: 19.2vw;
    border-radius: 10px;
    box-shadow: 0 2.3994vw 0 #b9a03b;
    font-size: calc(19 / 332 * 100cqw);
    padding-right: 1em;
  }
}
@media not all and (max-width: 767px) {
  .ins-cv_link::after {
    right: 4%;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/icon_arrow_big.png);
    width: calc(21 / 860 * 100cqw);
    height: auto;
    margin-top: calc(5 / 860 * 100cqw);
    aspect-ratio: 21 / 35;
  }
}
@media(max-width: 767px) {
  .ins-cv_link::after {
    right: 3.4vw;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/icon_arrow_big_sp.png);
    width: 3.07vw;
    height: 4.8vw
  }
}
@media not all and (max-width: 767px) {
  .ins-cv {
    background: var(--bg-color);
    padding-block: 40px 100px
  }
}
@media(max-width: 767px) {
  .ins-cv {
    padding-bottom: 15.5vw
  }
}
.ins-cv-top {
  overflow: hidden
}
@media not all and (max-width: 767px) {
  .ins-cv-top {
    background-color: rgba(0, 0, 0, 0)
  }
}
@media(max-width: 767px) {
  .ins-cv-top {
    padding-top: 8vw
  }
}
.ins-cv-middle {
  position: relative
}
@media not all and (max-width: 767px) {
  .ins-cv-middle {
    padding-block: 170px 115px;
    background: var(--bg-color) url(/sites/default/files/media/common/lp/in_soudan/images/bg_cv_middle.png) no-repeat center 30%/2611px
  }
}
@media(max-width: 767px) {
  .ins-cv-middle {
    padding-block: 23vw 16vw;
    background: url(/sites/default/files/media/common/lp/in_soudan/images/bg_cv_middle_sp.jpg) no-repeat center top/cover
  }
}
.ins-cv-middle::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin-inline: auto;
  content: "";
  display: block;
  background: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}
@media not all and (max-width: 767px) {
  .ins-cv-middle::before {
    width: 458px;
    height: 125px
  }
}
@media(max-width: 767px) {
  .ins-cv-middle::before {
    width: 37.324vw;
    height: 7.998vw
  }
}
@media not all and (max-width: 767px) {
  .ins-cv-bottom {
    background-color: var(--bg-color);
    padding-top: 77px;
    overflow: hidden
  }
}
@media(max-width: 767px) {
  .ins-cv-bottom {
    background: url(/sites/default/files/media/common/lp/in_soudan/images/bg_cv_bottom_sp.jpg) no-repeat center/cover;
    padding-top: 15.4628vw
  }
}
.ins-cv_inner {
  position: relative;
  margin-inline: auto
}
@media not all and (max-width: 767px) {
  .ins-cv_inner {
    width: 100%;
    max-width: 1600px;
    padding-inline: 250px
  }
}
@media(max-width: 1300px) {
  .ins-cv_inner {
    padding-inline: 14%
  }
}
@media(max-width: 767px) {
  .ins-cv_inner {
    padding: 0 5.332vw 12vw
  }
}
@media not all and (max-width: 767px) {
  .ins-cv-middle .ins-cv_inner::before {
    left: -24%;
    bottom: -22%
  }
  .ins-cv-middle .ins-cv_inner::after {
    right: -20%;
    bottom: -8%
  }
}
@media not all and (max-width: 767px) {
  .ins-cv_lead {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    margin-bottom: 46px;
    text-align: left
  }
}
@media(max-width: 767px) {
  .ins-cv_lead {
    margin-bottom: 6.4vw
  }
}
.ins-cv_title {
  font-weight: bold;
  color: #fff
}
@media not all and (max-width: 767px) {
  .ins-cv_title {
    font-size: max(2vw, 2.6rem);
    letter-spacing: -0.015em;
    line-height: 1.55
  }
  @media(min-width: 1600px) {
    .ins-cv_title {
      font-size: 3.7rem;
      line-height: 1.6;
      margin-top: 1rem
    }
  }
}
@media(max-width: 767px) {
  .ins-cv_title {
    margin-bottom: 4vw;
    font-size: 5.8vw;
    line-height: 1.4;
    white-space: nowrap
  }
}
@media not all and (max-width: 767px) {
  .ins-cv_title span {
    font-size: 1.56em
  }
}
@media(max-width: 767px) {
  .ins-cv_title span {
    font-size: 1.6363em
  }
}
.ins-cv_desc {
  font-weight: bold;
  color: #fff
}
@media not all and (max-width: 767px) {
  .ins-cv_desc {
    font-size: 1.8rem;
    line-height: 34px
  }
}
@media(max-width: 767px) {
  .ins-cv_desc {
    text-align: left;
    font-size: 3.7324vw;
    line-height: 1.928
  }
}
.ins-cv_contents {
  position: relative;
  margin-inline: auto;
  background: #fff;
  border-radius: 100vw
}
@media not all and (max-width: 767px) {
  .ins-cv_contents {
    padding: 41px 100px 37px;
    width: 100%
  }
}
@media(max-width: 767px) {
  .ins-cv_contents {
    padding-block: 6.5vw .2656vw
  }
}
.ins-cv_contents::before, .ins-cv_contents::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  pointer-events: none
}
.ins-cv_contents::before {
  z-index: 1
}
@media not all and (max-width: 767px) {
  .ins-cv_contents::before {
    background: url(/sites/default/files/media/common/lp/in_soudan/images/bg_cv_img_left.png) no-repeat center center/contain;
    aspect-ratio: 93/101;
    left: max(-14vw, -270px);
    bottom: -16%;
    width: min(372px, 19.375vw);
    min-width: 240px
  }
}
@media(max-width: 767px) {
  .ins-cv_contents::before {
    display: none
  }
}
.ins-cv_contents::after {
  background: url(/sites/default/files/media/common/lp/in_soudan/images/bg_cv_img_right_v3.png) no-repeat center center/contain;
  aspect-ratio: 29/21
}
@media not all and (max-width: 767px) {
  .ins-cv_contents::after {
    right: max(-218px, -12vw);
    bottom: -13%;
    width: min(319px, 16.588vw);
    min-width: 233px
  }
}
@media(max-width: 767px) {
  .ins-cv_contents::after {
    display: none
  }
}
.ins-cv_text {
  container-type: inline-size;
  position: relative
}
@media(max-width: 767px) {
  .ins-cv_text {
    margin-bottom: 3vw
  }
}
@media(max-width: 767px) {
  .ins-cv_text::before, .ins-cv_text::after {
    position: absolute;
    top: 0;
    content: "";
    display: block
  }
}
@media(max-width: 767px) {
  .ins-cv_text::before {
    top: 8%;
    left: -5%;
    background: url(/sites/default/files/media/common/lp/in_soudan/images/bg_cv_img_left_sp_v2.png) no-repeat center center/contain;
    aspect-ratio: 61/107;
    width: 16.26vw;
    z-index: 3
  }
}
@media(max-width: 767px) {
  .ins-cv_text::after {
    background: url(/sites/default/files/media/common/lp/in_soudan/images/bg_cv_img_right_v3.png) no-repeat center center/contain;
    aspect-ratio: 29/21;
    right: -5%;
    width: 20vw;
    top: 27%
  }
}
.ins-cv-checklist {
  display: flex;
  justify-content: center
}
@media not all and (max-width: 767px) {
  .ins-cv-checklist {
    gap: 48px;
    margin-bottom: 8px
  }
}
@media(max-width: 767px) {
  .ins-cv-checklist {
    gap: 3vw;
    margin-bottom: 4vw
  }
}
.ins-cv-checklist_item {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: bold;
  color: #5093d0
}
@media not all and (max-width: 767px) {
  .ins-cv-checklist_item {
    font-size: 2.2rem;
    letter-spacing: .05em
  }
  @media(min-width: 1600px) {
    .ins-cv-checklist_item {
      font-size: 3.2rem
    }
  }
}
@media(max-width: 767px) {
  .ins-cv-checklist_item {
    gap: 1vw;
    font-size: 3.7324vw
  }
}
.ins-cv-checklist_item::before {
  position: relative;
  content: "";
  display: block;
  background: url(/sites/default/files/media/common/lp/in_soudan/images/icon_check.png) no-repeat center/contain
}
@media not all and (max-width: 767px) {
  .ins-cv-checklist_item::before {
    top: -0.1em;
    width: 1.187em;
    height: 1.187em
  }
}
@media(max-width: 767px) {
  .ins-cv-checklist_item::before {
    top: -0.3vw;
    width: 4.2656vw;
    height: 4.2656vw
  }
}
.ins-cv_btn {
  container-type: inline-size;
}
@media not all and (max-width: 767px) {
  .ins-cv_btn {
    position: relative;
    margin-bottom: 30px;
    margin-inline: auto;
    max-width: 860px;
  }
}
@media(max-width: 767px) {
  .ins-cv_btn {
    margin-bottom: 6.3325vw
  }
}
@media(any-hover: hover) {
  .ins-cv_btn:hover .ins-cv_link {
    text-decoration: none;
    box-shadow: 0 0 0 #b9a03b
  }
}
@media(any-hover: hover) {
  .ins-cv_btn:hover .ins-cv_link {
    transform: translateY(16px)
  }
}
.ins-cv_btn-desc {
  font-weight: bold;
  line-height: 1.5rem
}
@media not all and (max-width: 767px) {
  .ins-cv_btn-desc {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: .6em;
    margin-bottom: .7em;
    font-size: calc(36 / 900 * 100cqw);
  }
}
@media(max-width: 767px) {
  .ins-cv_btn-desc {
    font-size: 4.2656vw;
    line-height: 1.2
  }
}
.ins-cv_btn-desc::before, .ins-cv_btn-desc::after {
  position: relative;
  content: "";
  display: block
}
@media not all and (max-width: 767px) {
  .ins-cv_btn-desc::before, .ins-cv_btn-desc::after {
    width: calc(26 / 36 * 1em);
    height: calc(48 / 36 * 1em);
    top: calc(1 / 36 * 1em)
  }
}
@media not all and (max-width: 767px) {
  .ins-cv_btn-desc::before {
    margin-right: 0.2em;
    background: url(/sites/default/files/media/common/lp/in_soudan/images/icon_line_left.png) no-repeat center center/contain
  }
}
@media not all and (max-width: 767px) {
  .ins-cv_btn-desc::after {
    background: url(/sites/default/files/media/common/lp/in_soudan/images/icon_line_right.png) no-repeat center center/contain
  }
}
@media(max-width: 767px) {
  .ins-cv_btn-desc span {
    display: block
  }
}
@media not all and (max-width: 767px) {
  .ins-cv_btn-desc .ins-cv_btn-strong {
    margin-left: 0.3em;
    font-size: calc(48 / 36 * 1em)
  }
}
@media(max-width: 767px) {
  .ins-cv_btn-desc .ins-cv_btn-strong {
    display: inline-block;
    margin-right: .25em;
    padding-top: 0.15em;
    font-size: 5.5vw
  }
}
.ins-cv_btn-desc .ins-cv_btn-decoration {
  position: relative;
  display: inline-block
}
@media(max-width: 767px) {
  .ins-cv_btn-desc .ins-cv_btn-decoration::before, .ins-cv_btn-desc .ins-cv_btn-decoration::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    width: 5vw;
    height: 6.7vw
  }
}
@media(max-width: 767px) {
  .ins-cv_btn-desc .ins-cv_btn-decoration::before {
    left: -10%;
    background: url(/sites/default/files/media/common/lp/in_soudan/images/icon_line_left.png) no-repeat center center/contain
  }
}
@media(max-width: 767px) {
  .ins-cv_btn-desc .ins-cv_btn-decoration::after {
    right: -6%;
    background: url(/sites/default/files/media/common/lp/in_soudan/images/icon_line_right.png) no-repeat center center/contain
  }
}
.ins-cv_note {
  font-weight: bold
}
@media not all and (max-width: 767px) {
  .ins-cv_note {
    font-size: max(.833dvi, 1.4rem)
  }
  @media not all and (max-width: 1920px) {
    .ins-cv_note {
      font-size: 1.6rem
    }
  }
}
@media(max-width: 767px) {
  .ins-cv_note {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11vw;
    margin: 0 auto;
    font-size: 2.9326vw;
    color: #fff;
    letter-spacing: .07em;
    line-height: 1.63
  }
}
@media not all and (max-width: 767px) {
  .ins-cv_note br {
    display: none
  }
}
@media not all and (max-width: 767px) {
  .ins-sec-bg-wrap {
    position: relative;
    max-width: var(--inner-w);
    margin-inline: auto
  }
}
@media(max-width: 767px) {
  .ins-sec-bg-wrap {
    display: none
  }
}
@media not all and (max-width: 767px) {
  .ins-sec-bg-wrap_left {
    position: absolute
  }
  .ins-bg-group-top .ins-sec-bg-wrap_left {
    left: -49%;
    top: -160px
  }
  .ins-question .ins-sec-bg-wrap_left {
    left: -43%;
    top: 120px
  }
  .ins-cv-middle .ins-sec-bg-wrap_left {
    left: -43%;
    top: 30px
  }
  .ins-flow .ins-sec-bg-wrap_left {
    left: -60%;
    top: -22px
  }
  .ins-cv-bottom .ins-sec-bg-wrap_left {
    left: -69%;
    top: -710px
  }
}
@media not all and (max-width: 767px) {
  .ins-sec-bg-wrap_right {
    position: absolute
  }
  .ins-bg-group-top .ins-sec-bg-wrap_right {
    top: 42px;
    right: -61%
  }
  .ins-question .ins-sec-bg-wrap_right {
    right: -47%
  }
  .ins-cv-middle .ins-sec-bg-wrap_right {
    right: -46%;
    top: -222px
  }
  .ins-flow .ins-sec-bg-wrap_right {
    right: -58%
  }
  .ins-cv-bottom .ins-sec-bg-wrap_right {
    right: -68%;
    top: -363px
  }
}
@media not all and (max-width: 767px) {
  .ins-question {
    padding-block: 118px 87px;
    background-color: #fff
  }
}
@media(max-width: 767px) {
  .ins-question {
    --_triangle-h: 7.998vw;
    --_triangle-w: 37.324vw;
    position: relative;
    z-index: 1;
    padding-block: 22.1288vw 13vw;
    margin-bottom: calc(-1*var(--_triangle-h));
    background: #fff url(/sites/default/files/media/common/lp/in_soudan/images/bg_nayami_sp_v2.png) no-repeat center top/100% auto;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--_triangle-h)), calc((100% + var(--_triangle-w)) / 2) calc(100% - var(--_triangle-h)), 50% 100%, calc((100% - var(--_triangle-w)) / 2) calc(100% - var(--_triangle-h)), 0% calc(100% - var(--_triangle-h)));
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--_triangle-h)), calc((100% + var(--_triangle-w)) / 2) calc(100% - var(--_triangle-h)), 50% 100%, calc((100% - var(--_triangle-w)) / 2) calc(100% - var(--_triangle-h)), 0% calc(100% - var(--_triangle-h)))
  }
}
@media(max-width: 767px) {
  .ins-question::after {
    display: block;
    height: var(--_triangle-h);
    content: ""
  }
}
.ins-question_inner {
  margin-inline: auto
}
@media not all and (max-width: 767px) {
  .ins-question_inner {
    width: var(--inner-w)
  }
}
.ins-question_item {
  position: relative
}
@media not all and (max-width: 767px) {
  .ins-question_item {
    padding-block: 122px 85px
  }
}
.ins-question_item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  background: url(/sites/default/files/media/common/lp/in_soudan/images/line_dot.png) repeat-x left center
}
@media not all and (max-width: 767px) {
  .ins-question_item::after {
    height: 3px
  }
}
@media(max-width: 767px) {
  .ins-question_item::after {
    height: 1px
  }
}
.ins-question_item.ins-question_item01 {
  background-repeat: no-repeat;
  background-position: left bottom
}
@media not all and (max-width: 767px) {
  .ins-question_item.ins-question_item01 {
    padding: 122px 0 96px 444px;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/img_question_01.png);
    background-size: 352px;
    background-position-x: 10%
  }
}
@media(max-width: 767px) {
  .ins-question_item.ins-question_item01 {
    margin-bottom: 22vw;
    padding: 10.5vw 0 5vw 36vw;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/img_question_01_sp.png);
    background-size: 33.06vw;
    background-position-x: 0%
  }
}
.ins-question_item.ins-question_item02 {
  background-repeat: no-repeat;
  background-position: right bottom
}
@media not all and (max-width: 767px) {
  .ins-question_item.ins-question_item02 {
    padding: 118px 0 84px 83px;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/img_question_02.png);
    background-size: 411px;
    background-position-x: 89%
  }
}
@media(max-width: 767px) {
  .ins-question_item.ins-question_item02 {
    margin-bottom: 28vw;
    padding: 10vw 0 5vw 5vw;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/img_question_02_sp.png);
    background-size: 40.79vw;
    background-position-x: 103%
  }
}
.ins-question_item.ins-question_item03 {
  background-repeat: no-repeat;
  background-position: left bottom
}
@media not all and (max-width: 767px) {
  .ins-question_item.ins-question_item03 {
    padding: 91px 0 118px 464px;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/img_question_03.png);
    background-size: 347px;
    background-position-x: 8%
  }
}
@media(max-width: 767px) {
  .ins-question_item.ins-question_item03 {
    margin-bottom: 19.5vw;
    padding: 9vw 0 5vw 44.993vw;
    background-image: url(/sites/default/files/media/common/lp/in_soudan/images/img_question_03_sp.png);
    background-size: 35.993vw;
    background-position-x: 6%
  }
}
.ins-question_item-title {
  font-weight: bold;
  text-align: left;
  color: #333
}
@media not all and (max-width: 767px) {
  .ins-question_item-title {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    font-size: 3.6rem;
    line-height: 50.4px
  }
}
@media(max-width: 767px) {
  .ins-question_item-title {
    font-size: 5.1vw
  }
}
@media(max-width: 767px) {
  .ins-question_item-text {
    display: block;
    line-height: 1.5;
  }
}
.ins-question_item-label {
  font-weight: bold;
  color: #5093d0;
  text-align: right
}
@media not all and (max-width: 767px) {
  .ins-question_item-label {
    margin-right: 15px;
    padding-right: 20px;
    padding-left: 9px;
    border-right: 2px solid #5093d0;
    font-size: 2.4rem;
    letter-spacing: .1em;
    line-height: 1.6
  }
}
@media(max-width: 767px) {
  .ins-question_item-label {
    position: relative;
    display: inline-flex;
    gap: .4em;
    align-items: baseline;
    margin-bottom: 1vw;
    font-size: 3.7324vw;
    letter-spacing: .05em
  }
}
.ins-question_item-label .ins-question_item-num {
  width: auto
}
@media not all and (max-width: 767px) {
  .ins-question_item-label .ins-question_item-num {
    display: block;
    margin-bottom: 8px;
    height: 48px
  }
}
@media(max-width: 767px) {
  .ins-question_item-label .ins-question_item-num {
    height: 6.9316vw
  }
}
@media(max-width: 767px) {
  .ins-question_item-label::after {
    position: absolute;
    top: 2.2em;
    content: "";
    display: block;
    background-color: #5093d0;
    width: 100%;
    height: 1px
  }
}
.ins-question_item-desc {
  font-weight: bold;
  text-align: left
}
@media not all and (max-width: 767px) {
  .ins-question_item-desc {
    font-size: 2rem;
    letter-spacing: .03em;
    line-height: 36px
  }
}
@media(max-width: 767px) {
  .ins-question_item-desc {
    position: absolute;
    left: 5.5vw;
    right: 5vw;
    font-size: 3.7324vw;
    line-height: 1.7
  }
}
@media(max-width: 767px) {
  .ins-question_item01 .ins-question_item-desc {
    position: absolute;
    bottom: -37%
  }
}
@media(max-width: 767px) {
  .ins-question_item02 .ins-question_item-desc {
    position: absolute;
    bottom: -40%
  }
}
@media(max-width: 767px) {
  .ins-question_item03 .ins-question_item-desc {
    position: absolute;
    bottom: -40%
  }
}
.ins-flow {
  overflow: hidden
}
@media not all and (max-width: 767px) {
  .ins-flow {
    padding-block: 104px 90px
  }
}
@media(max-width: 767px) {
  .ins-flow {
    padding: 19.4vw 4vw 18vw 5.332vw;
    background: url(/sites/default/files/media/common/lp/in_soudan/images/bg_flow_sp.png) no-repeat center top/cover
  }
}
.ins-flow_inner {
  margin-inline: auto
}
@media not all and (max-width: 767px) {
  .ins-flow_inner {
    width: var(--inner-w)
  }
}
.ins-flow-bg-left, .ins-flow-bg-right {
  position: absolute
}
.ins-flow-bg-left {
  left: -60%;
  top: -22px
}
.ins-flow-bg-right {
  right: -58%
}
@media(max-width: 767px) {
  .ins-flow-bg-wrap {
    display: none
  }
}
@media not all and (max-width: 767px) {
  .ins-flow_title {
    margin-bottom: 75px
  }
}
@media(max-width: 767px) {
  .ins-flow_title {
    margin-bottom: 4.2vw
  }
}
@media not all and (max-width: 767px) {
  .ins-flow_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 78px 6.5%
  }
}
@media(max-width: 767px) {
  .ins-flow_grid {
    display: grid;
    gap: 11.6vw
  }
}
.ins-flow_grid-item {
  position: relative
}
@media not all and (max-width: 767px) {
  .ins-flow_grid-item {
    width: 29%
  }
}
@media(max-width: 767px) {
  .ins-flow_grid-item {
    display: flex;
    margin-bottom: 0
  }
}
.ins-flow_grid-item:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  background: #5a9fd8;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%)
}
@media(max-width: 767px) {
  .ins-flow_grid-item:not(:last-child)::after {
    bottom: -8.8vw;
    left: 14vw;
    width: 4.2656vw;
    height: 4.2656vw;
    rotate: 90deg
  }
}
@media not all and (max-width: 767px) {
  .ins-flow_grid-item:not(:nth-child(3), :nth-child(5))::after {
    right: -16%;
    top: 60px;
    width: 32px;
    height: 35px
  }
}
@media not all and (max-width: 767px) {
  .ins-flow_grid-num {
    position: absolute;
    left: 0;
    top: 0
  }
}
@media(max-width: 767px) {
  .ins-flow_grid-num {
    flex: 0 0 6vw
  }
}
@media(max-width: 767px) {
  .ins-flow_grid-num img {
    position: relative;
    top: 1vw;
    width: auto;
    height: 5vw
  }
}
.ins-flow_grid-img {
  display: grid;
  place-content: center;
  justify-items: center
}
@media(max-width: 767px) {
  .ins-flow_grid-img {
    align-items: flex-start;
    grid-template-columns: 19.1952vw 1fr;
    gap: 5.332vw
  }
}
@media(max-width: 767px) {
  .ins-flow_grid-img picture {
    position: relative;
    top: 2vw
  }
}
@media(max-width: 767px) {
  .ins-flow_grid-img img {
    position: relative;
    top: 3vw
  }
}
.ins-flow_grid-cap {
  display: flex;
  font-weight: bold;
  text-align: left
}
@media not all and (max-width: 767px) {
  .ins-flow_grid-cap {
    flex-wrap: wrap;
    justify-content: center;
    margin-block: 21px 16px;
    font-size: 20px;
    letter-spacing: .03em;
    line-height: 35px
  }
}
@media(max-width: 767px) {
  .ins-flow_grid-cap {
    align-items: center;
    margin-bottom: 2vw;
    height: 100%;
    font-size: 3.6vw;
    line-height: 1.7
  }
}
@media(max-width: 767px) {
  .ins-flow_grid-item01 .ins-flow_grid-cap {
    text-indent: -0.6em;
    margin-right: -.8em;
  }
}
@media not all and (max-width: 767px) {
  .ins-flow_grid-item01 .ins-flow_grid-cap .line01 {
    margin-inline: -.6em;
    white-space: nowrap;
  }
}
.ins-flow_grid-note {
  display: block;
  font-weight: normal;
  text-align: left
}
@media not all and (max-width: 767px) {
  .ins-flow_grid-note {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 24px
  }
}
@media(max-width: 767px) {
  .ins-flow_grid-note {
    font-size: 3.1992vw;
    line-height: 1.5
  }
}
@media not all and (max-width: 767px) {
  .ins-flow_grid-note br {
    display: none
  }
}
@media not all and (max-width: 767px) {
  .ins-flow_grid-brackets-pc {
    position: relative
  }
}
@media not all and (max-width: 767px) {
  .ins-flow_grid-brackets-pc::before {
    position: absolute;
    right: 100%;
    top: 0;
    content: "「"
  }
}
.ins-c-sec-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  font-weight: bold;
  color: #333
}
@media not all and (max-width: 767px) {
  .ins-c-sec-title {
    font-size: 5rem
  }
}
@media(max-width: 767px) {
  .ins-c-sec-title {
    font-size: 6.7vw
  }
  .ins-flow .ins-c-sec-title {
    font-size: 4.8vw;
    white-space: nowrap;
  }
}
.ins-c-sec-title::before, .ins-c-sec-title::after {
  content: "";
  display: block;
  position: relative
}
@media not all and (max-width: 767px) {
  .ins-c-sec-title::before, .ins-c-sec-title::after {
    width: 90px;
    height: 84px
  }
}
@media(max-width: 767px) {
  .ins-c-sec-title::before, .ins-c-sec-title::after {
    width: 9.331vw;
    aspect-ratio: 15/14
  }
}
.ins-c-sec-title::before {
  top: -5px;
  left: -13px;
  background: url(/sites/default/files/media/common/lp/in_soudan/images/icon_heading_left.png) no-repeat center center/contain
}
.ins-c-sec-title::after {
  top: -5px;
  right: -13px;
  background: url(/sites/default/files/media/common/lp/in_soudan/images/icon_heading_right.png) no-repeat center center/contain
}
.ins-question_title-balloon {
  position: absolute;
  border-radius: 100vw;
  background: #5093d0;
  color: #fff;
  font-weight: bold
}
@media not all and (max-width: 767px) {
  .ins-question_title-balloon {
    top: -21px;
    left: 319px;
    display: grid;
    place-content: center;
    width: 257px;
    height: 46px;
    font-size: 2.8rem
  }
}
@media(max-width: 767px) {
  .ins-question_title-balloon {
    top: -39%;
    left: 20%;
    padding: 1vw 8vw;
    font-size: 3.7324vw
  }
}
@media not all and (max-width: 767px) {
  .ins-u-title-small {
    font-size: .72em
  }
}
@media(max-width: 767px) {
  .ins-u-title-small {
    font-size: .7692em
  }
}
.ins-u-title-strong {
  color: #5093d0
}
@media not all and (max-width: 767px) {
  .ins-u-title-strong {
    font-size: 1.8em
  }
}
@media(max-width: 767px) {
  .ins-u-title-strong {
    font-size: 1.5em
  }
}
.ins-movie {
  background: #e8f3f7
}
@media not all and (max-width: 767px) {
  .ins-movie {
    padding-block: 109px 98px
  }
}
@media(max-width: 767px) {
  .ins-movie {
    padding-block: 18vw 7vw
  }
}
.ins-movie_inner {
  display: grid;
  margin-inline: auto
}
@media not all and (max-width: 767px) {
  .ins-movie_inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: var(--inner-w)
  }
}
.ins-movie_title {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  font-weight: bold;
  color: #5093d0
}
@media not all and (max-width: 767px) {
  .ins-movie_title {
    gap: 16px;
    margin-bottom: 10px;
    font-size: 4rem;
    letter-spacing: .03em;
    line-height: 57px
  }
}
@media(max-width: 767px) {
  .ins-movie_title {
    gap: 4.2656vw;
    margin-bottom: 4vw;
    font-size: 6.9319vw;
    letter-spacing: .03em
  }
}
.ins-movie_title span {
  display: grid;
  align-items: center;
  font-weight: bold;
  color: #fff;
  background: url(/sites/default/files/media/common/lp/in_soudan/images/img_baloon.png) no-repeat center center/contain
}
@media not all and (max-width: 767px) {
  .ins-movie_title span {
    position: relative;
    top: -6px;
    width: 121px;
    height: 98px;
    font-size: 1.8rem;
    line-height: 24px
  }
}
@media(max-width: 767px) {
  .ins-movie_title span {
    width: 21vw;
    height: 16.9vw;
    font-size: 3.1992vw
  }
}
@media(max-width: 767px) {
  .ins-movie_box {
    margin-bottom: 8.5321vw
  }
}
.ins-movie_item iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9
}
@media not all and (max-width: 767px) {
  .ins-movie_item {
    margin-bottom: 13px
  }
}
@media(max-width: 767px) {
  .ins-movie_item {
    margin-bottom: 2.666vw;
    padding-inline: 5.332vw
  }
}
.ins-movie_cap {
  text-align: center
}
@media not all and (max-width: 767px) {
  .ins-movie_cap {
    font-size: 1.8rem;
    letter-spacing: .03em;
    line-height: 31.5px
  }
}
@media(max-width: 767px) {
  .ins-movie_cap {
    font-size: 3.1992vw;
    line-height: 5.5986vw
  }
}
.header {
  display: flex;
  align-items: center
}
@media not all and (max-width:767px) {
  .header {
    height: 100px
  }
  .header_inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px
  }
}
@media(max-width:767px) {
  .header {
    height: min(100px, 13vw)
  }
  .header_inner {
    padding: 0 min(20px, 5vw)
  }
  .header_logo img {
    width: min(148px, 26vw)
  }
}
.footer__default .footer_info {
  text-align: center;
  padding: 0;
  background: #fff
}
.footer__default .footer_info_inner {
  margin: 0 auto
}
.footer__default .footer_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  gap: 15px 0
}
.footer__default .footer_logo {
  width: 136px
}
.footer__default .footer_privacy {
  width: 75px
}
.footer__default .footer_link li {
  margin: 0 0 0 -1px;
  border-inline: 1px #444 solid
}
.footer__default .footer_link li::after {
  content: ""
}
.footer__default .footer_link a {
  display: flex;
  align-items: center;
  padding: 0 16px
}
.footer__default .footer_link img {
  width: .7em;
  margin-left: .5em;
  vertical-align: bottom
}
.footer__default .footer_copyright {
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  padding: 1em 0;
  background: #000
}
@media not all and (max-width:767px) {
  .footer__default .footer_info_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px 0
  }
  .footer__default .footer_logo {
    margin-top: 5px
  }
  .footer__default .footer_privacy {
    margin-left: 40px
  }
  .footer__default .footer_link {
    width: 500px
  }
  .footer__default .footer_copyright {
    letter-spacing: .08em
  }
}
@media(max-width:767px) {
  .footer__default .footer_info {
    display: block
  }
  .footer__default .footer_info_inner {
    width: 100%
  }
  .footer_logo_box {
    padding: 3vw 0;
    border-bottom: 1px solid #c6c6c6
  }
  .footer__default .footer_privacy {
    margin-left: 10px
  }
  .footer__default .footer_link {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0
  }
  .footer__default .footer_copyright {
    letter-spacing: .11em
  }
}