@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
main {
  padding-bottom: 120px;
}
main #visual {
  width: calc(100% - 80px);
  margin: 0 auto 60px auto;
}
main #visual .pc {
  width: 100%;
}
main #visual .pc video {
  width: 100%;
  height: auto;
}
main #visual .sp {
  display: none;
}
main #visual .photo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
main #visual .photo::before {
  content: "9kidslab";
  width: 600px;
  height: 100px;
  background-image: url(../images/home/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 300px);
  top: calc(50% - 50px);
  z-index: 1;
}
main #intro {
  width: calc(100% - 80px);
  margin: 0 auto 120px auto;
  position: relative;
}
main #intro h3 {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 6rem;
  letter-spacing: 0em;
  text-align: left;
  max-width: calc(100% - 420px);
  margin-bottom: 40px;
  position: relative;
  left: calc(50% - 260px);
}
main #intro .inner {
  width: 520px;
  margin: 0 auto 80px auto;
}
main #intro .inner p {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
main #intro .inner p:not(:last-child) {
  margin-bottom: 40px;
}
main #intro .video {
  width: 768px;
  margin: 0 auto;
  position: relative;
}
main #intro .video .invideo {
  line-height: 0;
  width: 100%;
  border: solid 4px #111;
  position: relative;
  z-index: 1;
}
main #intro .video::after {
  content: "";
  width: 768px;
  height: 436px;
  background-color: #111;
  position: absolute;
  left: 10px;
  top: 10px;
}
main #about {
  width: 100%;
  margin: 0 auto 120px auto;
}
main #about a.anchor::before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
}
main #about .sec {
  text-align: left;
  position: relative;
}
main #about .sec h3 {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
main #about .sec h4 {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 4.4rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #about .sec h5 {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.8rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #about .sec p {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main #about .sec p:not(:last-child) {
  margin-bottom: 40px;
}
main #about .sec.sec1 {
  width: calc(100% - 160px);
  margin: 0 auto 100px auto;
}
main #about .sec.sec1 .insec {
  width: 48.5%;
}
main #about .sec.sec2 {
  width: calc(100% - 160px);
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main #about .sec.sec2 .insec {
  width: 48.5%;
}
main #about .sec.sec3 {
  width: 100%;
  margin: 0 auto 100px auto;
}
main #about .sec.sec3 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #about .sec.sec3 ul li {
  width: 33.3333333333%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: relative;
}
main #about .sec.sec3 ul li span {
  color: #FFF;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  height: 33.3333333333vw;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main #about .sec.sec3 ul li dl {
  width: 100%;
  height: 33.3333333333vw;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
  box-sizing: border-box;
}
main #about .sec.sec3 ul li dl dt {
  color: #FFF;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
main #about .sec.sec3 ul li dl dd {
  color: #FFF;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
main #about .sec.sec3 ul li dl::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
main #about .sec.sec3 ul li:nth-child(1) {
  background-image: url(../images/home/photo_prof1.jpg);
}
main #about .sec.sec3 ul li:nth-child(1) dl {
  background-image: url(../images/home/photo_prof1_2.jpg);
}
main #about .sec.sec3 ul li:nth-child(2) {
  background-image: url(../images/home/photo_prof2.jpg);
}
main #about .sec.sec3 ul li:nth-child(2) dl {
  background-image: url(../images/home/photo_prof2_2.jpg);
}
main #about .sec.sec3 ul li:nth-child(3) {
  background-image: url(../images/home/photo_prof3.jpg);
}
main #about .sec.sec3 ul li:nth-child(3) dl {
  background-image: url(../images/home/photo_prof3_2.jpg);
}
main #about .sec.sec3 ul li:nth-child(4) {
  background-image: url(../images/home/photo_prof4.jpg);
}
main #about .sec.sec3 ul li:nth-child(4) dl {
  background-image: url(../images/home/photo_prof4_2.jpg);
}
main #about .sec.sec3 ul li:nth-child(5) {
  background-image: url(../images/home/photo_prof5.jpg);
}
main #about .sec.sec3 ul li:nth-child(5) dl {
  background-image: url(../images/home/photo_prof5_2.jpg);
}
main #about .sec.sec3 ul li:nth-child(6) {
  background-image: url(../images/home/photo_prof6.jpg);
}
main #about .sec.sec3 ul li:nth-child(6) dl {
  background-image: url(../images/home/photo_prof6_2.jpg);
}
main #about .sec.sec3 ul li:hover span {
  opacity: 0;
}
main #about .sec.sec3 ul li:hover dl {
  opacity: 1;
}
main #about .sec.sec4 {
  width: 100%;
  padding: 0 80px 0 260px;
  margin: 0 auto 100px auto;
}
main #about .sec.sec4 .insec {
  width: 100%;
}
main #about .sec.sec4 .insec p {
  width: 55%;
}
main #about .sec.sec4 .insec .graph {
  width: 100%;
  border-right: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
main #about .sec.sec4 .insec .graph div {
  width: 25%;
  padding: 0 15px;
  border-left: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #about .sec.sec4 .insec .graph div p {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
  white-space: nowrap;
  margin-bottom: 80px;
}
main #about .sec.sec4 .insec .graph div dl dt {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0em;
}
main #about .sec.sec4 .insec .graph div dl dd {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
}
main #about .sec.sec4 .insec .graph::before {
  content: "";
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, #FFF, #111);
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: -1;
}
main #about .sec.sec5 {
  width: calc(100% - 360px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #about .sec.sec5 .insec {
  width: calc(100% - 400px - 80px);
  order: 2;
  position: relative;
}
main #about .sec.sec5 .insec .set {
  margin-bottom: 40px;
}
main #about .sec.sec5 .insec .set p:not(:last-child) {
  margin-bottom: 30px;
}
main #about .sec.sec5 .insec .set ul {
  margin-bottom: 30px;
}
main #about .sec.sec5 .insec .set ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main #about .sec.sec5 .insec .set ul li span {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main #about .sec.sec5 .insec .set ul li::before {
  content: "・";
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main #about .sec.sec5 .insec .set ul li:not(:last-child) {
  margin-bottom: 20px;
}
main #about .sec.sec5 .graph {
  width: 400px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  order: 1;
}
main #about .sec.sec5 .graph ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #about .sec.sec5 .graph ul li {
  width: 200px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
main #about .sec.sec5 .graph ul li span {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  height: 160px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: solid 1px #111;
  border-radius: 160px;
  box-sizing: border-box;
}
main #about .sec.sec5 .graph ul:nth-child(1) {
  padding-top: 100px;
}
main #news {
  width: calc(100% - 140px);
  margin: 0 auto;
}
main #news .inner {
  text-align: left;
  width: 100%;
  padding: 0 10px;
}
main #news .inner h3 {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main #news .inner h4 {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 4.4rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #news .inner h5 {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.8rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #news .inner p {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main #news .inner p:not(:last-child) {
  margin-bottom: 40px;
}
main #news .inner .thumbset {
  width: 100%;
  margin-bottom: 40px;
}
main #news .inner .thumbset .thumb {
  text-align: left;
  width: 290px;
  padding: 0 20px 0 0;
}
main #news .inner .thumbset .thumb a .image {
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main #news .inner .thumbset .thumb a .image span {
  padding: 0 10px 10px 0;
  display: block;
  position: relative;
  z-index: 1;
}
main #news .inner .thumbset .thumb a .image span img {
  width: 100%;
  border: solid 3px #111;
  box-sizing: border-box;
}
main #news .inner .thumbset .thumb a .image::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #111;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
}
main #news .inner .thumbset .thumb a dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.25s ease-in 0s;
}
main #news .inner .thumbset .thumb a dl dt {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  order: 2;
}
main #news .inner .thumbset .thumb a dl dd {
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
  order: 1;
}
main #news .inner .thumbset .thumb a:hover .image {
  opacity: 0.7;
}
main #news .inner .thumbset .thumb a:hover dl {
  opacity: 0.7;
}
main #news .inner .btn {
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
main #news .inner .btn a {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main #news .inner .btn a::after {
  content: "";
  width: 65px;
  height: 68px;
  margin: 0 0 0 20px;
  background-image: url(../images/home/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main #news .inner .btn a:hover::after {
  background-image: url(../images/home/arrow_ov.png);
}

.maru {
  width: 640px;
  height: 640px;
  border-radius: 320px;
  position: absolute;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -2;
}
.maru.m1 {
  background-color: #00FFBB;
  top: -235px;
  left: calc(50% - 385px);
}
.maru.m2 {
  background-color: #FE01C6;
  top: -200px;
  left: calc(50% - 80px);
}
.maru.m3 {
  background-color: #AEFF00;
  top: -140px;
  left: 80px;
}
.maru.m4 {
  background-color: #00C4FF;
  top: -190px;
  left: -60px;
}

.deco {
  width: 150px;
  height: 120px;
  background-image: url(../images/home/deco_water.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 999;
  cursor: move;
}
.deco#d1 {
  top: 1000px;
  left: 20px;
}
.deco#d2 {
  top: 3650px;
  right: 100px;
}
.deco#d3 {
  top: 5000px;
  left: calc(50% + 200px);
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  main {
    padding-bottom: 60px;
  }
  main #visual {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  main #visual .pc {
    display: none;
  }
  main #visual .sp {
    width: 100%;
    display: block;
  }
  main #visual .sp video {
    width: 100%;
    height: auto;
  }
  main #visual .photo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  main #visual .photo::before {
    width: 300px;
    height: 50px;
    left: calc(50% - 150px);
    top: calc(50% - 25px);
  }
  main #intro {
    width: calc(100% - 20px);
    margin: 0 auto 80px auto;
  }
  main #intro h3 {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.6rem;
    letter-spacing: 0em;
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
    left: auto;
  }
  main #intro .inner {
    width: calc(100% - 20px);
    margin: 0 auto 20px auto;
  }
  main #intro .inner p {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main #intro .inner p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #intro .video {
    width: calc(100% - 20px);
    padding-bottom: 10px;
  }
  main #intro .video .invideo {
    width: 100%;
    border: solid 2px #111;
  }
  main #intro .video .invideo iframe {
    width: 100%;
    height: calc((100vw - 44px) * 0.5675);
  }
  main #intro .video::after {
    width: 100%;
    height: calc((100vw - 40px) * 0.5675);
    left: 10px;
    top: 10px;
  }
  main #about {
    width: 100%;
    margin: 0 auto 80px auto;
  }
  main #about .sec {
    text-align: left;
  }
  main #about .sec h3 {
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main #about .sec h4 {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 3.8rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #about .sec h5 {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main #about .sec p {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main #about .sec p:not(:last-child) {
    margin-bottom: 10px;
  }
  main #about .sec.sec1 {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  main #about .sec.sec1 .insec {
    width: 100%;
  }
  main #about .sec.sec2 {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  main #about .sec.sec2 .insec {
    width: 100%;
  }
  main #about .sec.sec3 {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  main #about .sec.sec3 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #about .sec.sec3 ul li {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: relative;
  }
  main #about .sec.sec3 ul li span {
    color: #FFF;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    height: calc((100vw - 40px) / 2);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
    -webkit-user-select: none;
  }
  main #about .sec.sec3 ul li dl {
    width: 100%;
    height: calc((100vw - 40px) / 2);
    padding: 10px;
  }
  main #about .sec.sec3 ul li dl dt {
    color: #FFF;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
  }
  main #about .sec.sec3 ul li dl dd {
    color: #FFF;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
  }
  main #about .sec.sec3 ul li dl::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
  main #about .sec.sec3 ul li:hover span {
    opacity: 1;
  }
  main #about .sec.sec3 ul li:hover dl {
    opacity: 0;
  }
  main #about .sec.sec3 ul li.on span {
    opacity: 0;
  }
  main #about .sec.sec3 ul li.on dl {
    opacity: 1;
  }
  main #about .sec.sec4 {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 auto 80px auto;
  }
  main #about .sec.sec4 .insec {
    width: 100%;
  }
  main #about .sec.sec4 .insec p {
    width: 100%;
  }
  main #about .sec.sec4 .insec .graph {
    border-right: none;
    border-bottom: solid 1px #111;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #about .sec.sec4 .insec .graph div {
    width: 100%;
    padding: 10px 0;
    border-top: solid 1px #111;
    border-left: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #about .sec.sec4 .insec .graph div p {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0em;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  main #about .sec.sec4 .insec .graph div dl {
    padding: 0 70px 0 0;
  }
  main #about .sec.sec4 .insec .graph div dl dt {
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0em;
  }
  main #about .sec.sec4 .insec .graph div dl dd {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main #about .sec.sec4 .insec .graph::before {
    content: "";
    width: 50px;
    height: 100%;
    background: linear-gradient(to bottom, #FFF, #111);
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    z-index: -1;
  }
  main #about .sec.sec5 {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #about .sec.sec5 .insec {
    width: 100%;
    order: 1;
  }
  main #about .sec.sec5 .insec .set {
    margin-bottom: 20px;
  }
  main #about .sec.sec5 .insec .set p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #about .sec.sec5 .insec .set ul {
    margin-bottom: 20px;
  }
  main #about .sec.sec5 .insec .set ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main #about .sec.sec5 .insec .set ul li span {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main #about .sec.sec5 .insec .set ul li::before {
    content: "・";
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main #about .sec.sec5 .insec .set ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main #about .sec.sec5 .graph {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  main #about .sec.sec5 .graph ul {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #about .sec.sec5 .graph ul li {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
  }
  main #about .sec.sec5 .graph ul li span {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    height: calc((100vw - 80px) / 2);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: solid 1px #111;
    border-radius: 100%;
    box-sizing: border-box;
  }
  main #about .sec.sec5 .graph ul:nth-child(1) {
    padding-top: 25vw;
  }
  main #news {
    width: 100%;
    margin: 0 auto;
  }
  main #news .inner {
    padding: 0px;
  }
  main #news .inner h3 {
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  main #news .inner h4 {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 3.8rem;
    letter-spacing: 0em;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  main #news .inner h5 {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main #news .inner p {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main #news .inner p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #news .inner .thumbset {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  main #news .inner .thumbset .thumb {
    text-align: left;
    padding: 0 20px 0 0;
  }
  main #news .inner .thumbset .thumb a .image {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  main #news .inner .thumbset .thumb a .image span {
    padding: 0 10px 10px 0;
    display: block;
    position: relative;
    z-index: 1;
  }
  main #news .inner .thumbset .thumb a .image span img {
    border: solid 2px #111;
  }
  main #news .inner .thumbset .thumb a .image::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: #111;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  main #news .inner .thumbset .thumb a dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.25s ease-in 0s;
  }
  main #news .inner .thumbset .thumb a dl dt {
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    order: 2;
  }
  main #news .inner .thumbset .thumb a dl dd {
    color: #111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
    order: 1;
  }
  main #news .inner .thumbset .thumb a:hover .image {
    opacity: 0.7;
  }
  main #news .inner .thumbset .thumb a:hover dl {
    opacity: 0.7;
  }
  main #news .inner .btn {
    padding: 0 20px;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  main #news .inner .btn a {
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main #news .inner .btn a::after {
    content: "";
    width: 33px;
    height: 34px;
    margin: 0 0 0 10px;
    background-image: url(../images/home/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  main #news .inner .btn a:hover::after {
    background-image: url(../images/home/arrow_ov.png);
  }

  .maru {
    width: 320px;
    height: 320px;
    border-radius: 160px;
  }
  .maru.m1 {
    background-color: #00FFBB;
    top: -95px;
    left: -60px;
  }
  .maru.m2 {
    background-color: #FE01C6;
    top: 0px;
    left: calc(50% - 90px);
  }
  .maru.m3 {
    background-color: #AEFF00;
    top: -60px;
    left: calc(50% - 250px);
  }
  .maru.m4 {
    background-color: #00C4FF;
    top: 0px;
    left: calc(50% - 90px);
  }

  .deco {
    width: 150px;
    height: 120px;
  }
  .deco#d1 {
    top: 400px;
    left: 65%;
  }
  .deco#d2 {
    top: 4150px;
    right: -40px;
  }
  .deco#d3 {
    top: 6100px;
    left: 0px;
  }
}

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