/* ========================================================================== */
/* corporate info */
/* ========================================================================== */
.messageCEO {
  background-color: #ffffff;
}
.contentsWrapper {
  padding-bottom: 0;
}
.service,
.companyInfo {
  padding-bottom: 5.5rem;
}
@font-face {
  font-family: "fude";
  src: url("../font/KouzanMouhituFontOTF.otf") format("opentype");
  font-display: swap;
}
.innerMessageCEO {
  max-width: min(1100 / 1000 * 100svw, 1100px);
  margin: 2.5rem auto;
  margin-bottom: 0;
  padding-left: 4svw;
  padding-right: 4svw;
}
@media screen and (max-width: 768px) {
  .innerMessageCEO {
    margin: 0;
  }
}

.messageCEO p {
  transform: rotate(0.003deg);
  font-size: 1.2rem;
  font-weight: bold;
  margin: 20px 0;
}
.messageCEO h1 {
  font-size: 2rem;
}

.innerMessageCEO h1 {
  font-size: 2rem;
  font-family: "fude";
  margin-bottom: 0;
}

.values {
  padding-bottom: 0px;
}

.innerValuesMessage p {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  margin: 0;
}

.innerValuesMessage {
  max-width: min(1100 / 1000 * 100svw, 1100px);
  margin: 2.5rem auto;
}
.innerValuesMessage p {
  font-size: 1.2rem;
}

.innerValuesFigure p {
  display: flex;
  justify-content: start;
  font-size: 2rem;
  margin: 0;
}
.oneKBase {
  transform: translate(0%, 0%);
  padding: 0;
  margin: 30px auto;
  width: 900px;
  /*height: 550px;*/
}
.oneK {
  display: flex;
  padding-top: 80px;
  flex-wrap: nowrap;
}
.oneK::before {
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  width: 2500px;
  height: 2500px;
  border-radius: 50%;
  top: -450px;
  left: -200px;
  -webkit-clip-path: polygon(0% 16%, 100% 16%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 16%, 100% 16%, 100% 100%, 0% 100%);
  content: "";
}

.oneK .leftContent {
  padding-left: 4%;
}

.oneK h1 {
  color: #052d94;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  white-space: nowrap;
  font-size: 2rem;
  text-align: left;
}

.oneK p {
  font-size: 1rem;
  justify-content: start;
}

.oneK img {
  transform: translate(10%, 0%);
  width: 250px;
  height: 180px;
  object-fit: cover;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .oneKBase {
    position: flex;
    height: 8rem; /* 20svh */
    transform: none;
    margin-bottom: 5.5rem;
  }
  .oneK {
    padding-top: 0;
  }
  .oneK .rightContent {
    display: none;
  }
  .oneK .leftContent {
    padding-left: 2%;
  }
  .oneK h1 {
    white-space: normal;
  }
  .oneK::before {
    display: none;
  }
}
.twoKBase {
  transform: translate(0%, 0%);
  padding: 0;
  margin: 30px auto;
  width: 900px;
}
.twoK {
  display: flex;
  padding-top: 80px;
  padding-left: 30px;
  flex-wrap: nowrap;
}

.twoK h1 {
  color: #052d94;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  white-space: nowrap;
  font-size: 2rem;
}
.twoK .rightContent {
  padding-left: 60px;
  min-width: 70%;
}
.twoK p {
  font-size: 1rem;
}

.twoK img {
  position: absolute;
  left: 20px;
  width: 250px;
  height: 180px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .twoKBase {
    position: flex;
    height: 8rem; /* 20svh */
    transform: none;
    margin-top: 0;
    margin-bottom: 5.5rem;
  }
  .twoK {
    padding: 0;
  }
  .twoK .rightContent {
    padding-left: 1rem;
  }
  .twoK .leftContent {
    display: none;
  }
  .twoK h1 {
    white-space: normal;
  }
}
.threeKBase {
  transform: translate(0%, 0%);
  padding: 0;
  margin: 30px auto;
  width: 900px;
}
.threeK {
  display: flex;
  padding-top: 80px;
  flex-wrap: nowrap;
}
.threeK .leftContent {
  padding-left: 2%;
}
.threeK::before {
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  width: 2500px;
  height: 1970px;
  border-radius: 50%;
  top: 360px;
  left: -1400px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
  content: "";
}
.threeK h1 {
  color: #052d94;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  white-space: nowrap;
  font-size: 2rem;
  text-align: left;
}

.threeK p {
  font-size: 1rem;
  justify-content: start;
}

.threeK img {
  transform: translate(10%, 0%);
  width: 250px;
  height: 180px;
  object-fit: cover;
  padding-left: 85px;
}
@media screen and (max-width: 768px) {
  .threeK img {
    display: none;
  }
  .threeKBase {
    position: flex;
    height: 8rem; /* 20svh */
    transform: none;
    margin-top: 0;
    margin-bottom: 5.5rem;
  }
  .threeK {
    padding-top: 0;
  }
  .threeK .leftContent {
    padding-left: 1rem;
  }
  .threeK h1 {
    white-space: normal;
  }
  .threeK::before {
    display: none;
  }
}
.fourKBase {
  transform: translate(0%, 0%);
  padding: 0;
  margin: 30px auto;
  width: 900px;
}

.fourK {
  display: flex;
  padding-top: 80px;
  padding-left: 60px;
  flex-wrap: nowrap;
}

.fourK h1 {
  color: #052d94;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  white-space: nowrap;
  font-size: 2rem;
}
.fourK .rightContent {
  padding-left: 40px;
  min-width: 70%;
}
.fourK p {
  font-size: 1rem;
}

.fourK img {
  position: absolute;
  left: 20px;
  width: 250px;
  height: 180px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .fourK img {
    display: none;
  }
  .fourKBase {
    position: flex;
    height: 8rem; /* 20svh */
    transform: none;
    margin-top: 0;
    margin-bottom: 5.5rem;
  }
  .fourK {
    padding: 0;
  }
  .fourK .rightContent {
    padding-left: 1rem;
  }
  .fourK .leftContent {
    display: none;
  }
  .fourK h1 {
    white-space: normal;
  }
}
.fiveKBase {
  transform: translate(0%, 0%);
  padding: 0;
  margin: 30px auto;
  margin-bottom: 9.48rem;
  width: 900px;
  height: 310px;
}
.fiveK {
  display: flex;
  padding-top: 80px;
  flex-wrap: nowrap;
  height: 180px;
}
.fiveK .leftContent {
  padding-left: 2%;
}
.fiveK h1 {
  color: #052d94;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  white-space: nowrap;
  font-size: 2rem;
  text-align: left;
}

.fiveK p {
  font-size: 1rem;
  justify-content: start;
}

.fiveK img {
  transform: translate(10%, 0%);
  width: 250px;
  height: 200px;
  object-fit: cover;
  padding-left: 85px;
}
@media screen and (max-width: 768px) {
  .fiveK img {
    display: none;
  }
  .fiveKBase {
    position: flex;
    height: 8rem; /* 20svh */
    transform: none;
    margin-top: 0;
    margin-bottom: 5.5rem;
  }
  .fiveK {
    padding-top: 0;
  }
  .fiveK .leftContent {
    padding-left: 1rem;
  }
  .fiveK h1 {
    white-space: normal;
  }
}
.circle {
  /*  transform: translate(205%, -180%);*/
  position: absolute;
  /*transform: translate(250%, -180%);*/
  top: 80px;
  left: 32%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #052d94;
}

.circle p {
  transform: translate(0%, 100%);
  font-size: 3rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .circle {
    /*
    position: relative;
    transform: none;
    top: 10px;
    left: -25px;
    scale: 0.3;*/
    display: none;
  }
  /*.circle::after {
    position: relative;
    content: "";
    top: 90%;
    left: 50%;
    width: 10px;
    height: 1450px;
    background-color: #052d94;
    transform-origin: left top;
    animation: circle_animate 2s forwards infinite;
  }
  @keyframes circle_animate {
    0% {
      height: 0px;
    }

    100% {
      height: 1450px;
    }
  }*/
}
@media screen and (min-width: 769px) {
  .circle::after {
    position: absolute;
    content: "";
    top: 90%;
    left: 50%;
    width: 10px;
    height: 300px;
    background-color: #052d94;
    transform: rotate(-12deg);
    transform-origin: left top;
    animation: circle_animate 2s forwards infinite;
  }
  @keyframes circle_animate {
    0% {
      height: 0px;
    }

    100% {
      height: 300px;
    }
  }
}
.circleL {
  position: absolute;
  /*transform: translate(250%, -180%);*/
  top: 80px;
  left: 39%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #052d94;
}

.circleL p {
  transform: translate(0%, 100%);
  font-size: 3rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .circleL {
    /*position: relative;
    top: 200px;
    left: -300px;
    scale: 1;
    z-index: 0;
    background-color: rgba(5, 45, 148, 0.1);*/
    display: none;
  }
  .oneK::after {
    display: flex;
    flex-wrap: wrap;
    text-indent: 2rem;
    transform: translate(65svw, -7svh);
    position: absolute;
    width: 25svw;
    height: 14rem; /* 35% */
    align-content: center;
    content: "1K";
    background-color: rgba(5, 45, 148, 0.05);
    border-radius: 50%;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 100% 0 0 100% / 50%;
    margin-top: 2rem;
  }

  .twoK::after {
    display: flex;
    flex-wrap: wrap;
    text-indent: 2rem;
    transform: translate(65svw, -7svh);
    position: absolute;
    width: 25svw;
    height: 14rem; /* 35% */
    align-content: center;
    content: "2K";
    background-color: rgba(5, 45, 148, 0.05);
    border-radius: 50%;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    border-radius: 100% 0 0 100% / 50%;
    margin-top: 2rem;
  }

  .threeK::after {
    display: flex;
    flex-wrap: wrap;
    text-indent: 2rem;
    transform: translate(65svw, -7svh);
    position: absolute;
    width: 25svw;
    height: 14rem; /* 35% */
    align-content: center;
    content: "3K";
    background-color: rgba(5, 45, 148, 0.05);
    border-radius: 50%;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    border-radius: 100% 0 0 100% / 50%;
    margin-top: 2rem;
  }

  .fourK::after {
    display: flex;
    flex-wrap: wrap;
    text-indent: 2rem;
    transform: translate(65svw, -7svh);
    position: absolute;
    width: 25svw;
    height: 14rem; /* 35% */
    align-content: center;
    content: "4K";
    background-color: rgba(5, 45, 148, 0.05);
    border-radius: 50%;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    border-radius: 100% 0 0 100% / 50%;
    margin-top: 2rem;
  }

  .fiveK::after {
    display: flex;
    flex-wrap: wrap;
    text-indent: 2rem;
    transform: translate(65svw, -7svh);
    position: absolute;
    width: 25svw;
    height: 14rem; /* 35% */
    align-content: center;
    content: "5K";
    background-color: rgba(5, 45, 148, 0.05);
    border-radius: 50%;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    border-radius: 100% 0 0 100% / 50%;
    margin-top: 2rem;
  }

  /*.circleL::after {
    position: relative;
    content: "";
    top: 90%;
    left: 50%;
    width: 10px;
    height: 1450px;
    background-color: #052d94;
    transform-origin: left top;
    animation: circle_animate 2s forwards infinite;
  }
  @keyframes circle_animate {
    0% {
      height: 0px;
    }

    100% {
      height: 1450px;
    }
  }*/
}
@media screen and (min-width: 769px) {
  .circleL::after {
    position: absolute;
    content: "";
    top: 90%;
    left: 50%;
    width: 10px;
    height: 300px;
    background-color: #052d94;
    transform: rotate(12deg);
    transform-origin: left top;
    animation: circle_animateL 2s forwards infinite;
  }
  @keyframes circle_animateL {
    0% {
      height: 0px;
    }

    100% {
      height: 300px;
    }
  }
}
.circleNoLine {
  /*  transform: translate(275%, -150%);*/
  position: absolute;
  top: 80px;
  left: 39%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #052d94;
}

.circleNoLine p {
  transform: translate(0%, 100%);
  font-size: 3rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .circleNoLine {
    /*position: relative;
    transform: none;
    top: 10px;
    left: -25px;
    scale: 0.3;*/
    display: none;
  }
}
.innerCompanyInfo {
  max-width: 80%;
  margin: 2.5rem auto 10px;
  display: flex;
  max-width: 1100px;
  padding-left: 4svw;
  padding-right: 4svw;
}
.innerCompanyInfo td {
  word-break: auto-phrase;
}
.companyImageBase {
  width: 36%;
  padding-right: 7svw;
}

.companyImage {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .companyImageBase {
    display: none;
  }
}
.innerCompanyInfo table {
  width: 54%;
  padding-left: 100px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .innerCompanyInfo table {
    width: 100%;
    padding: 0;
  }
}
.innerCompanyInfo table tr:first-child {
  border-top: solid 1px #aaaaaa;
}
.innerCompanyInfo table tr {
  border-bottom: solid 1px #aaaaaa;
}

.innerCompanyInfo table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #ffffff;
  color: #000000;
  padding: 10px 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}

.innerCompanyInfo th {
  word-break: auto-phrase;
}

.innerCompanyInfo table td {
  text-align: left;
  width: 70%;
  padding: 10px 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}

.innerValuesFigure {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eaf0ff;
}

@media screen and (max-width: 768px) {
  .innerValuesFigure {
    padding-top: 2.5rem;
  }
}
