main {
  display: block;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .paddingSide {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 1280px) {
  section.sec1 p.shoulder {
    font-size: 2.109375vw;
  }
}
@media screen and (max-width: 767px) {
  section.sec1 p.shoulder {
    font-size: 4.375vw;
    border-radius: 4rem;
  }
}

h2 {
  font-family: "UD Shin Go Medium", sans-serif;
  font-size: 37px;
  color: #005baa;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  h2 {
    font-size: 2.890625vw;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 4.53125vw;
    margin-bottom: 2.5rem;
  }
}

h3 {
  font-weight: 500;
  font-size: 25px;
  color: #005baa;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1280px) {
  h3 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 1.2rem;
    font-size: 3.90625vw;
  }
}

p {
  font-size: 20px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 1280px) {
  p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 3.6505867014vw;
  }
}

section.sec0 {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  section.sec0 {
    padding: 0;
  }
}

section.sec {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  padding: 2rem 4rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  section.sec {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
section.sec h2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-family: "UD Shin Go Medium", sans-serif;
  font-size: 37px;
  color: #005baa;
  text-align: center;
  margin-bottom: 4rem;
  text-align: left;
  display: block;
  position: relative;
}
@media screen and (max-width: 1280px) {
  section.sec h2 {
    font-size: 2.890625vw;
  }
}
@media screen and (max-width: 767px) {
  section.sec h2 {
    font-size: 4.53125vw;
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
section.sec h2 span {
  text-align: center;
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  font-size: 64px;
  display: block;
  color: #fff;
  display: inline-block;
  background-color: #005baa;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  margin-right: 2rem;
  position: relative;
  padding-left: 0.3rem;
  padding-top: 0.2rem;
  top: 0.8rem;
}
@media screen and (max-width: 1280px) {
  section.sec h2 span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  section.sec h2 span {
    font-size: 5.8670143416vw;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    padding-top: 0.1rem;
    padding-left: 0.1rem;
    margin-right: 0.5rem;
    top: 0.3rem;
  }
}
section.sec .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.sec .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section.sec .wrap h3 {
  width: 45%;
}
@media screen and (max-width: 767px) {
  section.sec .wrap h3 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
section.sec .wrap p {
  width: 45%;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  section.sec .wrap p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
  }
}
section.sec .wrap .imgCtn {
  width: 54%;
}
@media screen and (max-width: 767px) {
  section.sec .wrap .imgCtn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
section.sec .wrap .imgCtn img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  section.sec .wrap .imgCtn img {
    width: 100%;
    display: block;
  }
}

section.sec1 .wrap {
  height: 26rem;
}
@media screen and (max-width: 1280px) {
  section.sec1 .wrap {
    height: 29rem;
  }
}
@media screen and (max-width: 767px) {
  section.sec1 .wrap {
    height: auto;
  }
  section.sec1 .wrap .imgCtn {
    margin-bottom: 1rem;
  }
}

section.sec2 .wrap {
  height: 22rem;
}
@media screen and (max-width: 1280px) {
  section.sec2 .wrap {
    height: 22rem;
  }
}
@media screen and (max-width: 767px) {
  section.sec2 .wrap {
    height: auto;
  }
}
section.sec2 .wrap .imgCtn {
  width: 50%;
  position: relative;
  top: -3rem;
}
@media screen and (max-width: 767px) {
  section.sec2 .wrap .imgCtn {
    width: 100%;
    top: -1rem;
  }
}
section.sec2 .wrap .imgCtn img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  section.sec2 .wrap .imgCtn img {
    width: 100%;
    display: block;
  }
}

section.sec3 .wrap h3 {
  width: 100%;
}
section.sec3 .wrap p {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  section.sec3 .wrap p {
    margin-bottom: 1rem;
  }
}

section.sec4 .wrap {
  height: 20rem;
}
@media screen and (max-width: 1280px) {
  section.sec4 .wrap {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  section.sec4 .wrap {
    height: auto;
  }
}
section.sec4 .wrap .imgCtn {
  width: 38%;
  position: relative;
  top: -9rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  section.sec4 .wrap .imgCtn {
    width: 80%;
    top: -2rem;
    left: 0;
    margin: 0 auto;
  }
}
section.sec4 .wrap .imgCtn img {
  width: 100%;
  height: auto;
  display: block;
}

section.sec5 .wrap {
  height: 25rem;
}
@media screen and (max-width: 1280px) {
  section.sec5 .wrap {
    height: 26rem;
  }
}
@media screen and (max-width: 767px) {
  section.sec5 .wrap {
    height: auto;
  }
}
section.sec5 .wrap .imgCtn {
  width: 50%;
  position: relative;
  top: -4rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  section.sec5 .wrap .imgCtn {
    width: 100%;
    top: -1.8rem;
    margin: 0 auto;
    padding-left: 0;
  }
}
section.sec5 .wrap .imgCtn img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  section.sec5 .wrap .imgCtn img {
    width: 100%;
    display: block;
  }
}

section.sec6 .wrap {
  height: 25rem;
}
@media screen and (max-width: 1280px) {
  section.sec6 .wrap {
    height: 27rem;
  }
}
@media screen and (max-width: 767px) {
  section.sec6 .wrap {
    height: auto;
  }
}
section.sec6 .wrap .imgCtn {
  width: 40%;
  position: relative;
  top: -2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  section.sec6 .wrap .imgCtn {
    width: 100%;
    top: -1rem;
    margin: 0 auto;
  }
}
section.sec6 .wrap .imgCtn img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  section.sec6 .wrap .imgCtn img {
    width: 100%;
    display: block;
  }
}

section.sec7 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  section.sec7 {
    margin-bottom: 4rem;
  }
}
section.sec7 .wrap {
  height: 19rem;
}
@media screen and (max-width: 1280px) {
  section.sec7 .wrap {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  section.sec7 .wrap {
    height: auto;
  }
}
section.sec7 .wrap .imgCtn {
  width: 50%;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  section.sec7 .wrap .imgCtn {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    top: -1rem;
  }
}
section.sec7 .wrap .imgCtn img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  section.sec7 .wrap .imgCtn img {
    width: 100%;
    display: block;
  }
}

section.sec .imgCtn img {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.7s;
  transition: transform 0.8s ease-out, opacity 0.7s, -webkit-transform 0.8s ease-out;
}
@media screen and (max-width: 767px) {
  section.sec .imgCtn img {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
}
section.sec .imgCtn img.start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=style.css.map */