@charset "UTF-8";
/* CSS Document */
/*-----------------
 流れる文字
------------------*/
.flowcopy {
  overflow: hidden;
  position: absolute;
  top: 80px;
  width: 100%;
  height: 100px;
}
@media (max-width: 540px) {
  .flowcopy {
    top: 70px;
  }
}

@-webkit-keyframes flowL {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes flowL {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.flowcopy__str {
  --flow-time: 70s;
  color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -1;
}
@media (max-width: 540px) {
  .flowcopy__str {
    font-size: 5rem;
  }
}

.flowcopy__str._r2l {
  -webkit-animation: flowL var(--flow-time) linear infinite;
          animation: flowL var(--flow-time) linear infinite;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*-----------------
 concept
------------------*/
/* lead title */
.concept-lead-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 540px) {
  .concept-lead-title {
    margin-bottom: 50px;
  }
}

/*-----------------
 service
------------------*/
.service-img {
  margin-bottom: 8%;
}
.service-img img {
  width: 55%;
  max-width: 800px;
}

.service-list {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.service-list li {
  border-bottom: 1px solid #a7a7a7;
}
.service-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
}
.service-list li a:hover {
  background-color: #ecece7;
}

@media screen and (max-width: 1240px) {
  .service-list {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .service-img img {
    width: 80%;
  }
}
@media (max-width: 540px) {
  .service-img img {
    width: 86%;
  }
}
.service-list table {
  width: 100%;
}
.service-list table th, .service-list table td {
  vertical-align: middle;
  text-align: left;
}
.service-list table th {
  width: 28%;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
  word-wrap: break-word;
}
.service-list table td .link {
  color: #838f8f;
  display: block;
  margin-top: 7px;
}
.service-list table td .link i {
  font-size: 12px;
  margin-left: 10px;
}

@media (max-width: 540px) {
  .service-list table th, .service-list table td {
    width: 100%;
    display: block;
  }
  .service-list table th {
    margin-bottom: 10px;
  }
  .service-list table td .link {
    color: #838f8f;
    display: block;
  }
  .service-list table td .link i {
    font-size: 12px;
    margin-left: 10px;
  }
}
/*-----------------
 value
------------------*/
.value {
  overflow: hidden;
}
@media (max-width: 840px) {
  .value {
    padding-top: 0px;
  }
}
.value:after {
  position: absolute;
  left: -220px;
  top: 90px;
  content: "";
  display: block;
  background: url("../img/concept/txt_circle.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 668px;
  height: 668px;
  background-size: contain;
  z-index: -1;
  -webkit-animation: 60s linear infinite txt-rotate;
          animation: 60s linear infinite txt-rotate;
}
@media (max-width: 840px) {
  .value:after {
    top: 0;
  }
}
@media (max-width: 540px) {
  .value:after {
    width: 500px;
    height: 500px;
    left: -170px;
  }
}

@-webkit-keyframes txt-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes txt-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.value-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.value-flex .left {
  width: 35%;
}
.value-flex .right {
  width: 65%;
}

@media (max-width: 840px) {
  .value-flex {
    display: block;
  }
  .value-flex .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .value-flex .right {
    width: 100%;
  }
}
.value-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.value-list li:not(:last-of-type) {
  margin-bottom: 35px;
}
.value-list li:nth-of-type(2n) {
  margin-left: 45px;
}
.value-list li:nth-of-type(3) {
  margin-left: 70px;
}
.value-list .number {
  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;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 1px solid #838f8f;
}
.value-list .number .en {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #838f8f;
}
.value-list .txt {
  padding-left: 4%;
  width: calc(100% - 80px);
}

@media (max-width: 540px) {
  .value-list li:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .value-list li:nth-of-type(2n) {
    margin-left: 0;
  }
  .value-list li:nth-of-type(3) {
    margin-left: 0;
  }
  .value-list .number {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .value-list .number .en {
    font-size: 1.8rem;
  }
  .value-list .txt .jp-mid {
    line-height: 1.4;
    margin-bottom: 3px;
  }
}
/*-----------------
 omoi
------------------*/
@media (max-width: 840px) {
  .omoi {
    padding-top: 0;
  }
}

.omoi-img {
  margin-bottom: 90px;
}

/*-----------------
 regist
------------------*/
.regist-flex {
  width: 74.3%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.regist-flex .regist-box {
  width: 45.55%;
  background-color: #fff;
  padding: 5%;
  text-align: center;
}
.regist-flex .regist-box h6 {
  margin-bottom: 15px;
  font-weight: 500;
}

@media screen and (max-width: 1240px) {
  .regist-flex {
    width: 90%;
  }
}
@media (max-width: 840px) {
  .regist-flex {
    width: 100%;
  }
  .regist-flex .regist-box {
    padding: 20px;
    width: 47%;
  }
}
@media (max-width: 540px) {
  .regist-flex .regist-box {
    width: 100%;
  }
  .regist-flex .regist-box:first-child {
    margin-bottom: 30px;
  }
}
.regist-flex table {
  width: 100%;
}
.regist-flex table th, .regist-flex table td {
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  padding: 6px 5px;
  border-bottom: 1px dotted #a7a7a7;
}
.regist-flex table th {
  width: 60%;
}