#works {
  width: 85.3%;
  margin-top: 10.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16.4rem;
  max-width: 1500px;
}
#works .page__ttle h2 {
  font-size: 2.6rem;
  font-weight: bold;
}
#works .page__ttle h2 span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.57rem;
}
#works p {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 2.76rem;
}
#works .image__container {
  margin-top: 3.8rem;
  margin-bottom: 3.8rem;
  margin-right: calc(50% - 50vw);
}
#works .image__container img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #works {
    width: 85.3%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #works p {
    margin-right: 2.36rem;
    margin-top: 2.36rem;
  }
}
@media screen and (min-width: 1025px) {
  #works {
    width: 85.8%;
    margin-top: 21.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #works .works__left {
    width: 100%;
  }
  #works .page__ttle h2 {
    font-size: 3.9rem;
  }
  #works .page__ttle h2 span {
    font-size: 2.5rem;
    margin-top: 1.9rem;
  }
  #works p {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 6.36rem;
    margin-right: 6.3rem;
  }
  #works .image__container {
    width: 100%;
    margin-top: 4.5rem;
  }
}
.works__group {
  width: 85.3%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}
.works__group .works__image {
  height: calc(100vw * 0.35);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
}
.works__group .works__image.--works1 {
  background-image: url(../images/works/works2.png);
  margin-bottom: 5.7rem;
}
.works__group .works__image.--works2 {
  background-image: url(../images/works/works3.png);
  margin-bottom: 5.56rem;
}
.works__group .works__image.--works3 {
  background-image: url(../images/works/works4.png);
  margin-bottom: 5.56rem;
}
.works__group .works__image .works__number {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 2.3rem;
  position: absolute;
  top: -11.5rem;
  left: 8%;
}
.works__group .works__image .works__number strong {
  font-size: 4.2rem;
  margin-bottom: 1.8rem;
}
.works__group p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.works__group .works01__lists {
  display: -ms-grid;
  display: grid;
  gap: 1.2rem;
  margin-bottom: 4.24rem;
}
.works__group .works01__lists li {
  background-color: #080865;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
}
.works__group h4 {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
	margin-bottom: 20px;
}
.works__group .catalog__group .catalog__image {
  display: block;
}
.works__group .catalog__group .catalog__image.--big {
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.2rem;
  margin-bottom: 2.56rem;
  width: 4.154rem;
  height: auto;
}
.works__group .catalog__group .catalog__image.--small {
  width: 2.136rem;
  height: auto;
  margin-right: 6%;
}
.works__group .catalog__group {
    margin-bottom: 200px;
}
.works__group .catalog__group ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 1.2rem;
  -ms-grid-columns: 1fr 1.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.works__group .catalog__group ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 10%;
  border: 1px solid #707070;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
  position: relative;
}
.works__group .catalog__group ul li:hover {
  background-color: #080865;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.works__group .catalog__group ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.works__group .patents__group {
  margin-top: 3.64rem;
}
.works__group .patents__group h4 {
  margin-bottom: 1.36rem;
}
.works__group .patents__group hr {
  width: 71.1vw;
  max-width: 106.7rem;
  margin-bottom: 2.25rem;
  border: 1px solid #707070;
}
.works__group .patents__group ul {
  margin-bottom: 16.65rem;
  max-width: 90rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.works__group .patents__group ul li {
  font-size: 1.6rem;
  line-height: 2.25;
}

.works__group .patents__group ul li br{
  display: none;
}


.works__group .patents__group ul li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 0.1rem;
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
  .works01__lists {
    width: 93.7%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.3rem 4.1rem;
    margin-bottom: 9.28rem;
    margin-right: auto;
    margin-left: auto;
  }
  .works01__lists li {
    font-size: 1.2rem;
    padding-top: 2.2rem;
    padding-bottom: 2.1rem;
    padding-left: 0.5rem;
    padding-right: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .works__group {
    width: 75.8%;
    margin-top: 1.64rem;
  }
  .works__group .works__image {
    margin-bottom: 5.84rem;
  }
  .works__group .works__image .works__number {
    font-size: 2.6rem;
    line-height: 1.384;
    color: #FFFFFF;
    top: calc(100vw * 0.12);
    left: 14.2rem;
    margin-bottom: 0;
  }
  .works__group .works__image .works__number strong {
    font-size: 6.5rem;
    margin-bottom: 2.15rem;
  }
  .works__group p {
    width: 66.8%;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 6.8rem;
    margin-right: auto;
    margin-left: auto;
  }
  .works__group .works01__lists {
    width: 93.7%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.3rem 4.1rem;
    margin-bottom: 10.28rem;
    margin-right: auto;
    margin-left: auto;
  }
  .works__group .works01__lists li {
    font-size: 1.3rem;
    padding-top: 3.2rem;
    padding-bottom: 2.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 34.2vw;
  }
  .works__group h4 {
    font-size: 2.4rem;
	  margin-bottom: 30px;
  }

  .works__group .catalog__group .catalog__image.--big {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.14rem;
    margin-bottom: 3.48rem;
    width: 6.785rem;
    height: auto;
  }
  .works__group .catalog__group .catalog__image.--small {
    width: 4.55rem;
    height: auto;
    margin-right: 8%;
  }
  .works__group .catalog__group {
      margin-bottom: 100px;
  }
  .works__group .catalog__group ul {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
	  margin-bottom: 30px;
    display: -ms-grid;
    display: grid;
    gap: 2rem;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .works__group .catalog__group ul li {
    font-size: 1.5rem;
	  line-height: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 10%;
  }
  .works__group .catalog__group p {
	  text-align: center;
  }
  .works__group .patents__group {
    margin-top: 8.88rem;
  }
  .works__group .patents__group h4 {
    margin-bottom: 3.48rem;
  }
  .works__group .patents__group hr {
    width: 100%;
    margin-bottom: 3.48rem;
  }
  .works__group .patents__group ul {
    width: 61.49rem;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 11.5rem;
    display: -ms-grid;
    display: grid;
    gap: 0.1rem 16rem;
    -ms-grid-columns: 1fr 16rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .works__group .patents__group ul li br{
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .works__group .works01__lists li {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
	.works__group .catalog__group {
		margin-bottom: 180px;
	}
	.works__group .catalog__group ul {
		display: block;
		margin-bottom: 10px;
	}
	.works__group .catalog__group ul li {
		width: 100%;
		gap: 0;
		line-height: 2rem;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
}
.works__wrapper {
  margin-bottom: 5.15rem;
}
.works__wrapper .works02__group {
	width: 100%;
}
.works__wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2.15rem;
}
.works__wrapper P strong {
	display: block;
	font-weight: bold;
	line-height:  150%;
	margin-bottom:  5px;
	font-style: italic;
}

.works__wrapper P span {
	display: block;
	font-weight: bold;
	font-size: 70%;
	line-height:  140%;
	margin-bottom: 15px;
}


@media screen and (min-width: 1025px) {
  .works__wrapper {
    margin-bottom: 7.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.1rem;
  }
  .works__wrapper .works02__group {
	  width: 30%;
  }
  .works__wrapper P {
    width: 100%;
  }
}


.ttl_style01 {
	text-align:  center;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 2px;
	border-bottom: #707070 1px solid;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.ttl_style02 {
	text-align: center;
	background-color: white;
	color: black;
	font-size: 120%;
	font-weight: bold;
	padding:  15px 5px;
}
@media screen and (min-width: 1025px) {
	.ttl_style01 {
		font-size: 2.1rem;
		letter-spacing: 2px;
	}
}

.works03__group {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 950px;
	width: 100%;
	margin: 0px auto 50px;
}
.works03__group ul {
	width: 55%;
	list-style:  none;
}
.works03__group li {
	position: relative;
	font-size: 150%;
	padding-left: 35px;
	margin-bottom:  15px;
	line-height:  160%;
}
.works03__group li span {
	display:  block;
	position: absolute;
	width: 25px;
	height:  31px;
	left: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url("../images/works/point01.png") no-repeat center top;
	background-size: contain;
	padding-top: 1px;
	
}
.works03__group .work3g_r {
	max-width: 270px;
	width: 45%;
	text-align:  center;
	margin: 0px auto;
}
.works03__group .work3g_r .single-item {
	width: 100%;
	margin: 0px auto;
}
.works03__group .work3g_r .single-item div img {
	display: block;
	width: 100%;
	margin: 0px auto 15px;
}
.works03__group .work3g_r .single-item .slick-dots {
	width: 100%;
	margin: 0px auto;
}
.works03__group .work3g_r .single-item .slick-dots li
{
}
@media screen and (min-width: 1025px) {
	.works03__group li {
        font-size: 180%;
		font-weight: bold;
    }
	.works03__group li span {
		padding-top: 3px;
		font-size: 80%;
		line-height:  130%;
	}
}
@media screen and (max-width: 600px) {
	.works03__group ul {
        width: 100%;
		margin-bottom:  20px;
    }
	
	.works03__group .work3g_r {
        width: 100%;
    }
}
.works04__group {
	width: 100%;
	padding: 20px;
	background-color: #F5F5F5;
	margin-bottom: 100px;
}
.works04__group p {
	text-align: center;
	margin: 0;
	width: 100%;
	margin-bottom: 20px;
	color: #080865;
	font-weight: 600;
	font-size: 1.8rem;
}
.works04__group ul {
	margin: 0;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.works04__group li {
	margin: 0;
	padding: 0;
	float: left;
	width: 11%;
	text-align: center;
	margin-right: 1.71%;
}
.works04__group li:last-child {
	margin-right: 0;
}
.works04__group li img {
	width: 100%;
	height: auto;
	margin-bottom: 3px;
}
@media screen and (max-width: 600px) {
	.works04__group {
        margin-bottom: 40px;
    }
	.works04__group li {
        width: 32%;
        margin-right: 2%;
		margin-bottom: 10px;
    }
    .works04__group li:nth-child(3n) {
        margin-right: 0;
    }
}
.works05__group {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 40px;
}
.works05__group li {
	border: #373782 1px solid;
	color: #373782;
	padding: 15px;
	font-size: 1.4rem;
	line-height: 1.9rem;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 15px;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.works05__group li {
		text-align: left;
	}
}

.works06__group {
}
.works06__group dl {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	display: table;
	border-bottom: #ccc 1px solid;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 13px 0;
}
.works06__group dd,
.works06__group dt {
	display: table-cell;
	vertical-align: top;
}
.works06__group dd {
	width: 100px;
	font-weight: bold;
}
.works06__group dt {
}

.works07__group {
	width: 100%;
	max-width: 870px;
	display: flex;
	gap: 0px 20px;
	margin: 0px auto 200px;
}
.works07__group li {
}
.works07__group li img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
	.works07__group {
      margin: -20px auto 100px;
  }
}

.works08__group {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
	list-style: none;
	margin: 40px 0;
	padding: 0;
}
.works08__group li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.works08__group li:nth-child(3) {
	margin-right: 0;
}
.works08__group li strong {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 400;
	color: #080865;
}
.works08__group li img {
	display: block;
	width: 90%;
	max-width: 160px;
	margin: 0px auto 10px;
}
.works08__group li p {
	margin: 0px auto;
	padding: 0;
	max-width: 190px;
	width: 100%;
}
@media screen and (min-width: 1025px) {
	.works08__group li,
	.works08__group li:nth-child(3){
        width: 18%;
        margin-right: 2.5%;
    }
    .works08__group li:nth-child(5) {
        margin-right: 0;
    }
}
@media screen and (max-width: 600px) {
	.works08__group li,
	.works08__group li:nth-child(3),
	.works08__group li:nth-child(5){
        width: 48%;
        margin-right: 4%;
    }
    .works08__group li:nth-child(2n) {
        margin-right: 0;
    }
}