@charset "UTF-8";
/* Sass Document */
/* フェードイン */
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.fadeup.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-250%);
            transform: translateX(-250%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-250%);
            transform: translateX(-250%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
}
section {
  margin-top: -0.1rem;
}

p {
  line-height: 2;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.wrap {
  max-width: 83.6rem;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 90.7692307692vw;
  }
}

#fv {
  padding: 3.6rem 0 0;
  background: url(../img/ukiha_funclub_new/fv_bg.png) no-repeat center center, #009438;
  background-size: cover;
}
@media screen and (max-width: 1160px) {
  #fv {
    padding: 3.1034482759vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    padding: 0;
    background: url(../img/ukiha_funclub_new/fv_bg_sp.png) no-repeat center center, #009438;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #fv .wrap {
    width: 100%;
  }
}

#sec01 {
  padding: 2.2rem 0 4.5rem;
  background: #007E41;
}
@media screen and (max-width: 1160px) {
  #sec01 {
    padding: 1.8965517241vw 0 3.8793103448vw;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    padding: 7.1794871795vw 0 7.6923076923vw;
  }
}
#sec01 .center {
  margin: 5rem 0 9.4rem;
}
@media screen and (max-width: 1160px) {
  #sec01 .center {
    margin: 4.3103448276vw 0 8.1034482759vw;
  }
}
@media screen and (max-width: 767px) {
  #sec01 .center {
    margin: 7.6923076923vw 0 8.9743589744vw;
  }
}
#sec01 .center p {
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1160px) {
  #sec01 .center p {
    font-size: 1.9827586207vw;
  }
}
@media screen and (max-width: 767px) {
  #sec01 .center p {
    font-size: 4.358974359vw;
  }
}
#sec01 .banner_area p {
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1160px) {
  #sec01 .banner_area p {
    font-size: 1.9827586207vw;
  }
}
@media screen and (max-width: 767px) {
  #sec01 .banner_area p {
    font-size: 4.358974359vw;
  }
}
#sec01 .banner_area .banner {
  max-width: 56.8rem;
  margin: 1.4rem auto 0;
}
@media screen and (max-width: 1160px) {
  #sec01 .banner_area .banner {
    margin: 1.2068965517vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  #sec01 .banner_area .banner {
    margin: 2.5641025641vw auto 0;
  }
}

.btn {
  width: 40rem;
  margin: auto;
}
@media screen and (max-width: 1160px) {
  .btn {
    width: 34.4827586207vw;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 84.6153846154vw;
  }
}

a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a:hover {
  opacity: 0.7;
}

#sec02 {
  padding: 4.5rem 0;
  background: #007E41;
}
@media screen and (max-width: 1160px) {
  #sec02 {
    padding: 3.8793103448vw 0;
  }
}
@media screen and (max-width: 767px) {
  #sec02 {
    padding: 7.6923076923vw 0;
  }
}
#sec02 .title02 {
  width: 46.5rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1160px) {
  #sec02 .title02 {
    width: 40.0862068966vw;
    margin: 0 auto 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .title02 {
    width: 82.0512820513vw;
    margin: 0 auto 6.6666666667vw;
  }
}
#sec02 .txt p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  #sec02 .txt p {
    font-size: 2.0689655172vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .txt p {
    font-size: 4.6153846154vw;
  }
}

#sec03 {
  padding: 7rem 0 6rem;
  background: #007E41;
}
@media screen and (max-width: 1160px) {
  #sec03 {
    padding: 6.0344827586vw 0 5.1724137931vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 {
    padding: 7.6923076923vw 0 10.2564102564vw;
  }
}
#sec03 .wrap {
  position: relative;
  max-width: 65rem;
  padding: 8rem 2rem 5rem;
  margin: auto;
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1160px) {
  #sec03 .wrap {
    padding: 6.8965517241vw 1.724137931vw 4.3103448276vw;
    border-radius: 0.4310344828vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .wrap {
    padding: 16.6666666667vw 4.1025641026vw 8.2051282051vw;
    border-radius: 1.2820512821vw;
  }
}
#sec03 .wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1160px) {
  #sec03 .wrap:before {
    top: 0.8620689655vw;
    left: 0.8620689655vw;
    width: calc(100% - 1.724137931vw);
    height: calc(100% - 1.724137931vw);
    border-radius: 0.4310344828vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .wrap:before {
    top: 0.7692307692vw;
    left: 0.7692307692vw;
    width: calc(100% - 1.5384615385vw);
    height: calc(100% - 1.5384615385vw);
    border-radius: 1.2820512821vw;
  }
}
#sec03 .title02 {
  position: absolute;
  top: -5rem;
  left: 50%;
  width: 38.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1160px) {
  #sec03 .title02 {
    top: -4.3103448276vw;
    width: 33.1896551724vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .title02 {
    top: -7.1794871795vw;
    width: 61.7948717949vw;
  }
}
#sec03 ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#sec03 ul li {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1160px) {
  #sec03 ul li {
    font-size: 2.0689655172vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 ul li {
    font-size: 5.1282051282vw;
  }
}
#sec03 ul li + li {
  margin-top: 1.5em;
}
#sec03 ul li img {
  width: 3.9rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1160px) {
  #sec03 ul li img {
    width: 3.3620689655vw;
    margin-right: 0.8620689655vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 ul li img {
    width: 7.4358974359vw;
    margin-right: 1.2820512821vw;
  }
}

#sec04 {
  padding: 6rem 0 8rem;
  background: #007E41;
}
@media screen and (max-width: 1160px) {
  #sec04 {
    padding: 5.1724137931vw 0 6.8965517241vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 {
    padding: 10.2564102564vw 0 20.5128205128vw;
  }
}
#sec04 .wrap {
  max-width: 113.2rem;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #sec04 .wrap {
    width: 85.1282051282vw;
  }
}
#sec04 .title02 {
  width: 42.869rem;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .title02 {
    width: 36.9560344828vw;
    margin: 0 auto 5.1724137931vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .title02 {
    width: 82.8205128205vw;
    margin: 0 auto 7.1794871795vw;
  }
}
#sec04 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec04 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.641025641vw;
  }
}
#sec04 .flex.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#sec04 .flex .txt p {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex .txt p {
    font-size: 2.2413793103vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .flex .txt p {
    font-size: 5.1282051282vw;
  }
}
#sec04 .flex figure {
  margin: 0;
}
#sec04 .flex:nth-of-type(1) figure {
  position: relative;
  width: 53.4rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex:nth-of-type(1) figure {
    width: 46.0344827586vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .flex:nth-of-type(1) figure {
    width: 100%;
  }
}
#sec04 .flex:nth-of-type(1) figure .deco {
  position: absolute;
  bottom: -3.5rem;
  left: -20.5rem;
  width: 25rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex:nth-of-type(1) figure .deco {
    bottom: -3.0172413793vw;
    left: -17.6724137931vw;
    width: 21.5517241379vw;
  }
}
#sec04 .flex:nth-of-type(1) .txt {
  width: calc(100% - 53.4rem - 2rem);
  margin-top: 3rem;
  margin-left: 2rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex:nth-of-type(1) .txt {
    width: calc(100% - 46.0344827586vw - 1.724137931vw);
    margin-top: 2.5862068966vw;
    margin-left: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .flex:nth-of-type(1) .txt {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
#sec04 .flex:nth-of-type(2) {
  margin-top: 12rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex:nth-of-type(2) {
    margin-top: 10.3448275862vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .flex:nth-of-type(2) {
    margin-top: 15.3846153846vw;
  }
}
#sec04 .flex:nth-of-type(2) figure {
  position: relative;
  width: 51.8rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex:nth-of-type(2) figure {
    width: 44.6551724138vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .flex:nth-of-type(2) figure {
    width: 100%;
  }
}
#sec04 .flex:nth-of-type(2) figure .deco {
  position: absolute;
  bottom: -7.3rem;
  right: -9.5rem;
  width: 21.5rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex:nth-of-type(2) figure .deco {
    bottom: -6.2931034483vw;
    right: -8.1896551724vw;
    width: 18.5344827586vw;
  }
}
#sec04 .flex:nth-of-type(2) .txt {
  width: calc(100% - 51.8rem - 1.2rem);
  margin-top: 10rem;
  margin-left: 1.2rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex:nth-of-type(2) .txt {
    width: calc(100% - 44.6551724138vw - 1.0344827586vw);
    margin-top: 8.6206896552vw;
    margin-left: 1.0344827586vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .flex:nth-of-type(2) .txt {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
#sec04 .flex:nth-of-type(3) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex:nth-of-type(3) {
    margin-top: 18.9655172414vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .flex:nth-of-type(3) {
    margin-top: 15.3846153846vw;
  }
}
#sec04 .flex:nth-of-type(3) figure {
  width: 56.2rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex:nth-of-type(3) figure {
    width: 48.4482758621vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .flex:nth-of-type(3) figure {
    width: 100%;
  }
}
#sec04 .flex:nth-of-type(3) .txt {
  width: calc(100% - 56.2rem - 1.2rem);
  margin-left: 1.2rem;
}
@media screen and (max-width: 1160px) {
  #sec04 .flex:nth-of-type(3) .txt {
    width: calc(100% - 48.4482758621vw - 1.0344827586vw);
    margin-left: 1.0344827586vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .flex:nth-of-type(3) .txt {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

#sec05 {
  padding: 18rem 0 5rem;
  background: #009438;
}
@media screen and (max-width: 1160px) {
  #sec05 {
    padding: 15.5172413793vw 0 4.3103448276vw;
  }
}
@media screen and (max-width: 767px) {
  #sec05 {
    padding: 20.5128205128vw 0 15.3846153846vw;
  }
}
#sec05 .title02 {
  margin-bottom: 1.8rem;
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  #sec05 .title02 {
    margin-bottom: 1.5517241379vw;
    font-size: 3.4482758621vw;
  }
}
@media screen and (max-width: 767px) {
  #sec05 .title02 {
    margin-bottom: 4.6153846154vw;
    font-size: 8.9743589744vw;
  }
}
#sec05 p {
  margin-bottom: 2.8rem;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  #sec05 p {
    margin-bottom: 2.4137931034vw;
    font-size: 2.2413793103vw;
  }
}
@media screen and (max-width: 767px) {
  #sec05 p {
    margin-bottom: 5.1282051282vw;
    font-size: 5.1282051282vw;
  }
}

#sec06 {
  padding: 5rem 0 16.7rem;
  background: #009438;
}
@media screen and (max-width: 1160px) {
  #sec06 {
    padding: 4.3103448276vw 0 14.3965517241vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 {
    padding: 7.6923076923vw 0 8.9743589744vw;
  }
}
#sec06 .title02 {
  margin-bottom: 4rem;
  font-size: 3.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  #sec06 .title02 {
    margin-bottom: 3.4482758621vw;
    font-size: 3.0172413793vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .title02 {
    margin-bottom: 6.1538461538vw;
    font-size: 8.4615384615vw;
  }
}
#sec06 p {
  margin-bottom: 4.5rem;
  font-size: 2.3rem;
  color: #FFF000;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  #sec06 p {
    margin-bottom: 3.8793103448vw;
    font-size: 1.9827586207vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 p {
    margin-bottom: 15.3846153846vw;
    font-size: 5.1282051282vw;
  }
}
#sec06 .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 1160px) {
  #sec06 .flex {
    gap: 2.7586206897vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9.7435897436vw;
  }
}
#sec06 .flex .y_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 39.8rem;
  height: 30.4rem;
  padding: 1.8rem 2rem 2.8rem;
  background: #FFF000;
  border-radius: 1rem;
}
@media screen and (max-width: 1160px) {
  #sec06 .flex .y_box {
    width: 34.3103448276vw;
    height: 26.2068965517vw;
    padding: 1.5517241379vw 1.724137931vw 2.4137931034vw;
    border-radius: 0.8620689655vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .flex .y_box {
    width: 82.5641025641vw;
    height: 63.0769230769vw;
    padding: 3.5897435897vw 3.5897435897vw 0;
    border-radius: 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .flex .y_box + .y_box {
    padding: 12.8205128205vw 3.5897435897vw 0;
  }
}
#sec06 .flex .y_box .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 29.2rem;
  height: 4.8rem;
  margin-bottom: 1.6rem;
  font-size: 2.7rem;
  color: #fff;
  background: #009438;
  border-radius: 1rem;
}
@media screen and (max-width: 1160px) {
  #sec06 .flex .y_box .title03 {
    width: 25.1724137931vw;
    height: 4.1379310345vw;
    margin-bottom: 1.3793103448vw;
    font-size: 2.3275862069vw;
    border-radius: 0.8620689655vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .flex .y_box .title03 {
    width: 60.5128205128vw;
    height: 9.7435897436vw;
    margin-bottom: 2.5641025641vw;
    font-size: 5.641025641vw;
    border-radius: 2.5641025641vw;
  }
}
#sec06 .flex .y_box figure {
  display: block;
  max-width: 19.3rem;
}
@media screen and (max-width: 767px) {
  #sec06 .flex .y_box figure {
    width: 34.6153846154vw;
  }
}
#sec06 .flex .y_box .g_box {
  width: 29.4rem;
  padding: 1rem;
  font-size: 3.2rem;
  color: #009438;
  border: 0.3rem solid #009438;
  border-radius: 0.5rem;
  background: #fff;
}
@media screen and (max-width: 1160px) {
  #sec06 .flex .y_box .g_box {
    width: 25.3448275862vw;
    padding: 0.8620689655vw;
    font-size: 2.7586206897vw;
    border: 0.2586206897vw solid #009438;
    border-radius: 0.4310344828vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .flex .y_box .g_box {
    width: 61.0256410256vw;
    padding: 2.0512820513vw;
    font-size: 6.6666666667vw;
    border: 0.7692307692vw solid #009438;
    border-radius: 1.2820512821vw;
  }
}
#sec06 .flex .y_box p {
  margin-bottom: 0;
  font-size: 2.5rem;
  color: #009438;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  #sec06 .flex .y_box p {
    font-size: 2.1551724138vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .flex .y_box p {
    font-size: 5.3846153846vw;
  }
}
#sec06 .flex .g_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.8rem;
  height: 11.8rem;
  font-size: 2.7rem;
  color: #fff;
  font-weight: 600;
  background: #009438;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1160px) {
  #sec06 .flex .g_circle {
    width: 10.1724137931vw;
    height: 10.1724137931vw;
    font-size: 2.3275862069vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .flex .g_circle {
    width: 24.6153846154vw;
    height: 24.6153846154vw;
    font-size: 5.641025641vw;
  }
}

#sec07 {
  padding: 6rem 0 7rem;
  background: #fff;
}
@media screen and (max-width: 1160px) {
  #sec07 {
    padding: 5.1724137931vw 0 6.0344827586vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 {
    padding: 10.2564102564vw 0 23.0769230769vw;
    background: #009438;
  }
}
#sec07 .title02 {
  width: 33.6rem;
  margin: 0 auto 1.85rem;
}
@media screen and (max-width: 1160px) {
  #sec07 .title02 {
    width: 28.9655172414vw;
    margin: 0 auto 1.5948275862vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .title02 {
    width: 68.2051282051vw;
    margin: 0 auto 5.1282051282vw;
  }
}
#sec07 p {
  font-size: 2.7rem;
  color: #25403D;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1160px) {
  #sec07 p {
    font-size: 2.3275862069vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 p {
    font-size: 5.641025641vw;
    color: #fff;
  }
}
#sec07 p a {
  color: #25403D;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #sec07 p a {
    color: #fff;
  }
}
#sec07 .small {
  font-size: 2.2rem;
}
@media screen and (max-width: 1160px) {
  #sec07 .small {
    font-size: 1.8965517241vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .small {
    font-size: 4.4871794872vw;
  }
}