html body main .contents.contents_strong_points .contents_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
html body main .contents.contents_strong_points .contents_wrapper .point {
  width: 400px;
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_strong_points .contents_wrapper .point {
    padding-top: 0;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_strong_points .contents_wrapper .point {
    width: 280px;
  }
}
html body main .contents.contents_strong_points .contents_wrapper .point .point_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  background-color: #f19500;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_strong_points .contents_wrapper .point .point_inner {
    height: 280px;
  }
}
html body main .contents.contents_strong_points .contents_wrapper .point .point_inner h3 {
  color: #fff;
  font-size: 3.875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_strong_points .contents_wrapper .point .point_inner h3 {
    font-size: 2.5rem;
  }
}
html body main .contents.contents_strong_points .contents_wrapper .point .point_inner h3 strong {
  font-size: 6rem;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_strong_points .contents_wrapper .point .point_inner h3 strong {
    font-size: 5rem;
  }
}
html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper01 {
  flex: 1 1 0%;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper01 {
    flex-basis: 100%;
  }
}
html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper02 {
  flex-basis: 80%;
  margin-top: -13%;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper02 {
    margin-top: -11%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper02 {
    flex-basis: 100%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper02 {
    margin-top: 2rem;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list {
    margin-bottom: 2rem;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list:nth-child(1) {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list:nth-child(1) {
    padding-left: 0;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title {
    gap: 0.75rem;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title span {
  flex-shrink: 0;
  width: 100px;
  color: #44ad3e;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #44ad3e;
  padding: 0.25rem 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title span {
    font-size: 1.25rem;
    width: 90px;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title h4 {
  flex: 1 1 0%;
  min-width: 0;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    flex-basis: 100%;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner {
    gap: 1rem;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner .contents_text {
  flex-basis: calc(50% - 1rem);
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner .contents_image {
  flex-basis: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner .contents_image {
    margin: auto;
  }
}

@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_title_wrapper .title br.lg {
    display: block;
  }
}
html body main .contents.contents01 .contents_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_wrapper {
    gap: 2rem;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_text {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_wrapper .contents_text {
    width: 100%;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_text p {
  line-height: 1.8;
  margin-bottom: 2rem;
}
html body main .contents.contents01 .contents_wrapper .contents_text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_wrapper .contents_text p {
    margin-bottom: 1rem;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_image {
  flex: 1 1 0%;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_wrapper .contents_image {
    width: 100%;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_image img {
  width: 150%;
  max-width: initial;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents01 .contents_wrapper .contents_image img {
    width: 140%;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_wrapper .contents_image img {
    width: 125%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_wrapper .contents_image img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 {
    padding-top: 0;
  }
}
html body main .contents.contents02 .contents_text p {
  line-height: 1.8;
}
html body main .contents.contents02 .contents_list_wrapper {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(28, 28, 28, 0.2);
  margin-top: 2rem;
  padding: 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_list_wrapper {
    gap: 1.5rem;
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_list_wrapper {
    gap: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper {
    gap: 2rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents_list_wrapper {
    gap: 1.5rem 1rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list {
  flex-basis: calc((100% - 6rem) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 4.5rem) / 4);
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image img {
    max-width: 180px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image img {
    max-width: 100%;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list h3 {
  color: #44ad3e;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 380px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list h3 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 {
    padding-top: 0;
  }
}
html body main .contents.contents03 .contents_wrapper {
  background-color: #44ad3e;
  padding: 2.5rem 0;
  position: relative;
}
html body main .contents.contents03 .contents_wrapper::after {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  bottom: -80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 80px solid #44ad3e;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper::after {
    left: calc(50% - 30px);
    bottom: -50px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 50px solid #44ad3e;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper {
    gap: 2rem 1.5rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list {
  flex-basis: calc((100% - 4rem) / 3);
  background-color: #fff;
  border-radius: 25px;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list {
    flex-basis: 100%;
    flex-direction: row;
    align-items: center;
    padding: 1rem 1rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_image {
  min-height: 205px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_image {
    min-height: initial;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_image {
    width: 150px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_image img {
    height: 160px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_image img {
    height: 120px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_text {
    display: contents;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_text h3 {
  color: #f19500;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_text h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_text h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_text h3 {
    text-align: left;
    margin-bottom: 0;
    flex: 1 1 0%;
    min-width: 0;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_text p {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points {
    padding-top: 1rem;
  }
}

/*# sourceMappingURL=role.css.map */
