@charset "UTF-8";
/*--- ソリューションデザイン ---*/
.content_main .txt_top {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.6em;
  margin-top: 36px;
}
@media screen and (max-width: 420px) {
  .content_main .txt_top {
    font-size: 4vw;
    text-align: center;
    margin-top: 4vw;
  }
}
.content_main .bg_white {
  background-color: rgba(255, 255, 255, 0.9);
}

#solution_design_main .bg_white {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 40px;
}
#solution_design_main .head_box {
  margin-top: 80px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 30px 20px;
}
@media screen and (max-width: 1080px) {
  #solution_design_main .head_box {
    margin-top: 7.4vw;
    padding: 2.8vw 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #solution_design_main .head_box {
    margin-top: 8.4vw;
    padding: 5.2vw 1.9vw;
  }
}
#solution_design_main .head_box .txt01 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #solution_design_main .head_box .txt01 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #solution_design_main .head_box .txt01 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 420px) {
  #solution_design_main .head_box .txt01 {
    font-size: 5.8vw;
  }
}
#solution_design_main .head_box .txt02 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 1080px) {
  #solution_design_main .head_box .txt02 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #solution_design_main .head_box .txt02 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 420px) {
  #solution_design_main .head_box .txt02 {
    font-size: 4.2vw;
    margin-top: 1em;
  }
}
#solution_design_main .desc_txt01 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: justify;
  color: #000;
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  #solution_design_main .desc_txt01 {
    font-size: 1.3vw;
    margin-top: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #solution_design_main .desc_txt01 {
    font-size: 2.8vw;
    margin-top: 6.3vw;
  }
}
@media screen and (max-width: 420px) {
  #solution_design_main .desc_txt01 {
    font-size: 3.5vw;
  }
}
#solution_design_main .b_a_img01 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1080px) {
  #solution_design_main .b_a_img01 {
    margin-top: 4.6vw;
    margin-bottom: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #solution_design_main .b_a_img01 {
    width: 100%;
    margin-top: 6.3vw;
    margin-bottom: 10.3vw;
  }
}
#solution_design_main .contents_block {
  width: 92.7%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #solution_design_main .contents_block {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 1600px) {
  #solution_design_main .contents_block {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #solution_design_main .contents_block {
    padding-top: 16vw;
  }
}
@media screen and (max-width: 420px) {
  #solution_design_main .contents_block {
    padding-top: 20vw;
  }
}
#solution_design_main .contents_block + h2 {
  margin-top: 70px;
}
@media screen and (max-width: 1080px) {
  #solution_design_main .contents_block + h2 {
    margin-top: 6.5vw;
  }
}
@media screen and (max-width: 420px) {
  #solution_design_main .contents_block + h2 {
    margin-top: 9vw;
  }
}

@media screen and (max-width: 420px) {
  .top_green h3 {
    line-height: 1.5em;
  }
}

#points h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #points h2 {
    margin-bottom: 6.3vw;
  }
}
#points .point_section {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}
#points .point_section + .point_section {
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  #points .point_section + .point_section {
    margin-top: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section + .point_section {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section + .point_section {
    margin-top: 15vw;
  }
}
#points .point_section .no {
  text-align: center;
}
#points .point_section .no img {
  display: inline-block;
  width: auto;
  height: 48px;
}
@media screen and (max-width: 1080px) {
  #points .point_section .no img {
    height: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section .no img {
    height: 9.3vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section .no img {
    height: 11.7vw;
  }
}
#points .point_section h3 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #points .point_section h3 {
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section h3 {
    margin-top: 6.3vw;
  }
}
#points .point_section h3 .t01 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #points .point_section h3 .t01 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section h3 .t01 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section h3 .t01 {
    font-size: 3.2vw;
  }
}
#points .point_section h3 .t02 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #points .point_section h3 .t02 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section h3 .t02 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section h3 .t02 {
    font-size: 5.5vw;
  }
}
#points .point_section .m_txt01 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: justify;
  color: #000;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #points .point_section .m_txt01 {
    font-size: 1.3vw;
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section .m_txt01 {
    font-size: 2.8vw;
    margin-top: 4.3vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section .m_txt01 {
    font-size: 3.2vw;
    margin-top: 1em;
  }
}
#points .point_section#point01 .content_txt01 {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .content_txt01 {
    max-width: none;
    width: 74.1vw;
    margin-top: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .content_txt01 {
    max-width: none;
    width: 50vw;
    margin-top: 6.3vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .content_txt01 {
    max-width: none;
    width: 80%;
    margin-top: 6.3vw;
  }
}
#points .point_section#point01 .point01_img01 {
  max-width: 745px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .point01_img01 {
    max-width: none;
    width: 69vw;
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .point01_img01 {
    max-width: none;
    width: 70vw;
    margin-top: 8.3vw;
  }
}
#points .point_section#point01 .txt_box01 {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .txt_box01 {
    max-width: none;
    width: 78.7vw;
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box01 {
    max-width: none;
    width: 100%;
    margin-top: 8.3vw;
    display: block;
  }
}
#points .point_section#point01 .txt_box01 .txt_block {
  width: 48.2%;
  border: 1px solid #7abf56;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box01 .txt_block {
    width: 100%;
  }
  #points .point_section#point01 .txt_box01 .txt_block + .txt_block {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .txt_box01 .txt_block {
    width: 100%;
  }
  #points .point_section#point01 .txt_box01 .txt_block + .txt_block {
    margin-top: 8vw;
  }
}
#points .point_section#point01 .txt_box01 .txt_block .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #7abf56;
  height: 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .txt_box01 .txt_block .title {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box01 .txt_block .title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .txt_box01 .txt_block .title {
    font-size: 4.5vw;
  }
}
#points .point_section#point01 .txt_box01 .txt_block .txts {
  padding: 10px 30px 30px;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts {
    padding: 0.9vw 2.8vw 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts {
    padding: 1.2vw 2.8vw 2.8vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts {
    padding: 1.8vw 5.5vw 5.5vw;
  }
}
#points .point_section#point01 .txt_box01 .txt_block .txts .kome {
  font-size: 10px;
  text-align: right;
  margin-bottom: 1em;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts .kome {
    margin-bottom: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts .kome {
    font-size: 2.3vw;
    margin-bottom: 1.2vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts .kome {
    font-size: 2.7vw;
    margin-bottom: 2vw;
  }
}
#points .point_section#point01 .txt_box01 .txt_block .txts .t_txt01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts .t_txt01 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts .t_txt01 {
    font-size: 3.5vw;
  }
}
#points .point_section#point01 .txt_box01 .txt_block .txts .t_txt02 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: justify;
  color: #000;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts .t_txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts .t_txt02 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .txt_box01 .txt_block .txts .t_txt02 {
    font-size: 3.2vw;
  }
}
#points .point_section#point01 .hr01 {
  max-width: 850px;
  width: 100%;
  height: 1px;
  margin: 60px auto;
  background-color: #808080;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .hr01 {
    max-width: none;
    width: 78.7vw;
    margin: 5.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .hr01 {
    max-width: none;
    width: 100%;
    margin: 12.3vw auto;
  }
}
#points .point_section#point01 .content_txt02 {
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .content_txt02 {
    max-width: none;
    width: 22.2vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .content_txt02 {
    max-width: none;
    width: 50vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .content_txt02 {
    max-width: none;
    width: 80%;
  }
}
#points .point_section#point01 .point01_img02 {
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .point01_img02 {
    max-width: none;
    width: 68.5vw;
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .point01_img02 {
    max-width: none;
    width: 70vw;
    margin-top: 8.3vw;
  }
}
#points .point_section#point01 .txt_box02 {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .txt_box02 {
    max-width: none;
    width: 78.7vw;
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box02 {
    max-width: none;
    width: 100%;
    margin-top: 8.3vw;
    display: block;
  }
}
#points .point_section#point01 .txt_box02 .txt_block {
  width: 30.9%;
  border: 1px solid #1b7cab;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box02 .txt_block {
    width: 100%;
  }
  #points .point_section#point01 .txt_box02 .txt_block + .txt_block {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .txt_box02 .txt_block {
    width: 100%;
  }
  #points .point_section#point01 .txt_box02 .txt_block + .txt_block {
    margin-top: 8vw;
  }
}
#points .point_section#point01 .txt_box02 .txt_block .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #1b7cab;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .txt_box02 .txt_block .title {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box02 .txt_block .title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .txt_box02 .txt_block .title {
    font-size: 4.5vw;
  }
}
#points .point_section#point01 .txt_box02 .txt_block .txts {
  padding: 20px 30px 30px;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .txt_box02 .txt_block .txts {
    padding: 1.9vw 2.8vw 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box02 .txt_block .txts {
    padding: 1.2vw 2.8vw 2.8vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .txt_box02 .txt_block .txts {
    padding: 1.8vw 5.5vw 5.5vw;
  }
}
#points .point_section#point01 .txt_box02 .txt_block .txts .t_txt02 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  color: #000;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 .txt_box02 .txt_block .txts .t_txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 .txt_box02 .txt_block .txts .t_txt02 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 .txt_box02 .txt_block .txts .t_txt02 {
    font-size: 3.2vw;
  }
}
#points .point_section#point01 #column {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  background-color: #fff;
  border: 1px solid #1b7cab;
  border-radius: 8px;
  padding: 20px 30px;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 #column {
    max-width: none;
    width: 78.7vw;
    margin-top: 4.2vw;
    padding: 1.9vw 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column {
    max-width: none;
    width: 100%;
    margin-top: 8.3vw;
    padding: 3.2vw 3.8vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point01 #column {
    max-width: none;
    margin-top: 8.3vw;
    padding: 5.2vw 5.5vw;
  }
}
#points .point_section#point01 #column .c_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #1b7cab;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 #column .c_title {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .c_title {
    font-size: 4.5vw;
  }
}
#points .point_section#point01 #column .c_title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #1b7cab;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 #column .c_title span {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .c_title span {
    font-size: 3.2vw;
  }
}
#points .point_section#point01 #column .c_txt01 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  color: #000;
  margin-top: 0.5em;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 #column .c_txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .c_txt01 {
    font-size: 2.8vw;
  }
}
#points .point_section#point01 #column .block_content {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 #column .block_content {
    max-width: none;
    width: 64.8vw;
    margin-top: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .block_content {
    max-width: none;
    width: 100%;
    margin-top: 4.3vw;
  }
}
#points .point_section#point01 #column .block_content .box_desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .block_content .box_desc {
    display: block;
  }
}
#points .point_section#point01 #column .block_content .box_desc .wrap_img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .block_content .box_desc .wrap_img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#points .point_section#point01 #column .block_content .box_desc .wrap_img img {
  width: 100%;
  height: auto;
}
#points .point_section#point01 #column .block_content .box_desc .block01 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .block_content .box_desc .block01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.3vw;
  }
}
#points .point_section#point01 #column .block_content .box_desc .block01 .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 #column .block_content .box_desc .block01 .date {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .block_content .box_desc .block01 .date {
    font-size: 2.8vw;
  }
}
#points .point_section#point01 #column .block_content .box_desc .block01 .title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: left;
  margin-top: 0.2em;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 #column .block_content .box_desc .block01 .title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .block_content .box_desc .block01 .title {
    font-size: 3.5vw;
  }
}
#points .point_section#point01 #column .block_content .box_desc .block01 .link {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: right;
  margin-top: 1em;
  padding-right: 3em;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 #column .block_content .box_desc .block01 .link {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .block_content .box_desc .block01 .link {
    font-size: 2.8vw;
    padding-right: 2em;
  }
}
#points .point_section#point01 #column .btn {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 #column .btn {
    max-width: none;
    width: 32.4vw;
    margin-top: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .btn {
    max-width: none;
    width: 80%;
    margin-top: 4.3vw;
  }
}
#points .point_section#point01 #column .btn a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 0.4em 0 0.5em;
  background-image: url("../img/common/arrow_white.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 8px auto;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point01 #column .btn a {
    font-size: 1.5vw;
    background-size: 1.1vw auto;
    background-position: right 0.7vw center;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point01 #column .btn a {
    font-size: 3.5vw;
    background-size: 1.4vw auto;
    background-position: right 1.8vw center;
  }
}
#points .point_section#point01 #column .btn a:hover {
  opacity: 0.7;
}
#points .point_section#point02 .flow_box {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #points .point_section#point02 .flow_box {
    max-width: none;
    width: 86.1vw;
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point02 .flow_box {
    max-width: none;
    width: 100%;
    margin-top: 8.3vw;
    overflow-x: scroll;
  }
  #points .point_section#point02 .flow_box .flow_img {
    width: 200vw;
  }
}
#points .point_section#point03 #wall {
  width: 91.4%;
  margin: 40px auto 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #points .point_section#point03 #wall {
    width: 100%;
    margin: 4vw auto 0;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point03 #wall {
    width: 100%;
    margin: 4vw auto 0;
    padding-bottom: 8vw;
  }
}
#points .point_section#point03 #wall .w_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#points .point_section#point03 #wall .w_box .h_txt01, #points .point_section#point03 #wall .w_box .h_txt02 {
  border-bottom: 2px solid #9e9e9f;
}
#points .point_section#point03 #wall .w_box .h_txt01,
#points .point_section#point03 #wall .w_box .h_icon {
  width: 15.8%;
}
@media screen and (max-width: 420px) {
  #points .point_section#point03 #wall .w_box .h_txt01,
  #points .point_section#point03 #wall .w_box .h_icon {
    width: 25%;
  }
}
#points .point_section#point03 #wall .w_box .h_txt02,
#points .point_section#point03 #wall .w_box .txt_block {
  width: 82.8%;
}
@media screen and (max-width: 420px) {
  #points .point_section#point03 #wall .w_box .h_txt02,
  #points .point_section#point03 #wall .w_box .txt_block {
    width: 74%;
  }
}
#points .point_section#point03 #wall .w_box .h_txt01,
#points .point_section#point03 #wall .w_box .h_txt02 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 420px) {
  #points .point_section#point03 #wall .w_box .h_txt01,
  #points .point_section#point03 #wall .w_box .h_txt02 {
    font-size: 12px;
  }
}
#points .point_section#point03 #wall .w_box .h_icon,
#points .point_section#point03 #wall .w_box .txt_block {
  border-bottom: 1px solid #9e9e9f;
}
#points .point_section#point03 #wall .w_box:last-child .h_txt01,
#points .point_section#point03 #wall .w_box:last-child .h_txt02,
#points .point_section#point03 #wall .w_box:last-child .h_icon,
#points .point_section#point03 #wall .w_box:last-child .txt_block {
  border-bottom: 2px solid #9e9e9f;
}
#points .point_section#point03 #wall .w_box .h_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#points .point_section#point03 #wall .w_box .txt_block {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #points .point_section#point03 #wall .w_box .txt_block {
    padding-left: 3.6vw;
  }
}
@media screen and (max-width: 420px) {
  #points .point_section#point03 #wall .w_box .txt_block {
    padding-left: 3vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
#points .point_section#point03 #wall .w_box .txt_block .txt_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 420px) {
  #points .point_section#point03 #wall .w_box .txt_block .txt_list {
    display: block;
  }
}
#points .point_section#point03 #wall .w_box .txt_block .txt_list li {
  font-size: 14px;
  font-weight: bold;
  background-image: url(../img/service/wall_arrow_blue.svg);
  background-repeat: no-repeat;
  background-position: left 0.38em;
  background-size: 0.8em auto;
  padding-left: 1.2em;
  width: 47.5%;
}
#points .point_section#point03 #wall .w_box .txt_block .txt_list li span,
#points .point_section#point03 #wall .w_box .txt_block .txt_list li a {
  text-decoration: underline;
}
#points .point_section#point03 #wall .w_box .txt_block .txt_list li:nth-child(n+3) {
  margin-top: 0.5em;
}
@media screen and (max-width: 420px) {
  #points .point_section#point03 #wall .w_box .txt_block .txt_list li {
    font-size: 12px;
    width: 100%;
  }
  #points .point_section#point03 #wall .w_box .txt_block .txt_list li:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
#points .point_section#point03 #wall .w_box:nth-child(2n+1) .txt_block .txt_list li {
  background-image: url(../img/service/wall_arrow_green.svg);
}
#points .point_section#point03 #logo_contents {
  margin-top: 70px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #points .point_section#point03 #logo_contents {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}
#points .point_section#point03 #logo_contents h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
  color: #333;
  border: 1px solid #333;
  padding: 0.2em 1em 0.3em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #points .point_section#point03 #logo_contents h4 {
    font-size: 4vw;
    margin-bottom: 5.2vw;
  }
}
#points .point_section#point03 #logo_contents .logo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#points .point_section#point03 #logo_contents .logo_list > li {
  width: 18%;
  border: 1px solid #999;
}
#points .point_section#point03 #logo_contents .logo_list > li:nth-child(n+6) {
  margin-top: 22px;
}
#points .point_section#point03 #logo_contents .logo_list > li img {
  width: 100%;
  aspect-ratio: 16/12;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 768px) {
  #points .point_section#point03 #logo_contents .logo_list > li img {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  #points .point_section#point03 #logo_contents .logo_list > li {
    width: 48%;
  }
  #points .point_section#point03 #logo_contents .logo_list > li:nth-child(n+3) {
    margin-top: 3.4vw;
  }
}
#points .point_section#point03 #logo_contents .link01 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #points .point_section#point03 #logo_contents .link01 {
    margin-top: 5vw;
  }
}
#points .point_section#point03 #logo_contents .link01 a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #points .point_section#point03 #logo_contents .link01 a {
    font-size: 3.5vw;
  }
}

#area {
  padding-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  #area {
    padding-bottom: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  #area {
    padding-bottom: 9vw;
  }
}
#area .link_list {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #area .link_list {
    max-width: none;
    width: 78.7vw;
    margin-top: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  #area .link_list {
    max-width: none;
    width: 100%;
    margin-top: 7.3vw;
  }
}
@media screen and (max-width: 420px) {
  #area .link_list {
    width: 80%;
    display: block;
  }
}
#area .link_list li {
  width: 46.5%;
}
@media screen and (max-width: 420px) {
  #area .link_list li {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  #area .link_list li:nth-child(n+2) {
    margin-top: 6.3vw;
  }
}
#area .link_list li:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  #area .link_list li:nth-child(n+3) {
    margin-top: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  #area .link_list li:nth-child(n+3) {
    margin-top: 6.3vw;
  }
}
@media screen and (max-width: 420px) {
  #area .link_list li:nth-child(n+3) {
    margin-top: 6.3vw;
  }
}
#area .link_list li a.no_link {
  display: block;
  pointer-events: none;
  opacity: 0.5;
}
#area .link_list li .cs {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  padding-top: 0.5em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1080px) {
  #area .link_list li .cs {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #area .link_list li .cs {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 420px) {
  #area .link_list li .cs {
    font-size: 3.2vw;
    padding-top: 0.3em;
    margin-bottom: -1.2em;
  }
}/*# sourceMappingURL=style_solution-design.css.map */