main {
  font-weight: normal;
  font-size: 16px;
}

main h2 {
  margin-bottom: 30px;
}

main section {
  margin-bottom: 80px;
}

main .sect01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .sect01 .wrap h3 {
  width: calc(50% - 40px);
  color: #2080C0;
  font-weight: 500;
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
}

main .sect01 .wrap p {
  width: calc(50% - 40px);
}

main .sect02 {
  padding: 80px 0;
  background-color: #fff;
}

main .sect02 .cont1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .sect02 .cont1 div {
  width: calc(100% - 300px);
}

main .sect02 .cont1 h3 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0;
}

main .sect02 .cont1 p {
  letter-spacing: 0.02em;
}

main .sect02 .cont1 figure {
  width: calc(300px);
  text-align: right;
}

main .sect02 .cont1 figure img {
  width: 100%;
  max-width: 240px;
}

main .sect02 .cont2 {
  margin-top: 76px;
  padding: 40px;
  border: 1px solid #2080C0;
}

main .sect02 .cont2 h4 {
  color: #2080C0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

main .sect02 .cont2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
}

main .sect02 .cont2 li {
  width: 23%;
}

main .sect02 .cont2 li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 212px;
  height: 212px;
  padding-right: 0.05em;
  background-image: url(../img/bg_feature_circle.png);
  background-size: 100% 100%;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

main .sect03 {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  main .sect02 {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 900px) {
  main .sect02 .cont2 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .sect02 .cont2 li {
    width: 50%;
  }
  main .sect02 .cont2 li:nth-child(1) span,
  main .sect02 .cont2 li:nth-child(3) span {
    margin: 0 0 0 auto;
  }
  main .sect02 .cont2 li:nth-child(2) span,
  main .sect02 .cont2 li:nth-child(4) span {
    margin: 0 auto 0 0;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding: 0;
  }
  main h2 {
    margin-bottom: 0;
  }
  main section {
    margin-bottom: 0;
  }
  main .sect01 .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .sect01 .wrap h3 {
    width: calc(100%);
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.6;
  }
  main .sect01 .wrap p {
    width: calc(100%);
  }
  main .sect02 {
    padding: 0 0 40px;
    background-color: transparent;
  }
  main .sect02 .cont1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .sect02 .cont1 div {
    width: calc(100%);
  }
  main .sect02 .cont1 h3 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1.6;
  }
  main .sect02 .cont1 p {
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
  main .sect02 .cont1 figure {
    width: calc(100%);
    text-align: center;
  }
  main .sect02 .cont2 {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 20px;
  }
  main .sect02 .cont2 h4 {
    margin: 0;
    line-height: 1.6;
  }
  main .sect02 .cont2 ul {
    margin: 10px 0 0;
  }
  main .sect02 .cont2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  main .sect02 .cont2 li span {
    width: auto;
    min-width: auto;
    height: 80px;
    min-height: auto;
    border-radius: 10px;
    background: none;
    background: linear-gradient(135deg, #2080c0 0%, #80b0d0 100%);
    -webkit-box-shadow: 4px 4px 4px rgba(32, 128, 192, 0.2);
            box-shadow: 4px 4px 4px rgba(32, 128, 192, 0.2);
    font-size: 19px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2080c0', endColorstr='#80b0d0',GradientType=1 );
  }
  main .sect02 .cont2 li:nth-child(1) span,
  main .sect02 .cont2 li:nth-child(3) span,
  main .sect02 .cont2 li:nth-child(2) span,
  main .sect02 .cont2 li:nth-child(4) span {
    margin: auto;
  }
  main .sect03 {
    background-color: #fff;
  }
}

/*# sourceMappingURL=maps/feature.css.map */
