@charset "UTF-8";
/* ::::::::::  会社概要  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
message
========================================================= */
@media screen and (max-width: 1024px) {
  .message .wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.message .secTitle02 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .message .secTitle02 .mincho {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
.message .messageCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin: 12px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.message .messageCol .left {
  width: 78.4%;
}
@media screen and (max-width: 1024px) {
  .message .messageCol .left {
    width: 100%;
  }
}
.message .messageCol .right {
  width: 116px;
  max-width: 16%;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .message .messageCol .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 285px;
    max-width: 100%;
    margin: 10px auto 0;
    text-align: center;
  }
}
.message .messageCol .right .pic {
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .message .messageCol .right .pic {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .message .messageCol .right .pic img {
    width: 120px;
    height: auto;
  }
}
.message .messageCol .right .name {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .message .messageCol .right .name {
    max-width: calc(100% - 136px);
    padding-bottom: 5px;
  }
  .message .messageCol .right .name img {
    width: 125px;
  }
}
.message .leadText {
  margin-bottom: 20px;
}
.message .name {
  text-align: right;
}
.message .btn {
  margin: 0;
}

/* =========================================================
movie
========================================================= */
.movie {
  position: relative;
  cursor: pointer;
  background: url(../img/company/pic_bg_movie.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .movie {
    background: url(../img/company/pic_bg_movie_sp.jpg) no-repeat center/cover;
  }
}
.movie::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.movie .wrapper {
  padding: 96px 0 96px;
}
@media screen and (max-width: 1024px) {
  .movie .wrapper {
    padding: 60px 0 60px;
  }
}
.movie .secTitle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .movie .secTitle {
    text-align: center;
  }
}
.movie .text {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .movie .text {
    font-size: 2.3rem;
  }
}
.movie .btn .btnLink {
  color: #fff;
}
.movie .btn .btnLink .circle {
  background: #fff;
}

/* =========================================================
company
========================================================= */
.company {
  letter-spacing: 0.03em;
}
.company .wrapper {
  position: relative;
  max-width: 1000px;
  z-index: 1;
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  .company .wrapper {
    max-width: 76%;
    padding-top: 70px;
    padding-bottom: 0;
  }
}
.company .wrapper.pb0 {
  padding-bottom: 0;
}
.company table {
  width: 100%;
  margin-top: 72px;
}
@media screen and (max-width: 1024px) {
  .company table {
    margin-top: 40px;
    border-top: 1px solid #e8e8ea;
  }
}
.company table th,
.company table td {
  padding: 22px 0;
  border-bottom: 1px solid #e8e8ea;
}
@media screen and (max-width: 1024px) {
  .company table th,
  .company table td {
    display: block;
    width: 100%;
    padding: 24px 0;
  }
}
.company table th {
  width: 20%;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .company table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .company table td {
    padding-top: 0;
    border-top: none;
    letter-spacing: 0.01em;
  }
}
.company table td span {
  color: #8a8a8a;
}
.company table a[href$=".pdf"] {
  color: #c8102e;
}
.company table a[href$=".pdf"]:after {
  content: "PDF";
  display: inline-block;
  margin-left: 12px;
  padding: 2px 6px;
  border: 1px solid #c8102e;
  color: #c62b49;
  font-size: 1.2rem;
  line-height: 1.2;
  vertical-align: middle;
}
.company table .link {
  margin-top: 15px;
  font-size: 1.2rem;
}
.company table .link a {
  font-weight: bold;
  white-space: nowrap;
}
.company table .link .arrowMark {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.company .mascot {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .company .mascot {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.company .mascot:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 234px 50vw;
  border-color: #fff #fff #f9f9f9 #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .company .mascot:before {
    bottom: auto;
    top: 0;
    border-width: 21vw 50vw;
  }
}
.company .mascot .wrapper {
  position: relative;
  padding-top: 56px;
  padding-bottom: 0;
}
.company .mascot .secTitle {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company .mascot .secTitle .text_en {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .company .mascot .secTitle .text_en {
    margin-bottom: 15px;
  }
}
.company .mascot .secTitle .line {
  margin-left: 0;
}
.company .mascot .mascot_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .company .mascot .mascot_box {
    display: block;
  }
}
.company .mascot .mascot_box .box_title {
  width: 29.8%;
  padding-top: 26px;
}
@media screen and (max-width: 1024px) {
  .company .mascot .mascot_box .box_title {
    width: 100%;
    padding-top: 0;
  }
}
.company .mascot .mascot_box .box_item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .company .mascot .mascot_box .box_item {
    width: 100%;
    margin-top: 30px;
  }
}
.company .mascot .mascot_box .box_item .img_box {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .company .mascot .mascot_box .box_item .img_box img {
    width: auto;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.company .mascot .mascot_box .box_item .txt02 {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .company .mascot .mascot_box .box_item .txt02 {
    margin-bottom: 5px;
  }
}

/* =========================================================
suppliers
========================================================= */
.suppliers {
  position: relative;
  letter-spacing: 0.03em;
}
.suppliers .wrapper {
  position: relative;
  max-width: 1000px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .suppliers .wrapper {
    max-width: 76%;
  }
}
.suppliers .suppliersList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .suppliers .suppliersList {
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.suppliers .suppliersList .listItem {
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
}
@media screen and (max-width: 1024px) {
  .suppliers .suppliersList .listItem {
    width: 48.6%;
    margin-bottom: 2.8%;
    margin-right: 0;
  }
}
.suppliers .suppliersList .listItem:nth-of-type(4n) {
  margin-right: 0;
}
.suppliers .suppliersList .listItem a {
  display: block;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .suppliers .suppliersList .listItem img {
    width: 100%;
    height: auto;
  }
}

/* =========================================================
download
========================================================= */
.download .wrapper {
  max-width: 1000px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .download .wrapper {
    max-width: 76%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .download .secTitle .text_en {
    letter-spacing: 1px;
  }
}
.download .download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download .download_box .left {
  width: 61%;
}
@media screen and (max-width: 1024px) {
  .download .download_box .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.download .download_box .right {
  width: 35.6%;
}
@media screen and (max-width: 1024px) {
  .download .download_box .right {
    width: 100%;
  }
}
.download .download_box .right hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #d6d6d6;
}
.download .download_box .right .bold {
  font-weight: bold;
}
.download .download_box .right .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download .download_box .right .list li:not(:last-child):after {
  content: "/";
  padding: 0 3px;
}
.download .download_box .right .btn {
  margin-bottom: 0;
}