/* =======================
VARIABLES
* ======================= */
/* colors */
/* breakpoints */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"); /* =======================
 * Functions CLASS
 * ======================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  position: relative;
  z-index: 2;
}

figure {
  font-size: 0;
}

img {
  width: 100%;
  height: auto;
  font-size: 0;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  font-size: 18px;
}

ul {
  list-style: none;
}

.m-wysiwygArea {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .m-wysiwygArea {
    font-size: 12px;
  }
}
.m-wysiwygArea * + * {
  margin-top: 1.75em;
}
.m-wysiwygArea br + * {
  margin-top: 0;
}
.m-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .m-wysiwygArea a {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
}
@media screen and (min-width: 768px) {
  .m-wysiwygArea a:hover {
    opacity: 0.7;
  }
}
.m-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.m-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.m-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.m-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.m-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.m-wysiwygArea h5,
.m-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.m-wysiwygArea h1 + h2,
.m-wysiwygArea h2 + h3,
.m-wysiwygArea h3 + h4,
.m-wysiwygArea h4 + h5,
.m-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.m-wysiwygArea p {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .m-wysiwygArea p {
    font-size: 12px;
  }
}
.m-wysiwygArea strong,
.m-wysiwygArea strong * {
  font-weight: bold;
}
.m-wysiwygArea em,
.m-wysiwygArea em * {
  font-style: italic;
}
.m-wysiwygArea ul {
  list-style-type: disc;
}
.m-wysiwygArea ol {
  list-style-type: decimal;
}
.m-wysiwygArea ul,
.m-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.m-wysiwygArea ul li,
.m-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.m-wysiwygArea sup,
.m-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.m-wysiwygArea hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.m-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.m-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.m-wysiwygArea table thead th,
.m-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.m-wysiwygArea table tr th,
.m-wysiwygArea table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.m-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.m-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.m-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.m-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.m-wysiwygArea .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.m-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.m-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.m-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 62.5%;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  overflow-x: hidden;
  position: relative;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    overflow: scroll;
  }
}

main {
  position: relative;
}

section {
  z-index: unset;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.m-pcDb {
  display: block;
}

.m-pcDib {
  display: inline-block;
}

.m-pcDin {
  display: inline;
}

.m-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-pcDt {
  display: table;
}

.m-pcDtc {
  display: table-cell;
}

.m-spDb,
.m-spDib,
.m-spDin,
.m-spDf,
.m-spDt,
.m-spDtc {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-pcDb,
  .m-pcDib,
  .m-pcDin,
  .m-pcDf,
  .m-pcDt,
  .m-pcDtc {
    display: none;
  }
  .m-spDb {
    display: block;
  }
  .m-spDib {
    display: inline-block;
  }
  .m-spDin {
    display: inline;
  }
  .m-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-spDt {
    display: table;
  }
  .m-spDtc {
    display: table-cell;
  }
}
/*====================================================================
COMMON LAYOUT FOR HOMEPAGE
====================================================================*/
.siteContent {
  overflow: hidden;
}

.bgOverlay__01 {
  z-index: 1;
  left: -77rem;
  top: -55rem;
  width: 115.4rem;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .bgOverlay__01 {
    left: -60rem;
    top: -35rem;
    width: 80rem;
  }
}

.bgOverlay__02 {
  width: 196.8rem;
  position: absolute;
  top: 57.5%;
  left: -114.5%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .bgOverlay__02 {
    width: 115rem;
    left: -40%;
  }
}

.bgOverlay__03 {
  position: absolute;
  width: 98.2rem;
  right: -44%;
  top: -33%;
  pointer-events: none;
}

.bgOverlay__04 {
  top: 5%;
  right: -60%;
  width: 140rem;
  position: absolute;
  pointer-events: none;
}

.inner__container {
  width: 100%;
  margin: 0 auto;
  max-width: 111rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .inner__container {
    max-width: 100%;
    padding: 0 1.5rem;
    max-width: 111rem;
  }
}
.features .inner__container {
  width: 100%;
  max-width: 132rem;
  padding-left: 10.5rem;
}
@media screen and (max-width: 767px) {
  .features .inner__container {
    padding: 0 1.5rem;
  }
}

.cTxt {
  font-size: 2rem;
  line-height: 2.5;
  font-weight: 500;
}
[lang=en-US] .cTxt {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cTxt {
    line-height: 1.8;
    font-size: 1.6rem;
  }
}
.features .cards .cTxt {
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .features .cards .cTxt {
    line-height: 1.8;
    font-size: 1.8rem;
  }
}
.cTxt.txt--center {
  text-align: center;
}
.cTxt.txt--white {
  color: #fff;
}

.ttl__txt {
  line-height: 1;
  font-size: 14rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .ttl__txt {
    font-size: 4.8rem;
  }
}
.ttl__txt.ttl--black {
  color: #000;
}
.ttl__txt.ttl--white {
  color: #fff;
}
.ttl__txt.ttl--orange {
  display: inline-block;
}

.ttlMd__txt {
  font-size: 9.5rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .ttlMd__txt {
    font-size: 4.8rem;
  }
}
.ttlMd__txt.ttl--white {
  color: #fff;
}
.ttlMd__txt.ttl--orange {
  color: #ff741d;
}

.siteHeader {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.siteHeader__inner {
  position: absolute;
  right: 4rem;
  top: 2rem;
}
@media screen and (max-width: 767px) {
  .siteHeader__inner {
    top: 1rem;
    right: 1.5rem;
  }
}

.siteHeader__langSelected {
  margin: 0 auto;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  padding: 0.25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .siteHeader__langSelected {
    padding: 0.25rem 0.8rem;
  }
}

.siteHeader__langFlag {
  border-radius: 0.5rem;
  padding: 0.25rem 1rem;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  cursor: pointer;
}
.siteHeader__langFlag:hover {
  background: rgba(255, 255, 255, 0.5);
}
.is-show .siteHeader__langFlag {
  background: rgba(255, 255, 255, 0.5);
}

.siteHeader__langActive {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 4rem;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
}
.siteHeader__langActive svg {
  width: 100%;
  pointer-events: none;
}

.siteHeader__langList {
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}
.is-show .siteHeader__langList {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.siteHeader__langItemLink {
  display: block;
  padding: 0.25rem 1rem;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
}
@media screen and (max-width: 767px) {
  .siteHeader__langItemLink {
    padding: 0.25rem 0.8rem;
  }
}
.siteHeader__langItemLink:hover {
  background: rgba(255, 255, 255, 0.5);
}
.siteHeader__langItemLink svg {
  width: 4rem;
}

.siteHeader__langItemText {
  display: block;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .siteHeader__langItemText {
    font-size: 1.2rem;
  }
}

.sec__wrapper.leaveItToCOS {
  padding: 18rem 2rem;
}
@media screen and (max-width: 767px) {
  .sec__wrapper.leaveItToCOS {
    padding: 15rem 0 0;
  }
}
.sec__wrapper.features {
  position: relative;
  padding: 18rem 2rem 30rem;
}
@media screen and (max-width: 767px) {
  .sec__wrapper.features {
    padding: 8rem 0 18rem;
  }
}
.sec__wrapper.features:before {
  content: "";
  top: 0;
  left: 0;
  height: 70%;
  width: 100%;
  position: absolute;
  background: #000;
}
.sec__wrapper.businessSupp {
  position: relative;
  padding: 35rem 2rem 24.5rem;
}
@media screen and (max-width: 767px) {
  .sec__wrapper.businessSupp {
    padding: 7rem 0 15rem;
  }
}
.sec__wrapper.services {
  position: relative;
}
.sec__wrapper.grpCompany {
  position: relative;
  padding: 28rem 2rem 17rem;
}
@media screen and (max-width: 767px) {
  .sec__wrapper.grpCompany {
    padding: 12rem 0 15rem;
  }
}
.sec__wrapper.grpCompany:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #000;
}

.hero {
  position: relative;
  height: 108rem;
  background: url(../images/hero-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .hero {
    height: 65rem;
  }
}

.hero__overlay {
  width: calc(100% - 2rem);
  position: absolute;
  top: 40%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

.hero__data {
  padding-top: 31rem;
}
@media screen and (max-width: 767px) {
  .hero__data {
    padding-top: 22rem;
  }
}

.hero__title {
  max-width: 63.2rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero__title {
    max-width: 70%;
  }
}

.hero__bot {
  margin-top: 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero__bot {
    margin-top: 6rem;
  }
}

.hero__person {
  max-width: 20.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero__person {
    max-width: 12rem;
  }
}

.hero__text {
  top: 40%;
  left: 50%;
  width: 100%;
  line-height: 1.2;
  font-size: 9.6rem;
  position: absolute;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.6);
}
.hero__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .hero__text {
    font-size: 3.2rem;
  }
}

/* ================================================
SECTION 2
================================================ */
.label__text {
  font-size: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .label__text {
    font-size: 2.4rem;
  }
}

.aboutUs {
  position: relative;
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .aboutUs {
    padding-top: 18rem;
  }
}
.aboutUs:after, .aboutUs:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 20%;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .aboutUs:after, .aboutUs:before {
    height: 20%;
  }
}
.aboutUs:before {
  background: #f1f1f1;
}
.aboutUs:after {
  height: 5%;
  background: #000;
}

.aboutUs__bg {
  top: 13%;
  width: 100%;
  height: 120%;
  background: #f1f1f1;
  position: absolute;
  -webkit-transform: skewY(-18.5deg);
          transform: skewY(-18.5deg);
}
@media screen and (max-width: 767px) {
  .aboutUs__bg {
    top: 5%;
    height: 100%;
  }
}

.aboutUs__data {
  margin-top: 4.5rem;
}

.aboutUs__kv {
  z-index: 2;
  position: relative;
  margin-top: -17.5rem;
}
@media screen and (max-width: 767px) {
  .aboutUs__kv {
    margin-top: 3rem;
  }
}

.aboutUs__kvItem {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .aboutUs__kvItem {
    width: 28rem;
  }
}
.aboutUs__kvItem:first-child {
  margin: 0 0 0 auto;
}
.aboutUs__kvItem:nth-child(2) {
  margin: 0 auto;
}
.aboutUs__kvItem:not(:first-child) {
  margin-top: -11.8rem;
}
@media screen and (max-width: 767px) {
  .aboutUs__kvItem:not(:first-child) {
    margin-top: -5rem;
  }
}

/* ================================================
SECTION 3
================================================ */
.features__bg {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 2%;
  z-index: -1;
  position: absolute;
  background: #000;
  -webkit-transform: skewY(-18.5deg);
          transform: skewY(-18.5deg);
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cards {
    gap: 4rem;
    width: calc(100% - 2rem);
    margin: 5rem auto 0;
  }
}

.card__item {
  overflow: hidden;
  min-height: 18rem;
  position: relative;
  background: #fff;
  width: calc(50% - 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
}
[lang=en-US] .card__item .cTxt {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .card__item {
    width: 100%;
  }
}

.card__toolTip {
  position: absolute;
  top: 3.3rem;
  left: -2.1rem;
  border: 6rem solid transparent;
  border-top: 0;
  border-bottom: 6rem solid #ff741d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.card__body {
  padding: 3rem 2.7rem;
}

/* ================================================
SECTION 4
================================================ */
.businessSupp__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 108rem;
}

.businessContent {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .businessContent {
    margin-top: 3rem;
  }
}

.businessContent__txt {
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .businessContent__txt {
    font-size: 2.4rem;
  }
}

.labelTag {
  height: 7rem;
  background: #000;
  margin-top: 7.5rem;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
}
@media screen and (max-width: 767px) {
  .labelTag {
    height: 4.5rem;
    margin-top: 5rem;
  }
}

.labelTag__txt {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: bold;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
@media screen and (max-width: 767px) {
  .labelTag__txt {
    font-size: 2.4rem;
  }
}

.companyInfo {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 4.3rem;
}
@media screen and (max-width: 767px) {
  .companyInfo {
    gap: 3rem;
  }
}

.companyInfo__item {
  min-height: 16rem;
  width: calc(33.3333333333% - 2.9rem);
  padding: 1.5rem 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
}
.companyInfo__item:before {
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 1.5rem);
  height: 14rem;
  background: #fff;
  position: absolute;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  border: 1rem solid #000;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .companyInfo__item:before {
    border: 0.5rem solid #000;
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .companyInfo__item {
    width: 80%;
    margin: 0 auto;
    min-height: 12rem;
  }
}
.companyInfo__item:nth-child(3n) .companyInfo__itemArrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .companyInfo__item:nth-child(3n) .companyInfo__itemArrow {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .companyInfo__item:last-child .companyInfo__itemArrow {
    display: none;
  }
}
.companyInfo__item:nth-child(4):before, .companyInfo__item:nth-child(5):before, .companyInfo__item:nth-child(6):before {
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.companyInfo__itemArrow {
  top: 50%;
  right: -3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 1.8rem;
}
@media screen and (max-width: 767px) {
  .companyInfo__itemArrow {
    left: 50%;
    top: auto;
    right: auto;
    width: 1.4rem;
    bottom: -4.25rem;
  }
  .companyInfo__itemArrow svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.companyInfo__itemTxt {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
[lang=en-US] .companyInfo__itemTxt {
  font-size: 2.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .companyInfo__itemTxt {
    font-size: 2.2rem;
  }
  [lang=en-US] .companyInfo__itemTxt {
    font-size: 2rem;
  }
}

.services__listItem {
  font-size: 3.5rem;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  text-indent: -3.5rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .services__listItem {
    font-size: 2.4rem;
  }
}
.services__listItem::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: #ff741d;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .services__listItem::before {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.8rem;
  }
}
.services__listItem:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .services__listItem:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.services__listItemSm {
  display: block;
  font-size: 2.4rem;
  text-indent: 0.1rem;
}
@media screen and (max-width: 767px) {
  .services__listItemSm {
    line-height: 1.4;
    font-size: 1.6rem;
    text-indent: -1rem;
  }
}

.services__kv {
  position: relative;
  z-index: 1;
}

.grpCompany__bg {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 2%;
  z-index: -1;
  position: absolute;
  background: #000;
  -webkit-transform: skewY(18.5deg);
          transform: skewY(18.5deg);
}

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

.grpCompany__cards {
  gap: 4rem 8rem;
  margin-top: 16.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .grpCompany__cards {
    gap: 6rem;
    margin-top: 12rem;
  }
}

.grpCompany__cardItem {
  padding-top: 3rem;
  background: #fff;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  width: calc(33.3333333333% - 5.333rem);
}
@media screen and (max-width: 767px) {
  .grpCompany__cardItem {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

.grpCompany__cardHead {
  min-height: 14rem;
  background: #686868;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
}
@media screen and (max-width: 767px) {
  .grpCompany__cardHead {
    min-height: 12rem;
  }
}

.grpCompany__cardKv {
  width: 100%;
  margin: 0 auto;
  max-width: 19rem;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}

.grpCompany__cardTxt {
  line-height: 1.4;
  min-height: 15rem;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
}
@media screen and (max-width: 767px) {
  .grpCompany__cardTxt {
    min-height: 13rem;
    font-size: 2.2rem;
  }
}

.grpCompany__cardFooter {
  padding: 2rem 1rem 5rem;
}
@media screen and (max-width: 767px) {
  .grpCompany__cardFooter {
    padding: 1.5rem 1rem 3.5rem;
  }
}

.grpCompany__cardLink {
  display: block;
  line-height: 1;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .grpCompany__cardLink {
    font-size: 1.8rem;
  }
}

.siteFooter {
  background: #000;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .siteFooter {
    padding-bottom: 5rem;
  }
}

.copyrights {
  font-size: 1.4rem;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 2.5rem 2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .copyrights {
    line-height: 1.4;
    font-size: 1.8rem;
    padding: 2rem 1rem;
  }
}
.copyrights .col--orange {
  color: #ff741d;
}

.features .rowData {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .features .rowData {
    margin-top: 5rem;
  }
}
.rowData.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
}
@media screen and (max-width: 767px) {
  .rowData.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rowData--leaveItToCOS {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .rowData--leaveItToCOS {
    margin-top: 6rem;
  }
}
.rowData--leaveItToCOS .rowData__col:last-child {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .rowData--leaveItToCOS .rowData__col:last-child {
    width: 100%;
  }
}
.rowData--features .rowData__col:last-child {
  width: 60.91%;
}
@media screen and (max-width: 767px) {
  .rowData--features .rowData__col:last-child {
    width: 100%;
  }
}
.rowData--services {
  margin-top: 6rem;
  padding-bottom: 24.6rem;
}
@media screen and (max-width: 767px) {
  .rowData--services {
    margin-top: 5rem;
    padding-bottom: 16rem;
  }
}
.rowData--services .rowData__col:last-child {
  width: 34.77%;
}
@media screen and (max-width: 767px) {
  .rowData--services .rowData__col:last-child {
    margin: 5rem auto 0;
    width: calc(100% - 20px);
  }
}

.rowData__ttl {
  line-height: 1.4;
  font-size: 5.86rem;
  letter-spacing: 0.04em;
}
[lang=en-US] .rowData__ttl {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .rowData__ttl {
    font-size: 3.2rem;
  }
}
.features .rowData__ttl {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .features .rowData__ttl {
    margin-top: 3rem;
  }
}
.rowData__ttl.ttl--white {
  color: #fff;
}

.ttl--orange {
  color: #ff741d;
}

@media screen and (max-width: 767px) {
  .rowData__list {
    margin-top: 3rem;
  }
}

.rowData__item {
  white-space: nowrap;
}
[lang=en-US] .rowData__item {
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .rowData__item {
    white-space: normal;
  }
}
.rowData__item:not(:last-child) {
  margin-bottom: 5rem;
}
[lang=en-US] .rowData__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .rowData__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}