@charset "utf-8";

/* progress */

.head_navi li:nth-child(1) > a:after {
  left: 0;
  right: 0;
}

.progress {
  padding-top: 72px;
  padding-bottom: 93px;
}

.about-heading {
  font-size: 38px;
  line-height: 1.3;
}

.progress__lead {
  margin-top: 26px;
  font-size: 20px;
  line-height: 1.5;
  color: #9dadb9;
}

.table {
  width: 100%;
}

table,
td,
th {
  border-collapse: collapse;
}

tr {
  padding-top: 26px;
  padding-bottom: 22px;
  display: inline-block;
  border-top: 1px solid #305e8d;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

tr:last-of-type {
  border-bottom: 1px solid #305e8d;
}

.addimg-num-1,
.addimg-num-2,
.addimg-num-3,
.addimg-num-4 {
  position: relative;
}

.addimg-num-1::after {
  display: inline-block;
  content: "";
  background-image: url(/assets/img/company/company_img01@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 325px;
  height: 186px;
  position: absolute;
  right: 34px;
  top: 26px;
}

.addimg-num-2::after {
  display: inline-block;
  content: "";
  background-image: url(/assets/img/company/company_img02@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 325px;
  height: 186px;
  position: absolute;
  right: 34px;
  top: 25px;
  z-index: 1;
}

.addimg-num-3::after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/img/company/company_img03@2x.png);
  width: 325px;
  height: 186px;
  position: absolute;
  right: 32px;
  top: 70px;
  z-index: 1;
}

.addimg-num-4::after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/img/company/company_img04@2x.png);
  width: 325px;
  height: 186px;
  position: absolute;
  right: 33px;
  bottom: 34%;
  z-index: 1;
}

.addimg-num-4::before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/img/company/company_img-5-6@2x.png);
  width: 325px;
  height: 186px;
  position: absolute;
  right: 33px;
  bottom: 27px;
  z-index: 1;
}

th {
  display: block;
  width: 216px;
}

td {
  display: block;

  width: calc(100% - 216px);
}

.t-head {
  color: #9dadb9;
}

.t-text {
  line-height: 1.875;
  font-size: 16px;
}

.outside-link {
  color: #0279ff;
  text-decoration: underline;
  position: relative;
}

.outside-link::after {
  display: inline-block;
  content: "";
  background-image: url(/assets/img/company/outside_link.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  margin-left: 4px;
}

.t-text:nth-of-type(n + 2) {
  margin-top: 25px;
}

.googlem-map {
  width: 100%;
  height: 474px;
  margin-top: 68px;
}

.googlem-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1120px) {
  .addimg-num-1::after,
  .addimg-num-2::after,
  .addimg-num-3::after,
  .addimg-num-4::after,
  .addimg-num-4::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .progress {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .about-heading {
    font-size: 30px;
  }

  .progress__lead {
    font-size: 16px;
    margin-top: 16px;
  }
  tr {
    display: block;
    padding-top: 16px;
    padding-bottom: 12px;
  }

  th {
    display: block;
    width: 100%;
  }

  td {
    display: block;

    width: 100%;
  }
  .t-text {
    font-size: 14px;
  }

  .t-text:nth-of-type(n + 2) {
    margin-top: 16px;
  }

  .googlem-map {
    height: 200px;
    margin-top: 30px;
  }
}

/* about系の共通----------------------------------- */
.about {
  padding-top: 72px;
  padding-bottom: 125px;
  background-color: #153356;
}
.about_ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.about_main {
  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;
}
.about_box {
  width: 31.5%;
  z-index: 1;
  display: block;
}

.about_img_box {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
}
.about_img_box:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 280px;

  opacity: 0.5;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(21, 51, 85) 0%,
    rgb(2, 121, 255) 76%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(21, 51, 85) 0%,
    rgb(2, 121, 255) 76%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(21, 51, 85) 0%,
    rgb(2, 121, 255) 76%
  );

  transition: opacity 400ms ease;
}
.about_img {
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
  background-size: 100% auto;
  right: 0;
  left: 0;

  height: 100%;
  margin: 0 auto;
}
.about_img1 {
  background-image: url("../img/common/navi_icon1_1.svg");
  width: 114px;
}
.about_img2 {
  background-image: url("../img/common/navi_icon1_2.svg");
  width: 137.5px;
}
.about_img3 {
  background-image: url("../img/common/navi_icon1_4.svg");
  width: 96px;
}
.about_img4 {
  background-image: url("../img/common/navi_icon1_3.svg");
  width: 126px;
}

.about_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
  margin-top: 23px;
}
.about_link_name {
  font-size: 32px;
  line-height: 1.2;
}

/* Manufacturing----------------------------------- */

/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */

/* ホバーアクション ----------------------------------- */
@media screen and (min-width: 641px) {
  /* 共通----------------------------------- */
  .about_box:hover .about_img_box:before {
    opacity: 0.8;
  }
  .about_box:hover .about_img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
  /* 共通----------------------------------- */
  .about_box {
    width: 47.8%;
  }
  .about_box:nth-of-type(n + 3) {
    margin-top: 35px;
  }

  .about_txt {
    height: auto;
    margin-top: 0;
  }
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 640px) {
  /* 共通----------------------------------- */
  .about {
    padding-top: 34px;
    padding-bottom: 64px;
  }

  .about_ttl {
    margin-bottom: 29px;
  }

  .about_box:nth-of-type(n + 3) {
    margin-top: 32px;
  }

  .about_img_box {
    height: 160px;
  }
  .about_img_box:before {
    height: 160px;
  }
  .about_img1 {
    width: 66px;
  }
  .about_img2 {
    width: 77px;
  }
  .about_img3 {
    width: 56px;
  }
  .about_img4 {
    width: 73px;
  }

  .about_txt {
    display: block;
  }

  .about_link_name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    margin-bottom: 12px;
  }
  .about_txt .btn_arrow {
    display: block;
    text-align: right;
  }
}
