/* about
---------------------------------------------------------- */

/* ----- key ----- */

.about .c-key {
  background-image: url(../img/about/img_key.jpg);
  background-position: center;
}

/*top_bg*/
.about_bg_pic {
  display: flex;
  justify-content: space-between;
}

.about_bg_pic li {
  width: calc(100% / 3);
  height: 300px;
  background-image: url(../img/about/bg_about01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.about_bg_pic li:nth-child(2) {
  background-image: url(../img/about/bg_about02.jpg);
  background-position: center 20%;
}

.about_bg_pic li:nth-child(3) {
  background-image: url(../img/about/bg_about03.jpg);
  background-position: center 20%;
}

/*cont01*/
#sec01 .c-ttl_sec {
  margin-bottom: 40px;
}

#cont01 .p-about_txt {
  background-color: #fff;
  margin-top: -130px;
  display: inline-block;
  position: relative;
  padding: 50px;
  width: auto;
  box-shadow: 10px 4px 10px rgba(221, 221, 221, 0.41);
}

.p-about_txt_mid {
  font-size: 20px;
  font-size: 2.0rem;
  margin-top: 25px;
  line-height: 1.6;
  font-family: A1 Mincho, serif;
}

/*cont02*/
.p-about_inner {
  display: flex;
  justify-content: space-between;
}

.p-about_inner_img {
  width: calc(60% - 35px);

}

.p-about_inner_txt {
  width: 40%;
}

#cont02 .name {
  color: #cca42f;
  font-weight: bold;
}

/*cont03*/
#cont03 .c-ttl_main {
  text-align: center;
}


.p-index_technology_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-index_technology_list li {
  width: 49%;
}

.p-index_technology_list > li:nth-of-type(3) {
  width: 100%;
  margin-top: 50px;
}

.p-index_technology_pos li {
  position: relative;
  margin-bottom: 50px;
}

.p-index_technology_pos p {
  display: inline-block;
  color: #888;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 90px;
  min-width: 280px;
  text-align: center;
  color: #fff;
  background-color: rgba(22, 25, 92, 0.2);
  position: absolute;
  bottom: -20px;
  right: 0;
  font-family: serif;
  padding: 0 20px;
}

.p-index_technology_list li:nth-of-type(3) .p-index_technology_txt {
  text-align: center;
}

.p-index_technology_list li img {
  margin-bottom: 20px;
}

.p-index_technology_ttl-main {
  font-weight: bold;
  color: #16195c;
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  text-align: center;
}

.p-index_technology_ttl-sub {
  font-weight: bold;
  color: #353694;
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  margin-bottom: 15px;
  margin-top: -5px;
  text-align: center;
}

.p-index_technology_txt {
  text-align: left;
  width: 94%;
  margin: auto;
}

.p-index_technology_table {
  width: 700px;
  margin: 25px auto;
}

.p-index_technology_table + small {
  text-align: right;
  display: block;
  width: 700px;
  margin: auto;
  margin-top: -10px;
}

.p-index_technology_table th,
.p-index_technology_table td {
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  border: solid 1px #ddd;
}

.p-index_technology_table tr:nth-child(1) {
  background-color: #16195c;
  color: #fff;
}

.p-index_technology_table tr th:nth-of-type(1) {
  text-align: left;
  padding: 0 0 0 40px;
}

.p-index_technology_table tr td:nth-of-type(1) {
  background-color: #f1f4f5;
  width: 30%;
}

.p-index_technology_table tr td:nth-of-type(2) {
  background-color: #e1edf2;
  color: #353694;
  width: 30%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.slick-dots li {
  padding: 0;
  margin: 0;
  width: auto;
  margin: 0 4px;
}

.slick-dots li button {
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  border: solid 1px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0);
  text-indent: -9999px;
  appearance: none;
}

.slick-dots .slick-active button {
  background-color: #353694;
}




/* =================================
 SP first
================================= */

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

  /* ----- key ----- */

  .first .c-key {
    background-position: 88% center;
  }


  /*top_bg*/
  .about_bg_pic li {
    height: 80px;
  }

  .about_bg_pic li:nth-child(2) {
    background-image: url(../img/about/bg_about02.jpg);
    background-position: center 20%;
  }

  .about_bg_pic li:nth-child(3) {
    background-image: url(../img/about/bg_about03.jpg);
    background-position: center 20%;
  }

  /*cont01*/
  #sec01 .c-ttl_sec {
    margin-bottom: 40px;
  }

  #cont01 .p-about_txt {
    background-color: #fff;
    margin-top: 0px;
    display: inline-block;
    position: relative;
    padding: 20px;
    width: auto;
    box-shadow: 10px 4px 10px rgba(221, 221, 221, 0.41);
  }

  .p-about_txt_mid {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 25px;
    line-height: 1.6;
    font-family: A1 Mincho, serif;
  }

  /*cont02*/
  .p-about_inner {
    flex-direction: column-reverse;
  }

  .p-about_inner_img {
    width: 100%;
    margin: auto;
  }

  .p-about_inner_txt {
    width: 100%;
    margin-top: 10px;
  }

  #cont02 .name {
    color: #cca42f;
    font-weight: bold;
  }


  /*cont03*/

  .p-index_technology_list {
    flex-direction: column;
  }

  .p-index_technology_list > li {
    width: 100%;
  }

  .p-index_technology_list li:nth-child(1) {
    margin-bottom: 30px;
  }

  .p-index_technology_list > li:nth-of-type(3) {
    width: 100%;
    margin-top: 30px;
  }

  .p-index_technology_pos {
    position: relative;
    margin-bottom: 30px;
  }

  .p-index_technology_pos p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 44px;
    min-width: 120px;
  }


  .p-index_technology_list li img {
    margin-bottom: 20px;
  }

  .p-index_technology_ttl-main {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-index_technology_ttl-sub {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-top: -3px;
  }

  .p-index_technology_txt {
    text-align: left;
    width: 94%;
    margin: auto;
  }

  .p-index_technology_table {
    width: 100%;
    margin: 25px auto;
  }

  .p-index_technology_table + small {
    width: 100%;
  }

  .p-index_technology_table th,
  .p-index_technology_table td {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .p-index_technology_table tr:nth-child(1) {
    background-color: #16195c;
    color: #fff;
  }

  .p-index_technology_table tr th:nth-of-type(1) {
    padding: 0 0 0 1em;
  }

  .p-index_technology_table tr td:nth-of-type(1) {
    background-color: #f1f4f5;
    width: 30%;
  }

  .p-index_technology_table tr td:nth-of-type(2) {
    background-color: #e1edf2;
    color: #353694;
    width: 30%;
  }

  .slick-dots li button {
    display: block;
    padding: 0;
    width: 6px;
    height: 6px;
  }

  .slick-dots li {
    margin: 0 3px;
  }
}


/* =================================
 iphone5s,SE first
================================= */

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