@charset "UTF-8";
/* -----------------
pgttl_second
-------------------- */
.pgttl_second .ttl {
  border-color: #fff;
  color: #fff;
}
.pgttl_second .ttl::before {
  background-color: #fff;
}
.pgttl_second .inner {
  background: url(../img/technology/img_pgttl_pc.jpg) center / cover no-repeat;
}

@media screen and (max-width: 768px) {
  .pgttl_second .inner {
    background: url(../img/technology/img_pgttl_sp.jpg) center / cover no-repeat;
  }
}

/* -----------------
technology
-------------------- */
.technology {
  padding-bottom: 0;
}

.technology_ttl {
  font-weight: 700;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
  position: relative;
}

.technology_ttl::before {
  content:"";
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  width: 110px;
  height: 91px;
  background: url(../img/common/point_double_left.png) center / cover no-repeat;
}

.technology_ttl_txt {
  font-size: 2.4rem;
  line-height: 1.79166666666;
}

.technology_ttl_sml_txt {
  font-size: 1.8rem;
  line-height: 2.38888888888;
}

.technology_list {
  padding: 91px 0 299px;
  overflow: hidden;
}

.technology_list img {
  width: 100%;
}

.technology_list .item {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.technology_list .item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.ie .technology_list .item:nth-of-type(odd) .txt_box{
  margin-right: 50px;
}
.ie .technology_list .item:nth-of-type(even) .txt_box{
  margin-left: 50px;
}

.technology_list .item::before {
  content:"";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -100px;
  right: 50px;
  width: calc(100vw + 100vw);
  height: 480px;
  background-color: #EFEFEF;
}

.technology_list .item:nth-of-type(even)::before {
  left: 50px;
  right: auto;
}

.technology_list .item:nth-of-type(n+2) {
  margin-top: 250px;
}

.technology_list .picture_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 730px;
}

.technology_list .picture_list_item:nth-of-type(n+2) {
  margin-top: 20px;
  width: 230px;
}

.technology_list .picture_illust_list {
  position: relative;
  width: 730px;
}

.technology_list .picture_illust_list_item:nth-of-type(1) {
  margin-left: 85px;
  width: 580px;
}

.technology_list .picture_illust_list_item:nth-of-type(n+2){
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 320px;
}

.technology_list .picture_illust_list_item:nth-of-type(3) {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 280px;
}

.technology_list .txt_box {
  padding-top: 12px;
  width: 301px;
}

.technology_list .txt_box_ttl {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.77272727272;
  letter-spacing: .035em;
}
@media screen and (min-width: 769px) {
  .technology_list .txt_box_ttl{
    white-space: nowrap;
  }
}

.technology_list .txt_box_txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .05em;
  margin-top: 16px;
}

.technology_list .txt_box_illust {
  margin: 44px auto 0;
}

.technology_list .item:nth-of-type(n+2):nth-of-type(-n+3) .txt_box_illust {
  width: 240px;
}

.technology_list .item:nth-of-type(4) .txt_box_illust {
  width: 180px;
}

.technology_list .item:nth-of-type(5) .txt_box_illust {
  width: 245px;
}

@media screen and (max-width: 768px) {
  .technology {
    padding-top: 14vw;
  }

  .technology_ttl::before {
    display: none;
  }

  .technology_ttl_txt {
    font-size: 5.866666666vw;
    line-height: 1.68181818181;
  }

  .technology_ttl_sml_txt {
    font-size: 4.266666666vw;
    line-height: 2.3125;
  }

  .technology_list {
    padding: 12vw 0 34.667vw;
  }

  .technology_list .item {
    display: block;
  }

  .technology_list .item::before {
    bottom: -15.333333333vw;
    height: 100%;
  }

  .technology_list .item:nth-of-type(n+2) {
    margin-top: 32.666666666vw;
  }

  .technology_list .picture_list,
  .technology_list .picture_illust_list {
    margin-top: 9.066666666vw;
    width: 100%;
  }

  .technology_list .picture_list_item:nth-of-type(n+2) {
    margin-top: 2.4vw;
    width: 27.2vw;
  }

  .technology_list .picture_list_item:nth-of-type(3) {
    width: 27.466666666vw;
  }

  .technology_list .picture_illust_list_item:nth-of-type(1) {
    margin-left: 9.466666666vw;
    width: 68.8vw;
  }

  .technology_list .picture_illust_list_item:nth-of-type(n+2){
    width: 37.866666666vw;
  }

  .technology_list .picture_illust_list_item:nth-of-type(3) {
    width: 33.333333333vw;
  }

  .technology_list .txt_box {
    padding: 0;
    width: 100%;
  }

  .technology_list .txt_box_ttl {
    font-size: 5.866666666vw;
    line-height: 1.68181818181;
  }

  .technology_list .txt_box_txt {
    font-size: 4.266666666vw;
    margin-top: 4.4vw;
  }

  .technology_list .txt_box_illust {
    display: none;
  }
}

/* -----------------
feature_box
-------------------- */
.feature_box {
  background: #EFEFEF;
}

.feature_box .wrap {
  position: relative;
  padding: 150px 0 121px;
}

.feature_box .wrap::before {
  content:"";
  display: block;
  position: absolute;
  top: -20px;
  right: 95px;
  width: 110px;
  height: 91px;
  background: url(../img/common/point_double_right.png) center / cover no-repeat;
}

.feature_box_ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
}

.feature_box_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 21px;
}

.feature_box_list .item {
  text-align: center;
  position: relative;
  padding: 38px 30px 54px 45px;
  width: 556px;
}

.feature_box_list .item:nth-of-type(odd) {
  padding: 38px 44px 54px 30px;
  width: calc(100% - 556px);
}

.feature_box_list .item:nth-of-type(even)::before,
.feature_box_list .item:nth-of-type(n+3)::after {
  content:"";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 1px;
  height: 165px;
  background: #bbb;
}

.feature_box_list .item:nth-of-type(2)::before {
  height: 147px;
}

.feature_box_list .item:nth-of-type(n+3)::after {
  top: 0;
  width: 540px;
  height: 1px;
}

.feature_box_list .item:nth-of-type(even)::after {
  left: auto;
  right: 0;
}

.feature_box_list .ttl,
.feature_box_list .txt {
  letter-spacing: .05em;
  text-indent: .06em;
  text-align: left;
  display: inline-block;
}

.feature_box_list .ttl {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.77777777777;
}

.feature_box_list .txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .feature_box .wrap {
    padding: 21.333vw 0 19.733vw;
  }

  .feature_box .wrap::before {
    display: none;
  }

  .feature_box_ttl {
    font-size: 5.866666666vw;
  }

  .feature_box_list {
    display: block;
    margin-top: 14.133vw;
  }

  .feature_box_list .item + .item{
    margin-top: 10vw;
  }

  .feature_box_list .item,
  .feature_box_list .item:nth-of-type(odd) {
    padding: 0 25px;
    width: 100%;
  }

  .feature_box_list .item:nth-of-type(even)::before,
  .feature_box_list .item:nth-of-type(n+3)::after {
    display: none;
  }

  .feature_box_list .ttl {
    font-size: 4.8vw;
    text-align: center;
  }

  .feature_box_list .txt {
    font-size: 4.266666666vw;
    margin-top: 4.533vw;
  }
}

/* -----------------
machine_box
-------------------- */
.machine_box .wrap {
  position: relative;
  padding: 150px 0 200px;
}

.machine_box .wrap::before {
  content:"";
  display: block;
  position: absolute;
  top: 60px;
  left: 95px;
  width: 70px;
  height: 71px;
  background: url(../img/common/point_single_right.png) center / cover no-repeat;
}

.machine_box_ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
}

.machine_box_txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .05em;
  text-indent: .06em;
  text-align: center;
  margin-top: 44px;
}

.machine_box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 74px;
}

.machine_box_list .item {
  width: 540px;
  border: 1px solid #3E569B;
  border-radius: 10px;
  overflow: hidden;
}

.machine_box_list .item:nth-of-type(n+3) {
  margin-top: 60px;
}

.machine_box_list img {
  width: 100%;
}

.machine_box_list .txt_box {
  padding: 24px 30px 28px;
}

.machine_box_list .ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: .1em;
}

.machine_box_list .txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .05em;
  margin-top: 9px;
}

.machine_box_sttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
  margin-top: 150px;
}

.machine_box_table {
  margin-top: 40px;
  border: 1px solid #3E569B;
  border-radius: 10px;
}

.machine_box_table table {
  border-collapse: collapse;
  border-spacing: 0;
}

.machine_box_table th,
.machine_box_table td {
  width: 218px;
  border-left: 1px solid #3E569B;
}

.machine_box_table th:nth-of-type(1),
.machine_box_table td:nth-of-type(1) {
  width: 238px;
  border-left: none;
}

.machine_box_table th:nth-of-type(2),
.machine_box_table td:nth-of-type(2) {
  width: 140px;
}

.machine_box_table th:nth-of-type(5),
.machine_box_table td:nth-of-type(5) {
  width: 290px;
}

.machine_box_table th {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #3E569B;
  text-align: center;
  padding: 18.5px 0 20px;
  border-bottom: 1px solid #3E569B;
}
.ie .machine_box_table th{
  padding: 22px 0 16px;
}

.machine_box_table td {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .05em;
  vertical-align: top;
  padding: 14px 30px;
}
.ie .machine_box_table td{
  padding: 16px 30px 12px;
}

.machine_box_table .tbody_tr:nth-of-type(odd) td{
  background: rgba(55,85,160,.1);
}

@media screen and (max-width: 768px) {
  .machine_box .wrap {
    padding: 21.333333333vw 25px;
  }

  .machine_box .wrap::before {
    display: none;
  }

  .machine_box_ttl {
    font-size: 5.866666666vw;
  }

  .machine_box_txt {
    font-size: 4.266666666vw;
    text-align: left;
    margin-top: 9.066666666vw;
  }

  .machine_box_list {
    display: block;
    margin-top: 14.4vw;
  }

  .machine_box_list .item {
    width: 100%;
    border-radius: 2.666666666vw;
  }

  .machine_box_list .item:nth-of-type(n+2) {
    margin-top: 8vw;
  }

  .machine_box_list .txt_box {
    padding: 5.2vw 5.333vw 5.0667vw;
  }

  .machine_box_list .ttl {
    font-size: 5.333333333vw;
  }

  .machine_box_list .txt {
    font-size: 4.266666666vw;
    margin-top: .9333333333vw;
  }

  .machine_box_sttl {
    font-size: 5.333333333vw;
    margin-top: 21.333333333vw;
  }

  .machine_box_table {
    margin-top: 10.667vw;
    height: 120.533333333vw;
    border-radius: 2.666666666vw;
    overflow: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .machine_box_table table {
    table-layout: fixed;
  }

  .machine_box_table th,
  .machine_box_table td {
    width: 58.1333333333vw;
  }

  .machine_box_table th:nth-of-type(1),
  .machine_box_table td:nth-of-type(1) {
    width: 63.466666666vw;
  }

  .machine_box_table th:nth-of-type(2),
  .machine_box_table td:nth-of-type(2) {
    width: 37.333333333vw;
  }

  .machine_box_table th:nth-of-type(5),
  .machine_box_table td:nth-of-type(5) {
    width: 77.333333333vw;
  }

  .machine_box_table th {
    font-size: 5.333333333vw;
    padding: 4.933333333vw 0 5.333333333vw;
  }

  .machine_box_table td {
    font-size: 4.266666666vw;
    padding: 3.733333333vw 8vw;
  }
}

/* -----------------
measurement_box
-------------------- */
.measurement_box {
  background: #EFEFEF;
}

.measurement_box .wrap {
  position: relative;
  padding: 150px 0 200px;
}

.measurement_box .wrap::before{
  content:"";
  display: block;
  position: absolute;
  top: 60px;
  right: 92px;
  width: 70px;
  height: 71px;
  background: url(../img/common/point_single_left.png) center / cover no-repeat;
}

.measurement_box_sttl._02{
  position: relative;
}
.measurement_box_sttl._02::after{
  content:"";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 111px;
  height: 92px;
  background: url(../img/common/point_double_left.png) center / cover no-repeat;
}

.measurement_box_ttl,
.measurement_box_sttl {
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
}

.measurement_box_ttl {
  font-size: 2.4rem;
}

.measurement_box_sttl {
  font-size: 2rem;
}

.measurement_box_sttl._01 {
  margin-top: 40px;
}

.measurement_box_sttl._02 {
  margin-top: 144px;
}

.measurement_box_txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .05em;
  text-indent: .06em;
  text-align: center;
}

.measurement_box_txt._01 {
  margin-top: 44px;
}

.measurement_box_txt._02 {
  margin-top: 14px;
}

.measurement_box_img {
  margin: 74px auto 0;
  width: 920px;
  border-radius: 20px;
  overflow: hidden;
}

.measurement_box_img img {
  width: 100%;
}

.measurement_box_table {
  position: relative;
  margin-top: 40px;
  border: 1px solid #3E569B;
  border-radius: 10px;
  overflow: hidden;
}

.measurement_box_table::before {
  content:"";
  display: block;
  position: absolute;
  top: -141px;
  left: 0;
  width: 110px;
  height: 91px;
  background: url(../img/common/point_double_left.png) center / cover no-repeat;
}

.measurement_box_table table {
  border-collapse: collapse;
  border-spacing: 0;
}

.measurement_box_table th,
.measurement_box_table td {
  width: 378px;
  border-left: 1px solid #3E569B;
}

.measurement_box_table th:nth-of-type(1),
.measurement_box_table td:nth-of-type(1) {
  border-left: none;
}

.measurement_box_table th:nth-of-type(2),
.measurement_box_table td:nth-of-type(2) {
  width: 139px;
}

.measurement_box_table th:nth-of-type(3),
.measurement_box_table td:nth-of-type(3) {
  width: 210px;
}

.measurement_box_table th {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #3E569B;
  text-align: center;
  padding: 18.5px 0 20px;
  border-bottom: 1px solid #3E569B;
}
.ie .measurement_box_table th{
  padding: 22px 0 16px;
}

.measurement_box_table td,
.measurement_box_table .td_txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .05em;
}

.measurement_box_table td {
  vertical-align: top;
  padding: 14px 30px;
}
.ie .measurement_box_table td{
  padding: 16px 30px 12px;
}

.measurement_box_table .td_txt + .td_txt {
  margin-top: 8px;
}
.measurement_box_table .td_txt.space01 {
  margin-top: calc(16px + 5.25em);
}

.measurement_box_table .tbody_tr:nth-of-type(odd) td{
  background: rgba(55,85,160,.1);
}
.measurement_box_table .tbody_tr:nth-of-type(even) td{
  background: #fff;
}
.measurement_box_table th{
  background: #fff;
}

@media screen and (max-width: 768px) {
  .measurement_box .wrap {
    padding: 21.333333333vw 25px;
  }

  .measurement_box .wrap::before,
  .measurement_box_sttl._02::after {
    display: none;
  }

  .measurement_box_ttl {
    font-size: 5.866666666vw;
  }

  .measurement_box_sttl {
    font-size: 5.333333333vw;
  }

  .measurement_box_sttl._01 {
    margin-top: 8vw;
  }

  .measurement_box_sttl._02 {
    margin-top: 19.733vw;
  }

  .measurement_box_txt {
    font-size: 4.266666666vw;
    text-align: left;
  }

  .measurement_box_txt._01 {
    margin-top: 9.067vw;
  }

  .measurement_box_txt._02 {
    margin-top: 3.733vw;
  }

  .measurement_box_img {
    margin-top: 9.067vw;
    width: 100%;
    border-radius: 2.666666666vw;
  }

  .measurement_box_table {
    margin-top: 10.667vw;
    height: 120.533333333vw;
    border-radius: 2.666666666vw;
    overflow: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .measurement_box_table::before {
    display: none;
  }

  .measurement_box_table table {
    table-layout: fixed;
  }

  .measurement_box_table th,
  .measurement_box_table td {
    width: 100.8vw;
  }

  .measurement_box_table th:nth-of-type(2),
  .measurement_box_table td:nth-of-type(2) {
    width: 37.066666666vw;
  }

  .measurement_box_table th:nth-of-type(3),
  .measurement_box_table td:nth-of-type(3) {
    width: 56vw;
  }

  .measurement_box_table th {
    font-size: 5.333333333vw;
    padding: 4.933vw 0 5.333vw;
  }

  .measurement_box_table td,
  .measurement_box_table .td_txt {
    font-size: 4.266666666vw;
  }

  .measurement_box_table td {
    padding: 3.733vw 8vw;
  }

  .measurement_box_table .td_txt + .td_txt {
    margin-top: 2.133333333vw;
  }
  .measurement_box_table .td_txt.space01 {
    margin-top: calc(4.266666666vw + 5.25em);
  }
}

/* -----------------
link_box
-------------------- */
.link_box {
  padding: 140px 0 110px;
  background: url(../img/technology/link_box_bg_pc.jpg) center / cover no-repeat;
}

.link_box_ttl {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: .05em;
  text-indent: .06em;
  color: #fff;
  text-align: center;
}

.link_box .btn {
  margin-top: 38px;
}

.link_box .btn a {
  letter-spacing: .05em;
  text-indent: .06em;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  border: solid 1px#fff;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);
}

.link_box .btn a::before,
.link_box .btn a::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .link_box {
    padding: 18.666666666vw 0;
    background: url(../img/technology/link_box_bg_sp.jpg) center / cover no-repeat;
  }

  .link_box_ttl {
    font-size: 5.866666666vw;
  }

  .link_box .btn {
    margin-top: 7.467vw;
  }

  .link_box .btn a {
    font-size: 4.2vw;
    width: 48vw;
    height: 10.6vw;
    border-radius: 5.3vw;
  }
}