@charset "UTF-8";
#mv {
  position: relative;
}
#mv .img-area img {
  width: 78.75%;
  position: relative;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8.75% 0 3%;
}
#mv .slide-area {
  display: flex;
  align-items: center;
  width: 100%;
  height: 132.3px;
  overflow: hidden;
  position: absolute;
  bottom: 7%;
  left: 0;
  z-index: -1;
}
#mv .slideshow {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
  margin-right: 5px;
}
#mv .slideshow img {
  max-width: fit-content;
  width: auto;
  height: 132.3px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 1080px) {
	#mv .img-area img {
		    width: 95.75%;
	}
  #mv .slide-area, #mv .slideshow img {
    height: 70px;
  }
}
@media (max-width: 768px) {
  #mv .img-area img {
    width: 100%;
    padding: 28.75% 0 12.91%;
  }
  #mv .slide-area, #mv .slideshow img {
    height: 60px;
  }
  #mv .slide-area {
    bottom: 40%;
  }
}
#interpreter-hero {
  position: relative;
  background-image: linear-gradient(140deg, #49ccc4, #02b7af);
  color: #ffffff;
  overflow: hidden;
  min-height: 643px;
  height: 100%;
  padding-top: 90px;
}
#interpreter-hero::after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-right: 100vw solid transparent;
  z-index: 1;
}
#interpreter-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#interpreter-hero .left-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
#interpreter-hero .left-content::before {
  content: "";
  background: url("../images/top/support-img.png")no-repeat 0 0;
  background-size: contain;
  width: 820px;
  height: 403px;
  position: absolute;
  top: 24%;
  right: 0;
  z-index: -1;
}
#interpreter-hero .main-title {
  font-size: 41px;
  font-size: 4.4rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.4;
  line-height: 60px;
  text-shadow: 0px 0px 14px rgba(0, 155, 147, 1);
  margin: 0 auto;
	letter-spacing: 0.2rem;
}
#interpreter-hero .description-text {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 24px;
  line-height: 42px;
	    letter-spacing: 0.05rem;
}
#interpreter-hero .description-text:last-child {
  margin-bottom: 0;
}
#interpreter-hero .circle-img {
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
#interpreter-hero .right-content {
  width: 44.91%;
}
#interpreter-hero .container {
  flex-direction: row;
  text-align: left;
}
@media (max-width: 1455px) {
  #interpreter-hero .left-content::before {
    width: 112%;
  }
}
@media (max-width: 1210px) {
  #interpreter-hero .main-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (max-width: 1035px) {
  #interpreter-hero .main-title {
    font-size: 3.38vw;
  }
}
@media (max-width: 980px) {
	#interpreter-hero .left-content {
		width: 60%;
	}
	#interpreter-hero .description-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 36px;
}
	#interpreter-hero .main-title {
        font-size: 3.57vw;
    }
}
@media (max-width: 768px) {
  #interpreter-hero {
    padding: 60px 0 90px;
  }
  #interpreter-hero::after {
    border-bottom: 50px solid #fff;
  }
  #interpreter-hero .container {
    flex-direction: column;
  }
  #interpreter-hero .left-content {
    width: 100%;
  }
  #interpreter-hero .main-title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 45px;
    margin: 0 auto;
  }
  #interpreter-hero .left-content::before {
    content: "";
    background: url(../images/top/support-img_sp.png) no-repeat 0 0;
    background-size: contain;
    width: 111%;
    height: auto;
    aspect-ratio: 750 / 402;
    position: absolute;
    top: 14%;
    left: -19px;
    right: inherit;
  }
  #interpreter-hero .right-content {
    width: 100%;
    margin-top: 30%;
  }
}
#meditech-strengths {
  padding: 100px 0;
}
#meditech-strengths .l_continar {
  max-width: 1470px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#meditech-strengths .main-title-container {
  writing-mode: vertical-rl;
  margin-right: 40px;
  flex-shrink: 0;
}
#meditech-strengths .main-title {
  font-size: 53px;
  font-size: 5.3rem;
  font-weight: bold;
  color: #00A8A8;
  letter-spacing: 0.2em;
}
#meditech-strengths .main-title span {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  display: block;
}
#meditech-strengths .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  flex-grow: 1;
}
#meditech-strengths .strength-card {
  display: flex;
  flex-direction: column;
}
#meditech-strengths .strength-card:nth-child(2) {
  margin-top: 20px;
}
#meditech-strengths .strength-card:nth-child(3) {
  margin-top: 40px;
}
#meditech-strengths .card-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #00645F;
  text-align: center;
  margin-bottom: 15px;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;
}
#meditech-strengths .card-image {
  margin-bottom: 20px;
}
#meditech-strengths .card-text {
  line-height: 28px;
}
@media (max-width: 1500px) {
  #meditech-strengths .l_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1100px) {
  #meditech-strengths .main-title {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1;
  }
  #meditech-strengths .main-title span {
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: 0.5rem;
    padding-left: 12px;
  }
  #meditech-strengths .grid-container {
    gap: 30px;
  }
  #meditech-strengths .card-title {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 31px;
  }
  #meditech-strengths .strength-card:nth-child(1) .pc {
    display: none;
  }
  #meditech-strengths .strength-card:nth-child(1) .sp {
    display: block;
  }
}
@media (max-width: 940px) {
	#meditech-strengths .grid-container {
		    grid-template-columns: repeat(2, 1fr);
	}
	    #meditech-strengths .grid-container {
			gap: 50px;
	}
	#meditech-strengths .strength-card:nth-child(2),#meditech-strengths .strength-card:nth-child(3) {
    margin-top: 0;
}
	#meditech-strengths .main-title-container {
		margin: 0 30px;
	}
}
@media (max-width: 768px) {
  #meditech-strengths {
    padding: 50px 0 75px;
  }
  #meditech-strengths .l_continar {
    flex-direction: column;
    align-items: center;
  }
  #meditech-strengths .main-title-container {
    margin-right: 0;
    margin-bottom: 40px;
  }
  #meditech-strengths .main-title {
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 1;
  }
  #meditech-strengths .main-title span {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0.6rem;
    padding-left: 17px;
  }
  #meditech-strengths .grid-container {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  #meditech-strengths .card-title {
    min-height: auto;
  }
  #meditech-strengths .card-title {
    font-size: 20px;
        font-size: 2.0rem;
        letter-spacing: 0.1rem;
  }
}
#voice {
  padding: 145px 0 80px;
}
#voice h2 {
  margin-bottom: 65px;
  text-align: center;
  color: #0D6565;
  font-weight: bold;
  position: relative;
}
#voice h2::before {
  content: "";
  background: url("../images/common/voice-illa.png")no-repeat 0 0;
  background-size: contain;
  aspect-ratio: 101.54 / 42.02;
  width: 8%;
  height: auto;
  position: absolute;
  top: -47%;
  left: 50%;
  transform: translateX(-50%);
}
#voice h2 .ttl-s {
  font-size: 23px;
  font-size: 2.3rem;
}
#voice h2 .ttl-m {
  font-size: 32px;
  font-size: 3.2rem;
}
#voice h2 .ttl-l {
  font-size: 45px;
  font-size: 4.5rem;
  color: #00B1B1;
  font-weight: 800;
}
@media (max-width: 768px) {
  #voice {
    padding: 125px 0 60px;
  }
  #voice h2 {
    margin-bottom: 45px;
  }
  #voice h2::before {
    width: 91px;
    height: 37px;
    top: -35%;
  }
	#voice h2 .ttl-s {
    font-size: 21px;
    font-size: 2.1rem;
}
  #voice h2 .ttl-m {
    font-size: 27px;
    font-size: 2.7rem;
  }
  #voice h2 .ttl-l {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
#news {
  padding: 90px 0;
}
#news .news-label {
  width: 28.33%;
}
#news .news-label h2 {
  font-size: 38px;
  font-size: 3.8rem;
  margin-bottom: 25px;
  font-weight: 500;
  color: #00A1A1;
  letter-spacing: 0.2rem;
}
#news .btn {
  max-width: 215px;
}
#news .btn a {
  padding: 7px 15px;
  border: 1px solid #71B8B8;
  color: #00AAAA;
}
#news .news-list {
  width: 71.67%;
}
#news ul li {
  padding: 15px 60px;
  border-top: 1px solid #C2D5D4;
  position: relative;
}
#news ul li::before {
  content: "";
  background: url("../images/common/icon-arrow-green.svg")no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 40%;
  right: 4%;
  transform: translateX(-50%);
}
#news ul li:last-child {
  border-bottom: 1px solid #C2D5D4;
}
#news ul li a {
  color: #000000;
}
#news ul li a span {
  margin-right: 9%;
}
@media (max-width: 980px) {
  #news ul li {
    padding: 15px 20px;
  }
  #news ul li::before {
    right: 0;
  }
}
@media (max-width: 768px) {
  #news {
    padding: 50px 0 140px;
  }
  #news .news-label {
    width: 100%;
  }
  #news .news-label h2 {
    font-size: 33px;
    font-size: 3.3rem;
    margin-bottom: -15px;
    text-align: center;
  }
  #news .news-list {
    width: 100%;
  }
  #news ul li {
    padding: 7px 15px;
  }
  #news ul li a span {
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  #news ul li::before {
    right: 0;
  }
  #news .btn {
    max-width: none;
    width: 80%;
    position: relative;
    bottom: -287px;
    left: 0;
    margin: 0 auto;
  }
}
#blog {
  padding: 80px 0 70px;
  background: #F7FAFA;
}
#blog .l_continar {
  max-width: 1425px;
}
#blog h2, #column-section h2 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 500;
  color: #00A1A1;
  text-align: center;
  margin-bottom: 30px;
}
#blog p.bg-text, #column-section p.bg-text {
  font-size: 124px;
  font-size: 12.4rem;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #FFF7E6;
  font-weight: 200;
  display: inline-block;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#column p.bg-text {
  font-size: 105px;
  font-size: 10.5rem;
}
#blog .ttl-p, #column-section .ttl-p {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 50px;
  font-weight: 600;
  text-align: center;
  color: #91867B;
  letter-spacing: 0.2rem;
}
#blog .btn, #column-section .btn {
  max-width: 215px;
  margin: 40px auto 0;
}
#blog .btn a, #column-section .btn a {
  border: 1px solid #71B8B8;
  text-align: center;
}
@media screen and (max-width: 1465px) {
  #blog .l_continar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #blog {
    padding: 60px 0 70px;
  }
	#blog .l_continar {
		padding-left: 20px;
        padding-right: 20px;
	}
  #blog h2, #column-section h2 {
    font-size: 33px;
    font-size: 3.3rem;
  }
  #blog .ttl-p, #column-section .ttl-p {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
  #blog p.bg-text, #column-section p.bg-text {
    font-size: 96px;
    font-size: 9.6rem;
    bottom: -17%;
  }
  #blog .btn, #column-section .btn {
    margin: 40px auto 0;
    max-width: none;
    width: 80%;
  }
}
#service-section {
  background-image: linear-gradient(145deg, #42cfc3, #2dbcb6);
  color: #ffffff;
  padding: 80px 0 160px;
}
#service-section .l_continar {
  max-width: 1350px;
}
#service-section .header {
  text-align: center;
  margin-bottom: 75px;
  position: relative;
  z-index: 1;
}
#service-section .header::before {
  content: "SERVICE";
  font-size: 100px;
  font-size: 10.0rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #54CEC5;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  bottom: -38%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#service-section .header-sub {
  font-size: 33px;
  font-size: 3.3rem;
  display: block;
}
#service-section .header-main {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
#service-section .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #BCFFFF;
  padding-bottom: 110px;
  margin-bottom: 110px;
  gap: 40px;
}
#service-section .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#service-section .item.reverse {
  flex-direction: row-reverse;
}
#service-section .item-image {
  width: 46.29%;
}
#service-section .item-content {
  width: 45.92%
}
#service-section .service-number {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 5px;
  display: block;
}
#service-section .item-title {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.3;
	letter-spacing: 0.2rem;
}
#service-section .item-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 35px;
  margin-bottom: 55px;
	    letter-spacing: 0.05rem;
}
@media (max-width: 1410px) {
  #service-section .l_continar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 940px) {
	#service-section .item {
		    align-items: flex-start;
	}
}
@media (max-width: 768px) {
  #service-section {
    padding: 60px 0 100px;
  }
	#service-section .l_continar {
        padding-left: 15px;
        padding-right: 15px;
    }
	#service-section .service-number {
		font-size: 16px;
    font-size: 1.6rem;
		margin-bottom: 0;
	}
  #service-section .item, #service-section .item.reverse {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  #service-section .item-image, #service-section .item-content {
    width: 100%;
  }
  #service-section .item-content {
    order: 2;
  }
  #service-section .header {
    margin-bottom: 45px;
  }
  #service-section .header-main {
    font-size: 33px;
    font-size: 3.3rem;
  }
  #service-section .header-sub {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #service-section .item-title {
            font-size: 30px;
        font-size: 3.0rem;
        margin-bottom: 20px;
  }
	#service-section .item-text {
    font-size: 17px;
		font-size: 1.7rem;
	}
  #service-section .header::before {
    font-size: 70px;
    font-size: 7.0rem;
  }
}
#column-section {
  padding: 90px 0;
}
#column-section .column-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
#column-section .main-column {
  width: 44.16%;
}
#column-section .main-image-wrapper {
  width: 100%;
  aspect-ratio: 530 / 354;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #E3E3E3;
}
#column-section .main-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#column-section .main-info .date {
  font-size: 13px;
  font-size: 1.3rem;
}
#column-section .main-info .title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 5px 0;
  line-height: 30px;
  letter-spacing: 0.1rem;
}
#column-section .sub-columns {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
#column-section .sub-item {
  display: flex;
  gap: 15px;
  text-decoration: none;
  transition: opacity 0.3s;
}
#column-section .sub-thumb {
  width: 23.33%;
  height: 100%;
  aspect-ratio: 140 / 95;
  overflow: hidden;
  border: 1px solid #E3E3E3;
}
#column-section .sub-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#column-section .sub-content {
  width: 74.16%;
  display: flex;
  flex-direction: column;
}
#column-section .sub-content .title {
  line-height: 26px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#column-section .sub-content .date {
  font-size: 13px;
  font-size: 1.3rem;
  color: #1A1A1A;
}
@media (max-width: 768px) {
  #column-section {
    padding: 70px 0 85px;
  }
  #column-section .main-column {
    width: 100%;
  }
  #column-section .sub-columns {
    width: 100%;
  }
  #column-section .column-container {
    flex-direction: column;
    gap: 40px;
  }
  #column-section .sub-thumb {
    width: 40.33%;
  }
  #column-section .sub-content {
    width: 56.16%;
  }
  #column-section .sub-item {
    gap: 10px;
  }
  #column-section .button-container {
    margin-top: 40px;
  }
}