@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600;700&family=Noto+Serif+JP:wght@500;600;700&family=Roboto:wght@600;700&display=swap");
:root {
  --vw-size11: clamp(10px, calc(((11 + 2) / 1260) * 100vw), 11px);
  --vw-size12: clamp(10px, calc(((12 + 2) / 1260) * 100vw), 12px);
  --vw-size14: clamp(12px, calc(((14 + 2) / 1260) * 100vw), 14px);
  --vw-size16: clamp(13px, calc(((16 + 2) / 1260) * 100vw), 16px);
  --vw-size18: clamp(14px, calc(((18 + 2) / 1260) * 100vw), 18px);
  --vw-size20: clamp(15px, calc(((20 + 2) / 1260) * 100vw), 20px);
  --vw-size22: clamp(16px, calc(((22 + 2) / 1260) * 100vw), 22px);
  --vw-size24: clamp(18px, calc(((24 + 2) / 1260) * 100vw), 24px);
  --vw-size26: clamp(18px, calc(((26 + 2) / 1260) * 100vw), 26px);
  --vw-size28: clamp(19px, calc(((28 + 2) / 1260) * 100vw), 28px);
  --vw-size30: clamp(20px, calc(((30 + 2) / 1260) * 100vw), 30px);
  --vw-size32: clamp(20px, calc(((32 + 2) / 1260) * 100vw), 32px);
  --vw-size34: clamp(21px, calc(((34 + 2) / 1260) * 100vw), 34px);
  --vw-size36: clamp(22px, calc(((36 + 2) / 1260) * 100vw), 36px);
  --vw-size40: clamp(22px, calc(((40 + 2) / 1260) * 100vw), 40px);
  --vw-size45: clamp(24px, calc(((45 + 2) / 1260) * 100vw), 45px);
  --vw-size48: clamp(24px, calc(((48 + 2) / 1260) * 100vw), 48px);
  --vw-size50: clamp(25px, calc(((50 + 2) / 1260) * 100vw), 50px);
  --vw-size56: clamp(30px, calc(((56 + 2) / 1260) * 100vw), 56px);
  --vw-size60: clamp(30px, calc(((60 + 2) / 1260) * 100vw), 60px);
  --vw-size68: clamp(34px, calc(((68 + 2) / 1260) * 100vw), 68px);
  --vw-size80: clamp(40px, calc(((80 + 2) / 1260) * 100vw), 80px);
  --vw-size90: clamp(45px, calc(((90 + 2) / 1260) * 100vw), 90px);
  --vw-size100: clamp(50px, calc(((100 + 2) / 1260) * 100vw), 100px);
  --vw-size140: clamp(70px, calc(((140 + 2) / 1260) * 100vw), 140px);
}

/* Vendor prefix
--------------------------------- */
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Serif JP", A1 Mincho, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: var(--vw-size16);
  letter-spacing: 0.06em;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  color: #000;
}
body.ovhide {
  overflow: hidden;
}

.go {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

:root {
  interpolate-size: allow-keywords;
}

.footer p {
  line-height: 1.8em;
}

main div, main span, main applet, main object, main iframe,
main h1, main h2, main h3, main h4, main h5, main h6, main p, main blockquote, main pre,
main a, main abbr, main acronym, main address, main big, main cite, main code,
main del, main dfn, main em, main img, main ins, main kbd, main q, main s, main samp,
main small, main strike, main strong, main sub, main sup, main tt, main var,
main b, main u, main i, main center,
main dl, main dt, main dd,
main fieldset, main form, main label, main legend,
main table, main caption, main tbody, main tfoot, main thead, main tr, main th, main td,
main article, main aside, main canvas, main details, main embed,
main figure, main figcaption, main footer, main header, main hgroup,
main menu, main nav, main output, main ruby, main section, main summary,
main time, main mark, main audio, main video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
main a {
  text-decoration: none;
  color: #000;
}
main img, main x:-moz-any-link, main x:default {
  box-shadow: #000 0 0 0;
}
main img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
main p {
  font-size: var(--vw-size16);
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
}
main small {
  font-size: 80%;
}
@media (min-width: 992px) {
  main a {
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
  }
  main a:hover {
    opacity: 0.7;
  }
  main a:hover img {
    opacity: 1;
  }
  main a[href^="tel:"] {
    pointer-events: none;
  }
  main a[href^="tel:"]:hover {
    opacity: 1;
  }
}
main sup {
  font-size: 60%;
  vertical-align: super;
}
main .inner01 {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
main .inner02 {
  width: 90%;
  max-width: 1552px;
  margin: 0 auto;
}
main main {
  overflow: hidden;
}
main .mvArea {
  position: relative;
}
main .mvArea .mvImgSlide {
  position: relative;
}
main .mvArea .mvImgSlide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
main .mvArea .mvImgSlide .slick-dots {
  bottom: 25px;
  z-index: 10;
}
main .mvArea .mvImgSlide .slick-dots li {
  width: 20px;
  height: 20px;
}
main .mvArea .mvImgSlide .slick-dots li button {
  width: 20px;
  height: 20px;
}
main .mvArea .mvImgSlide .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}
@media (max-width: 767px) {
  main .mvArea .mvImgSlide .slick-dots li button:before {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
  }
}
main .mvArea .mvImgSlide .slick-dots li.slick-active button:before {
  background: #0D603C;
  opacity: 1;
}
main .mvArea .mvTxtWrap {
  width: 100%;
  height: 100%;
  padding: 0 5% 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  main .mvArea .mvTxtWrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main .mvArea .mvTxtWrap h1 {
  font-size: var(--vw-size90);
  color: #fff;
  line-height: 1.2em;
  text-shadow: 0 0 10px #000;
}
main .mvArea .mvTxtWrap h1 span {
  display: block;
  font-size: var(--vw-size60);
}
main .mvArea .mvTxtWrap h1 span.en {
  font-size: var(--vw-size30);
  line-height: 1.2em;
  font-weight: normal;
  font-family: "Times New Roman", "Noto Serif JP", A1 Mincho, 游明朝, "Yu Mincho", YuMincho, serif;
  margin-top: 30px;
}
@media (max-width: 767px) {
  main .mvArea .mvTxtWrap h1 span.en {
    font-size: var(--vw-size26);
    margin-top: 20px;
  }
}
main .floatBtnArea02 {
  width: 347px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 991;
}
@media (max-width: 767px) {
  main .floatBtnArea02 {
    display: block !important;
    width: 100%;
    position: relative;
    padding: 15px 5%;
    bottom: auto;
    right: auto;
  }
}
main .floatBtnArea02 a {
  width: 339px;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  main .floatBtnArea02 a {
    width: 100%;
  }
}
main .floatBtnArea02 .close {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  main .floatBtnArea02 .close {
    display: none;
  }
}
main .floatBtnArea02 .close::before, main .floatBtnArea02 .close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #3D3D3D;
  position: absolute;
  top: 50%;
  left: 10px;
}
main .floatBtnArea02 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main .floatBtnArea02 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
main .floatBtnArea01 {
  width: 106px;
  position: fixed;
  top: 50%;
  right: -2px;
  z-index: 990;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  main .floatBtnArea01 {
    width: 96%;
    top: auto;
    bottom: -2px;
    right: auto;
    left: 2%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main .floatBtnArea01 a {
  border: solid 2px #66937F;
  border-radius: 5px 0 0 5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #006C3D), to(#113E1C));
  background: -webkit-linear-gradient(left, #006C3D 15%, #113E1C);
  background: linear-gradient(to right, #006C3D 15%, #113E1C);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
  padding: 35px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  main .floatBtnArea01 a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 20px 0;
    border-radius: 5px 5px 0 0;
  }
}
main .floatBtnArea01 a span {
  color: #fff;
  position: relative;
  z-index: 3;
}
main .floatBtnArea01 a span.tag {
  border: solid 1px #fff;
  padding: 12px 10px;
  font-size: var(--vw-size18);
  line-height: 1;
}
@media (min-width: 768px) {
  main .floatBtnArea01 a span.tag {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  main .floatBtnArea01 a span.tag {
    padding: 5px;
    font-size: var(--vw-size20);
  }
}
main .floatBtnArea01 a span.txt {
  font-size: var(--vw-size32);
  line-height: 1;
}
@media (min-width: 768px) {
  main .floatBtnArea01 a span.txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  main .floatBtnArea01 a span.txt {
    font-size: var(--vw-size36);
  }
}
main .floatBtnArea01 a span.arrow {
  width: 38px;
  height: 38px;
  background: #BB7A19;
  position: relative;
  border-radius: 4px;
  display: none;
}
@media (max-width: 767px) {
  main .floatBtnArea01 a span.arrow {
    display: block;
    width: 18px;
    height: 18px;
  }
}
main .floatBtnArea01 a span.arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  main .floatBtnArea01 a span.arrow::before {
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 7px;
    margin-top: -3px;
  }
}
main .cvBtnArea {
  background: #B3CEB0;
  padding: 100px 0;
}
@media (max-width: 767px) {
  main .cvBtnArea {
    padding: 50px 0;
  }
}
main .cvBtnArea .cvTxt {
  text-align: center;
  font-weight: 700;
  font-size: var(--vw-size34);
  line-height: 1.3em;
}
@media (max-width: 767px) {
  main .cvBtnArea .cvTxt {
    font-size: var(--vw-size28);
  }
}
main .cvBtnArea .cvTxt span {
  padding: 0 30px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  main .cvBtnArea .cvTxt span {
    padding: 0 20px;
  }
}
main .cvBtnArea .cvTxt span::before, main .cvBtnArea .cvTxt span::after {
  content: "";
  width: 1px;
  height: 34px;
  background: #000;
  position: absolute;
  bottom: 0;
}
main .cvBtnArea .cvTxt span::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  main .cvBtnArea .cvTxt span::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
main .cvBtnArea .cvTxt span::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  main .cvBtnArea .cvTxt span::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
main .cvBtnArea .cvBtn01 {
  width: 100%;
  max-width: 920px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  main .cvBtnArea .cvBtn01 {
    margin: 20px auto 0;
  }
}
main .cvBtnArea .cvBtn01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9CBDAE), to(#16291C));
  background: -webkit-linear-gradient(top, #9CBDAE, #16291C);
  background: linear-gradient(to bottom, #9CBDAE, #16291C);
  border-radius: 10px;
  height: 156px;
  position: relative;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.46);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.46);
}
@media (max-width: 767px) {
  main .cvBtnArea .cvBtn01 a {
    height: 95px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
main .cvBtnArea .cvBtn01 a:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  main .cvBtnArea .cvBtn01 a:hover::after {
    opacity: 1;
  }
}
main .cvBtnArea .cvBtn01 a::before, main .cvBtnArea .cvBtn01 a::after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #006C3D), to(#113E1C));
  background: -webkit-linear-gradient(top, #006C3D 15%, #113E1C);
  background: linear-gradient(to bottom, #006C3D 15%, #113E1C);
  border-radius: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
main .cvBtnArea .cvBtn01 a::after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #006C3D), to(#113E1C));
  background: -webkit-linear-gradient(bottom, #006C3D 15%, #113E1C);
  background: linear-gradient(to top, #006C3D 15%, #113E1C);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
main .cvBtnArea .cvBtn01 a span {
  color: #fff;
  position: relative;
  z-index: 3;
}
main .cvBtnArea .cvBtn01 a span.tag {
  border: solid 1px #fff;
  padding: 10px 20px;
  font-size: var(--vw-size24);
  line-height: 1;
}
@media (max-width: 767px) {
  main .cvBtnArea .cvBtn01 a span.tag {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 5px;
    font-size: var(--vw-size20);
  }
}
main .cvBtnArea .cvBtn01 a span.txt {
  font-size: var(--vw-size50);
  line-height: 1;
}
@media (max-width: 767px) {
  main .cvBtnArea .cvBtn01 a span.txt {
    font-size: var(--vw-size40);
  }
}
main .cvBtnArea .cvBtn01 a span.arrow {
  width: 38px;
  height: 38px;
  background: #BB7A19;
  position: relative;
  border-radius: 4px;
}
@media (max-width: 767px) {
  main .cvBtnArea .cvBtn01 a span.arrow {
    width: 18px;
    height: 18px;
  }
}
main .cvBtnArea .cvBtn01 a span.arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  main .cvBtnArea .cvBtn01 a span.arrow::before {
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 7px;
    margin-top: -3px;
  }
}
main h2 {
  font-size: var(--vw-size60);
  line-height: 1.5em;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  main h2 {
    font-size: var(--vw-size50);
  }
}
main .txt01 {
  font-size: var(--vw-size24);
  line-height: 1.65em;
}
main .txt01.cnt {
  text-align: center;
}
main .worriesArea {
  background: #fff;
  padding: 140px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  main .worriesArea {
    padding: 60px 0;
  }
}
main .worriesArea .bgArrow {
  width: 100%;
  height: 15vw;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
  z-index: 5;
}
@media (max-width: 767px) {
  main .worriesArea .bgArrow {
    height: 20vw;
  }
}
main .worriesArea .bgArrow::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #fff;
}
main .worriesArea h2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  main .worriesArea h2 {
    margin-bottom: 30px;
  }
}
main .worriesArea h2 strong {
  color: #D32D2E;
}
main .worriesArea .worriesBox {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  main .worriesArea .worriesBox {
    width: 100%;
  }
}
main .worriesArea .worriesBox .illust01 {
  width: 67px;
  position: absolute;
  top: 75px;
  left: -100px;
}
@media (max-width: 767px) {
  main .worriesArea .worriesBox .illust01 {
    width: 42px;
    top: -20px;
    left: 5px;
  }
}
main .worriesArea .worriesBox .illust02 {
  width: 118px;
  position: absolute;
  top: 90px;
  right: -120px;
}
@media (max-width: 767px) {
  main .worriesArea .worriesBox .illust02 {
    width: 60px;
    top: 80px;
    right: 0;
  }
}
main .worriesArea .worriesBox .illust03 {
  width: 108px;
  position: absolute;
  bottom: 155px;
  left: -130px;
}
@media (max-width: 767px) {
  main .worriesArea .worriesBox .illust03 {
    display: none;
  }
}
main .worriesArea .worriesBox .illust04 {
  width: 80px;
  position: absolute;
  bottom: 90px;
  right: -100px;
}
@media (max-width: 767px) {
  main .worriesArea .worriesBox .illust04 {
    display: none;
  }
}
main .worriesArea .worriesList {
  border-top: solid 1px #000;
}
main .worriesArea .worriesList li {
  border-bottom: solid 1px #000;
  padding: 16px 0 16px 75px;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: var(--vw-size30);
  line-height: 1.5em;
}
@media (max-width: 767px) {
  main .worriesArea .worriesList li {
    padding: 10px 0 10px 45px;
  }
}
main .worriesArea .worriesList li::before {
  content: "";
  width: 63px;
  aspect-ratio: 63/44;
  background: url(../../lib_image/lp_soudan/icon_check.webp) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  main .worriesArea .worriesList li::before {
    width: 38px;
  }
}
main .caseArea {
  background: #EEE8DE;
  padding: calc(15vw + 60px) 0 80px;
}
@media (max-width: 767px) {
  main .caseArea {
    padding: calc(20vw + 40px) 0 40px;
  }
}
main .caseArea h2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  main .caseArea h2 {
    margin-bottom: 30px;
  }
}
main .caseArea h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FCCB00));
  background: -webkit-linear-gradient(transparent 60%, #FCCB00 60%);
  background: linear-gradient(transparent 60%, #FCCB00 60%);
}
main .caseArea .caseList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
}
@media (max-width: 767px) {
  main .caseArea .caseList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
main .caseArea .caseList .inBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .caseArea .caseList .inBox figure {
  margin-bottom: 20px;
}
main .caseArea .caseList .inBox .txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(20px, 2.5396825397vw, 30px);
     -moz-column-gap: clamp(20px, 2.5396825397vw, 30px);
          column-gap: clamp(20px, 2.5396825397vw, 30px);
}
main .caseArea .caseList .inBox .txtWrap .no {
  width: clamp(60px, 7.6984126984vw, 95px);
}
main .caseArea .caseList .inBox .txtWrap .no .case {
  font-family: "Roboto", sans-serif;
  color: #42855E;
  font-weight: 600;
}
main .caseArea .caseList .inBox .txtWrap .no .case span {
  font-size: var(--vw-size30);
  line-height: 1;
  display: block;
}
main .caseArea .caseList .inBox .txtWrap .no .case strong {
  font-weight: 600;
  font-size: var(--vw-size80);
  line-height: 1;
}
@media (max-width: 767px) {
  main .caseArea .caseList .inBox .txtWrap .no .case strong {
    font-size: 50px;
  }
}
main .caseArea .caseList .inBox .txtWrap .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .baseArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  main .baseArea {
    padding: 40px 0;
  }
}
main .baseArea .baseBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}
@media (max-width: 767px) {
  main .baseArea .baseBox {
    padding-bottom: 30vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .baseArea .baseBox .txtWrap {
  width: 52%;
}
@media (max-width: 767px) {
  main .baseArea .baseBox .txtWrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
main .baseArea .baseBox .imgWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  main .baseArea .baseBox .imgWrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
main .baseArea h2 {
  border-bottom: solid 1px #000;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .baseArea h2 {
    margin-bottom: 20px;
  }
}
main .baseArea h2 strong {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #0D603C;
  font-size: var(--vw-size100);
}
main .baseArea .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  main .baseArea .tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
    row-gap: 5px;
  }
}
main .baseArea .tag li {
  background: #000;
  border-radius: 30px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #fff;
  font-size: var(--vw-size22);
  line-height: 1;
  padding: 10px 15px;
}
main .baseArea .cvBtn02 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  main .baseArea .cvBtn02 {
    margin-top: 40px;
  }
}
main .baseArea .cvBtn02 .cvTxt {
  text-align: center;
  font-weight: 700;
  font-size: var(--vw-size34);
  line-height: 1.3em;
}
@media (max-width: 767px) {
  main .baseArea .cvBtn02 .cvTxt {
    font-size: var(--vw-size28);
  }
}
main .baseArea .cvBtn02 .cvTxt span {
  padding: 0 30px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  main .baseArea .cvBtn02 .cvTxt span {
    padding: 0 20px;
  }
}
main .baseArea .cvBtn02 .cvTxt span::before, main .baseArea .cvBtn02 .cvTxt span::after {
  content: "";
  width: 1px;
  height: 34px;
  background: #000;
  position: absolute;
  bottom: 0;
}
main .baseArea .cvBtn02 .cvTxt span::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  main .baseArea .cvBtn02 .cvTxt span::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
main .baseArea .cvBtn02 .cvTxt span::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  main .baseArea .cvBtn02 .cvTxt span::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
main .baseArea .cvBtn02 .cvBtn02 {
  width: 100%;
  max-width: 920px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  main .baseArea .cvBtn02 .cvBtn02 {
    margin: 20px auto 0;
  }
}
main .baseArea .cvBtn02 .cvBtn02 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#BBBBBB), to(#262626));
  background: -webkit-linear-gradient(top, #BBBBBB, #262626);
  background: linear-gradient(to bottom, #BBBBBB, #262626);
  border-radius: 10px;
  height: 156px;
  position: relative;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.46);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.46);
}
@media (max-width: 767px) {
  main .baseArea .cvBtn02 .cvBtn02 a {
    height: 95px;
  }
}
main .baseArea .cvBtn02 .cvBtn02 a::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #686868), to(#2E2E2E));
  background: -webkit-linear-gradient(top, #686868 15%, #2E2E2E);
  background: linear-gradient(to bottom, #686868 15%, #2E2E2E);
  border-radius: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
main .baseArea .cvBtn02 .cvBtn02 a span {
  color: #fff;
  position: relative;
  z-index: 3;
  text-align: center;
}
main .baseArea .cvBtn02 .cvBtn02 a span.txt {
  font-size: var(--vw-size40);
  line-height: 1;
}
@media (max-width: 767px) {
  main .baseArea .cvBtn02 .cvBtn02 a span.txt {
    font-size: var(--vw-size32);
  }
}
main .aboutArea {
  position: relative;
  padding: 80px 0;
  background: url(../../lib_image/lp_soudan/bg_about.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  main .aboutArea {
    background: url(../../lib_image/lp_soudan/bg_about_sp.webp) no-repeat center center/cover;
  }
}
main .aboutArea .inner01 {
  position: relative;
  z-index: 2;
}
main .aboutArea .sub {
  text-align: center;
  font-weight: 700;
  font-size: var(--vw-size34);
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  main .aboutArea .sub {
    font-size: var(--vw-size28);
  }
}
main .aboutArea .sub span {
  padding: 0 30px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  main .aboutArea .sub span {
    padding: 0 20px;
  }
}
main .aboutArea .sub span::before, main .aboutArea .sub span::after {
  content: "";
  width: 1px;
  height: 34px;
  background: #000;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  main .aboutArea .sub span::before, main .aboutArea .sub span::after {
    height: 20px;
  }
}
main .aboutArea .sub span::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  main .aboutArea .sub span::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
main .aboutArea .sub span::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  main .aboutArea .sub span::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
main .aboutArea h2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  main .aboutArea h2 {
    margin-bottom: 30px;
  }
}
main .aboutArea h2 span {
  display: inline-block;
  background: #00664B;
  color: #fff;
  padding: 5px 20px;
}
@media (max-width: 767px) {
  main .aboutArea h2 span {
    padding: 5px 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  main .aboutArea .txt01.cnt {
    text-align: left;
  }
}
main .aboutArea .aboutList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  main .aboutArea .aboutList {
    margin-top: 40px;
  }
}
main .aboutArea .aboutList .inBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(30px, 6.1111111111vw, 75px);
     -moz-column-gap: clamp(30px, 6.1111111111vw, 75px);
          column-gap: clamp(30px, 6.1111111111vw, 75px);
}
@media (max-width: 767px) {
  main .aboutArea .aboutList .inBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
main .aboutArea .aboutList .inBox .imgWrap {
  width: 48.9482200647%;
}
@media (max-width: 767px) {
  main .aboutArea .aboutList .inBox .imgWrap {
    width: 100%;
  }
}
main .aboutArea .aboutList .inBox .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .aboutArea .aboutList .inBox .txtWrap .ttl {
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .aboutArea .aboutList .inBox .txtWrap .ttl {
    margin-bottom: 20px;
  }
}
main .aboutArea .aboutList .inBox .txtWrap .ttl strong {
  display: block;
  font-weight: 600;
  font-size: var(--vw-size48);
  line-height: 1;
  margin-bottom: 10px;
  color: #0D603C;
}
main .aboutArea .aboutList .inBox .txtWrap .ttl span {
  display: block;
  font-weight: 700;
  font-size: var(--vw-size32);
  line-height: 1.5em;
  margin-bottom: 10px;
}
main .faqArea {
  background: #EBE8E2;
  padding: 80px 0;
}
@media (max-width: 767px) {
  main .faqArea {
    padding: 40px 0;
  }
}
main .faqArea h2 {
  font-size: var(--vw-size32);
  color: #60523D;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  main .faqArea h2 {
    margin-bottom: 20px;
  }
}
main .faqArea .faq {
  background: #fff;
  border-radius: 6px;
}
main .faqArea .faq + .faq {
  margin-top: 20px;
}
main .faqArea .faq.top dd {
  display: block;
}
main .faqArea .faq.open dt .icon::after {
  opacity: 0;
}
main .faqArea .faq .q, main .faqArea .faq .a {
  width: 50px;
  font-size: var(--vw-size24);
  line-height: 1;
  font-weight: 600;
  color: #60523D;
}
main .faqArea .faq .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: var(--vw-size20);
  line-height: 1.5em;
  font-weight: 600;
}
main .faqArea .faq dt {
  padding: 35px clamp(70px, 9.6825396825vw, 120px) 35px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  main .faqArea .faq dt {
    padding: 20px 70px 20px 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
main .faqArea .faq dt .icon {
  width: 33px;
  height: 33px;
  background: #A4A4A4;
  border-radius: 50%;
  position: absolute;
  top: 34px;
  right: 33px;
}
@media (max-width: 767px) {
  main .faqArea .faq dt .icon {
    top: 50%;
    right: 25px;
    margin-top: -17px;
  }
}
main .faqArea .faq dt .icon::before, main .faqArea .faq dt .icon::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 9px;
}
main .faqArea .faq dt .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
main .faqArea .faq dd {
  padding: 0 clamp(70px, 9.6825396825vw, 120px) 35px 35px;
  display: none;
}
@media (max-width: 767px) {
  main .faqArea .faq dd {
    padding: 0 22px 20px;
  }
}
main .faqArea .faq dd .ddInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  main .faqArea .faq dd .ddInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
main .faqArea .faq dd .txt {
  font-size: var(--vw-size18);
  font-weight: 500;
  color: #232323;
  line-height: 1.8em;
  background: #F8F8F8;
  padding: 20px 25px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  main .faqArea .faq dd .txt {
    padding: 15px 15px;
  }
}
main .catalogArea {
  background: #6A5743;
  padding: 100px 0;
}
@media (max-width: 767px) {
  main .catalogArea {
    padding: 50px 0;
  }
}
main .catalogArea h2 {
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  main .catalogArea h2 {
    margin-bottom: 30px;
  }
}
main .catalogArea .txt02 {
  font-size: var(--vw-size18);
}
main .catalogArea .txt02.cnt {
  text-align: center;
}
main .catalogArea .txt02.wh {
  color: #fff;
}
main .catalogArea .cataListBox01 {
  margin: 60px auto;
  width: 100%;
  max-width: 727px;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media (max-width: 767px) {
  main .catalogArea .cataListBox01 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin: 30px auto;
  }
}
main .catalogArea .cataListBox01 .cataList01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
main .catalogArea .cataListBox01 .cataList01 li {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75em;
  color: #fff;
  font-size: var(--vw-size16);
  line-height: 1;
}
@media (max-width: 767px) {
  main .catalogArea .cataListBox01 .cataList01 li {
    font-size: var(--vw-size14);
    line-height: 1.2em;
    letter-spacing: 0;
  }
}
main .catalogArea .cataListBox02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
}
@media (max-width: 767px) {
  main .catalogArea .cataListBox02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
main .catalogArea .cataListBox02 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 8px 10px 20px 10px;
}
main .catalogArea .cataListBox02 a .ttl {
  background: #333;
  padding: 10px 5px;
  font-size: var(--vw-size20);
  color: #fff;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}
main .catalogArea .cataListBox02 a figure {
  padding: 0 10px;
  margin-bottom: 20px;
}
main .catalogArea .cataListBox02 a .txt02 {
  padding: 0 10px;
  margin-bottom: 20px;
}
main .catalogArea .cataListBox02 a .btn {
  margin: auto auto 0;
  width: 100%;
  max-width: 320px;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--vw-size18);
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding: 5px 30px;
  background: -webkit-radial-gradient(top center, ellipse, #F0B700 0%, #5C4300 100%);
  background: radial-gradient(ellipse at top center, #F0B700 0%, #5C4300 100%);
  border: solid 1px #DFBC49;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 767px) {
  main .catalogArea .cataListBox02 a .btn {
    font-size: var(--vw-size22);
  }
}
main .catalogArea .cataListBox02 a .btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
main .catalogArea .note {
  color: #fff;
  font-size: var(--vw-size12);
  margin-top: 60px;
}
@media (max-width: 767px) {
  main .catalogArea .note {
    margin-top: 30px;
  }
}
main .noteArea {
  padding: 60px 0;
}
@media (max-width: 767px) {
  main .noteArea {
    padding: 30px 0;
  }
}
main .noteArea .note {
  font-size: var(--vw-size12);
}
main .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
main .modal .back {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
main .modal .modalInner {
  width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .modal .modalInner .imgBox {
  max-width: 1164px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  text-align: center;
}
main .modal .modalInner .imgBox .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: 0;
  cursor: pointer;
}
main .modal .modalInner .imgBox .close::before, main .modal .modalInner .imgBox .close::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0;
}
main .modal .modalInner .imgBox .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
main .modal .modalInner .imgBox .close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main .mb200 {
  margin-bottom: clamp(100px, 14.7058823529%, 200px) !important;
}
main .mb160 {
  margin-bottom: clamp(80px, 11.7647058824%, 160px) !important;
}
main .mb120 {
  margin-bottom: clamp(60px, 8.8235294118%, 120px) !important;
}
main .mb80 {
  margin-bottom: clamp(40px, 5.8823529412%, 80px) !important;
}
main .mb60 {
  margin-bottom: clamp(30px, 4.4117647059%, 60px) !important;
}
main .mb40 {
  margin-bottom: clamp(20px, 2.9411764706%, 40px) !important;
}
main .mb30 {
  margin-bottom: clamp(20px, 2.2058823529%, 30px) !important;
}
main .mb0 {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  main .vsp02 {
    display: none;
  }
}
@media (min-width: 992px) {
  main .vsp {
    display: none;
  }
}
@media (max-width: 991px) {
  main .vpc {
    display: none;
  }
}
@media (max-width: 767px) {
  main .vpc02 {
    display: none;
  }
}