@charset "UTF-8";

/* 会社概要 */
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media print,
screen and (min-width: 768px) {
  .container {
    max-width: 750px;
    width: 100%;
    transition: ease-in .1s;
    padding-left: 30px;
    padding-right: 30px;

  }
}

@media print,
screen and (min-width: 992px) {
  .container {
    max-width: 970px;
    width: 100%;
    transition: ease-in .1s;
  }
}

@media print,
screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
    width: 100%;
    transition: ease-in .1s;
  }
}


/* ----------------------------------- */
/* Youtube埋め込み
/* ----------------------------------- */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* サブページメインビジュアル */
.sub_page_title {
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  background: url("../images/sub/company_image.jpg") no-repeat center center;
  background-size: cover;
}

.sub_page_title.company_title {
  background: url("../images/sub/company_image2.jpg") no-repeat center center;
  background-size: cover;
}

.sub_page_title.office_title {
  background: url("../images/sub/office_haikei.jpg") no-repeat center center;
  background-size: cover;
}

.sub_page_title.vr_vtuber_title {
  background: url("../images/sub/vr_top.jpg") no-repeat center center;
  background-size: cover;
}

.sub_page_title.animation_title {
  background: url("../images/sub/animation_top.jpg") no-repeat center center;
  background-size: cover;
}

.sub_page_title.game_contents_title {
  background: url("../images/sub/game_top.jpg") no-repeat center center;
  background-size: cover;
}

.sub_page_title.philosophy_page_title {
  background: url("../images/sub/haikei_philosophy.jpg") no-repeat center center;
  background-size: cover;
}

.sub_page_title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.3);
  z-index: -1;
}

.sub_page_title h2 {
  max-width: 265px;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.sub_page_title h2:after {
  display: none;
}

.sub_page_title h2 .titleEnglish {
  display: block;
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px;
}

@media print,
screen and (min-width: 768px) {
  .sub_page_title {
    height: 420px;
  }
}

/* ----------------------------------- */
/* 共通部分
/* ----------------------------------- */
h2 {
  font-size: 28px;/* clamp非対応ブラウザ用 */
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 100;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #333333;
  bottom: -3px;
  width: 60px;
}

h3 {
  font-size: 24px;/* clamp非対応ブラウザ用 */
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 100;
  margin: 0 0 20px;
}

h4 {
  font-size: 20px;/* clamp非対応ブラウザ用 */
  font-size: clamp(16px, 2.0vw, 20px);
  font-weight: 100;
  border-bottom: 1px solid #333333;
  margin: 0 0 20px;
}

h5 {
  font-size: 18px;/* clamp非対応ブラウザ用 */
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 100;
  background: #eeefee;
  padding: 5px 15px;
  margin: 0 0 20px;
}

h6 {
  font-size: 16px;/* clamp非対応ブラウザ用 */
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 100;
  padding: 5px 15px;
  border-left: 4px solid #a50033;
  margin: 0 0 20px;
}

.btn {
  height: 60px;
  background-color: #A50033;
  border-color: #A50033;
}

.btn:focus,
.btn:hover {
  background-color: #333366;
  border-color: #333366;
  color: #fff !important;
}

.btn.btnCenter {
  margin: 0 auto;
}

.btn.externalLink:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f08e";
  font-family: FontAwesome;
}

a {
  position: relative;
  color: #A50033;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #333366;
}

ul.circle {
  position: relative;
}

ul.circle li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  margin-right: 8px;
}

table {
  margin: 0 0 40px;
  width: 100%;
  border-collapse: collapse;
}

table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin: 0;
}

table tr th,
table tr td {
  display: block;
  min-height: 30px;
  width: auto;
  line-height: 1.4;
  text-align: left;
}

table tr th {
  font-weight: bold;
  vertical-align: top;
  background: #EEEFEE;
  padding: 10px .8em;
}

table tr td {
  font-size: 14px;
  padding: 10px 0;
}

ul {
  margin: 0;
  padding-left: 20px;
}

@media print,
screen and (min-width: 768px) {
  table tr:first-child {
    border-top: 1px solid #e7e7e7;
  }

  table tr th,
  table tr td {
    display: table-cell;
    padding: 1em 0;
    border-bottom: 1px solid #e7e7e7;
  }

  table tr th {
    background-color: inherit;
    width: 190px;
    background: transparent;
  }
}

#linkBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#linkBtn .linkBtnBox {
  flex-basis: 100%;
  width: 100%;
}

#linkBtn .linkBtnBox+.linkBtnBox {
  margin-top: 20px;
}

#linkBtn .btn {
  border-radius: 4px;
  max-width: none;
  margin: 0;
  background-color: #333366;
  border-color: #333366;
}

#linkBtn .btn:hover {
  background-color: #fff;
  color: #333366 !important;
}

@media print,
screen and (min-width: 768px) {
  #linkBtn .linkBtnBox {
    flex-basis: 48%;
    width: 48%;
  }

  #linkBtn .linkBtnBox+.linkBtnBox {
    margin-top: 0;
  }

  #linkBtn .linkBtnBox:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media print,
screen and (min-width: 992px) {
  #linkBtn .linkBtnBox {
    flex-basis: 32%;
    width: 32%;
  }

  #linkBtn .linkBtnBox:nth-child(n+3) {
    margin-top: 0;
  }

  #linkBtn .linkBtnBox:nth-child(n+4) {
    margin-top: 20px;
  }
}

/* ----------------------------------- */
/* メインコンテンツ
/* ----------------------------------- */
#mainCnt {
  padding: 90px 0;
}

/* ----------------------------------- */
/* 事業内容
/* ----------------------------------- */
.projectPage .projectWrap {
  margin-top: 30px;
  padding: 30px 50px 30px 50px;
  font-size: 16px;/* clamp非対応ブラウザ用 */
  font-size: clamp(12px, 1.6vw, 16px);
}

.projectPage .projectWrap .imgBox {
  margin-bottom: 20px;
}

.projectPage .projectWrap .projectPosition {
  min-width: 120px;
  background-color: #006600;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #fff;
  width: fit-content;
  text-align: center;
}

.projectPage .projectWrap .category {
  font-size: 16px;/* clamp非対応ブラウザ用 */
  font-size: clamp(11px, 1.6vw, 16px);
  min-width: 120px;
  background-color: #333366;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.projectPage .projectWrap .column3Wrap {
  margin-bottom: 0px;
}

.projectPage .projectWrap .columnBox {
  font-size: 12px;/* clamp非対応ブラウザ用 */
  font-size: clamp(11px, 1.2vw, 12px);
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}

.projectPage .projectWrap .projectName {
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-bottom: 1px solid #c2c2c2;
  width: fit-content;
  min-width: 30%;
}
.projectPage .projectWrap .columnBox .projectHeadline {
  font-size: 16px;/* clamp非対応ブラウザ用 */
  font-size: clamp(14px, 1.6vw, 16px);
  min-height: 60px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.projectPage .projectWrap .img_box {
  margin: 20px 0px 20px 0px;
}

.projectPage .projectWrap .columnBox .category {
  font-size: 12px;/* clamp非対応ブラウザ用 */
  font-size: clamp(11px, 1.2vw, 12px);
  min-width: 120px;
  background-color: #333366;
  padding: 2px;
  margin: 2px;
  color: #fff;
  display: inline-block;
  text-align: center;
  float: none;
}

.projectPage .projectWrap table {
  margin-top: 40px;
}

/* ----------------------------------- */
/* 大切にしていること
/* ----------------------------------- */
.philosophyPage .preappMean {
  text-align: center;
}

.philosophyPage .preappMean .logo {
  width: 140px;
  height: auto;
  margin: 0 auto;
}

.philosophyPage .column3Wrap {
  padding: 50px 0 60px;
}

.philosophyPage .column3Wrap .columnBox.professionalism {
  color: #333366;
}

.philosophyPage .column3Wrap .columnBox.respect {
  color: #808000;
}

.philosophyPage .column3Wrap .columnBox.enthusiasm {
  color: #A58000;
}

.philosophyPage .column3Wrap .columnBox.acceptance {
  color: #A50033;
}

.philosophyPage .column3Wrap .columnBox.positiveImpact {
  color: #000000;
}

.philosophyPage .column3Wrap .columnBox.playAdventurously {
  color: #FF6633;
}

.philosophyPage .column3Wrap .columnBox img {
  width: auto;
  height: 65px;
  display: block;
  margin: 0 auto;
}

.philosophyPage .partnersBox {
  background-color: #F8F8F8;
  padding: 80px 0 70px;
}

.philosophyPage .partnersBox p {
  font-size: 46px;
  margin: 0;
}

.philosophyPage .partnersBox p span {
  display: block;
  font-size: 16px;
}

.philosophyPage .challengeBox {
  padding: 90px 0 40px;
}

.philosophyPage .challengeBox p {
  font-size: 58px;
  margin: 0;
}

.philosophyPage .challengeBox p span {
  font-size: 24px;
  display: block;
}

/* ----------------------------------- */
/* オフィス
/* ----------------------------------- */
.officePage .officeBox+.officeBox {
  margin-top: 40px;
}

.officePage .officeBox.bg {
  background-color: #F8F8F8;
  padding: 60px 0 40px;
}

/* ----------------------------------- */
/* プライバシーポリシー
/* ----------------------------------- */
.privacypolicyPage ul {
  margin-bottom: 20px;
}

/* ----------------------------------- */
/* NEWS一覧
/* ----------------------------------- */
.newsArchive h3 {
  text-align: center;
  font-size: 28px;/* clamp非対応ブラウザ用 */
  font-size: clamp(20px, 2.8vw, 28px);
}

.newsArchive .inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

.newsArchive .inner .column3Wrap .columnBox p {
  font-size: 14px;/* clamp非対応ブラウザ用 */
  font-size: clamp(12px, 1.4vw, 14px);
}

.newsArchive .inner .img_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.newsArchive .inner .img_box:before {
  content: "";
  display: block;
  padding-top: 57%;
}

.newsArchive .inner .img_box img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.newsArchive .inner a {
  color: #333;
  text-decoration: none;
}

.newsArchive .inner a:hover .img_box img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.newsArchive .inner dl {
  width: 100%;
  clear: both;
  padding-bottom: 5px;
}

.newsArchive .inner dl dd {
  text-align: center;
  float: left;
  width: auto;
  margin: 0;
}

.newsArchive .inner dl dd.day {
  padding-left: 20px;
  font-size: 14px;/* clamp非対応ブラウザ用 */
  font-size: clamp(11px, 1.4vw, 14px);
}

.newsArchive .inner a dl dd.category {
  background: #333366;
  margin: 0px;
  color: #fff;
  text-decoration: none;
  min-width: 120px;
  text-align: center;
  font-size: 12px;/* clamp非対応ブラウザ用 */
  font-size: clamp(11px, 1.2vw, 12px);
}

.newsArchive .inner a:hover dl dd.category {
  background: #333366;
  margin: 0px;
  color: #fff;
  text-decoration: none !important;
  font-size: clamp(11px, 1.2vw, 12px);
}

/* ----------------------------------- */
/* NEWS記事
/* ----------------------------------- */
.newsPage .newsWrap {
  padding-bottom: 90px;
}

.newsPage .newsWrap time {
  display: block;
  margin-bottom: 20px;
}

.newsPage .newsWrap .workRelease h3 {
  margin-top: 2em;
}

.newsPage .newsWrap .workRelease p {
  font-size: 16px;/* clamp非対応ブラウザ用 */
  font-size: clamp(12px, 1.6vw, 16px);
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.newsPage .newsWrap .workRelease .paragraph{
  margin-block-start: 1.5em;
}

/* ----------------------------------- */
/* お問い合わせフォーム
/* ----------------------------------- */
/* フォームナビ */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
}

ul.formFlow li {
  display: inline-flex;
  justify-content: center;
  flex: 1 0 50%;
  background: #eee;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  position: relative;
}

ul.formFlow li:before {
  display: none;
}

ul.formFlow li.active {
  background: #333366;
  color: #fff;
  position: relative;
}

ul.formFlow li.active:after {
  position: absolute;
  content: '';
  right: -40px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #333366;
}

ul.formFlow li.second.active {
  background: #333366 !important;
  color: #fff;
}

ul.formFlow li.second.active:after {
  display: none;
}

ul.formFlow li.second.active:before {
  background: none;
  display: inline;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 0;
  border: 20px solid transparent;
  border-left: 20px solid #eee;
}

#formArea table tr {
  border: 0;
}

#formArea table tr th,
#formArea table tr td {
  border-bottom: 0;
}

#formArea .att {
  color: #A50033;
  font-weight: bold;
}

#formArea input[type="text"],
#formArea input[type="email"],
#formArea input[type="number"],
#formArea textarea {
  padding: 8px .5em 8px 10px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #EEEEEE;
}

#formArea input[type="text"]+input,
#formArea input[type="email"]+input,
#formArea input[type="number"]+input,
#formArea textarea+input {
  margin-top: 10px;
}

#formArea input[type="text"],
#formArea input[type="email"] {
  width: 100%;
}

#formArea input[type="submit"] {
  background-color: #A50033;
  border-color: #A50033;
  margin-bottom: 30px;
}

#formArea input[type="submit"]:hover {
  background-color: #333366;
  border-color: #333366;
  color: #fff !important;
}

#formArea input[type="reset"] {
  background-color: #333366;
  border-color: #333366;
}

#formArea input[type="reset"]:hover {
  background-color: #fff;
  border-color: #333366;
  color: #333366 !important;
}

@media print,
screen and (min-width: 768px) {

  #formArea input[type="text"],
  #formArea input[type="email"],
  #formArea input[type="number"],
  #formArea textarea {
    margin: 0;
  }
}