#top #firstview {
  position: relative;
  height: 920px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 800px, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 800px, 0% 100%);
  /*
  .text {
  	width: 580px;
  	left: 50vw;
  	top: calc(205px + 0.1vw);
  	opacity: 0.5;
  	margin-left: -290px;
  }
  	*/
}
#top #firstview .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #firstview .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #firstview .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #firstview .bg .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/mv_overlay.png);
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 2px 2px;
  z-index: 0;
}
#top #firstview .text, #top #firstview .illust, #top #firstview .slider {
  position: absolute;
  z-index: 2;
}
#top #firstview .text {
  width: 900px;
  left: 50vw;
  top: calc(250px + 0.1vw);
  opacity: 0.5;
  margin-left: -450px;
}
#top #firstview .illust {
  width: 61.354vw;
  right: -13.542vw;
  bottom: 0;
}
#top #firstview .slider {
  width: 42vw;
  height: 42vw;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 3vw;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 4;
}
#top #firstview .slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  #top #firstview {
    position: relative;
    height: auto;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
    /*
    .text {
         width: 100vw;
         display: block;
         text-align: center;
         position: static;
         padding: 15vw 15vw 8vw;
    	margin-left: 0;
    }
    	*/
  }
  #top #firstview .bg {
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #top #firstview .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #firstview .bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #firstview .text, #top #firstview .illust, #top #firstview .slider {
    position: absolute;
    z-index: 2;
  }
  #top #firstview .illust {
    z-index: 0;
  }
  #top #firstview .text {
    width: 100vw;
    display: block;
    text-align: center;
    position: static;
    padding: 30vw 5vw 35vw;
    margin-left: 0;
  }
  #top #firstview .illust {
    width: 61.354vw;
    right: -13.542vw;
    bottom: 0;
  }
  #top #firstview .slider {
    width: 32vw;
    height: 32vw;
    margin: 0;
    top: auto;
    top: calc(100px + 13vw);
    right: 3vw;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 4;
  }
  #top #firstview .slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top #concept-section {
  position: relative;
  z-index: 2;
  padding: 150px 0;
}
#top #concept-section .inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1480px) {
  #top #concept-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #concept-section .inner {
    width: calc(100% - 16vw);
  }
}
#top #concept-section .inner .textbox {
  width: 50%;
}
#top #concept-section .inner .textbox .title {
  font-size: 2.4444444444rem;
  line-height: 1.35;
  font-weight: 700;
  color: #1F2F8E;
  margin: 0 0 64px;
}
#top #concept-section .inner .textbox .text {
  margin: 0 0 64px;
}
#top #concept-section .inner .textbox .text p {
  margin: 0 0 32px;
}
#top #concept-section .inner .textbox .text p:last-child {
  margin: 0;
}
#top #concept-section .inner .imgbox0 {
  position: absolute;
  width: 954px;
  top: -240px;
  right: calc(50% + 17px);
}
@media screen and (min-width: 1700px) {
  #top #concept-section .inner .imgbox0 {
    width: calc(50vw + 102px);
    top: -14vw;
  }
}
@media screen and (min-width: 1700px) and (min-width: 1966px) {
  #top #concept-section .inner .imgbox0 {
    width: 1085px;
    top: -275px;
  }
}
@media screen and (max-width: 959px) {
  #top #concept-section .inner .imgbox0 {
    position: relative;
    width: 133%;
    max-width: 133%;
    min-width: 133%;
    top: 0;
    right: 0;
    margin: -18vw 0 -18vw -11vw;
  }
}
#top #concept-section .inner .imgbox0 .img00 {
  width: 100%;
  height: auto;
}
#top #concept-section .inner .imgbox {
  position: absolute;
  width: calc(50vw - 164px);
  right: calc(50% + 64px);
}
#top #concept-section .inner .imgbox img {
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#top #concept-section .inner .imgbox .img01 {
  width: 28.646vw;
  height: auto;
  top: -6vw;
  right: 13.542vw;
}
#top #concept-section .inner .imgbox .img02 {
  width: 20.313vw;
  height: auto;
  top: -13vw;
  right: 3.542vw;
}
#top #concept-section .inner .imgbox .img03 {
  width: 22.813vw;
  height: auto;
  top: 7vw;
  right: 0;
}
#top #concept-section .inner .pattern01 {
  top: -124px;
  left: calc(100% - 8px);
}
#top #concept-section .inner .pattern02 {
  bottom: -110px;
  left: -270px;
}
#top #concept-section .bg {
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: -30vw;
}
#top #concept-section .pattern01, #top #concept-section .pattern02 {
  position: absolute;
}
@media screen and (max-width: 959px) {
  #top #concept-section {
    position: relative;
    z-index: 2;
    padding: 64px 0;
  }
  #top #concept-section .inner {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #top #concept-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #top #concept-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #top #concept-section .inner .textbox {
    width: 100%;
    margin-bottom: 2em;
  }
  #top #concept-section .inner .textbox .title {
    font-size: 1.5555555556rem;
    line-height: 1.35;
    font-weight: 700;
    color: #1F2F8E;
    margin: 0 0 32px;
  }
  #top #concept-section .inner .textbox .text {
    margin: 0 0 40px;
  }
  #top #concept-section .inner .textbox .text p {
    margin: 0 0 24px;
  }
  #top #concept-section .inner .textbox .text p:last-child {
    margin: 0;
  }
  #top #concept-section .inner .imgbox {
    position: relative;
    width: 100%;
    right: auto;
    margin-bottom: 40px;
  }
  #top #concept-section .inner .imgbox img {
    display: block;
    position: static;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  #top #concept-section .inner .imgbox .img01 {
    width: 67%;
    height: auto;
    top: -44vw;
    right: -15.458vw;
  }
  #top #concept-section .inner .imgbox .img02 {
    width: 33%;
    height: 50%;
    top: 0;
    right: 0;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #concept-section .inner .imgbox .img03 {
    width: 33%;
    height: 50%;
    top: auto;
    bottom: 0;
    right: 0;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #concept-section .inner .pattern01 {
    top: -70px;
    left: calc(100% - 8px);
  }
  #top #concept-section .inner .pattern02 {
    bottom: -110px;
    left: -270px;
  }
  #top #concept-section .bg {
    position: absolute;
    z-index: -1;
    bottom: -70px;
    right: -20vw;
  }
  #top #concept-section .pattern01, #top #concept-section .pattern02 {
    position: absolute;
  }
}
#top #service-section {
  position: relative;
  z-index: 1;
  padding: 240px 0;
  z-index: 3;
  -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%);
}
#top #service-section:before {
  content: "";
  width: 70px;
  height: 29px;
  position: absolute;
  left: 40px;
  bottom: 100px;
  background: url(../images/index/service-illst02.svg) no-repeat center/contain;
}
#top #service-section .titlearea {
  position: relative;
  display: flex;
  color: #fff;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1480px) {
  #top #service-section .titlearea {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #service-section .titlearea {
    width: calc(100% - 16vw);
  }
}
#top #service-section .titlearea:before {
  content: "";
  width: 152px;
  height: 155px;
  position: absolute;
  left: 100%;
  top: -100px;
  background: url(../images/index/service-illst01.svg) no-repeat center/contain;
}
#top #service-section .titlearea .title {
  font-weight: 700;
  font-size: 2.8888888889rem;
}
#top #service-section .titlearea .text {
  flex: 1;
  margin: 40px 0 0 40px;
  font-size: 1.1111111111rem;
  font-weight: 700;
}
#top #service-section .list {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #top #service-section .list {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #service-section .list {
    width: calc(100% - 16vw);
  }
}
#top #service-section .list li {
  width: calc(25% - 70px);
  position: relative;
}
#top #service-section .list li:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/common/mark-plus.svg) center/cover;
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  right: -60px;
  top: 50%;
}
#top #service-section .list li:last-child::before {
  content: none;
}
#top #service-section .list li:first-child {
  margin-top: 120px;
}
#top #service-section .list li:nth-child(2) {
  margin-top: 200px;
}
#top #service-section .list li:nth-child(3) {
  margin-top: 80px;
}
#top #service-section .list li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 0 114px;
}
#top #service-section .list li a:hover {
  opacity: 0.677777;
}
#top #service-section .list li .title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 32px 16px;
  position: absolute;
  top: -100px;
  left: 0;
  color: #1F2F8E;
  background: #fff;
  font-weight: 700;
  z-index: 2;
  font-size: 1rem;
  transform: translateX(-50%);
}
#top #service-section .list li .img {
  display: block;
  position: relative;
}
#top #service-section .list li .img:before {
  content: "";
  display: block;
  padding: 0 0 141.2%;
}
#top #service-section .list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #service-section .list li .text {
  margin-top: 24px;
  color: #fff;
  font-size: 0.8888888889rem;
  display: block;
}
#top #service-section .list li .text span {
  margin-top: 16px;
  display: block;
  font-size: 0.7222222222rem;
}
#top #service-section .list li .button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  color: #fff;
  padding: 16px 76px 16px 0;
  background: url(../images/common/btn-w.svg) no-repeat center right/contain;
}
#top #service-section .bg {
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: -10vw;
}
@media screen and (max-width: 1349px) {
  #top #service-section .list {
    flex-wrap: wrap;
  }
  #top #service-section .list li {
    width: calc(50% - 50px);
  }
  #top #service-section .list li:before {
    content: none;
  }
  #top #service-section .list li:last-child {
    margin-top: 120px;
  }
  #top #service-section .list li:first-child {
    margin-top: 120px;
  }
  #top #service-section .list li:nth-child(2) {
    margin-top: 120px;
  }
  #top #service-section .list li:nth-child(3) {
    margin-top: 120px;
  }
  #top #service-section .list li a {
    position: relative;
  }
  #top #service-section .list li .title {
    writing-mode: vertical-rl;
    padding: 32px 16px;
    position: absolute;
    top: -100px;
    left: 0;
    color: #1F2F8E;
    background: #fff;
    font-weight: 700;
    z-index: 2;
    font-size: 1.1666666667rem;
    transform: translateX(-50%);
  }
  #top #service-section .list li .img {
    display: block;
    position: relative;
  }
  #top #service-section .list li .img:before {
    content: "";
    display: block;
    padding: 0 0 70.8%;
  }
  #top #service-section .list li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 959px) {
  #top #service-section {
    -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%);
    padding: 110px 0;
  }
  #top #service-section .titlearea {
    position: relative;
    display: block;
    margin-bottom: 48px;
  }
  #top #service-section .titlearea .title {
    font-weight: 700;
    font-size: 1.5555555556rem;
  }
  #top #service-section .titlearea .text {
    flex: 1;
    margin: 16px 0 0 24px;
    font-size: 1rem;
    font-weight: 700;
  }
  #top #service-section .list {
    flex-wrap: wrap;
  }
  #top #service-section .list li {
    width: 100%;
  }
  #top #service-section .list li:last-child {
    margin-top: 60px;
  }
  #top #service-section .list li:first-child {
    margin-top: 60px;
  }
  #top #service-section .list li:nth-child(2) {
    margin-top: 60px;
  }
  #top #service-section .list li:nth-child(3) {
    margin-top: 60px;
  }
  #top #service-section .list li a {
    position: relative;
    padding: 0 0 80px;
  }
  #top #service-section .list li .title {
    writing-mode: vertical-rl;
    padding: 16px 8px;
    position: absolute;
    top: -40px;
    left: 8px;
    color: #1F2F8E;
    background: #fff;
    font-weight: 700;
    z-index: 2;
    font-size: 0.8888888889rem;
    transform: translateX(calc);
  }
  #top #service-section .list li .img {
    display: block;
    position: relative;
  }
  #top #service-section .list li .img:before {
    content: "";
    display: block;
    padding: 0 0 70.8%;
  }
  #top #service-section .list li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #service-section .bg {
    position: absolute;
    z-index: -1;
    bottom: -40px;
    right: -10vw;
  }
}
#top #case-section {
  padding: 150px 0;
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1920px) {
  #top #case-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #case-section {
    width: calc(100% - 16vw);
  }
}
#top #case-section .title {
  font-size: 2.8888888889rem;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  color: #1F2F8E;
  margin: 0 0 64px;
}
#top #case-section .list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 64px;
}
#top #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;
}
#top #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;
}
#top #case-section .list li {
  width: calc(33.3333333333% - 40px);
}
#top #case-section .list li a {
  display: block;
  position: relative;
}
#top #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%);
}
#top #case-section .list li a span {
  display: block;
}
#top #case-section .list li a .img {
  position: relative;
  margin: 0 0 28px;
}
#top #case-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.8%;
}
#top #case-section .list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#top #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;
}
#top #case-section .list li a .table {
  display: flex;
  padding: 24px 0;
  position: relative;
}
#top #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%);
}
#top #case-section .list li a .table .table-title {
  width: 116px;
  font-weight: 700;
}
#top #case-section .list li a .table .table-text {
  flex: 1;
}
#top #case-section .list li a:hover .list-title {
  background: url(../images/common/btn-b.svg) no-repeat center right 10px/42px;
}
#top #case-section .button01 {
  text-align: center;
}
#top #case-section .button01 a {
  text-align: left;
}
@media screen and (max-width: 959px) {
  #top #case-section {
    padding: 64px 0;
  }
  #top #case-section .title {
    font-size: 1.5555555556rem;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
    color: #1F2F8E;
    margin: 0 0 32px;
  }
  #top #case-section .list {
    display: block;
    justify-content: space-between;
    margin: 0 0 32px;
  }
  #top #case-section .list li {
    width: 100%;
  }
  #top #case-section .list li:nth-child(2) {
    margin: 40px 0;
  }
  #top #case-section .list li a {
    display: block;
    position: relative;
  }
  #top #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%);
  }
  #top #case-section .list li a span {
    display: block;
  }
  #top #case-section .list li a .img {
    margin: 0 0 24px;
  }
  #top #case-section .list li a .list-title {
    font-size: 1.1666666667rem;
    background: url(../images/common/btn-b.svg) no-repeat center right/32px;
  }
  #top #case-section .list li a .table {
    padding: 24px 0;
  }
  #top #case-section .list li a .table .table-title {
    width: 116px;
    font-weight: 700;
  }
  #top #case-section .list li a .table .table-text {
    flex: 1;
  }
  #top #case-section .list li a:hover .list-title {
    background: url(../images/common/btn-b.svg) no-repeat center right 10px/32px;
  }
}
#top #sdgs-section {
  padding: 210px 0 150px;
  position: relative;
  -webkit-clip-path: polygon(0 120px, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 120px, 100% 0%, 100% 100%, 0% 100%);
}
#top #sdgs-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background: url(../images/index/sdgs_cover.webp) fixed no-repeat top left/cover;
  z-index: -1;
}
#top #sdgs-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #top #sdgs-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #sdgs-section .inner {
    width: calc(100% - 16vw);
  }
}
#top #sdgs-section .inner .title {
  margin: 0 0 200px;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}
#top #sdgs-section .inner .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top #sdgs-section .inner .contents .img {
  width: 50%;
}
#top #sdgs-section .inner .contents .text {
  width: calc(50% - 64px);
}
#top #sdgs-section .inner .contents .text .contents-title {
  font-weight: 700;
  font-size: 1.5555555556rem;
  margin: 0 0 48px;
}
@media screen and (max-width: 959px) {
  #top #sdgs-section {
    padding: 110px 0 64px;
    position: relative;
    -webkit-clip-path: polygon(0 40px, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 40px, 100% 0%, 100% 100%, 0% 100%);
  }
  #top #sdgs-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    background: url(../images/index/sdgs_cover.webp) no-repeat top left/cover;
    z-index: -1;
  }
  #top #sdgs-section .inner {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #top #sdgs-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #top #sdgs-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #top #sdgs-section .inner .title {
    margin: 0 0 110px;
    font-size: 1.5555555556rem;
    font-weight: 700;
    color: #fff;
  }
  #top #sdgs-section .inner .contents {
    display: block;
  }
  #top #sdgs-section .inner .contents .img {
    width: 100%;
  }
  #top #sdgs-section .inner .contents .text {
    width: 100%;
  }
  #top #sdgs-section .inner .contents .text .contents-title {
    font-weight: 700;
    font-size: 1.3333333333rem;
    margin: 0 0 32px;
  }
}
#top #news-section {
  padding: 150px 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1480px) {
  #top #news-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #news-section {
    width: calc(100% - 16vw);
  }
}
#top #news-section:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #F5F5FC;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(220px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(220px 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
#top #news-section .titlearea {
  writing-mode: vertical-rl;
  padding: 0 0 232px;
  position: relative;
  margin-right: 140px;
}
#top #news-section .titlearea .title {
  font-size: 2.8888888889rem;
  font-weight: 700;
  line-height: 1;
}
#top #news-section .titlearea a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 1.1111111111rem;
  background: url(../images/common/btn-b.svg) no-repeat top center/contain;
  padding-top: 60px;
}
#top #news-section .list {
  flex: 1;
  width: 100%;
}
#top #news-section .list li {
  position: relative;
  margin: 0 0 52px;
}
#top #news-section .list li:last-child {
  margin: 0;
}
#top #news-section .list li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#top #news-section .list li a {
  display: flex;
  align-items: center;
  padding: 0 80px 52px 0;
  background: url(../images/common/btn-b.svg) no-repeat top 16px right/32px;
}
#top #news-section .list li a:hover {
  background: url(../images/common/btn-b.svg) no-repeat top 16px right 16px/32px;
}
#top #news-section .list li a span {
  display: block;
}
#top #news-section .list li a .status {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-size: 0.8888888889rem;
}
#top #news-section .list li a .status time {
  display: block;
  margin-right: 40px;
}
#top #news-section .list li a .status .category {
  width: 220px;
  padding: 16px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#top #news-section .list li a .list-title {
  flex: 1;
  width: 100%;
  font-size: 1.1666666667rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  #top #news-section {
    padding: 64px 0;
  }
  #top #news-section:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #F5F5FC;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(40px 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(40px 0, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
  }
  #top #news-section .titlearea {
    writing-mode: vertical-rl;
    padding: 0 0 232px;
    position: relative;
    margin-right: 32px;
  }
  #top #news-section .titlearea .title {
    font-size: 1.5555555556rem;
    font-weight: 700;
    line-height: 1;
  }
  #top #news-section .titlearea a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 1.1111111111rem;
    background: url(../images/common/btn-b.svg) no-repeat top center/contain;
    padding-top: 60px;
  }
  #top #news-section .list li {
    position: relative;
    margin: 0 0 24px;
  }
  #top #news-section .list li a {
    display: block;
    align-items: center;
    padding: 0 0 24px 0;
    background: url(../images/common/btn-b.svg) no-repeat bottom 32px right/32px;
  }
  #top #news-section .list li a:hover {
    background: url(../images/common/btn-b.svg) no-repeat bottom 32px right/32px;
  }
  #top #news-section .list li a span {
    display: block;
  }
  #top #news-section .list li a .status {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    font-size: 0.7222222222rem;
  }
  #top #news-section .list li a .status time {
    display: block;
    margin-right: 16px;
  }
  #top #news-section .list li a .status .category {
    width: 124px;
    padding: 16px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
  }
  #top #news-section .list li a .list-title {
    flex: 1;
    width: 100%;
    font-size: 1.1666666667rem;
    font-weight: 700;
    padding: 0 40px 0 0;
  }
}/*# sourceMappingURL=index.css.map */