/*多言語翻訳ページ*/

/*---------------------------------------------
   共通部分
---------------------------------------------*/

.text-center {
  text-align: center;
}

.spDisp {
  display: none;
}

@media (max-width: 767px) {
  .pcDisp {
    display: none;
  }
  .spDisp {
    display: block;
  }
}

/*---------------------------------------------
   ヘッダータイトル
---------------------------------------------*/

@media (max-width: 767px) {
  #headingarea .headingarea__tit-inner {
    padding: 0 15px;
    float: none;
    padding: 0 15px 30px;
  }
}

#headingarea .headingarea__img::after{
  background-image: url(https://honyakuctr.hosting.ne.jp/uploads/666f9900818be53d93282db2bf0bf6f565957fe7.png);
}

/*---------------------------------------------
   目次
---------------------------------------------*/

#index-box {
	background-color: #f5f5f5;
}

#index-box ul{
	display: flex;
	justify-content: center;
  align-items: center;
  padding: 35px 30px 30px;
  margin-bottom: 40px;
}

#index-box ul li{
	position: relative;
	width: 25%;
	text-align: center;
	border-right: 2px solid rgba(34, 24, 20, 0.2);
	padding: 20px 0;
	margin-bottom: 0;
}

#index-box ul li a {
	text-decoration: none;
}

#index-box ul li a:hover {
	opacity: 0.7;
	transform: translate(-50%, -50%);
}

#index-box ul li a:after{
	position: absolute;
	content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}	

#index-box ul li:last-child{
	border-right: none;
}

#index-box ul li:last-child:after{
	right: 0;
}


@media (max-width: 767px) {
	#index-box ul {
		flex-direction: column;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#index-box ul li{
		width: 100%;
		border-right: none;
		border-bottom: 2px solid rgba(34, 24, 20, 0.2);
	}

	#index-box ul li:last-child {
		border-bottom: none;
	}
}


#index-box ul li:before{
	display: none;
}

/*---------------------------------------------
   特徴
---------------------------------------------*/

#feture-box {
  padding: 60px 80px;
  background: #FDF5E7;
  margin-bottom: 80px;
}

#feture-box .col1-3 {
	text-align: center;
}

#feture-box figure {
  margin-bottom: 0;
}

#feture-box figure img {
	width: 178px;
/*	height: 160px;
	border-radius: 80px;
	background: #fff;
	display: inline-block;*/
}

#feture-box h3 {
	font-size: 32px;
	line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #feture-box h3 {
    font-size: 20px;
  }
}

#feture-box h4 {
	font-size: 24px;
  color: #e08c00;
  text-align: center;
}

@media (max-width: 767px) {
	#feture-box {
    padding: 32px 20px;
    margin-bottom: 40px;
	}

	#feture-box figure {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}
	#feture-box .col-set{
		row-gap: 40px;
		flex-direction: column;
	}
	#feture-box .col1-3-wrap {
		display: flex;
		gap: 20px;
		align-items: center;
	}
	#feture-box .col1-3 {
		width: 100%;
	}
  #feture-box .col1-3 p{
    text-align: left;
  }
	#feture-box h4 {
		text-align: left;
	}
}

/*---------------------------------------------
   取り扱い言語
---------------------------------------------*/

.section-wrap {
	background: #FDF5E7;
}

#sec1 .sec1-inner dl {
	display: flex;
	border-top: 1px solid #d3d1d0;
	margin-bottom: 0;
	justify-content: center;
}


#sec1 .sec1-map {
	margin-bottom: 40px;
	position: relative;
	border: 1px solid #d3d1d0;
}

#sec1 .sec1-map .button{
	position: absolute;
	cursor: pointer;
}

#sec1 .sec1-map .asia{
	right: 11%;
  top: 42.5%;;
  width: 21.2%;
  height: 7.9%;
  background: url("/assets/images/service/translation/btn_asia.png") top/cover no-repeat;
  transition: all  0.6s ease;
}

#sec1 .sec1-map .asia:hover{
	background: url("/assets/images/service/translation/btn_asia_on.png") top/cover no-repeat;
}

#sec1 .sec1-map .east-europe{
  right: 30.5%;
  top: 27%;
  width: 19.4%;
  height: 7.9%;
  background: url("/assets/images/service/translation/btn_east-europe.png") top/cover no-repeat;
  transition: all  0.6s ease;

}

#sec1 .sec1-map .east-europe:hover{
	background: url("/assets/images/service/translation/btn_east-europe_on.png") top/cover no-repeat;
}

#sec1 .sec1-map .north-america{
	left: 16%;
  top: 50%;
  width: 20%;
  height: 7.9%;
  background: url("/assets/images/service/translation/btn_north-america.png") top/cover no-repeat;
  transition: all  0.6s ease;
}

#sec1 .sec1-map .north-america:hover{
	background: url("/assets/images/service/translation/btn_north-america_on.png") top/cover no-repeat;
}

#sec1 .sec1-map .west-europe{
  right: 38%;
  top: 39.2%;
  width: 20%;
  height: 7.9%;
  background: url("/assets/images/service/translation/btn_west-europe.png") top/cover no-repeat;
  transition: all  0.6s ease;
}

#sec1 .sec1-map .west-europe:hover{
	background: url("/assets/images/service/translation/btn_west-europe_on.png") top/cover no-repeat;
}

#sec1 .sec1-inner dl:last-of-type {
	border-bottom: 1px solid #d3d1d0;
	margin-bottom: 40px;
}

#sec1 .sec1-inner dt {
	background-color: #ec9300;
	padding: 24px;
	color: #fff;
	width: 30%;
	display: flex;
	align-items: center;
}

#sec1 .sec1-inner dd {
	padding: 24px;
	width: 70%;
	border: 1px solid #d3d1d0;
	border-style: none solid none solid;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 24px;
}

#sec1 .sec1-inner .attention {
  color: #777777;
  margin-bottom: 0;
}


@media (max-width: 767px) {
	#sec1 .sec1-map {
		display: none;
	}

	#sec1 .sec1-inner dl {
		flex-direction: column;
	}

	#sec1 .sec1-inner dt {
		font-size: 20px;
		width: 100%;
		padding: 8px 24px !important;
	}

}

/*---------------------------------------------
   翻訳センターの多言語関連サービス
---------------------------------------------*/

#sec2 {
	padding-top: 64px;
}

#sec2 .sec2-1 .col1-3{
	background: #fff;
	padding: 24px 30px 32px;
}

#sec2 .sec2-1 .col1-3 .border{
  border: 1px solid #D9D4C9;
}

#sec2 .sec2-1 h3{
	font-size: 30px;
	text-align: center;
  color: #e08c00;
}

/*---------------------------------------------
   多言語関連サービスの実績紹介
---------------------------------------------*/

#sec2 .sec2-2 .col-set{
	align-items: center;
  background-color: #fff;
}

#sec2 .sec2-2 .col-set:first-of-type {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  #sec2 .sec2-2 .col-set:first-of-type {
    margin-bottom: 16px;
  }
}


#sec2 .sec2-2 h3{
	font-size: 20px;
	color: #e08c00;
	margin-bottom: 15px;
}

#sec2 .sec2-2 h4{
	font-size: 24px;
	margin-bottom: 15px;
  color: #E08C00;
}

#sec2 .sec2-2 figure{
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #sec2 .sec2-2 .col-set .col2-3{
    width: 100%;
    margin-right: 0;
    padding: 30px;
  }
}

/*---------------------------------------------
   その他の多言語翻訳サービス事例
---------------------------------------------*/

#sec2 .sec2-3 ul {
	list-style: none;
	margin-bottom: 10px;
}

#sec2 .sec2-3 ul li{
	margin-bottom: 0;
	font-size: 15px;
}

#sec2 .sec2-3 ul li:before {
  background-color: #e08c00;
}

#sec2 .sec2-3 h3 {
 color: #e08c00;
}

#sec2 .sec2-3 figure {
  margin-bottom: 0;
}

#sec2 .sec2-3 .col1-3{
	background: #fff;
}

#sec2 .sec2-3 .col1-3-inner{
  padding: 30px;
}

#sec2 .sec2-3 .col-set {
	row-gap: 30px;
}

@media (max-width: 767px) {

  #sec2 {
    padding-top: 30px;
  }

  .main #sec2 .box-a {
    padding-bottom: 40px;
  }

  .main #sec2 .box-b {
    margin-bottom: 40px;
  }

	#sec2 .sec2-1 .col1-3 {
		margin-bottom: 16px;
	}
	#sec2 .sec2-3 .col1-3 {
		border: 2px solid #ececec;
	}
}


/*---------------------------------------------
   トピックス
---------------------------------------------*/

#sec3 {
	padding-top: 80px;
}

#sec3 h2 {
	border: none;
	padding: 0;
	text-align: center;
}



.cta-section .free-label{
	  margin-right: 10px;
    background: #fff;
    color: #eb9300;
    border-radius: 15px;
    padding: 3px 10px;
    font-size: 12px;
}


.main .slide-items li {
  padding: 0 0 0 4px;
}
.main .slide-items li:before {
  display: none;
}


.p-translation02-section__body {
  padding-right: calc(50% + 32px);
}
@media (max-width: 1024px) {
.p-translation02-section__body {
    padding-right: 0;
  }
}
.p-translation02-section__body + * {
  margin-top: 64px;
}
@media (max-width: 768px) {
.p-translation02-section__body + * {
    margin-top: 24px;
  }
}
.p-translation02-section__body {
  padding-right: 0;
  padding-left: calc(50% + 32px);
}
@media (max-width: 1024px) {
.p-translation02-section__body {
    padding-left: 0;
  }
}
.p-translation02-section__body {
  padding-right: 0;
  padding-left: 0;
}

.p-translation02-section__content {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}


.p-translation-language-topics-list {
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .p-translation-language-topics-list {
    margin-left: 0;
  }
}
.p-translation-language-topics-list::after {
  display: block;
  content: "";
  width: 50vw;
  height: 100%;
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-translation-language-topics-list::after {
    display: none;
  }
}
.p-translation-language-topics-list__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  width: 90%;
  transition: 0.3s;
}
.p-translation-language-topics-list__item:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .p-translation-language-topics-list__item {
    width: 95%;
  }
}
.p-translation-language-topics-list__img + * {
  margin-top: 16px;
}
.p-translation-language-topics-list__img img {
  width: 100%;
}
.p-translation-language-topics-list__img img:hover {
  transform: scale(1.2, 1.2);
}
.p-translation-language-topics-list__info {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.p-translation-language-topics-list__info + * {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .p-translation-language-topics-list__info {
    flex-direction: column;
    align-items: start;
  }
}
.p-translation-language-topics-list__cat {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  background-color: #8E8E8E;
  color: #fff;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  min-width: 72px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.p-translation-language-topics-list__cat.-news {
  background-color: #1F1715;
}
.p-translation-language-topics-list__cat.-seminar {
  background-color: #FE7121;
}
.p-translation-language-topics-list__cat.-ir {
  background-color: #1FB3EA;
}
.p-translation-language-topics-list__cat.-other {
  background-color: #8E8E8E;
}
.p-translation-language-topics-list__title a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-translation-language-topics-list__title a:hover {
  color: #EB9301;
}

.p-translation-language-topics-list::after {
  background-color: #fff;
}
.p-translation-language-topics-list__date {
  align-items: center;
  display: flex;
}
.p-translation-language-topics-list__cat {
  position: relative;
  background-color: #f9f9f9;
  font-weight: normal;
  color: #221814;
  margin-left: 12px;
}


#sec3 .slide-items {
    width: 100%;
    height: 100%;
    position: relative;
 }

#sec3 .slick-list {
  overflow: hidden;
}


#sec3 .slide-items img {
  width: 100%;
  object-fit: cover;
}

#sec3 .slide-items li {
  padding: 0 0 0 4px;
}
#sec3 .slide-items li:before {
  display: none;
}

#sec3 .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 100%;
  top: 0;
  margin: 0px;
  text-indent: -9999px;
  background-color: rgba(35, 24, 22, 0.4);
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 0;
  transition: 0.3s;
}
#sec3 .slick-arrow:hover {
  background-color: rgba(35, 24, 22, 0.6);
}
@media (max-width: 768px) {
#sec3 .slick-arrow {
    width: 40px;
    height: 80px;
    top: 50%;
  }
}

#sec3 .slick-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: none;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#sec3 .slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -5px;
  background-image: url(/assets/images/service/translation/ico_translation_slide_prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  #sec3 .slick-arrow:after {
    width: 12px;
    height: 12px;
  }
}

#sec3 .slick-prev {
  left: -60px;
}
@media screen and (max-width: 1330px) {
  #sec3 .slick-prev {
    left: 0;
  }
}

#sec3 .slick-prev:after {
  left: 40%;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  #sec3 .slick-prev:after {
    left: 30%;
  }
}

#sec3 .slick-next {
  right: -60px;
}
@media screen and (max-width: 1330px) {
  #sec3 .slick-next {
    right: 0;
  }
}

#sec3 .slick-next:after {
  right: 40%;
}
@media (max-width: 768px) {
  #sec3 .slick-next:after {
    right: 30%;
  }
}