@charset "UTF-8";
/* parts */
/* 企業情報用css */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* indiviual */
/* product-sort */
/* コンテンツ共通スタイル */
/* corporate top */
.corporate.archive #headline-top picture {
  text-align: right;
  width: 55%;
}
.corporate.archive #headline-top picture img {
  width: 100%;
}
.corporate.archive #headline-top picture::before {
  left: -15%;
}

.corporate-top-section {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.corporate-top-section .logo-area {
  width: 35%;
  padding-right: 3em;
}
.corporate-top-section .logo-area h2 {
  padding-bottom: 2.5em;
}
.corporate-top-section .logo-area h2 img {
  width: 70%;
  margin: 0 auto;
}
.corporate-top-section .logo-area p {
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.8;
}
.corporate-top-section table {
  font-size: 1.15em;
  width: 62.5%;
  border-collapse: collapse;
}
.corporate-top-section table th, .corporate-top-section table td {
  line-height: 1.3em;
  padding: 1.25em 1.5em;
}
.corporate-top-section table th {
  white-space: nowrap;
  border-bottom: solid 2px #009D96;
}
.corporate-top-section table td {
  border-bottom: solid 1px #bbb;
}

/* philosophy */
.philosophy #headline-area picture {
  text-align: right;
}
.philosophy #headline-area picture img {
  width: 55%;
}
.philosophy .contents-section {
  text-align: center;
}
.philosophy .contents-section h2 {
  text-align: left;
}
.philosophy .contents-section p {
  font-size: 1.5em !important;
  line-height: 1.5;
  text-align: center;
  padding: 1.5em;
}
.philosophy .contents-section ul.philosophy-ul {
  font-size: 1.3em;
  text-align: left;
  padding-top: 0;
  margin: 0 auto;
  display: inline-block;
}
.philosophy .contents-section ul.philosophy-ul li {
  margin: 0.75em 0;
  padding-left: 2em;
  position: relative;
}
.philosophy .contents-section ul.philosophy-ul li:before {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
  background: #fff;
  border: solid 1px #bbb;
  content: "";
}
.philosophy .contents-section ul.philosophy-ul li::after {
  width: 0.5em;
  height: 0.3em;
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.25em;
  border-bottom: solid 3px #009D96;
  border-left: solid 3px #009D96;
  border-radius: 1.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.philosophy .contents-section ul.philosophy-ul li::before {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
.philosophy .contents-section ul.philosophy-ul li::after {
  -webkit-transform: translateY(-0.1em) rotate(-45deg);
          transform: translateY(-0.1em) rotate(-45deg);
}

/* history */
.history #headline-area picture {
  text-align: right;
}
.history #headline-area picture img {
  width: 55%;
}

table.history-table {
  font-size: 1.1em;
  border-collapse: collapse;
  vertical-align: top;
}
table.history-table tr {
  border-bottom: dotted 2px #ccc;
}
table.history-table th {
  padding: 2em 3em 2em 1.5em;
}
table.history-table th span {
  font-family: "Segoe UI", "Futura", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 2.2em;
  letter-spacing: 0;
  color: #E14C33;
}
table.history-table td {
  vertical-align: top;
  padding: 2em;
}
table.history-table td dl {
  padding-top: 0.25em;
}
table.history-table td dl dt {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 0.25em;
}
table.history-table td dl dd {
  font-size: 1em;
  letter-spacing: 0;
}
table.history-table td dl dd + dt {
  margin-top: 1em;
}

/* greeting */
.greeting #headline-area picture {
  text-align: right;
}
.greeting #headline-area picture img {
  width: 55%;
}

/* shiten */
.shiten #headline-area picture {
  text-align: right;
}
.shiten #headline-area picture img {
  width: 55%;
}

/* greeting */
.greeting .sign {
  text-align: right;
}
.greeting .sign img {
  height: 2.5em;
}

/* laptop */
@media screen and (min-width: 768px) and (max-width: 990px) {
  .corporate-top-section {
    width: 90%;
  }
}
/* tablet */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .corporate-top-section {
    width: 100%;
  }
}
/* mobile */
@media screen and (max-width: 575px) {
  .corporate-top-section {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corporate-top-section .logo-area {
    width: 100%;
    padding-right: 0;
  }
  .corporate-top-section .logo-area picture {
    text-align: center;
    width: 100%;
    padding: 2em 0;
  }
  .corporate-top-section table {
    width: 100%;
  }
  .corporate-top-section table th,
  .corporate-top-section table td {
    padding: 1.25em 1em;
  }
}