@charset "utf-8";
/* CSS Document */

.about-flx{
  justify-content: space-between;
}
.about-flx__txt{
  width: 100%;
}
.about-flx__img{
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 950px){
  .about-flx__txt{
    max-width: 60%;
  }
  .about-flx__img{
    margin-left: 0;
    max-width: inherit;
    flex-basis: 33%;
    margin: 0;
  }
}


/* 20221108 デザインリニューアル */
/*==========================
　共通
===========================*/
.fadein {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.fadein.sc-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

.slidein.sc-active {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.slidein-l.sc-active {
  animation: slideIn-l 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn-l {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

/* breadscrumb */
.page-breadscrumb {
  padding: 10px 0;
}
.page-breadscrumb .mb-breadscrumb-item {
  background: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.page-breadscrumb .mb-breadscrumb-item:nth-of-type(n+2) {
  position: relative;
  padding-left: 33px;
}
.page-breadscrumb .mb-breadscrumb-item:nth-of-type(n+2)::before {
  content: "";
  width: 20px;
  background: #fff;
  height: 1px;
  position: absolute;
  left: 7px;
  top: calc(50% - 1px);
  border-bottom: 1px;
}
.page-breadscrumb .mb-breadscrumb-link {
  color: #fff;
  font-size: 16px;
}


.page-mv {
  background: #0C4488;
}
.page-inner {
  margin: auto 15px;
}
@media only screen and (min-width: 1080px){
  .mb-page {
    margin-top: 74.39px;
  }
  .page-inner {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}


.spview {
  display: block;
}
.pcview {
  display: none;
}
@media only screen and (min-width: 950px){
  .spview {
    display: none;
  }
  .pcview {
    display: block;
  }
}



/*==========================
　ヘッダー
===========================*/
.mb-header-nav {
  -webkit-flex-basis: 780px;
  flex-basis: 780px;
}

/* -----------------------------------------
  SP版 アコーディオンメニュー
----------------------------------------- */

@media only screen and (max-width: 1079px){

  .mb-mobile-menu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }

  .mb-mobile-menu::-webkit-scrollbar{
    display: none;
  }

  .mb-mobile-menu-list {
    padding: 80px 0px 30px;
  }

  .mb-mobile-menu-item {
    cursor: pointer;
    position: relative;
  }

  .mb-mobile-menu-list > .mb-mobile-menu-item > .mb-header-nav-link {
    padding-left: 30px;
    display: inline-block;
    padding-bottom: 10px;
    color: #fff;
  }

  .mb-mobile-menu-list > .mb-mobile-menu-item > .mb-header-nav-link.is-highlighted {
    color: #ff731e;
  }

  .slidemenu {
    display: none;
    padding: 0 30px;
    border-top: #C6C6C6 solid 1px;
    border-bottom: #C6C6C6 solid 1px;
    background-color: #010B17;
  }

  .slidemenu .sub-menu li {
    padding: 15px;
    border-bottom: #C6C6C6 solid 1px;
  }

  .slidemenu .sub-menu li:last-child {
    border-bottom: none;
  }

  .slidemenu .sub-menu li a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
  }

  .slidemenu .sub-menu li .slidemenu {
    margin: 15px 0;
    padding: 0;
  }

  /*矢印アイコンのスタイル*/
  .arrow-icon-wrap {
    float: right;
    right: 5px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-right: 20px;
  }

  .slidemenu .sub-menu li .arrow-icon-wrap {
    margin: 0;
  }


  .arrow-icon {
    background-image: url('../img/header/header-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height:7px;
    display: block;
    margin-top: 14px;
    transition: 0.3s;
  }

  .arrow-icon.open {
    transform:rotateX(180deg);
  }
}


/* -----------------------------------------
  PC版 ドロップダウンメニュー
----------------------------------------- */

@media only screen and (min-width: 1080px){

.mb-header-nav-list > .mb-header-nav-item {
  position: relative;
}

.mb-header-nav-item .sub-menu {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  text-align: left;
  position: absolute;
  width: 250px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.mb-header-nav-item.is-active .sub-menu {
  top: calc(100% + 2px);
}

.mb-header-nav-item .sub-menu li {
  border-top: #C6C6C6 solid 1px;
  position: relative;
}

.mb-header-nav-item .sub-menu li a {
  padding: 15px;
  display: block;
  width: 100%;
  color: #fff;
}

.mb-header-nav-item .sub-menu li a:hover{
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

.mb-header-nav-item .sub-menu li:last-child {
  border-bottom: #C6C6C6 solid 1px;
}

.mb-header-nav-item:hover .sub-menu {
  display: block;
}

.mb-header-nav-plus {
  display: none;
}

.mb-header-nav-item .sub-menu li ul.menu__third-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #111;
  opacity: 0;
}

.mb-header-nav-item .sub-menu li:hover ul.menu__third-level {
  visibility: visible;
  opacity: 1;
}

.mb-header-nav-item .init-right:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}
}



/*==========================
　about
===========================*/
.mb-page_about img {
  max-width: 100%;
}
/* h2 */
.about-title {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 10px;
}
.about-title--sub {
  padding-left: 20px;
  background: #fff;
  color: #0C4488;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
.about-title--main {
  font-size: 55px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
.about-title--re .about-title--sub {
  background: #0C4488;
  color: #fff;
  text-align: left;
}
.about-title--re .about-title--main {
  color: #0C4488;
  line-height: 0.9;
  text-align: left;
}
@media only screen and (max-width: 949px){
  .about-title {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 950px){
  .about-title {
    flex-direction: row;
    align-items: center;
  }
  .about-title--sub {
    padding-right: 20px;
    font-size: 30px;
    height: 107px;
    line-height: 107px;
    font-weight: bold;
    text-align: right;
  }
  .about-title--main {
    font-size: 145px;
    font-weight: bold;
    text-align: right;
  }

  .about-title--re.about-title {
    flex-direction: row-reverse;
    margin-left: -10px;
  }
  .about-title--re .about-title--sub {
    background: #0C4488;
    color: #fff;
  }
  .about-title--re .about-title--main {
    color: #0C4488;
    line-height: 1;
    text-align: left;
  }
}

/* -- MV -- */
.about .mb-header {
  background: #000;
}

.mb-page_about .page-breadscrumb {
  padding: 21px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.mb-page_about .page-breadscrumb h1 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}


@media only screen and (max-width: 949px){
  .mb-page_about .page-mv {
    position: relative;
    min-height: calc(100vh - 50.2px);
    height: 100%;
  }
  .mb-page_about .page-mv_area {
    position: absolute;
    top: 35%;
    left: 0;
  }
}
@media only screen and (min-width: 950px){
  .mb-page_about .page-mv {
    height: calc(100vh - 50.2px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mb-page_about .page-breadscrumb {
    padding: 24px 0;
  }
  .mb-page_about .page-breadscrumb h1 {
    font-size: 20px;
  }
  .mb-page_about .page-mv_area {
    max-height: 760px;
  }
  .mb-page_about .page-mv_area img {
    height: 100%;
    width: auto;
    display: flex;
    margin: 0 auto;
  }
}

/* -- 共通 -- */
:is(.about--vision, .about--catch, .about--group, .about--history, .about--vision) {
  background: #0C4488;
}
.mb-page_about section {
  padding: 50px 0;
}
@media only screen and (min-width: 950px){
  .mb-page_about section {
    padding: 70px 0;
  }
}

/* -- メッセージ/Message -- */
.about--vision {
  padding-left: 15px;
  padding-bottom: 50px;
}
.about--vision_inner {
  padding-top: 20px;
  margin-left: 15px;
  background: #fff;
  overflow: hidden;
}
.about--vision_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.about--vision_text {
  margin-top: 20px;
  margin-right: 15px;
  padding-left: 22px;
  line-height: 2.0;
  font-size: 16px;
}
.about--vision_text p:nth-child(n+2) {
  margin-top: 1.5rem;
}
.about--vision_author {
  margin-top: 23px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  font-size: 13px;
  text-align: right;
}
.about--vision_img img {
  margin-bottom: -7px;
}
@media only screen and (max-width: 949px){
  .about--vision_img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .about--vision_img img {
    width: 400px;
    width: 60%;
    height: auto;
  }
}
@media only screen and (min-width: 950px){
  .about--vision {
    padding-top: 47px;
    padding-left: 65px;
  }
  .about--vision_inner {
    padding-top: 40px;
    margin-left: 65px;
  }

  .about--vision_box {
    flex-direction: row;
    gap: 80px;
  }
  .about--vision_img {
    width: 400px;
  }
  .about--vision_text {
    width: calc(100% - 400px);
    margin-top: 65px;
    margin-bottom: 70px;
    padding-left: 48px;
    font-size: 20px;
  }
  .about--vision_author {
    margin-top: 18px;
  }
}

/* -- ビジョン/VISION -- */
.about--catch {
  padding-top: 0!important;
}
.about--catch-box {
  margin-top: 30px;
  position: relative;
}
.about--catch-box img {
  width: 100%;
  height: auto;
}
.about--catch-box__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  font-size: clamp(25px, 4.2vw, 40px);
  text-align: center;
  text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.about--catch-box__text span {
  font-size: 49px;
  font-size: clamp(49px, 8.4vw, 80px);
}
@media only screen and (min-width: 950px){
  .about--catch-box {
    margin-top: 0;
  }
  .about--catch-box__text {
    font-size: 37px;
  }
  .about--catch-box__text span {
    font-size: 74px;
  }
}

/* -- ビジネス戦略/BUSINESS STRATEGY -- */
.about--business_catch {
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.about--business_catch span {
  display: block;
  font-size: 25px;
  color: #0C4488;
}
.about--business_background {
  margin-top: 10px;
}
.about--business_background-title {
  margin-bottom: 10px;
  display: inline-block;
  background: #0C4488;
  border-radius: 999999px;
  color: #fff;
  padding: 6px 30px;
  font-size: 20px;
  font-weight: bold;
}
.about--business_background-list {
  margin-top: 10px;
}
.about--business_background-list li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}
.about--business_background-list li::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 3px;
  border-top: 2px solid #000;
  top: 10px;
}
.about--business_background-list li span {
  color: #0C4488;
  font-weight: bold;
}
.about--business_img {
  margin-top: 30px;
}

/* =============================
  0329 追加：ABOUT 改修：
============================= */
.about--business_ip .about--business_ip-img {
  margin: 40px auto 26px;
  max-width: 600px;
  width: 100%;
  display: block;
}
.about--business_ip-text {
  font-weight: 600;
}
.about--business_ip-link_wrapper {
  background: #F8F8F8;
  padding: 10px 25px 25px;
}
.about--business_ip-link_wrapper > h3 {
  color: #0C4488;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
.about--business_ip-link {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about--business_ip-link li {
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  font-weight: 600;
}
.about--business_ip-link li:first-of-type {
  background: #F8DDDF;
}
.about--business_ip-link li:nth-child(2) {
  background: #FAFACC;
}
.about--business_ip-link li:last-of-type {
  background: #DEF3F4;
}
.about--business_ip-link dt {
  padding: 7px;
  background: #fff;
  border-radius: 100vh;
  text-align: center;
  font-size: 18px;
}
.about--business_ip-link li:first-of-type dt {
  color: #CB4A54;
}
.about--business_ip-link li:nth-child(2) dt {
  color: #BFBF0D;
}
.about--business_ip-link li:last-of-type dt {
  color: #61B5B9;
}
.about--business_ip-link dd {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-size: 14px;
}
.about--business_ip-link li:nth-of-type(1) dd {
  margin-top: 20px;
}
.about--business_ip-link a {
  padding: 10px;
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.about--business_ip-link a:hover {
  opacity: 0.8;
}
.about--business_background > p {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}


@media only screen and (max-width: 949px){
  .about--business_img-scroll {
    overflow: scroll;
  }
  .about--business_scroll {
    display: none;
  }
  .about--business_img-scroll {
    max-width: 100%;
  }
  .about--business_scroll {
    margin: 10px 0 0 auto ;
  }
  /* =============================
    0329 追加：ABOUT 改修
  ============================= */
  .about--business_ip-link {
    margin: 14px auto 0;
    max-width: 600px;
  }
  .about--business_ip-link_wrapper {
    padding: 10px 15px 20px;
  }
  .about--business_ip-link_wrapper > h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 570px){
  .about--business_img-scroll img {
    height: 360px;
    max-width: fit-content;
  }
  .about--business_scroll {
    display: block;
  }
}
@media only screen and (min-width: 950px){
  .about--business .about-title--sub {
    height: 350px;
    line-height: 350px;
  }
  .about--business_catch {
    font-size: 40px;
  }
  .about--business_catch span {
    display: contents;
    font-size: 48px;
  }

  .about--business_background {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .about--business_background-title {
    margin: 0;
    writing-mode: vertical-rl;
    font-size: 30px;
    padding: 30px 6px 25px;
    letter-spacing: .2em;
  }
  .about--business_background-list {
    margin-top: 0;
  }
  .about--business_background-list li {
    font-size: 20px;
  }
  .about--business_img {
    margin-top: 50px;
  }
  /* =============================
    0329 追加：ABOUT 改修
  ============================= */
  .about--business_ip .about--business_ip-img {
    margin: 40px auto;
    max-width: 600px;
  }
  .about--business_ip-text {
    text-align: center;
    font-size: 28px;
  }
  .about--business_ip-link {
    margin-top: 20px;
    flex-direction: row;
    gap: 10px;
  }
  .about--business_ip-link li {
    width: calc((100% - 20px)/3);
    gap: 20px;
  }
  .about--business_ip-link dt {
    padding: 10px;
  }
  .about--business_ip-link dd {
    font-size: 20px;
  }
  .about--business_background > p {
    font-size: 20px;
  }
}

/* -- 関連会社/GROUP -- */
.about--group_list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.about--group h3 {
  padding-bottom: 15px;
  color: #fff;
  font-weight: bold;
}
.about--group_list ul {
  display: flex;
  flex-direction: column;
}
.about--group_list ul li:nth-child(n+2) {
  padding-top: 20px;
}

/* 子会社 */
.about--group--subsidiary {
  padding-left: 28px;
}
.about--group--subsidiary h3 {
  padding-top: 30px;
  position: relative;
}
.about--group--subsidiary h3::before {
  content: "";
  width: 8px;
  height: 100%;
  border-left: 2px dashed #fff;
  position: absolute;
  top: 0;
  left: -18px;
}
.about--group--subsidiary li {
  position: relative;
}
.about--group--subsidiary li::before {
  content: "";
  width: 18px;
  height: 50%;
  border-bottom: 2px dashed #fff;
  position: absolute;
  top: 0;
  left: -18px;
}
.about--group--subsidiary li::after {
  content: "";
  width: 18px;
  height: 100%;
  border-left: 2px dashed #fff;
  position: absolute;
  top: 0;
  left: -18px;
}
.about--group--subsidiary li:last-child:after {
  height: 50%;
}

.about--group_list-child {
  padding: 2px;
  background: #fff;
  max-width: 470px;
}
.about--group_list-child dt {
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
}
.about--group_list-child dt .img {
  width: 70px;
}
.about--group_list-child dt p {
  padding-left: 4px;
  width: calc(100% - 74px);
}
.about--group_list-child dd {
  padding: 8px 13px;
  background: #0C4488;
  color: #fff;
  font-size: 13px;
}
.about--group--subsidiary .about--group_list-child dd {
  background: #E0ECFC;
  color: #000;
}
.about--group--relatedcompany .about--group_list-child dd {
  background: #5EA7AD;
}

@media only screen and (max-width: 949px){
  .about--group_list {
    align-items: center;
  }
  /* 関連会社 */
  .about--group--relatedcompany {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 950px){
  .about--group_list {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .about--group h3 {
    padding-bottom: 18px;
  }
  .about--group_list ul li:nth-child(n+2) {
    padding-top: 18px;
  }

  /* 子会社 */
  .about--group--subsidiary {
    padding-left: 176px;
  }
  .about--group--subsidiary h3 {
    padding-top: 38px;
  }
  .about--group--subsidiary h3::before {
    width: 88px;
    left: -90px;
  }
  .about--group--subsidiary li::before {
    width: 88px;
    left: -90px;
  }
  .about--group--subsidiary li::after {
    width: 88px;
    left: -90px;
  }

  .about--group_list-child dt {
    padding: 10px;
    font-size: 16px;
  }
  .about--group_list-child dd {
    padding: 12px 15px;
    font-size: 16px;
  }
}


/* -- モブキャストの強み/ADVANTAGE -- */
.about--advantage_img {
  margin-top: 30px;
}
@media only screen and (max-width: 949px){
  .about--advantage_img img {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}

/* -- 会社概要/COMPANY PROFILE -- */
.about--profile_fl {
  display: flex;
  flex-direction: column;
  gap: 50px;
}


.about--profile_text h2 {
  padding-left: 32px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  height: 107px;
  line-height: 107px;
  background: #0C4488;
}

.about--profile_list {
  margin: 30px 15px 0 15px;
}
.about--profile_list dl {
  padding-bottom: 20px;
  border-bottom: 2px dotted #C6C6C6;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
}
.about--profile_list dl:nth-child(n+2) {
  padding-top: 20px;
}
.about--profile_list dt {
  font-weight: bold;
}

@media only screen and (min-width: 950px){
  .about--profile .about-title {
    display: none;
  }
  .about--profile_fl {
    flex-direction: row;
    gap: 50px;
  }
  .about--profile_catch {
    width: 20%;
  }
  .about--profile_text {
    width: calc(80% - 10px);
  }

  .about--profile_list {
    margin: 46px 60px 0 0;
  }
  .about--profile_list dl {
    padding-bottom: 40px;
    flex-direction: row;
    gap: 20px;
    font-size: 20px;
  }
  .about--profile_list dl:nth-child(n+2) {
    padding-top: 40px;
  }
  .about--profile_list dt {
    width: 20%;
  }
  .about--profile_list dd {
    width: calc(80% - 20px);
  }
  .about--history_img {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 949px){
  /* -- 沿革 -- */
  .about--history_img {
    margin-top: 30px;
    overflow: scroll;
  }
  .about--history_img img {
    max-width: fit-content;
    height: 400px;
  }
  .about--history_scroll {
    margin-left: auto;
  }
}

/* -- EN -- */
@media only screen and (min-width: 950px){
  .mb-page_about-en {
    margin-top: 72.39px;
  }

  .mb-page_about-en .about--business_background-title {
    font-size: 18px;
    letter-spacing: 0;
  }
  .mb-page_about-en .about--business_background-list li::before {
    top: 12px;
  }
}


/*==========================
　parts-footer
===========================*/
/* sns */
.footer-sns {
  margin: 20px 15px 0;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #000;
}
.footer-sns--title {
  font-size: 20px;
}
.footer-sns--list {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
.footer-sns--list li {
  font-size: 9px;
}
.footer-sns--list li img {
  height: 22px;
}
.footer-sns--list li a {
  text-decoration: none;
  color: #000;
}
.footer-sns--link {
  margin-top: 16px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 10px;
}
.footer-sns--link:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 950px){
  .footer-sns {
    margin: 20px auto;
    padding: 0 15px 50px 15px;
    max-width: 1260px;
    font-size: 13px;
  }
}

/* 子会社・関連会社一覧 */
.footer-company img {
  max-width: 100%;
  height: auto;
}
.footer-company {
  margin: 20px 15px;
  font-size: 13px;
}
.footer-company section:nth-child(n+2) {
  margin-top: 28px
}
.footer-company--title {
  font-weight: bold;
}

.footer-company--list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-company--list-box {
  padding: 10px 15px;
  width: 100%;
  max-width: 500px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-company--list_img {
  height: 50px;
}
.footer-company--list_img img {
  height: 100%;
  width: auto;
}
.footer-company--list_name {
  padding-left: 8px;
  width: calc(100% - 60px);
}
.footer-company--list_link {
  width: 10px;
}
@media only screen and (min-width: 950px){
  .footer-company {
    margin: 57px auto;
    padding: 0 15px;
    max-width: 1260px;
  }
  .footer-company section:nth-child(n+2) {
    margin-top: 46px
  }
  .footer-company--list {
    margin-top: 18px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
  }
  .footer-company--list li {
    width: calc(20% - 6px);
  }
  .footer-company--list-box {
    font-size: 9px;
  }
}


/*==========================
　トップページ
　page-top.php
===========================*/
.top--Featured {
  padding: 0!important;
  display: none;
  background: #fff!important;
  margin-top: 30px;
}
.top--Featured a {
  text-decoration: none;
}
.top--Featured h2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #0C4488;
}
.top--Featured .news__type {
  display: inline-block;
}
.top--Featured .news__txt {
  font-size: 18px!important;
  font-weight: bold;
  line-height: 1.5;
}
.top--Featured-btn {
  margin: 30px auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 1230px;
}

/* slick調整 */
#sliderImg .slick-dots {
  padding: 0 15px;
  margin: 0 auto;
}
:is(#sliderBox, #sliderImg) .slick-dots{
  width: 100%;
  bottom: -20px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  /* position: relative; */
}
:is(#sliderBox, #sliderImg) .slick-dots li{
  width: calc(100% / 5 - 5px);
  height: 5px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #edf1f4;
  overflow: hidden;
}
:is(#sliderBox, #sliderImg) .slick-dots li:not(:last-child){
  margin-right:10px;
}
:is(#sliderBox, #sliderImg) .slick-dots li button {
  width: 100%!important;
  height: 100%!important;
  margin-top: -3px!important;
}
:is(#sliderBox, #sliderImg) .slick-dots li.slick-active button::after{
  content: "";
  position:absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0C4488;
  animation: progress 5.1s linear 0s forwards;
  z-index:1;
}
@keyframes progress {
  0%{
    width:0;
  }
  100% {
    width:100%;
  }
}
@media screen and (min-width: 950px){
  .top--Featured .page-inner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
  }
  :is(#sliderBox, #sliderImg) .slick-dots{
    width: 300px;
  }
}


/* 中央以外のスライド */
.sliderImg-child-box {
  margin: 10px;
  opacity: .3;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  box-shadow: 0 3px 6px rgb(12 68 136 / 30%);
}
.sliderImg-child-box img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sliderImg-child.slick-center .sliderImg-child-box {
  opacity: 1;
  transform: scale(1);
}

.sliderBox-child {
  opacity: 0!important;
  transition: 0.3s;
}
.sliderBox-child.beforeactive {
  transform: translate(70px, 50px);
}
.sliderBox-child.active {
  opacity: 1!important;
  transform: translate(0, 0);
}


.news__morelink {
  opacity: 0!important;
  transition: 0.6s;
  margin-top: 20px;
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.news__morelink-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #0C4488;
  margin-bottom: 4px;
  margin-right: 10px;
  transition: 0.6s;
}
.news__morelink:hover .news__morelink-line {
  width: 60px;
}

.news__morelink.beforeactive {
  transform: translateX(70px);
}
.news__morelink.active {
  opacity: 1!important;
  transform: translateX(0);
}
@media screen and (min-width: 950px){
  .top--Featured {
    margin-top: 60px;
  }
  .top--Featured h2 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .top--Featured .news__txt {
    font-size: 30px!important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 50px!important;
  }
  #sliderImg .slick-dots {
    display: none!important;
  }
  .slick-dots {
    text-align: right!important;
  }

  .news__morelink {
    font-size: 16px;
  }
}
@media screen and (max-width: 949px){
  #sliderImg {
    margin-bottom: 50px;
  }
  #sliderBox .slick-dots {
    display: none!important;
  }
  .news__morelink {
    font-size: 14px;
  }

}


/* =============================
  0329 追加：ABOUT 改修
============================= */
/* -----------------------------------------
  IP投資育成領域
  /about/ip_investment/
----------------------------------------- */
.ipInvestment {
  margin-top: 80px;
  /* word-break: break-all; */
  margin-bottom: 80px;
}
.ipInvestment-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

:where(.ipInvestment) img {
  width: 100%;
  max-width: 100%;
}

.ipInvestment_catch-text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.ipInvestment_catch-text span {
  color: #CBAA85;
}
.ipInvestment_catch-img {
  margin: 40px auto 0;
  max-width: 800px;
  display: block;
}

.ipInvestment_title {
  margin-top: 80px;
  margin-bottom: 28px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #5EA7AD;
}

/* ---- 主なIP投資育成領域の企業 ----*/
.ipInvestment_company-list {
  display: flex;
  flex-direction: column;
}
.ipInvestment_company-list dt {
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.ipInvestment_company-list--later dt {
  background: #CBC46E;
}
.ipInvestment_company-list--early dt {
  background: #CBAA85;
}
.ipInvestment_company-list--seed dt {
  background: #5EA7AD;
}

.ipInvestment_company-list:nth-of-type(n+2) {
margin-top: 28px;
}
.ipInvestment_company-list li {
  padding: 20px;
  margin-top: 8px;
  border: 2px solid #000;
}
.ipInvestment_company-list--later li {
  border-color: #CBC46E;
}
.ipInvestment_company-list--early li {
  border-color: #CBAA85;
}
.ipInvestment_company-list--seed li {
  border-color: #5EA7AD;
}

.ipInvestment_company-box_name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.ipInvestment_company-box_name img {
  width: 80px;
}
.ipInvestment_company-box_name span {
  width: calc(100% - 90px);
}
.ipInvestment_company-box_text {
  margin-top: 16px;
}
.ipInvestment_company-box_category {
  margin-left: auto;
  margin-top: 20px;
  padding: 5px 20px;
  width: fit-content;
  border-radius: 100vh;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.ipInvestment_company-list--later .ipInvestment_company-box_category {
  background: #CBC46E;
}
.ipInvestment_company-list--early .ipInvestment_company-box_category {
  background: #CBAA85;
}
.ipInvestment_company-list--seed .ipInvestment_company-box_category {
  background: #5EA7AD;
}

.ipInvestment_company-description {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}
.ipInvestment_company-description li span {
  font-weight: 600;
}
.ipInvestment_company-description li:nth-of-type(1) span {
  color: #CBC46E;
}
.ipInvestment_company-description li:nth-of-type(2) span,
.ipInvestment_company-description li:nth-of-type(3) span {
  color: #CBAA85;
}
.ipInvestment_company-description li:nth-of-type(4) span {
  color: #5EA7AD;
}

.ipInvestment_company-attention {
  margin-top: 20px;
  font-size: 14px;
}

/* ---- 過去の実績例 ----*/
.ipInvestment_achievement {
  margin-top: 40px;
  padding: 40px 0;
  background: #EDF1F4;
}
.ipInvestment_achievement .ipInvestment_title {
  margin-top: 0;
}

.ipInvestment_achievement-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.ipInvestment_achievement-list li {
  padding: 20px;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgb(12, 68, 136, 0.3);
  border: none;
}
.ipInvestment_achievement-list_logo {
  text-align: center;
}
.ipInvestment_achievement-list_logo img {
  width: 120px;
}
.ipInvestment_achievement-list_name {
  font-size: 14px;
}
.ipInvestment_achievement-list_name span {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.ipInvestment_achievement-list_link {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.ipInvestment_achievement-list_link img {
  width: 33px;
}

/* ---- 投資・リターン 実績 ----*/
.ipInvestment_investment-catch {
  font-size: 18px;
  font-weight: 600;
}
.ipInvestment_investment-img {
  margin-top: 28px;
}

@media screen and (min-width: 950px){
  .ipInvestment_catch-text {
    font-size: 40px;
  }
  .ipInvestment_catch-text span {
    font-size: 48px;
  }
  .ipInvestment_catch-img {
    margin-top: 80px;
  }

  .ipInvestment_title {
    margin-bottom: 40px;
    font-size: 32px;
  }

  /* ---- 主なIP投資育成領域の企業 ----*/
  .ipInvestment_company-list {
    display: flex;
    flex-direction: row;
    gap: 20px
  }
  .ipInvestment_company-list dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    font-size: 25px;
  }
  .ipInvestment_company-list dd {
    width: calc(100% - 170px);
  }
  .ipInvestment_company-list li {
    margin-left: 48px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .ipInvestment_company-list li::before{
    content: "";
    width: 40px;
    position: absolute;
    top: calc(50% + 2px);
    left: -54px;
    border-bottom: 2px dashed #000;
  }
  .ipInvestment_company-list li:nth-of-type(1) {
    margin-top: 0;
  }
  .ipInvestment_company-box_name {
    width: 270px;
  }
  .ipInvestment_company-box_name span {
    display: block;
  }
  .ipInvestment_company-box_text {
    margin-top: 0;
    width: calc(100% - 470px);
  }
  .ipInvestment_company-box_category {
    margin-top: 0;
    width: 160px;
    text-align: center;
    font-size: 16px;
  }

  .ipInvestment_company-description {
    margin-top: 28px;
    font-size: 16px;
  }
  
  .ipInvestment_company-attention {
    margin-top: 28px;
    font-size: 16px;
  }

  /* ---- 過去の実績例 ----*/
  .ipInvestment_achievement {
    margin-top: 80px;
    padding: 60px 0;
  }
  .ipInvestment_achievement-list {
    gap: 40px;
  }
  .ipInvestment_achievement-list li {
    width: calc(50% - 20px);
    flex-direction: row;
    gap: 20px;
  }
  .ipInvestment_achievement-list_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .ipInvestment_achievement-list_logo img {
    width: 180px;
  }
  .ipInvestment_achievement-list_box {
    width: calc(100% - 200px);
  }
  .ipInvestment_achievement-list_name {
    margin-top: 16px;
    font-size: 16px;
  }
  .ipInvestment_achievement-list_name span {
    font-size: 18px;
  }

  /* ---- 投資・リターン 実績 ----*/
  .ipInvestment_investment-catch {
    text-align: center;
    font-size: 28px;
  }
  .ipInvestment_investment-img {
    margin-top: 40px;
  }

}


/* =====================
  20230606 追加
====================== */
/* -----------------------------------------
  公式ソーシャルメディア運⽤ポリシー
  /sns_policy/
----------------------------------------- */
.snsPolicy-box a {
  color: #5ea7ad;
  text-decoration: none;
  word-break: break-all;
}
.snsPolicy-box a:hover {
  opacity: 0.8;
}


.snsPolicy-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #0C4488;
  margin-bottom: 16px;
  border-bottom: 1px solid #B1C8E6;
  padding-bottom: 3px;
}
@media only screen and (min-width: 950px) {
  .snsPolicy-box h2 {
    font-size: 25px;
  }
}


/* =====================
  20250604 追加
====================== */
/* -----------------------------------------
  About us
  /about/
----------------------------------------- */
.about--catch-box__text span:nth-of-type(1) {
  margin-right: 5px;
}
@media only screen and (min-width: 950px) {
  .about--catch-box__text span:nth-of-type(1) {
    margin-right: 8px;
  }
}





/* =============================
  20250702 追加
  　モブキャストグループ戦略方針 改修
============================= */
/* -----------------------------------------
  About us
  /about/
  /en/about/
----------------------------------------- */
.about--business_strategy {
  margin-top: 65px;
}
.about--business_ourfounding img,
.about--business_strategy img {
  margin: 15px auto;
  max-width: 1200px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 950px) {
  /* 事業戦略 */
  .about--business_ourfounding img,
  .about--business_strategy img {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 949px) {
  .about--business_background > p.jp {
    text-align: left;
  }
}
