@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

#globalHeader {
  transition: .2s background; }
  #globalHeader.isScroll {
    background: #fff; }
  #globalHeader #ghLogo img {
    height: auto;
    position: absolute; }

#sectionHero .heroHeader {
  position: relative;
  background: #0f0f0f; }
  #sectionHero .heroHeader .heroVideo {
    z-index: -1; }
  #sectionHero .heroHeader .heroScroll a {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    color: #fff; }
    #sectionHero .heroHeader .heroScroll a:before {
      content: "";
      display: block;
      -webkit-animation: 1.5s scrollHero infinite;
              animation: 1.5s scrollHero infinite; }
  #sectionHero .heroHeader .heroSound {
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #0071be;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    background: rgba(0, 113, 190, 0.7); }
    #sectionHero .heroHeader .heroSound.soundOn .iconSound {
      background: url(../images2022/home/icon_sound_on.png) no-repeat;
      background-size: contain; }
    #sectionHero .heroHeader .heroSound .iconSound {
      display: inline-block;
      background: url(../images2022/home/icon_sound_off.png) no-repeat;
      background-size: contain; }

#sectionHero #heroBody {
  overflow: hidden; }
  #sectionHero #heroBody .heroTitle {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #fff;
    text-align: center; }
  #sectionHero #heroBody .heroNote {
    color: #fff;
    text-align: center; }

#sectionProduct {
  position: relative; }
  #sectionProduct:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none; }
  #sectionProduct:after {
    color: #d9eaf5;
    position: absolute;
    bottom: 0;
    opacity: .15;
    font-family: 'Jost', sans-serif;
    line-height: 1;
    font-weight: 300;
    pointer-events: none; }
  #sectionProduct .productTitle {
    font-family: 'Noto Serif JP', serif;
    color: #0071be;
    font-weight: 400;
    line-height: 1.4;
    text-align: center; }
  #sectionProduct .productCategoryNum {
    color: #0071be;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-weight: bold; }
  #sectionProduct .productSlide {
    position: relative; }
    #sectionProduct .productSlide .productItem a {
      display: block;
      color: #fff;
      text-align: center; }
    #sectionProduct .productSlide .productItem .productThumb {
      position: relative;
      overflow: hidden; }
    #sectionProduct .productSlide .productItem .productNote {
      color: #fff; }
    #sectionProduct .productSlide .slick-dots {
      line-height: 1; }
      #sectionProduct .productSlide .slick-dots > li {
        line-height: 1; }
        #sectionProduct .productSlide .slick-dots > li.slick-active button {
          background: #0071be; }
        #sectionProduct .productSlide .slick-dots > li button {
          background: #d9eaf5; }
    #sectionProduct .productSlide .slick-arrow {
      mix-blend-mode: screen; }
    #sectionProduct .productSlide .slick-prev {
      top: 0;
      bottom: 0;
      margin: auto;
      left: 45px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    #sectionProduct .productSlide .slick-next {
      top: 0;
      bottom: 0;
      margin: auto;
      right: 45px;
      -webkit-transform: scale(1, -1) rotate(-45deg);
              transform: scale(1, -1) rotate(-45deg); }

#sectionMenu {
  position: relative; }
  #sectionMenu:before {
    content: "";
    display: block;
    background: #d9eaf5;
    position: absolute;
    bottom: 0; }
  #sectionMenu .menuItem .menuThumb {
    position: relative; }
    #sectionMenu .menuItem .menuThumb:before {
      content: "";
      display: block;
      background: url(../images2022/home/deco_nail_blue.png) no-repeat;
      background-size: contain;
      position: absolute; }
  #sectionMenu .menuItem .menuText .menuTextHeader {
    position: relative; }
    #sectionMenu .menuItem .menuText .menuTextHeader .menuTitle {
      font-family: 'Noto Serif JP', serif;
      font-weight: 400;
      position: relative; }
    #sectionMenu .menuItem .menuText .menuTextHeader .menuTitleSub {
      color: #d9eaf5;
      font-family: 'Jost', sans-serif;
      font-weight: 300;
      line-height: 1;
      position: absolute;
      z-index: -1; }
  #sectionMenu .menuItem .menuText .menuNote {
    color: #222222;
    position: relative; }

#sectionCareer {
  color: #fff;
  position: relative;
  background: url(../images2022/home/career_bg.jpg) no-repeat center;
  background-size: cover; }
  #sectionCareer:before, #sectionCareer:after {
    content: "";
    display: block;
    position: absolute; }
  #sectionCareer:before {
    background: url(../images2022/home/career_deco_top.jpg) no-repeat;
    background-size: contain; }
  #sectionCareer:after {
    background: url(../images2022/home/career_deco_bottom.jpg) no-repeat;
    background-size: contain; }
  #sectionCareer .careerHeader .careerTitle {
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    text-align: center; }
  #sectionCareer .careerHeader .careerTitleSub {
    color: #d9eaf5;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    font-family: 'Jost', sans-serif;
    line-height: 1;
    font-weight: 300; }
  #sectionCareer .careerCatchEn {
    font-family: 'Jost', sans-serif;
    text-align: center;
    font-weight: bold; }
  #sectionCareer .carrerCatchNote {
    text-align: center; }
  #sectionCareer .careerBtn {
    position: relative; }
    #sectionCareer .careerBtn:before, #sectionCareer .careerBtn:after,
    #sectionCareer .careerBtn .btnSquareDeco:before,
    #sectionCareer .careerBtn .btnSquareDeco:after {
      content: "";
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #fff;
      position: absolute; }
    #sectionCareer .careerBtn:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      top: -1px;
      left: -1px; }
    #sectionCareer .careerBtn:after {
      bottom: -1px;
      right: -1px; }
    #sectionCareer .careerBtn .btnSquareDeco:before {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
      top: -1px;
      right: -1px; }
    #sectionCareer .careerBtn .btnSquareDeco:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      bottom: -1px;
      left: -1px; }
    #sectionCareer .careerBtn a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: bold;
      position: relative;
      z-index: 1; }
      #sectionCareer .careerBtn a:before {
        content: "";
        display: block;
        background: #fff;
        opacity: .3;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        pointer-events: none; }

#sectionTopics {
  position: relative; }
  #sectionTopics:before {
    content: "";
    display: block;
    position: absolute;
    background: #d9eaf5;
    z-index: -1; }
  #sectionTopics:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images2022/home/deco_nail_blue.png) no-repeat;
    background-size: contain; }
  #sectionTopics .topicsTitle {
    color: #0071be;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    text-align: center; }

@-webkit-keyframes scrollHero {
  0% {
    bottom: 4px; }
  50% {
    bottom: 12px; }
  90% {
    bottom: 4px; }
  100% {
    bottom: 4px; } }

@keyframes scrollHero {
  0% {
    bottom: 4px; }
  50% {
    bottom: 12px; }
  90% {
    bottom: 4px; }
  100% {
    bottom: 4px; } }

html:lang(en) #sectionHero #heroBody .heroTitle {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif; }

html:lang(en) #sectionProduct .productTitle {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif; }

html:lang(en) #sectionMenu .menuItem .menuText .menuTextHeader .menuTitle {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif; }

html:lang(en) #sectionCareer .careerHeader .careerTitle {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif; }

html:lang(zh) #sectionHero #heroBody .heroTitle {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

html:lang(zh) #sectionProduct .productTitle {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

html:lang(zh) #sectionMenu .menuItem .menuText .menuTextHeader .menuTitle {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

html:lang(zh) #sectionCareer .careerHeader .careerTitle {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

html:lang(ko) #sectionHero #heroBody .heroTitle {
  font-family: "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif; }

html:lang(ko) #sectionProduct .productTitle {
  font-family: "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif; }

html:lang(ko) #sectionMenu .menuItem .menuText .menuTextHeader .menuTitle {
  font-family: "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif; }

html:lang(ko) #sectionCareer .careerHeader .careerTitle {
  font-family: "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif; }

@media screen and (max-width: 768px) {
  #globalHeader.isScroll {
    border-bottom: 1px solid #d9eaf5;
    border-bottom: 1px solid #f2f2f2;
    background: #fff; }
  #globalHeader #ghLogo {
    position: relative; }
    #globalHeader #ghLogo a {
      width: 103px;
      height: 30px; }
    #globalHeader #ghLogo img {
      width: 89px; }
  #sectionHero .heroHeader {
    line-height: 0; }
    #sectionHero .heroHeader .heroVideo {
      width: 100%;
      aspect-ratio: 16/9; }
    #sectionHero .heroHeader .heroScroll {
      display: none !important; }
    #sectionHero .heroHeader .heroSound {
      padding: 6px 10px 6px 14px;
      right: 12px;
      bottom: 12px;
      font-size: 11px;
      transition: .2s background; }
      #sectionHero .heroHeader .heroSound .iconSound {
        width: 14px;
        height: 11px;
        margin-left: 6px; }
  #sectionHero #heroBody {
    padding: 53px 25px 50px;
    background: #0071be url(../images2022/home/herobody_bg.png) no-repeat top center;
    background-size: contain; }
    #sectionHero #heroBody .heroTitle {
      margin-bottom: 31px;
      font-size: 19px;
      line-height: 1.47; }
    #sectionHero #heroBody .heroNote {
      margin-top: 31px;
      margin-bottom: 35px;
      font-size: 13px;
      line-height: 2.07; }
  #sectionProduct {
    padding-top: 55px;
    padding-bottom: 50px; }
    #sectionProduct:before {
      height: 215px;
      background: url(../images2022/home/product_bg_sp.jpg) no-repeat bottom center;
      background-size: cover; }
    #sectionProduct:after {
      content: "PRO\A DUCTS";
      white-space: pre;
      font-size: 60px;
      text-align: right;
      bottom: 66px;
      right: 15px;
      line-height: 0.916; }
    #sectionProduct .productTitle {
      font-size: 23px; }
    #sectionProduct .productCategoryNum {
      margin-top: 20px;
      margin-bottom: 9px;
      font-size: 11px; }
    #sectionProduct .productSlide {
      padding: 32px 0 0;
      margin-bottom: 35px; }
      #sectionProduct .productSlide .productItem {
        width: 37.6vw;
        margin: 0 4vw; }
        #sectionProduct .productSlide .productItem .productNote {
          margin-top: 12px;
          font-size: 13px;
          font-weight: bold; }
      #sectionProduct .productSlide .slick-dots {
        width: inherit;
        margin: 0 auto;
        height: 2px;
        top: -15px;
        bottom: 0;
        right: 0;
        left: 0; }
        #sectionProduct .productSlide .slick-dots > li {
          width: 10px;
          height: 2px;
          margin: 0 auto; }
          #sectionProduct .productSlide .slick-dots > li.slick-active {
            width: 70px; }
            #sectionProduct .productSlide .slick-dots > li.slick-active button {
              width: 70px;
              background: #0071be; }
          #sectionProduct .productSlide .slick-dots > li button {
            width: 10px;
            height: 2px;
            padding: 0;
            transition: .2s background, .2s width; }
  #sectionMenu {
    padding-bottom: 204px; }
    #sectionMenu:before {
      width: 110px;
      height: 110px;
      bottom: 67px;
      right: 115px; }
    #sectionMenu:after {
      content: "";
      width: 194px;
      height: 145px;
      background: url(../images2022/home/career_deco_top.jpg) no-repeat;
      background-size: contain;
      position: absolute;
      bottom: 0;
      right: 0; }
    #sectionMenu .menuItem {
      display: flex;
      flex-direction: column; }
      #sectionMenu .menuItem + .menuItem {
        margin-top: 74px; }
      #sectionMenu .menuItem .menuThumb {
        order: 1;
        margin-top: 40px; }
        #sectionMenu .menuItem .menuThumb:before {
          width: 66px;
          height: 114px; }
      #sectionMenu .menuItem .menuText {
        order: 0;
        padding: 0 25px; }
        #sectionMenu .menuItem .menuText .menuTextHeader {
          padding-top: 22px; }
          #sectionMenu .menuItem .menuText .menuTextHeader .menuTitle {
            font-size: 30px; }
          #sectionMenu .menuItem .menuText .menuTextHeader .menuTitleSub {
            font-size: 60px;
            top: 0;
            left: -25px; }
          #sectionMenu .menuItem .menuText .menuTextHeader .menuTitleEn {
            position: absolute;
            left: 105px; }
        #sectionMenu .menuItem .menuText .menuNote {
          margin-top: 28px;
          margin-bottom: 34px;
          font-size: 13px;
          line-height: 2; }
          #sectionMenu .menuItem .menuText .menuNote nobr {
            white-space: inherit !important; }
    #sectionMenu .menuAbout {
      padding-top: 53px; }
      #sectionMenu .menuAbout .menuThumb {
        padding: 0 25px; }
        #sectionMenu .menuAbout .menuThumb:before {
          width: 57px;
          height: 97px;
          bottom: -29px;
          right: 70px; }
      #sectionMenu .menuAbout .menuText .menuTextHeader .menuTitleEn {
        width: 85px;
        height: auto;
        bottom: 0; }
    #sectionMenu .menuStrategy .menuThumb {
      width: calc(100% - 25px); }
      #sectionMenu .menuStrategy .menuThumb:before {
        bottom: -70px;
        left: 25px; }
    #sectionMenu .menuStrategy .menuText .menuTextHeader .menuTitleEn {
      width: 131px;
      height: auto;
      bottom: -10px; }
  #sectionCareer {
    padding: 0 25px 120px; }
    #sectionCareer:after {
      width: 120px;
      height: 120px;
      bottom: -48px;
      left: 30px; }
    #sectionCareer .careerHeader {
      padding-top: 55px; }
      #sectionCareer .careerHeader .careerTitle {
        font-size: 24px; }
      #sectionCareer .careerHeader .careerTitleSub {
        color: #d9eaf5;
        font-size: 70px;
        text-align: center;
        background: -webkit-linear-gradient(0deg, #318fdf, #15aacf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        top: -10px; }
    #sectionCareer .careerCatch {
      width: 74.4%;
      margin: 30px auto 0; }
    #sectionCareer .careerCatchEn {
      margin-top: 15px;
      font-size: 11px; }
    #sectionCareer .carrerCatchNote {
      margin-top: 30px;
      font-size: 13px;
      line-height: 2; }
    #sectionCareer .careerBtn {
      width: 142px;
      height: 142px;
      margin-top: 43px;
      margin: 45px auto 0; }
      #sectionCareer .careerBtn:before, #sectionCareer .careerBtn:after,
      #sectionCareer .careerBtn .btnSquareDeco:before,
      #sectionCareer .careerBtn .btnSquareDeco:after {
        width: 17px;
        height: 17px; }
      #sectionCareer .careerBtn a {
        width: 142px;
        height: 142px; }
        #sectionCareer .careerBtn a:before {
          width: calc(100% - 20px);
          height: calc(100% - 20px); }
  #sectionTopics {
    padding-top: 101px;
    padding-bottom: 50px; }
    #sectionTopics:before {
      width: 80px;
      height: 80px;
      top: 0;
      left: 0; }
    #sectionTopics:after {
      width: 60px;
      height: 102px;
      top: 0;
      right: 15px; }
    #sectionTopics .inner {
      padding: 0 25px; }
    #sectionTopics .topicsTitle {
      margin-bottom: 20px;
      font-size: 26px; }
    #sectionTopics .topicsList {
      margin-bottom: 41px; }
  @-webkit-keyframes scrollHero {
    0% {
      bottom: 4px; }
    50% {
      bottom: 12px; }
    90% {
      bottom: 4px; }
    100% {
      bottom: 4px; } }
  @keyframes scrollHero {
    0% {
      bottom: 4px; }
    50% {
      bottom: 12px; }
    90% {
      bottom: 4px; }
    100% {
      bottom: 4px; } } }

@media print, screen and (min-width: 769px) {
  #globalHeader:not(.isScroll) {
    background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); }
  #globalHeader:not(#globalHeader.isScroll) .ghLanguage > li > a:not(:hover) {
    text-shadow: 2px 2px 2px #222222; }
  #globalHeader:not(#globalHeader.isScroll) .ghMenu > ul > li:not(.isCurrent) a:not(:hover) {
    text-shadow: 2px 2px 2px #222222; }
  #globalHeader.isScroll {
    border-bottom: 1px solid #d9eaf5;
    background: #fff; }
    #globalHeader.isScroll .ghInner .ghmenuSub #ghSearch .gsc-input-box {
      border-color: #d9eaf5;
      box-shadow: none; }
    #globalHeader.isScroll .ghInner .ghmenuSub #ghSearch .gsc-control-cse .gsc-control-wrapper-cse {
      background: #e6edf6; }
    #globalHeader.isScroll .ghInner .ghmenuSub .ghLanguage > li a:not(:hover) {
      color: #222222; }
    #globalHeader.isScroll .ghInner .ghMenu > ul > li:not(.isCurrent) a:not(:hover) {
      color: #000; }
    #globalHeader.isScroll .ghInner .ghMenu > ul > li a[target="_blank"]:after {
      background: url(../images2022/common/icon_blank.svg) no-repeat; }
  #globalHeader #ghLogo a {
    width: 100%;
    height: 100%; }
  #globalHeader #ghLogo img {
    width: 158px; }
  #sectionHero .heroHeader {
    width: 100%;
    height: 100vh;
    aspect-ratio: 16/9;
    overflow: hidden; }
    #sectionHero .heroHeader .heroVideo {
      width: 100%;
      height: 100vh;
      aspect-ratio: 16/9; }
    #sectionHero .heroHeader .heroScroll {
      right: 0;
      left: 0;
      margin: auto;
      bottom: 30px;
      text-align: center;
      position: absolute; }
      #sectionHero .heroHeader .heroScroll a {
        padding-bottom: 35px;
        font-size: 15px;
        transition: .2s opacity; }
        #sectionHero .heroHeader .heroScroll a:hover {
          opacity: .5; }
        #sectionHero .heroHeader .heroScroll a:before {
          width: 28px;
          height: 28px;
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          bottom: 12px;
          right: 0;
          left: 0;
          margin: auto; }
    #sectionHero .heroHeader .heroSound {
      padding: 19px 22px 19px 28px;
      right: 30px;
      bottom: 30px;
      font-size: 17px;
      transition: .2s background; }
      #sectionHero .heroHeader .heroSound:hover {
        background: rgba(0, 113, 190, 0); }
      #sectionHero .heroHeader .heroSound .iconSound {
        width: 30px;
        height: 24px;
        margin-left: 12px; }
  #sectionHero #heroBody {
    padding: 113px 40px 80px;
    background: #0071be url(../images2022/home/herobody_bg.png) no-repeat top center;
    background-size: contain; }
    #sectionHero #heroBody .heroTitle {
      margin-bottom: 50px;
      font-size: 34px;
      line-height: 1.4; }
    #sectionHero #heroBody .heroNote {
      margin-top: 50px;
      margin-bottom: 56px;
      font-size: 16px;
      line-height: 2.25; }
  #sectionProduct {
    padding-top: 68px;
    padding-bottom: 82px; }
    #sectionProduct:before {
      height: 330px;
      background: url(../images2022/home/product_bg.jpg) no-repeat top center;
      background-size: cover; }
    #sectionProduct:after {
      content: "PRODUCTS";
      font-size: 140px;
      bottom: 138px;
      right: 15px; }
    #sectionProduct .productTitle {
      font-size: 44px; }
    #sectionProduct .productCategoryNum {
      margin-top: 40px;
      font-size: 14px; }
    #sectionProduct .productSlide {
      padding: 50px 90px 0;
      margin-top: 14px;
      margin-bottom: 50px; }
      #sectionProduct .productSlide .productItem {
        margin: 0 25px; }
        #sectionProduct .productSlide .productItem a:hover .productThumb:before {
          opacity: .4;
          left: 0; }
        #sectionProduct .productSlide .productItem a:hover .productThumb:after {
          opacity: 1;
          left: 0;
          margin: auto; }
        #sectionProduct .productSlide .productItem .productThumb img {
          display: block;
          width: 100%;
          height: auto; }
        #sectionProduct .productSlide .productItem .productThumb:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background: #0098ff;
          opacity: 0;
          position: absolute;
          top: 0;
          transition: .2s left, .2s opacity; }
        #sectionProduct .productSlide .productItem .productThumb:after {
          content: "詳しく見る";
          height: 1em;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: -100%;
          margin: auto 0;
          opacity: 0;
          transition: .2s left, .2s opacity; }
        #sectionProduct .productSlide .productItem .productNote {
          margin-top: 20px;
          font-size: 18px; }
      #sectionProduct .productSlide .slick-dots {
        width: inherit;
        margin: 0 auto;
        height: 2px;
        top: -15px;
        bottom: 0;
        right: 0;
        left: 0; }
        #sectionProduct .productSlide .slick-dots > li {
          width: 70px;
          height: 2px;
          margin: 0 auto; }
          #sectionProduct .productSlide .slick-dots > li button {
            width: 70px;
            height: 2px;
            padding: 0;
            transition: .2s background; }
      #sectionProduct .productSlide .slick-arrow {
        width: 54px;
        height: 54px;
        border-right: 2px solid #0071be;
        border-bottom: 2px solid #0071be;
        transition: .2s opacity; }
        #sectionProduct .productSlide .slick-arrow:hover {
          opacity: .7; }
  #sectionMenu {
    padding-top: 75px;
    padding-bottom: 170px; }
    #sectionMenu:before {
      width: 220px;
      height: 220px;
      right: 230px; }
    #sectionMenu .menuItem {
      display: flex;
      align-items: center;
      width: 100%;
      position: relative; }
      #sectionMenu .menuItem + .menuItem {
        margin-top: 10px; }
      #sectionMenu .menuItem .menuThumb {
        max-width: 766px;
        margin-left: auto;
        position: relative;
        z-index: 1; }
        #sectionMenu .menuItem .menuThumb:before {
          width: 132px;
          height: 227px; }
      #sectionMenu .menuItem .menuText {
        width: 44.875%;
        padding: 0 0 0 70px; }
        #sectionMenu .menuItem .menuText .menuTextHeader {
          display: flex;
          align-items: center;
          margin-bottom: 40px; }
          #sectionMenu .menuItem .menuText .menuTextHeader .menuTitle {
            font-size: 60px; }
          #sectionMenu .menuItem .menuText .menuTextHeader .menuTitleSub {
            font-size: 140px; }
          #sectionMenu .menuItem .menuText .menuTextHeader .menuTitleEn {
            position: relative; }
        #sectionMenu .menuItem .menuText .menuNote {
          margin-bottom: 92px;
          line-height: 2.25; }
    #sectionMenu .menuAbout .menuThumb {
      order: 1; }
      #sectionMenu .menuAbout .menuThumb:before {
        bottom: -79px;
        right: 160px; }
    #sectionMenu .menuAbout .menuText {
      order: 0; }
      #sectionMenu .menuAbout .menuText .menuTextHeader .menuTitleSub {
        left: -70px; }
    #sectionMenu .menuStrategy .menuThumb {
      order: 0;
      margin-right: auto;
      margin-left: 0; }
      #sectionMenu .menuStrategy .menuThumb:before {
        bottom: -121px;
        left: 56px; }
    #sectionMenu .menuStrategy .menuText {
      order: 1; }
      #sectionMenu .menuStrategy .menuText .menuTextHeader {
        flex-wrap: wrap; }
        #sectionMenu .menuStrategy .menuText .menuTextHeader .menuTitleSub {
          right: 0;
          text-align: right; }
  #sectionCareer {
    padding-bottom: 80px; }
    #sectionCareer:before {
      width: 387px;
      height: 290px;
      top: -165px;
      right: 0; }
    #sectionCareer:after {
      width: 240px;
      height: 240px;
      bottom: -95px;
      left: 60px; }
    #sectionCareer .careerHeader {
      padding-top: 70px;
      position: relative; }
      #sectionCareer .careerHeader .careerTitle {
        font-size: 44px; }
      #sectionCareer .careerHeader .careerTitleSub {
        width: 100%;
        height: 140px;
        text-align: center;
        font-size: 140px;
        top: -19px;
        right: 15px;
        opacity: .15; }
    #sectionCareer .careerCatch {
      margin-top: 58px;
      text-align: center; }
    #sectionCareer .careerCatchEn {
      margin-top: 20px;
      letter-spacing: 0.02em; }
    #sectionCareer .carrerCatchNote {
      margin-top: 20px;
      line-height: 2.25; }
    #sectionCareer .careerBtn {
      width: 190px;
      height: 190px;
      margin: 50px auto 0; }
      #sectionCareer .careerBtn:hover:before, #sectionCareer .careerBtn:hover:after,
      #sectionCareer .careerBtn:hover .btnSquareDeco:before,
      #sectionCareer .careerBtn:hover .btnSquareDeco:after {
        width: 50%;
        height: 50%; }
      #sectionCareer .careerBtn:before, #sectionCareer .careerBtn:after,
      #sectionCareer .careerBtn .btnSquareDeco:before,
      #sectionCareer .careerBtn .btnSquareDeco:after {
        width: 20px;
        height: 20px;
        transition: .2s width, .2s height; }
      #sectionCareer .careerBtn a {
        width: 190px;
        height: 190px;
        font-size: 20px; }
        #sectionCareer .careerBtn a:before {
          width: calc(100% - 20px);
          height: calc(100% - 20px); }
  #sectionTopics:before {
    width: 160px;
    height: 160px;
    top: 0;
    left: 0; }
  #sectionTopics:after {
    width: 132px;
    height: 227px;
    top: 0;
    right: 27px; }
  #sectionTopics .inner {
    padding-top: 58px;
    padding-bottom: 80px; }
  #sectionTopics .topicsTitle {
    margin-bottom: 46px;
    font-size: 48px; }
  #sectionTopics .topicsList {
    margin-bottom: 50px; }
  @-webkit-keyframes scrollHero {
    0% {
      bottom: 4px; }
    50% {
      bottom: 12px; }
    90% {
      bottom: 4px; }
    100% {
      bottom: 4px; } }
  @keyframes scrollHero {
    0% {
      bottom: 4px; }
    50% {
      bottom: 12px; }
    90% {
      bottom: 4px; }
    100% {
      bottom: 4px; } }
  html:lang(en) #sectionProduct .productSlide .productItem .productThumb:after {
    content: "MORE"; }
  html:lang(zh) #sectionProduct .productSlide .productItem .productThumb:after {
    content: "MORE"; }
  html:lang(ko) #sectionProduct .productSlide .productItem .productThumb:after {
    content: "MORE"; } }

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #sectionProduct:before {
    height: 290px; }
  #sectionProduct .productSlide .slick-arrow {
    width: 40px;
    height: 40px; }
  #sectionMenu {
    padding-bottom: 280px; }
    #sectionMenu:before {
      width: 146px;
      height: 146px;
      right: 153px; }
    #sectionMenu .menuItem {
      flex-direction: column;
      min-height: 500px; }
      #sectionMenu .menuItem + .menuItem {
        margin-top: 170px; }
      #sectionMenu .menuItem .menuThumb {
        width: 50%; }
        #sectionMenu .menuItem .menuThumb:before {
          width: 100px;
          height: 200px; }
      #sectionMenu .menuItem .menuText {
        width: 100%; }
        #sectionMenu .menuItem .menuText .menuNote {
          width: 40%; }
    #sectionMenu .menuAbout .menuThumb {
      margin: 0 0 0 auto;
      position: absolute;
      bottom: -80px;
      right: 0; }
      #sectionMenu .menuAbout .menuThumb:before {
        bottom: -49px;
        right: 120px; }
    #sectionMenu .menuStrategy .menuThumb {
      margin: 0 0 0 auto;
      position: absolute;
      bottom: -80px;
      left: 0; }
      #sectionMenu .menuStrategy .menuThumb:before {
        bottom: -101px;
        left: 36px; }
    #sectionMenu .menuStrategy .menuText {
      text-align: right; }
      #sectionMenu .menuStrategy .menuText .menuTextHeader {
        padding-right: 70px;
        flex-direction: column;
        align-items: flex-end; }
      #sectionMenu .menuStrategy .menuText .menuNote {
        width: 50%;
        padding-right: 70px;
        margin-right: 0;
        margin-left: auto; }
      #sectionMenu .menuStrategy .menuText .btnWrap.taL {
        padding-right: 70px;
        justify-content: flex-end !important; }
  #sectionCareer:before {
    width: 258px;
    height: 193px;
    top: -110px;
    right: 0; }
  #sectionCareer:after {
    width: 160px;
    height: 160px;
    bottom: -63px;
    left: 40px; }
  #sectionTopics:before {
    width: 106px;
    height: 106px; }
  #sectionTopics:after {
    width: 88px;
    height: 151px; }
  @-webkit-keyframes scrollHero {
    0% {
      bottom: 4px; }
    50% {
      bottom: 12px; }
    90% {
      bottom: 4px; }
    100% {
      bottom: 4px; } }
  @keyframes scrollHero {
    0% {
      bottom: 4px; }
    50% {
      bottom: 12px; }
    90% {
      bottom: 4px; }
    100% {
      bottom: 4px; } } }

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