@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Zen+Old+Mincho&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(26px, calc(((48 + 2) / 1260) * 100vw), 48px);
  --vw-size56: clamp(30px, calc(((56 + 2) / 1260) * 100vw), 56px);
  --vw-size68: clamp(34px, calc(((68 + 2) / 1260) * 100vw), 68px);
  --vw-size80: clamp(40px, calc(((80 + 2) / 1260) * 100vw), 80px);
  --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: "Zen Old Mincho", 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;
}
body.ovhide {
  overflow: hidden;
}

html.no-smooth {
  scroll-behavior: auto;
}

.l-header {
  position: relative;
}

.l-header--simple .l-header__headInner {
  padding-bottom: 3px;
  padding-top: 7px;
}
@media (max-width: 767px) {
  .l-header--simple .l-header__headInner {
    padding-bottom: 13px;
    padding-top: 17px;
  }
}

.go {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", 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: 1090px;
  margin: 0 auto;
}
main .mvArea {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
main .mvArea .mvImgSlide {
  width: 100%;
  position: relative;
}
main .mvTtlArea {
  padding-bottom: 49.1666666667%;
  position: relative;
  z-index: 2;
  margin-top: -49.1666666667%;
}
@media (max-width: 767px) {
  main .mvTtlArea {
    padding-bottom: 168%;
    margin-top: -168%;
  }
}
main .mvTtlArea .txtWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  main .mvTtlArea .txtWrap {
    padding-top: 30px;
  }
}
main .mvTtlArea .txtWrap .inner01 {
  margin-top: auto;
}
@media (max-width: 767px) {
  main .mvTtlArea .txtWrap .inner01 {
    margin-top: 0;
  }
}
main .mvTtlArea .txtWrap h1 {
  text-align: center;
  font-size: var(--vw-size68);
  color: #fff;
  line-height: 1.5em;
  text-shadow: 0 0 10px #000;
  font-weight: 400;
}
@media (max-width: 767px) {
  main .mvTtlArea .txtWrap h1 {
    font-size: var(--vw-size56);
  }
}
main .mvTtlArea .txtWrap .scroll {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  main .mvTtlArea .txtWrap .scroll {
    display: none;
  }
}
main .mvTtlArea .txtWrap .scroll p {
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-size: var(--vw-size16);
  line-height: 1;
  height: 87px;
  padding-left: 5px;
  text-align: left;
  position: relative;
  text-shadow: 0 0 10px #000;
}
main .mvTtlArea .txtWrap .scroll p span {
  overflow: hidden;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
main .mvTtlArea .txtWrap .scroll p span::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scrollbar 2.5s ease-in-out infinite;
          animation: scrollbar 2.5s ease-in-out infinite;
}
main .floatBtn {
  width: 121px;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 998;
}
@media (max-width: 991px) {
  main .floatBtn {
    width: 100px;
  }
}
@media (max-width: 767px) {
  main .floatBtn {
    width: 90%;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 0;
    right: 5%;
  }
}
main .floatBtn a {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
main .floatBtn a .txtWrap {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  main .floatBtn a .txtWrap {
    -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;
  }
}
main .floatBtn a .txtWrap .txt {
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  main .floatBtn a .txtWrap .txt {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  main .floatBtn a .txtWrap .txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
}
@media (max-width: 767px) {
  main .floatBtn a .txtWrap .txt {
    font-size: 4.5vw;
  }
}
main .floatBtn a .txtWrap .arrow {
  width: 34px;
}
@media (max-width: 767px) {
  main .floatBtn a .txtWrap .arrow {
    width: 26px;
  }
}
main .floatBnt02 {
  width: 302px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999;
}
@media (max-width: 767px) {
  main .floatBnt02 {
    display: none;
  }
}
main .floatBnt02 a {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
main .floatBnt02 a .txt {
  width: 100%;
  height: 100%;
  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: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
main .floatBnt02 a .txt small {
  font-size: 15px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
main .floatBnt02 a .txt strong {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
}
main .floatBnt02 a .txt::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -3px;
}
main .introArea {
  background: #749E7B;
  padding: 40px 0 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  main .introArea {
    padding: 20px 0 30px;
  }
}
main .introArea .scroll {
  text-align: center;
}
@media (max-width: 767px) {
  main .introArea .scroll {
    display: none;
  }
}
main .introArea .scroll p {
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-size: var(--vw-size16);
  line-height: 1;
  height: 87px;
  padding-left: 5px;
  text-align: left;
  position: relative;
}
main .introArea .scroll p span {
  overflow: hidden;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
main .introArea .scroll p span::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scrollbar 2.5s ease-in-out infinite;
          animation: scrollbar 2.5s ease-in-out infinite;
}
main .introArea .introTxt01 {
  text-align: center;
  color: #fff;
  font-size: var(--vw-size20);
  line-height: 1.85em;
  margin-top: 60px;
}
@media (max-width: 767px) {
  main .introArea .introTxt01 {
    margin-top: 30px;
  }
}
main .introArea .btnArea {
  padding: 70px 0 20px;
}
@media (max-width: 767px) {
  main .introArea .btnArea {
    width: 90%;
    margin: 40px auto 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  main .introArea .btnArea .cc01 {
    color: #000;
  }
}
@-webkit-keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(430%);
    transform: translateY(430%);
  }
}
@keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(430%);
    transform: translateY(430%);
  }
}
main .btnArea {
  padding: 110px 0;
}
@media (max-width: 767px) {
  main .btnArea {
    padding: 60px 0;
  }
}
main .btnArea.bg01 {
  background: #598961;
}
main .btnArea .inner01 {
  width: 80%;
  max-width: 787px;
}
@media (max-width: 767px) {
  main .btnArea .inner01 {
    width: 90%;
  }
}
main .btnArea .cc01 {
  text-align: center;
  font-size: var(--vw-size22);
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .btnArea .cc01 {
    margin-bottom: 20px;
  }
}
main .btnArea .cataImg {
  margin-bottom: 15px;
}
main .btnArea .btnCatalog a {
  display: block;
  position: relative;
}
main .btnArea .btnCatalog a:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  main .btnArea .btnCatalog a:hover .bg01 {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  main .btnArea .btnCatalog a:hover .txtWrap .arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
main .btnArea .btnCatalog a .bg01 {
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (max-width: 767px) {
  main .btnArea .btnCatalog a .bg01 img {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  }
}
main .btnArea .btnCatalog a .bg02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  main .btnArea .btnCatalog a .bg02 {
    display: none;
  }
}
main .btnArea .btnCatalog a .bg02 img {
  -webkit-filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.5));
}
main .btnArea .btnCatalog a .img {
  width: 40.6607369759%;
  position: absolute;
  top: -5px;
  left: -22%;
  z-index: 3;
}
@media (max-width: 767px) {
  main .btnArea .btnCatalog a .img {
    display: none;
  }
}
main .btnArea .btnCatalog a .txtWrap {
  width: 100%;
  height: 100%;
  padding: 5px 5.8449809403% 5px 20.7115628971%;
  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: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  main .btnArea .btnCatalog a .txtWrap {
    padding: 5px 20px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main .btnArea .btnCatalog a .txtWrap .icon {
  width: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  main .btnArea .btnCatalog a .txtWrap .icon {
    width: 16px;
  }
}
main .btnArea .btnCatalog a .txtWrap .txt {
  font-size: clamp(14px, 3.1111111111vw, 32px);
  color: #fff;
  line-height: 1.2em;
  letter-spacing: 0;
}
main .btnArea .btnCatalog a .txtWrap .arrow {
  width: 34px;
  line-height: 1;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
@media (max-width: 767px) {
  main .btnArea .btnCatalog a .txtWrap .arrow {
    width: 21px;
    margin-left: 0;
  }
}
main h2 {
  color: #fff;
  font-weight: 400;
  font-size: var(--vw-size40);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  main h2 {
    margin-bottom: 20px;
  }
}
main h2 span {
  display: block;
  font-size: var(--vw-size20);
}
main .txt01 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75em;
}
main .txt01.cnt {
  text-align: center;
}
main .txt01.wh {
  color: #fff;
}
main .note {
  font-size: var(--vw-size12);
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}
main .strengthsArea {
  background: #749E7B;
  padding: 40px 0 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  main .strengthsArea {
    padding: 40px 0 30px;
  }
}
main .strengthsArea .spAccordionWrap {
  position: relative;
}
@media (max-width: 767px) {
  main .strengthsArea .spAccordionWrap {
    overflow: hidden;
    height: 226.6666666667vw;
    -webkit-transition: height 1s ease 0s;
    transition: height 1s ease 0s;
  }
}
@media (max-width: 767px) {
  main .strengthsArea .spAccordionWrap::before {
    content: "";
    width: 97.6%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 233, 0)), to(rgb(241, 241, 233)));
    background: -webkit-linear-gradient(top, rgba(241, 241, 233, 0), rgb(241, 241, 233));
    background: linear-gradient(to bottom, rgba(241, 241, 233, 0), rgb(241, 241, 233));
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
  }
}
@media (max-width: 767px) {
  main .strengthsArea .spAccordionWrap.open {
    height: auto;
  }
}
main .strengthsArea .spAccordionWrap.open .btnDetail {
  display: none;
}
main .strengthsArea .spAccordionWrap .btnDetail {
  width: 200px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -100px;
  z-index: 100;
}
@media (min-width: 768px) {
  main .strengthsArea .spAccordionWrap .btnDetail {
    display: none;
  }
}
main .strengthsArea .spAccordionWrap .btnDetail a {
  display: block;
  background: #475F54;
  border-radius: 6px;
  padding: 15px 10px 22px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
main .strengthsArea .spAccordionWrap .btnDetail a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -4px;
}
main .strengthsArea .mainWrap {
  width: 98%;
  max-width: 1680px;
  margin-left: auto;
  background: #F1F1E9;
  padding: 34px 20px 30px 6.4432989691%;
  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: 6.8943298969%;
     -moz-column-gap: 6.8943298969%;
          column-gap: 6.8943298969%;
}
@media (max-width: 767px) {
  main .strengthsArea .mainWrap {
    width: 97.6%;
    margin: 0 auto;
    padding: 60px 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
main .strengthsArea .mainWrap::before {
  content: "";
  width: 100vw;
  height: calc(100% - 150px);
  background: #F1F1E9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  main .strengthsArea .mainWrap::before {
    display: none;
  }
}
main .strengthsArea .mainWrap .txtWrap {
  width: 38.9819587629%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  main .strengthsArea .mainWrap .txtWrap {
    width: 100%;
    padding: 0 20px;
  }
}
main .strengthsArea .mainWrap .txtWrap .en {
  width: 100%;
  max-width: 267px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  main .strengthsArea .mainWrap .txtWrap .en {
    max-width: 110px;
    margin-bottom: 10px;
  }
}
main .strengthsArea .mainWrap .txtWrap h3 {
  font-size: var(--vw-size36);
  line-height: 1.55em;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  main .strengthsArea .mainWrap .txtWrap h3 {
    margin-bottom: 20px;
  }
}
main .strengthsArea .mainWrap .imgWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  main .strengthsArea .mainWrap .imgWrap {
    padding: 0 11px;
  }
}
main .strengthsArea .conWrap {
  background: #F1F1E9;
  padding: 30px 0 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  main .strengthsArea .conWrap {
    width: 97.6%;
    margin: 0 auto;
  }
}
main .strengthsArea .conWrap h4 {
  font-size: var(--vw-size26);
  line-height: 1.55em;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  main .strengthsArea .conWrap h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .strengthsArea#design .conWrap .inner01 {
    width: 86%;
  }
}
@media (max-width: 767px) {
  main .strengthsArea#design .conWrap h4 {
    width: 100%;
    margin-bottom: 0;
  }
}
main .strengthsArea#design .conWrap .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: 9.0476190476%;
     -moz-column-gap: 9.0476190476%;
          column-gap: 9.0476190476%;
}
@media (max-width: 767px) {
  main .strengthsArea#design .conWrap .inBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
main .strengthsArea#design .conWrap .inBox + .inBox {
  margin-top: 60px;
}
@media (max-width: 767px) {
  main .strengthsArea#design .conWrap .inBox + .inBox {
    margin-top: 40px;
  }
}
main .strengthsArea#design .conWrap .inBox .imgWrap {
  width: 47.4603174603%;
}
@media (max-width: 767px) {
  main .strengthsArea#design .conWrap .inBox .imgWrap {
    width: 100%;
  }
}
main .strengthsArea#design .conWrap .inBox .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .strengthsArea#support {
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  main .strengthsArea#support {
    padding: 60px 0 30px;
  }
}
main .strengthsArea#support .mainWrap {
  margin-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 34px 6.4432989691% 30px 20px;
}
@media (max-width: 767px) {
  main .strengthsArea#support .mainWrap {
    margin: 0 auto;
    padding: 60px 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .strengthsArea#support .conWrap .supportList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .supportList {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}
main .strengthsArea#support .conWrap .supportList li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 991px) {
  main .strengthsArea#support .conWrap .supportList li {
    height: 150px;
  }
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .supportList li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: calc((100% - 10px) / 2);
  }
}
main .strengthsArea#support .conWrap .supportList li figure {
  width: 100%;
  height: 100%;
}
main .strengthsArea#support .conWrap .supportList li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .strengthsArea#support .conWrap .supportList li .txtWrap {
  width: 100%;
  height: 100%;
  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;
  padding: 5px 10px;
  row-gap: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  main .strengthsArea#support .conWrap .supportList li .txtWrap {
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .supportList li .txtWrap {
    row-gap: 10px;
  }
}
main .strengthsArea#support .conWrap .supportList li .txtWrap p {
  color: #fff;
  text-align: center;
}
main .strengthsArea#support .conWrap .supportList li .txtWrap p.ttl {
  font-size: var(--vw-size24);
  line-height: 1.4em;
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .supportList li .txtWrap p.ttl {
    font-size: var(--vw-size20);
  }
}
main .strengthsArea#support .conWrap .supportList li .txtWrap p.txt {
  font-size: var(--vw-size14);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5em;
}
main .strengthsArea#support .conWrap h4 {
  margin-bottom: 20px;
}
main .strengthsArea#support .conWrap .afterWrap {
  margin-top: 60px;
}
main .strengthsArea#support .conWrap .afterWrap .afterList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .afterWrap .afterList {
    gap: 10px;
  }
}
main .strengthsArea#support .conWrap .afterWrap .afterList li {
  background: #fff;
  padding: 10px 15px;
  font-size: var(--vw-size18);
  line-height: 1.2em;
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .afterWrap .afterList li {
    padding: 10px 10px;
  }
}
main .strengthsArea#support .conWrap .teamWrap {
  margin-top: 60px;
  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: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 991px) {
  main .strengthsArea#support .conWrap .teamWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
main .strengthsArea#support .conWrap .teamWrap .txtWrap {
  width: 30.3968253968%;
}
@media (max-width: 991px) {
  main .strengthsArea#support .conWrap .teamWrap .txtWrap {
    width: 100%;
  }
}
main .strengthsArea#support .conWrap .teamWrap .teamBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 30px 25px;
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .teamWrap .teamBox {
    padding: 25px 20px;
  }
}
main .strengthsArea#support .conWrap .teamWrap .teamBox .ttl {
  text-align: center;
  font-size: var(--vw-size20);
  margin-bottom: 10px;
}
main .strengthsArea#support .conWrap .teamWrap .teamBox .teamList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 10px;
}
main .strengthsArea#support .conWrap .teamWrap .teamBox .teamList li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .teamWrap .teamBox .teamList li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: calc((100% - 20px) / 3);
  }
}
main .strengthsArea#support .conWrap .teamWrap .teamBox .teamList li .name {
  margin-top: 5px;
  text-align: center;
  min-height: 4em;
  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;
  font-size: var(--vw-size14);
  line-height: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .teamWrap .teamBox .teamList li .name {
    font-size: var(--vw-size12);
    min-height: 3.5em;
  }
}
main .strengthsArea#support .conWrap .achievementWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  main .strengthsArea#support .conWrap .achievementWrap {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .achievementWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 30px;
  }
}
main .strengthsArea#support .conWrap .achievementWrap .imgWrap {
  width: 44.6031746032%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 767px) {
  main .strengthsArea#support .conWrap .achievementWrap .imgWrap {
    width: 100%;
  }
}
main .strengthsArea#support .conWrap .achievementWrap .imgWrap figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .strengthsArea#support .conWrap .achievementWrap .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .exampleArea {
  padding: 100px 0;
  background: #333333;
}
@media (max-width: 767px) {
  main .exampleArea {
    padding: 50px 0;
  }
}
main .exampleArea .loopSlider {
  overflow: hidden;
  width: 100%;
}
main .exampleArea .loopSlider .track {
  width: 4946px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-animation: scroll 25s linear infinite;
          animation: scroll 25s linear infinite;
}
@media (max-width: 991px) {
  main .exampleArea .loopSlider .track {
    width: 3956px;
    gap: 20px;
    -webkit-animation: scroll 20s linear infinite;
            animation: scroll 20s linear infinite;
  }
}
@media (max-width: 767px) {
  main .exampleArea .loopSlider .track {
    width: 2470px;
    gap: 13px;
    -webkit-animation: scroll 18s linear infinite;
            animation: scroll 18s linear infinite;
  }
}
main .exampleArea .loopSlider .slideBox {
  width: 2460px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  main .exampleArea .loopSlider .slideBox {
    width: 1968px;
  }
}
@media (max-width: 767px) {
  main .exampleArea .loopSlider .slideBox {
    width: 1230px;
  }
}
main .exampleArea .loopSlider .slideBox .inBox01 {
  width: 24.593495935%;
}
main .exampleArea .loopSlider .slideBox .inBox02 {
  width: 18.2113821138%;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .exampleArea .loopSlider .slideBox .inBox03 {
  width: 11.7479674797%;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .exampleArea .loopSlider .slideBox .inBox04 {
  width: 22.8048780488%;
}
main .exampleArea .exampleWrap {
  width: 90%;
  max-width: 1552px;
  background: #505F59;
  margin: 90px auto 0;
}
@media (max-width: 767px) {
  main .exampleArea .exampleWrap {
    margin-top: 45px;
  }
}
main .exampleArea .exampleWrap .slick-dots {
  bottom: -30px;
}
main .exampleArea .exampleWrap .slick-dots li {
  width: 15px;
  height: 15px;
}
main .exampleArea .exampleWrap .slick-dots li button {
  width: 15px;
  height: 15px;
}
main .exampleArea .exampleWrap .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}
@media (max-width: 767px) {
  main .exampleArea .exampleWrap .slick-dots li button:before {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
  }
}
main .exampleArea .exampleWrap .slick-dots li.slick-active button:before {
  background: #0D603C;
  opacity: 1;
}
main .exampleArea .exampleWrap .detailBox {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 80px 0 150px;
}
@media (max-width: 767px) {
  main .exampleArea .exampleWrap .detailBox {
    padding: 30px 0 50px;
  }
}
main .exampleArea .exampleWrap .detailBox .cc02 {
  text-align: center;
  font-size: var(--vw-size32);
  color: #fff;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  main .exampleArea .exampleWrap .detailBox .cc02 {
    margin-bottom: 50px;
  }
}
main .exampleArea .exampleWrap .detailBox .cc02::before {
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -100px;
}
@media (max-width: 767px) {
  main .exampleArea .exampleWrap .detailBox .cc02::before {
    width: 100px;
    margin-left: -50px;
    bottom: -20px;
  }
}
main .exampleArea .exampleWrap .detailInBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(30px, 6.1904761905%, 78px);
     -moz-column-gap: clamp(30px, 6.1904761905%, 78px);
          column-gap: clamp(30px, 6.1904761905%, 78px);
}
@media (max-width: 767px) {
  main .exampleArea .exampleWrap .detailInBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
main .exampleArea .exampleWrap .detailInBox .imgWrap {
  width: 60.6349206349%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(20px, 3.4920634921%, 44px);
     -moz-column-gap: clamp(20px, 3.4920634921%, 44px);
          column-gap: clamp(20px, 3.4920634921%, 44px);
}
@media (max-width: 767px) {
  main .exampleArea .exampleWrap .detailInBox .imgWrap {
    width: 100%;
  }
}
main .exampleArea .exampleWrap .detailInBox .imgWrap .inBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .exampleArea .exampleWrap .detailInBox .imgWrap .inBox a {
  display: block;
  position: relative;
}
main .exampleArea .exampleWrap .detailInBox .imgWrap .inBox a span {
  width: 31px;
  aspect-ratio: 1/1;
  background: #E7E7E7;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
main .exampleArea .exampleWrap .detailInBox .imgWrap .inBox a span::before, main .exampleArea .exampleWrap .detailInBox .imgWrap .inBox a span::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 8px;
}
main .exampleArea .exampleWrap .detailInBox .imgWrap .inBox a span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
main .exampleArea .exampleWrap .detailInBox .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .exampleArea .exampleWrap .detailInBox .txtWrap .txt01 {
  color: #fff;
}
main .exampleArea .exampleWrap .detailInBox .txtWrap .spec {
  color: #fff;
  border-left: solid 1px #fff;
  margin: 26px 0 0;
  padding-left: 26px;
  font-size: var(--vw-size16);
  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: 10px;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
main .catalogArea {
  background: #0D603C;
  padding: 100px 0;
}
@media (max-width: 767px) {
  main .catalogArea {
    padding: 50px 0;
  }
}
main .catalogArea h2 {
  font-size: var(--vw-size32);
  line-height: 1.5em;
}
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 .txt01 {
  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 .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 .inUpBox.inview .en, main .inUpBox.inview h3 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
main .inUpBox .en, main .inUpBox h3 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
main .inUpBox h3 {
  -webkit-transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
}
main .invUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
main .invUp.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .invFade {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s, -webkit-filter 1s ease 0s;
}
main .invFade.inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
main .invClipRight {
  -webkit-clip-path: inset(18% 13% 0 0);
          clip-path: inset(18% 13% 0 0);
  -webkit-transition: -webkit-clip-path 1s ease 0s;
  transition: -webkit-clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s, -webkit-clip-path 1s ease 0s;
}
main .invClipRight.inview {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
main .invClipLeft {
  -webkit-clip-path: inset(18% 0 0 13%);
          clip-path: inset(18% 0 0 13%);
  -webkit-transition: -webkit-clip-path 1s ease 0s;
  transition: -webkit-clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s, -webkit-clip-path 1s ease 0s;
}
main .invClipLeft.inview {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
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;
  }
}