/*============================
service
============================*/
@media (max-width: 480px) {
  .sec-contents-service .block_base {
    margin-bottom: 7.6923076923vw;
  }
  .sec-contents-service .block_base .ttl_ja {
    line-height: 1.5;
  }
}
.sec-contents-service .contents-service {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-contents-service .contents-service .contents-service_txt {
  margin-bottom: 10px;
}
.sec-contents-service .contents-service .contents-service_img {
  width: 300px;
  height: 403px;
  display: block;
}
@media (max-width: 480px) {
  .sec-contents-service .contents-service .contents-service_img {
    width: 100%;
    height: auto;
    pointer-events: none;
  }
}
#contents2 .sec-contents-service .contents-service {
  width: 1100px;
  flex-direction: row;
  justify-content: space-between;
}
#contents2 .sec-contents-service .contents-service .contents-service_img {
  width: 534.8px;
  overflow: hidden;
}
@media (max-width: 480px) {
  #contents2 .sec-contents-service .contents-service {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 3.8461538462vw;
  }
  #contents2 .sec-contents-service .contents-service .contents-service_img {
    width: 100%;
  }
}

/*============================
feature
============================*/
#contents .sec-contents-feature {
  background-color: rgba(13, 126, 232, 0.1);
  position: relative;
  padding-top: 250px;
}
#contents .sec-contents-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 123.5px solid transparent;
  border-right: 123.5px solid transparent;
  border-top: 92px solid #fff;
}
@media (max-width: 480px) {
  #contents .sec-contents-feature {
    padding-top: 25.641025641vw;
  }
  #contents .sec-contents-feature::before {
    border-left: 16.1538461538vw solid transparent;
    border-right: 16.1538461538vw solid transparent;
    border-top: 12.0512820513vw solid #fff;
  }
}
@media (max-width: 480px) {
  #contents .sec-contents-feature .block_base {
    margin-bottom: 12.8205128205vw;
  }
}
#contents .sec-contents-feature .block_base .ttl_ja {
  margin-bottom: 25px;
}
#contents .sec-contents-feature .block_base .feature_fc {
  font-size: 2.2rem;
  font-weight: 700;
  color: #4791e7;
  line-height: 1.5;
}
@media (max-width: 480px) {
  #contents .sec-contents-feature .block_base .feature_fc {
    font-size: 4.2307692308vw;
    letter-spacing: 0.2564102564vw;
  }
}
#contents .sec-contents-feature .contents-feature {
  width: 1100px;
  margin: 0 auto;
}
#contents .sec-contents-feature .contents-feature .contents-feature_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr 1fr;
  border-bottom: 1px solid #b4d9fc;
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item {
  background-color: #fff;
  padding: 165px 48px 50px;
  text-align: center;
  position: relative;
  border: 1px solid #b4d9fc;
  border-bottom: none;
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:before {
  position: absolute;
  content: "";
  width: 77px;
  height: 81px;
  top: 60px;
  left: 50%;
  background-image: url(../img/icon_contents1_feature_01.png);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:before {
  background-image: url(../img/icon_contents2_feature_01.png);
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item .contents-feature_number {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #4791e7;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item .contents-feature_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 auto 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item .contents-feature_ttl::after {
  content: "";
  width: 110%;
  height: 12px;
  background-color: #4791e7;
  opacity: 0.08;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
  border-radius: 6px;
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item .contents-feature_txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0px;
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(odd) {
  grid-column: 1/4;
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(even) {
  grid-column: 4/7;
  border-left: none;
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(2):before {
  background-image: url(../img/icon_contents1_feature_02.png);
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(2):before {
  background-image: url(../img/icon_contents2_feature_02.png);
  left: 48%;
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(3):before {
  background-image: url(../img/icon_contents1_feature_03.png);
  left: 48%;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(3):before {
  background-image: url(../img/icon_contents2_feature_03.png);
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(4):before {
  background-image: url(../img/icon_contents1_feature_04.png);
  width: 17.9487179487vw;
  left: 53%;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(4):before {
  background-image: url(../img/icon_contents2_feature_04.png);
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(5):before {
  background-image: url(../img/icon_contents1_feature_05.png);
}
#contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(6):before {
  background-image: url(../img/icon_contents1_feature_06.png);
  left: 52%;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list {
  grid-template-rows: 1fr 1fr auto;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(5) {
  grid-column: 1/3;
  grid-row: 3/4;
  padding: 45px 35px;
  letter-spacing: 0;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(5):before {
  background-image: none;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(5) .contents-feature_ttl {
  letter-spacing: 0px;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(5) .contents-feature_ttl:after {
  content: none;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(6) {
  grid-column: 3/5;
  grid-row: 3/4;
  padding: 45px 35px;
  letter-spacing: 0;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(6):before {
  background-image: none;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(6) .contents-feature_ttl {
  letter-spacing: 0px;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(6) .contents-feature_ttl:after {
  content: none;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(7) {
  grid-column: 5/7;
  grid-row: 3/4;
  padding: 45px 35px;
  letter-spacing: 0;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(7):before {
  background-image: none;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(7) .contents-feature_ttl {
  letter-spacing: 0px;
}
#contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(7) .contents-feature_ttl:after {
  content: none;
}
@media (max-width: 480px) {
  #contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list {
    grid-template-rows: repeat(7, auto);
  }
  #contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(5) {
    grid-column: 1/2;
    grid-row: 5/6;
    padding: 6.4102564103vw 3.8461538462vw 6.4102564103vw;
  }
  #contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(5) .contents-feature_ttl {
    letter-spacing: 0px;
  }
  #contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(6) {
    grid-column: 1/2;
    grid-row: 6/7;
    padding: 6.4102564103vw 3.8461538462vw 6.4102564103vw;
  }
  #contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(6) .contents-feature_ttl {
    letter-spacing: 0px;
  }
  #contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(7) {
    grid-column: 1/2;
    grid-row: 7/8;
    padding: 6.4102564103vw 3.8461538462vw 6.4102564103vw;
  }
  #contents2 #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(7) .contents-feature_ttl {
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  #contents .sec-contents-feature .contents-feature {
    width: 100%;
  }
  #contents .sec-contents-feature .contents-feature .contents-feature_list {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(6, auto);
  }
  #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item {
    padding: 28.2051282051vw 3.8461538462vw 6.4102564103vw;
  }
  #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:before {
    width: 17.9487179487vw;
    height: 16.4102564103vw;
    top: 7.0512820513vw;
  }
  #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item .contents-feature_number {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    font-size: 5.7692307692vw;
    line-height: 12.8205128205vw;
  }
  #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item .contents-feature_ttl {
    font-size: 5.3846153846vw;
    margin-bottom: 1.2820512821vw;
  }
  #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item .contents-feature_ttl::after {
    height: 2.3076923077vw;
    top: 6.4102564103vw;
    border-radius: 1.0256410256vw;
  }
  #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item .contents-feature_txt {
    font-size: 3.5897435897vw;
    text-align: left;
    line-height: 1.5;
  }
  #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(odd) {
    grid-column: 1/2;
  }
  #contents .sec-contents-feature .contents-feature .contents-feature_list .contents-feature_item:nth-of-type(even) {
    grid-column: 1/2;
  }
}

/*============================
type
============================*/
.contents-type_list {
  display: flex;
  width: 1100px;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0 auto;
  gap: 35px 20px;
}
.contents-type_list .contents-type_item {
  width: 353px;
  height: 298px;
  color: #fff;
  position: relative;
}
.contents-type_list .contents-type_item .contents-type_txt {
  position: absolute;
  background-color: #4791e7;
  text-align: center;
  padding: 4px;
  font-size: 2.5rem;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .contents-type_list {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 4.4871794872vw;
  }
  .contents-type_list .contents-type_item {
    width: 100%;
    height: 65.3846153846vw;
  }
  .contents-type_list .contents-type_item .contents-type_img {
    height: 100%;
    overflow: hidden;
  }
  .contents-type_list .contents-type_item .contents-type_img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contents-type_list .contents-type_item .contents-type_txt {
    padding: 0.5128205128vw;
    font-size: 5.3846153846vw;
  }
}

/*============================
recycle
============================*/
.sec-contents-recycle .block_base {
  margin-bottom: 70px;
}
.sec-contents-recycle .contents-recycle_img {
  width: 1100px;
  margin: 0 auto 120px;
}
.sec-contents-recycle .partner {
  width: 733px;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #4791e7;
  padding: 50px 0;
  line-height: 1;
}
@media (max-width: 480px) {
  .sec-contents-recycle .block_base {
    margin-bottom: 8.9743589744vw;
  }
  .sec-contents-recycle .contents-recycle_img {
    width: 100%;
    margin: 0 auto 15.3846153846vw;
  }
  .sec-contents-recycle .partner {
    width: 90.7692307692vw;
    font-size: 4.6153846154vw;
    font-weight: 700;
    padding: 6.4102564103vw 0;
    line-height: 1.5;
  }
}

/*============================
works
============================*/
.contents-works {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.contents-works .contents-works_list {
  border-bottom: 1px solid #4791e7;
  height: -moz-fit-content;
  height: fit-content;
}
.contents-works .contents-works_list .contents-works_item {
  display: flex;
}
.contents-works .contents-works_list .contents-works_item p {
  width: 182.7px;
  height: 50px;
  text-align: left;
  padding-left: 55px;
  line-height: 50px;
  border: 1px solid #4791e7;
  border-bottom: none;
  border-left: none;
  font-size: 1.8rem;
  font-weight: 500;
}
.contents-works .contents-works_list .contents-works_item .category_pref {
  background-color: #bddfff;
}
.contents-works .contents-works_list .contents-works_item .category_gov {
  padding-left: 60px;
  background-color: #f3f8fd;
}
.contents-works .contents-works_list .contents-works_item .category_number {
  padding-left: 75px;
}
.contents-works .contents-works_list .category {
  color: #fff;
}
.contents-works .contents-works_list .category p {
  background-color: #4791e7;
  border: 1px solid #bddfff;
  border-bottom: none;
  border-left: none;
  border-top: none;
}
.contents-works .contents-works_list .category .category_pref {
  background-color: #4791e7;
}
.contents-works .contents-works_list .category .category_gov {
  background-color: #4791e7;
  padding-left: 55px;
}
.contents-works .contents-works_list .category .category_number {
  background-color: #4791e7;
  padding-left: 55px;
}
.contents-works .contents-works_list:nth-child(2) {
  border-left: none;
}
.contents-works .contents-works_list:nth-child(2) .contents-works_item p {
  border-left: none;
  border-right: 1px solid #4791e7;
}
.contents-works .contents-works_list:nth-child(2) .category p {
  border-right: 1px solid #bddfff;
}
.contents-works .contents-works_list:nth-child(2) .category .category_number {
  border-right: 1px solid #4791e7;
}
@media (max-width: 480px) {
  .contents-works {
    flex-direction: column;
    width: 100%;
  }
  .contents-works .contents-works_list {
    border-bottom: 0.1282051282vw solid #4791e7;
  }
  .contents-works .contents-works_list .contents-works_item p {
    width: 30.2564102564vw;
    height: 6.1538461538vw;
    padding-left: 8.9743589744vw;
    line-height: 6.1538461538vw;
    border: 0.1282051282vw solid #4791e7;
    font-size: 3.5897435897vw;
    font-weight: 500;
    border-bottom: none;
    border-right: none;
  }
  .contents-works .contents-works_list .contents-works_item .category_gov {
    padding-left: 8.3333333333vw;
  }
  .contents-works .contents-works_list .contents-works_item .category_number {
    padding-left: 10.2564102564vw;
    width: 30.641025641vw;
  }
  .contents-works .contents-works_list .category {
    color: #fff;
  }
  .contents-works .contents-works_list .category p {
    background-color: #4791e7;
    border-left: 0.1282051282vw solid #bddfff;
    padding-left: 7.0512820513vw;
  }
  .contents-works .contents-works_list .category .category_pref {
    border-left: 0.1282051282vw solid #4791e7;
  }
  .contents-works .contents-works_list .category .category_gov {
    padding-left: 7.0512820513vw;
  }
  .contents-works .contents-works_list .category .category_number {
    padding-left: 7.0512820513vw;
    border-right: none;
  }
  .contents-works .contents-works_list:nth-child(1) {
    border-bottom: none;
    border-right: 0.1282051282vw solid #4791e7;
  }
  .contents-works .contents-works_list:nth-child(1) .contents-works_item:last-child .category_number {
    border-right: none;
  }
  .contents-works .contents-works_list:nth-child(2) {
    border-left: none;
  }
  .contents-works .contents-works_list:nth-child(2) .contents-works_item p {
    border-left: 0.1282051282vw solid #4791e7;
    border-right: none;
  }
  .contents-works .contents-works_list:nth-child(2) .contents-works_item .category_number {
    border-right: 0.1282051282vw solid #4791e7;
  }
  .contents-works .contents-works_list:nth-child(2) .category {
    display: none;
  }
}
.contents-works .works_attention {
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: -40px;
}
@media (max-width: 480px) {
  .contents-works .works_attention {
    font-size: 3.3333333333vw;
    bottom: -6.4102564103vw;
  }
}

/*============================
example
============================*/
.sec-contents-example .contents-example_list {
  display: flex;
  width: 1100px;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
  justify-content: left;
}
.sec-contents-example .contents-example_list .contents-example_item {
  width: 353px;
  height: 290px;
}
@media (max-width: 480px) {
  .sec-contents-example .contents-example_list {
    width: 100%;
    gap: 2.5641025641vw;
  }
  .sec-contents-example .contents-example_list .contents-example_item {
    width: 44.1025641026vw;
    height: 36.2820512821vw;
  }
}/*# sourceMappingURL=contents.css.map */