#founding #greeting-section {
  padding: 150px 0 150px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1480px) {
  #founding #greeting-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #founding #greeting-section {
    width: calc(100% - 16vw);
  }
}
#founding #greeting-section .img {
  width: 50%;
  margin-right: 64px;
  -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%);
}
#founding #greeting-section .img img {
  display: block;
}
#founding #greeting-section .text {
  flex: 1;
}
#founding #greeting-section .text p {
  margin: 0 0 32px;
}
#founding #greeting-section .text p:last-child {
  margin: 0;
}
#founding #greeting-section:before, #founding #greeting-section:after {
  content: "";
  position: absolute;
}
#founding #greeting-section:before {
  width: 120px;
  height: 58px;
  background: url(../images/company/greeting-illust02.svg) no-repeat center/contain;
  top: -120px;
  right: 80px;
}
#founding #greeting-section:after {
  width: 152px;
  height: 89px;
  background: url(../images/company/greeting-illust01.svg) no-repeat center/contain;
  top: -180px;
  right: -180px;
}
#founding #greeting-section .bg {
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: -30vw;
}
@media screen and (max-width: 959px) {
  #founding #greeting-section {
    padding: 64px 0;
    display: block;
  }
  #founding #greeting-section .img {
    width: 100%;
    margin: 0 0 40px;
    -webkit-clip-path: polygon(0 24px, 100% 0%, 100% calc(100% - 24px), 0% 100%);
            clip-path: polygon(0 24px, 100% 0%, 100% calc(100% - 24px), 0% 100%);
  }
  #founding #greeting-section .text {
    flex: 1;
  }
  #founding #greeting-section .text p {
    margin: 0 0 24px;
  }
  #founding #greeting-section .text p:last-child {
    margin: 0;
  }
  #founding #greeting-section:before, #founding #greeting-section:after {
    content: "";
    position: absolute;
  }
  #founding #greeting-section:before {
    width: 120px;
    height: 58px;
    background: url(../images/company/greeting-illust02.svg) no-repeat center/contain;
    top: -60px;
    right: 30px;
  }
  #founding #greeting-section:after {
    width: 152px;
    height: 89px;
    background: url(../images/company/greeting-illust01.svg) no-repeat center/contain;
    top: -90px;
    right: -90px;
  }
  #founding #greeting-section .bg {
    position: absolute;
    z-index: -1;
    bottom: -120px;
    right: -30vw;
  }
}
#founding #history-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;
}
#founding #history-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 1480px) {
  #founding #history-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #founding #history-section .inner {
    width: calc(100% - 16vw);
  }
}
#founding #history-section .inner .textarea {
  width: 50%;
  margin-right: 64px;
}
#founding #history-section .inner .textarea dl {
  display: flex;
  align-items: flex-start;
  padding: 0 0 80px;
  position: relative;
}
#founding #history-section .inner .textarea dl:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 80px;
  background: #fff;
}
#founding #history-section .inner .textarea dl:last-child {
  padding: 0;
}
#founding #history-section .inner .textarea dl:last-child:before {
  content: none;
}
#founding #history-section .inner .textarea dl dt {
  background: #fff;
  font-weight: 700;
  font-size: 1.1666666667rem;
  width: 160px;
  padding: 12px 0;
  margin-right: 48px;
  text-align: center;
  color: #1F2F8E;
}
#founding #history-section .inner .textarea dl dd {
  padding: 16px 0 0;
  color: #fff;
  flex: 1;
}
#founding #history-section .inner .imgarea {
  flex: 1;
}
#founding #history-section .inner .imgarea .img {
  position: relative;
  margin: 0 0 100px;
  width: auto;
  height: 400px;
}
#founding #history-section .inner .imgarea .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%);
}
#founding #history-section .inner .imgarea .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%);
}
#founding #history-section .inner .imgarea .img:last-child {
  margin: 0;
}
@media screen and (max-width: 959px) {
  #founding #history-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;
  }
  #founding #history-section .inner .textarea {
    width: 100%;
    margin-right: 0;
  }
  #founding #history-section .inner .textarea dl {
    display: flex;
    align-items: flex-start;
    padding: 0 0 40px;
    position: relative;
  }
  #founding #history-section .inner .textarea dl:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50px;
    background: #fff;
  }
  #founding #history-section .inner .textarea dl:last-child {
    padding: 0;
  }
  #founding #history-section .inner .textarea dl:last-child:before {
    content: none;
  }
  #founding #history-section .inner .textarea dl dt {
    background: #fff;
    font-weight: 700;
    font-size: 1rem;
    width: 100px;
    padding: 12px 0;
    margin-right: 24px;
    text-align: center;
    color: #1F2F8E;
  }
  #founding #history-section .inner .textarea dl dd {
    padding: 16px 0 0;
    color: #fff;
    flex: 1;
    font-size: 0.8888888889rem;
  }
  #founding #history-section .inner .imgarea {
    display: none;
  }
}
#founding #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) {
  #founding #challenge-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #founding #challenge-section {
    width: calc(100% - 16vw);
  }
}
#founding #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;
}
#founding #challenge-section .textarea {
  max-width: 1000px;
  margin: 0 auto;
}
#founding #challenge-section .textarea .title {
  margin: 0 0 48px;
  font-size: 2.3333333333rem;
  font-weight: 700;
  color: #1F2F8E;
  text-align: center;
}
#founding #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;
}
#founding #challenge-section:after {
  content: "";
  width: 1165px;
  height: 624px;
  background: url(../images/common/bg_pattern01.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #founding #challenge-section {
    padding: 64px 0;
  }
  #founding #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;
  }
  #founding #challenge-section .textarea {
    max-width: 1000px;
    margin: 0 auto;
  }
  #founding #challenge-section .textarea .title {
    margin: 0 0 32px;
    font-size: 1.4444444444rem;
    font-weight: 700;
    color: #1F2F8E;
    text-align: center;
  }
  #founding #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;
  }
}
#founding .page-list {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
#founding .page-list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#founding .page-list li {
  min-width: 320px;
}
#founding .page-list li:nth-child(2) {
  margin: 0 32px;
}
@media screen and (max-width: 959px) {
  #founding .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) {
  #founding .page-list {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #founding .page-list {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #founding .page-list li:nth-child(2) {
    margin: 16px 0;
  }
}/*# sourceMappingURL=founding.css.map */