@media (min-width: 1025px) {
    .header__list {
        width: 60vw;
    }
}
.newsBottom {
    padding-bottom: 80px;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: left;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 5px;
    left: auto;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    right: 30px;
    left: auto;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
    color: black;
}
.swiper-button-next,
.swiper-button-prev {
    top: 30%;
    width: 0;
}

.newsBottom__list li a,
.news__detail a {
    white-space: nowrap;
    overflow: hidden;
    width: 50vw;
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
    color: black;
}

@media (min-width: 1400px){
    .newsBottom__list li a,
    .news__detail a {
        width: 55vw;
    }
}

@media (max-width: 1024px) {
    .newsBottom__list li a,
    .news__detail a  {
        width: 100%;
    }
}
.footer__snsIcon img {
    width: 30px;
    height: 30px;
}

.common-tableArea {
    padding-bottom: 60px;
}

.common-table table {
    border-width: 5px 0;
    border-color: white;
    border-style: solid;
}
.common-table tr {
    text-align: center;
}
.common-table td {
    height: 50px;
    line-height: 50px;
    width: 165px !important;
    border-width: 4px 4px;
    border-color: white;
    border-style: solid;
}
.common-table td:first-child {
    font-size: 15px;
    width: 303px !important;
    border-left: none;
}
.common-table td:last-child {
    border-right: none;
}
.common-table td:nth-child(odd) {
    background: #d5d5d5;
}

.common-table td:nth-child(even) {
    background: #eeeeee;
}
.common-table table td a {
    color: #007699;
    text-decoration: none;
}
.aform-button-area input,
.btn-mail {
    width: 100%;
    display: block;
    background-color: #f5f6f7;
    color: #222427;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border: 1px solid #222427;
    transition: color 0.3s, border-color 0.3s;
    cursor: pointer;
}

.aform-button-area,
.btn-mail-area {
    position: relative;
    max-width: 335px;
    margin: 0 auto;
    background: none !important;
}
.aform-button-area input:hover,
.btn-mail:hover {
    color: #d28903;
    border-color: #d28903;
}

.breadcrumb {
    background-color: #eee;
    margin: 65px auto 0 !important;
}

@media screen and (max-width:389px) {
    .breadcrumb {
        margin: 92px auto 0 !important;
    }
}

@media screen and (min-width:390px){
    .breadcrumb {
        margin: 90px auto 0 !important;
    }
}

.common-breadCrumb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1274px;
    margin: 0 auto;
    padding: 10px 0px;
}

@media (min-width: 800px) and (min-height: 800px) {
    .breadcrumb {
        margin: 90px auto 0 !important;
    }
    .common-breadCrumb {
        padding: 0;
    }
}

@media (max-width: 800px) {
    .common-breadCrumb {
        flex-wrap: wrap;
        padding: 0 0;
    }
    .common-breadCrumb li {
        min-width: 6ch;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .newsDetail__wrapper a {
        word-break: break-all;
    }
}
.breadcrumb__list li:last-child {
    display: list-item !important;
    min-width: 6ch;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subpage .global__btn::after,
.subpage .arrow__icon::after {
    background: url(/mt-static/static_HTML/images/common/icon_arrow.svg);
}

.subpage .pdf__icon::after,
.main .pdf__icon::after {
    margin-left: 2px;
    margin-right: 10px;
    background: url(https://ssl4.eir-parts.net/Custom/public/v5parts/4763/jp/20211209/app/img/filetype_icon/pdf.png) center
        center/contain no-repeat !important;
}

.newsLabel--プレスリリース {
    background: #299900;
}
.newsLabel--グループ企業 {
    background: #83807a;
}
.newsLabel--IR {
    background: #007699;
}
.newsLabel--セミナー {
    background: #990070;
}
.newsLabel--イベント {
    background: #991c00;
}
.newsLabel--トピックス {
    background: #960;
}
.newsLabel--else {
    background: #000;
}

#ir-arch .imgKv {
    background-image: url(/mt-static/static_HTML/images/ir/kv_img.jpg);
}
@media screen and (min-width: 768px) {
    #ir-arch .imgKv {
        background-image: url(/mt-static/static_HTML/images/ir/kv_img_pc.jpg);
    }
}

.-cate-id03 {
    background: #990d52;
}
.-cate-id04 {
    background: #2e8b57;
}
.-cate-id05 {
    background: #ffd966;
}
.-cate-id06 {
    background: #ffa500;
}

#ir-arch .newsBlock__day {
    /*width: 120px;*/
}

#ir-arch .newsBlock__cate {
    /*width: 60px;*/
    text-align: center;
}

.common-mainBottom__btnWrap {
    justify-content: space-evenly;
}


.newsDetail__sns__icon img {
    width: 30px !important;
    height: 30px !important;
}


#business_model_img img {
	width: 395px !important;
	max-width: 100% !important;
	height: auto !important;
}

#ir-arch .manageInfo {
    margin: 40px 0 0 !important;
    padding-bottom: 55px !important;
}

@media screen and (min-width: 1024px) {
    #ir-arch .manageInfo {
        margin: -45px 0 0 !important;
    }
}

#ir-arch .manageInfo__list li {
    padding-top: 0px !important;
}

@media screen and (min-width: 768px) {
  #ir-arch .manageInfo__list li {
       margin-bottom:15px;
  }
}

#ir-arch .manageInfo__list-info01 a {
    background-image: none !important;
}

#ir-arch .manageInfo__list-info02 a {
    background-image: none !important;
}

#ir-arch .manageInfo__list-info03 a {
    background-image: none !important;
}

.subpage .imgKv {
    background-image: url(/mt-static/static_HTML/images/common/kv_img.jpg) !important;
}

@media screen and (min-width: 768px) {
    .subpage .imgKv {
        background-image: url(/mt-static/static_HTML/images/common/kv_img_pc.jpg) !important;
    }
}

.subpage .business_design_banner a {
    background: url(/mt-static/static_HTML/images/common/business_design_banner.jpg)
        center center/cover no-repeat !important;
}

@media screen and (min-width: 768px) {
    .subpage .business_design_banner a {
        background-image: url(/mt-static/static_HTML/images/common/business_design_banner-pc.jpg) !important;
    }
}

.eir_pdfNote,
.eir_pnexNote_item,
p.eir_pnexNote_item {
    display: None !important;
}

.linkBlk {
    margin-top: 80px !important;
}

.breadcrumb__list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 20px;
}
.breadcrumb__line {
    display: block;
    margin: 0 4px;
}
.breadcrumb li {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0;
    color: #222427;
    white-space: nowrap;
}

.breadcrumb a,
.subpage a {
    font-size: 12px;
    letter-spacing: 0;
    color: #222427;
    text-decoration: none;
}

.subpage .dlBlk__txt::after {
    background: url(/mt-static/static_HTML/images/common/icon_pdf.svg) center
        center/contain no-repeat !important;
}

.common-sitemap__second__li a {
    color: #222427;
    text-decoration: none;
}

.common-heading--h4 {
    font-weight: 400 !important;
}

#creative .imgKv {
  background-image: url(/mt-static/static_HTML/images/about_us/about_us_creative_studios_01_sp.png) !important;
}
@media screen and (min-width: 1025px) {
  #creative .imgKv {
    background-image: url(/mt-static/static_HTML/images/about_us/about_us_creative_studios_01_pc.png) !important;
  }
}

.news__icon {
 font-size: 12px !important;
}

.anchor-container {
  margin-top: 60px;
  /* display:flex; */
}

.anchor-container a {
  text-decoration: none;
  font-size: medium;
  color:#222427;
  margin-bottom: 5px;
}

.anchor-list {
  flex:1;
}

.anchor-item {
  display: flex;
  flex-direction: column;
}

.anchor-item--no-arrow {
  padding-left: 1.25rem;
}

.anchor-item img{
  padding: 10px 10px;
  width: 30%;
  height: auto;
}

.sustain__pdfText {
  max-width: 26ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.common-textBlock__textTop--anchor {
  margin-top: -100px !important;
  padding-top: 100px !important;
}

@media screen and (min-width: 768px){
#contact .imgKv {
    background-image: url(/mt-static/static_HTML/images/contact/kv_img_pc.jpg) !important;
}
}
#contact .imgKv {
    background-image: url(/mt-static/static_HTML/images/contact/kv_img.jpg) !important;
}

.top-nav-link {
  cursor:pointer !important;
}

.newsDetail__sp__sns__icon img {
  height:30px;
}


.newsDetail__wrapper iframe {
    width:100%;
    height: 220px;
}

@media screen and (min-width: 768px){
    .newsDetail__wrapper iframe {
        width:560px;
		height:315px;
    }
}

@media screen and (max-width: 768px){
	main {
		margin-top:0!important;
	}
	.newsDetail__wrapper .mt-image-none, .newsDetail__wrapper .mt-image-left,.newsDetail__wrapper .mt-image-center, .newsDetail__wrapper .mt-image-right{
		width:100%;
		height:auto;
	}
	.sidebar__list__li.active a {
		color:#D28903 !important;
	}
}

#message .message__txtBlk span {
    line-height: 1.5 !important;
}

#message .message__txtBlk p {
    line-height: 1.5 !important;
}
.aboutUs__president__img img{
-webkit-appearance: none !important;
    max-height: 100%;
    object-fit: cover;
height: revert;
}

@media (min-width: 751px) and (max-width: 1024px){
.main {
    margin-top: 12vh !important;
}
}

.anchor-container-privacy {
  margin-top: 60px;
  display: flex;
}
.anchor-list-privacy {
  display: flex;
  width: 50%;
}
@media (max-width:819px) {
    .anchor-container-privacy{
        flex-direction: column;
      }
      .anchor-list-privacy {
        width: 100%;
      }
	.anchor-list-privacy:nth-child(2) {
        margin-top: 20px;
      }
}
.anchor-item-privacy {
  display: flex;
  flex-direction: column;
}

.anchor-container-privacy a {
  text-decoration: none;
  font-size: medium;
  color: #222427;
  margin-bottom: 5px;
}

.common-carouselArea .categoryLabel > li{
margin-top: 4px;
}

@media (max-width: 750px){
.errorPage__heading {
    margin-top: 90px;
}
}
.scrollTop{
z-index: 10;
}
.sustain-social-table-custom{
    margin-top: 20px;
}
.sustain-social-table-custom table{
    width: 100%;
}
.sustain-social-table-custom th{
    background-color: #eee;
    text-align: center;
    font-size: 15px;
    padding: 17.5px 0;
    line-height: 1;
    vertical-align: middle;
    width: 25%;
    font-weight: 400;
}
.sustain-social-table-custom td{
    text-align: center;
    font-size: 15px;
    padding: 17.5px 0;
    line-height: 1;
    vertical-align: middle;
    width: 25%;
}
.sustain-social-table-custom td:first-child{
    text-align: left;
    padding: 17.5px 0 17.5px 8px;
}

@media (max-width: 750px){
.sustain-social-table-custom th, .sustain-social-table-custom td, .sustain-social-table-custom td:first-child {
    padding: 8px 4px;
    font-size: 13px;
}
}

.sustain-social-table-custom table,.sustain-social-table-custom td,.sustain-social-table-custom th {
  border: 1px solid #aaa;
}

.sustain-social-table-custom table {
  width: 100%;
  border-collapse: collapse;
}
  @media (min-width: 1025px){
.container .header__list > li.is-hover .header__itemSecond.sustainableMenu {
  height: 250px !important;
}
}

.group__chronology {
  min-height: auto !important;
}

.last-chronology {
  padding-bottom: 40px !important;
}
#faq .imgKv {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-image: url(/mt-static/static_HTML/images/faq/kv_img_sp.jpg) !important;
}
@media screen and (min-width: 768px) {
#faq .imgKv {
background-image: url(/mt-static/static_HTML/images/faq/kv_img.jpg) !important;
}
}

#case_studies .imgKv {
    background-image: url(/mt-static/static_HTML/images/case_studies/case_studies_kv_img_sp.jpg) !important;
}

@media screen and (min-width: 768px){
#case_studies .imgKv {
    background-image: url(/mt-static/static_HTML/images/case_studies/case_studies_kv_img.jpg) !important;
}}

@media (min-width:1025px) {
  .common-mainBottom__btnWrap__aboutus {
    width: 980px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
}
@media (min-width:1025px) {
  .common-mainBottom__btnWrap__aboutus .common-button--whiteArrowBtn {
    width: 300px;
    margin: 0;
    margin-bottom: 20px
  }
  .common-mainBottom__btnWrap__aboutus .common-button--whiteArrowBtn:nth-last-child(1) {
    margin: 0
  }
  .common-mainBottom__btnWrap__aboutus .common-button--whiteArrowBtn:nth-last-child(2) {
    margin: 0
  }
  .common-mainBottom__btnWrap__aboutus .common-button--whiteArrowBtn:nth-last-child(3) {
    margin: 0
  }
}

#contact .contact .checkbox__input:checked + .checkbox__dummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 3.5px;
    width: 19px;
    height: 15.6px;
    background: url(/mt-static/static_HTML/images/contact/contact_check_btn.svg) no-repeat center center/cover !important;
}
