body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#review {
  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%);
}

#review * {
  box-sizing: border-box;
}

#review a {
  transition: opacity .3s;
}

#review a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#review a:hover {
  text-decoration: none;
}

#review a:focus-visible {
  outline: none;
}

#review img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#review .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#review .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#review .pc-br {
  display: none;
}

#review .sp-br {
  display: inline;
}

#review .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#review .inner-inside35{
  width: calc(100% - 11px);
  margin: 0 auto;
}

#review .inner-inside45{
  width: calc(100% - 21px);
  margin: 0 auto;
}

#review .inline-block{
  display: inline-block;
}

#review .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;
}

#review .txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

#review .txt-red{
  color: #DA4014;
}

#review .common-ttl .en{
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1;
}

#review .common-ttl .ja{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

#review .common-ttl.center .en,
#review .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)
}

#review .common-btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
}

#review .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);
}

#review .common-btn.search{
  padding-right: 23px;
  background: #005979;
  box-shadow: var(--blue-shadow-sp);
}

#review .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;
}

#review .common-btn.workstyle{
  padding-right: 20px;
  box-shadow: var(--blue-shadow-sp);
}

#review .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;
}

#review .stars-block{
  display: flex;
  align-items: center;
}

#review .stars-set{
  position: relative;
  width: 90px;
  height: calc(90px * 96 / 496);
}

#review .stars-set img{
  vertical-align: text-top;
}

#review .stars-set .star-fill-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  widows: 100%;
  height: 100%;
}

#review .stars-set .star-fill-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

#review .num{
  padding-left: 5px;
  font-size: 20px;
  line-height: 1;
}

#review .stars-set .star-fill-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  widows: 100%;
  height: 100%;
}

#review .main-ttl{
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#review .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;
}

#review .main-ttl .ja{
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

#review .menu-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px 11px;
  width: calc(100% - 24px);
  max-width: 992px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#review .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;
}

#review .menu-list .list-item a::after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 10px;
  background: url("../images/review/arrow_red.svg")no-repeat center center / contain;
}

#review .review-content{
  padding: 60px 0;
}

#review #overview{
  padding: 44px 0 calc(100vw / 750 * 355);
  background: url("../images/review/review_overview_bg_sp.png")no-repeat center bottom / cover;
}

#review .overview-ttl{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#review .overview-ttl .logo{
  display: inline-block;
  width: 300px;
  margin-bottom: 12px;
}

#review .overview-ttl .small{
  display: inline-block;
  position: relative;
  top: 11px;
  padding-left: 4px;
  font-size: 16px;
  line-height: 1;
}

#review .overview-ttl .num{
  font-size: 35px;
}

#review .voice-question{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 32px;
  margin: 36px 0 60px;
}

#review .question-content{
  padding: 0 0 28px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

#review .question-content-ttl{
  margin-bottom: 32px;
  padding: 6px 0;
  background: #DA4014;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#review .question-content .graph-block{
  margin-bottom: 20px;
}

#review .question-content .graph-ttl{
  position: relative;
  margin-bottom: 20px;
  padding-top: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#review .question-content .graph-ttl::before{
  position: absolute;
  content: "";
  width: 130px;
  height: 40px;
  top: -6px;
  left: calc(50% - 160px);
  background: url("../images/review/review_voice_q1.png")no-repeat center center / contain;
}

#review .question-content:nth-of-type(2) .graph-ttl::before{
  background-image: url("../images/review/review_voice_q2.png");
}

#review .question-content .graph-ttl .logo{
  display: inline-block;
  width: 230px;
  margin-bottom: 4px;
}

#review .question-content .graph-ttl .small{
  display: inline-block;
  position: relative;
  top: 10px;
  padding-left: 5px;
}

#review .question-content .graph-img{
  text-align: center;
}

#review .question-content .answer-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: calc(100% - 43px);
  min-width: 292px;
  margin: 0 auto;
}

#review .question-content .answer-list .list-item{
  padding: 20px 24px 28px;
  border-radius: 8px;
  box-shadow: var(--orange-shadow-sp);
}

#review .question-content .answer-list .name-block{
  margin-bottom: 12px;
  padding: 0 4px 8px;
  border-bottom: solid 1px #DA4014;
}

#review .question-content .answer-list .name-block .name{
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1;
}

#review .question-content .answer-list .name-block .data{
  display: block;
  margin-top: 4px;
  color: #153C4A;
  font-size: 16px;
  font-weight: 700;
}

#review .question-content .answer-list .list-item .txt{
  padding: 0 4px;
}

#review .voice-content-ttl{
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#review .voice-content:not(:last-of-type){
  margin-bottom: 40px;
}

#review .voice-item{
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--orange-shadow-sp);
}

#review .voice-item:not(:last-of-type){
  margin-bottom: 28px;
}

#review .voice-item .profile-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #DA4014;
}

#review .voice-item .profile-icon{
  width: 65px;
  height: 65px;
  margin-bottom: 5px;
  border-radius: 50%;
  overflow: hidden;
}

#review .voice-item .profile{
  display: contents;
}

#review .voice-item .profile .name{
  width: calc(100% - 78px);
  font-size: 26px;
}

#review .voice-item .profile .name .data{
  display: block;
  font-size: 16px;
}

#review .voice-item .profile-meta span{
  display: block;
  font-size: 13px;
  line-height: 1.8;
}

#review .voice-item .txt{
  padding: 0 4px;
}

#review #messenger{
  background: #fff;
}

#review .messenger-content{
  background: #F7FBFD;
  border-radius: 16px;
  box-shadow: var(--blue-shadow-sp);
  overflow: hidden;
}

#review .messenger-ttl{
  margin-bottom: 32px;
  padding: 2px 0;
  background: #0866FF;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#review .messenger-overview{
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#review .messenger-txt{
  width: calc(100% - 48px);
  margin: 0 auto 16px;
}

#review .messenger-content .common-btn{
  width: 250px;
  height: 44px;
  margin: 0 auto;
  padding-right: 0;
  background: #0866FF;
  box-shadow: var(--blue-shadow-sp);
  font-size: 16px;
}

#review .messenger-content .common-btn::before{
  content: none;
}

#review .messenger-content .common-btn::after{
  height: 13px;
  width: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
  font-size: 13px;
  position: relative;
  top: -4px;
  font-size: 12px;
  margin-left: 12px;
}

#review .messenger-img{
  margin: 32px 0 20px;
  text-align: center;
}

#review .messenger-review{
  width: calc(100% - 25px);
  margin: 0 auto;
}

#review .messenger-review-ttl{
  position: relative;
  margin-bottom: 24px;
  padding-top: 40px;
  font-size: 16px;
  font-weight: 700;
}

#review .messenger-review-ttl .en{
  position: absolute;
  width: 76px;
  height: 46px;
  top: 6px;
  left: 0;
}

#review .messenger-review-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 32px auto;
}

#review .messenger-review-list .list-item{
  box-shadow: var(--blue-shadow-sp);
  padding: 16px 12px 12px;
  background: #fff;
  border-radius: 16px;
}

#review .messenger-review-list .list-item .stars-block{
  margin-bottom: 16px;
  padding: 0 4px 5px;
  border-bottom: solid 1px #DA4014;
}

#review .messenger-review-list .list-item .txt{
  margin: 0 5px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

#review .messenger-review-list .list-item .data{
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}

#review .messenger-review-list .list-item .data::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 4px;
  background: url("../images/review/review_messenger_icon.png")no-repeat center center / contain;
  position: relative;
  top: 5px;
  box-sizing: content-box;
}

#review #message{
  padding: 32px 0 calc(100vw / 750 * 492);
  background: url("../images/review/review_message_bg_sp.jpg")no-repeat center bottom / cover;
  background-color: #fff;
}

#review .message-sub{
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#review .message-main{
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
}

#review .message-main span{
  display: block;
}

@media print, screen and (min-width: 768px) {
  
  #review .sp-br {
    display: none;
  }
  
  #review .pc-br {
    display: inline;
  }
  
  #review .inner-inside35,
  #review .inner-inside45{
    width: 100%;
  }
  
  #review .txt{
    line-height: 1.8;
  }

  #review .common-ttl .en{
    margin-bottom: 10px;
    font-size: 52px;
  }

  #review .common-ttl .ja{
    font-size: 18px;
  }
  
  #review .common-btn{
    max-width: none;
    width: 160px;
    height: 40px;
    padding-right: 5px;
    padding-top: 2px;
    font-size: 15px;
  }

  #review .common-btn::before{
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 12px;
    transition: transform 0.3s;
  }

  #review .common-btn.search{
    padding-right: 30px;
    box-shadow: var(--blue-shadow-pc);
  }

  #review .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;
  }

  #review .common-btn.workstyle{
    padding-right: 33px;
    box-shadow: var(--blue-shadow-pc);
  }

  #review .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;
  }

  #review .stars-set{
    width: 120px;
    height: calc(120px * 96 / 496);
  }
  
  #review .stars-block .num{
    padding-left: 10px;
    font-size: 24px;
  }
  
  #review .main-ttl{
    height: 300px;
  }

  #review .main-ttl .en{
    font-size: 50px;
    line-height: 1.6;
  }

  #review .main-ttl .ja{
    font-size: 20px;
    line-height: 1;
  }

  #review .menu-list{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 16px;
    padding-bottom: 80px;
  }

  #review .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;
  }

  #review .menu-list .list-item a::after{
    position: static;
    display: inline-block;
    padding-left: 16px;
    box-sizing: content-box;
    transition: transform .3s;
  }

  #review .review-content{
    padding: 120px 0;
  }
  
  #review #overview{
    padding: 0 0 400px;
    background: url("../images/review/review_overview_bg_pc.png")no-repeat center bottom / 1920px 560px;
  }

  #review .overview-ttl{
    font-size: 30px;;
    line-height: 1.6;
  }

  #review .overview-ttl .logo{
    width: 422px;
    margin-bottom: 24px;
  }

  #review .overview-ttl .small{
    top: 16px;
    font-size: 24px;
  }

  #review .overview-ttl .small-pc{
    display: inline-block;
    padding-left: 10px;
    font-size: 24px;
  }

  #review .overview-ttl .num{
    display: inline-block;
    position: relative;
    top: 10px;
    margin: 0 10px;
    font-size: 80px;
    line-height: 1;
  }

  #review .voice-question{
    gap: 40px;
    margin: 64px 0;
  }

  #review .question-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 56px;
    border-radius: 32px;
  }

  #review .question-content-ttl{
    width: 100%;
    margin-bottom: 40px;
    padding: 9px 0;
    font-size: 20px;
  }

  #review .question-content-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding: 0 65px;
  }

  #review .question-content .graph-block{
    width: 350px;
    margin: 0;
  }
  
  #review .question-content .graph-ttl{
    margin-bottom: 40px;
    padding-top: 70px;
    font-size: 18px;
  }

  #review .question-content .graph-ttl::before{
    width: 151px;
    height: 52px;
    top: 22px;
    left: calc(50% - 186px);
  }

  #review .question-content .graph-ttl .logo{
    width: 280px;
    margin-bottom: 8px;
  }

  #review .question-content .graph-ttl .small{
    top: 11px;
    padding-left: 0;
    font-size: 16px;
  }

  #review .question-content .answer-list{
    gap: 24px;
    width: calc(100% - 390px);
  }

  #review .question-content .answer-list .list-item{
    padding: 16px 24px;
    border-radius: 16px;
    box-shadow: var(--orange-shadow-pc);
  }

  #review .question-content .answer-list .name-block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0 8px 8px;
  }

  #review .question-content .answer-list .name-block .name{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 24px;
  }

  #review .question-content .answer-list .name-block .data{
    margin: 0 0 0 16px;
    font-size: 15px;
  }
  
  #review .question-content .answer-list .list-item .txt{
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }

  #review .voice-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 64px 0 0;
    gap: unset;
  }

  #review .voice-content-ttl{
    width: 100%;
    margin-bottom: 40px;
    font-size: 24px;
  }
  
  #review .voice-item{
    width: calc((100% - 40px) / 2);
    padding: 32px 40px;
    border-radius: 16px;
    box-shadow: var(--orange-shadow-pc);
  }
  
  #review .voice-item:not(:last-of-type){
    margin-bottom: 0;
  }

  #review .voice-item .profile-block{
    padding: 0 0 16px 8px;
    margin-bottom: 24px;
    justify-content: flex-start;
    gap: 20px;
  }

  #review .voice-item .profile-icon{
    width: 130px;
    height: 130px;
    margin-bottom: 0;
  }

  #review .voice-item .profile{
    display: block;
  }

  #review .voice-item .profile .name{
    width: 100%;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1;
  }

  #review .voice-item .profile .name .data{
    display: inline-block;
    padding-left: 16px;
    font-size: 22px;
  }

  #review .voice-item .profile-meta span{
    font-size: 15px;
    font-weight: 700;
  }

  #review .voice-item .txt{
    padding: 0 8px;
  }

  #review .messenger-content{
    border-radius: 32px;
    box-shadow: var(--blue-shadow-pc);
  }

  #review .messenger-ttl{
    margin-bottom: 40px;
    padding: 9px 0;
    font-size: 20px;
  }

  #review .messenger-overview{
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.8;
  }

  #review .messenger-txt{
    width: 100%;
    margin: 0 auto 32px;
    text-align: center;
  }

  #review .messenger-content .common-btn{
    width: 240px;
    height: 58px;
    box-shadow: var(--blue-shadow-pc);
    font-size: 18px;
  }

  #review .messenger-content .common-btn::after{
    top: -8px;
    font-size: 16px;
  }

  #review .messenger-img{
    width: 1088px;
    margin: 40px auto -30px;
  }

  #review .messenger-review{
    position: relative;
    width: 1040px;
  }

  #review .messenger-review-ttl{
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    margin: 0;;
    padding-top: 120px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }

  #review .messenger-review-ttl .en{
    width: 142px;
    height: 64px;
    top: 42px;
    left: calc(50% - 71px);
  }

  #review .messenger-review-list::before{
    content: "";
    width: 320px;
    height: 1px;
    display: block;
  }
  
  #review .messenger-review-list{
    grid-template-columns: repeat(3,1fr);
    gap: 32px 40px;
    margin: 0 0 56px;
  }

  #review .messenger-review-list .list-item{
    display: flex;
    flex-direction: column;
    box-shadow: var(--blue-shadow-pc);
    padding: 32px 24px 24px;
  }

  #review .messenger-review-list .list-item .stars-block{
    padding: 0 8px 8px;
  }

  #review .messenger-review-list .list-item .txtBlock{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
  #review .messenger-review-list .list-item .txt{
    margin: 0 10px 16px;
    line-height: 1.6;
  }

  #review .messenger-review-list .list-item .data{
    margin-top: auto;
    line-height: 1;
  }

  #review .messenger-review-list .list-item .data::before{
    width: 24px;
    height: 24px;
    padding-right: 5px;
  }

  #review #message{
    padding: 74px 0 420px;
    background: url("../images/review/review_message_bg_pc.jpg")no-repeat center bottom / 1200px 600px;
    background-color: #fff;
  }

  #review .message-sub{
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.8;
  }

  #review .message-main{
    font-size: 40px;
    line-height: 1.8;
  }

  #review .message-main span{
    display: inline-block;
    margin-left: 8px;
  }

}

@media print, screen and (min-width: 1201px){
  #review .menu-list .list-item a:hover::after{
    transform: translateY(4px);
  }
  
  #review .messenger-content .common-btn:hover{
    background: #87B5FF;
  }
}
