@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Yantramanav:100,300,400,500,700");
.about-index-access__map__link__list__item__anchor:after,
.about-index-access__route__more:after,
.about-index-box,
.about-index-follow-nav,
.about-index-profile__box__button .icon:before,
.about-index-product__figure a,
.about-index-services__flow__list__term__inner__text:after,
.about-index-togaru__button:after,
.billboard,
.billboard__scroll {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-index-profile__columns__column:nth-child(1),
.about-index-profile__columns__column:nth-child(2),
.billboard__image,
.billboard__text,
.billboard__title {
  -webkit-transition: all 1s;
  transition: all 1s;
}

@-webkit-keyframes table-swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20, 5px) rotate(0);
    transform: translate(-20, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
}

@keyframes table-swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20, 5px) rotate(0);
    transform: translate(-20, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
}

@-webkit-keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@-webkit-keyframes icon-map {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes icon-map {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes icon-map-paper {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes icon-map-paper {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes icon-pdf {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 0.25;
    -webkit-transform: translateY(2.5px);
    transform: translateY(2.5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes icon-pdf {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 0.25;
    -webkit-transform: translateY(2.5px);
    transform: translateY(2.5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.waypoint-fade-pan-up {
  opacity: 0;
}

@-webkit-keyframes waypoint-fade-pan-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes waypoint-fade-pan-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.waypoint-fade-in {
  opacity: 0;
}

.waypoint-fade-in.is-waypoint {
  -webkit-animation: waypoint-fade-in 1.2s ease-out forwards !important;
  animation: waypoint-fade-in 1.2s ease-out forwards !important;
}

@-webkit-keyframes waypoint-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes waypoint-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.waypoint-fade-out-up {
  opacity: 1;
}

.waypoint-fade-out-up.is-waypoint {
  -webkit-animation: waypoint-fade-out-up 1.2s ease-out forwards !important;
  animation: waypoint-fade-out-up 1.2s ease-out forwards !important;
}

@-webkit-keyframes waypoint-fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes waypoint-fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.waypoint-fade-up {
  opacity: 0;
}

.waypoint-fade-up.is-waypoint {
  -webkit-animation: waypoint-fade-up 1.2s ease-out 0s forwards !important;
  animation: waypoint-fade-up 1.2s ease-out 0s forwards !important;
}

.waypoint-fade-up-delay {
  opacity: 0;
}

.waypoint-fade-up-delay.is-waypoint {
  -webkit-animation: waypoint-fade-up 1.2s ease-out 0.5s forwards !important;
  animation: waypoint-fade-up 1.2s ease-out 0.5s forwards !important;
}

@-webkit-keyframes waypoint-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes waypoint-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.waypoint-image-shadow-fade-up {
  opacity: 0;
}

.waypoint-image-shadow-fade-up.is-waypoint {
  -webkit-animation: waypoint-image-shadow-fade-up 1.2s ease-out forwards !important;
  animation: waypoint-image-shadow-fade-up 1.2s ease-out forwards !important;
}

@-webkit-keyframes waypoint-image-shadow-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes waypoint-image-shadow-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 65px;
  padding-right: 65px;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 414px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.container--1100 {
  max-width: 1100px;
}

.container--900 {
  max-width: 900px;
}

.container--800 {
  max-width: 800px;
}

.container--880 {
  max-width: 800px;
}

.container--700 {
  max-width: 700px;
}

.container--to-narrow {
  padding-left: 45px;
  padding-right: 45px;
}

.about-index-access {
  color: #fff;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .about-index-access {
    margin-top: 70px;
  }
}

.about-index-access__map__display {
  background-color: #ccc;
  height: 390px;
  color: #000;
}

.about-index-access__map__link {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .about-index-access__map__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-index-access__map__link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-index-access__map__link__list__item:not(:first-child) {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .about-index-access__map__link__list__item:not(:first-child) {
    display: none;
  }
}

.about-index-access__map__link__list__item__anchor {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .about-index-access__map__link__list__item__anchor {
    font-size: 18px;
  }
}

.about-index-access__map__link__list__item__anchor:after {
  display: inline-block;
  content: "＞";
}

.about-index-access__map__link__list__item__anchor:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.about-index-access__map__link__list__item__anchor--flash {
  opacity: 0.5;
  -webkit-animation: about-index-access-flash-anm 2s ease-out 0s infinite;
  animation: about-index-access-flash-anm 2s ease-out 0s infinite;
}

@-webkit-keyframes about-index-access-flash-anm {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes about-index-access-flash-anm {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.about-index-access__route__station {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .about-index-access__route__station {
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
  }
}

.about-index-access__route__heading {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .about-index-access__route__heading {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.about-index-access__route__more {
  display: none;
}

@media screen and (max-width: 767px) {
  .about-index-access__route__more {
    display: block;
    font-size: 15px;
    width: 100%;
    padding: 0;
    margin-top: -15px;
    border: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .about-index-access__route__more:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OS40MyA0OS40MyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29fbW9yZV93aGl0ZTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PGcgaWQ9IuODrOOCpOODpOODvF8yLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6Hjg4vjg6Xjg7zjg5rjg7zjgrgiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNS42OSA0OS40MyAyMy43NCAwIDI3LjY0IDAgMjUuNjkgNDkuNDMiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAyMy43NCA0OS40MyAyNS42OSA0OS40MyAyMS43OSAwIDIzLjc0Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    -webkit-transform: translate(-55px, 9px);
    transform: translate(-55px, 9px);
  }
}

@media screen and (max-width: 767px) {
  .about-index-access__route__more__inner {
    display: inline-block;
    -webkit-transform: translateX(-55px);
    transform: translateX(-55px);
    width: 100px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .about-index-access__route__more.is-active {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .about-index-access__route__more.is-active:after {
    -webkit-transform: rotate(45deg) translate(-35px, 45px);
    transform: rotate(45deg) translate(-35px, 45px);
  }
}

.about-index-access__route__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

@media screen and (max-width: 767px) {
  .about-index-access__route__columns {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
}

.about-index-access__route__columns__column {
  padding-left: 25px;
  padding-right: 25px;
}

.wleft {
  width: calc(55% - 50px);
}

.wright {
  width: 45%;
  padding-left: 0px;
  padding-right: 0px;
}

.wide100 {
  width: 100%;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .about-index-access__route__columns__column {
    padding-left: 0;
    padding-right: 0;
  }
  .wleft {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .wright {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-index-access__route__columns__column:nth-child(2) {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.about-index-access__route__flow-list__item {
  letter-spacing: 0.05em;
  line-height: 2.28em;
}

.about-index-access__route__flow-list__item:not(:first-child) {
  margin-top: 19px;
}

.about-index-box {
  background-color: #000;
  color: #fff;
  padding: 50px 150px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

@media screen and (max-width: 767px) {
  .about-index-box {
    padding: 35px 20px;
  }
}

.about-index-box.is-waypoint {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@-webkit-keyframes about-index-box-anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes about-index-box-anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.about-index-box.is-waypoint .about-index-box__columns__column:nth-child(1) {
  -webkit-animation: about-index-box-anm 0.5s ease-in 0.3s forwards;
  animation: about-index-box-anm 0.5s ease-in 0.3s forwards;
}

.about-index-box.is-waypoint .about-index-box__columns__column:nth-child(2) {
  -webkit-animation: about-index-box-anm 0.5s ease-in 0.5s forwards;
  animation: about-index-box-anm 0.5s ease-in 0.5s forwards;
}

.about-index-box__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -45px;
  margin-right: -45px;
}

@media screen and (max-width: 767px) {
  .about-index-box__columns {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.about-index-box__columns__column {
  padding-left: 45px;
  padding-right: 45px;
}

@media screen and (max-width: 767px) {
  .about-index-box__columns__column {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-index-box__columns__column:nth-child(1) {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .about-index-box__columns__column:nth-child(1) {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.about-index-box__columns__column:nth-child(2) {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .about-index-box__columns__column:nth-child(2) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .about-index-box__profile {
    font-size: 12px;
  }
}

.about-index-box__profile__kanji {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .about-index-box__profile__kanji {
    font-size: 18px;
  }
}

.about-index-box__profile__pos {
  font-size: 12px;
}

.about-index-follow-nav {
  position: fixed;
  z-index: 12;
  right: 90px;
  top: 30px;
  background-color: #fff;
  padding: 30px 40px;
  -webkit-box-shadow: 20px 20px 100px rgba(0, 0, 0, 0.4);
  box-shadow: 20px 20px 100px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .about-index-follow-nav {
    display: none;
  }
}

.about-index-follow-nav.is-scroll-a-little {
  opacity: 1;
  pointer-events: auto;
}

.is-menu-open .about-index-follow-nav {
  opacity: 0;
  pointer-events: none;
}

.about-index-follow-nav__list__item {
  text-align: center;
}

.about-index-follow-nav__list__item:not(:first-child) {
  margin-top: 5px;
}

.about-index-follow-nav__list__item__anchor {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}

.about-index-follow-nav__list__item__anchor:before {
  bottom: -5px;
}

.about-index-member {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .about-index-member {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .about-index-member__inner {
    display: none;
  }
}

.about-index-member__inner__caption {
  position: absolute;
  left: 20px;
  top: 30%;
}

.about-index-member__inner__caption.is-tween {
  -webkit-transform: translateY(30vh);
  transform: translateY(30vh);
}

.about-index-member__inner__caption__main {
  font-size: 62px;
  line-height: 100%;
}

.about-index-member__image {
  background-image: url("/assets/images/about/img_member.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  width: 110%;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}

@media screen and (max-width: 767px) {
  .about-index-member__image {
    background-image: none;
    background-size: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .about-index-member__image:before {
    content: "";
    background-image: url("/assets/images/about/img_member_sp.jpg");
    background-size: 100%;
    width: 100%;
    display: block;
    padding-top: 73%;
  }
}

.about-index-member__image-cap {
  position: fixed;
  right: 20px;
  top: 50%;
  padding-top: 22%;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .about-index-member__image-cap {
    display: none;
  }
}

.about-index-member--default {
  color: #fff;
}

.about-index-member--default__inner {
  position: relative;
}

.about-index-member--default__inner__figure img {
  width: 100%;
}

.about-index-member--default__inner__caption {
  position: absolute;
  left: 80px;
  bottom: 30px;
}

.about-index-member--default__inner__caption__main {
  font-size: 62px;
  line-height: 100%;
}

.about-index-member--default__inner__caption__sub {
  font-size: 12px;
  margin-top: 10px;
}

.about-index-philosophy-box__heading__togaru {
  width: 160px;
  display: block;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .about-index-philosophy-box__heading__togaru {
    width: 130px;
  }
}

.about-index-philosophy-box__desc-list {
  display: table;
}

@media screen and (max-width: 767px) {
  .about-index-philosophy-box__desc-list {
    display: block;
  }
}

.about-index-philosophy-box__desc-list:not(:first-child) {
  margin-top: 50px;
}

.about-index-philosophy-box__desc-list__term {
  width: 160px;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .about-index-philosophy-box__desc-list__term {
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
  }
}

.about-index-philosophy-box__desc-list__data {
  width: auto;
  margin-left: 20px;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .about-index-philosophy-box__desc-list__data {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}

.about-index-philosophy-box__desc-list__data__paragraph {
  line-height: 2.8em;
}

@media screen and (max-width: 767px) {
  .about-index-philosophy-box__desc-list__data__paragraph {
    line-height: 2em;
  }
}

.about-index-philosophy-box__desc-list__data__paragraph--sub {
  margin-top: 10px;
  margin-left: 30px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .about-index-philosophy-box__desc-list__data__paragraph--sub {
    margin-top: 40px;
    margin-left: 0;
  }
}

.about-index-philosophy-box__desc-list__data__attention {
  font-size: 16px;
  margin-top: 30px;
}

.about-index-philosophy-box__desc-list__data__attention__inner {
  position: relative;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #555;
}

@media screen and (max-width: 767px) {
  .about-index-philosophy-box__desc-list__data__attention__inner {
    padding-bottom: 5px;
  }
}

.about-index-profile__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about-index-profile__columns {
    display: block;
  }
}

.about-index-profile__columns__column:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: -75px;
  position: relative;
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .about-index-profile__columns__column:nth-child(1) {
    display: none;
  }
}

.about-index-profile__columns__column:nth-child(1).is-waypoint {
  opacity: 1;
}

.about-index-profile__columns__column:nth-child(2) {
  -webkit-box-flex: 3.5;
  -ms-flex: 3.5;
  flex: 3.5;
  margin-top: 100px;
  margin-left: -75px;
}

@media screen and (max-width: 767px) {
  .about-index-profile__columns__column:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
}

.about-index-profile__columns__column:nth-child(2).is-waypoint {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.about-index-profile__box__heading {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-index-profile__box__heading {
    margin-bottom: 70px;
  }
}

.about-index-profile__box__desc-list {
  margin-top: 50px;
  padding-left: 220px;
  display: table;
}

@media screen and (max-width: 767px) {
  .about-index-profile__box__desc-list {
    display: block;
    padding-left: 0;
  }
}

.about-index-profile__box__desc-list:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .about-index-profile__box__desc-list:not(:first-child) {
    margin-top: 35px;
  }
}

.about-index-profile__box__desc-list__term {
  display: table-cell;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .about-index-profile__box__desc-list__term {
    display: inline-block;
    padding-right: 10px;
    width: auto;
  }
}

.about-index-profile__box__desc-list__data {
  display: table-cell;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .about-index-profile__box__desc-list__data {
    display: inline-block;
    padding-left: 0;
    min-width: 200px;
  }
}

.about-index-profile__box__button {
  text-align: center;
}

.about-index-profile__box__button:not(:first-child) {
  margin-top: 60px;
}

.about-index-profile__box__button .icon {
  min-width: 180px;
  padding: 10px 30px 10px 0;
  font-size: 14px;
}

.about-index-profile__box__button .icon:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wMSAxMy45NCI+PHRpdGxlPmljb19hcnJvdzwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Kz44OU44O8Ij48cGF0aCBkPSJNLjUyLDAsMTQsNi45M1Y3TC41MiwxMy45NGwtLjUyLTFMMTEuNjUsN1Y3TDAsMVoiLz48L2c+PC9nPjwvc3ZnPg==");
  width: 14px;
  height: 13px;
}

.about-index-profile__box__button .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #000;
  width: 0;
  height: 100%;
}

.about-index-profile__box__button .icon:hover {
  border-color: #000;
  color: #fff;
}

.about-index-profile__box__button .icon:hover:after {
  opacity: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wMSAxMy45NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29fYXJyb3dfcmV2ZXJzZTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Kz44OU44O8Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0uNTIsMCwxNCw2LjkzVjdMLjUyLDEzLjk0bC0uNTItMUwxMS42NSw3VjdMMCwxWiIvPjwvZz48L2c+PC9zdmc+");
}

.about-index-profile__box__button .icon:hover:before {
  width: 100%;
}

.about-index-product__heading {
  font-size: 28px;
  text-align: center;
}

.about-index-product__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-left: -50px;
  padding-right: -50px;
}

.colums_notop {
  margin-top: 0;
}

h3.titleh3 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
}

span.itityousei {
  display: inline-block;
  margin-right: 40px;
}

h3.titleh3 span {
  display: inline-block;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .about-index-product__columns {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .about-index-product__columns {
    margin-top: 30px;
  }
  .itityousei {
    font-size: 20px;
  }
  h3.titleh3 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  span.itityousei {
    display: inline-block;
    margin-right: 0px;
  }
  h3.titleh3 span {
    display: inline-block;
    margin-right: 0px;
  }
}

.about-index-product__columns__column {
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .about-index-product__columns__column {
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-index-product__columns__column:not(:first-child) {
    margin-top: 47.5px;
  }
}

.about-index-product__columns__column:nth-child(n+4) {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .about-index-product__columns__column:nth-child(n+4) {
    margin-top: 47.5px;
  }
}

.about-index-product__figure {
  -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.4);
}

.about-index-product__figure a {
  display: block;
}

.about-index-product__figure a:hover {
  opacity: 0.6;
}

.about-index-product__figure a img {
  width: 100%;
}

.about-index-product__figure--no-link {
  pointer-events: none;
}

.about-index-product__figure--no-link a {
  display: block;
}

.about-index-product__figure--no-link a img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 767px) {
  .about-index-services {
    margin-top: 90px;
  }
}

.about-index-services__balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-index-services__balance__item {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-shadow: 20px 20px 15px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .about-index-services__balance__item {
    font-size: 20px;
  }
}

.about-index-services__balance__item--left {
  -webkit-transform: translateY(-14px);
  transform: translateY(-14px);
  -webkit-animation: seesaw-anm-left 4s ease-in-out 0s infinite;
  animation: seesaw-anm-left 4s ease-in-out 0s infinite;
}

@-webkit-keyframes seesaw-anm-left {
  0% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
  50% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
  100% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
}

@keyframes seesaw-anm-left {
  0% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
  50% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
  100% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
}

.about-index-services__balance__item--right {
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
  -webkit-animation: seesaw-anm-right 4s ease-in-out 0s infinite;
  animation: seesaw-anm-right 4s ease-in-out 0s infinite;
}

@-webkit-keyframes seesaw-anm-right {
  0% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
  50% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
  100% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}

@keyframes seesaw-anm-right {
  0% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
  50% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
  100% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}

.about-index-services__balance__item--center {
  width: 160px;
  height: 2px;
  background-color: #646464;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transform: rotate(3deg) translateY(-10px);
  transform: rotate(3deg) translateY(-10px);
  -webkit-animation: seesaw-anm-center 4s ease-in-out 0s infinite;
  animation: seesaw-anm-center 4s ease-in-out 0s infinite;
}

@media screen and (max-width: 767px) {
  .about-index-services__balance__item--center {
    width: 40px;
    height: 1px;
    -webkit-animation: seesaw-anm-center-sp 4s ease-in-out 0s infinite;
    animation: seesaw-anm-center-sp 4s ease-in-out 0s infinite;
  }
}

@-webkit-keyframes seesaw-anm-center {
  0% {
    -webkit-transform: rotate(3deg) translateY(10px);
    transform: rotate(3deg) translateY(10px);
  }
  50% {
    -webkit-transform: rotate(-3deg) translateY(10px);
    transform: rotate(-3deg) translateY(10px);
  }
  100% {
    -webkit-transform: rotate(3deg) translateY(10px);
    transform: rotate(3deg) translateY(10px);
  }
}

@keyframes seesaw-anm-center {
  0% {
    -webkit-transform: rotate(3deg) translateY(10px);
    transform: rotate(3deg) translateY(10px);
  }
  50% {
    -webkit-transform: rotate(-3deg) translateY(10px);
    transform: rotate(-3deg) translateY(10px);
  }
  100% {
    -webkit-transform: rotate(3deg) translateY(10px);
    transform: rotate(3deg) translateY(10px);
  }
}

@-webkit-keyframes seesaw-anm-center-sp {
  0% {
    -webkit-transform: rotate(5deg) translateY(10px);
    transform: rotate(5deg) translateY(10px);
  }
  50% {
    -webkit-transform: rotate(-5deg) translateY(10px);
    transform: rotate(-5deg) translateY(10px);
  }
  100% {
    -webkit-transform: rotate(5deg) translateY(10px);
    transform: rotate(5deg) translateY(10px);
  }
}

@keyframes seesaw-anm-center-sp {
  0% {
    -webkit-transform: rotate(5deg) translateY(10px);
    transform: rotate(5deg) translateY(10px);
  }
  50% {
    -webkit-transform: rotate(-5deg) translateY(10px);
    transform: rotate(-5deg) translateY(10px);
  }
  100% {
    -webkit-transform: rotate(5deg) translateY(10px);
    transform: rotate(5deg) translateY(10px);
  }
}

.about-index-services__flow {
  margin-top: 150px;
}

.about-index-services__flow__list {
  display: table;
  min-height: 200px;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list {
    display: block;
    min-height: 100px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: #000;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list:first-of-type {
    min-height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list:first-of-type .about-index-services__flow__list__term {
    padding-top: 50px;
  }
}

.about-index-services__flow__list__term {
  font-size: 18px;
  display: table-cell;
  width: 320px;
  position: relative;
  padding-right: 170px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__term {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}

.about-index-services__flow__list__term:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 170px;
  width: 2px;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__term:before {
    content: normal;
  }
}

.is-ua-ie .about-index-services__flow__list__term:before {
  height: 50vh;
}

.about-index-services__flow__list__term__inner {
  position: relative;
  display: inline-block;
  width: 170px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__term__inner {
    width: 100%;
    text-align: left;
  }
}

.about-index-services__flow__list__term__inner__text {
  display: inline-block;
  -webkit-transform: translate(-10px, -5px);
  transform: translate(-10px, -5px);
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__term__inner__text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-left: 15px;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__term__inner__text:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background-color: #000;
    border-radius: 0 0 100% 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__term__inner__text:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OS40MyA0OS40MyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzE4MTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29fcmVhZG1vcmU8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODoeODi+ODpeODvOODmuODvOOCuCI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI1LjY5IDQ5LjQzIDIzLjc0IDAgMjcuNjQgMCAyNS42OSA0OS40MyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDIzLjc0IDQ5LjQzIDI1LjY5IDQ5LjQzIDIxLjc5IDAgMjMuNzQiLz48L2c+PC9nPjwvc3ZnPg==");
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    position: absolute;
    right: -40px;
    top: 0;
  }
}

.about-index-services__flow__list__term__inner:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMjMxODE1O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aW1nX3Bvc19kb3Q8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuaWh+WtlyI+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI0IiBjeT0iNCIgcj0iNCIvPjwvZz48L2c+PC9zdmc+");
  width: 8px;
  height: 8px;
  position: absolute;
  right: -5px;
  bottom: -5px;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__term__inner:after {
    right: auto;
    left: -3px;
    bottom: -6px;
    width: 5px;
    height: 5px;
  }
}

.about-index-services__flow__list__term__inner:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMzkgMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzE4MTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pbWdfb3VyX3NlcnZpY2VfcG9zX3RvZ2U8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuaWh+WtlyI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjE3MCAwIDAgMSAxNzAgMiAzMzkgMSAxNzAgMCIvPjwvZz48L2c+PC9zdmc+");
  position: absolute;
  width: 320px;
  height: 2px;
  right: calc(-100% + 15px);
  bottom: -2px;
  -webkit-transform: scale(0, -1);
  transform: scale(0, -1);
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__term__inner:before {
    display: none;
  }
}

.about-index-services__flow__list__term.is-active .about-index-services__flow__list__term__inner__text:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about-index-services__flow__list__data {
  padding-top: 50px;
  padding-bottom: 100px;
  display: table-cell;
  vertical-align: top;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__data {
    display: none;
    padding-left: 15px;
    padding-top: 30px;
  }
}

.about-index-services__flow__list__data__heading {
  display: block;
}

.about-index-services__flow__list__data__heading__inner {
  padding-right: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #231815;
}

.about-index-services__flow__list__data-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__data-sp {
    display: block;
    padding-top: 25px;
    padding-left: 12.5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow__list__data-sp .paragraph {
    font-size: 12px;
  }
}

@-webkit-keyframes service-flow-line-anm {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes service-flow-line-anm {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes service-flow-toge-anm {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes service-flow-toge-anm {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes service-flow-text-anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes service-flow-text-anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(1):before {
    -webkit-animation: service-flow-line-anm 0.75s linear 0s forwards;
    animation: service-flow-line-anm 0.75s linear 0s forwards;
  }
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(1) .about-index-services__flow__list__term:before {
  -webkit-animation: service-flow-line-anm 1s linear 0s forwards;
  animation: service-flow-line-anm 1s linear 0s forwards;
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(1) .about-index-services__flow__list__term__inner:before {
  -webkit-animation: service-flow-toge-anm 1s linear 0s forwards;
  animation: service-flow-toge-anm 1s linear 0s forwards;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(1) .about-index-services__flow__list__term__inner__text {
    -webkit-animation: service-flow-text-anm 0.75s linear 0s forwards;
    animation: service-flow-text-anm 0.75s linear 0s forwards;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(1) .about-index-services__flow__list__term__inner__text:before {
    -webkit-animation: service-flow-toge-anm 0.75s linear 0s forwards;
    animation: service-flow-toge-anm 0.75s linear 0s forwards;
  }
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(1) .about-index-services__flow__list__data {
  -webkit-animation: service-flow-text-anm 1s linear 0s forwards;
  animation: service-flow-text-anm 1s linear 0s forwards;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(1) .about-index-services__flow__list__data {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(2):before {
    -webkit-animation: service-flow-line-anm 0.75s linear 0.75s forwards;
    animation: service-flow-line-anm 0.75s linear 0.75s forwards;
  }
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(2) .about-index-services__flow__list__term:before {
  -webkit-animation: service-flow-line-anm 1s linear 1s forwards;
  animation: service-flow-line-anm 1s linear 1s forwards;
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(2) .about-index-services__flow__list__term__inner:before {
  -webkit-animation: service-flow-toge-anm 1s linear 1.2s forwards;
  animation: service-flow-toge-anm 1s linear 1.2s forwards;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(2) .about-index-services__flow__list__term__inner__text {
    -webkit-animation: service-flow-text-anm 0.75s linear 0.75s forwards;
    animation: service-flow-text-anm 0.75s linear 0.75s forwards;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(2) .about-index-services__flow__list__term__inner__text:before {
    -webkit-animation: service-flow-toge-anm 0.75s linear 0.75s forwards;
    animation: service-flow-toge-anm 0.75s linear 0.75s forwards;
  }
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(2) .about-index-services__flow__list__data {
  -webkit-animation: service-flow-text-anm 1s linear 1.4s forwards;
  animation: service-flow-text-anm 1s linear 1.4s forwards;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(2) .about-index-services__flow__list__data {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(3):before {
    -webkit-animation: service-flow-line-anm 0.75s linear 1.5s forwards;
    animation: service-flow-line-anm 0.75s linear 1.5s forwards;
  }
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(3) .about-index-services__flow__list__term:before {
  -webkit-animation: service-flow-line-anm 1s linear 2s forwards;
  animation: service-flow-line-anm 1s linear 2s forwards;
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(3) .about-index-services__flow__list__term__inner:before {
  -webkit-animation: service-flow-toge-anm 1s linear 2.2s forwards;
  animation: service-flow-toge-anm 1s linear 2.2s forwards;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(3) .about-index-services__flow__list__term__inner__text {
    -webkit-animation: service-flow-text-anm 0.75s linear 1.5s forwards;
    animation: service-flow-text-anm 0.75s linear 1.5s forwards;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(3) .about-index-services__flow__list__term__inner__text:before {
    -webkit-animation: service-flow-toge-anm 0.75s linear 1.5s forwards;
    animation: service-flow-toge-anm 0.75s linear 1.5s forwards;
  }
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(3) .about-index-services__flow__list__data {
  -webkit-animation: service-flow-text-anm 1s linear 2.4s forwards;
  animation: service-flow-text-anm 1s linear 2.4s forwards;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(3) .about-index-services__flow__list__data {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(4):before {
    -webkit-animation: service-flow-line-anm 0.75s linear 2.25s forwards;
    animation: service-flow-line-anm 0.75s linear 2.25s forwards;
  }
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(4) .about-index-services__flow__list__term:before {
  -webkit-animation: service-flow-line-anm 1s linear 3s forwards;
  animation: service-flow-line-anm 1s linear 3s forwards;
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(4) .about-index-services__flow__list__term__inner:before {
  -webkit-animation: service-flow-toge-anm 1s linear 3.2s forwards;
  animation: service-flow-toge-anm 1s linear 3.2s forwards;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(4) .about-index-services__flow__list__term__inner__text {
    -webkit-animation: service-flow-text-anm 0.75s linear 2.25s forwards;
    animation: service-flow-text-anm 0.75s linear 2.25s forwards;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(4) .about-index-services__flow__list__term__inner__text:before {
    -webkit-animation: service-flow-toge-anm 0.75s linear 2.25s forwards;
    animation: service-flow-toge-anm 0.75s linear 2.25s forwards;
  }
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(4) .about-index-services__flow__list__data {
  -webkit-animation: service-flow-text-anm 1s linear 3.4s forwards;
  animation: service-flow-text-anm 1s linear 3.4s forwards;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(4) .about-index-services__flow__list__data {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(5):before {
    -webkit-animation: service-flow-line-anm 0.75s linear 3s forwards;
    animation: service-flow-line-anm 0.75s linear 3s forwards;
  }
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(5) .about-index-services__flow__list__term:before {
  -webkit-animation: service-flow-line-anm 1s linear 4s forwards;
  animation: service-flow-line-anm 1s linear 4s forwards;
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(5) .about-index-services__flow__list__term__inner:before {
  -webkit-animation: service-flow-toge-anm 1s linear 4.2s forwards;
  animation: service-flow-toge-anm 1s linear 4.2s forwards;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(5) .about-index-services__flow__list__term__inner__text {
    -webkit-animation: service-flow-text-anm 0.75s linear 3s forwards;
    animation: service-flow-text-anm 0.75s linear 3s forwards;
  }
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(5) .about-index-services__flow__list__term__inner__text:before {
    -webkit-animation: service-flow-toge-anm 0.75s linear 3s forwards;
    animation: service-flow-toge-anm 0.75s linear 3s forwards;
  }
}

.about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(5) .about-index-services__flow__list__data {
  -webkit-animation: service-flow-text-anm 1s linear 4.4s forwards;
  animation: service-flow-text-anm 1s linear 4.4s forwards;
}

@media screen and (max-width: 767px) {
  .about-index-services__flow.is-waypoint .about-index-services__flow__list:nth-child(5) .about-index-services__flow__list__data {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }
}

.about-index-togaru__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  margin-right: -40px;
}

@media screen and (max-width: 767px) {
  .about-index-togaru__columns {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.about-index-togaru__columns__column {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .about-index-togaru__columns__column {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-index-togaru__columns__column:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-index-togaru__columns__column:nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@media screen and (max-width: 767px) {
  .about-index-togaru__columns__column:nth-child(2) {
    margin-top: 50px;
  }
}

.about-index-togaru__figure {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .about-index-togaru__figure {
    max-width: 175px;
    margin: 0 auto;
  }
}

.about-index-togaru__heading {
  font-size: 24px;
  letter-spacing: 0.09em;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .about-index-togaru__heading {
    font-size: 18px;
    text-align: center;
  }
}

.about-index-togaru__button {
  display: none;
}

@media screen and (max-width: 767px) {
  .about-index-togaru__button {
    display: block;
    font-size: 12px;
    width: 100%;
    border: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .about-index-togaru__button:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OS40MyA0OS40MyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzE4MTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29fcmVhZG1vcmU8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODoeODi+ODpeODvOODmuODvOOCuCI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI1LjY5IDQ5LjQzIDIzLjc0IDAgMjcuNjQgMCAyNS42OSA0OS40MyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDIzLjc0IDQ5LjQzIDI1LjY5IDQ5LjQzIDIxLjc5IDAgMjMuNzQiLz48L2c+PC9nPjwvc3ZnPg==");
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    -webkit-transform: translate(-55px, 9px);
    transform: translate(-55px, 9px);
  }
}

@media screen and (max-width: 767px) {
  .about-index-togaru__button__inner {
    display: inline-block;
    -webkit-transform: translateX(-55px);
    transform: translateX(-55px);
    width: 100px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .about-index-togaru__button.is-active {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .about-index-togaru__button.is-active:after {
    -webkit-transform: rotate(45deg) translate(-35px, 45px);
    transform: rotate(45deg) translate(-35px, 45px);
  }
}

@media screen and (max-width: 767px) {
  .about-index-togaru__paragraph {
    display: none;
  }
}

.billboard {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.billboard.is-display {
  opacity: 1;
  pointer-events: auto;
}

.billboard__image {
  background-image: url("/assets/images/about/billboard.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 108%;
  height: 108%;
  -webkit-transform: translate(-2%, -2%);
  transform: translate(-2%, -2%);
  padding: 95px 0 35%;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .billboard__image {
    height: 100vh;
    padding-top: 0;
    background-image: url("/assets/images/about/billboard_sp.jpg");
  }
}

.is-scroll-a-little .billboard__image {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.08) translate(-2%, -2%);
  transform: scale(1.08) translate(-2%, -2%);
}

.billboard__text {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 10%;
}

@media screen and (max-width: 767px) {
  .billboard__text {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 220px;
    padding-top: 0;
  }
}

.is-about-scroll-first-section-display .billboard__text {
  pointer-events: none;
  -webkit-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .is-about-scroll-first-section-display .billboard__text {
    -webkit-transform: translate(-50%, calc(-50% - 20px));
    transform: translate(-50%, calc(-50% - 20px));
  }
}

.billboard__title {
  position: absolute;
  top: 90px;
  left: 80px;
  font-size: 26px;
  letter-spacing: 0.09em;
  line-height: 1.75;
  margin-left: 30px;
  color: #fff;
}

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

.is-scroll-a-little .billboard__title {
  opacity: 0;
  pointer-events: none;
}

.billboard__scroll {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.is-scroll-a-little .billboard__scroll {
  pointer-events: none;
  opacity: 0;
}

.billboard__scroll:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDE2OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzE4MTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pbWdfc2Nyb2xsX3RvZ2U8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuaWh+WtlyI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjEgMTY5IDIgMCAwIDAgMSAxNjkiLz48L2c+PC9nPjwvc3ZnPg==");
  width: 2px;
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  height: 169px;
  -webkit-animation: scroll-toge-anm 1.5s ease-out 0s infinite;
  animation: scroll-toge-anm 1.5s ease-out 0s infinite;
  -webkit-transform-origin: top;
  transform-origin: top;
}

@-webkit-keyframes scroll-toge-anm {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scroll-toge-anm {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.billboard__scroll__text {
  font-size: 9px;
  letter-spacing: 0.09em;
}

.billboard__scroll__text__inner {
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .section {
    background-color: #fff;
  }
}

.section--billboard-before:not(:first-child) {
  padding-top: calc(45% + 300px);
}

@media screen and (max-width: 767px) {
  .section--billboard-before:not(:first-child) {
    padding-top: calc(45% + 100vh);
  }
}

.section--bg {
  background-color: #f9f9fa;
  padding-top: 100px;
  padding-bottom: 150px;
}

.section--bg-main {
  background-color: #000;
  padding-top: 75px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .section--member {
    height: 100vh;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .site-content {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .site-footer {
    background-color: #fff;
  }
}

.site-header .logo svg path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .site-header .logo svg path {
    fill: #000;
  }
}

.site-header .hamburger__item svg {
  fill: #fff;
}

.site-header .hamburger--follow svg {
  fill: #000;
}

.hamburger-title {
  color: #fff;
}

.go_togaru {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .go_togaru {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 160%;
  }
}

.movieload {
  width: 90%;
  max-width: 533px;
  margin: 130px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .movieload {
    margin: 80px auto 0 auto;
  }
}

.movieload .ikikata {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}

.movieload .movie_waku {
  position: relative;
}

.movieload #video01_sp {
  width: 100%;
}

.movieload #video01_sp:hover {
  cursor: pointer;
}

.movieload .samsam {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/assets/images/about/sam_pc.jpg);
  background-size: cover;
  background-position: center;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .movieload .samsam {
    background-image: url(/assets/images/about/sam_sp.jpg);
  }
}

.movieload .samsam:hover {
  cursor: pointer;
}

#prive {
  text-align: center;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  #prive {
    padding-bottom: 100px;
  }
}

#prive .prive_text {
  margin-bottom: 88px;
}

@media (max-width: 767px) {
  #prive .prive_text {
    margin-bottom: 60px;
  }
}

#prive p {
  font-size: 16px;
}

#prive p a {
  color: #000;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  text-decoration: none;
}

#prive p a:hover {
  opacity: 0.6;
}

#prive p::after {
  content: "＞";
  font-size: 16px;
  margin-left: 10px;
}

.prive_waku {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prive_waku .prive_icon {
  width: 14%;
}

@media (max-width: 767px) {
  .prive_waku .prive_icon {
    width: 30%;
    margin-left: 35%;
    margin-bottom: 25px;
  }
}

.prive_waku .prive_text {
  width: 80%;
  font-size: 14px;
  line-height: 200%;
  text-align: left;
}

@media (max-width: 767px) {
  .prive_waku .prive_text {
    width: 100%;
    margin-left: 0%;
  }
}
