@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}



body {
  overscroll-behavior-y: none;
  overscroll-behavior: none;
}
body * {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  color: inherit;
}

#main {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #1c1b1a;
}
#main *{
  line-height: 1;
}
#main img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #main .fs-common-ttl {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main .fs-common-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main .fs-common-ttl {
    margin-bottom: 21.3333333333px;
  }
}
#main .fs-common-ttl > span {
  display: block;
  text-align: center;
}
#main .fs-common-ttl > span.en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #main .fs-common-ttl > span.en {
    font-size: 3.4722222222vw;
    margin-bottom: 0.4861111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main .fs-common-ttl > span.en {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main .fs-common-ttl > span.en {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main .fs-common-ttl > span.en {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main .fs-common-ttl > span.en {
    margin-bottom: 3.7333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main .fs-common-ttl > span.en {
    font-size: 11.2vw;
    margin-bottom: 2vw;
  }
}
#main .fs-common-ttl > span.ja {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #main .fs-common-ttl > span.ja {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main .fs-common-ttl > span.ja {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main .fs-common-ttl > span.ja {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 767px) {
  #main .fs-common-ttl > span.ja {
    font-size: 4.2666666667vw;
  }
}
#main .fs-common-ttl > span.ja sup {
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  #main .fs-common-ttl > span.ja sup {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main .fs-common-ttl > span.ja sup {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main .fs-common-ttl > span.ja sup {
    font-size: 5.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main .fs-common-ttl > span.ja sup {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #main .fs-common-ttl > span.note {
    margin-top: 1.1805555556vw;
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main .fs-common-ttl > span.note {
    margin-top: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main .fs-common-ttl > span.note {
    margin-top: 9.0666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main .fs-common-ttl > span.note {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main .fs-common-ttl > span.note {
    font-size: 5.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main .fs-common-ttl > span.note {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
    text-align: left;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
    text-indent: -2.6666666667vw;
    line-height: 1.6;
  }
}
#main #fs-anchor {
  background-color: #045cb6;
}
#main #fs-anchor .fs-anchor-wrapper ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul {
    max-width: 72.2222222222vw;
    height: 4.8611111111vw;
    border-left: solid 2px rgb(165, 211, 228);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-anchor .fs-anchor-wrapper ul {
    max-width: 1040px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul {
    max-width: 554.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-anchor .fs-anchor-wrapper ul {
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul {
    height: 37.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-anchor .fs-anchor-wrapper ul {
    height: 16vw;
  }
}
#main #fs-anchor .fs-anchor-wrapper ul li {
  border-right: solid 2px rgb(165, 211, 228);
  width: 33.3333333333%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #main #fs-anchor .fs-anchor-wrapper ul li {
    border-width: 0.2vw;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-anchor .fs-anchor-wrapper ul li:last-child {
    border-right: none;
  }
}
#main #fs-anchor .fs-anchor-wrapper ul li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a {
    font-size: 1.1111111111vw;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a {
    font-size: 8.5333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a:hover {
    background-color: #6296cc;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a > img.arrow {
    width: 1.0416666667vw;
    margin-top: 0.4861111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a > img.arrow {
    width: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a > img.arrow {
    width: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a > img.arrow {
    margin-top: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a > img.arrow {
    margin-top: 3.7333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a > img.arrow {
    width: 2.6666666667vw;
    margin-top: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a > img.cart {
    width: 2.1527777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a > img.cart {
    width: 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a > img.cart {
    width: 16.5333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-anchor .fs-anchor-wrapper ul li a > img.cart {
    width: 5.0666666667vw;
  }
}
#main #fs-sect-01 {
  background-size: cover;
  background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/bg-01.jpg);
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 {
    padding-top: 6.9444444444vw;
    padding-bottom: 18.0555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 {
    padding-top: 53.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 {
    padding-bottom: 260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 {
    padding-bottom: 138.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-01 {
    padding-top: 21.3333333333vw;
    padding-bottom: 42.6666666667vw;
    background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/bg-01.sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper h2 {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper h2 {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper h2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-01 .fs-sect-01-wrapper h2 {
    margin-bottom: 12.8vw;
  }
}
#main #fs-sect-01 .fs-sect-01-wrapper h2 img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper h2 img {
    width: 36.5277777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper h2 img {
    width: 526px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper h2 img {
    width: 280.5333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-01 .fs-sect-01-wrapper h2 img {
    width: 69.8666666667vw;
  }
}
#main #fs-sect-01 .fs-sect-01-wrapper p {
  color: #045cb6;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper p {
    line-height: 2.3;
    font-size: 1.25vw;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper p {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-01 .fs-sect-01-wrapper p {
    font-size: 4vw;
    line-height: 2.3;
  }
}
#main #fs-sect-01 .fs-sect-01-wrapper p > span {
  text-decoration: underline;
  text-underline-offset: 7px;
  -webkit-text-decoration-color: #23abff;
          text-decoration-color: #23abff;
  text-decoration-thickness: 1.5px;
}
#main #fs-sect-01 .fs-sect-01-wrapper p > strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper p > strong {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper p > strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper p > strong {
    font-size: 10.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-01 .fs-sect-01-wrapper p > strong {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend {
    margin-top: 1.3888888889vw;
    width: 32.2916666667vw;
    margin-bottom: 2.0833333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend {
    margin-top: 10.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend {
    width: 465px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend {
    width: 248px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend img {
    margin-left: -1.5972222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend img {
    margin-left: -23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend img {
    margin-left: -12.2666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-recomend img {
    width: 92vw;
    margin-left: 1.6vw;
  }
}
#main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-color: rgb(4, 92, 182);
  color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
    width: 27.7777777778vw;
    height: 3.8194444444vw;
    border-radius: 1.9097222222vw;
    font-size: 1.1111111111vw;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
    width: 213.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
    height: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
    height: 29.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
    border-radius: 27.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
    border-radius: 14.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
    font-size: 8.5333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a {
    width: 72vw;
    height: 14.6666666667vw;
    border-radius: 7.3333333333vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:hover {
    background-color: rgba(4, 92, 182, 0.6);
  }
}
#main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/btn_arrow_icon.png);
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
    width: 0.5555555556vw;
    height: 1.0416666667vw;
    margin-top: -0.5208333333vw;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
    width: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
    width: 4.2666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
    height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
    margin-top: -7.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
    margin-top: -4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a:after {
    background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/btn_arrow_icon.sp.png);
    width: 1.8666666667vw;
    height: 3.4666666667vw;
    margin-top: -1.7333333333vw;
    margin-right: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a > img {
    width: 1.3194444444vw;
    margin-left: 0.3472222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a > img {
    width: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a > img {
    width: 10.1333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a > img {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a > img {
    margin-left: 2.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-01 .fs-sect-01-wrapper .fs-sect-01-btn a > img {
    width: 5.6vw;
    margin-left: 1.6vw;
  }
}
#main #fs-sect-02 {
  position: relative;
  background-color: #045cb6;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 {
    padding-top: 6.9444444444vw;
    padding-bottom: 6.9444444444vw;
    margin-top: -10.4166666667vw;
    border-top-left-radius: 10.4166666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 {
    padding-top: 53.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 {
    padding-bottom: 53.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 {
    margin-top: -150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 {
    margin-top: -80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 {
    border-top-left-radius: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 {
    border-top-left-radius: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 {
    padding-top: 18.1333333333vw;
    padding-bottom: 17.3333333333vw;
    margin-top: -20.6666666667vw;
    border-top-left-radius: 20vw;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-ttl {
    margin-bottom: 2.4305555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-ttl {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-ttl {
    margin-bottom: 18.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-ttl h2 {
  color: #fff;
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
    width: 72.2222222222vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6.9444444444vw;
    padding-top: 5.5555555556vw;
    padding-bottom: 4.8611111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
    width: 1040px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
    width: 554.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
    border-radius: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
    border-radius: 53.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
    padding-top: 42.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
    padding-bottom: 37.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content {
    border-radius: 10.6666666667vw;
    padding-top: 14.6666666667vw;
    padding-bottom: 11.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block {
    width: 52.7777777778vw;
    margin-bottom: 4.1666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block {
    width: 760px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block {
    width: 405.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block {
    margin-bottom: 12vw;
  }
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block:last-child .flex .flex-img img {
    margin-left: 4vw;
    margin-bottom: -14.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 {
    margin-bottom: 9.6px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 {
    margin-bottom: 4.8vw;
  }
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span {
  display: block;
  text-align: center;
  font-family: "Jost", sans-serif;
  color: #23abff;
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span:first-child {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span:first-child {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span:first-child {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span:first-child {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span:first-child {
    font-size: 4.8vw;
  }
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span:last-child {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span:last-child {
    font-size: 2.6388888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span:last-child {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span:last-child {
    font-size: 20.2666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h3 > span:last-child {
    font-size: 10.1333333333vw;
  }
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 {
  font-weight: 600;
  text-align: center;
  color: #045cb6;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 {
    font-size: 1.6666666667vw;
    margin-bottom: 2.4305555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 {
    margin-bottom: 18.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 {
    font-size: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
    line-height: 1.5;
  }
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > span {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > span {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > span {
    font-size: 14.9333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > span {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > small {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > small {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > small {
    font-size: 10.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > small {
    font-size: 2.9333333333vw;
  }
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > sup {
  vertical-align: text-top;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > sup {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > sup {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > sup {
    font-size: 10.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block h4 > sup {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-img {
    width: 23.1944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-img {
    width: 334px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-img {
    width: 178.1333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-img {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-img img {
    width: 23.1944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-img img {
    width: 334px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-img img {
    width: 178.1333333333px;
  }
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt {
  color: #1c1b1a;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p {
    width: 26.3888888889vw;
    font-size: 1.0416666667vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p {
    width: 380px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p {
    width: 202.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p {
    padding-left: 7.3333333333vw;
    padding-right: 7.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p > sup {
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p > sup {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p > sup {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p > sup {
    font-size: 6.4px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt p > sup {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt ul {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt ul {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt ul {
    margin-top: 13.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt ul {
    margin-top: 4vw;
    padding-left: 7.3333333333vw;
    padding-right: 7.3333333333vw;
  }
}
#main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt ul li {
  color: #575653;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt ul li {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt ul li {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt ul li {
    font-size: 5.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt ul li {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-02 .fs-sect-02-wrapper .fs-sect-02-content .fs-sect-02-content-block .flex .flex-txt ul li.star {
    text-indent: -1.3333333333vw;
    padding-left: 1.3333333333vw;
  }
}
#main #fs-sect-03 {
  background-color: #045cb6;
}
#main #fs-sect-03 .fs-sect-03-wrapper {
  background-color: #fcf8ea;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper {
    padding-top: 6.9444444444vw;
    padding-bottom: 6.9444444444vw;
    border-top-left-radius: 10.4166666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper {
    padding-top: 53.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper {
    padding-bottom: 53.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper {
    border-top-left-radius: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper {
    border-top-left-radius: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper {
    padding-top: 18.1333333333vw;
    padding-bottom: 17.3333333333vw;
    border-top-left-radius: 20vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-ttl {
    margin-bottom: 2.4305555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-ttl {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-ttl {
    margin-bottom: 18.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-ttl h2 {
  color: #1c1b1a;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content {
    width: 72.2222222222vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content {
    width: 1040px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content {
    width: 554.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
  background-color: #d8f3ff;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    border-radius: 5.5555555556vw;
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
    padding-left: 9.7222222222vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    border-radius: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    border-radius: 42.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    padding-top: 42.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    padding-bottom: 42.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    padding-left: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    padding-left: 74.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    margin-bottom: 26.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block {
    border-radius: 10.6666666667vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon {
    display: flex;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon {
    margin-bottom: 5.3333333333vw;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span {
    height: 4.0277777778vw;
    margin-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span {
    height: 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span {
    height: 30.9333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span {
    margin-right: 10.6666666667px;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.spf50 {
    background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/spf50.png);
    width: 13.0555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.spf50 {
    width: 188px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.spf50 {
    width: 100.2666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.spf50 {
    background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/spf50.sp.png);
    width: 47.7333333333vw;
    height: 12.8vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.spf35 {
    background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/spf35.png);
    width: 13.0555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.spf35 {
    width: 188px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.spf35 {
    width: 100.2666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.spf35 {
    background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/spf35.sp.png);
    width: 47.7333333333vw;
    height: 12.8vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.ic {
    background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/icon.png);
    width: 8.4027777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.ic {
    width: 121px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.ic {
    width: 64.5333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .icon > span.ic {
    display: none;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h3 {
  font-weight: 600;
  color: #0066ce;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h3 {
    font-size: 1.8055555556vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h3 {
    font-size: 13.8666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h3 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h3 {
    text-align: center;
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 9.7222222222vw;
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img {
    margin-right: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img {
    margin-right: 74.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img {
    margin-top: 42.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img.mr01 {
    margin-right: 7.6388888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img.mr01 {
    margin-right: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img.mr01 {
    margin-right: 58.6666666667px;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img.mr02 {
    margin-right: 6.1805555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img.mr02 {
    margin-right: 89px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img.mr02 {
    margin-right: 47.4666666667px;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-01 {
    width: 27.4305555556vw;
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-01 {
    width: 395px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-01 {
    width: 210.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-01 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-01 {
    margin-top: 37.3333333333px;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-02 {
    width: 20.2083333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-02 {
    width: 291px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-02 {
    width: 155.2px;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-03 {
    width: 18.6805555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-03 {
    width: 269px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-03 {
    width: 143.4666666667px;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-04 {
    width: 21.4583333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-04 {
    width: 309px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-04 {
    width: 164.8px;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-05 {
    width: 18.2638888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-05 {
    width: 263px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .img .img-05 {
    width: 140.2666666667px;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h4 {
  font-weight: 600;
  color: #1c1b1a;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h4 {
    font-size: 1.25vw;
    margin-bottom: 0.3472222222vw;
    line-height: 1.33;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h4 {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h4 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h4 {
    margin-bottom: 2.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h4 {
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt h4 > span {
    font-size: 4.5333333333vw;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt p {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt p {
    font-size: 0.9027777778vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt p {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt p {
    font-size: 6.9333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt p {
    margin-bottom: 10.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt p {
    text-align: center;
    font-size: 2.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type {
    width: 23.1944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type {
    width: 334px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type {
    width: 178.1333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type {
    padding-left: 7.3333333333vw;
    padding-right: 7.3333333333vw;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #0066ce;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    font-size: 0.7638888889vw;
    width: 11.25vw;
    height: 2.5vw;
    margin-right: 0.6944444444vw;
    border-radius: 0.5555555556vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    font-size: 5.8666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    width: 162px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    width: 86.4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    height: 19.2px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    margin-right: 5.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    border-radius: 4.2666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    margin-top: 5.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span {
    font-size: 2.4vw;
    width: 34.6666666667vw;
    height: 7.7333333333vw;
    margin-right: 2.6666666667vw;
    border-radius: 1.0666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span:nth-of-type(1), #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span:nth-of-type(2) {
  margin-top: 0;
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .type > span:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn {
    margin-top: 6.6666666667vw;
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #045cb6;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
    width: 23.1944444444vw;
    height: 3.4722222222vw;
    border-radius: 1.7361111111vw;
    font-size: 1.1111111111vw;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
    width: 334px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
    width: 178.1333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
    height: 26.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
    border-radius: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
    border-radius: 13.3333333333px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
    font-size: 8.5333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a {
    width: 72vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 4.2666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:hover {
    background-color: rgba(4, 92, 182, 0.6);
  }
}
#main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/btn_arrow_icon.png);
}
@media screen and (min-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
    width: 0.5555555556vw;
    height: 1.0416666667vw;
    margin-top: -0.5208333333vw;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
    width: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
    width: 4.2666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
    height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
    margin-top: -7.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
    margin-top: -4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-sect-03 .fs-sect-03-wrapper .fs-sect-03-content .fs-sect-03-block .fs-sect-03-txt .btn a:after {
    background-image: url(/-/Media/com/skin-aqua/20240125/moisture/assets/img/btn_arrow_icon.sp.png);
    width: 1.8666666667vw;
    height: 3.4666666667vw;
    margin-top: -1.7333333333vw;
    margin-right: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper {
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper {
    padding-top: 42.6666666667px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper {
    padding-bottom: 42.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
#main #fs-footer-banner .fs-footer-banner-wrapper a {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper a {
    width: 49.0277777778vw;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper a {
    width: 706px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper a {
    width: 376.5333333333px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper a {
    width: 77.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper a:hover {
    opacity: 0.7;
  }
}
#main #fs-footer-banner .fs-footer-banner-wrapper h2 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper h2 {
    width: 31.6666666667vw;
    margin-top: 5.2083333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper h2 {
    width: 456px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper h2 {
    width: 243.2px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper h2 {
    margin-top: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper h2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper h2 {
    margin-top: 10vw;
    margin-bottom: 4vw;
    width: 66.6666666667vw;
  }
}