/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(3)::before {
  display: block;
}

main {
  padding-bottom: 0 !important;
}
main section.ttl_section .wrapper h2 {
  width: 280px;
}
main section.s01 {
  padding: 100px 40px 150px;
}
main section.s01 .wrapper {
  padding-top: 50px;
  width: 100%;
  max-width: 1092px;
  margin: 0 auto;
  background-image: url(../../images/wi0101.png);
  background-size: 331.5px auto;
  background-repeat: no-repeat;
  background-position: top 0 right 0;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
main section.s01 .wrapper .works_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 65px;
  gap: 80px 5.8%;
}
main section.s01 .wrapper .works_list li {
  width: 47.1%;
  max-width: 514px;
}
main section.s01 .wrapper .works_list li a {
  display: block;
  text-decoration: none;
  color: #4c4c4c;
}
main section.s01 .wrapper .works_list li a .tmbbox {
  position: relative;
}
main section.s01 .wrapper .works_list li a .tmbbox .base {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .works_list li a .tmbbox .tmb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section.s01 .wrapper .works_list li a .tmbbox .tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
main section.s01 .wrapper .works_list li a .t02 {
  margin-top: 35px;
  font-size: 16px;
  line-height: 24px;
}
main section.s01 .wrapper .works_list li a .t02 span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  background-color: #4c4c4c;
  padding: 4px 5px;
  margin-right: 10px;
}
main section.s01 .wrapper .works_list li a .t03 {
  font-size: 16px;
  line-height: 200%;
  margin-top: 5px;
}
main section.s01 .wrapper .works_list li a .t04 {
  font-size: 19px;
  font-weight: 900;
  line-height: 170%;
  border-top: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  line-height: 140%;
  padding: 12px 0;
  margin-top: 10px;
}
main section.s01 .wrapper .works_list li a .more {
  text-align: right;
  margin-top: 20px;
}
main section.s01 .wrapper .works_list li a .more img {
  width: 112px;
}
main section.s02 {
  background-color: #e7eef5;
  padding: 150px 0;
}
main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
}
main section.s02 .wrapper table {
  width: 100%;
  border: 2px solid #135480;
}
main section.s02 .wrapper table tr {
  background-color: #fff;
}
main section.s02 .wrapper table tr:nth-child(odd) td {
  background-color: #eaeaea;
}
main section.s02 .wrapper table tr th {
  background-color: rgba(13, 80, 146, 0.2);
  text-align: center;
  text-align: center;
  font-size: 16px;
  height: 90px;
  vertical-align: middle;
  border: 1px solid #fff;
  font-weight: 500;
}
main section.s02 .wrapper table tr th.th01 {
  width: 235px;
}
main section.s02 .wrapper table tr th.th02 {
  width: 565px;
}
main section.s02 .wrapper table tr td {
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
  padding: 15px 15px 15px 45px;
  border-right: 1px solid rgba(13, 80, 146, 0.2);
  font-weight: 500;
}
main section.s02 .wrapper table tr td.td03 {
  border: none;
  text-align: center;
  padding: 15px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    padding-bottom: 0 !important;
  }
  main section.ttl_section .wrapper h2 {
    width: 140px;
  }
  main section.s01 {
    padding: 50px 20px;
  }
  main section.s01 .wrapper {
    padding-top: 70px;
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    background-image: url(../../images/wi0101.png);
    background-size: 165px auto;
    background-repeat: no-repeat;
    background-position: top 0 center;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  main section.s01 .wrapper .works_list {
    display: block;
    margin-top: 40px;
  }
  main section.s01 .wrapper .works_list li {
    width: 100%;
    max-width: 100%;
  }
  main section.s01 .wrapper .works_list li + li {
    margin-top: 35px;
  }
  main section.s01 .wrapper .works_list li a {
    display: block;
    text-decoration: none;
    color: #4c4c4c;
  }
  main section.s01 .wrapper .works_list li a .tmbbox {
    position: relative;
  }
  main section.s01 .wrapper .works_list li a .tmbbox .base {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .works_list li a .tmbbox .tmb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  main section.s01 .wrapper .works_list li a .tmbbox .tmb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  main section.s01 .wrapper .works_list li a .t02 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  main section.s01 .wrapper .works_list li a .t02 span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    font-weight: 500;
    background-color: #4c4c4c;
    padding: 4px 5px;
    margin-right: 6px;
  }
  main section.s01 .wrapper .works_list li a .t03 {
    font-size: 14px;
    line-height: 200%;
    margin-top: 3px;
  }
  main section.s01 .wrapper .works_list li a .t04 {
    font-size: 16px;
    font-weight: 900;
    line-height: 170%;
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    line-height: 140%;
    padding: 10px 0;
    margin-top: 6px;
  }
  main section.s01 .wrapper .works_list li a .more {
    text-align: right;
    margin-top: 8px;
  }
  main section.s01 .wrapper .works_list li a .more img {
    width: 100px;
  }
  main section.s02 {
    background-color: #e7eef5;
    padding: 50px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper table {
    width: 100%;
    border: 1px solid #135480;
  }
  main section.s02 .wrapper table tr {
    background-color: #fff;
  }
  main section.s02 .wrapper table tr:nth-child(odd) td {
    background-color: #eaeaea;
  }
  main section.s02 .wrapper table tr th {
    background-color: rgba(13, 80, 146, 0.2);
    text-align: center;
    text-align: center;
    font-size: 13px;
    height: 50px;
    vertical-align: middle;
    border: 1px solid #fff;
    font-weight: 500;
  }
  main section.s02 .wrapper table tr th.th01 {
    width: 120px;
  }
  main section.s02 .wrapper table tr th.th02 {
    width: auto;
  }
  main section.s02 .wrapper table tr th.th03 {
    width: 70px;
  }
  main section.s02 .wrapper table tr td {
    font-size: 12px;
    font-weight: 500;
    vertical-align: top;
    padding: 10px 5px 10px 10px;
    border-right: 1px solid rgba(13, 80, 146, 0.2);
    font-weight: 500;
    letter-spacing: 0;
  }
  main section.s02 .wrapper table tr td.td03 {
    border: none;
    text-align: center;
    padding: 10px 2px;
  }
}
