@charset "UTF-8";
/* ==============================================================================
# mobileFont
============================================================================== */
@font-face {
  font-family: "TsukuOldGothicStd";
  src: url("../font/TsukuOldGothicStdFont.woff2") format("woff2"), url("../font/TsukuOldGothicStdFont.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-L.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-L.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-R.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-R.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-M.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-M.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-D.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-D.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-B.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-H.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-H.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-E.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-E.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-LtCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-LtCn.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-MdCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-MdCn.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-BdCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-BdCn.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body,
html {
  height: 100%;
  margin: 0;
  color: #333333;
  font-family: "M PLUS 1p", sans-serif;
}

* {
  font-size: 16px;
}

@media screen and (max-width: 1267px) and (min-width: 601px) {
  body {
    width: 1267px;
  }
}
body {
  background-color: #fafafa;
}

#main-section {
  color: #000;
  font-size: 2em;
  z-index: 30;
  position: relative;
}

main {
  padding-top: 120px;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  main {
    padding-top: 40px;
  }
}

.company__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.company__inner .project__container {
  display: flex;
  justify-content: space-between;
}
.company__inner h1,
.company__inner h2 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner h1,
  .company__inner h2 {
    font-size: 24px;
  }
}
.company__inner h3 {
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 400;
  padding-left: 23px;
  position: relative;
  margin-top: 50px;
}
.company__inner h3::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e83c5c;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.company__inner .company__item {
  display: flex;
  align-items: center;
  gap: 23px;
  padding-bottom: 28px;
  padding-top: 28px;
  height: 1005;
  box-sizing: border-box;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner .company__item {
    gap: 23px;
  }
}
.company__inner .company__item:nth-child(1) {
  padding: 56px 0 28px 0;
}
.company__inner .company__item:last-child {
  border: none;
}
.company__inner .company__item a {
  color: #1a73e8;
  text-decoration: underline;
  transition: all 0.3s;
}
.company__inner .company__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.company__inner .member__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-left: 15px;
  margin-top: 57px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner .member__list {
    padding-left: 0;
    gap: 22px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
}
.company__inner .card {
  width: 226px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
  height: 347px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner .card {
    width: 46%;
    height: 246px;
    margin: auto;
  }
}
.company__inner .card .front,
.company__inner .card .back {
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  backface-visibility: hidden;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company__inner .card .front img,
.company__inner .card .back img {
  width: inherit;
}
.company__inner .card .front {
  flex-direction: column;
  align-items: flex-start;
  transform: rotateY(0);
  width: 226px;
  height: 347px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 3px;
  justify-content: flex-start;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
  position: relative;
}
.company__inner .card .front::before {
  content: "";
  transition: all 0.3s;
}
.company__inner .card .front .hover-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.company__inner .card .front .hover-image svg {
  max-width: 24px;
  max-height: 24px;
  fill: #e83c5c;
}
.company__inner .card .front:hover .hover-image {
  opacity: 1;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  transition: all 0.2s;
}
.company__inner .card .front:hover .hover-image:hover .hover-image__inner {
  background-color: rgb(222, 36, 74);
  width: 82px;
  height: 82px;
  z-index: -1;
}
.company__inner .card .front:hover .hover-image:hover .hover-image__inner svg {
  fill: #fff;
}
.company__inner .card .front:hover .hover-image .hover-image__inner {
  position: absolute;
  background-color: #fff;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: -1;
  /* 必要に応じて調整 */
}
.company__inner .card .front:hover::before {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  background-color: rgba(128, 2, 27, 0.7098039216);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner .card .front {
    width: 100%;
    height: 246px;
    padding: 2px;
  }
}
.company__inner .card .front img {
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner .card .front img {
    width: 100%;
    height: 166px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
}
.company__inner .card .front h4 {
  width: 100%;
  font-size: 18px;
  margin-top: 15px;
  letter-spacing: 0.9px;
  padding-left: 12px;
  font-family: "Jost";
  font-weight: 500;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner .card .front h4 {
    font-size: 13px;
    letter-spacing: 0.65px;
    padding-left: 11px;
    margin-top: 9px;
    width: 100%;
    box-sizing: border-box;
  }
}
.company__inner .card .front p {
  color: #888888;
  font-size: 13px;
  letter-spacing: 0.65px;
  margin-top: 5px;
  padding-left: 12px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner .card .front p {
    font-size: 9px;
    letter-spacing: 0.45px;
    padding-left: 11px;
    line-height: 14px;
    width: 100%;
    box-sizing: border-box;
  }
}
.company__inner .card .back {
  width: 226px;
  height: 327px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 3px;
  justify-content: flex-start;
  transform: rotateY(180deg);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner .card .back {
    width: 44%;
  }
}
.company__inner .card.flipped .front {
  transform: rotateY(-180deg);
}
.company__inner .card.flipped .back {
  transform: rotateY(0);
}
.company__inner h4 {
  font-size: 15px;
  letter-spacing: 0.75px;
  width: 190px;
  font-weight: 400;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner h4 {
    width: 150px;
  }
}
.company__inner p {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 25px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner p {
    width: 225px;
  }
}
.company__inner iframe {
  margin-top: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .company__inner iframe {
    width: 100%;
  }
}

.philosophy {
  font-family: "TsukuGoPro";
  padding-top: 180px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .philosophy {
    padding-top: 116px;
  }
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .philosophy p {
    width: 100%;
  }
}

.mission {
  background-color: #fafafa;
}
.mission .mission__inner {
  max-width: 1000px;
  display: grid;
  grid-template-columns: 250fr 750fr;
  align-items: start;
  margin: auto;
  width: 100%;
  padding-top: 52px;
  position: relative;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mission .mission__inner {
    padding: 44px 0 0;
    grid-template-columns: 1fr;
  }
}
.mission .mission__inner .title {
  margin-top: 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mission .mission__inner .title {
    margin-bottom: 24px;
  }
}
.mission .mission__inner .mission__subtitle {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mission .mission__inner .mission__subtitle {
    margin-bottom: 16px;
  }
}
.mission .mission__inner .mission__text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.87;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .mission .mission__inner .mission__text {
    font-size: 16px;
    line-height: 1.75;
  }
}

.value {
  padding: 88px 0 127px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .value {
    padding: 90px 0 57px;
  }
}
.value .value__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}
.value .value__inner .title {
  margin-bottom: 28px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .value .value__inner .title {
    margin-bottom: 36px;
  }
}
.value .value__inner .value-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .value .value__inner .value-container {
    flex-direction: column;
    height: auto;
  }
}
.value .value__inner .value-container .value-circle {
  width: 372px;
  height: 372px;
  border-radius: 50%;
  background: rgba(227, 231, 240, 0.4);
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .value .value__inner .value-container .value-circle {
    width: 350px;
    height: 350px;
  }
}
.value .value__inner .value-container .value-circle:nth-of-type(1) {
  margin-right: -60px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .value .value__inner .value-container .value-circle:nth-of-type(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .value .value__inner .value-container .value-circle:nth-of-type(2) {
    margin-top: -30px;
  }
}
.value .value__inner .value-container .value-circle:nth-of-type(3) {
  margin-left: -60px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .value .value__inner .value-container .value-circle:nth-of-type(3) {
    margin-left: 0;
    margin-top: -30px;
  }
}
.value .value__inner .value-container .value-circle .value-content {
  text-align: center;
}
.value .value__inner .value-container .value-circle .value-content h4 {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 12px;
}
.value .value__inner .value-container .value-circle .value-content p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 28px;
}
.value .value__inner .value-container .value-circle .value-content .value-icon {
  width: auto;
  height: 130px;
}
.value .value__inner .value-container .value-circle .value-content .value-icon svg {
  width: 100%;
  height: 100%;
}

/* モーダルウィンドウのスタイル */
.modal {
  display: none;
  /* 初期状態では非表示に */
  position: fixed;
  /* 画面に固定 */
  z-index: 1000;
  /* コンテンツの上に表示 */
  left: 0;
  top: 0;
  width: 100%;
  /* 全幅 */
  height: 100%;
  /* 全高 */
  overflow: auto;
  /* スクロール可能に */
  background-color: rgba(0, 0, 0, 0.58);
}

/* モーダルコンテンツ */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  /* 画面中央に表示 */
  padding: 20px 23px 64px;
  border-radius: 15px;
  width: 721px;
  height: 400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  position: relative;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .modal-content {
    width: calc(100% - 56px);
    height: auto;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation-name: animatetop_sp;
  }
}
.modal-content svg {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.modal__top {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .modal__top {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .modal__top .name {
    text-align: center;
  }
}
.modal__top .name p {
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #888888;
}
.modal__top .name h4 {
  color: #333333;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  font-family: "Jost";
  margin-top: 9px;
}

.modal__bottom {
  margin-top: 26px;
  padding: 0 10px;
}
.modal__bottom .life {
  margin-top: 40px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .modal__bottom .life {
    margin-top: 30px;
    padding: 0;
    padding-left: 23px;
    padding-bottom: 10px;
  }
}
.modal__bottom h3 {
  letter-spacing: 0.9px;
  font-weight: 400;
  padding-left: 23px;
  position: relative;
  border-bottom: 1px dashed #c1c1c1;
  padding-bottom: 10px;
  color: #de244a;
}
.modal__bottom h3::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e83c5c;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
}
.modal__bottom p {
  font-size: 15px;
  letter-spacing: 0, 75px;
  padding-top: 10px;
}

/* モーダル画像 */
.modal-image {
  width: 191px;
  /* 画像の幅 */
  height: 191px;
  /* 画像の高さは自動 */
  border-radius: 15px;
  /* 丸みを帯びた角 */
}

/* クローズボタン */
.close {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: -40px;
  cursor: pointer;
}
.close span {
  display: block;
  width: 34px;
  height: 1px;
  background-color: #fff;
}
.close span:nth-child(1) {
  transform: translateY(20px) rotate(25deg);
}
.close span:nth-child(2) {
  transform: translateY(19px) rotate(-25deg);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .close span {
    top: 0 !important;
  }
}

/* 上からスライドするアニメーション */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* 上からスライドするアニメーション */
@keyframes animatetop_sp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=company.css.map */