@charset "UTF-8";
section {
  padding: 8rem 0;
}

@media only screen and (max-width: 1300px) {
  section {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 959px) {
  section {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  section {
    padding: 3rem 0;
  }
}
.main-vis {
  width: 100%;
  height: 650px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .main-vis {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .main-vis {
    height: 400px;
  }
}
.main-vis::before {
  content: "";
  display: block;
  width: 90%;
  height: 650px;
  background: url("../images/main-vis__img.jpg") no-repeat center center #fff;
  background-size: cover;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1300px) {
  .main-vis::before {
    width: 70%;
    height: 550px;
    background-position: center right;
  }
}
@media only screen and (max-width: 767px) {
  .main-vis::before {
    height: 400px;
    width: 100%;
  }
}

.main-vis__inner {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: 3rem;
  bottom: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .main-vis__inner {
    align-items: center;
    justify-content: flex-end;
    left: 0;
    top: auto;
    bottom: 2rem;
  }
}

.main-vis__txt h1 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.804;
  letter-spacing: 20px;
}
@media only screen and (max-width: 1300px) {
  .main-vis__txt h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-vis__txt h1 {
    text-align: center;
    color: #fff;
    letter-spacing: 10px;
  }
}

.main-vis .btnBox {
  max-width: 50rem;
}
@media only screen and (max-width: 1300px) {
  .main-vis .btnBox {
    max-width: 40rem;
  }
}

.main-vis__btn a {
  height: 7rem;
  font-size: 1.8rem;
  letter-spacing: 5px;
}
.main-vis__btn a:hover {
  background: #f29600;
  opacity: 1;
}

@media only screen and (max-width: 959px) {
  .main-vis {
    height: auto;
    min-height: auto;
  }

  .main-vis__inner {
    max-width: 92%;
    height: 50rem;
    padding: 0;
  }

  .main-vis__txt h1 {
    margin: 1rem 0;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-vis {
    background-image: none;
  }

  .main-vis__inner {
    max-width: none;
    height: 40rem;
    padding: 0 1.5rem;
  }

  .main-vis__txt h1 {
    margin: 0.5rem 0;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 700;
  }

  .main-vis__btn {
    font-size: 1.2rem;
  }
}
.viewmore a {
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 1.5rem;
  padding-right: 5rem;
}

.viewmore a::after {
  content: "";
  width: 20px;
  height: 5px;
  background: url(../images/icon_link_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.company_logo {
  margin: 4rem 0;
}

.company_logo img {
  height: 40px;
  width: 100%;
}

.service {
  padding-top: 20rem;
}
@media only screen and (max-width: 1300px) {
  .service {
    padding-top: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .service {
    padding-top: 0;
  }
}

.service .title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.service_main {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .service_main {
    margin-bottom: 0;
  }
}

.service_main_text {
  width: 50%;
  padding-right: 5rem;
}
@media only screen and (max-width: 767px) {
  .service_main_text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5rem;
  }
}

.service_main_img {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .service_main_img {
    width: 100%;
  }
}

.service_main_img::before {
  content: "";
  background: url(../images/img_service_02.jpg) no-repeat;
  background-size: contain;
  display: block;
  width: 400px;
  height: 250px;
  position: absolute;
  right: -50px;
  top: -180px;
}
@media only screen and (max-width: 1300px) {
  .service_main_img::before {
    width: 300px;
    top: -140px;
  }
}
@media only screen and (max-width: 959px) {
  .service_main_img::before {
    width: 250px;
    right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .service_main_img::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .service_sub {
    margin-top: 5rem;
  }
}

.service_sub .title {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}

.service_sub ul {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .service_sub ul {
    flex-direction: column;
  }
}

.service_sub li {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .service_sub li {
    width: 100%;
    margin-bottom: 5rem;
  }
}

.tab_box .btn_area {
  background-color: #f4f4f4;
  width: 100%;
  height: 8rem;
  padding-top: 2rem;
}
.tab_box .btn_area > .l-container {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .tab_box .btn_area > .l-container {
    overflow: scroll;
  }
}

.tab_box .tab_btn {
  width: 50%;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .tab_box .tab_btn {
    min-width: 100px;
  }
}

.tab_box .tab_btn:hover {
  background: rgba(255, 255, 255, 0.7);
}

.tab_box .tab_btn.active {
  background: #fff;
}

.tab_box .panel_area {
  padding: 7rem 0;
  border-bottom: 8px solid #f4f4f4;
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
}

.casestudy_title {
  position: relative;
  margin-bottom: 2rem;
}
.casestudy_title::before {
  content: "";
  background: #dbdbdb;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.casestudy_title span {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 2rem;
  background-color: #fff;
}
.casestudy_list {
  display: flex;
  margin-bottom: 5rem;
}
.casestudy_list:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1300px) {
  .casestudy_list {
    flex-wrap: wrap;
  }
}
.casestudy_item {
  margin-right: 3rem;
  margin-bottom: 0.5rem;
}
.casestudy_item > img {
  height: 30px;
}

.order_list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .order_list {
    flex-direction: column;
  }
}
.order_item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .order_item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.order_item_name {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 10rem;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.order_item_name > span {
  font-size: 1.6rem;
  display: block;
}
.order_item_text {
  padding: 4rem 8rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 959px) {
  .order_item_text {
    padding: 3rem 6rem;
  }
}
.order_item_text::before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 959px) {
  .order_item_text::before {
    width: 120px;
    height: 120px;
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .order_item_text::before {
    position: static;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    transform: translateY(0);
  }
}
.order_item_text.online::before {
  background-image: url(../images/img_online.png);
}
.order_item_text.service::before {
  background-image: url(../images/img_service.png);
}
.order_item_title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.order_item .btn {
  margin-top: 2rem;
  max-width: none;
}
.order_item .btn a {
  border-radius: 0;
}
.order_item.translation .order_item_name {
  background: #e50012;
}
.order_item.translation .order_item_text {
  border-bottom: 10px solid #e50012;
  border-left: 10px solid #e50012;
  border-right: none;
  padding-right: 10rem;
}
.order_list_01 {
  background: #f29600;
  padding: 0 1rem 1rem;
  background: linear-gradient(90deg, #e50012 0%, #e50012 50%, #f29600 50%, #f29600 100%);
}
.order_item_01 {
  background-color: #fff;
  margin-bottom: 1rem;
}
.order_item_02 {
  background-color: #fff;
}
.order_name_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.order_name_list > li  {
  width: calc(100% / 2);
}
.order_name_list > .order_name_01,
.order_name_list > .order_name_02 {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 10rem;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.order_name_list > .order_name_01 > span,
.order_name_list > .order_name_02 > span {
    font-size: 1.6rem;
    display: block;
}
.order_name_list > .order_name_01 {
  background: #e50012;
}
.order_name_list > .order_name_02 {
  background: #f29600;
}
.order_item_01 > p,
.order_item_02 > p {
  font-size: 1.8rem;
  padding: 13rem 0 1rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 2.8rem;
  letter-spacing: .1rem;
}
.order_item_01 p::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/img_online.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 7rem;
  left: 50%;
  margin: auto;
  transform: translateY(-50%) translateX(-50%);
}
.order_item_02 p::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/img_service.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 7rem;
  left: 50%;
  margin: auto;
  transform: translateY(-50%) translateX(-50%);
}
.order_btn_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 1rem 0 4rem;
}
.order_btn_list > li {
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.pc_disp {
  display: block;
}
.sp_disp {
  display: none;
}
.order_btn_list > li:last-child > a {
  background: #f29600;
}
@media screen and (max-width: 767px) {
  .order_item.translation .order_item_text {
    border-right: 10px solid #e50012;
    padding: 2rem;
  }
  .pc_disp {
    display: none;
  }
  .sp_disp {
    display: block;
  }
}
.order_item.translation .order_item_text::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .order_item.translation .order_item_text::before {
    content: "";
  }
}
.order_item.translation .btn a {
  background: #e50012;
}
.order_item.interpretation .order_item_name {
  background: #f29600;
}
.order_item.interpretation .order_item_text {
  border-bottom: 10px solid #f29600;
  border-right: 10px solid #f29600;
  border-left: none;
  padding-left: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .order_item.interpretation .order_item_text {
    border-left: 10px solid #f29600;
    padding: 2rem;
  }
}
.order_item.interpretation .btn a {
  background: #f29600;
}

.plan_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .plan_wrap {
    flex-direction: column;
  }
}
.plan_item {
  width: 32%;
  border: solid 5px #f4f4f4;
}
@media screen and (max-width: 767px) {
  .plan_item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.plan_item.pickup {
  position: relative;
}
.plan_item.pickup:before {
  content: "おすすめ\aプラン";
  white-space: pre;
  width: 66px;
  height: 66px;
  background-color: #f29600;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: -20px;
  z-index: 1;
}
.plan_item_name {
  font-size: 1.6rem;
  font-weight: 700;
  height: 6rem;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_item_cont {
  padding: 3rem 2rem;
}
.plan_item_cont > * {
  margin-bottom: 2rem;
}
.plan_item_cont > *:last-child {
  margin-bottom: 0;
}
.plan_item_price {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
.plan_item_price > span {
  font-size: 5rem;
  font-weight: 700;
  color: #e50012;
  display: block;
  width: 100%;
}
.plan_item_price.btn {
  max-width: none;
  margin: 0.5rem auto 2.5rem;
  width: 90%;
}
.plan_item_price.btn a {
  height: 5rem;
  border-radius: 0;
}
.plan_item_price.btn a::after {
  content: none;
}
.plan_item_text_1 {
  position: relative;
  height: 27px;
}
@media only screen and (max-width: 959px) {
  .plan_item_text_1 {
    height: 22px;
  }
}
.plan_item_text_1::before {
  content: "";
  background: #000;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plan_item_text_1 span {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0 1rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 959px) {
  .plan_item_text_1 span {
    font-size: 1.5rem;
    white-space: nowrap;
  }
}
.plan_item_text_2,
.plan_item_list {
  font-size: 1.4rem;
}

.voice_item {
  max-width: 80rem;
  margin-right: 5rem;
  padding: 1rem;
  opacity: 0.5;
  position: relative;
}
.voice_item.slick-active {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
  .voice_item {
    max-width: 60rem;
  }
  .voice_item_img {
    width: 60rem !important;
  }
}
@media only screen and (max-width: 959px) {
  .voice_item {
    max-width: 50rem;
  }
  .voice_item_img {
    width: 50rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .voice_item {
    max-width: 30rem;
  }
  .voice_item_img {
    width: 100% !important;
  }
}
.voice_item_img {
  transition: 0.2s;
  width: 80rem;
}
.voice_item_img:hover {
  opacity: 0.7;
}
.slick-slide .voice_item_img img {
  width: 100%;
  height: 23rem;
  object-fit: contain;
}
.voice_item_category {
  position: absolute;
  left: 0;
  top: 0;
  width: 7rem;
  height: 3.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice_item_category.translation {
  background: #e50012;
}
.voice_item_category.interpretation {
  background: #f29600;
}
.voice_text_wrap {
  padding: 3rem;
}
.voice_item_name {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.voice_item_text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.voice .viewmore {
  display: flex;
  justify-content: flex-end;
}
.voice .slick-dots li button:before {
  opacity: 1;
  color: #d4d4d4;
}
.voice .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e50012;
}
