body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#oursupport {
  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%);
}

#oursupport * {
  box-sizing: border-box;
}

#oursupport a {
  transition: opacity .3s;
}

#oursupport a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#oursupport a:hover {
  text-decoration: none;
}

#oursupport a:focus-visible {
  outline: none;
}

#oursupport img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#oursupport .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#oursupport .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#oursupport .pc-br {
  display: none;
}

#oursupport .sp-br {
  display: inline;
}

#oursupport .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#oursupport .inner-inside35{
  width: calc(100% - 11px);
  margin: 0 auto;
}

#oursupport .inner-inside45{
  width: calc(100% - 21px);
  margin: 0 auto;
}

#oursupport .inline-block{
  display: inline-block;
}

#oursupport .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;
}

#oursupport .inline-block{
  display: inline-block;
}

#oursupport .txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

#oursupport .txt-red{
  color: #DA4014;
}

#oursupport .common-ttl .en{
  display: block;
  margin-bottom: 10px;
  font-size: min(calc(100vw / 375 * 35),35px);
  line-height: 1;
}

#oursupport .common-ttl .ja{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

#oursupport .common-ttl.center .en,
#oursupport .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)
}

#oursupport .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);
}

#oursupport .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);
}

#oursupport .common-btn.search{
  padding-right: 23px;
  background: #005979;
  box-shadow: var(--blue-shadow-sp);
}

#oursupport .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;
}

#oursupport .common-btn.workstyle{
  padding-right: 20px;
  box-shadow: var(--blue-shadow-sp);
}

#oursupport .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;
}

#oursupport .main-ttl{
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#oursupport .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;
}

#oursupport .main-ttl .ja{
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

#oursupport .menu-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px 11px;
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#oursupport .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;
}

#oursupport .menu-list .list-item a::after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 10px;
  background: url("../images/oursupport/arrow_red.svg")no-repeat center center / contain;
}

#oursupport .oursupport-content{
  padding: 60px 0;
}

#oursupport .message-txt{
  position: relative;
  margin-top: 17px;
  padding: 16px calc(100vw / 375 * 20);
  background: #FDF4EB;
  border-radius: 16px;
  font-size: min(14px,calc(100vw / 375 * 14));
  line-height: 1.6;
}

#oursupport .message-txt::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: -10px;
  background: url("../images/oursupport/triangle.png")no-repeat center center / contain;
}

#oursupport #overview{
  background: #fff;
}

#oursupport .overview-content{
  max-width: 340px;
  margin: 0 auto;
}
#oursupport .overview-content .txt-block{
  margin-bottom: 26px;
}

#oursupport .overview-ttl{
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

#oursupport .support-list{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 36px;
  margin: 36px 0 0;
}

#oursupport .support-list .list-item{
  padding: 28px 0;
  background: #fff;
  border-radius: 16px;
}

#oursupport .support-item-ttl{
  margin-bottom: 28px;
  padding-left: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}

#oursupport .support-item-ttl .num{
  padding-right: 8px;
  font-size: 40px;
  line-height: 1;
  vertical-align: top;
}

#oursupport .support-list .list-item-content-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding-bottom: 28px;
}

#oursupport .support-list .list-item-content{
  width: calc(100% - 56px);
  max-width: 480px;
  margin: 0 auto;
}

#oursupport .support-list .content-ttl{
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#oursupport .support-list .txt{
  padding: 0 4px;
}

#oursupport .support-list .img{
  margin: 12px 0 0;
  border-radius: 8px;
  box-shadow: var(--blue-shadow-sp);
  overflow: hidden;
}

#oursupport .support-message{
  width: calc(100% - 49px);
  margin: 0 auto;
}

#oursupport #voice{
  padding-bottom: 80px;
  background: #fff;
}

#oursupport .voice-content{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
  gap: 28px;
}

#oursupport .voice-item{
  padding: 24px;
  background: #FCF0EC;
  border-radius: 8px;
  box-shadow: var(--orange-shadow-sp);
}

#oursupport .voice-item .profile-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #DA4014;
}

#oursupport .voice-item .profile-icon{
  width: 65px;
  height: 65px;
  margin-bottom: 5px;
  border-radius: 50%;
  overflow: hidden;
}

#oursupport .voice-item .profile{
  display: contents;
}

#oursupport .voice-item .profile .name{
  width: calc(100% - 78px);
  font-size: 26px;
}

#oursupport .voice-item .profile .name .data{
  display: block;
  font-size: 16px;
}

#oursupport .voice-item .profile-meta span{
  display: block;
  font-size: 13px;
  line-height: 1.8;
}

#oursupport .voice-item .txt{
  padding: 0 4px;
}


@media print, screen and (min-width: 768px) {
  
  #oursupport .sp-br {
    display: none;
  }
  
  #oursupport .pc-br {
    display: inline;
  }
  
  #oursupport .inner-inside35,
  #oursupport .inner-inside45{
    width: 100%;
  }
  
  #oursupport .txt{
    line-height: 1.8;
  }

  #oursupport .common-ttl .en{
    margin-bottom: 10px;
    font-size: 52px;
  }

  #oursupport .common-ttl .ja{
    font-size: 18px;
  }
  
  #oursupport .common-btn{
    max-width: none;
    width: 160px;
    height: 40px;
    padding-right: 5px;
    padding-top: 2px;
    font-size: 15px;
  }

  #oursupport .common-btn::before{
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 12px;
    transition: transform 0.3s;
  }

  #oursupport .common-btn.search{
    padding-right: 30px;
    box-shadow: var(--blue-shadow-pc);
  }

  #oursupport .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;
  }

  #oursupport .common-btn.workstyle{
    padding-right: 33px;
    box-shadow: var(--blue-shadow-pc);
  }

  #oursupport .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;
  }
  
  #oursupport .main-ttl{
    height: 300px;
    margin-bottom: -30px;
  }

  #oursupport .main-ttl .en{
    font-size: 50px;
    line-height: 1.6;
  }

  #oursupport .main-ttl .ja{
    font-size: 20px;
    line-height: 1;
  }

  #oursupport .menu-list{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 16px;
    padding-bottom: 80px;
  }

  #oursupport .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;
  }

  #oursupport .menu-list .list-item a::after{
    position: static;
    display: inline-block;
    padding-left: 16px;
    box-sizing: content-box;
    transition: transform .3s;
  }

  #oursupport .oursupport-content{
    padding: 120px 0;
  }

  #oursupport .message-txt{
    width: calc(100% - 481px);
    margin: 0;
    padding: 24px 40px;
    border-radius: 32px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
  }

  #oursupport .message-txt::before{
    width: 32px;
    height: 32px;
    left: -18px;
    top: calc(50% - 16px);
    transform: rotate(30deg);
  }

  #oursupport #overview{
    padding: 64px 0;
  }

  #oursupport .overview-content{
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  #oursupport .overview-content .txt-block{
    width: calc(100% -610px);
    margin-bottom: 0;
  }

  #oursupport .overview-ttl{
    font-size: 28px;
    line-height: 1.8;
  }
  
  #oursupport .overview-content .img-block{
    width: 610px;
  }

  #oursupport .support-list{
    gap: 64px;
    margin: 64px 0 0;
  }

  #oursupport .support-list .list-item{
    padding: 56px 48px;
    border-radius: 32px;
  }

  #oursupport .support-item-ttl{
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 36px;
  }

  #oursupport .support-item-ttl .num{
    padding-right: 16px;
    font-size: 60px;
  }

  #oursupport .support-list .list-item-content-wrapper{
    justify-content: space-between;
    gap: unset;
    padding-bottom: 40px;
  }

  #oursupport .support-list .list-item-content{
    display: flex;
    flex-direction: column;
    width: calc((100% - 48px) / 2);
    max-width: none;
    margin: 0;
    padding: 24px 24px 40px;
    border-radius: 16px;
    box-shadow: var(--blue-shadow-pc);
  }

  #oursupport .support-list .content-ttl{
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.4;
  }

  #oursupport .support-list .txt{
    order: 1;
    padding: 0 8px;
  }

  #oursupport .support-list .img{
    margin: 0 0 16px;
    border-radius: 16px;
    box-shadow: var(--blue-shadow-pc);
  }

  #oursupport .support-message{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 84px);
  }
  
  #oursupport .support-message .person{
    width: 446px;
  }
  
  #oursupport .support-message .message-txt{
    position: relative;
    top: 12px;
    width: calc(100% - 481px);
  }

  #oursupport #voice{
    padding-bottom: 160px;
  }

  #oursupport .voice-content{
    justify-content: space-between;
    margin: 64px 0 0;
    gap: unset;
  }

  #oursupport .voice-item{
    width: calc((100% - 40px) / 2);
    padding: 32px min(40px,calc(100vw / 1920 * 40));
    border-radius: 16px;
    box-shadow: var(--orange-shadow-pc);
  }

  #oursupport .voice-item .profile-block{
    padding: 0 0 16px 8px;
    margin-bottom: 24px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
  }

  #oursupport .voice-item .profile-icon{
    width: 130px;
    height: 130px;
    margin-bottom: 0;
  }

  #oursupport .voice-item .profile{
    display: block;
  }

  #oursupport .voice-item .profile .name{
    width: 100%;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1;
    white-space: nowrap;
  }

  #oursupport .voice-item .profile .name .data{
    display: inline-block;
    padding-left: 16px;
    font-size: 22px;
  }

  #oursupport .voice-item .profile-meta span{
    font-size: 15px;
    font-weight: 700;
  }

  #oursupport .voice-item .txt{
    padding: 0 8px;
  }
}

@media print, screen and (min-width: 1201px){
  #oursupport .menu-list .list-item a:hover::after{
    transform: translateY(4px);
  }
}
