#machining #greeting-section {
  padding: 150px 0 150px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1480px) {
  #machining #greeting-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #machining #greeting-section {
    width: calc(100% - 16vw);
  }
}
#machining #greeting-section:before, #machining #greeting-section:after {
  content: "";
  position: absolute;
}
#machining #greeting-section:before {
  width: 120px;
  height: 58px;
  background: url(../images/company/greeting-illust02.svg) no-repeat center/contain;
  top: -120px;
  right: 80px;
}
#machining #greeting-section:after {
  width: 152px;
  height: 89px;
  background: url(../images/company/greeting-illust01.svg) no-repeat center/contain;
  top: -180px;
  right: -180px;
}
#machining #greeting-section p {
  font-size: 1.1111111111rem;
}
#machining #greeting-section .bg {
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: -30vw;
}
@media screen and (max-width: 959px) {
  #machining #greeting-section {
    padding: 64px 0;
  }
  #machining #greeting-section:before, #machining #greeting-section:after {
    content: "";
    position: absolute;
  }
  #machining #greeting-section:before {
    width: 120px;
    height: 58px;
    background: url(../images/company/greeting-illust02.svg) no-repeat center/contain;
    top: -60px;
    right: 30px;
  }
  #machining #greeting-section:after {
    width: 152px;
    height: 89px;
    background: url(../images/company/greeting-illust01.svg) no-repeat center/contain;
    top: -90px;
    right: -90px;
  }
  #machining #greeting-section p {
    font-size: 0.8888888889rem;
  }
  #machining #greeting-section .bg {
    position: absolute;
    z-index: -1;
    bottom: -120px;
    right: -30vw;
  }
}
#machining #project-section {
  padding: 240px 0;
  -webkit-clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%);
          clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%);
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
  position: relative;
  z-index: 2;
}
#machining #project-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #machining #project-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #machining #project-section .inner {
    width: calc(100% - 16vw);
  }
}
#machining #project-section .inner .box {
  display: flex;
  margin: 0 0 100px;
}
#machining #project-section .inner .box:last-child {
  margin: 0;
}
#machining #project-section .inner .box .img {
  width: 50%;
  height: 427px;
  margin-right: 64px;
  position: relative;
}
#machining #project-section .inner .box .img::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  width: 100%;
  height: 100%;
  background: #1F2F8E;
  -webkit-clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
          clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
}
#machining #project-section .inner .box .img img {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
          clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
}
#machining #project-section .inner .box .textarea {
  flex: 1;
  color: #fff;
}
#machining #project-section .inner .box .textarea .title {
  font-size: 1.7777777778rem;
  font-weight: 700;
  margin-bottom: 40px;
}
#machining #project-section .inner .box .textarea P {
  margin: 0 0 32px;
}
#machining #project-section .inner .box .textarea P:last-child {
  margin: 0;
}
#machining #project-section .inner .box .textarea .small {
  font-size: 0.8333333333rem;
}
#machining #project-section .inner .box .textarea .etc {
  display: flex;
}
#machining #project-section .inner .box .textarea .etc span {
  flex: 1;
}
#machining #project-section .inner .box .textarea span.etc {
  margin: 0 0 12px;
}
#machining #project-section .inner .box .textarea span.etc:last-child {
  margin: 0;
}
#machining #project-section .inner .box:nth-child(2n) {
  flex-direction: row-reverse;
}
#machining #project-section .inner .box:nth-child(2n) .img {
  margin: 0;
  margin-left: 64px;
}
@media screen and (max-width: 959px) {
  #machining #project-section {
    padding: 104px 0;
    -webkit-clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
            clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
    background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
    color: #fff;
  }
  #machining #project-section .inner .box {
    display: block;
    margin: 0 0 48px;
  }
  #machining #project-section .inner .box:last-child {
    margin: 0;
  }
  #machining #project-section .inner .box::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
  }
  #machining #project-section .inner .box .img {
    width: 100%;
    height: 320px;
    margin: 0 0 32px;
    position: relative;
  }
  #machining #project-section .inner .box .textarea {
    position: relative;
    z-index: 2;
  }
  #machining #project-section .inner .box .textarea .title {
    font-size: 1.4444444444rem;
    font-weight: 700;
    margin-bottom: 32px;
  }
  #machining #project-section .inner .box .textarea P {
    margin: 0 0 24px;
  }
  #machining #project-section .inner .box .textarea P:last-child {
    margin: 0;
  }
  #machining #project-section .inner .box .textarea .small {
    font-size: 0.8333333333rem;
  }
  #machining #project-section .inner .box .textarea .etc {
    display: flex;
  }
  #machining #project-section .inner .box .textarea .etc span {
    flex: 1;
  }
  #machining #project-section .inner .box .textarea span.etc {
    margin: 0 0 12px;
  }
  #machining #project-section .inner .box .textarea span.etc:last-child {
    margin: 0;
  }
  #machining #project-section .inner .box:nth-child(2n) .img {
    margin: 0;
    margin: 0 0 48px;
  }
}
#machining #case-section {
  padding: 150px 0;
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1920px) {
  #machining #case-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #machining #case-section {
    width: calc(100% - 16vw);
  }
}
#machining #case-section .title {
  font-size: 2.8888888889rem;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  color: #1F2F8E;
  margin: 0 0 64px;
}
#machining #case-section .list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 64px;
}
#machining #case-section .list:before {
  content: "";
  width: 212px;
  height: 152px;
  position: absolute;
  right: -30px;
  top: 100px;
  background: url(../images/index/case-illust01.svg) no-repeat center/contain;
}
#machining #case-section .list:after {
  content: "";
  width: 95px;
  height: 50px;
  position: absolute;
  left: -30px;
  bottom: 0;
  background: url(../images/index/case-illust02.svg) no-repeat center/contain;
}
#machining #case-section .list li {
  width: calc(33.3333333333% - 40px);
}
#machining #case-section .list li a {
  display: block;
  position: relative;
}
#machining #case-section .list li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#machining #case-section .list li a span {
  display: block;
}
#machining #case-section .list li a .img {
  position: relative;
  margin: 0 0 28px;
}
#machining #case-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.8%;
}
#machining #case-section .list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#machining #case-section .list li a .list-title {
  font-size: 1.3333333333rem;
  font-weight: 700;
  margin: 0 0 28px;
  padding: 4px 56px 0 0;
  background: url(../images/common/btn-b.svg) no-repeat center right/42px;
  transition: 0.3s;
}
#machining #case-section .list li a .table {
  display: flex;
  padding: 24px 0;
  position: relative;
}
#machining #case-section .list li a .table:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#machining #case-section .list li a .table .table-title {
  width: 116px;
  font-weight: 700;
}
#machining #case-section .list li a .table .table-text {
  flex: 1;
}
#machining #case-section .list li a:hover .list-title {
  background: url(../images/common/btn-b.svg) no-repeat center right 10px/42px;
}
#machining #case-section .button01 {
  text-align: center;
}
#machining #case-section .button01 a {
  text-align: left;
}
@media screen and (max-width: 959px) {
  #machining #case-section {
    padding: 64px 0;
  }
  #machining #case-section .title {
    font-size: 1.5555555556rem;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
    color: #1F2F8E;
    margin: 0 0 32px;
  }
  #machining #case-section .list {
    display: block;
    justify-content: space-between;
    margin: 0 0 32px;
  }
  #machining #case-section .list li {
    width: 100%;
  }
  #machining #case-section .list li:nth-child(2) {
    margin: 40px 0;
  }
  #machining #case-section .list li a {
    display: block;
    position: relative;
  }
  #machining #case-section .list li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
  }
  #machining #case-section .list li a span {
    display: block;
  }
  #machining #case-section .list li a .img {
    margin: 0 0 24px;
  }
  #machining #case-section .list li a .list-title {
    font-size: 1.1666666667rem;
    background: url(../images/common/btn-b.svg) no-repeat center right/32px;
  }
  #machining #case-section .list li a .table {
    padding: 24px 0;
  }
  #machining #case-section .list li a .table .table-title {
    width: 116px;
    font-weight: 700;
  }
  #machining #case-section .list li a .table .table-text {
    flex: 1;
  }
  #machining #case-section .list li a:hover .list-title {
    background: url(../images/common/btn-b.svg) no-repeat center right 10px/32px;
  }
}
#machining #challenge-section {
  position: relative;
  z-index: 1;
  padding: 150px 0;
  z-index: 3;
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1920px) {
  #machining #challenge-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #machining #challenge-section {
    width: calc(100% - 16vw);
  }
}
#machining #challenge-section .img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 120px, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 120px, 100% 0%, 100% 100%, 0% 100%);
  margin-bottom: 80px;
}
#machining #challenge-section .textarea {
  max-width: 1000px;
  margin: 0 auto;
}
#machining #challenge-section .textarea .title {
  margin: 0 0 48px;
  font-size: 2.3333333333rem;
  font-weight: 700;
  color: #1F2F8E;
  text-align: center;
}
#machining #challenge-section .button01 {
  margin-top: 64px;
  text-align: center;
}
#machining #challenge-section .button01 a {
  text-align: left;
}
#machining #challenge-section:before {
  content: "";
  width: 654px;
  height: 279px;
  position: absolute;
  left: -100px;
  top: 20px;
  background: url(../images/founding/challenge-illust.svg) no-repeat center/contain;
}
@media screen and (max-width: 959px) {
  #machining #challenge-section {
    padding: 64px 0;
  }
  #machining #challenge-section .img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-clip-path: polygon(0 40px, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 40px, 100% 0%, 100% 100%, 0% 100%);
    margin-bottom: 40px;
  }
  #machining #challenge-section .textarea {
    max-width: 1000px;
    margin: 0 auto;
  }
  #machining #challenge-section .textarea .title {
    margin: 0 0 32px;
    font-size: 1.4444444444rem;
    font-weight: 700;
    color: #1F2F8E;
    text-align: center;
  }
  #machining #challenge-section:before {
    content: "";
    width: 327px;
    height: 139px;
    position: absolute;
    left: -100px;
    top: -20px;
    background: url(../images/founding/challenge-illust.svg) no-repeat center/contain;
  }
}
#machining .page-list {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
#machining .page-list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#machining .page-list li {
  min-width: 320px;
}
#machining .page-list li:nth-child(2) {
  margin: 0 32px;
}
@media screen and (max-width: 959px) {
  #machining .page-list {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    display: block;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #machining .page-list {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #machining .page-list {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #machining .page-list li:nth-child(2) {
    margin: 16px 0;
  }
}/*# sourceMappingURL=machining.css.map */