@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
}

h1 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}

p {
  line-height: 1.8;
}

small {
  font-size: 1.4rem;
}

strong,
b {
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

main {
  display: block;
  overflow-x: hidden;
}

img {
  vertical-align: middle;
}

.--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .--pc {
    display: none;
  }
}

.--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .--sp {
    display: block;
  }
}

*:focus-visible {
  outline: 2px solid #CF005C;
  outline-offset: 2px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 12rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    padding: 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.container--fluid {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container--fluid {
    padding: 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .container--fluid {
    padding: 0 2rem;
  }
}

.container--narrow {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .container--narrow {
    padding: 0 2rem;
  }
}

.lp__header,
.lp__header *,
.lp__header *::before,
.lp__header *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp__header__inner,
.lp__header__left,
.lp__header__right,
.lp__header__nav,
.lp__header__contact,
.hamburger,
.hamburger__line,
.nav,
.nav__list,
.nav__item,
.nav__link {
  margin: 0;
  padding: 0;
}

.lp__header ul,
.lp__header ol {
  list-style: none;
}

.lp__header a {
  text-decoration: none;
  color: inherit;
}

.lp__header button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

main {
  padding-top: 70px !important;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 60px !important;
  }
}

main {
  padding-top: 70px !important;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 60px !important;
  }
}

.lp__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .lp__header {
    height: 60px;
  }
}
.lp__header__inner {
  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: 0 20px;
  height: 100%;
}
.lp__header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.lp__header__left img {
  width: auto;
  height: 47px;
}
@media screen and (max-width: 767px) {
  .lp__header__left img {
    height: 25px;
  }
}
.lp__header__left span {
  font-size: 16px;
  color: #CF005C;
}
@media screen and (max-width: 767px) {
  .lp__header__left span {
    display: none;
  }
}
.lp__header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .lp__header__right {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .lp__header__nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #fff;
    overflow-y: auto;
  }
  .lp__header__nav.--active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lp__header__nav {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.lp__header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 200px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#CF005C), to(#EC6D65));
  background: linear-gradient(to Right, #CF005C, #EC6D65);
  border-radius: 100px;
  border-bottom: 3px solid #940C3C;
}
@media screen and (max-width: 767px) {
  .lp__header__contact {
    min-width: 134px;
    height: 30px;
  }
}
.lp__header__contact img {
  width: auto;
  height: 16px;
}
.lp__header__contact span {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__header__contact span {
    font-size: 14px;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 2rem;
    gap: 3rem;
  }
}
.nav__link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .nav__link {
    font-size: 2rem;
  }
}
.nav__link:hover {
  color: #CF005C;
}
.nav__link--active {
  color: #CF005C;
}

.hamburger {
  display: none;
  width: 20px;
  height: 13px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hamburger__line:nth-child(1) {
  top: 0;
}
.hamburger__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger__line:nth-child(3) {
  bottom: 0;
}
.hamburger.--active .hamburger__line:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.--active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.--active .hamburger__line:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.lp__footer,
.lp__footer *,
.lp__footer *::before,
.lp__footer *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp__footer__inner,
.lp__footer__copyright,
.clients,
.clients__title,
.clients__list,
.clients__list__item,
.contact,
.contact__title,
.contact__info,
.contact__info__tel,
.contact__info__button {
  margin: 0;
  padding: 0;
}

.lp__footer ul,
.lp__footer ol {
  list-style: none;
}

.lp__footer a {
  text-decoration: none;
  color: inherit;
}

.lp__footer button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.lp__footer {
  background-color: #0F3853;
}
.lp__footer__inner {
  height: 123px;
  padding-block: 30px 80px;
}
.lp__footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3rem;
  text-align: center;
  color: #9DA6B9;
}
@media screen and (max-width: 767px) {
  .lp__footer__copyright {
    line-height: 1;
  }
}
.lp__footer__clients {
  padding-block: 4.8rem 6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 73, 116, 0.8)), to(rgba(9, 73, 116, 0.8))), url("/lp/assets/images/recruit/translation_bg.png") no-repeat center/cover;
  background: linear-gradient(rgba(9, 73, 116, 0.8), rgba(9, 73, 116, 0.8)), url("/lp/assets/images/recruit/translation_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lp__footer__clients {
    padding-top: 4rem;
  }
}
.lp__footer__clients h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__footer__clients h2 {
    font-size: 2rem;
  }
}
.lp__footer__clients h2 span {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.lp__footer__clients__list {
  margin-top: 3rem;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
@media (max-width: 1200px) {
  .lp__footer__clients__list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lp__footer__clients__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__footer__clients__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.lp__footer__clients__list__item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__footer__clients__list__item {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.lp__footer__contact {
  padding-block: 6rem 5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(58, 139, 174, 0.95)), to(rgba(200, 231, 170, 0.95))), url("/lp/assets/images/recruit/translation_bg.png") no-repeat center/cover;
  background: linear-gradient(90deg, rgba(58, 139, 174, 0.95) 0%, rgba(200, 231, 170, 0.95) 100%), url("/lp/assets/images/recruit/translation_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lp__footer__contact {
    padding-block: 4rem 6rem;
  }
}
.lp__footer__contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 2.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__footer__contact__title {
    font-size: 2.2rem;
  }
}
.lp__footer__contact__title span {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .lp__footer__contact__title span {
    margin-top: 1.6rem;
    line-height: 1;
  }
}
.lp__footer__contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .lp__footer__contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
}
.lp__footer__contact__info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .lp__footer__contact__info__tel {
    gap: 0.1rem;
  }
}
.lp__footer__contact__info__tel img {
  width: auto;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .lp__footer__contact__info__tel img {
    height: 2.4rem;
  }
}
.lp__footer__contact__info__tel span {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lp__footer__contact__info__tel span {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__footer__contact__info__tel span {
    font-size: 3.2rem;
  }
}
.lp__footer__contact__info__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 40rem;
  height: 7rem;
  background: -webkit-gradient(linear, left top, right top, from(#CF005C), to(#EC6D65));
  background: linear-gradient(to Right, #CF005C, #EC6D65);
  border-radius: 100px;
  border-bottom: 3px solid #940C3C;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lp__footer__contact__info__button {
    width: 32rem;
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__footer__contact__info__button {
    width: 26rem;
    height: 5rem;
  }
}
.lp__footer__contact__info__button img {
  width: auto;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp__footer__contact__info__button img {
    height: 1.8rem;
  }
}
.lp__footer__contact__info__button span {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__footer__contact__info__button span {
    font-size: 1.8rem;
  }
}

.mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-block: 4rem 18.4rem;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-block: 4rem 7.6rem;
  }
}
.mv__bg__line {
  position: absolute;
  z-index: -1;
}
.mv__bg__line:nth-of-type(1) {
  top: -70px;
  right: -9.8rem;
  width: 57.5rem;
}
@media screen and (max-width: 767px) {
  .mv__bg__line:nth-of-type(1) {
    top: -0.8rem;
    right: -4.8rem;
    width: 25.3rem;
  }
}
.mv__bg__line:nth-of-type(2) {
  top: 10.5rem;
  left: 0;
  width: 44.9rem;
}
@media screen and (max-width: 767px) {
  .mv__bg__line:nth-of-type(2) {
    top: 6.9rem;
    left: -2.4rem;
    width: 19.7rem;
  }
}
.mv__target {
  padding: 0.8rem 3.2rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#85BFD8), to(#D7E7AE));
  background: linear-gradient(to right, #85BFD8, #D7E7AE);
  border-radius: 100rem;
}
@media screen and (max-width: 767px) {
  .mv__target {
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: 10%;
  }
}
.mv__title {
  position: relative;
  margin-top: 2.5rem;
  padding-inline: 12rem;
}
@media screen and (max-width: 767px) {
  .mv__title {
    padding-inline: 3.5rem;
  }
}
.mv__title__text {
  width: 111.8rem;
}
@media screen and (max-width: 767px) {
  .mv__title__text {
    display: none;
  }
}
.mv__title__text__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv__title__text__sp {
    display: block;
    width: 31.9rem;
  }
}
.mv__title__circle {
  position: absolute;
  width: calc((100% - 24rem) * 188 / 1118);
  left: calc((100% - 24rem) * 231 / 1118 + 12rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv__title__circle {
    display: none;
  }
}
.mv__title__circle__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv__title__circle__sp {
    display: block;
    position: absolute;
    width: 9.5rem;
    right: 10.2rem;
    top: -0.8rem;
    z-index: -1;
  }
}
.mv__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .mv__case {
    gap: 1rem;
    margin-top: 3.9rem;
  }
}
.mv__case li {
  padding: 0.8rem 1.6rem;
  background: #D0005D;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mv__case li {
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
  }
}
.mv__sub__title {
  margin-top: 1.3rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv__sub__title {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.mv__slider {
  position: relative;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .mv__slider {
    margin-top: 2.4rem;
    gap: 1.5rem;
  }
}
.mv__slider__item {
  width: 28rem;
  height: 34rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mv__slider__item {
    width: 10rem;
    height: 14rem;
  }
}
.mv__slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
  display: block;
}

.translation {
  position: relative;
  padding-block: 13.8rem 7rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(58, 139, 174, 0.95)), to(rgba(200, 231, 170, 0.95))), url("/lp/assets/images/recruit/translation_bg.png") no-repeat center/cover;
  background: linear-gradient(90deg, rgba(58, 139, 174, 0.95) 0%, rgba(200, 231, 170, 0.95) 100%), url("/lp/assets/images/recruit/translation_bg.png") no-repeat center/cover;
}
.translation__bubble {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .translation__bubble {
    display: none;
  }
}
.translation__bubble:nth-of-type(1) {
  top: -9.122rem;
  left: calc(50% - 27.9rem);
  width: 25rem;
}
.translation__bubble:nth-of-type(3) {
  top: -10.3rem;
  left: calc(50% - 0.05rem);
  width: 22.9rem;
}
.translation__bubble:nth-of-type(5) {
  top: -9.122rem;
  left: calc(50% + 26.45rem);
  width: 21.9rem;
}
.translation__bubble__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .translation__bubble__sp {
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .translation__bubble__sp:nth-of-type(2) {
    top: -6rem;
    left: calc(50% - 10.05rem);
    width: 14.9rem;
  }
}
@media screen and (max-width: 767px) {
  .translation__bubble__sp:nth-of-type(4) {
    top: 1rem;
    left: calc(50% + 0.659rem);
    width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .translation__bubble__sp:nth-of-type(6) {
    top: -3.7rem;
    left: calc(50% + 11.75rem);
    width: 11.5rem;
  }
}
.translation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .translation__title {
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
  }
}
.translation__title span {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .translation__title span {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }
}
.translation .target__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(40rem, 100%), 1fr));
  gap: 2.5rem 4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .translation .target__list {
    margin-top: 2.8rem;
  }
}
.translation .target__list__item {
  background: #fff;
}
.translation .target__list__item:nth-of-type(1) h3 {
  color: #81AD67;
}
.translation .target__list__item:nth-of-type(2) h3 {
  color: #4B8FA6;
}
.translation .target__list__item:nth-of-type(3) h3 {
  color: #C97575;
}
.translation .target__list__item:nth-of-type(4) h3 {
  color: #826BAD;
}
.translation .target__list__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.translation .target__list__item__head img {
  width: 12rem;
  height: 12rem;
}
@media screen and (max-width: 767px) {
  .translation .target__list__item__head img {
    width: 8rem;
    height: 8rem;
  }
}
.translation .target__list__item__head__text {
  padding: 1.6rem 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .translation .target__list__item__head__text {
    padding: 0.8rem 1.6rem 0 0.8rem;
  }
}
.translation .target__list__item__head__text h3 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .translation .target__list__item__head__text h3 {
    font-size: 2rem;
  }
}
.translation .target__list__item__head__text h3 span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.2rem;
}
.translation .target__list__item__head__text p {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  color: #333;
}
@media screen and (max-width: 767px) {
  .translation .target__list__item__head__text p {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    line-height: 1.35;
  }
}
.translation .target__list__item__explain {
  padding: 1.6rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .translation .target__list__item__explain {
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.service {
  position: relative;
  padding-block: 6rem 7rem;
}
@media screen and (max-width: 767px) {
  .service {
    padding-block: 4rem 6rem;
  }
}
.service__bg__line {
  position: absolute;
  z-index: -1;
}
.service__bg__line:nth-of-type(1) {
  top: -5rem;
  left: -10.8rem;
  width: 60.6rem;
}
@media screen and (max-width: 767px) {
  .service__bg__line:nth-of-type(1) {
    top: -2.3rem;
    left: -5.1rem;
    width: 28.2rem;
  }
}
.service__bg__line:nth-of-type(2) {
  top: 5.6rem;
  right: -7.9rem;
  width: 47.4rem;
}
@media screen and (max-width: 767px) {
  .service__bg__line:nth-of-type(2) {
    top: 12rem;
    right: -7.5rem;
    width: 22.1rem;
  }
}
.service h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.2rem;
  font-weight: 700;
  background: linear-gradient(97.7deg, #009CD3 21.41%, #13A0C0 27.57%, #45AC91 39.9%, #95BF45 58.4%, #C1CA1C 68.09%, #77BE58 100.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .service h2 {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.service h2::after {
  content: "SERVICE";
  margin-top: 1.6rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #A3D6C0;
  -webkit-text-fill-color: #A3D6C0;
}
@media screen and (max-width: 767px) {
  .service h2::after {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.5em;
  }
}
.service .service__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 4.8rem 4.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .service .service__list {
    margin-top: 3.2rem;
  }
}
.service .service__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service .service__list__item img {
  width: 100%;
}
.service .service__list__item h3 {
  margin-block: 2.4rem 0;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  color: #45799F;
}
@media screen and (max-width: 767px) {
  .service .service__list__item h3 {
    font-size: 2rem;
    margin-top: 1.2rem;
  }
}
.service .service__list__item__description {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .service .service__list__item__description {
    margin-top: 0.8rem;
  }
}
.service .service__list__item__role, .service .service__list__item__strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .service .service__list__item__role, .service .service__list__item__strength {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.2rem;
  }
}
.service .service__list__item__role::before, .service .service__list__item__strength::before {
  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;
  width: 7rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #fff;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .service .service__list__item__role::before, .service .service__list__item__strength::before {
    width: 100%;
    padding: 0.6rem;
    font-size: 1.4rem;
  }
}
.service .service__list__item__role p, .service .service__list__item__strength p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #888888;
}
.service .service__list__item__role::before {
  content: "役割";
  background: -webkit-gradient(linear, left top, right top, from(#4C90A6), to(#4DBBAE));
  background: linear-gradient(90deg, #4C90A6 0%, #4DBBAE 100%);
}
.service .service__list__item__strength::before {
  content: "スキップ\aの強み";
  background: -webkit-gradient(linear, left top, right top, from(#CF005C), to(#EC6D65));
  background: linear-gradient(90deg, #CF005C 0%, #EC6D65 100%);
}
@media screen and (max-width: 767px) {
  .service .service__list__item__strength::before {
    content: "スキップの強み";
  }
}
.service .service__list__item.--exception {
  padding: 2.4rem 3.2rem;
  background: linear-gradient(19.64deg, #EEF3F6 40%, #DEE3EA 71%, #D6DBE4 100%);
}
.service .service__list__item.--exception img {
  width: 100%;
  -webkit-box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.1490196078);
}
.service .service__list__item.--exception h3 {
  margin-block: 3.2rem 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  color: #333333;
}
.service .service__list__item.--exception p {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #888888;
}/*# sourceMappingURL=style.css.map */