@charset "UTF-8";

.en-header .header-nav-list .header-nav-item:nth-child(2) .header-nav-hovermenu-content {
  right: 160px;
}
.en-header .header-nav-list .header-nav-item:nth-child(3) .header-nav-hovermenu-content {
  right: 150px;
}
.en-header .header-nav-list .header-nav-item:nth-child(5) .header-nav-hovermenu-content {
  right: 60px;
}

.ch-header .header-nav-list .header-nav-item:nth-child(2) .header-nav-hovermenu-content {
  right: 370px;
}
.ch-header .header-nav-list .header-nav-item:nth-child(3) .header-nav-hovermenu-content {
  right: 270px;
}
.ch-header .header-nav-list .header-nav-item:nth-child(5) .header-nav-hovermenu-content {
  right: 60px;
}

.en-footer .footer-logo,
.ch-footer .footer-logo{
  margin-bottom: 60px;
}

/*
.en-header .header-nav-list .header-nav-item:nth-child(5) .header-nav-link,
.ch-header .header-nav-list .header-nav-item:nth-child(5) .header-nav-link{
  margin-right: 10px;
  padding-right: 18px;
}
*/
@media  only screen and (max-width: 1024px){
  .en-footer .footer-logo,
  .ch-footer .footer-logo{
    margin-bottom: 50px;
  }
}
@media  only screen and (max-width: 768px){
  .en-footer .footer-logo,
  .ch-footer .footer-logo{
    margin-bottom: 4vw;
  }
  .ch-footer .btn-box.btn-center{
    margin-top: calc(55 / 375 * 100vw);
  }
}

.ch-footer .btn-box.btn-center{
  margin-top: 74px;
}

.ch-lang .list-note ul li::before {
    content: "*";
}

@media only screen and (min-width: 1025px) {
    .ch-lang .section-inner-wide {
        padding: 120px 0 267px;
    }

    .ch-lang .table02 table td {
        padding: 7px 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .ch-lang .table02 table th {
        width: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .ch-lang .table02 table th {
        width: calc(53 / 375 * 100vw);
    }
    .ch-lang .table02 table td {
        padding-inline: calc(10 / 375 * 100vw);
    }
}

/*  EN  */
/*  page common anchorlink
--------------------------------------------- */
.en-lang .anchor-link ul .anchor-link-item{
  width: 30%;
}
.en-lang .anchor-link ul .anchor-link-item:not(:nth-child(-n+3)){
  margin-top: 1.8%;
}
@media screen and (max-width: 1024px) {
  .en-lang .anchor-link ul .anchor-link-item{
    width: 49.5%;
  }
  .en-lang .anchor-link ul .anchor-link-item:not(:nth-child(-n+2)){
    margin-top: 3%;
  }
}
/*  page product archive
--------------------------------------------- */
.en-lang .product-archive-list .table02 table th{
  width: 140px;
}

/*  page solution
--------------------------------------------- */
.en-lang .dl-color dl dt{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
}
.en-lang .dl-color dl dd{
  line-height: 1.5;
  display: block;
  text-align: center;
}

.en-lang .btn-box.btn-right{
  margin: 30px 0 12px auto;
}
/*  page company outline
--------------------------------------------- */
.en-lang .table01 table td dl dt{
  width: 260px;
}
@media  only screen and (max-width: 768px){
  .en-lang .table01 table td dl{
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 3vw;
  }
  .en-lang .table01 table td dl dt{
    width: 100%;
  }
}
/*  page company access
--------------------------------------------- */
.en-lang .table02 table th, .en-lang .table02 table td {
  border-bottom: 1px solid #9a9a9a;
  vertical-align: top;
  text-align: left;
  padding: 7px 15px;
}
.en-lang .list-note ul li::before {
  display: none;
}

/*  page aboutus
--------------------------------------------- */

.en-lang .txt-shorttall{ line-height: 1.9em;}

.en-lang .message-name{
  margin-top: 20px;
  display: block;
  gap: 20px;
  text-align: center;
}

@media  only screen and (max-width: 1024px){
	.en-lang .aboutus-slogan .slogan-img{
	width: 90%;
	margin-top: 60px;
	}
}
@media  only screen and (max-width: 768px){
  .en-lang .aboutus-slogan .slogan-img{
    margin-top: 14.667vw;
  }
}

/*  button
--------------------------------------------- */
.en-lang .btn-box.btn-center{
  margin: 50px auto 0;
}
@media  only screen and (max-width: 768px){
	.en-lang .btn-box.btn-center{
	margin: 8% auto 0;
	}
}
/*  top
--------------------------------------------- */
.en-lang .top-concept .sub-ttl .jp {
  font-size: 5.5rem;
  font-weight: 500;
}
.en-lang .txt-mid {
  font-size: 2.3rem;
  line-height: 2em;
}
.en-lang .top-concept .txt-mid {
  width: 620px;
  margin: 0 auto;
}
@media  only screen and (max-width: 768px){
	.en-lang .top-concept .txt-mid {
    width: 88%;
	font-size: 4vw;
	text-align: center;
  }
}

.en-lang .sub-ttl .jp {
  /* font-size: 3.1rem; */
}
@media  only screen and (max-width: 768px){
	.en-lang .top-concept .sub-ttl .jp {
    font-size: 9vw;
  }
}
.en-lang .ttl-btn-flex {
  display: block;
}
.en-lang .ttl-btn-flex .ad-posi {
  margin: -50px 50px 0 auto;
}

/*  footer top only */
.en-lang .footer-contact,
.ch-lang .footer-contact{
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 10px 0;
}
.en-lang .footer-tel,
.ch-lang .footer-tel{
  font-size: 2.6rem;
  margin: 10px 0 20px 5px;
}
.en-lang .footer-tel a,
.ch-lang .footer-tel a{
  color: #fff;
  display: block;
  width: max-content;
}
.en-lang .footer-time,
.ch-lang .footer-time{
  font-size: 1.8rem;
  font-weight: 400;
}
.en-lang .footer-info-copy,
.ch-lang .footer-info-copy {
  margin-left: 13px;
}
@media  only screen and (max-width: 768px){
  .en-lang .footer-tel a,
  .ch-lang .footer-tel a{
    margin: 1.5vw auto 3vw;
    text-align: center;
	font-size: 4vw;
  }
  .en-lang .btn-box.btn-spcenter,
  .ch-lang .btn-box.btn-spcenter {
    margin: 2vw auto 4vw;
  }
  .en-lang .footer-info-copy,
  .ch-lang .footer-info-copy {
    margin-left: 0;
  }
}