/* Scss Document */
.pc_show {
  display: block;
}

@media screen and (max-width: 812px) {
  .pc_show {
    display: none !important;
  }
}

.sp_show {
  display: none !important;
}

@media screen and (max-width: 812px) {
  .sp_show {
    display: block !important;
  }
}

/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
table.zensyou-company-data {
  background-color: #fff;
  border: solid 1px #ccc;
  border-collapse: collapse;
  color: #333;
  margin: 20px auto;
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
}

table.zensyou-company-data th, table.zensyou-company-data td {
  border: solid 1px #ccc;
  padding: 10px;
}

table.zensyou-company-data th {
  background-color: #eee;
  font-weight: bold;
  text-align: center;
}

table.zensyou-company-data td {
  font-size: 14px;
}

table.zensyou-company-data td:first-child {
  background-color: #f9f9f9;
  font-weight: bold;
  width: 150px;
  text-align: center;
}

table.zensyou-company-data td:last-child {
  text-align: left;
}

@media screen and (max-width: 812px) {
  table.zensyou-company-data th, table.zensyou-company-data td {
    display: block;
    width: 100%;
  }
  table.zensyou-company-data td {
    text-align: right;
  }
  table.zensyou-company-data td:first-child {
    text-align: left;
    width: 100%;
  }
}

#mv {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 85px;
  padding: 0 1.5vw;
}

#mv #logo {
  opacity: 0;
  padding-top: 100px;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  width: max(395px,10vw);
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  z-index: 15;
}

#mv #logo.change_clr {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-filter: none;
          filter: none;
}

#mv #logo img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 812px) {
  #mv #logo {
    width: clamp(200px, 63vw, 350px);
    -webkit-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
  }
}

@media screen and (max-width: 812px) {
  #mv {
    height: calc(100vh - 270px);
    margin-top: 52px;
    padding: 0 3vw;
  }
}

#company_article #block3 {
  margin-bottom: 110px;
}

#company_article #block3 .business_domain_t {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px;
}

#company_article #block3 .business_domain_t i {
  font-style: normal;
  color: #eee;
  font-size: 100px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 812px) {
  #company_article #block3 .business_domain_t i {
    font-size: 20vw;
  }
}

#company_article #block3 .business_domain_t span {
  display: block;
  font-size: 14px;
  font-family: 'EB Garamond', serif;
  color: #00206a;
  font-weight: 700;
  padding-left: 3px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 812px) {
  #company_article #block3 .business_domain_t span {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 1250px) {
  #company_article #block3 .business_domain_t {
    font-size: 25px;
  }
}

@media screen and (max-width: 1250px) and (max-width: 812px) {
  #company_article #block3 .business_domain_t {
    font-size: 6.93333vw;
    margin-bottom: 5.33333vw;
  }
}

#company_article #block3 .company-statement-box {
  margin: 15px 0px;
  padding: 0 200px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  #company_article #block3 .company-statement-box {
    padding: 0 0;
  }
}

#company_article #block3 .company-statement-box .company-statement-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 3px;
  margin-bottom: 55px;
}

#company_article #block3 .company-statement-box .company-statement-title span {
  display: block;
  font-size: 14px;
  font-family: 'EB Garamond', serif;
  color: #00206a;
  font-weight: 700;
  padding-left: 3px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 812px) {
  #company_article #block3 .company-statement-box .company-statement-title span {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 1250px) {
  #company_article #block3 .company-statement-box .company-statement-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) and (max-width: 812px) {
  #company_article #block3 .company-statement-box .company-statement-title {
    font-size: 6.93333vw;
    margin: 40px 0 0;
  }
}

#company_article #block3 .company-statement-box .company-statement-inner-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#company_article #block3 .company-statement-box .company-statement-inner-box .company-statement-description {
  width: 80%;
  padding-right: 1%;
  font-size: 16px;
  line-height: 3.6;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 812px) {
  #company_article #block3 .company-statement-box .company-statement-inner-box .company-statement-description {
    width: 100%;
    padding-right: 0%;
    font-size: 14px;
    line-height: 2.2;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

#company_article #block3 .company-statement-box .company-statement-inner-box .company-statement-pic {
  width: 20%;
}

@media screen and (max-width: 812px) {
  #company_article #block3 .company-statement-box .company-statement-inner-box .company-statement-pic {
    max-width: 150px;
    width: 100%;
  }
}

#company_article #block3 .company-statement-box .company-statement-inner-box .company-statement-pic figure {
  padding: 17px 0 0 15px;
  position: relative;
}

#company_article #block3 .company-statement-box .company-statement-inner-box .company-statement-pic figure img {
  position: relative;
  width: 100%;
}

#company_article #block3 .company-statement-box .company-statement-inner-box .company-statement-pic figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 82%;
  background: #eee;
}

@media screen and (max-width: 812px) {
  #company_article #block3 .company-statement-box .company-statement-inner-box .company-statement-pic figure:before {
    height: 51vw;
  }
}

#company_article #block3 .company-statement-box .company-statement-name {
  font-size: 20px;
  margin-top: 50px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 812px) {
  #company_article #block3 .company-statement-box .company-statement-name {
    font-size: 14px;
    margin: 0;
  }
}

#company_article #block3 .business_domain_box03 {
  border-top: 1px solid #ccc;
  margin-top: 75px;
  padding-top: 65px;
}

@media screen and (max-width: 812px) {
  #company_article #block3 .business_domain_box03 {
    margin-top: 5px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 812px) {
  #company_article #block3 {
    margin-bottom: 13.33333vw;
  }
}
/*# sourceMappingURL=company.css.map */