/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
  lead
+++++++++++++++++++++++++++++++++++++++++++ */
.lead {
  margin: 0 0 52px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (width <= 767px) {
  .lead {
    font-size: 6.4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  message
+++++++++++++++++++++++++++++++++++++++++++ */
.messageArea .inner {
  max-width: none;
  padding: 0 40px 0 0;
}
@media (width <= 1023px) {
  .messageArea .inner {
    padding: 0 10px;
  }
}
.messageArea_box {
  position: relative;
}
@media (width <= 1023px) {
  .messageArea_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
  }
}
.messageArea_box_text {
  max-width: 1024px;
  width: calc(100vw - 398px);
  padding: 45px 76px 45px 85px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(10px);
  border-radius: 0 20px 20px 0;
  position: relative;
}
@media (width <= 1023px) {
  .messageArea_box_text {
    display: contents;
  }
}
.messageArea_box_text::before {
  content: '';
  display: block;
  width: calc((100vw - 1080px) / 2);
  height: 100%;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(10px);
  position: absolute;
  left: calc((100vw - 1080px) / -2);
  top: 0;
}
.messageArea_box .lead {
  max-width: calc(100% - 683px);
  padding: 40px 0 0 85px;
}
@media (width <= 1023px) {
  .messageArea_box .lead {
    order: -1;
    max-width: 100%;
    padding: 10px 0;
  }
}
.messageArea_box figure {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (width <= 1023px) {
  .messageArea_box figure {
    max-width: max-content;
    margin: 0 auto 30px;
    position: static;
    order: -1;
  }
}
.messageArea_box figure figcaption {
  margin: 30px 0 0;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 900;
  font-size: 1.6rem;
  text-align: right;
  line-height: 1.4;
}
.messageArea_box figure figcaption .name {
  font-size: 4.8rem;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  about
+++++++++++++++++++++++++++++++++++++++++++ */
.aboutArea .lead {
  padding-left: 128px;
}
@media (width <= 767px) {
  .aboutArea .lead {
    padding-left: 10px;
  }
}
.aboutArea .aboutAreaWrap {
  position: relative;
}
.aboutArea_text {
  max-width: 752px;
  width: 100vw;
  padding: 60px 50px 60px 130px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  border-radius: 0 20px 20px 0;
  position: relative;
  z-index: 1;
}
@media (width <= 767px) {
  .aboutArea_text {
    padding: 20px;
  }
}
.aboutArea_text::before {
  content: '';
  display: block;
  width: calc((100vw - 1080px) / 2);
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  position: absolute;
  left: calc((100vw - 1080px) / -2);
  top: 0;
}
.aboutArea_img {
  animation: infinity-scroll-left 24s linear infinite;
  pointer-events: none;
  --loop-width: 1992px;
  will-change: transform;
  position: absolute;
  top: 60px;
}
.aboutArea_img_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px;
  width: calc(var(--loop-width) * 2);
}
.aboutArea_img_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px;
  width: var(--loop-width);
}
.aboutArea_img_wrap ul li {
  width: 308px;
  flex-shrink: 0;
}
.aboutArea_img_wrap ul li:nth-of-type(even) {
  margin-top: 138px;
}
@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--loop-width) * -1));
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  animeArea
+++++++++++++++++++++++++++++++++++++++++++ */
.animeArea {
  height: 500px;
  position: relative;
  pointer-events: none;
}
@media (width <= 767px) {
  .animeArea {
    transform: scale(0.8);
  }
}
.animeArea ul li {
  position: absolute;
  transform: translate(-50%, -50%);
}
.animeArea ul li img {
  max-width: 100%;
  width: auto;
  animation: rotate 0.5s linear 4;
}
.animeArea .pos-1 {
  animation: moveCenter1 2s linear forwards;
}
.animeArea .pos-2 {
  animation: moveCenter2 2s linear forwards;
}
.animeArea .pos-2 img {
  animation-direction: reverse;
}
.animeArea .pos-3 {
  animation: moveCenter3 2s linear forwards;
}
.animeArea .pos-4 {
  animation: moveCenter4 2s linear forwards;
}
.animeArea .pos-4 img {
  animation-direction: reverse;
}
.animeArea .pos-5 {
  animation: moveCenter5 2s linear forwards;
}
.animeArea .pos-6 {
  animation: moveCenter6 2s linear forwards;
}
.animeArea .pos-6 img {
  animation-direction: reverse;
}
.animeArea ul li,
.animeArea ul li img {
  animation-play-state: paused!important;
}
.animeArea.is-active ul li,
.animeArea.is-active ul li img {
  animation-play-state: running!important;
}
@keyframes moveCenter1 {
  0% {
    top: 5%;
    left: 0;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 90px;
  }
  100% {
    top: calc(80% - 30px);
    left: calc(50% - 153px);
    width: 68.39px;
  }
}
@keyframes moveCenter2 {
  0% {
    top: 15%;
    left: 70%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 318px;
  }
  100% {
    top: calc(50% - 1.9px);
    left: calc(50% - 56.2px);
    width: 262.6px;
  }
}
@keyframes moveCenter3 {
  0% {
    top: 120%;
    left: 95%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 78px;
  }
  100% {
    top: calc(50% + 173.5px);
    left: calc(50% + 42.5px);
    width: 64.3px;
  }
}
@keyframes moveCenter4 {
  0% {
    top: 90%;
    left: 60%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 292px;
  }
  100% {
    top: calc(50% - 82.2px);
    left: calc(50% + 86px);
    width: 241.88px;
  }
}
@keyframes moveCenter5 {
  0% {
    top: 120%;
    left: 0%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 160px;
  }
  100% {
    top: calc(50% + 60px);
    left: calc(50% + 139.5px);
    width: 133.05px;
  }
}
@keyframes moveCenter6 {
  0% {
    top: -95%;
    left: 0;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 75px;
  }
  100% {
    top: calc(80% + 22px);
    left: calc(50% - 56px);
    width: 61.84px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  introArea
+++++++++++++++++++++++++++++++++++++++++++ */
.introArea {
  padding: 100px 0;
  text-align: center;
}
@media (width <= 767px) {
  .introArea {
    padding: 100px 10px;
  }
}
.introArea_title {
  margin: 0 0 100px;
  color: #3A3A3A;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (width <= 767px) {
  .introArea_title {
    font-size: 6vw;
  }
}
.introArea_mov {
  margin: 0 0 40px;
}
.introArea_mov iframe {
  display: none;
  max-width: 800px;
  width: 100%;
  height: 450px;
}
@media (width <= 767px) {
  .introArea_mov iframe {
    height: 52.5vw;
  }
}
.introArea_mov.is-show iframe {
  display: block;
  margin: 0 auto;
}
.introArea_title,
.introArea_mov,
.introArea .btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.introArea_title.is-show,
.introArea_mov.is-show,
.introArea .btn.is-show {
  opacity: 1;
  transform: translateY(0);
}
/*+++++++++++++++++++++++++++++++++++++++++++
  tsuyomiArea
+++++++++++++++++++++++++++++++++++++++++++ */
.tsuyomiArea {
  padding: 0 125px 0 125px;
}
@media (width <= 1023px) {
  .tsuyomiArea {
    padding: 0 10px;
  }
}
.tsuyomiArea_service {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 1040px;
  margin: 60px auto 0;
}
@media (width <= 767px) {
  .tsuyomiArea_service {
    flex-direction: column;
    gap: 50px;
  }
}
.tsuyomiArea_service_item {
  width: calc(100% / 3);
}
.tsuyomiArea_service_item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.tsuyomiArea_service_item:nth-of-type(3) {
  transition-delay: 0.4s;
}
@media (width <= 767px) {
  .tsuyomiArea_service_item {
    width: 100%;
    transition-delay: 0!important;
  }
}
.tsuyomiArea_service_item_circle {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% + 20px);
  margin: 0 0 20px;
  padding: 50px 20px;
  text-align: center;
  line-height: 1.6;
  aspect-ratio: 1 / 1;
}
@media (width <= 767px) {
  .tsuyomiArea_service_item_circle {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.tsuyomiArea_service_item_circle[data-name="一元化"] {
  background: url(../img/bg_circle_1.svg) no-repeat center center / 100% 100%;
}
.tsuyomiArea_service_item_circle[data-name="一元化"] strong {
  color: #AF1C40;
}
.tsuyomiArea_service_item_circle[data-name="システム化"] {
  background: url(../img/bg_circle_2.svg) no-repeat center center / 100% 100%;
}
.tsuyomiArea_service_item_circle[data-name="システム化"] strong {
  color: #C24A9D;
}
.tsuyomiArea_service_item_circle[data-name="効率化"] {
  background: url(../img/bg_circle_3.svg) no-repeat center center / 100% 100%;
}
.tsuyomiArea_service_item_circle[data-name="効率化"] strong {
  color: #1F296B;
}
.tsuyomiArea_service_item_circle strong {
  line-height: 1.2;
  font-weight: 900;
  font-size: clamp(1px, 6vw, 5.6rem);
}
.tsuyomiArea_service_item_circle p {
  font-size: 2.4rem;
}
@media (width <= 767px) {
  .tsuyomiArea_service_item_circle p {
    font-size: 4.8vw;
  }
}
.tsuyomiArea_service_item > p {
  padding: 0 20px;
  text-align: center;
  font-size: 1.6rem;
}
@media (width <= 767px) {
  .tsuyomiArea_service_item > p {
    font-size: 3.2vw;
  }
}
.companyArea table {
  max-width: 1080px;
  margin: 0 auto;
}
.companyArea table th {
  width: 200px;
  font-size: 1.8rem;
}
@media (width <= 767px) {
  .companyArea table th {
    width: auto;
    white-space: nowrap;
    font-size: 3.6vw;
  }
}
.companyArea table td {
  font-size: 1.8rem;
}
@media (width <= 767px) {
  .companyArea table td {
    font-size: 3.6vw;
  }
}
.organizationArea_figure {
  padding: 0 160px;
}
@media (width <= 1023px) {
  .organizationArea_figure {
    padding-right: 10px;
  }
}
@media (width <= 767px) {
  .organizationArea_figure {
    padding: 0 10px;
  }
}
.organizationArea_figure_1,
.organizationArea_figure_2 {
  margin: 0 0 24px;
  position: relative;
}
.organizationArea_figure_1 strong,
.organizationArea_figure_2 strong {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 78px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  background: #AF1C40;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
@media (width <= 767px) {
  .organizationArea_figure_1 strong,
  .organizationArea_figure_2 strong {
    min-width: 160px;
    width: max-content;
    height: 60px;
    padding: 0 20px;
    font-size: 3.2vw;
  }
}
.organizationArea_figure_2::before {
  content: '';
  display: block;
  width: 80px;
  height: 70px;
  border-left: #D0D0D0 3px solid;
  border-bottom: #D0D0D0 3px solid;
  position: absolute;
  left: 40px;
  bottom: 35px;
  z-index: -1;
  pointer-events: none;
}
@media (width <= 767px) {
  .organizationArea_figure_2::before {
    left: 15px;
  }
}
.organizationArea_figure_2 strong {
  margin: 0 0 24px 85px;
  background: #692254;
}
@media (width <= 767px) {
  .organizationArea_figure_2 strong {
    margin: 0 0 12px 40px;
  }
}
.organizationArea_figure_3 {
  margin: 0 0 8px 162px;
  position: relative;
}
@media (width <= 767px) {
  .organizationArea_figure_3 {
    margin: 0 0 8px 80px;
  }
}
.organizationArea_figure_3::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-left: #D0D0D0 3px solid;
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: -1;
  pointer-events: none;
}
@media (width <= 767px) {
  .organizationArea_figure_3::before {
    left: -15px;
  }
}
.organizationArea_figure_3 table {
  max-width: none;
  width: 100%;
  position: relative;
}
@media (width <= 767px) {
  .organizationArea_figure_3 table {
    display: block;
  }
}
.organizationArea_figure_3 table::before {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  border-bottom: #D0D0D0 3px solid;
  position: absolute;
  left: -40px;
  top: 50%;
  z-index: -1;
  pointer-events: none;
}
@media (width <= 767px) {
  .organizationArea_figure_3 table::before {
    top: 25px;
    left: -15px;
  }
}
.organizationArea_figure_3 table:nth-last-of-type(1)::after {
  content: '';
  display: block;
  width: 5px;
  height: 50%;
  background: #FAFAFA;
  position: absolute;
  left: -41px;
  top: calc(50% + 3px);
  z-index: -1;
  pointer-events: none;
}
@media (width <= 767px) {
  .organizationArea_figure_3 table:nth-last-of-type(1)::after {
    height: 100%;
    top: 28px;
    left: -14px;
  }
}
@media (width <= 767px) {
  .organizationArea_figure_3 table thead,
  .organizationArea_figure_3 table tbody,
  .organizationArea_figure_3 table tr th,
  .organizationArea_figure_3 table td {
    display: block;
  }
}
.organizationArea_figure_3 table th {
  width: 230px;
  background: #1F296B;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
}
@media (width <= 767px) {
  .organizationArea_figure_3 table th {
    max-width: 230px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    font-size: 3.2vw;
  }
}
.organizationArea_figure_3 table td {
  padding: 12px 24px;
  font-size: 1.8rem;
}
@media (width <= 767px) {
  .organizationArea_figure_3 table td {
    font-size: 3.2vw;
    border-radius: 0 8px 8px 8px;
  }
}
