@charset "UTF-8";
/* common
-----------------------------------------------------------*/
h2 {
  font-family: "Roboto", sans-serif;
  color: #00c4cc;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 500;
}

.underLine::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #00c4cc;
  margin-left: auto;
  transition: 1s all;
}
.underLine.onAnim::after {
  width: calc(50% + 225px);
}

div.noteBox p ~ p {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .underLine::after {
    height: 1px;
  }
  .underLine.onAnim::after {
    width: calc(100% - 70px);
  }
}
/* conceptSec
-----------------------------------------------------------*/
section.kvSec div.zeBox div.strokeWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.kvSec div.zeBox div.strokeWrap svg {
  width: 447px;
  height: 346px;
}
section.kvSec div.zeBox div.strokeWrap svg polyline, section.kvSec div.zeBox div.strokeWrap svg line {
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 78px;
}
section.kvSec div.zeBox div.strokeWrap.app svg polyline, section.kvSec div.zeBox div.strokeWrap.app svg line {
  -webkit-animation: line_animation_app 1s forwards ease-out;
          animation: line_animation_app 1s forwards ease-out;
  stroke-dasharray: 600px;
  stroke-dashoffset: 600px;
}
section.kvSec div.zeBox div.strokeWrap.disapp svg polyline, section.kvSec div.zeBox div.strokeWrap.disapp svg line {
  -webkit-animation: line_animation_disapp 0.8s forwards ease-in;
          animation: line_animation_disapp 0.8s forwards ease-in;
  stroke-dasharray: 600px;
  stroke-dashoffset: 1200px;
}
section.kvSec div.zeBox div.maskImgWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
section.kvSec div.zeBox div.maskImgWrap div.maskAll {
  -webkit-clip-path: url(#svgPath);
          clip-path: url(#svgPath);
  width: 448px;
  height: 346px;
  overflow: hidden;
}
section.kvSec div.zeBox div.maskImgWrap .img {
  display: none;
  width: 448px;
  height: 346px;
  overflow: hidden;
  position: relative;
  background: #000;
}
section.kvSec div.zeBox div.maskImgWrap .img img, section.kvSec div.zeBox div.maskImgWrap .img video {
  width: 640px;
  height: 360px;
  margin-left: -96px;
}
section.kvSec div.zeBox div.maskImgWrap .img#MV0 {
  display: block;
}
section.kvSec div.zeBox div.maskImgWrap svg {
  width: 0;
  height: 0;
}
section.kvSec .catchBox {
  width: 8260px;
  position: fixed;
  top: calc(50% - 490px);
  left: calc(50% - 4130px);
  z-index: 100;
  transform: scale(1);
  transform-origin: 50% 50%;
}
section.kvSec .catchBox path, section.kvSec .catchBox polygon, section.kvSec .catchBox rect {
  fill: #00c4cc;
}
section.kvSec .copyBox {
  font-family: "Airbnb", sans-serif;
  font-size: 126px;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  opacity: 0;
}
section.kvSec .copyBox p {
  position: absolute;
  white-space: nowrap;
}
section.kvSec .copyBox .cp1 {
  top: calc(50% - 63px - 75px);
}
section.kvSec .copyBox .cp2 {
  top: calc(50% - 63px + 75px);
}

@-webkit-keyframes line_animation_app {
  0% {
    stroke-dashoffset: 0;
  }
  20% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 600px;
  }
}

@keyframes line_animation_app {
  0% {
    stroke-dashoffset: 0;
  }
  20% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 600px;
  }
}
@-webkit-keyframes line_animation_disapp {
  0% {
    stroke-dashoffset: 600px;
  }
  100% {
    stroke-dashoffset: 1200px;
  }
}
@keyframes line_animation_disapp {
  0% {
    stroke-dashoffset: 600px;
  }
  100% {
    stroke-dashoffset: 1200px;
  }
}
@media screen and (max-width: 950px) {
  section.kvSec .catchBox {
    width: 6000px;
    position: fixed;
    top: calc(50% - 356px);
    left: calc(50% - 3000px);
    transform-origin: 50% 50%;
  }
  section.kvSec .catchBox svg {
    width: 6000px;
    height: 712px;
  }
}
@media screen and (max-width: 768px) {
  section.kvSec div.zeBox div.strokeWrap svg {
    width: 333px;
    height: 187px;
  }
  section.kvSec div.zeBox div.maskImgWrap div.maskAll {
    width: 233px;
    height: 179px;
  }
  section.kvSec div.zeBox div.maskImgWrap .img {
    width: 233px;
    height: 179px;
  }
  section.kvSec div.zeBox div.maskImgWrap .img img, section.kvSec div.zeBox div.maskImgWrap .img video {
    width: 333px;
    height: 187px;
  }
  section.kvSec .catchBox {
    width: 3340px;
    position: fixed;
    top: calc(50% - 205px);
    left: calc(50% - 1670px);
    transform-origin: 50% 50%;
  }
  section.kvSec .catchBox svg {
    width: 3340px;
    height: 400px;
  }
  section.kvSec .copyBox {
    font-size: 50px;
  }
  section.kvSec .copyBox .cp1 {
    top: calc(50% - 25px - 30px);
  }
  section.kvSec .copyBox .cp2 {
    top: calc(50% - 25px + 30px);
  }
}
/* conceptSec
-----------------------------------------------------------*/
section.conceptSec {
  padding: 2000px 0 250px;
  background: url(/img/concept_bg.png) center bottom no-repeat;
  background-size: 102px auto;
}
section.conceptSec.app {
  background-color: #00c4cc;
}
section.conceptSec h2 {
  width: 845px;
  margin: 0 auto;
}
section.conceptSec div.noteBox {
  width: 600px;
  margin: 140px auto;
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
}
section.conceptSec div.noteBox .bold {
  font-weight: 600;
}

@media screen and (max-width: 950px) {
  section.conceptSec h2 {
    width: 720px;
  }
}
@media screen and (max-width: 768px) {
  section.conceptSec {
    padding: 1650px 0 110px;
    background: url(/img/concept_bg.png) center bottom no-repeat;
    background-size: 75px auto;
  }
  section.conceptSec h2 {
    width: 345px;
  }
  section.conceptSec div.noteBox {
    width: calc(100% - 70px);
    margin: 75px auto;
    font-size: 16px;
  }
}
/* visionSec
-----------------------------------------------------------*/
section.visionSec {
  padding: 100px 0 0;
  margin-bottom: 110px;
}
section.visionSec div.inner {
  padding-bottom: 90px;
}
section.visionSec h3 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
}

div.visionImgList {
  display: flex;
  justify-content: space-between;
}
div.visionImgList p {
  overflow: hidden;
}
div.visionImgList > div {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.visionImgList > div p:first-child {
  height: 303px;
}
div.visionImgList > div p:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 303px;
}
div.visionImgList > div p:last-child {
  height: 229px;
}
div.visionImgList > div p:last-child img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 229px;
}
div.visionImgList > p {
  width: 50%;
  height: 543px;
}
div.visionImgList > p img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 543px;
}

@media screen and (max-width: 768px) {
  section.visionSec {
    padding: 80px 0 0;
    margin-bottom: 90px;
  }
  section.visionSec div.inner {
    padding-bottom: 80px;
  }
  section.visionSec h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  div.visionImgList {
    flex-direction: column;
  }
  div.visionImgList > div {
    width: 100%;
  }
  div.visionImgList > div p:first-child {
    margin-top: 10px;
    height: auto;
  }
  div.visionImgList > div p:first-child img {
    height: auto;
  }
  div.visionImgList > div p:last-child {
    margin-top: 10px;
    height: auto;
  }
  div.visionImgList > div p:last-child img {
    height: auto;
  }
  div.visionImgList > p {
    width: 100%;
    height: auto;
  }
  div.visionImgList > p img {
    height: auto;
  }
}
/* ournameSec
-----------------------------------------------------------*/
section.ournameSec {
  padding: 100px 0 0;
  background: #f7f8f8;
}
section.ournameSec h3 {
  font-size: 32px;
  margin-bottom: 60px;
  font-weight: bold;
  vertical-align: middle;
}
section.ournameSec h3 span {
  font-family: "Airbnb", sans-serif;
  font-size: 38px;
}
section.ournameSec ul.nameList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
section.ournameSec ul.nameList li {
  width: 250px;
  position: relative;
}
section.ournameSec ul.nameList li h4 {
  font-family: "Airbnb", sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  overflow: hidden;
}
section.ournameSec ul.nameList li h4 span {
  display: inline-block;
  transform: translateY(2em);
  transition: 1s all;
}
section.ournameSec ul.nameList li h4 + p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  overflow: hidden;
}
section.ournameSec ul.nameList li h4 + p span {
  display: inline-block;
  transform: translateY(2em);
  transition: 1s all;
}
section.ournameSec ul.nameList li div.noteBox {
  font-size: 13px;
}
section.ournameSec ul.nameList li .num {
  display: block;
  font-family: "Airbnb", sans-serif;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: #00c4cc;
  line-height: 1;
  overflow: hidden;
}
section.ournameSec ul.nameList li .num span {
  display: inline-block;
  transform: translateY(2em);
  transition: 1s all;
}
section.ournameSec ul.nameList li.onAnim h4 span {
  transform: translateY(0);
}
section.ournameSec ul.nameList li.onAnim h4 + p span {
  transform: translateY(0);
}
section.ournameSec ul.nameList li.onAnim .num span {
  transform: translateY(0);
}
section.ournameSec .imgBox {
  width: calc(50% + 460px);
  height: 400px;
  margin-left: auto;
}
section.ournameSec .imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

@media screen and (max-width: 950px) {
  section.ournameSec ul.nameList li {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  section.ournameSec {
    padding: 80px 0 0;
  }
  section.ournameSec h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  section.ournameSec h3 span {
    font-family: "Airbnb", sans-serif;
    font-size: 24px;
  }
  section.ournameSec ul.nameList {
    flex-direction: column;
    margin: 0 -35px 80px;
  }
  section.ournameSec ul.nameList li {
    margin-left: 35px;
    width: 100%;
    padding-bottom: 0;
    padding-left: 35px;
    box-sizing: border-box;
  }
  section.ournameSec ul.nameList li ~ li {
    margin-top: 60px;
  }
  section.ournameSec ul.nameList li ~ li::before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #222;
    margin-left: auto;
    transition: 1s all;
  }
  section.ournameSec ul.nameList li ~ li.onAnim::before {
    width: 100%;
  }
  section.ournameSec ul.nameList li div.hWrap {
    padding-top: 50px;
  }
  section.ournameSec ul.nameList li h4 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  section.ournameSec ul.nameList li h4 + p {
    font-size: 17px;
    margin-bottom: 35px;
  }
  section.ournameSec ul.nameList li div.noteBox {
    padding-right: 70px;
    box-sizing: border-box;
  }
  section.ournameSec ul.nameList li .num {
    font-size: 18px;
    top: 55px;
    left: 0;
    right: auto;
  }
  section.ournameSec .imgBox {
    width: 100%;
    height: 235px;
    margin-left: auto;
  }
  section.ournameSec .imgBox img {
    height: 235px;
  }
}
/* missionSec
-----------------------------------------------------------*/
section.missionSec {
  padding: 100px 0 100px;
  background: #f7f8f8;
}
section.missionSec h3 {
  font-size: 32px;
  margin-bottom: 60px;
  font-weight: bold;
  vertical-align: middle;
}
section.missionSec div.missionBox div.inner {
  display: flex;
  align-items: flex-start;
  padding-bottom: 45px;
}
section.missionSec div.missionBox div.inner > div {
  width: 550px;
}
section.missionSec div.missionBox .num {
  font-size: 50px;
  font-family: "Airbnb", sans-serif;
  width: 235px;
  line-height: 1;
  color: #00c4cc;
  overflow: hidden;
}
section.missionSec div.missionBox .num span {
  display: inline-block;
  transform: translateY(2em);
  transition: 1s all;
}
section.missionSec div.missionBox h4 {
  font-size: 40px;
  font-family: "Airbnb", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  overflow: hidden;
}
section.missionSec div.missionBox h4 span {
  display: inline-block;
  transform: translateY(2em);
  transition: 1s all;
}
section.missionSec div.missionBox h4 + p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
}
section.missionSec div.missionBox h4 + p span {
  display: inline-block;
  transform: translateY(2em);
  transition: 1s all;
}
section.missionSec div.missionBox ~ div.missionBox div.inner {
  padding-top: 80px;
}
section.missionSec div.missionBox ~ div.missionBox::before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #222;
  margin-left: auto;
  transition: 1s all;
}
section.missionSec div.missionBox ~ div.missionBox.onAnim::before {
  width: calc(50% + 225px);
}
section.missionSec div.missionBox.onAnim h4 span {
  transform: translateY(0);
}
section.missionSec div.missionBox.onAnim h4 + p span {
  transform: translateY(0);
}
section.missionSec div.missionBox.onAnim .num span {
  transform: translateY(0);
}

@media screen and (max-width: 950px) {
  section.missionSec div.missionBox ~ div.missionBox.onAnim::before {
    width: calc(50% + 185px);
  }
}
@media screen and (max-width: 768px) {
  section.missionSec {
    padding: 80px 0 30px;
  }
  section.missionSec h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  section.missionSec div.missionBox div.inner {
    padding-bottom: 50px;
  }
  section.missionSec div.missionBox div.inner > div {
    width: calc(100% - 35px);
  }
  section.missionSec div.missionBox .num {
    font-size: 18px;
    width: 35px;
    margin-top: 5px;
  }
  section.missionSec div.missionBox h4 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  section.missionSec div.missionBox h4 + p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  section.missionSec div.missionBox ~ div.missionBox div.inner {
    padding-top: 50px;
  }
  section.missionSec div.missionBox ~ div.missionBox.onAnim::before {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 374px) {
  section.missionSec div.missionBox h4 {
    font-size: 30px;
  }
  section.missionSec div.missionBox h4 + p {
    font-size: 16px;
  }
}
/* worksSec
-----------------------------------------------------------*/
section.worksSec {
  padding: 100px 0 0;
}
section.worksSec h3 {
  font-size: 32px;
  margin-bottom: 60px;
  font-weight: bold;
  vertical-align: middle;
}
section.worksSec div.worksList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.worksSec div.worksList ul li {
  width: 50%;
}
section.worksSec div.worksList ul li:nth-child(2n) div.listBox {
  margin: 0 auto 0 70px;
}
section.worksSec div.imgBox {
  position: relative;
  height: 410px;
}
section.worksSec div.imgBox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 410px;
}
section.worksSec div.imgBox .logo {
  position: absolute;
  top: -10px;
  left: 0;
  width: 190px;
  z-index: 10;
}
section.worksSec div.listBox {
  width: 390px;
  margin: 0 70px 0 auto;
  padding: 70px 0 60px;
}
section.worksSec div.listBox h4 {
  text-align: center;
  font-size: 26px;
  font-family: "Airbnb", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}
section.worksSec div.listBox h4 + p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}
section.worksSec div.listBox .btnDoc {
  margin-top: 35px;
}
section.worksSec div.listBox .btnDoc a {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  color: #00c4cc;
  border: 1px solid #00c4cc;
  font-family: "Airbnb", sans-serif;
  font-size: 14px;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  section.worksSec div.listBox .btnDoc a:hover {
    background: #00c4cc;
    color: #fff;
  }
}
section.worksSec div.listBox div.voiceBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
section.worksSec div.listBox div.voiceBox::before {
  content: "";
  width: min(9.5vw, 82px);
  height: 75px;
  background: url(/img/icon_voice.png) 0 0 no-repeat;
  background-size: contain;
}
section.worksSec div.listBox div.voiceBox p {
  margin-top: 5px;
  padding: 10px 20px;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(29vw, 280px);
  box-sizing: border-box;
  border: 2px solid #00c4cc;
  border-radius: 10px;
  font-size: min(1.4vw, 14px);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
section.worksSec div.listBox div.voiceBox p::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: #fff;
  border: 2px solid #00c4cc;
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: 16px;
  left: -9px;
  z-index: 10;
  transform: skewX(46deg);
}

@media screen and (max-width: 950px) {
  section.worksSec div.listBox {
    width: 100%;
    padding: 70px 35px 60px;
    box-sizing: border-box;
  }
  section.worksSec div.worksList ul li:nth-child(2n) div.listBox {
    margin: 0 0 70px;
  }
}
@media screen and (max-width: 768px) {
  section.worksSec {
    padding: 80px 0 0;
  }
  section.worksSec h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  section.worksSec div.worksList ul {
    flex-direction: column;
  }
  section.worksSec div.worksList ul li {
    width: 100%;
  }
  section.worksSec div.worksList ul li:nth-child(2n) div.listBox {
    margin: 0;
  }
  section.worksSec div.imgBox {
    height: 280px;
  }
  section.worksSec div.imgBox figure img {
    height: 280px;
  }
  section.worksSec div.imgBox .logo {
    top: -5px;
    width: 132px;
  }
  section.worksSec div.listBox {
    width: 100%;
    margin: 0;
    padding: 70px 35px 70px;
    box-sizing: border-box;
  }
  section.worksSec div.listBox h4 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  section.worksSec div.listBox h4 + p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section.worksSec div.listBox .btnDoc {
    margin-top: 20px;
  }
  section.worksSec div.listBox div.voiceBox {
    justify-content: flex-start;
  }
  section.worksSec div.listBox div.voiceBox::before {
    content: "";
    width: 64px;
    height: 60px;
  }
  section.worksSec div.listBox div.voiceBox p {
    margin: 5px 0 0 20px;
    padding: 5px 12px;
    width: calc(100% - 84px);
    max-width: 280px;
    font-size: 12px;
    min-height: 40px;
  }
  section.worksSec div.listBox div.voiceBox p::before {
    content: "";
    width: 10px;
    height: 10px;
    top: 13px;
    left: -8px;
  }
}
/* msgSec
-----------------------------------------------------------*/
section.msgSec {
  background: #010101 url(/img/bg_ceo.png) calc(50% + 285px) bottom no-repeat;
  background-size: 380px auto;
  padding: 100px 0 80px;
  color: #fff;
}
section.msgSec h2 {
  color: #fff;
  margin-bottom: 10px;
}
section.msgSec h3 {
  font-family: "Airbnb", sans-serif;
  font-size: 22px;
  margin-bottom: 50px;
  font-weight: bold;
  vertical-align: middle;
}
section.msgSec .catch {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
section.msgSec .catch span {
  font-family: "Airbnb", sans-serif;
  display: inline-block;
  font-size: 38px;
  transform: translateY(2px);
}
section.msgSec div.noteBox {
  width: 520px;
}

@media screen and (max-width: 768px) {
  section.msgSec {
    background: #010101 url(/img/bg_ceo.png) 50% bottom no-repeat;
    background-size: 345px auto;
    padding: 130px 0 520px;
  }
  section.msgSec h2 {
    margin-bottom: 10px;
  }
  section.msgSec h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  section.msgSec .catch {
    font-size: 20px;
    margin-bottom: 30px;
  }
  section.msgSec .catch span {
    font-size: 22px;
    transform: translateY(1px);
  }
  section.msgSec div.noteBox {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  section.msgSec {
    background: #010101 url(/img/bg_ceo.png) -160% bottom no-repeat;
    background-size: 360px auto;
  }
}
/* ceoSec
-----------------------------------------------------------*/
section.ceoSec {
  padding: 90px 0 0;
}
section.ceoSec div.hWrap {
  display: flex;
  justify-content: space-between;
}
section.ceoSec div.profBox {
  display: flex;
  align-items: center;
}
section.ceoSec div.profBox figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  border: 2px solid #00c4cc;
  border-radius: 50%;
}
section.ceoSec div.profBox figure img {
  width: 66px;
  border-radius: 50%;
}
section.ceoSec div.profBox h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
section.ceoSec div.profBox h3 + p {
  font-size: 12px;
  font-family: "Airbnb", "小塚ゴシック", sans-serif;
}
section.ceoSec ul.snsList {
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.ceoSec ul.snsList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: 0.3s all;
}
section.ceoSec ul.snsList li a path {
  fill: #231815;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  section.ceoSec ul.snsList li a:hover {
    background: #00c4cc;
  }
  section.ceoSec ul.snsList li a:hover path {
    fill: #fff;
  }
}
section.ceoSec ul.snsList li.fb a svg {
  width: 14px;
}
section.ceoSec ul.snsList li.insta a svg {
  width: 28px;
}
section.ceoSec div.noteBox {
  margin: 30px 0;
}
section.ceoSec .linkProf a {
  font-size: 11px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
  font-weight: bold;
  transition: 0.3s all;
}
section.ceoSec .linkProf a span {
  display: inline-block;
  width: 14px;
  margin-left: 15px;
  transform: translateX(-5px);
  transition: 0.3s all;
}
section.ceoSec .linkProf a span path {
  fill: #231815;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  section.ceoSec .linkProf a:hover {
    color: #00c4cc;
  }
  section.ceoSec .linkProf a:hover span {
    transform: translateX(0);
  }
  section.ceoSec .linkProf a:hover span path {
    fill: #00c4cc;
  }
}
section.ceoSec div.posListBox {
  background: #efefef;
  padding: 30px;
  margin: 50px 0 90px;
  display: flex;
  justify-content: space-between;
}
section.ceoSec div.posListBox ul {
  width: 50%;
}
section.ceoSec div.posListBox li {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
}
section.ceoSec div.posListBox li ~ li {
  margin-top: 0.5em;
}
section.ceoSec div.posListBox li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #00c4cc;
  margin: 0.8em 10px 0 0;
}

@media screen and (max-width: 768px) {
  section.ceoSec {
    padding: 80px 0 0;
  }
  section.ceoSec div.profBox figure {
    margin-right: 10px;
    width: 52px;
    height: 52px;
    border: 1px solid #00c4cc;
  }
  section.ceoSec div.profBox figure img {
    width: 48px;
  }
  section.ceoSec div.profBox h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  section.ceoSec div.profBox h3 + p {
    font-size: 11px;
  }
  section.ceoSec ul.snsList {
    width: 60px;
  }
  section.ceoSec ul.snsList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
  }
  section.ceoSec ul.snsList li.fb a svg {
    width: 10px;
  }
  section.ceoSec ul.snsList li.insta a svg {
    width: 23px;
  }
  section.ceoSec div.noteBox {
    margin: 20px 0;
    font-size: 13px;
  }
  section.ceoSec div.posListBox {
    padding: 30px 35px;
    margin: 50px -35px 80px;
    flex-direction: column;
  }
  section.ceoSec div.posListBox ul {
    width: 100%;
  }
  section.ceoSec div.posListBox ul ~ ul {
    margin-top: 0.5em;
  }
  section.ceoSec div.posListBox li {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
  }
  section.ceoSec div.posListBox li ~ li {
    margin-top: 0.5em;
  }
}
/* historySec
-----------------------------------------------------------*/
section.historySec {
  padding: 100px 0 0;
}
section.historySec h3 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
  vertical-align: middle;
}
section.historySec div.histSlide div.inner {
  display: flex;
  justify-content: space-between;
}
section.historySec div.histSlide .year {
  font-size: 44px;
  font-weight: bold;
  font-family: "Airbnb", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
}
section.historySec div.histSlide ul.arrList {
  width: 75px;
  display: flex;
  justify-content: space-between;
}
section.historySec div.histSlide ul.arrList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
section.historySec div.histSlide ul.arrList li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-2px) rotate(45deg);
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  section.historySec div.histSlide ul.arrList li a:hover {
    background: #00c4cc;
  }
  section.historySec div.histSlide ul.arrList li a:hover::after {
    border-color: #fff;
  }
}
section.historySec div.histSlide ul.arrList li.prev a::after {
  transform: translateX(2px) rotate(225deg);
}
section.historySec div.histSlide div.slideBox {
  margin-left: calc(50% - 460px);
  padding-bottom: 90px;
}
section.historySec div.histSlide div.slideBox ul {
  display: flex;
}
section.historySec div.histSlide div.slideBox figure {
  margin-bottom: 30px;
}
section.historySec div.histSlide div.slideBox .date {
  font-size: 18px;
  font-weight: bold;
  font-family: "Airbnb", sans-serif;
  line-height: 1;
  margin-bottom: 25px;
}
section.historySec div.histSlide div.slideBox .title {
  font-size: 16px;
  margin-bottom: 25px;
}
section.historySec div.histSlide div.slideBox div.noteBox {
  font-size: 13px;
}

@media screen and (max-width: 950px) {
  section.historySec div.histSlide div.slideBox {
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  section.historySec {
    padding: 80px 0 0;
  }
  section.historySec h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  section.historySec div.histSlide .year {
    font-size: 38px;
    margin-bottom: 20px;
  }
  section.historySec div.histSlide ul.arrList {
    width: 80px;
    margin-top: 10px;
  }
  section.historySec div.histSlide div.slideBox {
    padding: 0 35px;
    margin-left: 0;
    padding-bottom: 80px;
  }
  section.historySec div.histSlide div.slideBox figure {
    margin-bottom: 20px;
  }
  section.historySec div.histSlide div.slideBox .date {
    font-size: 14px;
    margin-bottom: 15px;
  }
  section.historySec div.histSlide div.slideBox .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
/* companySec
-----------------------------------------------------------*/
section.companySec {
  padding: 100px 0 120px;
}
section.companySec h3 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
  vertical-align: middle;
}
section.companySec div.comTb table th, section.companySec div.comTb table td {
  padding: 1em 10px;
  vertical-align: top;
}
section.companySec div.comTb table th {
  width: 150px;
}
section.companySec div.comTb table tr ~ tr th, section.companySec div.comTb table tr ~ tr td {
  border-top: 1px solid #ddd;
}
section.companySec div.comTb a {
  color: #00c4cc;
}

@media screen and (max-width: 768px) {
  section.companySec {
    padding: 80px 0 60px;
  }
  section.companySec h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  section.companySec div.comTb table th, section.companySec div.comTb table td {
    padding: 1em 0;
    font-size: 12px;
  }
  section.companySec div.comTb table th {
    width: 115px;
  }
}
/* realizationSec
-----------------------------------------------------------*/
section.realizationSec {
  background: #f0f0ef url(/img/bg_realiz.png) calc(50% - 320px) bottom no-repeat;
  background-size: 362px auto;
  padding: 220px 0;
}
section.realizationSec div.inner {
  width: 450px;
  margin: 0 auto;
}
section.realizationSec h2 {
  font-family: "小塚ゴシック";
  font-weight: bold;
  margin-bottom: 60px;
}
section.realizationSec h3 {
  width: 450px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  section.realizationSec {
    background: #f0f0ef url(/img/bg_realiz.png) 50% bottom no-repeat;
    background-size: 210px auto;
    padding: 110px 0 350px;
    font-size: 15px;
  }
  section.realizationSec div.inner {
    width: 100%;
  }
  section.realizationSec h2 {
    margin-bottom: 40px;
  }
  section.realizationSec h3 {
    width: 100%;
    max-width: 298px;
    margin-bottom: 40px;
  }
}
/*---------------------- edit 2024.10 start ---------------------*/
/* msgSec_v2
-----------------------------------------------------------*/
section.msgSec_v2 {
  background: #010101;
  padding: 100px 0 50px;
  color: #fff;
}
section.msgSec_v2 h2 {
  color: #fff;
  margin-bottom: 10px;
}
section.msgSec_v2 h3 {
  font-family: "Airbnb", sans-serif;
  font-size: 22px;
  margin-bottom: 50px;
  font-weight: bold;
  vertical-align: middle;
}
section.msgSec_v2 .catch {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
section.msgSec_v2 .catch span {
  font-family: "Airbnb", sans-serif;
  display: inline-block;
  font-size: 43px;
  transform: translateY(2px);
  line-height: 1.5;
}
section.msgSec_v2 div.noteBox {
  font-size: 16px;
  line-height: 2.19;
}

@media screen and (max-width: 768px) {
  section.msgSec_v2 {
    padding: 60px 0 35px;
  }
  section.msgSec_v2 h2 {
    margin-bottom: 10px;
  }
  section.msgSec_v2 h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  section.msgSec_v2 .catch {
    font-size: 20px;
    margin-bottom: 30px;
  }
  section.msgSec_v2 .catch span {
    font-size: 22px;
    transform: translateY(1px);
  }
  section.msgSec_v2 div.noteBox {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }
}
/* profileSec
-----------------------------------------------------------*/
section.profileSec {
  background: #000;
  padding: 50px 0 80px;
  color: #fff;
  font-size: 16px;
  font-feature-settings: "palt";
}
section.profileSec div.inner {
  position: relative;
}
section.profileSec div.inner ~ div.inner {
  margin-top: 100px;
}
section.profileSec p {
  line-height: 2.19;
}
section.profileSec h2 {
  font-size: 43px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
  color: #fff;
  font-family: inherit;
}
section.profileSec h3 {
  font-family: "Roboto", sans-serif;
  color: #00c4cc;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
section.profileSec h3 em {
  font-weight: 700;
  font-size: 28px;
}
section.profileSec div.figBox {
  width: min(45vw, 425px);
  position: absolute;
  bottom: 0;
  right: -60px;
  z-index: 10;
}
section.profileSec div.figBox figure {
  width: 100%;
}
section.profileSec div.figBox figure figcaption {
  text-align: center;
  font-size: min(1.9vw, 20px);
  margin-top: 20px;
}
section.profileSec div.figBox figure img {
  width: 100%;
}
section.profileSec ul.snsList {
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto 0;
}
section.profileSec ul.snsList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: 0.3s all;
}
section.profileSec ul.snsList li a path {
  fill: #fff;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  section.profileSec ul.snsList li a:hover {
    background: #00c4cc;
  }
  section.profileSec ul.snsList li a:hover path {
    fill: #000;
  }
}
section.profileSec ul.snsList li.fb a svg {
  width: 14px;
}
section.profileSec ul.snsList li.insta a svg {
  width: 28px;
}
section.profileSec div.profWrap {
  position: relative;
}
section.profileSec div.profWrap .profCatch {
  margin: 2.19em 0;
}
section.profileSec div.profWrap div.profBox {
  width: 530px;
  width: 58%;
}
section.profileSec div.profWrap div.profBox div.noteBox p ~ p {
  margin-top: 2.19em;
}
section.profileSec div.profWrap div.profBox .linkProf {
  margin-top: 40px;
}
section.profileSec div.profWrap div.profBox .linkProf a {
  margin-left: auto;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  transition: 0.3s all;
  color: #fff;
}
section.profileSec div.profWrap div.profBox .linkProf a span {
  display: inline-block;
  width: 14px;
  margin-left: 15px;
  transform: translateX(-5px);
  transition: 0.3s all;
}
section.profileSec div.profWrap div.profBox .linkProf a span path {
  fill: #fff;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  section.profileSec div.profWrap div.profBox .linkProf a:hover {
    color: #00c4cc;
  }
  section.profileSec div.profWrap div.profBox .linkProf a:hover span {
    transform: translateX(0);
  }
  section.profileSec div.profWrap div.profBox .linkProf a:hover span path {
    fill: #00c4cc;
  }
}
section.profileSec div.posListBox {
  background: #efefef;
  border-radius: 8px;
  padding: 30px;
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}
section.profileSec div.posListBox ul {
  width: 50%;
}
section.profileSec div.posListBox li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #231815;
}
section.profileSec div.posListBox li ~ li {
  margin-top: 0.5em;
}
section.profileSec div.posListBox li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #00c4cc;
  margin: 0.8em 10px 0 0;
}
section.profileSec div.preProfBox {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.profileSec div.preProfBox ol li ~ li {
  margin-top: 2.19em;
}
section.profileSec .director div.profBox {
  padding-bottom: 15px;
}
section.profileSec .director div.figBox {
  margin-top: 15px;
}
section.profileSec .planner div.plannerBox {
  position: relative;
  min-height: 700px;
}
section.profileSec .planner div.profWrap div.profBox {
  margin-left: auto;
}
section.profileSec .planner div.profWrap div.figBox {
  bottom: auto;
  top: 0;
  right: auto;
  left: -60px;
}

@media screen and (max-width: 768px) {
  section.profileSec {
    padding: 35px 0 80px;
    font-size: 14px;
  }
  section.profileSec p {
    line-height: 1.8;
  }
  section.profileSec div.inner ~ div.inner {
    margin-top: 50px;
  }
  section.profileSec h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  section.profileSec h3 {
    font-size: 14px;
  }
  section.profileSec h3 em {
    font-size: 16px;
  }
  section.profileSec div.figBox {
    width: 100%;
    position: static;
    margin: 35px auto 0;
  }
  section.profileSec div.figBox figure {
    text-align: center;
  }
  section.profileSec div.figBox figure figcaption {
    font-size: 16px;
    margin-top: 10px;
  }
  section.profileSec div.figBox figure img {
    width: 245px;
  }
  section.profileSec ul.snsList {
    width: 60px;
    position: absolute;
    top: -75px;
    right: 0;
    z-index: 10;
  }
  section.profileSec ul.snsList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
  }
  section.profileSec ul.snsList li.fb a svg {
    width: 10px;
  }
  section.profileSec ul.snsList li.insta a svg {
    width: 23px;
  }
  section.profileSec div.profWrap .profCatch {
    margin: 1.8em 0;
  }
  section.profileSec div.profWrap div.profBox {
    width: 100%;
  }
  section.profileSec div.profWrap div.profBox div.noteBox p ~ p {
    margin-top: 1.8em;
  }
  section.profileSec div.profWrap div.profBox .linkProf {
    margin-top: 40px;
  }
  section.profileSec div.profWrap div.profBox .linkProf a {
    justify-content: flex-end;
  }
  section.profileSec div.posListBox {
    padding: 30px 35px;
    margin: 50px -35px 80px;
    flex-direction: column;
    border-radius: 0;
  }
  section.profileSec div.posListBox ul {
    width: 100%;
  }
  section.profileSec div.posListBox ul ~ ul {
    margin-top: 0.5em;
  }
  section.profileSec div.posListBox li {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  section.profileSec div.posListBox li ~ li {
    margin-top: 0.5em;
  }
  section.profileSec div.preProfBox {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section.profileSec div.preProfBox ol li ~ li {
    margin-top: 1.8em;
  }
  section.profileSec .director div.profBox {
    padding-bottom: 0;
  }
  section.profileSec .director div.figBox {
    margin-top: 35px;
  }
  section.profileSec .planner div.plannerBox {
    min-height: 0;
  }
}
/*---------------------- edit 2024.10 end ---------------------*/
/*# sourceMappingURL=home.css.map */