@media screen and (min-width: 501px) {
  .sp2 {
    display: none; } }

.hideMore:not(.show){
  display: none !important;
}
.boxMore{
  display: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px 0;
}
section.mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px 0;
  margin: 0 auto 250px;
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    section.mv {
      gap: 36px 0;
      margin: 0 auto 92px;
      padding-top: 15px; } }
  section.mv > img {
    margin-right: 15vw;
    max-width: 442px;
    width: 23vw; }
    @media screen and (max-width: 768px) {
      section.mv > img {
        max-width: 442px;
        width: 60%; } }
  section.mv .cntWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1800px;
    width: 90%; }
    @media screen and (min-width: 1501px) {
      section.mv .cntWrap {
        padding-left: 5%; } }
    @media screen and (max-width: 1500px) {
      section.mv .cntWrap {
        max-width: 1275px;
        margin: 0 5vw 0 auto; } }
    @media screen and (max-width: 768px) {
      section.mv .cntWrap {
        flex-direction: column; } }
    section.mv .cntWrap .txt {
      display: flex;
      flex-direction: column;
      max-width: 800px;
      width: 49%; }
      @media screen and (max-width: 768px) {
        section.mv .cntWrap .txt {
          width: 100%; } }
      section.mv .cntWrap .txt .ttl {
        margin-bottom: clamp(56px, 6.8vw, 130px);
        padding-top: 30px;
        line-height: 1.2; }
        @media screen and (max-width: 768px) {
          section.mv .cntWrap .txt .ttl {
            margin-bottom: 56px;
            padding-top: 28px; } }
        section.mv .cntWrap .txt .ttl p {
          font-size: clamp(22px, 2.1vw, 40px); }
        section.mv .cntWrap .txt .ttl h1 {
          max-width: 600px;
          width: 90%;
          line-height: 1.4;
          font-size: clamp(46px, 3.75vw, 72px);
          letter-spacing: 0.11em; }
        section.mv .cntWrap .txt .ttl span {
          font-size: clamp(20px, 1.82vw, 35px);
          letter-spacing: 0.15em; }
          @media screen and (max-width: 768px) {
            section.mv .cntWrap .txt .ttl span {
              font-size: 20px; } }
      section.mv .cntWrap .txt > img {
        margin-bottom: 90px; }
        @media screen and (max-width: 768px) {
          section.mv .cntWrap .txt > img {
            margin-bottom: 24px; } }
      section.mv .cntWrap .txt .lead p.copy {
        margin-bottom: 30px;
        line-height: 1.8;
        font-size: clamp(0px, 2.64vw, 28px);
        letter-spacing: 0.1em;
        filter: drop-shadow(0 0 0.05px #000); }
        @media screen and (max-width: 768px) {
          section.mv .cntWrap .txt .lead p.copy {
            margin-bottom: 34px;
            font-size: 24px; } }
        @media screen and (max-width: 500px) {
          section.mv .cntWrap .txt .lead p.copy {
            font-size: 21px;
            letter-spacing: 0.08em; } }
        section.mv .cntWrap .txt .lead p.copy + p {
          line-height: 2.2;
          font-size: clamp(0px, 2vw, 22px);
          scrollbar-width: none;
          -ms-overflow-style: none; }
          section.mv .cntWrap .txt .lead p.copy + p::-webkit-scrollbar {
            display: none; }
          @media screen and (max-width: 1200px) {
            section.mv .cntWrap .txt .lead p.copy + p {
              height: 55vw;
              overflow-y: scroll;
              position: relative; }
              section.mv .cntWrap .txt .lead p.copy + p::before, section.mv .cntWrap .txt .lead p.copy + p::after {
                content: "";
                display: block;
                width: 100%;
                height: 50px;
                position: sticky;
                left: 0;
                pointer-events: none; }
              section.mv .cntWrap .txt .lead p.copy + p::before {
                background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, white 100%);
                top: 0; }
              section.mv .cntWrap .txt .lead p.copy + p::after {
                bottom: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, white 100%); } }
          @media screen and (max-width: 768px) {
            section.mv .cntWrap .txt .lead p.copy + p {
              height: 500px;
              line-height: 2;
              font-size: 18px; } }
          @media screen and (max-width: 500px) {
            section.mv .cntWrap .txt .lead p.copy + p {
              font-size: 16px; } }
    section.mv .cntWrap .pic {
      max-width: 795px;
      width: 50%; }
      @media screen and (min-width: 769px) {
        section.mv .cntWrap .pic {
          margin-top: -5vw; } }
      @media screen and (max-width: 768px) {
        section.mv .cntWrap .pic {
          width: 100%;
          padding-top: 12px; } }
  section.mv .picWrap {
    position: absolute;
    top: 0;
    right: 0; }
    section.mv .picWrap img {
      position: absolute; }

section.news {
  display: flex;
  align-items: flex-start;
  gap: 12px 50px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 250px;
  padding: 25px 5%;
  border-radius: 10px;
  background-color: #f0f5f5; }
  @media screen and (max-width: 768px) {
    section.news {
      flex-direction: column;
      margin: 0 auto 92px; } }
  section.news h2 {
    line-height: 1.2;
    color: #595959;
    font-size: 26px; }
    @media screen and (max-width: 768px) {
      section.news h2 {
        width: 100%;
        font-size: 20px; } }
  section.news dl {
    display: flex;
    flex-wrap: wrap;
    color: #191919; }
    @media screen and (max-width: 768px) {
      section.news dl {
        flex-direction: column;
        width: 100%; } }
    section.news dl dt,
    section.news dl dd {
      padding: 3px 0; }
      @media screen and (max-width: 768px) {
        section.news dl dt,
        section.news dl dd {
          padding: 2px 0;
          font-size: 14px; } }
    section.news dl dt {
      width: 120px; }
      @media screen and (max-width: 768px) {
        section.news dl dt {
          margin-top: 5px;
          line-height: 1; } }
    section.news dl dd {
      width: calc(100% - 120px); }
      @media screen and (max-width: 768px) {
        section.news dl dd {
          width: 100%;
          margin-bottom: 5px; } }
      section.news dl dd a:hover {
        text-decoration: underline; }

section.about {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-bottom: 220px; }
  @media screen and (max-width: 768px) {
    section.about {
      gap: 64px 0;
      margin-bottom: 106px; } }
  section.about .cntWrap {
    display: flex;
    justify-content: space-between;
    gap: 54px 7vw;
    max-width: 1670px;
    width: 95%; }
    @media screen and (max-width: 1670px) {
      section.about .cntWrap {
        max-width: clamp(0px, calc(100% - ((100% - 1670px) / 2)), 1670px); } }
    @media screen and (max-width: 768px) {
      section.about .cntWrap {
        width: 100%;
        flex-direction: column;
        align-items: center; } }
    section.about .cntWrap.rev {
      align-items: flex-start;
      margin-right: clamp(0px, calc((100% - 1920px) / 2), 100%);
      margin-left: auto; }
      @media screen and (max-width: 1670px) {
        section.about .cntWrap.rev {
          margin: 0 0 0 auto; } }
      @media screen and (min-width: 769px) {
        section.about .cntWrap.rev {
          flex-direction: row-reverse;
          padding-left: clamp(0px, 5%, 150px); }
          section.about .cntWrap.rev .txt {
            padding-bottom: 50px; }
            section.about .cntWrap.rev .txt h2 i {
              left: -50px; }
          section.about .cntWrap.rev .pic {
            max-width: 945px;
            width: 60%;
            padding-top: 85px; } }
      @media screen and (max-width: 768px) {
        section.about .cntWrap.rev {
          align-items: flex-end; } }
      section.about .cntWrap.rev .pic img {
        border-radius: 10px 0 0 10px; }
    section.about .cntWrap:not(.rev) {
      align-items: flex-end;
      margin-left: clamp(0px, calc((100% - 1920px) / 2), 100%);
      margin-right: auto; }
      @media screen and (max-width: 1670px) {
        section.about .cntWrap:not(.rev) {
          margin: 0 auto 0 0; } }
      @media screen and (max-width: 1200px) {
        section.about .cntWrap:not(.rev) {
          position: relative;
          padding-bottom: 40px; } }
      @media screen and (min-width: 769px) {
        section.about .cntWrap:not(.rev) {
          padding-right: clamp(0px, 5%, 150px); }
          section.about .cntWrap:not(.rev) .txt {
            padding-top: 50px; }
            section.about .cntWrap:not(.rev) .txt h2 i {
              right: -85px; }
            section.about .cntWrap:not(.rev) .txt p {
              margin-bottom: 80px; } }
      @media screen and (max-width: 768px) {
        section.about .cntWrap:not(.rev) {
          padding: 0;
          align-items: flex-start; } }
      section.about .cntWrap:not(.rev) .pic {
        position: relative; }
        @media screen and (min-width: 769px) {
          section.about .cntWrap:not(.rev) .pic {
            max-width: 920px;
            width: 57%;
            margin-bottom: 180px; } }
        section.about .cntWrap:not(.rev) .pic img:nth-of-type(1) {
          max-width: 80%;
          border-radius: 0 10px 10px 0; }
        section.about .cntWrap:not(.rev) .pic img:nth-of-type(2) {
          max-width: 40%;
          border-radius: 10px;
          position: absolute;
          bottom: -100px;
          right: -40px; }
          @media screen and (max-width: 768px) {
            section.about .cntWrap:not(.rev) .pic img:nth-of-type(2) {
              bottom: -25px;
              right: 0; } }
    section.about .cntWrap .txt {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        section.about .cntWrap .txt {
          gap: 40px 0;
          max-width: 500px;
          width: 32%; } }
      @media screen and (max-width: 768px) {
        section.about .cntWrap .txt {
          padding: 0 5%; } }
      section.about .cntWrap .txt h2 {
        font-size: 32px;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.about .cntWrap .txt h2 {
            display: flex;
            align-items: center;
            min-height: 90px;
            margin-bottom: 22px;
            padding: 15px 5%;
            font-size: 20px;
            font-weight: bold; } }
        section.about .cntWrap .txt h2 i {
          line-height: 1;
          color: #ecf4f6;
          font-size: 180px;
          position: absolute;
          top: -90px;
          z-index: -1;
          filter: blur(2px); }
          @media screen and (max-width: 768px) {
            section.about .cntWrap .txt h2 i {
              font-size: 120px;
              top: -20px;
              left: 0; } }
      section.about .cntWrap .txt p {
        margin-bottom: 30px;
        line-height: 2.3; }
        @media screen and (max-width: 768px) {
          section.about .cntWrap .txt p {
            margin-bottom: 46px;
            line-height: 2; } }
      section.about .cntWrap .txt .mdlTgl {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 18px;
        width: 100%;
        height: 60px;
        border-radius: 30px;
        background-color: #81959d;
        border: 1px solid #81959d;
        line-height: 1.2;
        text-align: center;
        color: #fff;
        position: relative;
        transition: 0.5s;
        cursor: pointer; }
        @media screen and (min-width: 769px) {
          section.about .cntWrap .txt .mdlTgl:hover {
            background-color: #fff;
            color: #3c3c3c; }
            section.about .cntWrap .txt .mdlTgl:hover .hov {
              stroke: #3c3c3c; } }
        @media screen and (max-width: 1450px) {
          section.about .cntWrap .txt .mdlTgl {
            justify-content: flex-end;
            padding: 0 calc(10% + 28px) 0 0; } }
        @media screen and (max-width: 1280px) {
          section.about .cntWrap .txt .mdlTgl {
            justify-content: center;
            align-items: center;
            padding: 0 5% 0 0; } }
        @media screen and (max-width: 1200px) {
          section.about .cntWrap .txt .mdlTgl {
            max-width: 400px;
            padding: 0;
            position: absolute;
            bottom: 0;
            left: 50vw;
            transform: translateX(-50%); } }
        @media screen and (max-width: 768px) {
          section.about .cntWrap .txt .mdlTgl {
            margin: 0 auto;
            position: relative;
            left: 0;
            transform: none; } }
        @media screen and (min-width: 1281px) {
          section.about .cntWrap .txt .mdlTgl br {
            display: none; } }
        section.about .cntWrap .txt .mdlTgl svg {
          margin-top: 2px;
          position: absolute;
          top: 50%;
          right: 10%;
          transform: translateY(-50%); }
          @media screen and (max-width: 900px) {
            section.about .cntWrap .txt .mdlTgl svg {
              right: 8%; } }
          @media screen and (max-width: 768px) {
            section.about .cntWrap .txt .mdlTgl svg {
              width: 18px;
              right: 10%; } }
          section.about .cntWrap .txt .mdlTgl svg .hov {
            transition: 0.5s; }
    @media screen and (max-width: 768px) {
      section.about .cntWrap .pic {
        max-width: 500px;
        width: 95%; } }

section.howto {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 180px 5% 260px;
  background-color: #f5f9f9; }
  @media screen and (max-width: 768px) {
    section.howto {
      padding: 78px 5% 108px; } }
  section.howto > .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 150px; }
    @media screen and (max-width: 768px) {
      section.howto > .ttl {
        margin-bottom: 58px; } }
    section.howto > .ttl h2 {
      margin-bottom: 60px;
      line-height: 1.2;
      font-size: 60px; }
      @media screen and (max-width: 768px) {
        section.howto > .ttl h2 {
          margin-bottom: 26px;
          font-size: 28px; } }
    section.howto > .ttl p {
      text-align: center;
      font-size: 28px; }
      @media screen and (max-width: 768px) {
        section.howto > .ttl p {
          font-size: 18px; } }
  section.howto .tabWrap {
    max-width: 1200px;
    width: 100%;
    position: relative; }
    section.howto .tabWrap ul.tabTtl {
      display: flex;
      gap: 0 20px; }
      @media screen and (max-width: 768px) {
        section.howto .tabWrap ul.tabTtl {
          gap: 0 10px; } }
      section.howto .tabWrap ul.tabTtl li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(50% - 10px);
        height: 80px;
        border-radius: 10px 10px 0 0;
        background-color: #cbcbcb;
        text-align: center;
        color: #fff;
        font-size: clamp(15px, 2.8vw, 28px);
        letter-spacing: 0.11em;
        transition: 0.3s; }
        @media screen and (max-width: 768px) {
          section.howto .tabWrap ul.tabTtl li {
            width: calc(50% - 5px);
            height: 60px; } }
        section.howto .tabWrap ul.tabTtl li.act {
          pointer-events: none; }
        section.howto .tabWrap ul.tabTtl li:not(.act) {
          cursor: pointer; }
        section.howto .tabWrap ul.tabTtl li[data-tab="01"].act, section.howto .tabWrap ul.tabTtl li[data-tab="01"]:hover {
          background-color: #8fb1c3; }
        section.howto .tabWrap ul.tabTtl li[data-tab="02"].act, section.howto .tabWrap ul.tabTtl li[data-tab="02"]:hover {
          background-color: #9cc4ad; }
    section.howto .tabWrap .tabCntWrap {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      padding: 60px 20px;
      border-radius: 0 0 10px 10px;
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        section.howto .tabWrap .tabCntWrap {
          flex-direction: column;
          align-items: center;
          gap: 14px 0;
          padding: 40px 0 50px; } }
      section.howto .tabWrap .tabCntWrap#howto01 {
        border-top: 5px solid #8fb1c3; }
      section.howto .tabWrap .tabCntWrap#howto02 {
        border-top: 5px solid #9cc4ad; }
      section.howto .tabWrap .tabCntWrap:not(.act) {
        position: absolute;
        top: 80px;
        left: 0; }
        @media screen and (max-width: 768px) {
          section.howto .tabWrap .tabCntWrap:not(.act) {
            top: 60px; } }
      section.howto .tabWrap .tabCntWrap .cntBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px 0;
        width: 32%;
        padding: 70px 18px;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.howto .tabWrap .tabCntWrap .cntBox {
            max-width: 400px;
            width: 100%;
            gap: 22px 0;
            padding: 38px 5% 22px; } }
        @media screen and (max-width: 768px) {
          section.howto .tabWrap .tabCntWrap .cntBox:nth-last-of-type(n + 3) {
            padding-bottom: 68px; } }
        section.howto .tabWrap .tabCntWrap .cntBox:nth-last-of-type(n + 3)::after {
          content: "";
          display: block;
          position: absolute; }
          @media screen and (min-width: 769px) {
            section.howto .tabWrap .tabCntWrap .cntBox:nth-last-of-type(n + 3)::after {
              border-left: 20px solid #81959d;
              border-top: 16px solid transparent;
              border-bottom: 16px solid transparent;
              top: calc(50% - 16px);
              right: -11px; } }
          @media screen and (max-width: 768px) {
            section.howto .tabWrap .tabCntWrap .cntBox:nth-last-of-type(n + 3)::after {
              border-top: 23px solid #81959d;
              border-right: 18px solid transparent;
              border-left: 18px solid transparent;
              left: calc(50% - 18px);
              bottom: -6px; } }
        section.howto .tabWrap .tabCntWrap .cntBox i {
          line-height: 1;
          color: rgba(129, 149, 157, 0.15);
          font-size: 60px;
          position: absolute;
          top: 15px;
          left: 10px;
          z-index: 0; }
          @media screen and (max-width: 768px) {
            section.howto .tabWrap .tabCntWrap .cntBox i {
              font-size: 50px; } }
        section.howto .tabWrap .tabCntWrap .cntBox p {
          line-height: 1.8;
          font-size: 18px; }
          @media screen and (max-width: 1000px) {
            section.howto .tabWrap .tabCntWrap .cntBox p {
              font-size: clamp(0px, 1.6vw, 16px); } }
          @media screen and (max-width: 768px) {
            section.howto .tabWrap .tabCntWrap .cntBox p {
              font-size: 18px; } }
          section.howto .tabWrap .tabCntWrap .cntBox p span {
            display: inline-block; }
        section.howto .tabWrap .tabCntWrap .cntBox img {
          max-width: calc(100% - 20px);
          margin: auto 0; }
        @media screen and (min-width: 1221px) {
          section.howto .tabWrap .tabCntWrap .cntBox br.pc {
            display: none; } }
      section.howto .tabWrap .tabCntWrap .btnWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 25px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          section.howto .tabWrap .tabCntWrap .btnWrap {
            flex-direction: column;
            align-items: center; } }
        section.howto .tabWrap .tabCntWrap .btnWrap a {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 0 15px;
          max-width: 380px;
          width: 46%;
          height: 60px;
          border: 1px solid #81959d;
          border-radius: 30px;
          background-color: #81959d;
          line-height: 1.2;
          text-align: center;
          color: #fff;
          position: relative;
          transition: 0.5s; }
          @media screen and (min-width: 769px) {
            section.howto .tabWrap .tabCntWrap .btnWrap a:hover {
              background-color: #fff;
              color: #3c3c3c; }
              section.howto .tabWrap .tabCntWrap .btnWrap a:hover:not([target])::after {
                border-color: #3c3c3c; }
              section.howto .tabWrap .tabCntWrap .btnWrap a:hover .hov {
                stroke: #3c3c3c; } }
          @media screen and (min-width: 901px) {
            section.howto .tabWrap .tabCntWrap .btnWrap a br.sp2 {
              display: none !important; } }
          @media screen and (max-width: 900px) {
            section.howto .tabWrap .tabCntWrap .btnWrap a {
              font-size: 15px; } }
          @media screen and (min-width: 769px) {
            section.howto .tabWrap .tabCntWrap .btnWrap a br.sp2 {
              display: block; } }
          @media screen and (max-width: 768px) {
            section.howto .tabWrap .tabCntWrap .btnWrap a {
              width: 90%;
              font-size: 16px; } }
          section.howto .tabWrap .tabCntWrap .btnWrap a svg, section.howto .tabWrap .tabCntWrap .btnWrap a::after {
            position: absolute;
            top: 50%;
            right: 5%; }
          section.howto .tabWrap .tabCntWrap .btnWrap a svg {
            transform: translateY(-50%); }
            @media screen and (max-width: 768px) {
              section.howto .tabWrap .tabCntWrap .btnWrap a svg {
                width: 20px; } }
          section.howto .tabWrap .tabCntWrap .btnWrap a::after {
            transform: translateY(-25%); }
          section.howto .tabWrap .tabCntWrap .btnWrap a:not([target])::after {
            content: "";
            width: 12px;
            height: 12px;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            transform: translateY(-50%) rotate(45deg); }
          section.howto .tabWrap .tabCntWrap .btnWrap a .hov, section.howto .tabWrap .tabCntWrap .btnWrap a:not([target])::after {
            transition: 0.5s; }
    section.howto .tabWrap p.note {
      width: 100%;
      padding: 10px 50px 0;
      text-align: right;
      font-size: 12px; }
      @media screen and (max-width: 768px) {
        section.howto .tabWrap p.note {
          text-align: center;
          padding: 10px 0 0; } }
  section.howto .movWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 150px; }
    @media screen and (max-width: 768px) {
      section.howto .movWrap {
        margin-top: 108px; } }
    section.howto .movWrap .ttl {
      margin-bottom: 110px;
      border-bottom: 1px solid #3c3c3c;
      font-size: 28px; }
      @media screen and (max-width: 768px) {
        section.howto .movWrap .ttl {
          margin-bottom: 54px;
          font-size: 20px; } }
    section.howto .movWrap iframe {
      max-width: 1000px;
      width: 100%;
      aspect-ratio: 16/9; }
      section.howto .movWrap iframe:nth-last-of-type(n+2) {
        margin-bottom: 65px; }
        @media screen and (max-width: 768px) {
          section.howto .movWrap iframe:nth-last-of-type(n+2) {
            margin-bottom: 38px; } }
    section.howto .movWrap .thum {
      cursor: pointer; }

section.nic {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 5% 220px;
  background-color: #93a5af;
  color: #fff; }
  @media screen and (max-width: 768px) {
    section.nic {
      padding: 84px 5% 108px; } }
  section.nic .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 170px; }
    @media screen and (max-width: 768px) {
      section.nic .ttl {
        margin-bottom: 68px; } }
    section.nic .ttl p {
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        section.nic .ttl p {
          font-size: 18px; } }
    section.nic .ttl h2 {
      font-size: 60px;
      filter: drop-shadow(0 0 0.05px #fff); }
      @media screen and (max-width: 768px) {
        section.nic .ttl h2 {
          font-size: 28px; } }
  section.nic .cntWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px 20px;
    max-width: 1200px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      section.nic .cntWrap {
        flex-direction: column-reverse; } }
    section.nic .cntWrap .txt {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px 0;
      max-width: 540px; }
      @media screen and (max-width: 768px) {
        section.nic .cntWrap .txt {
          max-width: 100%; } }
      section.nic .cntWrap .txt p:nth-of-type(1) {
        margin-bottom: 10px;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          section.nic .cntWrap .txt p:nth-of-type(1) {
            margin-bottom: 28px; } }
      section.nic .cntWrap .txt a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 6px;
        width: 100%;
        height: 60px;
        border-radius: 30px;
        background-color: #ced6db;
        text-align: center;
        color: #244e60;
        position: relative;
        transition: 0.5s; }
        @media screen and (min-width: 769px) {
          section.nic .cntWrap .txt a:hover {
            background-color: #244e60;
            color: #ced6db; }
            section.nic .cntWrap .txt a:hover .hov {
              stroke: #ced6db; } }
        @media screen and (max-width: 768px) {
          section.nic .cntWrap .txt a {
            max-width: 500px; } }
        section.nic .cntWrap .txt a svg {
          position: absolute;
          top: 50%;
          right: 10%;
          transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            section.nic .cntWrap .txt a svg {
              width: 20px; } }
          @media screen and (max-width: 500px) {
            section.nic .cntWrap .txt a svg {
              right: 5%; } }
        section.nic .cntWrap .txt a .hov {
          transition: 0.5s;
          stroke: #244e60; }
      section.nic .cntWrap .txt p:nth-last-of-type(1) {
        width: 100%;
        font-size: 14px; }
    @media screen and (max-width: 768px) {
      section.nic .cntWrap .pic {
        max-width: 80%; } }

section.article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px 0;
  padding: 170px 5% 200px;
  background-color: #f5f5f5; }
  @media screen and (max-width: 768px) {
    section.article {
      gap: 56px 0;
      padding: 82px 5% 98px; } }
  section.article .ttl {
    max-width: 1200px;
    width: 100%; }
    @media screen and (min-width: 769px) {
      section.article .ttl {
        margin-bottom: 40px; } }
    section.article .ttl h2 {
      margin-bottom: 60px;
      line-height: 1.2;
      font-size: 60px; }
      @media screen and (max-width: 768px) {
        section.article .ttl h2 {
          margin-bottom: 24px;
          font-size: 32px; } }
    section.article .ttl p {
      font-size: 28px; }
      @media screen and (min-width: 769px) {
        section.article .ttl p {
          line-height: 2; } }
      @media screen and (max-width: 768px) {
        section.article .ttl p {
          font-size: 18px; } }
  section.article .cntWrap {
    max-width: 1200px;
    width: 100%;
    padding: 80px 5%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: relative; }
    @media screen and (max-width: 768px) {
      section.article .cntWrap {
        padding: 52px 5%; } }
    @media screen and (max-width: 768px) {
      section.article .cntWrap.new {
        padding-top: 62px; } }
    section.article .cntWrap.new::before {
      content: 'NEW';
      display: flex;
      justify-content: center;
      align-items: center;
      width: 160px;
      height: 55px;
      padding-top: 5px;
      border-radius: 10px 0 10px 0;
      background-color: #81959d;
      font-family: "greycliff-cf", sans-serif;
      font-size: 24px;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: inherit; }
      @media screen and (max-width: 768px) {
        section.article .cntWrap.new::before {
          width: 130px;
          height: 42px;
          font-size: 18px; } }
    @media screen and (min-width: 466px) {
      section.article .cntWrap#y2 .profile .name p br {
        display: none; } }
    @media screen and (max-width: 465px) {
      section.article .cntWrap#y2 .profile .name {
        top: -1px; } }
    @media screen and (min-width: 421px) {
      section.article .cntWrap#amanatsu .profile .name p br, section.article .cntWrap#koharu .profile .name p br, section.article .cntWrap#tanco .profile .name p br, section.article .cntWrap#hirotani .profile .name p br, section.article .cntWrap#sakai .profile .name p br, section.article .cntWrap#nose .profile .name p br {
        display: none; } }
    @media screen and (max-width: 420px) {
      section.article .cntWrap#amanatsu .profile .name, section.article .cntWrap#koharu .profile .name, section.article .cntWrap#tanco .profile .name, section.article .cntWrap#hirotani .profile .name, section.article .cntWrap#sakai .profile .name, section.article .cntWrap#nose .profile .name {
        top: -1px; } }
    section.article .cntWrap .work {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      margin-bottom: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid #c1c1c1;
      position: relative; }
      @media screen and (max-width: 768px) {
        section.article .cntWrap .work {
          flex-direction: column;
          margin-bottom: 38px;
          padding-bottom: 38px; } }
      section.article .cntWrap .work .pic {
        max-width: 470px;
        width: 46%; }
        @media screen and (max-width: 768px) {
          section.article .cntWrap .work .pic {
            width: 100%;
            margin: 0 auto 26px; } }
      section.article .cntWrap .work .txt {
        width: 48%; }
        @media screen and (max-width: 900px) {
          section.article .cntWrap .work .txt {
            padding-bottom: 60px; } }
        @media screen and (max-width: 768px) {
          section.article .cntWrap .work .txt {
            width: 100%;
            padding-bottom: 38px; } }
        section.article .cntWrap .work .txt h3 {
          margin-bottom: 18px;
          line-height: 1.8;
          font-size: 22px; }
          @media screen and (max-width: 768px) {
            section.article .cntWrap .work .txt h3 {
              font-size: 20px; } }
        section.article .cntWrap .work .txt p {
          margin-bottom: 24px;
          line-height: 2; }
        section.article .cntWrap .work .txt a {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 0 20px;
          width: 80%;
          height: 60px;
          border-radius: 30px;
          background-color: #81959d;
          border: 1px solid #81959d;
          color: #fff;
          position: relative;
          transition: 0.5s; }
          @media screen and (max-width: 900px) {
            section.article .cntWrap .work .txt a {
              position: absolute;
              left: 50%;
              bottom: 50px;
              transform: translateX(-50%); } }
          @media screen and (min-width: 769px) {
            section.article .cntWrap .work .txt a:hover {
              background-color: #fff;
              color: #3c3c3c; }
              section.article .cntWrap .work .txt a:hover::after {
                border-color: #3c3c3c; } }
          @media screen and (max-width: 768px) {
            section.article .cntWrap .work .txt a {
              width: 90%;
              margin: 0 auto;
              position: relative;
              left: 0;
              bottom: 0;
              transform: none; } }
          section.article .cntWrap .work .txt a::after {
            content: "";
            width: 12px;
            height: 12px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            position: absolute;
            top: 50%;
            right: 10%;
            transform: translateY(-25%) rotate(45deg);
            transition: 0.5s; }
    section.article .cntWrap .profile {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%; }
      @media screen and (max-width: 768px) {
        section.article .cntWrap .profile {
          flex-direction: column;
          gap: 24px 0; } }
      section.article .cntWrap .profile .pic {
        width: 130px; }
        @media screen and (max-width: 768px) {
          section.article .cntWrap .profile .pic {
            width: 120px; } }
      section.article .cntWrap .profile .txt {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 24px 30px;
        width: calc(100% - 150px); }
        @media screen and (max-width: 768px) {
          section.article .cntWrap .profile .txt {
            gap: 18px 30px;
            width: 100%;
            margin-top: -145px;
            padding-top: 145px;
            position: relative; } }
        section.article .cntWrap .profile .txt .name {
          display: flex;
          align-items: baseline; }
          @media screen and (max-width: 768px) {
            section.article .cntWrap .profile .txt .name {
              flex-direction: column-reverse;
              width: 100%;
              padding-left: 145px;
              position: absolute;
              top: 0;
              left: 0; }
			  section.article .cntWrap .profile .txt .name span.letsp0 {
            letter-spacing: 0; }
}
          section.article .cntWrap .profile .txt .name span {
            font-size: 20px; }
			
          section.article .cntWrap .profile .txt .name p {
            font-size: 14px; }
            @media screen and (min-width: 769px) {
              section.article .cntWrap .profile .txt .name p {
                padding-left: 1em; } }
            @media screen and (max-width: 375px) {
              section.article .cntWrap .profile .txt .name p {
                font-size: 0.7em; } }
        section.article .cntWrap .profile .txt .sns {
          display: flex;
          align-items: flex-start;
          gap: 0 20px; }
          @media screen and (max-width: 768px) {
            section.article .cntWrap .profile .txt .sns {
              gap: 0 16px;
              width: 100%;
              padding-left: 145px;
              position: absolute;
              top: 90px;
              left: 0; } }
          section.article .cntWrap .profile .txt .sns i {
            font-size: 26px;
            color: #9d9d9d; }
            section.article .cntWrap .profile .txt .sns i.fa-house {
              font-size: 23px; }
        section.article .cntWrap .profile .txt > p {
          width: 100%;
          line-height: 1.8; }

.slideModal {
  margin-bottom: 170px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .slideModal {
      margin-bottom: 86px; } }
  .slideModal ul.slider .slick-list {
    width: 100%; }
    .slideModal ul.slider .slick-list .slick-track {
      display: flex;
      align-items: center;
      gap: 0 10px;
      width: 100%; }
      .slideModal ul.slider .slick-list .slick-track .slick-slide {
        max-width: 1200px; }
        @media screen and (min-width: 769px) {
          .slideModal ul.slider .slick-list .slick-track .slick-slide img {
            max-height: 360px; } }
        @media screen and (max-width: 768px) {
          .slideModal ul.slider .slick-list .slick-track .slick-slide img {
            height: 200px; } }
  .slideModal ul.slider li {
    cursor: pointer; }
  .slideModal ul.modal {
    max-width: 1200px;
    width: calc(90vw - 80px);
    position: relative; }
    .slideModal ul.modal:not(.slick-initialized) {
      display: none; }
    .slideModal ul.modal .slick-list {
      width: 100%;
      overflow: hidden; }
      .slideModal ul.modal .slick-list .slick-track {
        display: flex;
        align-items: flex-start;
        gap: 0 10px;
        width: 100%;
        text-align: center;
        color: #fff; }
        .slideModal ul.modal .slick-list .slick-track li.slick-slide figure {
          width: 100%;
          max-height: calc(90dvh - 110px);
          height: clamp(0px, 50.6vw, 675px);
          margin-bottom: 14px; }
          @media screen and (max-width: 768px) {
            .slideModal ul.modal .slick-list .slick-track li.slick-slide figure {
              margin-bottom: 8px; } }
          .slideModal ul.modal .slick-list .slick-track li.slick-slide figure img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .slideModal ul.modal .slick-list .slick-track li.slick-slide p {
          font-size: 28px; }
          @media screen and (max-width: 768px) {
            .slideModal ul.modal .slick-list .slick-track li.slick-slide p {
              font-size: 20px; } }
        .slideModal ul.modal .slick-list .slick-track li.slick-slide span {
          display: inline-block;
          line-height: 1;
          font-size: 20px; }
          @media screen and (max-width: 768px) {
            .slideModal ul.modal .slick-list .slick-track li.slick-slide span {
              font-size: 14px; } }
          .slideModal ul.modal .slick-list .slick-track li.slick-slide span em {
            font-size: 0.7em; }
    .slideModal ul.modal label.slick-arrow {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100px;
      height: calc(100% - 85px);
      position: absolute;
      top: 0;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .slideModal ul.modal label.slick-arrow {
          width: 60px;
          height: calc(100% - 60px); } }
      .slideModal ul.modal label.slick-arrow::before {
        content: "";
        width: 28px;
        height: 28px;
        border-top: 2px solid #fff;
        transition: 0.3s; }
        @media screen and (max-width: 768px) {
          .slideModal ul.modal label.slick-arrow::before {
            width: 20px;
            height: 20px; } }
      .slideModal ul.modal label.slick-arrow.prev {
        left: -80px; }
        @media screen and (max-width: 768px) {
          .slideModal ul.modal label.slick-arrow.prev {
            left: -50px; } }
        .slideModal ul.modal label.slick-arrow.prev:hover::before {
          transform: translate(10%, -50%) rotate(-45deg); }
        .slideModal ul.modal label.slick-arrow.prev::before {
          border-left: 2px solid #fff;
          transform: translateY(-50%) rotate(-45deg); }
      .slideModal ul.modal label.slick-arrow.next {
        right: -80px; }
        @media screen and (max-width: 768px) {
          .slideModal ul.modal label.slick-arrow.next {
            right: -50px; } }
        .slideModal ul.modal label.slick-arrow.next:hover::before {
          transform: translate(10%, -50%) rotate(45deg); }
        .slideModal ul.modal label.slick-arrow.next::before {
          border-right: 2px solid #fff;
          transform: translateY(-50%) rotate(45deg); }

section.example {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 270px;
  padding: 0 5%; }
  @media screen and (max-width: 768px) {
    section.example {
      margin-bottom: 72px; } }
  section.example .ttl {
    max-width: 1200px;
    width: 100%;
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      section.example .ttl {
        margin-bottom: 48px; } }
    section.example .ttl h2 {
      margin-bottom: 40px;
      font-size: 60px; }
      @media screen and (min-width: 769px) {
        section.example .ttl h2 {
          line-height: 1.2; } }
      @media screen and (max-width: 768px) {
        section.example .ttl h2 {
          margin-bottom: 24px;
          font-size: 40px; } }
    section.example .ttl p {
      line-height: 1.8;
      font-size: 28px; }
      @media screen and (max-width: 768px) {
        section.example .ttl p {
          font-size: 18px; } }
  section.example .cntWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px;
    max-width: 1200px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      section.example .cntWrap {
        gap: 58px 0; } }
    section.example .cntWrap .cntBox {
      position: relative;
      width: calc(50% - 40px);
      padding: 50px 35px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 768px) {
        section.example .cntWrap .cntBox {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%;
          padding: 48px 0 20px; } }
      section.example .cntWrap .cntBox .work {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        width: 100%;
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #c1c1c1;
        text-align: center; }
        @media screen and (max-width: 768px) {
          section.example .cntWrap .cntBox .work {
            width: calc(100% - 70px);
            margin-bottom: 38px;
            padding-bottom: 38px; } }
        section.example .cntWrap .cntBox .work h3 {
          display: flex;
          justify-content: center;
          align-items: center;
          line-height: 1.2;
          text-align: center;
          font-size: 32px; }
          @media screen and (min-width: 769px) {
            section.example .cntWrap .cntBox .work h3 {
              min-height: 2.4em; } }
          @media screen and (max-width: 768px) {
            section.example .cntWrap .cntBox .work h3 {
              font-size: 24px; } }
        section.example .cntWrap .cntBox .work ul.pic {
          width: 100%;
          position: relative; }
          section.example .cntWrap .cntBox .work ul.pic .slick-list {
            width: 100%;
            overflow: hidden; }
            section.example .cntWrap .cntBox .work ul.pic .slick-list .slick-track {
              display: flex;
              align-items: center; }
              section.example .cntWrap .cntBox .work ul.pic .slick-list .slick-track .slick-slide {
                margin: 0 5px;
                position: relative; }
                section.example .cntWrap .cntBox .work ul.pic .slick-list .slick-track .slick-slide::before {
                  content: '';
                  display: block;
                  width: 100%;
                  aspect-ratio: 3/2; }
                section.example .cntWrap .cntBox .work ul.pic .slick-list .slick-track .slick-slide img {
                  width: 100%;
                  height: 100%;
                  object-fit: contain;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  translate: -50% -50%; }
          section.example .cntWrap .cntBox .work ul.pic img {
            max-height: 320px; }
          section.example .cntWrap .cntBox .work ul.pic label.slick-arrow {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 100%;
            position: absolute;
            top: 0;
            cursor: pointer; }
            @media screen and (max-width: 768px) {
              section.example .cntWrap .cntBox .work ul.pic label.slick-arrow {
                width: 35px; } }
            section.example .cntWrap .cntBox .work ul.pic label.slick-arrow::before {
              content: "";
              width: 18px;
              height: 18px;
              border-top: 2px solid #707070;
              transition: 0.3s; }
            section.example .cntWrap .cntBox .work ul.pic label.slick-arrow.prev {
              left: -35px; }
              @media screen and (min-width: 769px) {
                section.example .cntWrap .cntBox .work ul.pic label.slick-arrow.prev:hover::before {
                  translate: 10% 0; } }
              @media screen and (max-width: 768px) {
                section.example .cntWrap .cntBox .work ul.pic label.slick-arrow.prev {
                  left: -35px; } }
              section.example .cntWrap .cntBox .work ul.pic label.slick-arrow.prev::before {
                border-left: 2px solid #707070;
                translate: 25% 0;
                rotate: -45deg; }
            section.example .cntWrap .cntBox .work ul.pic label.slick-arrow.next {
              right: -35px; }
              @media screen and (min-width: 769px) {
                section.example .cntWrap .cntBox .work ul.pic label.slick-arrow.next:hover::before {
                  translate: -10% 0; } }
              @media screen and (max-width: 768px) {
                section.example .cntWrap .cntBox .work ul.pic label.slick-arrow.next {
                  right: -35px; } }
              section.example .cntWrap .cntBox .work ul.pic label.slick-arrow.next::before {
                border-right: 2px solid #707070;
                translate: -25% 0;
                rotate: 45deg; }
        section.example .cntWrap .cntBox .work p {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 80%;
          height: 60px;
          border-radius: 30px;
          background-color: #81959d;
          font-size: 18px;
          color: #fff;
          opacity: 0.5;
          pointer-events: none; }
        section.example .cntWrap .cntBox .work a {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 0 6px;
          width: 80%;
          height: 60px;
          border-radius: 30px;
          background-color: #81959d;
          border: 1px solid #81959d;
          color: #fff;
          position: relative;
          transition: 0.5s; }
          @media screen and (min-width: 769px) {
            section.example .cntWrap .cntBox .work a:hover {
              background-color: #fff;
              color: #3c3c3c; }
              section.example .cntWrap .cntBox .work a:hover .hov {
                stroke: #3c3c3c; } }
          section.example .cntWrap .cntBox .work a svg {
            position: absolute;
            top: 50%;
            right: 10%;
            transform: translateY(-50%); }
            @media screen and (max-width: 768px) {
              section.example .cntWrap .cntBox .work a svg {
                width: 20px; } }
          section.example .cntWrap .cntBox .work a .hov {
            transition: 0.5s; }
      section.example .cntWrap .cntBox .profile {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%; }
        @media screen and (max-width: 1200px) {
          section.example .cntWrap .cntBox .profile {
            position: relative; } }
        @media screen and (max-width: 768px) {
          section.example .cntWrap .cntBox .profile {
            width: calc(100% - 70px); } }
        section.example .cntWrap .cntBox .profile .pic {
          width: 93px; }
          @media screen and (max-width: 1200px) {
            section.example .cntWrap .cntBox .profile .pic {
              width: 90px;
              position: absolute;
              bottom: 0;
              left: 0; } }
          section.example .cntWrap .cntBox .profile .pic img {
            border-radius: 50%; }
        section.example .cntWrap .cntBox .profile .txt {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 14px 0;
          width: calc(100% - 115px); }
          @media screen and (max-width: 1200px) {
            section.example .cntWrap .cntBox .profile .txt {
              width: 100%; } }
          section.example .cntWrap .cntBox .profile .txt p {
            font-size: 14px; }
            @media screen and (min-width: 901px) {
              section.example .cntWrap .cntBox .profile .txt p {
                line-height: 1.8; } }
            @media screen and (max-width: 1200px) {
              section.example .cntWrap .cntBox .profile .txt p.name {
                display: flex;
                align-items: center;
                min-height: 90px;
                padding-left: 105px; } }
            @media screen and (min-width: 901px) {
              section.example .cntWrap .cntBox .profile .txt p.name br {
                display: none; } }

section.simulator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px 0;
  margin-bottom: 140px;
  padding: 180px 5% 140px;
  background-color: #f5f9f9;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    section.simulator {
      gap: 42px 0;
      margin-bottom: 84px;
      padding: 84px 5% 56px; } }
  section.simulator .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px 0;
    text-align: center;
    color: #244e60; }
    @media screen and (max-width: 768px) {
      section.simulator .ttl {
        gap: 24px 0; } }
    section.simulator .ttl h2 {
      line-height: 1.2;
      font-size: 58px;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        section.simulator .ttl h2 {
          font-size: 34px; } }
    section.simulator .ttl p:nth-of-type(1) {
      margin-bottom: 15px;
      font-size: 28px; }
      @media screen and (max-width: 768px) {
        section.simulator .ttl p:nth-of-type(1) {
          font-size: 20px; }
          section.simulator .ttl p:nth-of-type(1) + p {
            text-align: left; } }
      @media screen and (max-width: 1000px) {
        section.simulator .ttl p:nth-of-type(1) br.sp {
          display: block !important; } }
  section.simulator .cntWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 80px 50px 100px;
    border-radius: 40px;
    position: relative; }
    @media screen and (max-width: 768px) {
      section.simulator .cntWrap {
        padding: 58px 0 62px; } }
    @media screen and (max-width: 500px) {
      section.simulator .cntWrap {
        padding: 46px 0 38px; } }
    section.simulator .cntWrap .bg {
      width: 100%;
      height: 100%;
      border-radius: 40px;
      background-color: #fff;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 0; }
    section.simulator .cntWrap ul.preview {
      max-width: 920px;
      width: calc(100% - 80px);
      margin-bottom: 40px;
      position: relative; }
      @media screen and (max-width: 768px) {
        section.simulator .cntWrap ul.preview {
          margin-bottom: 28px; } }
      @media screen and (max-width: 500px) {
        section.simulator .cntWrap ul.preview {
          margin-bottom: 22px; } }
      section.simulator .cntWrap ul.preview .slick-list {
        width: 100%;
        overflow: hidden; }
        section.simulator .cntWrap ul.preview .slick-list .slick-track {
          display: flex;
          width: 100%; }
          section.simulator .cntWrap ul.preview .slick-list .slick-track .slick-slide {
            position: relative;
            background: url() no-repeat top left/contain; }
            section.simulator .cntWrap ul.preview .slick-list .slick-track .slick-slide img:not(.act), section.simulator .cntWrap ul.preview .slick-list .slick-track .slick-slide img:not(.prev) {
              position: absolute;
              top: 0;
              left: 0;
              z-index: 0;
              opacity: 0; }
            section.simulator .cntWrap ul.preview .slick-list .slick-track .slick-slide img.prev {
              opacity: 1; }
            section.simulator .cntWrap ul.preview .slick-list .slick-track .slick-slide img.act {
              position: relative;
              z-index: 3;
              opacity: 1;
              transition: opacity 1s; }
            section.simulator .cntWrap ul.preview .slick-list .slick-track .slick-slide p {
              padding-top: 10px;
              text-align: right;
              color: #808080;
              font-size: 14px; }
              @media screen and (max-width: 768px) {
                section.simulator .cntWrap ul.preview .slick-list .slick-track .slick-slide p {
                  padding-top: 8px;
                  font-size: 12px; } }
      section.simulator .cntWrap ul.preview label.slick-arrow {
        display: block;
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        cursor: pointer;
        transition: 0.3s; }
        @media screen and (max-width: 768px) {
          section.simulator .cntWrap ul.preview label.slick-arrow {
            width: 20px;
            height: 20px; } }
        section.simulator .cntWrap ul.preview label.slick-arrow.prev {
          border-top: 2px solid #707070;
          border-left: 2px solid #707070;
          left: -45px;
          transform: translateY(-50%) rotate(-45deg); }
          @media screen and (min-width: 769px) {
            section.simulator .cntWrap ul.preview label.slick-arrow.prev:hover {
              left: -50px; } }
          @media screen and (max-width: 768px) {
            section.simulator .cntWrap ul.preview label.slick-arrow.prev {
              left: -25px; } }
        section.simulator .cntWrap ul.preview label.slick-arrow.next {
          border-top: 2px solid #707070;
          border-right: 2px solid #707070;
          right: -45px;
          transform: translateY(-50%) rotate(45deg); }
          @media screen and (min-width: 769px) {
            section.simulator .cntWrap ul.preview label.slick-arrow.next:hover {
              right: -50px; } }
          @media screen and (max-width: 768px) {
            section.simulator .cntWrap ul.preview label.slick-arrow.next {
              right: -25px; } }
    section.simulator .cntWrap .menu {
      width: 100%; }
      section.simulator .cntWrap .menu .slick-list {
        width: 100%; }
        section.simulator .cntWrap .menu .slick-list .slick-track {
          display: flex;
          align-items: flex-start;
          width: 100%; }
      section.simulator .cntWrap .menu .menuBox ul {
        display: flex;
        flex-wrap: wrap;
        gap: 18px 10px;
        justify-content: center; }
        @media screen and (max-width: 1100px) {
          section.simulator .cntWrap .menu .menuBox ul {
            max-width: 680px;
            margin: 0 auto; } }
        @media screen and (max-width: 768px) {
          section.simulator .cntWrap .menu .menuBox ul {
            gap: 8px 18px; }
            section.simulator .cntWrap .menu .menuBox ul[data-slick-index="2"] {
              max-width: 500px; } }
        @media screen and (max-width: 500px) {
          section.simulator .cntWrap .menu .menuBox ul {
            gap: 12px 14px;
            padding: 0 5px; } }
        @media screen and (min-width: 1101px) {
          section.simulator .cntWrap .menu .menuBox ul.cl7 {
            max-width: 680px;
            margin: 0 auto; } }
        @media screen and (max-width: 900px) {
          section.simulator .cntWrap .menu .menuBox ul.cl7::before, section.simulator .cntWrap .menu .menuBox ul.cl7::after {
            content: '';
            width: 100%; }
          section.simulator .cntWrap .menu .menuBox ul.cl7::before {
            order: 3; }
          section.simulator .cntWrap .menu .menuBox ul.cl7::after {
            order: 6; } }
        @media screen and (max-width: 1100px) {
          section.simulator .cntWrap .menu .menuBox ul.cl5 {
            max-width: 520px; } }
        section.simulator .cntWrap .menu .menuBox ul li {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
          width: 140px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            section.simulator .cntWrap .menu .menuBox ul li {
              width: 130px;
              font-size: 15px; } }
          @media screen and (max-width: 500px) {
            section.simulator .cntWrap .menu .menuBox ul li {
              gap: 4px 0;
              width: 100px;
              font-size: 13px; } }
          section.simulator .cntWrap .menu .menuBox ul li.act img, section.simulator .cntWrap .menu .menuBox ul li:hover img {
            border-color: #707070; }
          section.simulator .cntWrap .menu .menuBox ul li:not(.act) {
            cursor: pointer; }
          section.simulator .cntWrap .menu .menuBox ul li img {
            padding: 5px;
            border: 0.5px solid #fff;
            border-radius: 50%;
            transition: 0.3s; }
            @media screen and (max-width: 768px) {
              section.simulator .cntWrap .menu .menuBox ul li img {
                width: 90px;
                padding: 3px;
                border-width: 1px; } }
            @media screen and (max-width: 500px) {
              section.simulator .cntWrap .menu .menuBox ul li img {
                width: 80px; } }
          section.simulator .cntWrap .menu .menuBox ul li i, section.simulator .cntWrap .menu .menuBox ul li a {
            margin: auto 0;
            color: inherit; }
            @media screen and (max-width: 500px) {
              section.simulator .cntWrap .menu .menuBox ul li i, section.simulator .cntWrap .menu .menuBox ul li a {
                display: flex;
                justify-content: center;
                align-items: center;
                min-height: 2.4em;
                line-height: 1.2; } }
          section.simulator .cntWrap .menu .menuBox ul li a:hover {
            text-decoration: underline; }
  section.simulator .note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px 50px; }
    @media screen and (max-width: 768px) {
      section.simulator .note {
        flex-direction: column; } }
    section.simulator .note p {
      display: flex;
      align-items: center;
      gap: 0 20px; }
      section.simulator .note p i {
        display: flex;
        gap: 0 5px; }
        section.simulator .note p i::before, section.simulator .note p i::after {
          content: "";
          width: 10px;
          height: 10px; }
        section.simulator .note p i::before {
          border-top: 2px solid #707070;
          border-left: 2px solid #707070;
          transform: rotate(-45deg); }
        section.simulator .note p i::after {
          border-top: 2px solid #707070;
          border-right: 2px solid #707070;
          transform: rotate(45deg); }
      section.simulator .note p img {
        border-radius: 50%; }
  section.simulator a.bnr {
    position: fixed;
    right: 5vw;
    bottom: 5vh;
    z-index: 999; }
    @media screen and (min-width: 769px) {
      section.simulator a.bnr:hover img {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
      section.simulator a.bnr:hover span {
        background-color: #fff;
        color: #8c8c8c; } }
    @media screen and (max-width: 768px) {
      section.simulator a.bnr {
        right: 3vw;
        bottom: 3vh; } }
    section.simulator a.bnr img {
      border: 5px solid #fff;
      border-radius: 50%;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      transition: 0.5s; }
      @media screen and (max-width: 1000px) {
        section.simulator a.bnr img {
          width: 140px; } }
      @media screen and (max-width: 768px) {
        section.simulator a.bnr img {
          width: 130px; } }
      @media screen and (max-width: 500px) {
        section.simulator a.bnr img {
          width: 100px; } }
    section.simulator a.bnr span {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0 18px;
      width: 160px;
      height: 36px;
      padding-left: 10px;
      border-radius: 30px;
      background-color: #81959d;
      border: 1px solid #81959d;
      color: #fff;
      position: relative;
      top: -20px;
      transition: 0.5s; }
      @media screen and (max-width: 1000px) {
        section.simulator a.bnr span {
          gap: 0 12px;
          width: 140px; } }
      @media screen and (max-width: 768px) {
        section.simulator a.bnr span {
          width: 130px;
          font-size: 12px; } }
      @media screen and (max-width: 500px) {
        section.simulator a.bnr span {
          gap: 0 4px;
          width: 100px;
          height: 32px;
          font-size: 10px;
          top: -16px; } }
      section.simulator a.bnr span i {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #fff;
        transition: 0.5s; }
        @media screen and (max-width: 500px) {
          section.simulator a.bnr span i {
            width: 18px;
            height: 18px; } }
        section.simulator a.bnr span i.btm::after {
          transform: translateY(25%) rotate(225deg); }
        section.simulator a.bnr span i::after {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 2px solid #81959d;
          border-bottom: 2px solid #81959d;
          transform: translateY(-10%) rotate(45deg);
          transition: 0.5s; }
          @media screen and (max-width: 500px) {
            section.simulator a.bnr span i::after {
              width: 5px;
              height: 5px; } }

section.model {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px 0; }
  @media screen and (max-width: 768px) {
    section.model {
      gap: 28px 0; } }
  section.model h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #3c3c3c;
    font-size: 28px; }
    @media screen and (max-width: 768px) {
      section.model h2 {
        font-size: 24px; } }
  section.model .cntWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 34px 10%;
    max-width: 1000px;
    width: 90%;
    margin-bottom: 200px; }
    @media screen and (max-width: 768px) {
      section.model .cntWrap {
        flex-direction: column;
        align-items: center;
        margin-bottom: 104px; } }
    section.model .cntWrap .cntBox {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px 0;
      max-width: 360px;
      width: 45%; }
      @media screen and (max-width: 500px) {
        section.model .cntWrap .cntBox {
          width: 100%; } }
      section.model .cntWrap .cntBox p {
        font-size: 24px; }
        @media screen and (min-width: 769px) {
          section.model .cntWrap .cntBox p {
            margin-bottom: 8px; } }
        @media screen and (max-width: 768px) {
          section.model .cntWrap .cntBox p {
            font-size: 20px; } }
      section.model .cntWrap .cntBox img {
        max-width: 90%; }
        @media screen and (min-width: 769px) {
          section.model .cntWrap .cntBox img {
            margin-bottom: 15px; } }
      section.model .cntWrap .cntBox a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 6px;
        max-width: 500px;
        width: 100%;
        height: 60px;
        margin-top: 10px;
        border-radius: 30px;
        background-color: #81959d;
        border: 1px solid #81959d;
        color: #fff;
        position: relative;
        transition: .5s; }
        @media screen and (min-width: 769px) {
          section.model .cntWrap .cntBox a:hover {
            background-color: #fff;
            color: #3c3c3c; }
            section.model .cntWrap .cntBox a:hover .hov {
              stroke: #3c3c3c; } }
        @media screen and (max-width: 768px) {
          section.model .cntWrap .cntBox a {
            font-size: 15px;
            letter-spacing: 0; } }
        section.model .cntWrap .cntBox a svg {
          width: 20px;
          margin-top: 2px;
          position: absolute;
          top: 50%;
          right: 5%;
          transform: translateY(-50%); }
          section.model .cntWrap .cntBox a svg .hov {
            transition: .5s; }

section.link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px 0;
  margin-bottom: 140px; }
  @media screen and (max-width: 768px) {
    section.link {
      gap: 58px 0;
      margin-bottom: 82px; } }
  section.link h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #3c3c3c;
    font-size: 28px; }
    @media screen and (max-width: 768px) {
      section.link h2 {
        font-size: 24px; } }
  section.link .cntWrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 90%;
    gap: 40px; }
    section.link .cntWrap a {
      width: calc(50% - 20px); }
      @media screen and (max-width: 768px) {
        section.link .cntWrap a {
          width: 100%; } }

.pageTop {
  margin-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .pageTop {
      margin-bottom: 116px; } }
  .pageTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 18px;
    max-width: 480px;
    width: 90%;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #81959d;
    border: 1px solid #81959d;
    color: #fff;
    position: relative;
    transition: 0.5s; }
    @media screen and (min-width: 769px) {
      .pageTop a:hover {
        background-color: #fff;
        color: #3c3c3c; }
        .pageTop a:hover::after {
          border-color: #3c3c3c; } }
    .pageTop a::after {
      content: "";
      width: 12px;
      height: 12px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      transform: rotate(45deg);
      transition: 0.5s;
      position: absolute;
      top: 50%;
      right: 10%; }

/*# sourceMappingURL=style.css.map */


/* 2025-05-15 */
section.article .cntWrap .work .pic_height img{
		max-width: 450px;
		margin: auto;
		padding: 0 20% 0;
	}
@media screen and (max-width: 1200px) {
	section.article .cntWrap .work .pic_height img{
		max-width: 400px;
	}
}
@media screen and (max-width: 1000px) {
	section.article .cntWrap .work .pic_height img{
		max-width: 350px;
	}
}
@media screen and (max-width: 768px) {
	section.article .cntWrap .work .pic_height img{
		max-width: 100%;
		padding: 0 25% 0;
	}
}

/* pageMore */

.pageMore {
	width: 80%;
	margin: 30px 0;
}
section.example .pageMore{
	margin: 100px 0 0;
}

  @media screen and (max-width: 768px) { }
  .pageMore a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 18px;
    max-width: 480px;
    width: 90%;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #81959d;
    border: 1px solid #81959d;
    color: #fff;
    position: relative;
    transition: 0.5s; }
    @media screen and (min-width: 769px) {
      .pageMore a:hover {
        background-color: #fff;
        color: #3c3c3c; }
        .pageMore a:hover::after {
          border-color: #3c3c3c; } }


/* item list */
section.model .cntWrap .cntBoxList{
      display: table;
      flex-direction: column;
      align-items: center;
      gap: 15px 0;
      width: 80%;
	}
      @media screen and (max-width: 500px) {
        section.model .cntWrap .cntBoxList{
          width: 100%; } }
	
      section.model .cntWrap .cntBoxList a{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 6px;
        max-width: 500px;
        width: 100%;
        height: 50px;
        border-radius: 30px;
        background-color: #81959d;
        border: 1px solid #81959d;
        color: #fff;
        position: relative;
        transition: .5s; }
        @media screen and (min-width: 769px) {
          section.model .cntWrap .cntBoxList a:hover{
            background-color: #fff;
            color: #3c3c3c; }
            section.model .cntWrap .cntBoxList a:hover .hov{
              stroke: #3c3c3c; } }
        @media screen and (max-width: 768px) {
          section.model .cntWrap .cntBoxList a{
            letter-spacing: 0; } }
	
section.model .cntWrap .cntBoxList ul{
	display: table;
	margin: auto;
	}
section.model .cntWrap .cntBoxList ul li{
	margin-bottom: 20px;
	}
  section.model .cntWrap .cntBoxList ul li p{
	display: table-cell;
	}
section.model .cntWrap .cntBoxList ul li p.text{
	font-size: 24px;
	width: 120px;
	padding: 0 30px 0 0;
	}
section.model .cntWrap .cntBoxList ul li p.link{
	min-width: 250px;
	padding: 10px;
	}

@media screen and (max-width: 768px) {
    section.model .cntWrap .cntBoxList ul li p{
    display: block;
    }
    section.model .cntWrap .cntBoxList ul li p.text{
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 0;
    }
    section.model .cntWrap .cntBoxList ul li p.link{
    font-size: 14px;
    }
}

/* new */
 @media screen and (max-width: 768px) {
	 section.example .cntWrap .cntBox.new {
        padding-top: 62px; } }
    section.example .cntWrap .cntBox.new::before {
      content: 'NEW';
      display: flex;
      justify-content: center;
      align-items: center;
      width: 160px;
      height: 55px;
      padding-top: 5px;
      border-radius: 10px 0 10px 0;
      background-color: #81959d;
      font-family: "greycliff-cf", sans-serif;
      font-size: 24px;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: inherit; }
      @media screen and (max-width: 768px) {
        section.example .cntWrap .cntBox.new::before {
          width: 130px;
          height: 42px;
          font-size: 18px; } }
	
/* banner_wide */
section.banner_wide {
  display: flex;
  flex-direction: column;
  align-items: center;
    gap: 50px 0;
	width: 80%;
	margin: 5em auto;
	text-align: center;
}
section.banner_wide img{
	width: 80%;
}
@media screen and (max-width: 768px) {
   section.banner_wide img{
	width: auto;}
}
