body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#job-interpreter-office {
  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%);
}

#job-interpreter-office * {
  box-sizing: border-box;
}

#job-interpreter-office a {
  transition: opacity .3s;
}

#job-interpreter-office a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#job-interpreter-office a:hover {
  text-decoration: none;
}

#job-interpreter-office a:focus-visible {
  outline: none;
}

#job-interpreter-office img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#job-interpreter-office .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#job-interpreter-office .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#job-interpreter-office .pc-br {
  display: none;
}

#job-interpreter-office .sp-br {
  display: inline;
}

#job-interpreter-office .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#job-interpreter-office .inner-inside35{
  width: calc(100% - 11px);
  margin: 0 auto;
}

#job-interpreter-office .inner-inside45{
  width: calc(100% - 21px);
  margin: 0 auto;
}

#job-interpreter-office .inline-block{
  display: inline-block;
}

#job-interpreter-office .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;
}

#job-interpreter-office .txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

#job-interpreter-office .txt-red{
  color: #DA4014;
}

#job-interpreter-office .common-ttl .en{
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1;
}

#job-interpreter-office .common-ttl .ja{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

#job-interpreter-office .common-ttl.center .en,
#job-interpreter-office .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)
}

#job-interpreter-office .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);
}

#job-interpreter-office .common-btn::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 8px;
  background: url("../images/job-interpreter-office/arrow_white.svg") no-repeat center center / contain;
  transform: rotate(90deg);
}

#job-interpreter-office .common-btn.search{
  padding-right: 23px;
  background: #005979;
  box-shadow: var(--blue-shadow-sp);
}

#job-interpreter-office .common-btn.search::before{
  width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
  right: 3px;
  background: url("../images/job-interpreter-office/search_icon_white_sp.svg")no-repeat center center / contain;
  transform: none;
}

#job-interpreter-office .common-btn.workstyle{
  padding-right: 20px;
  box-shadow: var(--blue-shadow-sp);
}

#job-interpreter-office .common-btn.workstyle::before{
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
  background: url("../images/job-interpreter-office/workstyle_icon_sp.svg")no-repeat center center / contain;
  transform: none;
}

#job-interpreter-office .message-txt{
  position: relative;
  margin-top: 17px;
  padding: 16px 20px;
  background: #FDF4EB;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.6;
}

#job-interpreter-office .message-txt::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: -10px;
  background: url("../images/job-interpreter-office/triangle.png")no-repeat center center / contain;
}

#job-interpreter-office .housing-content{
  padding: 40px 26px;
  border: solid 2px #DA4014;
  border-radius: 16px;
  box-shadow: var(--orange-shadow-sp);
}

#job-interpreter-office .housing-overview .ttl{
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

#job-interpreter-office .housing-overview .txt + .ttl{
  margin-top: 24px;
}

#job-interpreter-office .housing-overview .img-block{
  width: calc(100% - 20px);
  margin: 24px auto 0;
  border-radius: 8px;
  overflow: hidden;
}

#job-interpreter-office .housing-reason-overview{
  margin: 60px 0 20px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

#job-interpreter-office .housing-reason-content{
  padding-bottom: 24px;
  background: #FCF0EC;
  box-shadow: var(--orange-shadow-sp);
  border-radius: 16px;
}

#job-interpreter-office .housing-reason-content .ttl{
  padding: 5px 0;
  background: #DA4014;
  border-radius: 16px 16px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

#job-interpreter-office .housing-reason-list{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 8px;
  width: 236px;
  margin: 24px auto 20px;
}

#job-interpreter-office .housing-reason-list .list-item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#job-interpreter-office .housing-reason-list .icon{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: var(--orange-shadow-sp);
}

#job-interpreter-office .housing-reason-list .txt{
  width: calc(100% - 49px);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

#job-interpreter-office #reason{
  padding: 60px 0;
  background: #fff;
}

#job-interpreter-office .reason-ttl{
  margin-bottom: 32px;
}

#job-interpreter-office .reason-ttl .logo{
  display: block;
  width: 300px;
  margin: 0 auto 24px;
}

#job-interpreter-office .reason-ttl .ja{
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#job-interpreter-office .reason-list{
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#job-interpreter-office .reason-list .list-item{
  padding: 24px;
  border-radius: 8px;
  box-shadow: var(--blue-shadow-sp);
}

#job-interpreter-office .reason-list img{
  border-radius: 8px;
}

#job-interpreter-office .reason-list .ttl{
  margin: 16px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#job-interpreter-office .reason-list .txt{
  padding: 0 4px;
}

#job-interpreter-office .job-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 11px;
  margin: 36px 0;
}

#job-interpreter-office .job-list .main{
  display: block;
  position: relative;
  margin-bottom: 14px;
}

#job-interpreter-office .job-list .main .img{
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
}

#job-interpreter-office .job-list .caption{
  position: absolute;
  bottom: -11px;
  display: flex;
  align-items: center;
  height: 22px;
  padding: 0 24px 0 8px;
  background: #DA4014;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.05em;
  white-space: nowrap;
  transition: background .3s;
  z-index: 1;
  
}
#job-interpreter-office .job-list .caption::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 8px;
  background: url("../images/job-interpreter-office/arrow_white.svg")no-repeat center center / contain;
  transform: rotate(90deg);
}

#job-interpreter-office .job-occupation-list .occupation-item{
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

#job-interpreter-office .job-occupation-list .occupation-item a{
  color: #153C4A;
}

#job-interpreter-office .job-occupation-list .occupation-item::after{
  content: "/";
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
}

#job-interpreter-office .job-occupation-list .occupation-item:last-of-type::after{
  content: none;
}

#job-interpreter-office .mintoku-link{
  display: block;
}

#job-interpreter-office #matching{
  background: #fff;
}

#job-interpreter-office .common-overview{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

#job-interpreter-office .common-overview.center{
  text-align: center!important;
}

#job-interpreter-office #matching .common-overview{
  margin: 36px 0;
  white-space: nowrap;
}

#job-interpreter-office .matching-content-overview{
  padding-bottom: 28px;
}

#job-interpreter-office .matching-ttl{
  width: calc(100% + 20px);
  margin: 0 -10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

#job-interpreter-office .matching-ttl .mintoku-logo{
  display: inline-block;
  width: 322px;
}

#job-interpreter-office .matching-ttl .small{
  position: relative;
  top: 5px;
  font-size: 18px;
  vertical-align: bottom;
}

#job-interpreter-office .matching-img{
  margin: 23px 0 32px;
  text-align: center;
}

#job-interpreter-office .housing-img{
  width: calc(100% - 44px);
  margin: 0 auto;
}

#job-interpreter-office .housing-img .img img{
  border-radius: 8px;
}

#job-interpreter-office .housing-img .img:not(:last-of-type){
  margin-bottom: 28px;
}

#job-interpreter-office .housing-message{
  margin: 20px 0 60px;
}

#job-interpreter-office .housing-link .txt{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#job-interpreter-office .housing-link .common-btn{
  max-width: 250px;
  height: 44px;
  margin: 0 auto;
  padding-right: 18px;
  background: #005979;
  box-shadow: var(--blue-shadow-sp);
  font-size: 16px;
}

#job-interpreter-office .housing-link .common-btn::before{
  right: 44px;
}


#job-interpreter-office .main-ttl{
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#job-interpreter-office .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;
}

#job-interpreter-office .main-ttl .ja{
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

#job-interpreter-office .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;
}

#job-interpreter-office .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;
}

#job-interpreter-office .menu-list .list-item a::after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 10px;
  background: url("../images/job-interpreter-office/arrow_red.svg")no-repeat center center / contain;
}

#job-interpreter-office .common-banner{
  padding-bottom: 20px;
  background: #fff;
  box-shadow: var(--orange-shadow-sp);
}

#job-interpreter-office .common-banner .txt-block{
  width: calc(100% - 32px);
  min-width: 288px;
  margin: 16px auto 0;
}

#job-interpreter-office .common-banner .ttl-area{
  padding: 0 0 3px;
  border-bottom: solid 1px #153C4A;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#job-interpreter-office .common-banner .ttl-area .txt-red{
  display: block;
  font-size: 14px;
}

#job-interpreter-office .common-banner .txt-area{
  margin-top: 12px;
}

#job-interpreter-office .common-banner .txt-area .txt{
  margin-bottom: 16px;
}

#job-interpreter-office .common-banner .txt-area .point-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

#job-interpreter-office .common-banner .txt-area .point-list .list-item{
  padding: 0 8px;
  background-color: #EBF2F4;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

#job-interpreter-office .common-banner .txt-area .message{
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

#job-interpreter-office .common-banner .txt-area .btn{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}

#job-interpreter-office .job-content{
  padding: 60px 0;
}

#job-interpreter-office #oneday .common-overview{
  margin: 36px 0 26px;
}

#job-interpreter-office .oneday-content{
  padding: 24px;
  background: #fff;
  border-radius: 16px;
}

#job-interpreter-office .oneday-content-ttl{
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

#job-interpreter-office .oneday-content-ttl .num{
  padding-left: 4px;
  font-size: 35px;
  line-height: 1;
}

#job-interpreter-office .oneday-content-main .img-block{
  max-height: 584px;
  margin: 0 auto 12px;
}

#job-interpreter-office .oneday-content-main .img-block img{
  border-radius: 8px;
}

#job-interpreter-office .oneday-content-main .txt-block{
  margin-bottom: 12px;
}

#job-interpreter-office .common-profile{
  margin-bottom: 16px;
}

#job-interpreter-office .common-profile .name{
  margin-bottom: 4px;
  font-size: 26px;
  line-height: 1.5;
}

#job-interpreter-office .common-profile .name .data{
  display: block;
  font-size: 16px;
}

#job-interpreter-office .common-profile-meta{
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

#job-interpreter-office .oneday-content .timeline{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
  border-top: solid 1px #DA4014;
}

#job-interpreter-office .oneday-content .timeline-times{
  display: grid;
  gap: 10px;
  width: min(50px,calc(100% - 240px));
}

#job-interpreter-office .oneday-content.content01{
  margin-bottom: 28px;
}

#job-interpreter-office .oneday-content.content01 .timeline-times{
  grid-template-rows:
    61px
    46px
    61px
    46px
    60px
    60px
    60px
    46px
    26px
    25px;
}

#job-interpreter-office .oneday-content.content02 .timeline-times{
  grid-template-rows:
    61px
    45px
    45px
    50px
    45px
    46px
    51px
    51px
    51px
    25px;
}

#job-interpreter-office .oneday-content .timeline-times .time{
  font-size: 16px;
  text-align: right;
}

:root {
  --events-base: 25px;
}

#job-interpreter-office .oneday-content .timeline-events{
  display: grid;
  gap: 10px;
  width: max(240px,calc(100% - 50px));
  padding: 0 8px;
}

#job-interpreter-office .oneday-content.content01 .timeline-events{
  grid-template-rows:
    var(--events-base)
    var(--events-base)
    var(--events-base)
    calc(var(--events-base) * 3)
    var(--events-base)
    calc(var(--events-base) * 2)
    calc(var(--events-base) * 3)
    calc(var(--events-base) * 3)
    calc(var(--events-base) * 2)
    var(--events-base)
    var(--events-base);
}

#job-interpreter-office .oneday-content.content02 .timeline-events{
  grid-template-rows:
    var(--events-base)
    var(--events-base)
    calc(var(--events-base) * 4)
    calc(var(--events-base) * 2)
    calc(var(--events-base) * 2)
    calc(var(--events-base) * 4)
    calc(var(--events-base) * 2)
    calc(var(--events-base) * 2)
    var(--events-base);
}

#job-interpreter-office .oneday-content .timeline-events .event{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FCF0EC;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#job-interpreter-office .oneday-content .timeline-events .event::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    #C5C5C5 0,
    #C5C5C5 2px,   /* 線 2px */
    transparent 2px,
    transparent 4px /* 空白 2px */
  );
}

#job-interpreter-office .oneday-content .timeline-events .event:last-of-type::before{
  content: none;;
}

#job-interpreter-office #career{
  padding-bottom: 80px;
  background: #fff;
}

#job-interpreter-office #career .common-overview{
  margin: 36px 0 28px;
}

#job-interpreter-office .career-content{
  padding: 28px 24px;
  background: #FDF4EB;
  border-radius: 16px;
  box-shadow: var(--orange-shadow-sp);
}

#job-interpreter-office .career-content.content01{
  margin-bottom: 24px;
}

#job-interpreter-office .career-content-ttl{
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
}

#job-interpreter-office .career-content-ttl .num{
  margin-left: 4px;
  font-size: 35px;
}

#job-interpreter-office .career-case-block{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 30px;
  padding: 24px 0;
  border-top: solid 1px #DA4014;
}

#job-interpreter-office .career-case-content{
  position: relative;
  padding-bottom: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--orange-shadow-sp);
}

#job-interpreter-office .career-case-content.content01::before{
  position: absolute;
  content: "";
  width: 14px;
  height: 55px;
  bottom: -42px;
  right: calc(50% - 7px);
  background: url("../images/job-interpreter-office/job_model_arrow.png")no-repeat center center / contain;
  transform: rotate(90deg);
}

#job-interpreter-office .career-case-content-ttl{
  padding: 4px 0;
  background: #8C8C8C;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#job-interpreter-office .career-case-content.content02 .career-case-content-ttl{
  background: #DA4014;
}

#job-interpreter-office .career-case-data{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  padding: 24px 24px 20px;
}

#job-interpreter-office .career-case-data .ttl{
  width: 50px;
  padding-left: 8px;
  border-bottom: 1px solid #153C4A;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#job-interpreter-office .career-case-data .txt{
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  height: 26px;
  padding-left: 8px;
  border-bottom: solid 1px #C5C5C5;
  font-size: 15px;
  line-height: 1;
}

#job-interpreter-office .career-case-data .txt .txt-red{
  position: relative;
  top: -3px;
  font-size: 24px;
  font-weight: 700;
}

#job-interpreter-office .career-case-detail{
  padding: 0 32px 0 24px;
}

#job-interpreter-office .career-case-detail .ttl{
  width: fit-content;
  margin-bottom: 8px;
  padding: 2px 8px;
  background: #153C4A;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

#job-interpreter-office .career-case-detail .txt-red{
  font-weight: 700;
}

#job-interpreter-office .career-point{
  padding: 0 4px;
}

#job-interpreter-office .career-point .ttl{
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 8px 3px;
  background: #DA4014;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

#job-interpreter-office .career-point .txt{
  font-weight: 700;
  line-height: 1.4;
}

@media print, screen and (max-width: 767px) {
  #job-interpreter-office .oneday-content .timeline-events .event .mr-1-sp{
    margin-right: 1em;
  }
  
  #job-interpreter-office .oneday-content-main .common-profile-meta{
    font-weight: 500;
  }
}

@media print, screen and (min-width: 768px) {
  
  #job-interpreter-office .sp-br {
    display: none;
  }
  
  #job-interpreter-office .pc-br {
    display: inline;
  }
  
  #job-interpreter-office .inner-inside35,
  #job-interpreter-office .inner-inside45{
    width: 100%;
  }
  
  #job-interpreter-office .txt{
    line-height: 1.8;
  }

  #job-interpreter-office .common-ttl .en{
    margin-bottom: 10px;
    font-size: 52px;
  }

  #job-interpreter-office .common-ttl .ja{
    font-size: 18px;
  }
  
  #job-interpreter-office .common-btn{
    max-width: none;
    width: 160px;
    height: 40px;
    padding-right: 5px;
    padding-top: 2px;
    font-size: 15px;
  }

  #job-interpreter-office .common-btn::before{
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 12px;
    transition: transform 0.3s;
  }

  #job-interpreter-office .common-btn.search{
    padding-right: 30px;
    box-shadow: var(--blue-shadow-pc);
  }

  #job-interpreter-office .common-btn.search::before{
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 6px;
    background: url("../images/job-interpreter-office/search_icon_white.svg")no-repeat center center / contain;
  }
  
  #job-interpreter-office .common-overview{
    margin: 64px 0 40px;
    font-size: 28px;
    line-height: 1.8;
  }
  
  #job-interpreter-office .message-txt{
    width: calc(100% - 481px);
    margin: 0;
    padding: 24px 40px;
    border-radius: 32px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
  }

  #job-interpreter-office .message-txt::before{
    width: 32px;
    height: 32px;
    left: -18px;
    top: calc(50% - 16px);
    transform: rotate(30deg);
  }

  #job-interpreter-office .housing-content{
    padding: 54px;
    border-radius: 32px;
    box-shadow: var(--orange-shadow-pc);
  }

  #job-interpreter-office .housing-overview{
    display: flex;
    justify-content: space-between;
  }
  
  #job-interpreter-office .housing-overview .txt-block{
    width: 518px;
  }
  
  #job-interpreter-office .housing-overview .ttl{
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.8;
  }

  #job-interpreter-office .housing-overview .txt + .ttl{
    margin-top: 40px;
  }

  #job-interpreter-office .housing-overview .img-block{
    width: calc(100% - 558px);
    margin: 0;
    border-radius: 16px;
  }

  #job-interpreter-office .housing-reason-overview{
    margin: 56px 0 40px;
    font-size: 28px;
    line-height: 1.8;
    text-align: center;
  }

  #job-interpreter-office .housing-reason-content{
    padding-bottom: 32px;
    box-shadow: var(--orange-shadow-pc);
    border-radius: 32px;
  }

  #job-interpreter-office .housing-reason-content .ttl{
    padding: 8px 0;
    border-radius: 32px 32px 0 0;
    font-size: 20px;
  }

  #job-interpreter-office .housing-reason-list{
    grid-template-columns: repeat(6,130px);
    gap: 16px;
    width: auto;
    justify-content: center;
    margin: 40px auto;
  }

  #job-interpreter-office .housing-reason-list .list-item{
    flex-direction: column;
    justify-content: flex-start;
  }

  #job-interpreter-office .housing-reason-list .icon{
    width: 70px;
    height: 70px;
    box-shadow: var(--orange-shadow-pc);
  }

  #job-interpreter-office .housing-reason-list .txt{
    width: 100%;
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
  }

  #job-interpreter-office #reason{
    padding: 88px 0;
  }

  #job-interpreter-office .reason-ttl{
    margin-bottom: 52px;
  }

  #job-interpreter-office .reason-ttl .logo{
    width: 460px;
  }

  #job-interpreter-office .reason-ttl .ja{
    font-size: 26px;
    line-height: 1.8;
  }

  #job-interpreter-office .reason-list{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
  }

  #job-interpreter-office .reason-list .list-item{
    width: calc((100% - 96px) / 3);
    padding: 24px;
    border-radius: 16px;
    box-shadow: var(--blue-shadow-pc);
  }
  
  #job-interpreter-office .reason-list .list-item:nth-of-type(4){
    margin-right: 0;
  }
  
  #job-interpreter-office .reason-list .list-item:nth-of-type(5){
    margin-left: 0;
  }
  
  #job-interpreter-office .reason-list .ttl{
    font-size: 20px;
  }

  #job-interpreter-office .reason-list .txt{
    padding: 0 8px;
  }
  
  #job-interpreter-office .job-list{
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 32px 0 72px;
  }
  
  #job-interpreter-office .job-list .list-item{
    width: calc((100% - 96px) / 4);
  }

  #job-interpreter-office .job-list .main{
    margin-bottom: 24px;
  }

  #job-interpreter-office .job-list .main .img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(140deg, rgb(204, 229, 242) 0%, rgba(250, 231, 205, 0.75) 26%, rgba(248, 217, 208, 0.5) 54%, rgba(250, 231, 205, 0.75) 88%, rgb(204, 229, 242) 100%);
    opacity: 0;
    transition: opacity 0.3s;
    mix-blend-mode: hard-light;
    z-index: 1;
  }

  #job-interpreter-office .job-list .caption{
    bottom: -17px;
    height: 34px;
    padding: 0 40px 0 10px;
    font-size: 1rem;
  }
  
  #job-interpreter-office .job-list .caption::before{
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 18px;
    transition: transform 0.3s;
  }

  #job-interpreter-office .job-occupation-list{
    padding-left: 10px;
    font-size: 15px;
  }
  
  #job-interpreter-office .job-occupation-list .occupation-item{
    font-size: 15px;
    line-height: 1.4;
  }
  
  #job-interpreter-office .job-occupation-list .occupation-item a{
    transition: color .3s;
  }
  
  #job-interpreter-office .job-occupation-list .occupation-item::after{
    padding: 0 10px;
    font-size: 15px;
  }

  #job-interpreter-office  .mintoku-link{
    transition: opacity .3s,transform 1s;
  }
  
  #job-interpreter-office #matching .common-overview{
    margin: 64px 0 32px;
    text-align: left;
  }

  #job-interpreter-office .matching-content-overview{
    padding: 56px 0;
  }

  #job-interpreter-office .matching-ttl{
    margin: 0;
    font-size: 26px;
    line-height: 1.8;
  }

  #job-interpreter-office .matching-ttl .mintoku-logo{
    position: relative;
    top: -12px;
    width: 460px;
  }

  #job-interpreter-office .matching-ttl .small{
    position: static;
    font-size: 26px;
    vertical-align: baseline;
  }

  #job-interpreter-office .matching-img{
    width: calc(100% - 112px);
    margin: 40px auto 12px;
  }

  #job-interpreter-office .matching-message{
    width: 1088px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 34px;
  }
  
  #job-interpreter-office .matching-message .person{
    width: 446px;
  }
  
  #job-interpreter-office .matching-message .message-txt{
    position: relative;
    top: 12px;
  }

  #job-interpreter-office .housing-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 92px);
  }

  #job-interpreter-office .housing-img .img{
    width: calc((100% - 32px) / 2);
  }
  
  #job-interpreter-office .housing-img .img img{
    border-radius: 16px;
  }

  #job-interpreter-office .housing-img .img:not(:last-of-type){
    margin-bottom: 0;
  }

  #job-interpreter-office .housing-message{
    width: 866px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto 56px;
  }

  #job-interpreter-office .housing-message .person{
    width: 292px;
  }
  
  #job-interpreter-office .housing-message .message-txt{
    width: calc(100% - 328px);
    padding: 24px 40px;
  }
  
  #job-interpreter-office .housing-link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  #job-interpreter-office .housing-link .txt{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    padding-right: 80px;
  }
  
  #job-interpreter-office .housing-link .txt::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #153C4A;
    right: 56px;
    top: 0;
  }

  #job-interpreter-office .housing-link .common-btn{
    max-width: none;
    width: 300px;
    height: 58px;
    margin: 0;
    padding-right: 20px;
    box-shadow: var(--blue-shadow-pc);
    font-size: 18px;
  }

  #job-interpreter-office .housing-link .common-btn::before{
    right: 60px;
  }
  
  #job-interpreter-office .main-ttl{
    height: 300px;
    margin-bottom: -30px;
  }

  #job-interpreter-office .main-ttl .en{
    font-size: 50px;
    line-height: 1.6;
  }

  #job-interpreter-office .main-ttl .ja{
    font-size: 20px;
    line-height: 1;
  }

  #job-interpreter-office .menu-list{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 16px;
    padding-bottom: 80px;
  }

  #job-interpreter-office .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;
  }

  #job-interpreter-office .menu-list .list-item a::after{
    position: static;
    display: inline-block;
    padding-left: 16px;
    box-sizing: content-box;
    transition: transform .3s;
  }

  #job-interpreter-office .common-banner{
    display: flex;
    padding-bottom: 0;
    box-shadow: var(--orange-shadow-pc);
  }
  
  #job-interpreter-office .common-banner .banner-img{
    width: calc(100% - 800px);
  }

  #job-interpreter-office .common-banner .txt-block{
    display: flex;
    flex-direction: column;
    width: 800px;
    margin: 0;
    padding: 28px 32px;
  }

  #job-interpreter-office .common-banner .ttl-area{
    padding-bottom: 7px;
    font-size: 18px;
    text-align: left;
  }

  #job-interpreter-office .common-banner .ttl-area .txt-red{
    display: inherit;
    margin-right: 10px;
    font-size: 15px;
    vertical-align: text-bottom;
  }

  #job-interpreter-office .common-banner .txt-area{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
  }

  #job-interpreter-office .common-banner .txt-area .txt{
    width: calc(100% - 160px);
    margin: 0;
    place-content: center;
  }

  #job-interpreter-office .common-banner .txt-area .point-list{
    justify-content: flex-start;
    gap: 8px;
  }

  #job-interpreter-office .common-banner .txt-area .point-list .list-item{
    padding: 0 16px;
    font-size: 15px;
  }

  #job-interpreter-office .common-banner .txt-area .message{
    margin-top: 16px;
    font-size: 26px;
    text-align: left;
    line-height: 1.6;
  }

  #job-interpreter-office .common-banner .txt-area .btn{
    grid-template-columns: 1fr;
    place-content: center;
  }

  #job-interpreter-office .job-content{
    padding: 120px 0;
  }

  #job-interpreter-office #oneday .common-overview{
    margin: 64px 0 32px;
  }

  #job-interpreter-office .oneday-content{
    padding: 32px 56px;
    border-radius: 32px;
  }

  #job-interpreter-office .oneday-content-ttl{
    margin-bottom: 12px;
    font-size: 24px;
  }

  #job-interpreter-office .oneday-content-ttl .num{
    padding-left: 8px;
    font-size: 52px;
  }

  #job-interpreter-office .oneday-content-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #job-interpreter-office .oneday-content-main .img-block{
    width: 364px;
    margin: 0 0 24px;
    padding: 0 32px 0 16px;
    border-right: solid 1px #C5C5C5;
  }

  #job-interpreter-office .oneday-content-main .txt-block{
    width: calc(100% - 398px);
    margin-bottom: 24px;
  }

  #job-interpreter-office .common-profile .name{
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 1.8;
  }

  #job-interpreter-office .common-profile .name .data{
    display: inline-block;
    margin-left: 32px;
    font-size: 24px;
    vertical-align: middle;
  }

  #job-interpreter-office .common-profile-meta{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
    font-size: 15px;
    font-weight: 700;
  }
  
  #job-interpreter-office .common-profile-meta .job{
    width: 100%;
  }
  
  #job-interpreter-office .oneday-content-main .txt-block .txt{
    line-height: 1.4;
  }

  #job-interpreter-office .oneday-content.content01{
    margin-bottom: 48px;
  }

  #job-interpreter-office .oneday-content .timeline{
    flex-direction: column;
  }

  #job-interpreter-office .oneday-content .timeline-times{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #job-interpreter-office .oneday-content.content01 .timeline-times,
  #job-interpreter-office .oneday-content.content02 .timeline-times{
    grid-template-rows: none;
  }
  
  #job-interpreter-office .oneday-content.content01 .timeline-times{
    padding-right: 38px;
  }
  
  #job-interpreter-office .oneday-content.content02 .timeline-times{
    padding-right: 18px;
  }

  #job-interpreter-office .oneday-content .timeline-times .time{
    width: 60px;
    height: 35px;
    font-size: 15px;
    text-align: center;
  }

  :root {
    --events-base: 54px;
  }
  
  :root {
    --events-base-min: 52px;
  }

  #job-interpreter-office .oneday-content .timeline-events{
    width: 100%;
    padding: 10px 16px;
    gap: 6px;
  }

  #job-interpreter-office .oneday-content.content01 .timeline-events{
    grid-template-rows: none;
    grid-template-columns: 
      var(--events-base-min)
      var(--events-base-min)
      var(--events-base-min)
      calc(var(--events-base-min) * 3)
      var(--events-base-min)
      calc(var(--events-base-min) * 2)
      calc(var(--events-base-min) * 3)
      calc(var(--events-base-min) * 3)
      calc(var(--events-base-min) * 2)
      var(--events-base-min)
      var(--events-base-min);
  }
  
  #job-interpreter-office .oneday-content.content02 .timeline-events{
    grid-template-rows: none;
    grid-template-columns:
    var(--events-base)
    var(--events-base)
    calc(var(--events-base) * 4)
    calc(var(--events-base) * 2)
    calc(var(--events-base) * 2)
    calc(var(--events-base) * 4)
    calc(var(--events-base) * 2)
    calc(var(--events-base) * 2)
    calc(var(--events-base) * .55);
  }


  #job-interpreter-office .oneday-content .timeline-events .event{
    height: 100px;
    flex-direction: column;
    border-radius: 8px;
    line-height: 1.2;
  }
  
  #job-interpreter-office .oneday-content .timeline-events .event.font-min{
    font-size: 13px;
  }

  #job-interpreter-office .oneday-content .timeline-events .event::before {
    right: -4px;
    bottom: -10px;
    width: 1px;
    height: calc(100% + 20px);
    background: repeating-linear-gradient(
      to bottom,
      #C5C5C5 0,
      #C5C5C5 2px,   /* 線 2px */
      transparent 2px,
      transparent 4px /* 空白 2px */
    );
  }
  
  #job-interpreter-office .oneday-content .timeline-events .event .mb-1-pc{
    display: block;
    margin-bottom: 1em;
  }
  
  #job-interpreter-office #career{
    padding: 160px 0;
  }
  
  #job-interpreter-office #career .common-overview{
    margin: 64px 0 32px;
  }

  #job-interpreter-office .career-content{
    padding: 32px 56px;
    border-radius: 32px;
    box-shadow: var(--orange-shadow-pc);
  }

  #job-interpreter-office .career-content.content01{
    margin-bottom: 48px;
  }

  #job-interpreter-office .career-content-ttl-block{
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  
  #job-interpreter-office .career-content-ttl{
    display: flex;
    align-items: center;
    width: 157px;
    margin: 0;
    padding-top: 16px;
    border-right: solid 1px #C5C5C5;
    font-size: 24px;
  }

  #job-interpreter-office .career-content-ttl .num{
    position: relative;
    top: -10px;
    margin-left: 6px;
    font-size: 52px;
  }

  #job-interpreter-office .career-content-ttl-block .common-profile{
    width: calc(100% - 190px);
    margin: 0;
    padding: 16px 0;
  }
  
  #job-interpreter-office .career-content-ttl-block .common-profile .name{
    line-height: 1;
  }
  
  #job-interpreter-office .career-case-block{
    grid-template-columns: repeat(2,1fr);
    gap: 48px;
  }

  #job-interpreter-office .career-case-content{
    border-radius: 16px;
    box-shadow: var(--orange-shadow-pc);
  }

  #job-interpreter-office .career-case-content.content01::before{
    width: 32px;
    height: 110px;
    bottom: calc(50% - 55px);
    right: -40px;
    transform: none;
  }

  #job-interpreter-office .career-case-content-ttl{
    padding: 5px 0;
    border-radius: 16px 16px 0 0;
  }

  #job-interpreter-office .career-case-data{
    gap: 16px 0;
    padding: 24px;
  }

  #job-interpreter-office .career-case-data .ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    padding-left: 0;
  }

  #job-interpreter-office .career-case-data .txt{
    width: calc(100% - 150px);
    height: 30px;
    padding-left: 16px;
  }

  #job-interpreter-office .career-case-detail{
    padding: 0 24px;
  }
  
  #job-interpreter-office .career-case-detail .ttl{
    padding: 3px 8px;
  }
  
  #job-interpreter-office .career-point{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0;
  }

  #job-interpreter-office .career-point .ttl{
    margin-bottom: 0;
    padding: 8px 10px 6px;
    border-radius: 4px;
    font-size: 24px;
  }

  #job-interpreter-office .career-point .txt{
    font-size: 18px;
    line-height: 1.8;
  }
}

@media print, screen and (min-width: 1201px){
  #job-interpreter-office .common-btn:hover{
    background: #E67503;
  }
  
  #job-interpreter-office .common-btn:hover::before{
    transform: translateX(5px) rotate(90deg);
  }
  
  #job-interpreter-office .common-btn.search:hover{
    background: #99BDC9;
  }
  
  #job-interpreter-office .common-btn.search:hover::before,
  #job-interpreter-office .common-btn.workstyle:hover::before{
    transform: translateX(5px);
  }
  
  #job-interpreter-office .menu-list .list-item a:hover::after{
    transform: translateY(4px);
  }
  
  #job-interpreter-office .job-list .main:hover .img::before{
    opacity: 1;
  }
  
  #job-interpreter-office .job-list .main:hover .caption{
    background: #E67503;
  }
  
  #job-interpreter-office .job-list .main:hover .caption::before{
    transform: translateX(8px) rotate(90deg);
  }
  
  #job-interpreter-office .job-occupation-list .occupation-item a:hover{
    color: #8C9B9D;
  }
  
  #job-interpreter-office .mintoku-link:hover{
    opacity: .5;
  }
  
  #job-interpreter-office .housing-link .common-btn:hover{
    background: #99BDC9;
  }
}
