@charset "UTF-8";
@media screen and (min-width: 768px) {
  #headingarea {
    height: 474px;
  }
}
@media screen and (max-width: 767px) {
  #headingarea {
    height: auto;
    margin-top: 65px;
  }
}
@media screen and (min-width: 768px) {
  #headingarea::before {
    height: 100%;
  }
}
#headingarea .scroll-bar {
  display: none;
}
#headingarea .headingarea__img {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #headingarea .headingarea__img {
    width: 100%;
    height: 150px;
    aspect-ratio: 390/298;
  }
}
#headingarea .headingarea__img::after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
#headingarea .headingarea__img .txt_box_wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 585px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #headingarea .headingarea__img .txt_box_wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#headingarea .headingarea__img .txt_box {
  background-color: rgba(255, 255, 255, 0.8);
  width: calc(100% - 40px);
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  padding: 15px 15px;
  text-align: center;
  max-width: 590px;
}
@media screen and (max-width: 767px) {
  #headingarea .headingarea__img .txt_box {
    bottom: -230px;
    border: 1px solid #000;
    padding: 15px 20px;
  }
}
#headingarea .headingarea__img .headingarea__btn {
  width: 300px;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  #headingarea .headingarea__img .headingarea__btn {
    width: 100%;
  }
}
#headingarea .headingarea__img .headingarea__btn a {
  background-color: #cc4b00;
}
#headingarea .headingarea__img .headingarea__btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#headingarea .headingarea__img .headingarea__btn a:hover {
  background: #a33c00;
  color: #fff !important;
}
#headingarea .headingarea__img .headingarea__btn a:hover::after {
  right: 15px;
}
#headingarea.chinese .headingarea__img::after {
  background: url("/service/translation/languages/common/img/mv_chinese.jpg") no-repeat right;
  background-size: cover;
}
#headingarea.vietnamese .headingarea__img::after {
  background: url("/service/translation/languages/common/img/mv_vietnamese.jpg") no-repeat right;
  background-size: cover;
}
#headingarea.thai .headingarea__img::after {
  background: url("/service/translation/languages/common/img/mv_thai.jpg") no-repeat right;
  background-size: cover;
}
#headingarea.korean .headingarea__img::after {
  background: url("/service/translation/languages/common/img/mv_korean.jpg") no-repeat right;
  background-size: cover;
}
#headingarea .headingarea__tit {
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 988px) {
  #headingarea .headingarea__tit-inner {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #headingarea .headingarea__tit-inner h1 {
    font-size: 9vw;
    text-align: left;
    margin-bottom: 24px;
  }
}
#headingarea .headingarea__tit-inner p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 28px;
}
#headingarea .headingarea__tit-inner .info_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #headingarea .headingarea__tit-inner .info_flex {
    position: relative;
    left: -10px;
  }
}
@media screen and (max-width: 988px) {
  #headingarea .headingarea__tit-inner .info_flex {
    zoom: 0.75;
  }
}
@media screen and (max-width: 767px) {
  #headingarea .headingarea__tit-inner .info_flex {
    zoom: 1;
    margin-top: 15px;
  }
}
#headingarea .headingarea__tit-inner .info_flex .info_box {
  width: 144px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #headingarea .headingarea__tit-inner .info_flex .info_box {
    width: 33%;
  }
}
#headingarea .headingarea__tit-inner .info_flex .info_box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/service/translation/languages/common/img/circle.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#headingarea .headingarea__tit-inner .info_flex .info_box p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 16px;
  color: #31334b;
  font-family: "Source Han Serif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 767px) {
  #headingarea .headingarea__tit-inner .info_flex .info_box p {
    font-size: 2.8vw;
    line-height: 1.2;
  }
}
#headingarea .headingarea__tit-inner .info_flex .info_box p .large {
  font-size: 43px;
  letter-spacing: -0.05em;
  line-height: 28px;
  color: #31334b;
  margin: 6px 4px 0;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #headingarea .headingarea__tit-inner .info_flex .info_box p .large {
    font-size: min(45px, 9vw);
    margin: 3px 4px 0;
  }
}
#headingarea .headingarea__tit-inner .info_flex .info_box p .bold {
  font-weight: bold;
  margin-top: 6px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #headingarea .headingarea__tit-inner .info_flex .info_box p .bold {
    margin-top: 3px;
  }
}

.section-wrap {
  background: #fdf5e7;
}

h2 {
  padding-left: 0 !important;
  text-align: center;
  border-left: 0px !important;
}
h2 + p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 + p {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 260px !important;
  }
}
main .btn {
  width: 290px !important;
}
@media screen and (max-width: 767px) {
  main .btn {
    width: 100% !important;
  }
}
main .btn.black a {
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 58px !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (hover: hover) {
  main .btn.black a:hover {
    opacity: 0.8;
    background-color: #000 !important;
  }
}
main .btn.black a::after {
  background: url(/assets/images/common/arrow-white.svg) no-repeat center !important;
}

.p-translation02-btn {
  width: 290px !important;
}
@media screen and (max-width: 767px) {
  .p-translation02-btn {
    width: 100% !important;
  }
}
.p-translation02-btn a {
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 58px !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (hover: hover) {
  .p-translation02-btn a:hover {
    opacity: 0.8;
    background-color: #000 !important;
  }
}

h2.p-translation02-headline__main.heading {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h2.p-translation02-headline__main.heading {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-translation02-flow__list li:nth-child(3)::after {
    display: block !important;
  }
}

main section {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  main section {
    padding-block: 50px;
  }
}

/* -- 分野TOP_よくある悩み start --*/
.languages-problem {
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 80px 0;
}

.languages-problem ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.languages-problem ul li {
  width: calc((100% - 30px) / 3);
  border: 1px solid #0075ac;
  background-color: #f0f5f8;
  padding: 20px 10px;
  border-radius: 4px;
}

@media screen and (min-width: 475px) and (max-width: 767px) {
  .languages-problem ul li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 474px) {
  .languages-problem ul li {
    width: 100%;
  }
}
.languages-problem ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7c9ca;
}

@media screen and (max-width: 768px) {
  .languages-problem ul li div img {
    width: 35px;
  }
}
.languages-problem ul li span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .languages-problem ul li span {
    font-size: 18px;
  }
}
.languages-problem ul li p {
  color: #0075ac;
  font-size: 16px;
  padding-bottom: 0;
}

/* -- 分野TOP_よくある悩み end --*/
/* -- 分野TOP_選ばれる理由 start --*/
.languages-reason {
  margin: 0 auto;
  background-color: #fff3df;
  padding: 80px 0;
  position: relative;
}

.languages-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #f5f5f5;
}

.languages-reason ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.languages-reason ul li {
  width: calc((100% - 30px) / 3);
  background-color: #ffffff;
  padding: 25px 20px;
  border-radius: 4px;
}

@media screen and (min-width: 475px) and (max-width: 768px) {
  .languages-reason ul li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 474px) {
  .languages-reason ul li {
    width: 100%;
  }
}
.languages-reason ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7c9ca;
  gap: 15px;
  min-height: 75px;
}

@media screen and (max-width: 768px) {
  .languages-reason ul li div img {
    width: 30px;
  }
}
.languages-reason ul li span {
  font-size: 20px;
  font-weight: 700;
  color: #eb9300;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .languages-reason ul li span {
    font-size: 18px;
  }
}
.languages-reason ul li p {
  font-size: 16px;
  padding-bottom: 0;
}

/* -- 分野TOP_選ばれる理由 end --*/
/* -- 分野TOP_お客様の声 start --*/
.languages-voice {
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 80px 0;
}

.languages-voice ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.languages-voice ul li {
  border: 1px solid #ed9300;
  width: calc((100% - 45px) / 4);
  background-color: #ffffff;
  padding: 15px 10px;
}

@media screen and (min-width: 650px) and (max-width: 1062px) {
  .languages-voice ul li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (min-width: 451px) and (max-width: 649px) {
  .languages-voice ul li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 450px) {
  .languages-voice ul li {
    width: 100%;
    max-width: 350px;
  }
}
.languages-voice ul li div:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  overflow: hidden;
  aspect-ratio: 2/1;
}

@media screen and (max-width: 450px) {
  .languages-voice ul li div:not([class]) {
    max-width: 250px;
    margin: 0 auto 15px;
  }
}
.languages-voice ul li div:not([class]) img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.languages-voice ul li p:not([class]) {
  font-size: 12px;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.languages-voice ul li span {
  background-color: #f1f1f1;
  color: #717171;
  padding: 4px 8px 3px;
  font-size: 11px;
  display: block;
  min-width: 68px;
  text-align: center;
}

.languages-voice ul li a {
  width: 100%;
  padding: 5px;
  border: 1px solid #ed9300;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .languages-voice ul li a:hover {
    background-color: #ed9300;
    color: #ffffff;
  }
  .languages-voice ul li a:hover div img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.languages-voice__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.languages-voice__company {
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.languages-voice__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

/* -- 分野TOP_お客様の声 end --*/
/* -- 分野TOP_よくある質問 start --*/
.languages-question {
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 80px 0;
}

.languages-question ul {
  width: 100%;
}

.languages-question ul li {
  width: 100%;
  border: 1px solid #ed9300;
  background-color: #ffffff;
}

.languages-question ul li:not(:last-child) {
  margin-bottom: 15px;
}

.languages-question__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px 40px 15px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}

.languages-question__q p {
  font-weight: 700;
  padding-bottom: 0;
  padding-top: 4px;
}

.languages-question__q::before {
  content: "Q";
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 15px;
  color: orange;
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  width: 25px;
}

.languages-question__q::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #b6b6b6;
  border-right: solid 3px #b6b6b6;
  border-radius: 1px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  margin-left: auto;
  right: 20px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 48%;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}

.languages-question__q:hover {
  color: #ed9300;
}

.languages-question__q:hover::before {
  color: #ed9300;
}

.languages-question__q:hover::after {
  border-top: solid 3px #717171;
  border-right: solid 3px #717171;
}

.languages-question__q.is-open::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: solid 3px #717171;
  border-right: solid 3px #717171;
}

.languages-question__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 50px 15px 20px;
  font-size: 16px;
}

.languages-question__a::before {
  content: "A";
  display: inline-block;
  margin-right: 15px;
  font-size: 28px;
  padding: 0 4px;
}

.languages-question__a a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
  color: #009efd;
}

.languages-question__a a:hover {
  opacity: 0.6;
}

/* -- 分野TOP_よくある質問 end --*/
/* -- 分野TOP_共通 start --*/
.languages-container {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.languages-container h2 {
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: unset;
  text-align: center;
  font-weight: bold;
}

.languages-cta {
  margin: 0 auto;
  background-color: #e8e7e6;
  padding: 50px 0;
}

.languages-cta .btn-orange {
  display: block;
  height: 100%;
  background: #cc4b00;
  padding: 15px 0;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
  padding: 18px 0;
  font-size: 16px;
  width: 300px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.languages-cta .btn-orange::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.languages-cta .btn-orange:hover {
  background: #a33c00;
  color: #fff;
}

.languages-cta .btn-orange:hover::after {
  right: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.languages-cta .textlink {
  display: block;
  text-decoration: underline;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.languages-cta .textlink:hover {
  color: #ed9301;
}

.p-translation02-section.-gry {
  background-color: #f5f5f5 !important;
}

.languages-problem ul,
.languages-reason ul,
.languages-question ul {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .languages-problem ul li,
  .languages-reason ul li,
  .languages-question ul li {
    margin: 0;
  }
}
.languages-problem ul li p,
.languages-reason ul li p,
.languages-question ul li p {
  margin: 0;
}
.languages-problem ul li::before,
.languages-reason ul li::before,
.languages-question ul li::before {
  content: none;
}
.languages-problem ul li .languages-question__q,
.languages-reason ul li .languages-question__q,
.languages-question ul li .languages-question__q {
  text-decoration: none;
}

.languages-question,
.languages-cta {
  background-color: #fff;
}

@media (hover: hover) {
  .languages-cta .btn-orange:hover {
    color: #fff !important;
  }
}
@media (hover: hover) {
  .languages-cta .textlink:hover {
    color: #eb9300 !important;
  }
}

.languages-question ul li {
  padding: 0;
}
.languages-question ul li .languages-question__a a {
  color: #221814;
}
.languages-question__q:hover {
  color: #ed9300 !important;
}

.languages-cta .textlink {
  font-size: 16px;
}

.language_sec01 {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .language_sec01 {
    padding-top: 20px;
  }
}
.language_sec01 .row h2 {
  border-left: 1px solid #000 !important;
  padding-left: 35px !important;
  text-align: left;
}
.language_sec01 .row h2 + p {
  text-align: left;
  margin-bottom: 20px;
}
.language_sec01 .row .sec01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
@media screen and (max-width: 1080px) {
  .language_sec01 .row .sec01_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.language_sec01 .row .sec01_flex .left,
.language_sec01 .row .sec01_flex .right {
  width: 48%;
}
@media screen and (max-width: 1080px) {
  .language_sec01 .row .sec01_flex .left,
  .language_sec01 .row .sec01_flex .right {
    width: 100%;
  }
}
.language_sec01 .row .sec01_flex .left p,
.language_sec01 .row .sec01_flex .right p {
  margin: 0;
}
.language_sec01 .row .sec01_flex .left img,
.language_sec01 .row .sec01_flex .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.language_sec02 {
  background-image: url(/service/translation/languages/common/img/bg_language_sec02.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-inline: 20px;
}
.language_sec02 .row {
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .language_sec02 .row {
    padding: 60px 15px;
  }
}
.language_sec02 .row .btn-underline a:hover {
  background-color: #000 !important;
}
.language_sec02 .row .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .language_sec02 .row .mark {
    height: auto;
    padding-top: 0;
    margin: 15px 0 25px 0;
  }
}
.language_sec02 .row .mark .service-pickup-title {
  color: #221814;
  font-weight: bold;
  font-size: 2rem !important;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .language_sec02 .row .mark .service-pickup-title {
    font-size: 1.8rem !important;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .language_sec02 .row .col-set {
    width: 90%;
    max-width: 873px;
    margin: auto;
    gap: 60px 100px;
  }
  .language_sec02 .row .col-set .col1-2 {
    width: calc(50% - 50px);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .language_sec02 .row .col-set .col1-2 > p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.language_sec03 {
  padding-inline: 20px;
}
.language_sec03 .row {
  border: 2px solid #e0dfdf;
  padding: 60px 20px;
  max-width: 1170px;
}
@media screen and (max-width: 767px) {
  .language_sec03 .row {
    padding: 30px 20px;
  }
}
.language_sec03 .row .sec03_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 930px;
  margin: 60px auto 44px;
  gap: 24px 0;
}
@media screen and (max-width: 767px) {
  .language_sec03 .row .sec03_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto;
  }
}
.language_sec03 .row .sec03_flex p,
.language_sec03 .row .sec03_flex .btn {
  border: 2px solid #eb9301;
  color: #eb9301;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 16px;
  text-align: center;
  height: 86px;
  width: 31.2% !important;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .language_sec03 .row .sec03_flex p,
  .language_sec03 .row .sec03_flex .btn {
    width: 100% !important;
  }
}
.language_sec03 .row .sec03_flex .btn {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
}
@media screen and (max-width: 767px) {
  .language_sec03 .row .sec03_flex .btn > * {
    margin: 0 !important;
  }
}
.language_sec03 .row .sec03_flex .btn a {
  background-color: #eb9301;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100% !important;
  width: 100%;
  gap: 16px;
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .language_sec03 .row .sec03_flex .btn a {
    padding: 0 !important;
  }
}
.language_sec03 .row .sec03_flex .btn a::after {
  position: relative;
  inset: 0;
  margin: 0;
  background: url(/assets/images/common/arrow-white.svg) no-repeat center;
}
@media (hover: hover) {
  .language_sec03 .row .sec03_flex .btn a:hover {
    opacity: 0.8;
    background-color: #eb9301;
  }
}

.language_sec04 {
  padding-inline: 20px;
  background-color: #fef5e7;
}
@media screen and (max-width: 767px) {
  .language_sec04 .row {
    padding: 0;
  }
}
.language_sec04 .row .sec04_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 30px;
  max-width: 986px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .language_sec04 .row .sec04_flex {
    margin: 30px auto 0;
    gap: 15px;
  }
}
.language_sec04 .row .sec04_flex a {
  width: 224px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 2px solid #eb9300;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .language_sec04 .row .sec04_flex a {
    width: calc((100% - 15px) / 2);
    height: 50px;
  }
}
.language_sec04 .row .sec04_flex a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 7px;
  margin: auto;
  background: url(/service/translation/languages/common/img/arrow_orange.svg) no-repeat center;
  background-size: contain;
  content: "";
}
@media (hover: hover) {
  .language_sec04 .row .sec04_flex a:hover {
    background-color: #eb9300;
    color: #fff;
  }
  .language_sec04 .row .sec04_flex a:hover::after {
    background: url(/service/translation/languages/common/img/arrow_white.svg) no-repeat center;
  }
}
.language_sec04 .row .sec04_flex a .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
}
@media screen and (max-width: 767px) {
  .language_sec04 .row .sec04_flex a .icon {
    width: 28px;
  }
}
.language_sec04 .row .btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .language_sec04 .row .btn {
    margin-top: 30px;
  }
}

.language_sec06 .sec2-3 ul {
  list-style: none;
  margin-bottom: 10px;
}
.language_sec06 .sec2-3 ul li {
  margin-bottom: 0;
  font-size: 15px;
}
.language_sec06 .sec2-3 ul li:before {
  background-color: #e08c00;
}
.language_sec06 .sec2-3 h3 {
  color: #e08c00;
}
.language_sec06 .sec2-3 figure {
  margin-bottom: 0;
}
.language_sec06 .sec2-3 .col1-3 {
  background: #fff;
}
.language_sec06 .sec2-3 .col1-3-inner {
  padding: 30px;
}
.language_sec06 .sec2-3 .col-set {
  row-gap: 30px;
}
@media (max-width: 767px) {
  .language_sec06 {
    padding-top: 30px;
  }
  .language_sec06 .box-a {
    padding-bottom: 40px;
  }
  .language_sec06 .box-b {
    margin-bottom: 40px;
  }
  .language_sec06 .sec2-1 .col1-3 {
    margin-bottom: 16px;
  }
  .language_sec06 .sec2-3 .col1-3 {
    border: 2px solid #ececec;
  }
}