#site-wrap {
  clear: both;
  position: relative;
}
@media screen and (max-width: 999px) {
  #site-wrap {
    margin: 62px 0 0 0;
  }
}

header.site-head {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 160px 0 50px;
  z-index: 999;
}
@media screen and (max-width: 999px) {
  header.site-head {
    display: none;
  }
}
header.site-head .contact-link-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 125px;
  height: 125px;
}
header.site-head .contact-link-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  padding: 10px;
  box-sizing: border-box;
  background: #000000;
  color: #fefefe;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-head .contact-link-block a:hover {
  background: #00BD77;
}
header.site-head .contact-link-block a .set {
  text-align: center;
}
header.site-head .contact-link-block a .set span {
  display: block;
}
header.site-head .contact-link-block a .set span.icon img {
  width: 38px;
}
header.site-head .contact-link-block a .set span.text {
  font-size: 14px;
}
header.site-head .logo-block {
  width: 110px;
}
header.site-head .logo-block img {
  width: 100%;
}
header.site-head .gnav-block {
  width: calc(100% - 110px);
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
header.site-head .gnav-block nav.nav-global ul {
  display: flex;
  justify-content: flex-end;
}
header.site-head .gnav-block nav.nav-global ul li {
  margin: 0 0 0 30px;
}
header.site-head .gnav-block nav.nav-global ul li:first-of-type {
  margin: 0;
}
header.site-head .gnav-block nav.nav-global ul li a {
  text-decoration: none;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-head .gnav-block nav.nav-global ul li a:hover {
  color: #00BD77;
}

.site-head-sp {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .site-head-sp {
    display: none;
  }
}
.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.site-head-sp .header-innner-sp .site-logo-sp {
  height: 36px;
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  height: 30px;
}
.site-head-sp .header-innner-sp .site-navi-icon {
  width: 30px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aaaaaa;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.site-head-sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Serif JP", sans-serif;
}
.site-head-sp .site-nav-sp .navi-global-sp {
  display: block;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-weight: 200;
  color: #dddddd;
  padding: 20px;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.contents-wrap.bdr-btm {
  border-bottom: 1px solid #cccccc;
}
.contents-wrap .contents-block {
  padding: 70px 0px;
}
.contents-wrap .contents-block.bg-philosophy {
  background: url("../images/philosophy_bg.svg") no-repeat top left;
  background-size: 50% auto;
}
@media screen and (max-width: 768px) {
  .contents-wrap .contents-block.bg-philosophy {
    background: none;
    padding: 70px 0px 0px 0px;
  }
}
.contents-wrap .contents-block.bg-system {
  background: url("../images/system_bg.svg") no-repeat center top;
  background-size: cover;
}
.contents-wrap .contents-block.bg-works {
  background: #EBEBEB;
}
.contents-wrap .contents-block.bg-contact {
  background: #EBEBEB;
}
.contents-wrap .contents-block.bg-form {
  background: #EBEBEB;
}
.contents-wrap .contents-block .title-block-type2 {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 40px;
}
.contents-wrap .contents-block .title-block-type2 h3 {
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
  font-size: 40px;
}
@media screen and (max-width: 999px) {
  .contents-wrap .contents-block .title-block-type2 h3 {
    font-size: 30px;
  }
}
.contents-wrap .contents-block .title-block-type3 {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.5;
}
.contents-wrap .contents-block .title-block-type3 h2 {
  font-weight: normal;
}
.contents-wrap .contents-block .title-block-type3 h2 span {
  display: block;
}
.contents-wrap .contents-block .title-block-type3 h2 span.en {
  position: relative;
  font-family: "Heebo", sans-serif;
  font-size: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .contents-wrap .contents-block .title-block-type3 h2 span.en {
    font-size: 30px;
  }
}
.contents-wrap .contents-block .title-block-type3 h2 span.en::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  margin-left: -75px;
  font-size: 0px;
  line-height: 1;
  width: 150px;
  height: 1px;
  background: #000000;
}
.contents-wrap .contents-block .title-block-type3 h2 span.jp {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .contents-wrap .contents-block .title-block-type3 h2 span.jp {
    font-size: 14px;
  }
}
.contents-wrap .contents-block .title-block-type4 {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
}
.contents-wrap .contents-block .title-block-type4 h3 {
  display: block;
  position: relative;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .contents-wrap .contents-block .title-block-type4 h3 {
    font-size: 20px;
  }
}
.contents-wrap .contents-block .title-block-type4 h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
  background: #333333;
}
.contents-wrap .contents-block .title-block {
  margin-bottom: 50px;
}
.contents-wrap .contents-block .title-block h3 {
  display: block;
}
.contents-wrap .contents-block .title-block h3 span {
  align-items: center;
  position: relative;
  height: 55px;
  background: #000000;
  padding: 10px 60px 10px 130px;
  font-size: 18px;
  color: #fefefe;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 999px) {
  .contents-wrap .contents-block .title-block h3 span {
    padding: 10px 60px 10px 50px;
    font-size: 16px;
  }
}
.contents-wrap .contents-block .title-block h3 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 24px 15px 24px 0;
}
.contents-wrap .contents-block .contents-inner {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

.contents-contact .contact-info {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contents-contact .contact-info {
    display: block;
  }
}
.contents-contact .contact-info .row {
  display: flex;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contents-contact .contact-info .row {
    width: 100%;
  }
}
.contents-contact .contact-info .row:nth-of-type(1) {
  padding-right: 30px;
}
@media screen and (max-width: 999px) {
  .contents-contact .contact-info .row:nth-of-type(1) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents-contact .contact-info .row:nth-of-type(1) {
    padding: 0 0 25px 0;
  }
}
.contents-contact .contact-info .row:nth-of-type(2) {
  padding-left: 30px;
}
@media screen and (max-width: 999px) {
  .contents-contact .contact-info .row:nth-of-type(2) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents-contact .contact-info .row:nth-of-type(2) {
    padding: 0;
  }
}
.contents-contact .contact-info .row .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  font-weight: 400;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .contents-contact .contact-info .row .icon {
    width: 110px;
    height: 110px;
    font-size: 16px;
  }
}
.contents-contact .contact-info .row .icon.type-2 {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}
.contents-contact .contact-info .row .text-block {
  width: calc(100% - 200px);
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .contents-contact .contact-info .row .text-block {
    width: calc(100% - 110px);
    padding-left: 10px;
    font-size: 14px;
  }
}
.contents-contact .contact-info .row .text-block p.link {
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  margin-top: 1em;
  font-size: 18px;
}
.contents-contact .contact-info .row .text-block p.link a {
  color: #000000;
  text-decoration: none;
}
.contents-contact .contact-info .row .text-block .btn {
  margin-top: 1em;
}
.contents-contact .contact-info .row .text-block .btn a {
  display: block;
  border: 1px solid #000000;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents-contact .contact-info .row .text-block .btn a:hover {
  background: #000000;
  color: #fefefe;
}

footer.site-footer .footer-nav-wrap {
  padding: 50px 20px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-nav-wrap {
    padding: 0;
  }
}
footer.site-footer .footer-nav-wrap .inner {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-nav-wrap .inner {
    display: block;
  }
}
footer.site-footer .footer-nav-wrap .inner .logo-block {
  width: 160px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-nav-wrap .inner .logo-block {
    display: none;
  }
}
footer.site-footer .footer-nav-wrap .inner .logo-block a img {
  width: 100%;
}
footer.site-footer .footer-nav-wrap .inner .nav-foot {
  display: flex;
  width: calc(100% - 160px);
  padding: 0 0 0 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-nav-wrap .inner .nav-foot {
    display: block;
    width: 100%;
    padding: 0;
  }
}
footer.site-footer .footer-nav-wrap .inner .nav-foot ul {
  display: block;
  padding-left: 100px;
  line-height: 1.5;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-nav-wrap .inner .nav-foot ul {
    padding: 0;
  }
}
footer.site-footer .footer-nav-wrap .inner .nav-foot ul li {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-nav-wrap .inner .nav-foot ul li {
    margin: 0;
  }
}
footer.site-footer .footer-nav-wrap .inner .nav-foot ul li a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .footer-nav-wrap .inner .nav-foot ul li a:hover {
  color: #00BD77;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-nav-wrap .inner .nav-foot ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-nav-wrap .inner .nav-foot ul li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #cccccc;
  }
}
footer.site-footer .copyright {
  padding: 20px;
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer.site-footer .copyright {
    font-size: 10px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    left: 48%;
  }
  50% {
    transform: scale(1);
    left: 50%;
    top: 65px;
  }
  75% {
    left: 52%;
  }
  100% {
    transform: rotate(360deg);
    left: 50%;
  }
}
@keyframes spin3 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    left: 48%;
  }
  50% {
    transform: scale(1);
    left: 50%;
    top: 40px;
  }
  75% {
    left: 52%;
  }
  100% {
    transform: rotate(360deg);
    left: 50%;
  }
}
@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    left: 48%;
  }
  50% {
    transform: scale(1);
    left: 50%;
    top: 40px;
  }
  75% {
    left: 52%;
  }
  100% {
    transform: rotate(360deg);
    left: 50%;
  }
}
canvas.particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
  height: 1000px !important;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  canvas.particles-js-canvas-el {
    height: 650px !important;
  }
}
@media screen and (max-width: 768px) {
  canvas.particles-js-canvas-el {
    height: 500px !important;
  }
}

.top-main-visual {
  position: relative;
  width: 100%;
  height: 850px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 99;
}
@media screen and (max-width: 999px) {
  .top-main-visual {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .top-main-visual {
    height: 500px;
  }
}
.top-main-visual .scroll-icon {
  position: absolute;
  width: 150px;
  text-align: center;
  color: #949494;
  bottom: 40px;
  left: 50%;
  margin-left: -75px;
  font-family: "Heebo", sans-serif;
  z-index: 8;
}
.top-main-visual .scroll-icon p {
  margin-bottom: 5px;
}
.top-main-visual .scroll-icon p img {
  width: 6px;
}
.top-main-visual .catch-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 400px;
  height: 700px;
  top: 50px;
  left: 50%;
  margin-left: -200px;
  z-index: 9;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .top-main-visual .catch-text {
    width: 300px;
    height: 500px;
    margin-left: -150px;
  }
}
@media screen and (max-width: 768px) {
  .top-main-visual .catch-text {
    width: 150px;
    height: 250px;
    margin-left: -75px;
  }
}
.top-main-visual .catch-text .set {
  width: 100%;
  line-height: 1.3;
}
.top-main-visual .catch-text .set h2 {
  font-family: "Heebo", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #fefefe;
  margin-bottom: 70px;
}
@media screen and (max-width: 999px) {
  .top-main-visual .catch-text .set h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-main-visual .catch-text .set h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.top-main-visual .catch-text .set .list p {
  display: block;
  padding: 10px;
  font-size: 25px;
  font-family: "Heebo", sans-serif;
  margin-bottom: 10px;
  font-weight: 600;
  transform: rotate(10deg);
}
@media screen and (max-width: 999px) {
  .top-main-visual .catch-text .set .list p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-main-visual .catch-text .set .list p {
    font-size: 14px;
  }
}
.top-main-visual .catch-text .set .list p:nth-of-type(1) {
  background: #ffffff;
  color: #000000;
  transform: rotate(3deg);
}
.top-main-visual .catch-text .set .list p:nth-of-type(2) {
  position: relative;
  left: -20px;
  margin-top: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  transform: rotate(-3deg);
}
@media screen and (max-width: 768px) {
  .top-main-visual .catch-text .set .list p:nth-of-type(2) {
    margin-top: 20px;
    left: -5px;
  }
}
.top-main-visual .circle-a {
  position: absolute;
  width: 700px;
  height: 700px;
  background: #000000;
  top: 50px;
  left: 50%;
  margin-left: -350px;
  border-radius: 50%;
  z-index: 6;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -ms-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
@media screen and (max-width: 999px) {
  .top-main-visual .circle-a {
    width: 500px;
    height: 500px;
    margin-left: -250px;
  }
}
@media screen and (max-width: 768px) {
  .top-main-visual .circle-a {
    width: 240px;
    height: 240px;
    margin-left: -120px;
  }
}
.top-main-visual .circle-b {
  position: absolute;
  width: 700px;
  height: 700px;
  background: #C600B5;
  top: 35px;
  left: 50%;
  margin-left: -350px;
  border-radius: 50%;
  z-index: 5;
  opacity: 0.6;
  -webkit-animation: spin2 2.5s linear infinite;
  -moz-animation: spin2 2.5s linear infinite;
  -ms-animation: spin2 2.5s linear infinite;
  -o-animation: spin2 2.5s linear infinite;
  animation: spin2 2.5s linear infinite;
}
@media screen and (max-width: 999px) {
  .top-main-visual .circle-b {
    width: 500px;
    height: 500px;
    margin-left: -250px;
  }
}
@media screen and (max-width: 768px) {
  .top-main-visual .circle-b {
    width: 240px;
    height: 240px;
    margin-left: -120px;
  }
}
.top-main-visual .circle-c {
  position: absolute;
  width: 700px;
  height: 700px;
  background: #00C69E;
  top: 70px;
  left: 50%;
  margin-left: -370px;
  border-radius: 50%;
  z-index: 4;
  opacity: 0.6;
  -webkit-animation: spin3 2.4s linear infinite;
  -moz-animation: spin3 2.4s linear infinite;
  -ms-animation: spin3 2.4s linear infinite;
  -o-animation: spin3 2.4s linear infinite;
  animation: spin3 2.4s linear infinite;
}
@media screen and (max-width: 999px) {
  .top-main-visual .circle-c {
    width: 500px;
    height: 500px;
    margin-left: -270px;
  }
}
@media screen and (max-width: 768px) {
  .top-main-visual .circle-c {
    width: 240px;
    height: 240px;
    margin-left: -140px;
  }
}
.top-main-visual .circle-d {
  position: absolute;
  width: 700px;
  height: 700px;
  background: #E4B800;
  top: 70px;
  left: 50%;
  margin-left: -330px;
  border-radius: 50%;
  z-index: 3;
  opacity: 0.6;
  -webkit-animation: spin4 2.7s linear infinite;
  -moz-animation: spin4 2.7s linear infinite;
  -ms-animation: spin4 2.7s linear infinite;
  -o-animation: spin4 2.7s linear infinite;
  animation: spin4 2.7s linear infinite;
}
@media screen and (max-width: 999px) {
  .top-main-visual .circle-d {
    width: 500px;
    height: 500px;
    margin-left: -230px;
  }
}
@media screen and (max-width: 768px) {
  .top-main-visual .circle-d {
    width: 240px;
    height: 240px;
    margin-left: -100px;
  }
}

.contents-philosophy .philosophy-chart {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contents-philosophy .philosophy-chart {
    display: block;
  }
}
.contents-philosophy .philosophy-chart .icon-block {
  display: flex;
  align-items: center;
  width: 550px;
}
@media screen and (max-width: 999px) {
  .contents-philosophy .philosophy-chart .icon-block {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .contents-philosophy .philosophy-chart .icon-block {
    width: 100%;
    justify-content: center;
    margin-bottom: 35px;
  }
}
.contents-philosophy .philosophy-chart .icon-block .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 550px;
  height: 550px;
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .contents-philosophy .philosophy-chart .icon-block .circle {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .contents-philosophy .philosophy-chart .icon-block .circle {
    width: 250px;
    height: 250px;
  }
}
.contents-philosophy .philosophy-chart .icon-block .circle p {
  text-align: center;
  line-height: 2.5;
  font-size: 25px;
}
@media screen and (max-width: 999px) {
  .contents-philosophy .philosophy-chart .icon-block .circle p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contents-philosophy .philosophy-chart .icon-block .circle p {
    font-size: 16px;
  }
}
.contents-philosophy .philosophy-chart .icon-block .circle p span {
  font-weight: 900;
}
.contents-philosophy .philosophy-chart .text-block {
  width: calc(100% - 550px);
  box-sizing: border-box;
  padding: 0 0 0 100px;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .contents-philosophy .philosophy-chart .text-block {
    width: calc(100% - 300px);
    padding: 0 0 0 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contents-philosophy .philosophy-chart .text-block {
    width: 100%;
    padding: 0;
  }
}

.contents-system .read-text {
  padding: 0 0 20px 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .contents-system .read-text {
    font-size: 14px;
  }
  .contents-system .read-text br {
    display: none;
  }
}
.contents-system .system-chart {
  max-width: 885px;
  margin: -100px auto 0 auto;
}
@media screen and (max-width: 999px) {
  .contents-system .system-chart {
    margin: 0;
  }
}
.contents-system .system-chart .icon-block {
  margin-bottom: 30px;
}
.contents-system .system-chart .icon-block img {
  width: 100%;
}
.contents-system .system-chart .text-2clm {
  display: flex;
}
.contents-system .system-chart .text-2clm .row {
  line-height: 1.5;
}
.contents-system .system-chart .text-2clm .row:first-of-type {
  width: 67%;
}
.contents-system .system-chart .text-2clm .row:last-of-type {
  width: 33%;
}
.contents-system .system-chart .text-2clm .row ul li {
  font-size: 16px;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 999px) {
  .contents-system .system-chart .text-2clm .row ul li {
    font-size: 10px;
    margin-bottom: 3px;
  }
}

.contents-works .read-text {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 45px;
  text-align: center;
}
.contents-works .read-text span {
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .contents-works .read-text {
    font-size: 14px;
  }
  .contents-works .read-text br.sp-br {
    display: none;
  }
}
.contents-works .instagram-block {
  margin: 0 auto 45px auto;
  max-width: 800px;
}
.contents-works .instagram-block .sub-title {
  text-align: center;
  margin-bottom: 25px;
}
.contents-works .instagram-block .sub-title h4 {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.contents-works .instagram-block .sub-title h4::after {
  position: absolute;
  content: "";
  font-size: 0px;
  line-height: 1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #231815;
  z-index: 1;
}
.contents-works .instagram-block .sub-title h4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 15px;
  background: #EBEBEB;
}
.contents-works .soupn-btn {
  line-height: 1.5;
}
.contents-works .soupn-btn > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  color: #000000;
  margin-bottom: 7px;
}
@media screen and (max-width: 999px) {
  .contents-works .soupn-btn > p {
    font-size: 18px;
  }
}
.contents-works .soupn-btn .btn {
  text-align: center;
  margin-bottom: 20px;
}
.contents-works .soupn-btn .btn a {
  display: inline-block;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .contents-works .soupn-btn .btn a {
    display: block;
    padding: 10px;
    font-size: 18px;
  }
}
.contents-works .sns-links {
  display: block;
}
.contents-works .sns-links ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents-works .sns-links ul li {
  margin: 0 20px;
}
.contents-works .sns-links ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents-works .sns-links ul li a:hover {
  opacity: 0.7;
}
.contents-works .sns-links ul li a img {
  max-width: 100%;
}

.contents-member .member-list-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.contents-member .member-list-wrap .row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 75px;
}
.contents-member .member-list-wrap .row:last-of-type {
  margin-bottom: 0;
}
.contents-member .member-list-wrap .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.contents-member .member-list-wrap .row:nth-of-type(even) .text-block {
  padding: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  .contents-member .member-list-wrap .row:nth-of-type(even) .text-block {
    padding: 0 20px 0 0;
  }
}
.contents-member .member-list-wrap .row .photo-block {
  position: relative;
  width: 300px;
  box-sizing: border-box;
  font-size: 0px;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .contents-member .member-list-wrap .row .photo-block {
    width: 100px;
  }
}
.contents-member .member-list-wrap .row .photo-block img {
  width: 100%;
}
.contents-member .member-list-wrap .row .photo-block .cover {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block .cover {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .contents-member .member-list-wrap .row .photo-block .cover {
    width: 100px;
    height: 100px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type01 .cover {
  background: #17A0D0;
  top: -45px;
  left: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type01 .cover {
    top: -15px;
    left: -15px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type02 .cover {
  background: #F8CD2B;
  top: -45px;
  right: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type02 .cover {
    top: -15px;
    right: -15px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type03 .cover {
  background: #A675CA;
  top: -45px;
  left: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type03 .cover {
    top: -15px;
    left: -15px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type04 .cover {
  background: #ff6600;
  top: -45px;
  right: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type04 .cover {
    top: -15px;
    right: -15px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type05 .cover {
  background: #EFAFC4;
  top: -45px;
  left: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type05 .cover {
    top: -15px;
    left: -15px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type06 .cover {
  background: #40AB9C;
  top: -45px;
  right: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type06 .cover {
    top: -15px;
    right: -15px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type07 .cover {
  background: #D674DC;
  top: -45px;
  right: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type07 .cover {
    top: -15px;
    right: -15px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type08 .cover {
  background: #f8ffac;
  top: -45px;
  left: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type08 .cover {
    top: -15px;
    left: -15px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type10 .cover {
  background: #adff2f;
  top: -45px;
  left: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type10 .cover {
    top: -15px;
    left: -15px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type11 .cover {
  background: #fc7367;
  top: -45px;
  right: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type11 .cover {
    top: -15px;
    right: -15px;
  }
}
.contents-member .member-list-wrap .row .photo-block.c-type12 .cover {
  background: #add8e6;
  top: -45px;
  left: -45px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .photo-block.c-type12 .cover {
    top: -15px;
    left: -15px;
  }
}
.contents-member .member-list-wrap .row .text-block {
  width: calc(100% - 300px);
  box-sizing: border-box;
  padding-left: 50px;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .text-block {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .text-block {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
.contents-member .member-list-wrap .row .text-block .inner {
  padding-top: 35px;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type01 {
  border-top: 5px solid #17A0D0;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type02 {
  border-top: 5px solid #F8CD2B;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type03 {
  border-top: 5px solid #A675CA;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type04 {
  border-top: 5px solid #ff6600;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type05 {
  border-top: 5px solid #EFAFC4;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type06 {
  border-top: 5px solid #40AB9C;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type07 {
  border-top: 5px solid #D674DC;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type08 {
  border-top: 5px solid #f8ffac;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type10 {
  border-top: 5px solid #adff2f;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type11 {
  border-top: 5px solid #fc7367;
}
.contents-member .member-list-wrap .row .text-block .inner.c-type12 {
  border-top: 5px solid #add8e6;
}
.contents-member .member-list-wrap .row .text-block .inner .name-set {
  margin-bottom: 35px;
  line-height: 1.5;
}
.contents-member .member-list-wrap .row .text-block .inner .name-set span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .text-block .inner .name-set span {
    font-size: 16px;
  }
}
.contents-member .member-list-wrap .row .text-block .inner .name-set span.name {
  margin-right: 50px;
}
.contents-member .member-list-wrap .row .text-block .inner .name-set span.division {
  font-family: "Heebo", sans-serif;
}
.contents-member .member-list-wrap .row .text-block .inner .profile-text p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .contents-member .member-list-wrap .row .text-block .inner .profile-text p {
    font-size: 14px;
  }
}
.contents-member .member-list-wrap .row .text-block .inner .profile-text p.division {
  margin-bottom: 0.7em;
}

.contents-about {
  max-width: 1080px;
  margin: 0 auto;
}
.contents-about .company-info {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contents-about .company-info {
    display: block;
  }
}
.contents-about .company-info .info-left {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .contents-about .company-info .info-left {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
.contents-about .company-info .info-left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents-about .company-info .info-left img {
    max-width: 150px;
  }
}
.contents-about .company-info .info-right {
  width: calc(100% - 160px);
  padding: 0 0 0 100px;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .contents-about .company-info .info-right {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contents-about .company-info .info-right {
    width: 100%;
    padding: 0;
  }
}
.contents-about .company-info .info-right table {
  width: 100%;
  border-collapse: collapse;
}
.contents-about .company-info .info-right table tbody tr th {
  width: 130px;
  padding: 10px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contents-about .company-info .info-right table tbody tr th {
    width: 85px;
  }
}
.contents-about .company-info .info-right table tbody tr td {
  padding: 10px;
}
.contents-about .company-info .info-right table tbody tr td a {
  color: #666666;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents-about .company-info .info-right table tbody tr td a:hover {
  color: #00BD77;
}

.contents-privacy .privacy-block {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5;
}
.contents-privacy .privacy-block .pre-text {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .contents-privacy .privacy-block .pre-text {
    font-size: 14px;
  }
}
.contents-privacy .privacy-block .pre-text p {
  margin-bottom: 1.5em;
}
.contents-privacy .privacy-block dl {
  display: block;
  margin-bottom: 50px;
}
.contents-privacy .privacy-block dl dt {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .contents-privacy .privacy-block dl dt {
    font-size: 18px;
  }
}
.contents-privacy .privacy-block dl dd {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .contents-privacy .privacy-block dl dd {
    font-size: 14px;
  }
}
.contents-privacy .privacy-block dl dd p {
  margin-bottom: 1.5em;
}
.contents-privacy .privacy-block dl dd p a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents-privacy .privacy-block dl dd p a::before {
  content: ">";
  margin-right: 5px;
}
.contents-privacy .privacy-block dl dd p a:hover {
  color: #00BD77;
}
.contents-privacy .privacy-block dl dd > ul.notes {
  margin-bottom: 1.5em;
}
.contents-privacy .privacy-block dl dd > ul.notes li {
  text-indent: -1em;
  padding-left: 1em;
}
.contents-privacy .privacy-block dl dd > ul.notes li > ul.subnotes {
  margin-bottom: 1.5em;
}
.contents-privacy .privacy-block dl dd > ul.notes li > ul.subnotes li {
  text-indent: -1em;
  padding-left: 1em;
}

.contents-contactform .read-text p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .contents-contactform .read-text p {
    font-size: 14px;
  }
  .contents-contactform .read-text p br {
    display: none;
  }
}
.contents-contactform .read-text p.btn {
  margin-top: 50px;
}
.contents-contactform .read-text p.btn a {
  display: inline-block;
  padding: 10px;
  background: #000000;
  color: #fefefe;
  text-decoration: none;
  font-size: 18px;
  border-radius: 3px;
  min-width: 300px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents-contactform .read-text p.btn a:hover {
  background: #00BD77;
}
@media screen and (max-width: 768px) {
  .contents-contactform .read-text p.btn a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-width: 100%;
  }
}
.contents-contactform .form-wrap {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 3px;
  padding: 50px 25px;
  box-sizing: border-box;
}
.contents-contactform .form-wrap .form-block {
  margin-bottom: 30px;
}
.contents-contactform .form-wrap .form-block .form-term {
  display: block;
  margin-bottom: 35px;
}
.contents-contactform .form-wrap .form-block .form-term legend {
  display: none;
}
.contents-contactform .form-wrap .form-block .form-term p.term-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #555555;
}
@media screen and (max-width: 999px) {
  .contents-contactform .form-wrap .form-block .form-term p.term-title {
    font-size: 14px;
  }
}
.contents-contactform .form-wrap .form-block .form-term p.term-title span.must-input {
  display: inline-block;
  margin-left: 10px;
  background: #ff0000;
  padding: 3px 10px;
  color: #fefefe;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 999px) {
  .contents-contactform .form-wrap .form-block .form-term p.term-title span.must-input {
    font-size: 12px;
  }
}
.contents-contactform .form-wrap .form-block .form-term .term-input input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .contents-contactform .form-wrap .form-block .form-term .term-input input {
    padding: 10px;
  }
}
.contents-contactform .form-wrap .form-block .form-term .term-input select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .contents-contactform .form-wrap .form-block .form-term .term-input select {
    padding: 10px;
  }
}
.contents-contactform .form-wrap .form-block .form-term .term-input textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .contents-contactform .form-wrap .form-block .form-term .term-input textarea {
    padding: 10px;
  }
}
.contents-contactform .form-wrap .privacy-text {
  text-align: center;
  color: #555555;
  font-size: 14px;
  margin-bottom: 35px;
  line-height: 1.5;
}
.contents-contactform .form-wrap .form-btnlist .btn-submit {
  text-align: center;
}
.contents-contactform .form-wrap .form-btnlist .btn-submit input {
  appearance: none;
  -webkit-appearance: none;
  line-height: 1.5;
  font-size: 20px;
  color: #fefefe;
  text-decoration: none;
  background: #000000;
  padding: 15px 50px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .contents-contactform .form-wrap .form-btnlist .btn-submit input {
    width: 100%;
    padding: 15px 5px;
    box-sizing: border-box;
    font-size: 18px;
  }
}
.contents-contactform .form-wrap .form-btnlist .btn-submit input:hover {
  opacity: 0.7;
}

.moving{
  position: relative;
  text-align: center;
  margin: 20px;
}
.moving p img{
  position: relative;
  height: 800px;
  width: auto;
  margin:0 auto;
}
@media screen and (max-width: 999px) {
  .moving p img {
    height: 600px;
    width: auto;
    margin:0 auto;
  }
}
@media screen and (max-width: 768px) {
  .moving p img {
    width: 100%;
    height: auto;
    margin:0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
