@charset "utf-8";
#interpreter-service {
  padding: 80px 0 120px;
}
#interpreter-service .content-area {
  width: 50%;
}
#interpreter-service .title {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #02B4B4;
  margin-bottom: 45px;
  line-height: 60px;
  letter-spacing: 0.2rem;
}
#interpreter-service .description {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 35px;
  letter-spacing: 0.02em;
}
#interpreter-service .image-area {
  width: 43.75%;
}
@media (max-width: 1130px) {
	#interpreter-service .content-area {
    width: 54%;
}
	#interpreter-service .title {
		font-size: 32px;
		font-size: 3.2rem;
	}
}
@media (max-width: 890px) {
	#interpreter-service .content-area {
    width: 53%;
}
	#interpreter-service .title {
		    font-size: 33px;
    font-size: 3.3rem;
		    line-height: 57px;
	}
}
@media (max-width: 768px) {
  #interpreter-service {
    padding: 50px 0 80px;
  }
  #interpreter-service .content-area, #interpreter-service .image-area {
    width: 100%;
  }
  #interpreter-service .title {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 33px;
    line-height: 46px;
  }
  #interpreter-service .image-area {
    margin: 20px 0;
  }
}
#interpreter-features {
  padding: 80px 0;
  background-image: linear-gradient(145deg, #42cfc3, #2dbcb6);
}
#interpreter-features .l_continar {
  max-width: 1590px;
}
#interpreter-features .main-title {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.1em;
}
#interpreter-features .main-title span {
  max-width: 163px;
  width: 100%;
  margin: 0 auto;
  display: block;
  line-height: 1;
}
#interpreter-features .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#interpreter-features .feature-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 5px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#interpreter-features .feature-label {
  width: 19.01%;
  margin: 0 auto;
}
#interpreter-features .feature-heading {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.1rem;
}
#interpreter-features .feature-heading .highlight {
  font-size: 28px;
  font-size: 2.8rem;
  color: #00A8A8;
  font-weight: bold;
}
#interpreter-features .feature-heading .txt-s {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
}
#interpreter-features .feature-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 0 25px;
}
#interpreter-features .feature-description span {
  font-weight: bold;
}
@media (max-width: 1630px) {
  #interpreter-features .l_continar {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  #interpreter-features .feature-label {
    width: 28.01%;
  }
  #interpreter-features .card-grid {
    gap: 20px;
  }
}
@media (max-width: 1080px) {
  #interpreter-features .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
	#interpreter-features .feature-label {
		width: 100px;
	}
}
@media (max-width: 768px) {
  #interpreter-features .main-title {
    font-size: 29px;
    font-size: 2.9rem;
  }
  #interpreter-features .main-title span {
    max-width: none;
    width: 48%;
  }
  #interpreter-features .card-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #interpreter-features .feature-label {
    max-width: 90px;
    width: 100%;
  }
  #interpreter-features .feature-card {
    padding: 30px 0;
  }
  #interpreter-features .feature-description {
    padding: 0 20px;
  }
  #interpreter-features .feature-heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 36px;
  }
  #interpreter-features .feature-heading .highlight {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#usage-scenes {
  padding: 110px 0;
}
#usage-scenes .main-title {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  color: #01A2A2;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
#usage-scenes .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#usage-scenes .scene-card {
  display: flex;
  flex-direction: column;
}
#usage-scenes .scene-title {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  color: #00645F;
  font-weight: bold;
  margin-bottom: 15px;
}
#usage-scenes .scene-description {
  margin: 10px 0 0;
  line-height: 29px;
  letter-spacing: 0.05rem;
}
#usage-scenes .contact-area {
  margin-top: 60px;
  text-align: center;
}
#usage-scenes .contact-text-top {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #303030;
  line-height: 53px;
}
#usage-scenes .highlight-text {
  color: #00AFAF;
  font-size: 33px;
  font-size: 3.3rem;
}
@media (max-width: 1080px) {
  #usage-scenes .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 40px;
  }
}
@media (max-width: 768px) {
  #usage-scenes {
    padding: 80px 0;
  }
  #usage-scenes .main-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
  #usage-scenes .container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  #usage-scenes .contact-text-top {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 35px;
  }
  #usage-scenes .highlight-text {
    font-size: 24px;
    font-size: 2.4rem;
  }
	#usage-scenes .scene-title {
		    font-size: 23px;
    font-size: 2.3rem;
	}
}
#interpreting-section {
  padding: 80px 0;
}
#interpreting-section .l_continar {
  max-width: 1260px;
}
#interpreting-section .section-title {
  font-size: 33px;
  font-size: 3.3rem;
  color: #00A7A7;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 56px;
  text-align: center;
}
#interpreting-section .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: start;
}
#interpreting-section .service-name {
  font-size: 28px;
  font-size: 2.8rem;
  color: #00645F;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
#interpreting-section .service-description {
  margin-top: 15px;
  line-height: 29px;
}
@media (max-width: 1080px) {
  #interpreting-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 40px;
  }
}
@media (max-width: 768px) {
  #interpreting-section .section-title {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 30px;
    line-height: 41px;
  }
  #interpreting-section .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #interpreting-section .service-name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#language {
  background-image: linear-gradient(#3dc7bf, #2dbcb6);
}
#language .l_continar {
  max-width: 732px;
}
#price-section {
  padding: 100px 0 90px;
}
#price-section .title-group {
  text-align: center;
  margin-bottom: 40px;
}
#price-section .main-title {
  font-size: 33px;
  font-size: 3.3rem;
  color: #00AFAF;
  font-weight: bold;
  margin-bottom: 15px;
}
#price-section .sub-title {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#price-section .price-table-container {
  max-width: 930px;
  margin: 0 auto 30px;
  border: 2px solid #C1DBDB;
}
#price-section .table-row {
	font-size: 19px;
	font-size: 1.9rem;
  display: flex;
  border-bottom: 1px solid #D9DFDF;
  background-color: #fff;
  justify-content: space-between;
  padding: 0 20px;
}
#price-section .table-row:last-child {
  border-bottom: none;
}
#price-section .category-header {
  background-color: #F2F7F7;
  padding: 10px 20px;
  color: #007771;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
}
#price-section .category-header .kome {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 5px;
  font-weight: normal;
  color: #1A1A1A;
}
#price-section .cell-label {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
#price-section .cell-price {
  width: 150px;
  padding: 15px 20px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
}
#price-section .price-footer {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6;
}
#price-section p.kome-f {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  #price-section {
    padding: 70px 0 50px;
  }
  #price-section .main-title {
    font-size: 29px;
    font-size: 2.9rem;
  }
  #price-section .sub-title {
    font-size: 19px;
    font-size: 1.9rem;
  }
  #price-section .table-row {
    padding: 0 10px;
  }
  #price-section .category-header {
    font-size: 20px;
    font-size: 2.0rem;
  }
  #price-section .cell-label {
    padding: 10px 0 10px 10px;
  }
  #price-section .cell-price {
    width: 120px;
    padding: 15px 0 15px 10px;
  }
  #price-section .price-footer {
    font-size: 17px;
    font-size: 1.7rem;
    text-align: left;
  }
  #price-section .footer-container {
    text-align: center;
  }
  #price-section .category-header .kome {
    line-height: 20px;
    display: block;
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
#flow {
  padding: 70px 0;
  background: #F4FCFB;
}
#flow h2 {
  font-size: 33px;
  font-size: 3.3rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  color: #00AFAF;
}
#flow ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
#flow li {
  position: relative;
}
#flow p {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  background: #2A9E9E;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
@media (max-width: 1075px) {
  #flow p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 960px) {
  #flow ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px 60px;
  }
}
@media (max-width: 768px) {
  #flow h2 {
    font-size: 31px;
    font-size: 3.1rem;
  }
  #flow ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px;
  }
  #flow p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#testimonials {
  padding: 120px 0 150px;
}
#testimonials .l_continar {
  max-width: 1590px;
}
#testimonials .section-subtitle {
  font-size: 26px;
  font-size: 2.6rem;
}
#testimonials .section-title {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 40px;
  color: #00AFAF;
  text-align: center;
  font-weight: bold;
}
#testimonials .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#testimonials .testimonial-grid.col2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#testimonials .testimonial-card {
  background: #fff;
  border: 2px solid #C8DEDE;
  border-radius: 10px;
  padding: 20px;
}
#testimonials .card-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C8DEDE;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 110px;
}
#testimonials .user-icon {
  width: 13.72%;
}
#testimonials .header-text {
  width: 84.31%;
}
#testimonials .user-category {
  margin-bottom: 4px;
  font-weight: 500;
}
#testimonials .card-headline {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #053D3D;
  line-height: 34px;
}
#testimonials .content-label {
  display: inline-block;
  background-color: #F0F0F0;
  padding: 2px 8px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #3B3B3B;
}
#testimonials .content-label.blue-bg {
  background-color: #E8F7F7;
  color: #0B3B3B;
  margin-top: 30px;
}
#testimonials .case-summary,#testimonials .feedback-text {
  line-height: 25px;
	    letter-spacing: 0.08rem;
}
@media (max-width: 1080px) {
  #testimonials .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #testimonials {
    padding: 60px 0 90px;
  }
  #testimonials .section-title {
    font-size: 29px;
    font-size: 2.9rem;
  }
  #testimonials .section-subtitle {
    font-size: 23px;
    font-size: 2.3rem;
  }
  #testimonials .testimonial-grid, #testimonials .testimonial-grid.col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#faq {
  padding: 70px 0 100px;
}
#faq h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 35px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
  color: #00AFAF;
  letter-spacing: 0.1rem;
}
#faq h2 span {
  font-size: 37px;
  font-size: 3.7rem;
}
#faq .faq-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#faq .faq-area dl {
  border: 1px solid #71A2A2;
  padding: 10px 20px;
  background: #fff;
  cursor: pointer;
}
#faq .faq-area dl dt {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #053D3D;
  position: relative;
  text-indent: 0em;
  padding-left: 1em;
}
#faq .faq-area dl dt::before {
  content: "Q.";
  font-size: 19px;
  font-size: 1.9rem;
  position: absolute;
  top: -1px;
  left: 7px;
  transform: translateX(-50%);
}
#faq .faq-area dl dd {
  display: none;
  margin-top: 10px;
  position: relative;
  text-indent: 0em;
  padding-left: 1em;
	line-height: 30px;
    letter-spacing: 0.05rem;
}
#faq .faq-area dl dd::before {
  content: "A.";
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: -1px;
  left: 7px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  #faq {
    padding: 50px 0 60px;
  }
  #faq h2 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 25px;
    line-height: 43px;
  }
  #faq h2 span {
    font-size: 30px;
    font-size: 3.0rem;
  }
  #faq .faq-area {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
	#faq .faq-area dl dt {
		font-size: 18px;
	font-size: 1.8rem;
	}
}
#cta-area {
  padding: 80px 0;
  background-image: linear-gradient(245deg, #42cfc3, #2dbcb6);
}
#cta-area .l_continar {
  max-width: 880px;
  align-items: center;
}
#cta-area p {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 44px;
  color: #fff;
  position: relative;
  z-index: 1;
}
#cta-area p::before {
  content: "Contact";
  font-size: 82px;
  font-size: 8.2rem;
  color: #49C9C3;
  z-index: -1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  top: -24px;
  left: -80px;
}
#cta-area p span {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
}
#cta-area .link-btn {
  width: 39.77%;
  align-items: center;
}
#cta-area .link-btn a {
  font-size: 25px;
  font-size: 2.5rem;
  padding: 20px 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11);
  font-weight: bold;
  text-align: center;
  border-radius: 38px;
  background: #fff;
  display: block;
  width: 100%;
  color: #125353;
}
#cta-area .link-btn a span {
  display: inline-block;
  width: 23.23px;
  height: 17.29px;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 801px) {
  #cta-area p {
    margin: 0 auto 20px;
    text-align: center;
  }
  #cta-area .link-btn {
    width: 56%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #cta-area {
    padding: 40px 0;
  }
  #cta-area p {
    font-size: 20px;
        font-size: 2.0rem;
        line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
  }
  #cta-area p::before {
    font-size: 56px;
    font-size: 5.6rem;
    top: -19px;
    left: -15px;
  }
  #cta-area p span {
    font-size: 30px;
    font-size: 3.0rem;
  }
  #cta-area .link-btn {
    width: 100%;
  }
  #cta-area .link-btn a {
    font-size: 23px;
    font-size: 2.3rem;
    padding: 15px 5px;
  }
}