body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#flow-faq {
  font-size: 13px;
  font-weight: 500;
  color: #153C4A;
  overflow: hidden;
  background: #fff;
  position: relative;
  background: #EBF5FA;
  background: linear-gradient(270deg, rgb(235, 245, 250) 0%, rgb(253, 245, 235) 30%, rgb(255, 246, 243) 56%, rgb(253, 245, 235) 78%, rgb(235, 242, 244) 100%);
}

#flow-faq * {
  box-sizing: border-box;
}

#flow-faq a {
  transition: opacity .3s;
}

#flow-faq a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#flow-faq a:hover {
  text-decoration: none;
}

#flow-faq a:focus-visible {
  outline: none;
}

#flow-faq img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#flow-faq .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#flow-faq .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#flow-faq .pc-br {
  display: none;
}

#flow-faq .sp-br {
  display: inline;
}

#flow-faq .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#flow-faq .inner-inside35{
  width: calc(100% - 11px);
  margin: 0 auto;
}

#flow-faq .inner-inside45{
  width: calc(100% - 21px);
  margin: 0 auto;
}

#flow-faq .inline-block{
  display: inline-block;
}

#flow-faq .font-hel{
  font-family: helvetica-lt-pro, "Noto Sans JP", futura-pt, "Century Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#flow-faq .txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

#flow-faq .txt-red{
  color: #DA4014;
}

#flow-faq .common-ttl .en{
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1;
}

#flow-faq .common-ttl .ja{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

#flow-faq .common-ttl.center .en,
#flow-faq .common-ttl.center .ja{
  text-align: center;
}

:root{
  --blue-shadow-sp: 3px 4px 10px rgba(2, 125, 188, 0.1);
  --blue-shadow-pc: 5px 8px 20px rgba(2, 125, 188, 0.1);
  --orange-shadow-sp: 3px 4px 10px rgba(218, 64, 20, 0.1);
  --orange-shadow-pc: 5px 8px 20px rgba(218, 64, 20, 0.1)
}

#flow-faq .common-btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  height: 36px;
  padding: 2px 6px 0 0;
  background-color: #DA4014;
  border-radius: 4px;
  color: #fff;
  font-family: helvetica-lt-pro, "Noto Sans JP", futura-pt, "Century Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background 0.3s;
  box-shadow: var(--orange-shadow-sp);
}

#flow-faq .common-btn::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 8px;
  background: url("../images/job-engineer/arrow_white.svg") no-repeat center center / contain;
  transform: rotate(90deg);
}

#flow-faq .common-btn.search{
  padding-right: 23px;
  background: #005979;
  box-shadow: var(--blue-shadow-sp);
}

#flow-faq .common-btn.search::before{
  width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
  right: 3px;
  background: url("../images/job-engineer/search_icon_white_sp.svg")no-repeat center center / contain;
  transform: none;
}

#flow-faq .common-btn.workstyle{
  padding-right: 20px;
  box-shadow: var(--blue-shadow-sp);
}

#flow-faq .common-btn.workstyle::before{
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
  background: url("../images/job-engineer/workstyle_icon_sp.svg")no-repeat center center / contain;
  transform: none;
}

#flow-faq .main-ttl{
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#flow-faq .main-ttl .en{
  display: block;
  padding: 0 20px;
  background: #005979;
  background: linear-gradient(140deg, rgb(0, 89, 121) 0%, rgb(2, 125, 188) 10%, rgb(0, 89, 121) 40%, rgb(2, 125, 188) 50%, rgb(0, 89, 121) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 1.8;
  white-space: nowrap;
}

#flow-faq .main-ttl .ja{
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

#flow-faq .menu-list{
  display: grid;
  grid-template-columns: minmax(183px, 366fr) 320fr;
  gap: 8px 11px;
  width: calc(100% - 24px);
  max-width: 656px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#flow-faq .menu-list .list-item a{
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  padding-left: 12px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 3px 4px 10px rgba(218,64,20,.1);
  color: #153C4A;
  font-size: 14px;
  font-weight: 700;
}

#flow-faq .menu-list .list-item a::after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 10px;
  background: url("../images/flow-faq/arrow_red.svg")no-repeat center center / contain;
}

#flow-faq .flow-faq-content{
  padding: 60px 0;
}

#flow-faq #flow{
  background: #fff;
}

#flow-faq .flow-content-wrapper{
  margin-top: 36px;
}

#flow-faq .flow-content{
  position: relative;
  z-index: 0;
}

#flow-faq .flow-content.content01{
  margin-bottom: 72px;
}

#flow-faq .flow-content.content02{
  margin-bottom: 28px;
}

#flow-faq .flow-content.content02::before{
  position: absolute;
  content: "";
  width: 13px;
  height: 100%;
  top: -50px;
  left: calc(50% - 6.5px);
  background: #FFEFDE;
  z-index: -1;
}

#flow-faq .flow-content.content02::after{
  position: absolute;
  content: "";
  width: 13px;
  height: 300px;
  bottom: -280px;
  right: 50px;
  background: #FFEFDE;
  z-index: -1;
}

#flow-faq .flow-content.content03{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 11px;
  align-items: center;
  margin-bottom: 44px;
}

#flow-faq .flow-content.content04{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 11px;
  align-items: center;
  margin-bottom: 44px;
}

#flow-faq .flow-item:first-of-type{
  margin-bottom: 28px;
}

#flow-faq .flow-content-ttl{
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

#flow-faq .flow-content.content03 .flow-content-ttl{
  padding-bottom: 20px;
  text-align: center;
}

#flow-faq .flow-content.goal .flow-content-ttl{
  text-align: center;
}

#flow-faq .flow-content-ttl .num{
  padding-right: 8px;
  font-size: 30px;
  line-height: 1;
}

#flow-faq .flow-content-ttl .num .small{
  font-size: 20px;
}

#flow-faq .flow-box{
  position: relative;
  background: #fff;
  border: solid 2px #E67503;
  border-radius: 16px;
  box-shadow: var(--orange-shadow-sp);
}

#flow-faq .flow-content.content01 .flow-box{
  margin-top: 80px;
  margin-right: 26px;
  padding: 34px 20px 18px;
}

#flow-faq .flow-content.content02 .flow-box{
  padding: 26px 22px 12px;
}

#flow-faq .flow-content.content03 .flow-box{
  padding-top: 22px;
}

#flow-faq .flow-content.goal .flow-box{
  padding: 34px 22px 0;
  border: none;
  background: #FCF0EC;
}

#flow-faq .flow-content.content03 .flow-box.next{
  position: relative;
  margin-bottom: 15px;
  padding: 8px 0;
  border: none;
  border-radius: 4px;
  background: #E67503;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
  
#flow-faq .flow-content.content03 .flow-box.next::after{
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  bottom: -84px;
  right: 31px;
  background: url("../images/flow-faq/flow-faq_flow_arow.png")no-repeat center center / contain;
  z-index: -1;
}

#flow-faq .flow-box.next .note{
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #153C4A;
  white-space: nowrap;
}

#flow-faq .flow-content.content01 .flow-img{
  position: absolute;
  width: 200px;
  height: 110px;
  top: -80px;
  left: calc(50% - 100px);
}

#flow-faq .flow-content.content02 .flow-img{
  width: calc(100% + 44px);
  margin: 20px -22px 0;
  text-align: center;
}

#flow-faq .flow-content.content03 .flow-img img{
  border-radius: 0 0 14px 14px;
}

#flow-faq .flow-content.goal .flow-img{
  margin-top: 12px;
}

#flow-faq .flow-item-ttl{
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#flow-faq .flow-content .note{
  margin-top: 4px;
  background: rgba(255,255,255,.6);
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

#flow-faq .flow-content.content01 .note{
  margin-right: 26px;
}

#flow-faq .flow-result{
  position: relative;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #DA4014;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

#flow-faq .flow-result::before{
  position: absolute;
  content: "";
  width: calc(50% + 60px);
  height: 13px;
  top: -27px;
  left: 50%;
  background: #FFEFDE;
  z-index: -1;
}

#flow-faq .flow-result .note{
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #153C4A;
  white-space: nowrap;
}
#flow-faq .flow-result.fail{
  background: #999999;
}

#flow-faq .flow-result.fail::before{
  width: 13px;
  height: 30px;
  left: 36px;
}

#flow-faq #faq{
  padding-bottom: 80px;
}

#flow-faq .faq-content-wrapper{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 28px;
  margin: 36px auto 0;
}

#flow-faq .faq-content{
  padding-bottom: 28px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

#flow-faq .faq-ttl{
  margin-bottom: 20px;
  padding: 6px 0;
  background: #DA4014;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#flow-faq .faq-list{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
}

#flow-faq .faq-question-content{
  padding: 16px 24px;
}

#flow-faq .faq-question{
  position: relative;
  padding: 0 4px 16px 52px;
  border-bottom: 1px solid #DA4014;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

#flow-faq .faq-icon{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  padding-left: 4px;
  border: solid 1px #DA4014;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1.8;
}

#flow-faq .faq-icon.q{
  background: #DA4014;
  color: #fff;
}

#flow-faq .faq-icon.a{
  background: #FDF4EB;
  color: #DA4014;
}

#flow-faq .faq-answer{
  position: relative;
  margin-top: 16px;
  padding: 0 4px 0 52px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

@media print, screen and (max-width: 767px) {

  #flow-faq .flow-content.content01::before{
    position: absolute;
    content: "";
    width: 13px;
    height: calc(100% + 35px);
    top: 0;
    right: 0;
    background: #FFEFDE;
  }

  #flow-faq .flow-content.content01::after{
    position: absolute;
    content: "";
    width: 50%;
    height: 13px;
    bottom: -35px;
    right: 0;
    background: #FFEFDE;
  }

  #flow-faq .flow-content.content01 .flow-item:first-of-type .flow-box::after{
    position: absolute;
    content: "";
    width: 20px;
    height: calc(50% + 140px);
    top: -146px;
    right: -30px;
    background: #fff;
    z-index: 1;
  }

  #flow-faq .flow-content.content01 .flow-box::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 13px;
    top: calc(50% - 6px);
    right: -26px;
    background: #FFEFDE;;
    z-index: -1;
  }
  
  #flow-faq .flow-content.content03 .flow-box:first-of-type::before{
    position: absolute;
    content: "";
    width: 13px;
    height: calc(100% + 200px);
    top: -30px;
    left: calc(50% - 6px);
    background: #FFEFDE;
    background: #FFEFDE;
    z-index: -1;
  }

}
@media print, screen and (min-width: 768px) {
  
  #flow-faq .sp-br {
    display: none;
  }
  
  #flow-faq .pc-br {
    display: inline;
  }
  
  #flow-faq .inner-inside35,
  #flow-faq .inner-inside45{
    width: 100%;
  }
  
  #flow-faq .txt{
    line-height: 1.8;
  }

  #flow-faq .common-ttl .en{
    margin-bottom: 10px;
    font-size: 52px;
  }

  #flow-faq .common-ttl .ja{
    font-size: 18px;
  }
  
  #flow-faq .common-btn{
    max-width: none;
    width: 160px;
    height: 40px;
    padding-right: 5px;
    padding-top: 2px;
    font-size: 15px;
  }

  #flow-faq .common-btn::before{
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 12px;
    transition: transform 0.3s;
  }

  #flow-faq .common-btn.search{
    padding-right: 30px;
    box-shadow: var(--blue-shadow-pc);
  }

  #flow-faq .common-btn.search::before{
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 6px;
    background: url("../images/job-engineer/search_icon_white.svg")no-repeat center center / contain;
  }

  #flow-faq .common-btn.workstyle{
    padding-right: 33px;
    box-shadow: var(--blue-shadow-pc);
  }

  #flow-faq .common-btn.workstyle::before{
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    background: url("../images/job-engineer/workstyle_icon_pc.svg")no-repeat center center / contain;
  }
  
  #flow-faq .main-ttl{
    height: 300px;
    margin-bottom: -30px;
  }

  #flow-faq .main-ttl .en{
    font-size: 50px;
    line-height: 1.6;
  }

  #flow-faq .main-ttl .ja{
    font-size: 20px;
    line-height: 1;
  }

  #flow-faq .menu-list{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 16px;
    padding-bottom: 80px;
  }

  #flow-faq .menu-list .list-item a{
    justify-content: center;
    height: 46px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 5px 8px 20px rgba(218,64,20,.1);
    color: #153C4A;
    font-size: 15px;
  }

  #flow-faq .menu-list .list-item a::after{
    position: static;
    display: inline-block;
    padding-left: 16px;
    box-sizing: content-box;
    transition: transform .3s;
  }
  
  #flow-faq .flow-faq-content{
    padding: 120px 0;
  }

  #flow-faq .flow-content-wrapper{
    margin-top: 64px;
  }
  
  #flow-faq .flow-content.content01{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    margin-bottom: 54px;
  }

  #flow-faq .flow-content.content02{
    margin-bottom: 78px;
  }
  
  #flow-faq .flow-content.content02::before{
    width: 20px;
    height: calc(100% + 150px);
    top: -70px;
    left: calc(50% - 10px);
  }

  #flow-faq .flow-content.content02::after{
    width: 20px;
    height: 160px;
    right: 135px;
    top:auto;
    bottom: -140px;
  }
  
  #flow-faq .flow-content.content03{
    grid-template-columns:  860fr minmax(300px, 300fr);
    gap: 40px;
    align-items: flex-end;
    margin-bottom: 78px;
    z-index: 2;
  }
  
  #flow-faq .flow-content.content03::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    top: 25px;
    left: calc(50% - 10px);
    background: #FFEFDE;
    z-index: -1;
  }

  #flow-faq .flow-content.content04{
    max-width: 840px;
    gap: 40px;
    margin: 0 auto 98px;
    z-index: 1;
  }

  #flow-faq .flow-content.goal{
    max-width: 840px;
    margin: 0 auto;
  }
  
  #flow-faq .flow-content.goal::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 100px;
    top: -100px;
    left: 284px;
    background: #FFEFDE;
    z-index: -1;
  }

  #flow-faq .flow-item{
    position: relative;
  }
  
  #flow-faq .flow-item:first-of-type{
    margin: 0;
  }
  
  #flow-faq .flow-content.content01 .flow-item::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 20px;
    top: auto;
    bottom: 30px;;
    right: -35px;;
    background: #FFEFDE;
    transform: rotate(45deg);
  }
  
  #flow-faq .flow-content.content01 .flow-item:nth-of-type(2)::before{
    right: auto;
    left: -35px;
    transform: rotate(-45deg);
  }
  
  #flow-faq .flow-content-ttl{
    padding-bottom: 18px;
    font-size: 24px;
  }
  
  #flow-faq .flow-content.content01 .flow-item{
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  #flow-faq .flow-content.content03 .flow-content-ttl{
    padding: 0;
    text-align: left;
  }

  #flow-faq .flow-content.goal .flow-content-ttl{
    text-align: left;
  }

  #flow-faq .flow-content-ttl .num{
    padding-right: 16px;
    font-size: 52px;
    vertical-align: bottom;
  }

  #flow-faq .flow-content-ttl .num .small{
    font-size: 40px;
  }

  #flow-faq .flow-box{
    box-shadow: var(--orange-shadow-pc);
  }

  #flow-faq .flow-content.content01 .flow-box{
    margin-top: 160px;
    margin-right:  0;
    padding: 70px 22px 30px;
    flex-grow: 1;
  }

  #flow-faq .flow-content.content02 .flow-box{
    padding: 32px 0;
  }

  #flow-faq .flow-content.content03 .flow-box{
    padding: 45px 0;
  }

  #flow-faq .flow-content.goal .flow-box{
    padding: 32px 0;
  }

  #flow-faq .flow-content.content03 .flow-box.next{
    margin-bottom: 32px;
    padding: 18px 0;
    font-size: 20px;
  }
  
  #flow-faq .flow-content.content03 .flow-box.next::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 40px;
    bottom: -32px;
    right: 135px;
    background: #FFEFDE;
    z-index: -1;
  }
  
#flow-faq .flow-content.content03 .flow-box.next::after{
  width: 74px;
  height: 74px;
  bottom: -97px;
  right: 140px;
  transform: rotate(45deg);
  z-index: -1;
}
  #flow-faq .flow-box.next .note{
    bottom: -24px;
  }

  #flow-faq .flow-content.content02 .txt-block{
    width: 580px;
    margin-left: auto;
    padding: 0 24px;
  }
  
  #flow-faq .flow-content.content03 .txt-block{
    width: 330px;
    margin-left: auto;
  }
  
  #flow-faq .flow-content.goal .txt-block{
    width: 424px;
    margin-left: auto;
  }
  
  #flow-faq .flow-content.content01 .flow-img{
    width: 400px;
    height: 220px;
    top: -160px;
    left: calc(50% - 200px);
  }

  #flow-faq .flow-content.content02 .flow-img{
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 605px;
    height: 248px;
    margin: 0;
  }
  
  #flow-faq .flow-content.content03 .flow-img img{
    border-radius: 0;
  }
  
  #flow-faq .flow-content.content03 .flow-img{
    position: absolute;
    width: 400px;
    height: 220px;
    bottom: 0;
    left: 40px;
  }

  #flow-faq .flow-content.goal .flow-img{
    position: absolute;
    width: 400px;
    height: 220px;
    margin: 0;
    bottom: 0;
    left: 0;
  }

  #flow-faq .flow-item-ttl{
    margin-bottom: 10px;
    font-size: 20px;
  }

  #flow-faq .flow-content .note{
    margin-top: 8px;
    font-size: 15px;
  }

  #flow-faq .flow-content.content01 .note{
    height: 48px;
    margin-right: 40px;
  }

  #flow-faq .flow-result{
    height: 60px;
    font-size: 20px;
  }
  
  #flow-faq .flow-result::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 20px;
    top: -38px;
    left: auto;
    right: -35px;
    background: #FFEFDE;
    transform: rotate(-45deg);
  }

  #flow-faq .flow-result .note{
    bottom: -24px;
  }
  
  #flow-faq .flow-result.fail::before{
    width: 100px;
    height: 20px;
    left: -35px;
    right: auto;
    transform: rotate(45deg);
  }
  
  #flow-faq .flow-result.fail::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 20px;
    top: -42px;
    right: -60px;
    right: clamp(-60px,calc(-60px + ((1224px - 100vw) / 2)),-48px);
    background: #FFEFDE;
    transform: rotate(-45deg);
    z-index: -1;
  }

  #flow-faq #faq{
    padding-bottom: 160px;
  }

  #flow-faq .faq-content-wrapper{
    gap: 40px;
    margin: 64px auto 0;
  }

  #flow-faq .faq-content{
    padding-bottom: 56px;
    border-radius: 32px;
  }

  #flow-faq .faq-ttl{
    margin-bottom: 40px;
    padding: 10px 0;
    font-size: 20px;
  }

  #flow-faq .faq-list{
    width: calc(100% - 102px);
    margin: 0 auto;
    gap: 40px;
  }

  #flow-faq .faq-question-content{
    padding: 32px;
  }

  #flow-faq .faq-question{
    min-height: 46px;
    padding: 14px 8px 24px 84px;
    box-sizing: content-box;
    font-size: 18px;
  }

  #flow-faq .faq-icon{
    width: 60px;
    height: 60px;
    padding-left: 8px;
    font-size: 32px;
  }

  #flow-faq .faq-answer{
    margin-top: 25px;
    padding: 0 8px 0 84px;
    font-size: 16px;
    line-height: 1.8;
  }
  }

@media print, screen and (min-width: 1201px){
  #flow-faq .menu-list .list-item a:hover::after{
    transform: translateY(4px);
  }
}
