@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TT Norms Pro Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TT Norms Pro Medium.otf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TT Norms Pro Bold.otf") format("opentype");
  font-weight: 700; }

/**
 * !!! ブレークポイント !!!
 */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

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

/**
 * !!! browsersyncのアラートを非表示 !!!
 */
#__bs_notify__ {
  display: none !important; }

/**
 * !!! ページCSS基本設定 !!!
 * 基本的にこの箇所は操作しないようにする
 * ----------------ここから----------------
 */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif; }

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none;
  transition: opacity .3s; }
  a:hover {
    opacity: 0.6; }

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

.inner {
  max-width: 1178px;
  padding: 0 40px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .inner {
      padding: 0 20px; } }

[data-trigger] {
  position: relative;
  transform: translate(0, 60px);
  opacity: 0;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  -o-transition: -o-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s; }
  [data-trigger].visible {
    transform: translate(0, 0px);
    opacity: 1; }

main {
  padding-top: 125px; }
  @media only screen and (max-width: 767px) {
    main {
      padding-top: 50px; } }

.footer {
  background: #000;
  color: #fff; }
  .footer .inner {
    max-width: 1178px; }
    @media only screen and (max-width: 767px) {
      .footer .inner {
        padding: 0 30px; } }
  .footer__top {
    padding: 84px 0 184px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .footer__top {
        padding: 80px 0 40px; } }
    .footer__top .pagetop {
      width: 116px;
      position: absolute;
      left: 0;
      bottom: 47px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .footer__top .pagetop {
          position: relative;
          left: auto;
          bottom: auto;
          margin: 30px auto 0; } }
      .footer__top .pagetop img {
        transition: opacity 0s, top .3s; }
      .footer__top .pagetop:hover {
        opacity: 1; }
        .footer__top .pagetop:hover .default {
          opacity: 0; }
        .footer__top .pagetop:hover .hover {
          opacity: 1;
          top: -3px; }
      .footer__top .pagetop .hover {
        max-width: none;
        width: 130px;
        position: absolute;
        top: 0;
        left: 49%;
        transform: translate(-50%, 0%);
        opacity: 0; }
  .footer__list {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .footer__list {
        justify-content: space-between; } }
    .footer__list > div {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .footer__list > div {
          display: block;
          width: 135px; } }
    .footer__list dl {
      margin: 0 34px; }
      @media only screen and (max-width: 767px) {
        .footer__list dl {
          margin: 0 0 30px; } }
      .footer__list dl dt {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        font-family: "TT Norms", sans-serif;
        color: #393939;
        padding-left: 15px;
        margin-bottom: 24px;
        white-space: nowrap; }
      .footer__list dl dd > ul > li {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 300;
        padding-left: 14px;
        position: relative;
        margin-bottom: 26px;
        white-space: nowrap; }
        @media only screen and (max-width: 767px) {
          .footer__list dl dd > ul > li {
            font-size: 15px;
            font-size: 1.5rem; } }
        .footer__list dl dd > ul > li:last-of-type {
          margin-bottom: 0; }
        .footer__list dl dd > ul > li:before {
          content: "";
          width: 8px;
          height: 10px;
          display: block;
          background: #DC000C;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          position: absolute;
          top: 4px;
          left: 0; }
          @media only screen and (max-width: 767px) {
            .footer__list dl dd > ul > li:before {
              width: 6px;
              height: 8px;
              top: 5px; } }
        .footer__list dl dd > ul > li > ul {
          margin-top: 26px; }
          .footer__list dl dd > ul > li > ul > li {
            font-size: 13px;
            font-size: 1.3rem;
            white-space: normal; }
            .footer__list dl dd > ul > li > ul > li a {
              display: block;
              padding: 8px 0;
              line-height: 1.4; }
            .footer__list dl dd > ul > li > ul > li ul li a {
              padding-left: 0.8em;
              position: relative; }
              .footer__list dl dd > ul > li > ul > li ul li a:before {
                content: "";
                width: 4px;
                height: 1px;
                display: inline-block;
                background: #fff;
                position: absolute;
                top: 16px;
                left: 0; }
  .footer__bottom {
    padding: 28px 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "TT Norms", sans-serif;
    text-align: center;
    border-top: 1px solid rgba(213, 213, 213, 0.3);
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .footer__bottom {
        padding: 30px 0;
        font-size: 11px;
        font-size: 1.1rem; } }

.header {
  position: fixed;
  width: 100%;
  height: 125px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999; }
  @media only screen and (max-width: 767px) {
    .header {
      height: 50px; } }
  .header .inner {
    max-width: 1326px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .header .inner {
        padding: 0; } }
  .header__logo {
    display: block;
    width: 138px; }
    @media only screen and (max-width: 767px) {
      .header__logo {
        width: 70px;
        margin-left: 16px; } }
  .header .gnav {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .header .gnav {
        position: fixed;
        top: 50px;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 50px);
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
        padding: 24px 40px 80px;
        justify-content: flex-start;
        text-align: left;
        align-items: center;
        flex-direction: column;
        overflow-y: scroll; } }
    @media only screen and (max-width: 767px) {
      .header .gnav.is-active {
        opacity: 1;
        visibility: visible; } }
    .header .gnav__list {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .header .gnav__list {
          display: block;
          width: 100%; } }
      .header .gnav__list > li {
        width: max-content;
        padding-inline: 13px;
        margin-top: 20px;
        padding-bottom: 20px;
        position: relative;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .header .gnav__list > li {
            width: 100%;
            padding-inline: 0;
            padding: 0;
            border-bottom: 1px solid #D5D5D5;
            margin: 0; } }
        .header .gnav__list > li.active > i:after {
          opacity: 0; }
        @media only screen and (min-width: 768px) {
          .header .gnav__list > li:hover:before {
            opacity: 1;
            top: -15px; }
          .header .gnav__list > li:hover .child {
            top: 60px;
            opacity: 1;
            visibility: visible; }
          .header .gnav__list > li:hover a .en {
            color: #DC000C;
            letter-spacing: 0.15em; } }
        .header .gnav__list > li:before {
          content: "";
          width: 9px;
          height: 7px;
          display: block;
          background: #000;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
          position: absolute;
          top: -20px;
          left: 50%;
          transform: translate(-50%, 0%);
          opacity: 0;
          transition: opacity .3s, top .3s; }
        .header .gnav__list > li i {
          width: 14px;
          height: 14px;
          position: absolute;
          top: 20px;
          right: 0; }
          .header .gnav__list > li i.active:after {
            opacity: 0; }
          .header .gnav__list > li i:before {
            content: "";
            width: 14px;
            height: 1px;
            display: block;
            background: #9F9F9F;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .header .gnav__list > li i:after {
            content: "";
            width: 1px;
            height: 14px;
            display: block;
            background: #9F9F9F;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .header .gnav__list > li .child {
          position: absolute;
          left: 50%;
          top: 50px;
          transform: translate(-50%, 0);
          background: #fff;
          padding: 22px;
          min-width: 125px;
          opacity: 0;
          visibility: hidden;
          transition: opacity .3s, top .3s, visibility .3s;
          border: 1px solid #D5D5D5; }
          @media only screen and (max-width: 767px) {
            .header .gnav__list > li .child {
              position: relative;
              opacity: 1;
              visibility: visible;
              border: none;
              background: none;
              top: auto;
              left: auto;
              transform: translate(0, 0);
              padding: 0 13px 8px;
              display: none; } }
          .header .gnav__list > li .child li a {
            min-width: 81px;
            padding: 8px 0;
            display: block;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.2;
            font-weight: 300;
            transition: color .3s; }
            @media only screen and (max-width: 767px) {
              .header .gnav__list > li .child li a {
                font-size: 12px;
                font-size: 1.2rem;
                padding: 0;
                padding-left: 0.8em;
                margin: 0 0 11px;
                position: relative; } }
            @media only screen and (max-width: 767px) {
              .header .gnav__list > li .child li a:before {
                content: "";
                width: 4px;
                height: 1px;
                display: block;
                background: #000;
                position: absolute;
                top: 6px;
                left: 0; } }
            .header .gnav__list > li .child li a:hover {
              opacity: 1;
              color: #767676; }
        .header .gnav__list > li > a, .header .gnav__list > li > button {
          text-align: center;
          position: relative; }
          @media only screen and (max-width: 767px) {
            .header .gnav__list > li > a, .header .gnav__list > li > button {
              display: flex;
              align-items: center;
              padding: 17px 15px; } }
          @media only screen and (max-width: 767px) {
            .header .gnav__list > li > a:before, .header .gnav__list > li > button:before {
              content: "";
              width: 7px;
              height: 9px;
              display: inline-block;
              background: #DC000C;
              clip-path: polygon(0 0, 100% 50%, 0 100%);
              position: absolute;
              top: 21px;
              left: 0; } }
          .header .gnav__list > li > a:hover, .header .gnav__list > li > button:hover {
            opacity: 1; }
          .header .gnav__list > li > a .en, .header .gnav__list > li > button .en {
            font-size: 18px;
            font-size: 1.8rem;
            letter-spacing: 0.05em;
            font-weight: 700;
            display: inline-block;
            font-family: "TT Norms", sans-serif;
            transition: color .3s, letter-spacing .3s;
            position: absolute;
            top: -3px;
            left: 50%;
            transform: translate(-50%, 0); }
            @media only screen and (max-width: 767px) {
              .header .gnav__list > li > a .en, .header .gnav__list > li > button .en {
                font-size: 20px;
                font-size: 2rem;
                letter-spacing: 0;
                position: static;
                transform: translate(0, 0);
                color: #000; } }
            .header .gnav__list > li > a .en.clear, .header .gnav__list > li > button .en.clear {
              position: static;
              color: transparent;
              letter-spacing: 0.15em;
              transform: translate(0%, 0); }
              @media only screen and (max-width: 767px) {
                .header .gnav__list > li > a .en.clear, .header .gnav__list > li > button .en.clear {
                  display: none; } }
          .header .gnav__list > li > a .jp, .header .gnav__list > li > button .jp {
            font-size: 11px;
            font-size: 1.1rem;
            font-weight: 500;
            color: #767676;
            display: block;
            margin-top: 8px; }
            @media only screen and (max-width: 767px) {
              .header .gnav__list > li > a .jp, .header .gnav__list > li > button .jp {
                margin: 0 0 0 10px; } }
    .header .gnav__list-sp {
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px; }
      .header .gnav__list-sp li {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.54545455;
        margin-right: 16px;
        margin-bottom: 14px; }
    .header .gnav__lang {
      display: flex;
      align-items: center;
      margin-left: 20px; }
      @media only screen and (max-width: 767px) {
        .header .gnav__lang {
          position: fixed;
          top: 15px;
          right: 65px; } }
      .header .gnav__lang span, .header .gnav__lang a {
        width: 46px;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        font-family: "TT Norms", sans-serif;
        font-weight: 700;
        clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
        margin: 0 -2px;
        transition: color .3s, background-color .3s; }
        @media only screen and (max-width: 767px) {
          .header .gnav__lang span, .header .gnav__lang a {
            font-size: 12px;
            font-size: 1.2rem;
            width: 36px;
            height: 18px; } }
      .header .gnav__lang span {
        background: #DC000C;
        color: #fff; }
      .header .gnav__lang a {
        background: #9F9F9F; }
        .header .gnav__lang a:hover {
          opacity: 1;
          background: #DC000C;
          color: #fff; }
    .header .gnav .btn-contact {
      width: 174px;
      height: 49px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border: 1px solid #000;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.05em;
      font-family: "TT Norms", sans-serif;
      font-weight: 700;
      color: #fff;
      background: #000;
      margin-left: 32px;
      transition: color .3s, background-color .3s, letter-spacing .3s; }
      .header .gnav .btn-contact:hover {
        background: #fff;
        color: #000;
        letter-spacing: 0.15em;
        opacity: 1; }
      .header .gnav .btn-contact:before {
        content: "";
        width: 15px;
        height: 15px;
        display: inline-block;
        background: #DC000C;
        clip-path: polygon(0 0, 100% 0, 0 100%);
        position: absolute;
        top: 0;
        left: 0; }
      .header .gnav .btn-contact:after {
        content: "";
        width: 15px;
        height: 15px;
        display: inline-block;
        background: #DC000C;
        clip-path: polygon(100% 0, 100% 100%, 0 100%);
        position: absolute;
        right: 0;
        bottom: 0; }

.hamburger {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000;
  z-index: 101; }
  .hamburger.is-active .hamburger__inner span {
    background: #fff; }
    .hamburger.is-active .hamburger__inner span:nth-of-type(1) {
      transform: rotate(145deg);
      top: 8px; }
    .hamburger.is-active .hamburger__inner span:nth-of-type(2) {
      width: 0; }
    .hamburger.is-active .hamburger__inner span:nth-of-type(3) {
      transform: rotate(-145deg);
      bottom: 8px; }
  .hamburger__inner {
    width: 26px;
    height: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .hamburger__inner span {
      width: 26px;
      height: 1px;
      display: block;
      background: #fff;
      transition: transform .3s, top .3s, bottom .3s, width .3s, background-color .3s;
      position: relative; }
      .hamburger__inner span:nth-of-type(2) {
        position: absolute;
        top: 9px;
        right: 0; }

.c-title02 {
  padding-bottom: 22px;
  border-bottom: 2px solid #000;
  position: relative; }
  .c-title02:after {
    content: "";
    width: 252px;
    height: 2px;
    display: block;
    background: #DC000C;
    position: absolute;
    left: 0;
    bottom: -2px; }
    @media only screen and (max-width: 767px) {
      .c-title02:after {
        width: 79px; } }
  .c-title02 .jp {
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    font-family: "TT Norms", sans-serif;
    line-height: 1.2; }
  .c-title02 .en {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #C0392B;
    margin-top: 10px; }

.c-breadcrumb {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 12px 0; }
  .c-breadcrumb ul {
    display: flex;
    align-items: center; }
    .c-breadcrumb ul li {
      display: flex;
      align-items: center;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5;
      color: #9F9F9F; }
      @media only screen and (max-width: 767px) {
        .c-breadcrumb ul li {
          font-size: 11px;
          font-size: 1.1rem; } }
      .c-breadcrumb ul li:last-of-type {
        margin-right: 0; }
        .c-breadcrumb ul li:last-of-type span {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1; }
        .c-breadcrumb ul li:last-of-type:after {
          content: none; }
      .c-breadcrumb ul li:after {
        content: "";
        width: 4px;
        height: 9px;
        display: inline-block;
        background: url(../images/common/arrow_right.svg) center center/cover no-repeat;
        margin: 0 10px; }
      .c-breadcrumb ul li a {
        white-space: nowrap; }
      .c-breadcrumb ul li span {
        color: #000; }

.c-main-visual {
  width: 100%;
  min-height: 319px;
  padding: 60px 0 69px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .c-main-visual {
      padding-bottom: 0;
      min-height: 200px; } }
  .c-main-visual__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .c-main-visual__bg {
        height: 200px; } }
    .c-main-visual__bg:before {
      content: "";
      width: 613px;
      height: 538px;
      background: #9F9F9F;
      display: block;
      clip-path: polygon(193px 0, 100% 0, calc(100% - 193px) 100%, 0 100%);
      position: absolute;
      top: -4px;
      right: calc(50vw + 41px);
      z-index: +1;
      mix-blend-mode: screen; }
      @media only screen and (max-width: 767px) {
        .c-main-visual__bg:before {
          width: 342px;
          height: 300px;
          clip-path: polygon(114px 0, 100% 0, calc(100% - 114px) 100%, 0 100%);
          top: 0;
          right: 106px; } }
    .c-main-visual__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  .c-main-visual .inner {
    position: relative;
    z-index: +2; }
  .c-main-visual__text .c-title .en {
    display: block;
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 0.15em;
    line-height: 1.2;
    font-weight: 700;
    font-family: "TT Norms", sans-serif; }
    @media only screen and (max-width: 767px) {
      .c-main-visual__text .c-title .en {
        font-size: 48px;
        font-size: 4.8rem; } }
  .c-main-visual__text .c-title .jp {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.35294118;
    color: #C0392B;
    margin-top: 16px; }
    @media only screen and (max-width: 767px) {
      .c-main-visual__text .c-title .jp {
        font-size: 15px;
        font-size: 1.5rem; } }
  .c-main-visual__list {
    margin-top: 45px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    max-width: 816px; }
    @media only screen and (max-width: 767px) {
      .c-main-visual__list {
        width: 100%;
        margin-top: 70px;
        padding-bottom: 20px; } }
    .c-main-visual__list li {
      width: 252px;
      margin-right: 30px;
      margin-top: 30px;
      border-bottom: 1px solid #707070; }
      @media only screen and (max-width: 767px) {
        .c-main-visual__list li {
          margin-right: 8px;
          margin-top: 15px;
          width: calc((100% - 8px) / 2); } }
      @media only screen and (max-width: 767px) {
        .c-main-visual__list li:nth-of-type(-n + 2) {
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        .c-main-visual__list li:nth-of-type(2n) {
          margin-right: 0; } }
      @media only screen and (min-width: 768px) {
        .c-main-visual__list li:nth-of-type(-n + 3) {
          margin-top: 0; } }
      @media only screen and (min-width: 768px) {
        .c-main-visual__list li:nth-of-type(3n) {
          margin-right: 0; } }
      .c-main-visual__list li a {
        padding: 13px 20px;
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.2;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .c-main-visual__list li a {
            padding: 8px 13px;
            font-size: 12px;
            font-size: 1.2rem; } }
        .c-main-visual__list li a:after {
          content: "";
          width: 10px;
          height: 8px;
          display: inline-block;
          background: #DC000C;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
          position: absolute;
          top: 50%;
          right: 18px;
          transform: translate(0%, -50%); }
          @media only screen and (max-width: 767px) {
            .c-main-visual__list li a:after {
              width: 7px;
              height: 5px;
              right: 12px; } }

.c-cate-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 26px; }
  @media only screen and (max-width: 767px) {
    .c-cate-list {
      margin-bottom: 24px;
      justify-content: flex-start; } }
  .c-cate-list li {
    margin: 0 5px 10px; }
    @media only screen and (max-width: 767px) {
      .c-cate-list li {
        width: calc((100% - 14px) / 3);
        margin: 0 7px 6px 0; } }
    @media only screen and (max-width: 767px) {
      .c-cate-list li:nth-of-type(3n) {
        margin-right: 0; } }
    .c-cate-list li.current a {
      background: #DC000C;
      color: #fff; }
    .c-cate-list li a {
      min-width: 114px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 3px 10px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4375;
      color: #767676;
      background: #E6E6E6;
      transition: color .3s, background-color .3s; }
      @media only screen and (max-width: 767px) {
        .c-cate-list li a {
          min-width: 101px;
          width: 100%;
          height: 23px;
          font-size: 12px;
          font-size: 1.2rem; } }
      .c-cate-list li a:hover {
        background: #DC000C;
        color: #fff;
        opacity: 1; }

.c-news-list {
  border-top: 2px solid #000; }
  .c-news-list li {
    border-bottom: 1px solid #D5D5D5; }
    .c-news-list li a {
      padding: 20px 50px 16px 0;
      display: flex;
      justify-content: space-between;
      position: relative; }
      .c-news-list li a:after {
        content: "";
        width: 5px;
        height: 10px;
        display: block;
        background: url(../images/common/arrow_right.svg) center center/cover no-repeat;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translate(0%, -50%); }
        @media only screen and (max-width: 767px) {
          .c-news-list li a:after {
            top: 55%;
            right: 10px; } }
      @media only screen and (max-width: 767px) {
        .c-news-list li a {
          padding: 20px 0; } }
      .c-news-list li a .image {
        width: 158px;
        aspect-ratio: 158/158;
        border: 1px solid #E6E6E6; }
        @media only screen and (max-width: 767px) {
          .c-news-list li a .image {
            width: 68px;
            height: 68px; } }
      .c-news-list li a .text {
        width: calc(100% - 208px);
        padding-top: 20px; }
        @media only screen and (max-width: 767px) {
          .c-news-list li a .text {
            width: calc(100% - 76px);
            padding-top: 0; } }
        .c-news-list li a .text .date-cate {
          display: flex;
          align-items: center;
          margin-bottom: 14px; }
          @media only screen and (max-width: 767px) {
            .c-news-list li a .text .date-cate {
              margin-bottom: 12px; } }
          .c-news-list li a .text .date-cate .date {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.13333333;
            font-weight: 700;
            font-family: "TT Norms", sans-serif;
            color: #767676;
            display: inline-block; }
            @media only screen and (max-width: 767px) {
              .c-news-list li a .text .date-cate .date {
                font-size: 12px;
                font-size: 1.2rem;
                margin-top: 3px; } }
          .c-news-list li a .text .date-cate .cate {
            min-width: 95px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #000000;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.76923077;
            padding: 3px 14px;
            margin-left: 20px; }
            @media only screen and (max-width: 767px) {
              .c-news-list li a .text .date-cate .cate {
                min-width: 79px;
                height: 21px;
                font-size: 10px;
                font-size: 1rem;
                margin-left: 8px; } }
        .c-news-list li a .text .title {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.4375; }
          @media only screen and (max-width: 767px) {
            .c-news-list li a .text .title {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.58333333; } }

.c-view-all {
  display: block;
  width: max-content;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  margin: 0 auto;
  white-space: nowrap; }
  @media only screen and (max-width: 767px) {
    .c-view-all {
      font-size: 15px;
      font-size: 1.5rem; } }
  .c-view-all:hover {
    opacity: 1; }
    .c-view-all:hover .anim {
      letter-spacing: 0.25em;
      color: #DC000C; }
  .c-view-all span {
    letter-spacing: 0.15em;
    transition: color .3s, letter-spacing .3s; }
  .c-view-all .clear {
    letter-spacing: 0.25em;
    color: transparent; }
  .c-view-all .anim {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.c-head.black .en {
  background: #000; }
  .c-head.black .en:before {
    background: #DC000C; }

.c-head .en {
  display: inline-block;
  padding: 16px 20px;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  color: #fff;
  background: #DC000C;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-head .en {
      padding: 12px 14px;
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 1.17647059; } }
  .c-head .en:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: #000;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .c-head .en:before {
        width: 13px;
        height: 13px; } }

.c-head .jp {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.35294118;
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    .c-head .jp {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.53333333;
      margin-top: 10px; } }

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 50px; } }
  .wp-pagenavi span, .wp-pagenavi a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6E6E6;
    font-size: 13px;
    font-size: 1.3rem;
    color: #767676;
    border: none;
    margin: 0 10px; }
  .wp-pagenavi a {
    transition: color .3s, background-color .3s; }
    .wp-pagenavi a:hover {
      opacity: 1;
      background: #DC000C;
      color: #fff; }
  .wp-pagenavi .current {
    background: #DC000C;
    color: #fff; }
  .wp-pagenavi .extend {
    background: none;
    margin: 0 5px; }

/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

body.about .profile {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.about .profile {
      padding: 60px 0 40px; } }
  body.about .profile .c-title02 {
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      body.about .profile .c-title02 {
        margin-bottom: 60px; } }
  body.about .profile .movie {
    max-width: 722px;
    margin: 0 auto 56px; }
    @media only screen and (max-width: 767px) {
      body.about .profile .movie {
        margin-bottom: 40px; } }
    body.about .profile .movie__video {
      width: 100%;
      position: relative;
      cursor: pointer; }
      body.about .profile .movie__video:hover i {
        transform: translate(-50%, -50%) scale(1.05); }
      body.about .profile .movie__video iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 560/315; }
      body.about .profile .movie__video video {
        width: 100%; }
      body.about .profile .movie__video i {
        width: 70px;
        height: 70px;
        border: 1px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform .3s; }
        @media only screen and (max-width: 767px) {
          body.about .profile .movie__video i {
            width: 32px;
            height: 32px; } }
        body.about .profile .movie__video i:before {
          content: "";
          width: 21px;
          height: 25px;
          display: block;
          background: #fff;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          @media only screen and (max-width: 767px) {
            body.about .profile .movie__video i:before {
              width: 9px;
              height: 11px; } }
    body.about .profile .movie__text {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      font-weight: 500;
      margin-top: 15px;
      position: relative;
      padding-left: 14px; }
      @media only screen and (max-width: 767px) {
        body.about .profile .movie__text {
          font-size: 13px;
          font-size: 1.3rem; } }
      body.about .profile .movie__text:before {
        content: "";
        width: 8px;
        height: 10px;
        display: inline-block;
        background: #DC000C;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        top: 7px;
        left: 0; }
        @media only screen and (max-width: 767px) {
          body.about .profile .movie__text:before {
            top: 5px; } }
  body.about .profile__table table {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      body.about .profile__table table {
        display: block; } }
    @media only screen and (max-width: 767px) {
      body.about .profile__table table tbody {
        display: block; } }
    body.about .profile__table table tbody tr {
      border-bottom: 1px solid #D5D5D5; }
      @media only screen and (max-width: 767px) {
        body.about .profile__table table tbody tr {
          display: block;
          padding: 20px 0; } }
      body.about .profile__table table tbody tr:last-of-type {
        border-bottom: none; }
      body.about .profile__table table tbody tr th {
        width: 190px;
        vertical-align: top;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500;
        padding: 24px 0; }
        @media only screen and (max-width: 767px) {
          body.about .profile__table table tbody tr th {
            padding: 0;
            display: block;
            width: 100%;
            margin-bottom: 10px; } }
      body.about .profile__table table tbody tr td {
        width: calc(100% - 190px);
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        padding: 24px 0; }
        @media only screen and (max-width: 767px) {
          body.about .profile__table table tbody tr td {
            padding: 0;
            display: block;
            width: 100%;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.84615385; } }

body.about .history {
  padding: 100px 0;
  background: #FAFAFA;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.about .history {
      padding: 60px 0 80px; } }
  body.about .history .c-title02 {
    margin-bottom: 60px; }
  body.about .history__slider {
    cursor: grab; }
    body.about .history__slider .swiper {
      overflow: visible; }
  body.about .history__card {
    width: 282px;
    background: #fff;
    padding: 30px;
    border: 1px solid #E6E6E6; }
    body.about .history__card strong {
      display: block;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.5;
      font-weight: 500;
      font-family: "TT Norms", sans-serif;
      margin-bottom: 16px; }
    body.about .history__card p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.85714286; }
  body.about .history__progressbar {
    max-width: 539px;
    margin: 60px auto 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      body.about .history__progressbar {
        max-width: 284px;
        margin-top: 50px; } }
    body.about .history__progressbar span {
      width: 100%;
      height: 6px;
      display: block;
      background: #E6E6E6; }
    body.about .history__progressbar i {
      width: 20px;
      height: 20px;
      display: inline-block;
      background: #000;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%);
      cursor: grab;
      transition: transform 0.2s ease; }
      body.about .history__progressbar i:hover {
        transform: translate(-50%, -50%) scale(1.2); }
      body.about .history__progressbar i:active {
        cursor: grabbing; }

body.access .cont {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.access .cont {
      padding: 60px 0 80px; } }
  body.access .cont .section {
    margin-bottom: 100px; }
    body.access .cont .section:last-of-type {
      margin-bottom: 0; }
    body.access .cont .section .c-title02 {
      margin-bottom: 60px; }
    body.access .cont .section dl {
      display: flex;
      justify-content: space-between;
      margin-bottom: 60px; }
      @media only screen and (max-width: 767px) {
        body.access .cont .section dl {
          display: block; } }
      body.access .cont .section dl:last-of-type {
        margin-bottom: 0; }
      body.access .cont .section dl dt {
        width: 284px; }
        @media only screen and (max-width: 767px) {
          body.access .cont .section dl dt {
            width: 100%;
            margin-bottom: 10px; } }
        body.access .cont .section dl dt span {
          font-size: 28px;
          font-size: 2.8rem;
          letter-spacing: 0.05em;
          line-height: 1.67857143;
          font-weight: 600;
          font-family: "shippori-mincho", sans-serif;
          background: #000;
          color: #fff;
          display: inline-block;
          padding: 0 9px; }
      body.access .cont .section dl dd {
        width: calc(100% - 284px); }
        @media only screen and (max-width: 767px) {
          body.access .cont .section dl dd {
            width: 100%; } }
        body.access .cont .section dl dd .table-image {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 30px; }
          @media only screen and (max-width: 767px) {
            body.access .cont .section dl dd .table-image {
              width: 100%;
              display: block; } }
          body.access .cont .section dl dd .table-image table {
            width: 53.92156863%; }
            @media only screen and (max-width: 767px) {
              body.access .cont .section dl dd .table-image table {
                width: 100%;
                display: block; } }
            @media only screen and (max-width: 767px) {
              body.access .cont .section dl dd .table-image table tbody {
                display: block; } }
            body.access .cont .section dl dd .table-image table tbody tr {
              border-bottom: 1px solid #D5D5D5; }
              @media only screen and (max-width: 767px) {
                body.access .cont .section dl dd .table-image table tbody tr {
                  display: block;
                  padding: 20px 0; } }
              body.access .cont .section dl dd .table-image table tbody tr:first-of-type th, body.access .cont .section dl dd .table-image table tbody tr:first-of-type td {
                padding-top: 0; }
              body.access .cont .section dl dd .table-image table tbody tr:last-of-type {
                border-bottom: none; }
              body.access .cont .section dl dd .table-image table tbody tr th {
                vertical-align: top;
                width: 94px;
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.75;
                padding: 20px 0; }
                @media only screen and (max-width: 767px) {
                  body.access .cont .section dl dd .table-image table tbody tr th {
                    display: block;
                    width: 100%;
                    padding: 0;
                    margin-bottom: 15px;
                    font-size: 13px;
                    font-size: 1.3rem;
                    line-height: 2.15384615; } }
              body.access .cont .section dl dd .table-image table tbody tr td {
                vertical-align: top;
                width: calc(100% - 94px);
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.75;
                padding: 20px 0; }
                @media only screen and (max-width: 767px) {
                  body.access .cont .section dl dd .table-image table tbody tr td {
                    display: block;
                    width: 100%;
                    padding: 0;
                    font-size: 13px;
                    font-size: 1.3rem;
                    line-height: 1.84615385; } }
              body.access .cont .section dl dd .table-image table tbody tr .w100 {
                width: 100%;
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 1.55555556; }
                @media only screen and (max-width: 767px) {
                  body.access .cont .section dl dd .table-image table tbody tr .w100 {
                    font-size: 16px;
                    font-size: 1.6rem;
                    line-height: 1.5; } }
              body.access .cont .section dl dd .table-image table tbody tr .gray {
                color: #9F9F9F; }
              body.access .cont .section dl dd .table-image table tbody tr a {
                text-decoration: underline; }
          body.access .cont .section dl dd .table-image .image {
            width: 42.40196078%; }
            @media only screen and (max-width: 767px) {
              body.access .cont .section dl dd .table-image .image {
                width: 100%; } }
        body.access .cont .section dl dd .map {
          width: 100%;
          height: 220px; }
          @media only screen and (max-width: 767px) {
            body.access .cont .section dl dd .map {
              height: 161px; } }
          body.access .cont .section dl dd .map iframe {
            width: 100%;
            height: 100%; }

body.contact .c-main-visual__step {
  width: max-content;
  margin-top: 59px;
  margin-left: auto;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    body.contact .c-main-visual__step {
      margin-top: 73px;
      padding-bottom: 20px; } }
  body.contact .c-main-visual__step li {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #9F9F9F; }
    @media only screen and (max-width: 767px) {
      body.contact .c-main-visual__step li {
        font-size: 11px;
        font-size: 1.1rem; } }
    body.contact .c-main-visual__step li.current {
      color: #000; }
    body.contact .c-main-visual__step li:last-of-type:after {
      content: none; }
    body.contact .c-main-visual__step li:after {
      content: "";
      width: 8px;
      height: 10px;
      display: inline-block;
      background: #DC000C;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      margin: 0 35px 0 32px; }
      @media only screen and (max-width: 767px) {
        body.contact .c-main-visual__step li:after {
          width: 6px;
          height: 7px;
          margin: 0 16px 0 14px; } }

body.contact .cont {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.contact .cont {
      padding: 60px 0 80px; } }
  body.contact .cont .c-title02 {
    margin-bottom: 30px; }
  body.contact .cont .text01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      body.contact .cont .text01 {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.84615385;
        margin-bottom: 29px; } }
  body.contact .cont .attention {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143; }
    @media only screen and (max-width: 767px) {
      body.contact .cont .attention {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.58333333; } }
    body.contact .cont .attention em {
      color: #C0392B; }
  body.contact .cont .form-area {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      body.contact .cont .form-area {
        margin-top: 40px; } }
    body.contact .cont .form-area table {
      width: 100%;
      border-top: 1px solid #9F9F9F; }
      @media only screen and (max-width: 767px) {
        body.contact .cont .form-area table {
          display: block; } }
      @media only screen and (max-width: 767px) {
        body.contact .cont .form-area table tbody {
          display: block; } }
      body.contact .cont .form-area table tbody tr {
        border-bottom: 1px solid #9F9F9F; }
        @media only screen and (max-width: 767px) {
          body.contact .cont .form-area table tbody tr {
            padding: 20px 0;
            display: block; } }
        body.contact .cont .form-area table tbody tr th {
          width: 280px;
          vertical-align: top;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5;
          font-weight: 500;
          padding: 30px 0; }
          @media only screen and (max-width: 767px) {
            body.contact .cont .form-area table tbody tr th {
              display: block;
              width: 100%;
              padding: 0;
              margin-bottom: 14px;
              font-size: 14px;
              font-size: 1.4rem; } }
          body.contact .cont .form-area table tbody tr th em {
            color: #C0392B;
            margin-left: 3px; }
        body.contact .cont .form-area table tbody tr td {
          width: calc(100% - 280px);
          padding: 24px 0;
          position: relative; }
          @media only screen and (max-width: 767px) {
            body.contact .cont .form-area table tbody tr td {
              display: block;
              width: 100%;
              padding: 0; } }
          body.contact .cont .form-area table tbody tr td p {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5; }
            @media only screen and (max-width: 767px) {
              body.contact .cont .form-area table tbody tr td p {
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 1.58333333;
                padding: 0 10px; } }
          body.contact .cont .form-area table tbody tr td input[type="text"] {
            width: 100%;
            height: 36px;
            background: #F2F2F2;
            padding: 6px 14px;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5; }
            @media only screen and (max-width: 767px) {
              body.contact .cont .form-area table tbody tr td input[type="text"] {
                height: 33px;
                padding: 8px 10px;
                font-size: 12px;
                font-size: 1.2rem; } }
            body.contact .cont .form-area table tbody tr td input[type="text"]::placeholder {
              color: #707070; }
          body.contact .cont .form-area table tbody tr td textarea {
            width: 100%;
            height: 132px;
            background: #F2F2F2;
            padding: 6px 14px;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5; }
            @media only screen and (max-width: 767px) {
              body.contact .cont .form-area table tbody tr td textarea {
                height: 109px;
                padding: 8px 10px;
                font-size: 12px;
                font-size: 1.2rem; } }
            body.contact .cont .form-area table tbody tr td textarea::placeholder {
              color: #707070; }
          body.contact .cont .form-area table tbody tr td .check-list {
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            @media only screen and (max-width: 767px) {
              body.contact .cont .form-area table tbody tr td .check-list {
                margin-top: -5px; } }
            body.contact .cont .form-area table tbody tr td .check-list li {
              margin-right: 30px;
              position: relative; }
              @media only screen and (max-width: 767px) {
                body.contact .cont .form-area table tbody tr td .check-list li {
                  margin-right: 9px;
                  margin-top: 8px; } }
              body.contact .cont .form-area table tbody tr td .check-list li input[type="checkbox"], body.contact .cont .form-area table tbody tr td .check-list li input[type="radio"] {
                width: 1px;
                height: 1px;
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0; }
                body.contact .cont .form-area table tbody tr td .check-list li input[type="checkbox"]:checked + label > i:before, body.contact .cont .form-area table tbody tr td .check-list li input[type="radio"]:checked + label > i:before {
                  opacity: 1; }
              body.contact .cont .form-area table tbody tr td .check-list li label {
                display: flex;
                align-items: center; }
                body.contact .cont .form-area table tbody tr td .check-list li label i {
                  width: 30px;
                  height: 30px;
                  border-radius: 50%;
                  display: block;
                  background: #F2F2F2;
                  position: relative;
                  margin-right: 10px; }
                  @media only screen and (max-width: 767px) {
                    body.contact .cont .form-area table tbody tr td .check-list li label i {
                      width: 20px;
                      height: 20px;
                      margin-right: 6px; } }
                  body.contact .cont .form-area table tbody tr td .check-list li label i:before {
                    content: "";
                    width: 16px;
                    height: 16px;
                    border-radius: 50%;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    background: #DC000C;
                    opacity: 0; }
                    @media only screen and (max-width: 767px) {
                      body.contact .cont .form-area table tbody tr td .check-list li label i:before {
                        width: 10px;
                        height: 10px; } }
                body.contact .cont .form-area table tbody tr td .check-list li label span {
                  font-size: 16px;
                  font-size: 1.6rem;
                  line-height: 1.5; }
                  @media only screen and (max-width: 767px) {
                    body.contact .cont .form-area table tbody tr td .check-list li label span {
                      font-size: 12px;
                      font-size: 1.2rem; } }
          body.contact .cont .form-area table tbody tr td .zip {
            display: flex;
            align-items: center; }
            body.contact .cont .form-area table tbody tr td .zip input[type="text"] {
              width: 158px; }
              @media only screen and (max-width: 767px) {
                body.contact .cont .form-area table tbody tr td .zip input[type="text"] {
                  width: 85px; } }
            body.contact .cont .form-area table tbody tr td .zip span {
              display: block;
              margin: 0 12px;
              font-size: 16px;
              font-size: 1.6rem; }
              @media only screen and (max-width: 767px) {
                body.contact .cont .form-area table tbody tr td .zip span {
                  margin: 0 8px;
                  font-size: 12px;
                  font-size: 1.2rem; } }
          body.contact .cont .form-area table tbody tr td .search {
            width: 94px;
            height: 36px;
            border-radius: 20px;
            border: 1px solid #C0392B;
            color: #C0392B;
            font-size: 16px;
            font-size: 1.6rem;
            margin-left: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-bottom: 1px;
            padding: 0;
            transition: color .3s, background-color .3s; }
            @media only screen and (max-width: 767px) {
              body.contact .cont .form-area table tbody tr td .search {
                width: 88px;
                height: 33px;
                font-size: 12px;
                font-size: 1.2rem;
                margin-left: 8px;
                padding-bottom: 0; } }
            body.contact .cont .form-area table tbody tr td .search:hover {
              background: #C0392B;
              color: #fff; }
    body.contact .cont .form-area .privacy {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        body.contact .cont .form-area .privacy {
          font-size: 13px;
          font-size: 1.3rem; } }
      body.contact .cont .form-area .privacy a {
        text-decoration: underline; }
  body.contact .cont .c-btn {
    width: 346px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    transition: color .3s, background-color .3s;
    border: 1px solid #000;
    margin: 40px auto 0; }
    @media only screen and (max-width: 767px) {
      body.contact .cont .c-btn {
        width: 258px;
        height: 44px;
        font-size: 15px;
        font-size: 1.5rem; } }
    body.contact .cont .c-btn:hover {
      opacity: 1;
      background: #fff;
      color: #000; }

body.links .cont {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.links .cont {
      padding: 60px 0; } }
  body.links .cont section {
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      body.links .cont section {
        margin-bottom: 60px; } }
    body.links .cont section:last-of-type {
      margin-bottom: 0; }
    body.links .cont section .c-title02 {
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        body.links .cont section .c-title02 {
          margin-bottom: 40px; } }
    body.links .cont section ul li {
      padding-left: 13px;
      position: relative;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4;
      font-weight: 500;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        body.links .cont section ul li {
          font-size: 12px;
          font-size: 1.2rem;
          padding-left: 11px; } }
      body.links .cont section ul li:last-of-type {
        margin-bottom: 0; }
      body.links .cont section ul li:before {
        content: "";
        width: 8px;
        height: 10px;
        display: inline-block;
        background: #DC000C;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        top: 7px;
        left: 0; }
        @media only screen and (max-width: 767px) {
          body.links .cont section ul li:before {
            width: 6px;
            height: 7px;
            top: 4px; } }
      body.links .cont section ul li a {
        transition: text-decoration .3s; }
        body.links .cont section ul li a:hover {
          opacity: 1;
          text-decoration: underline; }

body.news_detail .cont {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.news_detail .cont {
      padding: 60px 0 80px; } }
  body.news_detail .cont .inner {
    max-width: 802px; }
  body.news_detail .cont .head {
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      body.news_detail .cont .head {
        padding-bottom: 20px;
        margin-bottom: 40px; } }
    body.news_detail .cont .head .date-cate {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        body.news_detail .cont .head .date-cate {
          margin-bottom: 14px; } }
      body.news_detail .cont .head .date-cate .date {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.13333333;
        font-weight: 700;
        font-family: "TT Norms", sans-serif;
        color: #767676;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          body.news_detail .cont .head .date-cate .date {
            font-size: 12px;
            font-size: 1.2rem;
            margin-top: 3px; } }
      body.news_detail .cont .head .date-cate .cate {
        min-width: 95px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000000;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.76923077;
        padding: 3px 14px;
        margin-left: 20px; }
        @media only screen and (max-width: 767px) {
          body.news_detail .cont .head .date-cate .cate {
            min-width: 79px;
            height: 21px;
            font-size: 10px;
            font-size: 1rem;
            margin-left: 8px; } }
    body.news_detail .cont .head .title {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.5;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        body.news_detail .cont .head .title {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.75; } }
  body.news_detail .cont .post {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000; }
    @media only screen and (max-width: 767px) {
      body.news_detail .cont .post {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.58333333;
        padding-bottom: 20px; } }
    body.news_detail .cont .post img {
      width: 100%;
      margin-bottom: 60px; }
      @media only screen and (max-width: 767px) {
        body.news_detail .cont .post img {
          margin-bottom: 40px; } }
    body.news_detail .cont .post p {
      margin-bottom: 45px; }
      @media only screen and (max-width: 767px) {
        body.news_detail .cont .post p {
          margin-bottom: 40px; } }
    body.news_detail .cont .post h1 {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.81818182;
      font-weight: 500;
      margin-bottom: 16px; }
      @media only screen and (max-width: 767px) {
        body.news_detail .cont .post h1 {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.75;
          margin-bottom: 20px; } }
    body.news_detail .cont .post h2 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.7;
      font-weight: 500;
      margin-bottom: 16px; }
      @media only screen and (max-width: 767px) {
        body.news_detail .cont .post h2 {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.85714286;
          margin-bottom: 20px; } }
  body.news_detail .cont .navigation {
    margin-top: 40px; }
    body.news_detail .cont .navigation .prev-next {
      height: 18px;
      position: relative; }
      body.news_detail .cont .navigation .prev-next a {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        font-family: "TT Norms", sans-serif;
        color: #595757;
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        transition: color .3s; }
        @media only screen and (max-width: 767px) {
          body.news_detail .cont .navigation .prev-next a {
            color: #767676; } }
        body.news_detail .cont .navigation .prev-next a span {
          display: inline-block;
          margin: 0 10px; }
        body.news_detail .cont .navigation .prev-next a:hover {
          color: #DC000C;
          opacity: 1; }
          body.news_detail .cont .navigation .prev-next a:hover:before {
            background: #DC000C; }
          body.news_detail .cont .navigation .prev-next a:hover:after {
            background: #DC000C; }
      body.news_detail .cont .navigation .prev-next .prev {
        left: 0; }
        body.news_detail .cont .navigation .prev-next .prev:before {
          content: "";
          width: 8px;
          height: 10px;
          display: inline-block;
          background: #000;
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
          transition: background-color .3s; }
      body.news_detail .cont .navigation .prev-next .next {
        right: 0; }
        body.news_detail .cont .navigation .prev-next .next:after {
          content: "";
          width: 8px;
          height: 10px;
          display: inline-block;
          background: #000;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          transition: background-color .3s; }
    body.news_detail .cont .navigation .all {
      margin: 60px auto 0;
      max-width: 346px;
      height: 60px;
      width: 100%;
      border: 1px solid #000;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      background: #000;
      color: #fff;
      transition: color .3s, background-color .3s; }
      @media only screen and (max-width: 767px) {
        body.news_detail .cont .navigation .all {
          margin-top: 36px;
          max-width: 258px;
          height: 44px;
          font-size: 15px;
          font-size: 1.5rem; } }
      body.news_detail .cont .navigation .all:hover {
        opacity: 1;
        color: #000;
        background: #fff; }

body.news .cont {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.news .cont {
      padding: 60px 0 80px; } }

body.privacy-policy .cont {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.privacy-policy .cont {
      padding: 60px 0; } }
  body.privacy-policy .cont p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.84615385; }
  body.privacy-policy .cont dl {
    margin-top: 40px; }
    body.privacy-policy .cont dl dt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      font-weight: 500;
      color: #C0392B;
      margin-bottom: 20px; }

body.products_detail .main-visual {
  width: 100%;
  min-height: 739px;
  padding: 126px 0 106px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.products_detail .main-visual {
      min-height: 0;
      padding: 270px 0 0; } }
  body.products_detail .main-visual__bg {
    width: 842px;
    position: absolute;
    top: 0;
    left: calc(50vw + 106px); }
    @media only screen and (max-width: 767px) {
      body.products_detail .main-visual__bg {
        width: 333px;
        top: -12px;
        left: auto;
        right: -106px; } }
    body.products_detail .main-visual__bg img {
      width: 100%; }
  body.products_detail .main-visual__image {
    width: 336px;
    position: absolute;
    top: 188px;
    left: calc(50vw + 126px); }
    @media only screen and (max-width: 767px) {
      body.products_detail .main-visual__image {
        width: 200px;
        top: 46px;
        left: 50%;
        transform: translate(-50%, 0); } }
    body.products_detail .main-visual__image img {
      width: 100%; }
  body.products_detail .main-visual__text {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      body.products_detail .main-visual__text {
        width: 100%;
        padding: 60px 0; } }
    body.products_detail .main-visual__text .catch {
      display: block;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.20833333;
      font-family: "TT Norms", sans-serif;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        body.products_detail .main-visual__text .catch {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.1875;
          margin-bottom: 10px; } }
    body.products_detail .main-visual__text .name {
      margin-bottom: 60px; }
      @media only screen and (max-width: 767px) {
        body.products_detail .main-visual__text .name {
          margin-bottom: 20px; } }
      body.products_detail .main-visual__text .name .en {
        display: block;
        font-size: 69px;
        font-size: 6.9rem;
        line-height: 1.20289855;
        font-weight: 700;
        font-family: "TT Norms", sans-serif;
        white-space: nowrap;
        margin-bottom: 7px; }
        @media only screen and (max-width: 767px) {
          body.products_detail .main-visual__text .name .en {
            font-size: 40px;
            font-size: 4rem;
            white-space: normal; } }
      body.products_detail .main-visual__text .name .jp {
        display: block;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          body.products_detail .main-visual__text .name .jp {
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.15384615; } }
    body.products_detail .main-visual__text strong {
      display: block;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.75;
      font-weight: 500;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        body.products_detail .main-visual__text strong {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2; } }
    body.products_detail .main-visual__text p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.75;
      max-width: 534px; }
      @media only screen and (max-width: 767px) {
        body.products_detail .main-visual__text p {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.83333333; } }

body.products_detail .intro {
  background: #FAFAFA;
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.products_detail .intro {
      padding: 30px 0; } }
  body.products_detail .intro .movie {
    max-width: 722px;
    margin: 0 auto 56px; }
    @media only screen and (max-width: 767px) {
      body.products_detail .intro .movie {
        margin-bottom: 40px; } }
    body.products_detail .intro .movie__video {
      width: 100%;
      position: relative;
      cursor: pointer; }
      body.products_detail .intro .movie__video:hover i {
        transform: translate(-50%, -50%) scale(1.05); }
      body.products_detail .intro .movie__video iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 722/408; }
      body.products_detail .intro .movie__video video {
        width: 100%; }
      body.products_detail .intro .movie__video i {
        width: 70px;
        height: 70px;
        border: 1px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform .3s; }
        @media only screen and (max-width: 767px) {
          body.products_detail .intro .movie__video i {
            width: 32px;
            height: 32px; } }
        body.products_detail .intro .movie__video i:before {
          content: "";
          width: 21px;
          height: 25px;
          display: block;
          background: #fff;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          @media only screen and (max-width: 767px) {
            body.products_detail .intro .movie__video i:before {
              width: 9px;
              height: 11px; } }
    body.products_detail .intro .movie__text {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      font-weight: 500;
      margin-top: 15px;
      position: relative;
      padding-left: 14px; }
      @media only screen and (max-width: 767px) {
        body.products_detail .intro .movie__text {
          font-size: 13px;
          font-size: 1.3rem; } }
      body.products_detail .intro .movie__text:before {
        content: "";
        width: 8px;
        height: 10px;
        display: inline-block;
        background: #DC000C;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        top: 7px;
        left: 0; }
        @media only screen and (max-width: 767px) {
          body.products_detail .intro .movie__text:before {
            top: 5px; } }

body.products_detail .variation {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.products_detail .variation {
      padding: 80px 0 60px; } }
  body.products_detail .variation .c-title02 {
    margin-bottom: 86px; }
    @media only screen and (max-width: 767px) {
      body.products_detail .variation .c-title02 {
        margin-bottom: 60px; } }
  body.products_detail .variation__list > li {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.products_detail .variation__list > li {
        margin-bottom: 20px; } }
    body.products_detail .variation__list > li:last-of-type {
      margin-bottom: 0; }
    body.products_detail .variation__list > li .text {
      width: 65.66484517%; }
      @media only screen and (max-width: 767px) {
        body.products_detail .variation__list > li .text {
          width: 100%; } }
      body.products_detail .variation__list > li .text .name {
        display: block;
        padding-left: 18px;
        position: relative;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.07692308;
        font-weight: 500;
        margin-bottom: 10px; }
        @media only screen and (max-width: 767px) {
          body.products_detail .variation__list > li .text .name {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.75;
            margin-bottom: 8px; } }
        body.products_detail .variation__list > li .text .name:before {
          content: "";
          width: 8px;
          height: 10px;
          display: block;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          background: #DC000C;
          position: absolute;
          left: 0;
          top: 9px; }
      body.products_detail .variation__list > li .text .description {
        display: block;
        padding-left: 18px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75;
        color: #9F9F9F; }
        @media only screen and (max-width: 767px) {
          body.products_detail .variation__list > li .text .description {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 2; } }
      @media only screen and (max-width: 767px) {
        body.products_detail .variation__list > li .text .col {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-top: 16px; } }
      body.products_detail .variation__list > li .text .point {
        margin-top: 30px;
        background: #FAFAFA;
        padding: 30px; }
        @media only screen and (max-width: 767px) {
          body.products_detail .variation__list > li .text .point {
            width: 64.67065868%;
            padding: 10px;
            margin-top: 0; } }
      body.products_detail .variation__list > li .text ul li {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75;
        padding-left: 1.5em;
        position: relative; }
        @media only screen and (max-width: 767px) {
          body.products_detail .variation__list > li .text ul li {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.54545455;
            padding-left: 2em; } }
        body.products_detail .variation__list > li .text ul li:before {
          content: "・";
          position: absolute;
          top: 0;
          left: 0em; }
    body.products_detail .variation__list > li .image {
      width: 31.51183971%; }
      @media only screen and (max-width: 767px) {
        body.products_detail .variation__list > li .image {
          width: 32.93413174%; } }

body.products_detail .catalog {
  padding: 100px 0;
  background: #FAFAFA; }
  @media only screen and (max-width: 767px) {
    body.products_detail .catalog {
      padding: 60px 0; } }
  body.products_detail .catalog__box {
    max-width: 910px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 30px 33px 26px;
    background: #fff;
    border: 1px solid #E6E6E6;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      body.products_detail .catalog__box {
        padding: 20px; } }
    body.products_detail .catalog__box .image {
      width: 432px;
      position: absolute;
      top: 0;
      right: 0; }
      @media only screen and (max-width: 767px) {
        body.products_detail .catalog__box .image {
          width: 100%;
          border-bottom: 1px solid #E6E6E6; } }
      @media only screen and (max-width: 767px) {
        body.products_detail .catalog__box .image img {
          width: 232px;
          display: block;
          margin-left: auto; } }
    body.products_detail .catalog__box .text {
      position: relative; }
      body.products_detail .catalog__box .text .c-title02 {
        padding-bottom: 0;
        border: none;
        margin-bottom: 18px; }
        @media only screen and (max-width: 767px) {
          body.products_detail .catalog__box .text .c-title02 {
            margin-bottom: 57px; } }
        body.products_detail .catalog__box .text .c-title02:after {
          content: none; }
      body.products_detail .catalog__box .text p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 8px; }
        @media only screen and (max-width: 767px) {
          body.products_detail .catalog__box .text p {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.58333333;
            margin-bottom: 10px; } }
      body.products_detail .catalog__box .text a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        text-decoration: underline;
        color: #9F9F9F; }
        @media only screen and (max-width: 767px) {
          body.products_detail .catalog__box .text a {
            font-size: 10px;
            font-size: 1rem; } }
        body.products_detail .catalog__box .text a:before {
          content: "";
          width: 8px;
          height: 10px;
          display: inline-block;
          background: #DC000C;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          margin-right: 10px;
          position: relative;
          top: -2px; }
          @media only screen and (max-width: 767px) {
            body.products_detail .catalog__box .text a:before {
              width: 5px;
              height: 6px;
              margin-right: 6px;
              top: 0; } }

body.products_detail .all-products {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.products_detail .all-products {
      padding: 60px 0 80px; } }
  body.products_detail .all-products .c-title02 {
    margin-bottom: 82px; }
    @media only screen and (max-width: 767px) {
      body.products_detail .all-products .c-title02 {
        margin-bottom: 48px; } }

body.products_detail .c-all-products-list {
  max-width: 910px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  body.products_detail .c-all-products-list li {
    width: 27.69230769%;
    margin-right: 8.46153846%;
    margin-top: 40px;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      body.products_detail .c-all-products-list li {
        width: 31.34328358%;
        margin-right: 2.98507463%;
        margin-top: 50px; } }
    body.products_detail .c-all-products-list li:nth-of-type(-n + 3) {
      margin-top: 0; }
    body.products_detail .c-all-products-list li:nth-of-type(3n) {
      margin-right: 0; }
    body.products_detail .c-all-products-list li .image {
      width: 150px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        body.products_detail .c-all-products-list li .image {
          width: 64px; } }
    body.products_detail .c-all-products-list li .text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 1; }
    body.products_detail .c-all-products-list li .name {
      margin-top: 14px; }
      @media only screen and (max-width: 767px) {
        body.products_detail .c-all-products-list li .name {
          margin-top: 28px; } }
      body.products_detail .c-all-products-list li .name .en {
        display: block;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.21428571;
        font-weight: 700;
        font-family: "TT Norms", sans-serif;
        margin-bottom: 4px; }
        @media only screen and (max-width: 767px) {
          body.products_detail .c-all-products-list li .name .en {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.16666667;
            white-space: nowrap; } }
      body.products_detail .c-all-products-list li .name .jp {
        display: block;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.15384615;
        font-family: "TT Norms", sans-serif; }
        @media only screen and (max-width: 767px) {
          body.products_detail .c-all-products-list li .name .jp {
            font-size: 10px;
            font-size: 1rem;
            line-height: 1.2; } }
    body.products_detail .c-all-products-list li a {
      margin-top: 30px;
      width: 100%;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #000;
      background: #000;
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "TT Norms", sans-serif;
      padding-top: 1px;
      transition: color .3s, background-color .3s, letter-spacing .3s; }
      @media only screen and (max-width: 767px) {
        body.products_detail .c-all-products-list li a {
          height: 21px;
          font-size: 10px;
          font-size: 1rem;
          margin-top: 10px;
          padding-top: 0; } }
      body.products_detail .c-all-products-list li a:hover {
        opacity: 1;
        background: #fff;
        color: #000; }

body.products .cont {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.products .cont {
      padding: 60px 0 80px; } }
  body.products .cont .c-title02 {
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      body.products .cont .c-title02 {
        margin-bottom: 60px; } }
  body.products .cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      body.products .cont p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.84615385;
        margin-bottom: 60px; } }
  body.products .cont section {
    margin-bottom: 100px; }
    @media only screen and (max-width: 767px) {
      body.products .cont section {
        margin-bottom: 90px; } }
    body.products .cont section:last-of-type {
      margin-bottom: 0; }

body.products .c-products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    body.products .c-products-list {
      display: block; } }
  body.products .c-products-list li {
    width: 48.63387978%;
    padding: 60px 0 87px;
    position: relative;
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      body.products .c-products-list li {
        width: 100%;
        margin-top: 28px;
        padding: 32px 0 46px; } }
    @media only screen and (min-width: 768px) {
      body.products .c-products-list li:nth-of-type(-n + 2) {
        margin-top: 0; } }
    body.products .c-products-list li .bg {
      width: 316px;
      position: absolute;
      top: 0;
      right: 30px; }
      @media only screen and (max-width: 767px) {
        body.products .c-products-list li .bg {
          width: 185px;
          right: 10px; } }
    body.products .c-products-list li .image {
      width: 194px;
      position: absolute;
      right: 0px;
      bottom: -16px; }
      @media only screen and (max-width: 767px) {
        body.products .c-products-list li .image {
          width: 122px;
          right: -10px;
          bottom: -7px; } }
    body.products .c-products-list li .text {
      position: relative; }
      body.products .c-products-list li .text .catch {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.1875;
        font-family: "TT Norms", sans-serif;
        margin-bottom: 13px; }
        @media only screen and (max-width: 767px) {
          body.products .c-products-list li .text .catch {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.16666667;
            margin-bottom: 9px; } }
      body.products .c-products-list li .text .name .en {
        display: block;
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 1.2;
        font-weight: 700;
        font-family: "TT Norms", sans-serif;
        margin-bottom: 4px; }
        @media only screen and (max-width: 767px) {
          body.products .c-products-list li .text .name .en {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1.24;
            margin-bottom: 6px; } }
      body.products .c-products-list li .text .name .jp {
        display: block;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.15384615;
        font-family: "TT Norms", sans-serif; }
        @media only screen and (max-width: 767px) {
          body.products .c-products-list li .text .name .jp {
            font-size: 10px;
            font-size: 1rem;
            line-height: 1.2; } }
      body.products .c-products-list li .text a {
        width: 252px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
        background: #000;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        font-family: "TT Norms", sans-serif;
        transition: color .3s, background-color .3s;
        margin-top: 30px; }
        @media only screen and (max-width: 767px) {
          body.products .c-products-list li .text a {
            width: 147px;
            height: 29px;
            font-size: 11px;
            font-size: 1.1rem;
            margin-top: 15px; } }
        body.products .c-products-list li .text a:hover {
          opacity: 1;
          color: #000;
          background: #fff; }

body.products .c-catalog-list {
  display: flex;
  flex-wrap: wrap; }
  body.products .c-catalog-list li {
    width: 22.95081967%;
    margin-right: 2.73224044%;
    border: 1px solid #E6E6E6;
    margin-top: 2.73224044%; }
    @media only screen and (max-width: 767px) {
      body.products .c-catalog-list li {
        width: 47.76119403%;
        margin-top: 4.47761194%;
        margin-right: 4.47761194%; } }
    @media only screen and (min-width: 768px) {
      body.products .c-catalog-list li:nth-of-type(-n + 4) {
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      body.products .c-catalog-list li:nth-of-type(-n + 2) {
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      body.products .c-catalog-list li:nth-of-type(2n) {
        margin-right: 0; } }
    body.products .c-catalog-list li:nth-of-type(4n) {
      margin-right: 0; }
    body.products .c-catalog-list li a {
      padding: 40px 20px 30px;
      display: block; }
      @media only screen and (max-width: 767px) {
        body.products .c-catalog-list li a {
          padding: 25px 13px 18px; } }
      body.products .c-catalog-list li a .image {
        width: 100%;
        max-width: 172px;
        margin: 0 auto;
        filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2)); }
        @media only screen and (max-width: 767px) {
          body.products .c-catalog-list li a .image {
            max-width: 108px; } }
      body.products .c-catalog-list li a .text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        padding-left: 14px;
        position: relative;
        margin-top: 30px; }
        @media only screen and (max-width: 767px) {
          body.products .c-catalog-list li a .text {
            padding-left: 10px;
            margin-top: 19px; } }
        body.products .c-catalog-list li a .text:before {
          content: "";
          width: 8px;
          height: 10px;
          display: inline-block;
          background: #DC000C;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          position: absolute;
          top: 10px;
          left: 0; }
          @media only screen and (max-width: 767px) {
            body.products .c-catalog-list li a .text:before {
              width: 6px;
              height: 7px;
              top: 6px; } }
        body.products .c-catalog-list li a .text p {
          margin: 0;
          font-size: 16px;
          font-size: 1.6rem; }
          @media only screen and (max-width: 767px) {
            body.products .c-catalog-list li a .text p {
              font-size: 10px;
              font-size: 1rem; } }

body.recruit .float-entry {
  width: 252px;
  position: fixed;
  z-index: 98;
  right: 0;
  bottom: 0px; }
  @media only screen and (min-width: 768px) {
    body.recruit .float-entry {
      clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px); } }
  @media only screen and (max-width: 767px) {
    body.recruit .float-entry {
      width: 100%;
      bottom: 0; } }
  body.recruit .float-entry__en {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DC000C;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: "TT Norms", sans-serif; }
    body.recruit .float-entry__en span {
      display: flex;
      align-items: center; }
      body.recruit .float-entry__en span:after {
        content: "";
        width: 8px;
        height: 10px;
        display: inline-block;
        background: #fff;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        margin-left: 9px; }
  body.recruit .float-entry__jp {
    border-top: 1px solid #fff;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #393939;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      body.recruit .float-entry__jp {
        font-size: 12px;
        font-size: 1.2rem; } }

body.recruit .what-is {
  padding: 100px 0 50px; }
  @media only screen and (max-width: 767px) {
    body.recruit .what-is {
      padding: 60px 0 60px; } }
  body.recruit .what-is .c-title02 {
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      body.recruit .what-is .c-title02 {
        margin-bottom: 60px; } }
  body.recruit .what-is .movie {
    max-width: 722px;
    margin: 0 auto 56px; }
    @media only screen and (max-width: 767px) {
      body.recruit .what-is .movie {
        margin-bottom: 30px; } }
    body.recruit .what-is .movie__video {
      width: 100%;
      position: relative;
      cursor: pointer; }
      body.recruit .what-is .movie__video:hover i {
        transform: translate(-50%, -50%) scale(1.05); }
      body.recruit .what-is .movie__video video {
        width: 100%; }
      body.recruit .what-is .movie__video iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 560/315; }
      body.recruit .what-is .movie__video i {
        width: 70px;
        height: 70px;
        border: 1px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform .3s; }
        @media only screen and (max-width: 767px) {
          body.recruit .what-is .movie__video i {
            width: 32px;
            height: 32px; } }
        body.recruit .what-is .movie__video i:before {
          content: "";
          width: 21px;
          height: 25px;
          display: block;
          background: #fff;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          @media only screen and (max-width: 767px) {
            body.recruit .what-is .movie__video i:before {
              width: 9px;
              height: 11px; } }
    body.recruit .what-is .movie__text {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      font-weight: 500;
      margin-top: 15px;
      position: relative;
      padding-left: 14px; }
      @media only screen and (max-width: 767px) {
        body.recruit .what-is .movie__text {
          font-size: 13px;
          font-size: 1.3rem; } }
      body.recruit .what-is .movie__text:before {
        content: "";
        width: 8px;
        height: 10px;
        display: inline-block;
        background: #DC000C;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        top: 7px;
        left: 0; }
        @media only screen and (max-width: 767px) {
          body.recruit .what-is .movie__text:before {
            top: 5px; } }
  body.recruit .what-is .col3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      body.recruit .what-is .col3 {
        display: block; } }
    body.recruit .what-is .col3 dl {
      width: 31.51183971%; }
      @media only screen and (max-width: 767px) {
        body.recruit .what-is .col3 dl {
          width: 100%;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        body.recruit .what-is .col3 dl:last-of-type {
          margin-bottom: 0; } }
      body.recruit .what-is .col3 dl dt {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.45;
        color: #fff;
        background: #000;
        padding: 12px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body.recruit .what-is .col3 dl dt {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.4; } }
      body.recruit .what-is .col3 dl dd {
        margin-top: 20px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75; }
        @media only screen and (max-width: 767px) {
          body.recruit .what-is .col3 dl dd {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.83333333;
            margin-top: 16px; } }
  body.recruit .what-is .philosophy {
    padding: 40px 63px;
    background: #FAFAFA; }
    @media only screen and (max-width: 767px) {
      body.recruit .what-is .philosophy {
        padding: 20px 20px; } }
    body.recruit .what-is .philosophy strong {
      display: block;
      text-align: center;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.45454545;
      margin-bottom: 35px; }
      @media only screen and (max-width: 767px) {
        body.recruit .what-is .philosophy strong {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.1875;
          margin-bottom: 16px; } }
    body.recruit .what-is .philosophy ul {
      counter-reset: number 0; }
      body.recruit .what-is .philosophy ul li {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75;
        margin-bottom: 24px;
        padding-left: 30px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          body.recruit .what-is .philosophy ul li {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.58333333;
            margin-bottom: 16px;
            padding-left: 16px; } }
        body.recruit .what-is .philosophy ul li:last-of-type {
          margin-bottom: 0; }
        body.recruit .what-is .philosophy ul li:before {
          counter-increment: number 1;
          content: counter(number) ".";
          font-size: 28px;
          font-size: 2.8rem;
          font-weight: 700;
          font-family: "TT Norms", sans-serif;
          position: absolute;
          top: -10px;
          left: 0; }
          @media only screen and (max-width: 767px) {
            body.recruit .what-is .philosophy ul li:before {
              font-size: 13px;
              font-size: 1.3rem;
              top: 0; } }

body.recruit .requirements {
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    body.recruit .requirements {
      padding: 60px 0 30px; } }
  body.recruit .requirements .c-title02 {
    margin-bottom: 56px; }
    @media only screen and (max-width: 767px) {
      body.recruit .requirements .c-title02 {
        margin-bottom: 32px; } }
  body.recruit .requirements .table table {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      body.recruit .requirements .table table {
        display: block; } }
    @media only screen and (max-width: 767px) {
      body.recruit .requirements .table table tbody {
        display: block; } }
    body.recruit .requirements .table table tbody tr {
      border-bottom: 1px solid #D5D5D5; }
      @media only screen and (max-width: 767px) {
        body.recruit .requirements .table table tbody tr {
          display: block;
          padding: 20px 0; } }
      body.recruit .requirements .table table tbody tr:last-of-type {
        border-bottom: none; }
      body.recruit .requirements .table table tbody tr th {
        width: 190px;
        vertical-align: top;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500;
        padding: 24px 0; }
        @media only screen and (max-width: 767px) {
          body.recruit .requirements .table table tbody tr th {
            padding: 0;
            display: block;
            width: 100%;
            margin-bottom: 10px; } }
      body.recruit .requirements .table table tbody tr td {
        width: calc(100% - 190px);
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        padding: 24px 0; }
        @media only screen and (max-width: 767px) {
          body.recruit .requirements .table table tbody tr td {
            padding: 0;
            display: block;
            width: 100%;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.84615385; } }
        body.recruit .requirements .table table tbody tr td a {
          text-decoration: underline; }
          body.recruit .requirements .table table tbody tr td a:after {
            content: "";
            width: 12px;
            height: 12px;
            display: inline-block;
            background: url(../images/common/icon_external.svg) center center/cover no-repeat;
            margin-left: 5px; }

body.recruit .message {
  padding: 50px 0 100px; }
  @media only screen and (max-width: 767px) {
    body.recruit .message {
      padding: 30px 0 100px; } }
  body.recruit .message .c-title02 {
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      body.recruit .message .c-title02 {
        margin-bottom: 40px; } }
  body.recruit .message h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.75;
    font-weight: 500;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      body.recruit .message h3 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 30px; } }
  body.recruit .message p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      body.recruit .message p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.84615385; } }
  body.recruit .message .name {
    width: max-content;
    margin-left: auto; }
    @media only screen and (max-width: 767px) {
      body.recruit .message .name {
        margin-left: 0; } }
    body.recruit .message .name small {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.75;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        body.recruit .message .name small {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.84615385;
          margin-bottom: 8px; } }
    body.recruit .message .name span {
      display: block;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4; }
      @media only screen and (max-width: 767px) {
        body.recruit .message .name span {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.6; } }

body.recruit .join-us {
  background: #FAFAFA;
  display: block;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color .3s; }
  @media only screen and (max-width: 767px) {
    body.recruit .join-us {
      height: 380px;
      padding-top: 14px; } }
  body.recruit .join-us:hover {
    opacity: 1;
    background: #F2F2F2; }
    body.recruit .join-us:hover .join-us__title .en {
      letter-spacing: 0.25em; }
    body.recruit .join-us:hover .join-us__image .image-01 {
      transform: rotate(-10deg); }
    body.recruit .join-us:hover .join-us__image .image-02 {
      transform: rotate(10deg); }
  body.recruit .join-us__catch {
    font-size: 120px;
    font-size: 12rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: "TT Norms", sans-serif;
    color: rgba(57, 57, 57, 0.05); }
    @media only screen and (max-width: 767px) {
      body.recruit .join-us__catch {
        font-size: 80px;
        font-size: 8rem; } }
  body.recruit .join-us__title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: calc(50vw + 184px);
    transform: translate(0%, -50%); }
    @media only screen and (max-width: 767px) {
      body.recruit .join-us__title {
        left: 50%;
        transform: translate(-50%, -40%); } }
    body.recruit .join-us__title .en {
      display: block;
      font-size: 40px;
      font-size: 4rem;
      letter-spacing: 0.15em;
      line-height: 1.2;
      font-weight: 700;
      font-family: "TT Norms", sans-serif;
      color: #C0392B;
      transition: letter-spacing .3s;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0); }
      body.recruit .join-us__title .en.clear {
        position: static;
        transform: translate(0, 0);
        letter-spacing: 0.25em;
        color: transparent; }
    body.recruit .join-us__title .jp {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-top: 5px; }
  body.recruit .join-us__image {
    width: 417px;
    aspect-ratio: 417/220;
    position: absolute;
    top: 93px;
    right: calc(50vw + 25px); }
    @media only screen and (max-width: 767px) {
      body.recruit .join-us__image {
        width: 335px;
        aspect-ratio: 335/118;
        top: 20px;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0); } }
    body.recruit .join-us__image .image {
      transition: transform .3s; }
    body.recruit .join-us__image .image-01 {
      width: 60.91127098%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: +1; }
      @media only screen and (max-width: 767px) {
        body.recruit .join-us__image .image-01 {
          width: 45.37313433%; } }
    body.recruit .join-us__image .image-02 {
      width: 51.558753%;
      position: absolute;
      right: 0;
      bottom: 0; }
      @media only screen and (max-width: 767px) {
        body.recruit .join-us__image .image-02 {
          width: 31.94029851%; } }
  body.recruit .join-us .character {
    position: absolute; }
  body.recruit .join-us .character-01 {
    width: 106px;
    top: 62px;
    left: calc(50vw + 34px); }
    @media only screen and (max-width: 767px) {
      body.recruit .join-us .character-01 {
        width: 84px;
        top: auto;
        left: 20px;
        bottom: 20px; } }
  body.recruit .join-us .character-02 {
    width: 116px;
    left: calc(50vw + 378px);
    bottom: 79px; }
    @media only screen and (max-width: 767px) {
      body.recruit .join-us .character-02 {
        width: 93px;
        left: auto;
        right: 12px;
        bottom: 20px; } }

body.sdgs .cont {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    body.sdgs .cont {
      padding: 60px 0; } }
  body.sdgs .cont .text-image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      body.sdgs .cont .text-image {
        flex-direction: column;
        margin-bottom: 40px; } }
    body.sdgs .cont .text-image:last-of-type {
      margin-bottom: 0; }
    body.sdgs .cont .text-image .text {
      width: 48.63387978%; }
      @media only screen and (max-width: 767px) {
        body.sdgs .cont .text-image .text {
          width: 100%;
          order: 2;
          margin-top: 20px; } }
      body.sdgs .cont .text-image .text h2 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.07692308;
        font-weight: 500;
        margin-bottom: 30px;
        padding-left: 16px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          body.sdgs .cont .text-image .text h2 {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.75;
            margin-bottom: 16px; } }
        body.sdgs .cont .text-image .text h2:before {
          content: "";
          width: 8px;
          height: 10px;
          display: inline-block;
          background: #DC000C;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          position: absolute;
          top: 10px;
          left: 0; }
      body.sdgs .cont .text-image .text p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          body.sdgs .cont .text-image .text p {
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.84615385;
            margin-bottom: 20px; } }
      body.sdgs .cont .text-image .text a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 252px;
        height: 50px;
        background: #000;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        font-family: "TT Norms", sans-serif;
        padding-top: 2px;
        border: 1px solid #000;
        transition: color .3s, background-color .3s; }
        @media only screen and (max-width: 767px) {
          body.sdgs .cont .text-image .text a {
            width: 258px;
            height: 44px;
            font-size: 15px;
            font-size: 1.5rem;
            margin: 0 auto; } }
        body.sdgs .cont .text-image .text a:hover {
          opacity: 1;
          background: #fff;
          color: #000; }
    body.sdgs .cont .text-image .image {
      width: 40.07285974%; }
      @media only screen and (max-width: 767px) {
        body.sdgs .cont .text-image .image {
          width: 100%; } }

body.top .loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden; }
  body.top .loading__white {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0; }
  body.top .loading__bg {
    width: 100%;
    height: 50vh;
    display: block;
    background: #F2F2F2;
    position: absolute;
    left: 0; }
    body.top .loading__bg.top {
      top: 0; }
    body.top .loading__bg.bottom {
      bottom: 0; }
  body.top .loading__text {
    font-size: 90px;
    font-size: 9rem;
    letter-spacing: 0.15em;
    font-weight: 700;
    font-family: "TT Norms", sans-serif;
    color: #D5D5D5;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 767px) {
      body.top .loading__text {
        font-size: 43px;
        font-size: 4.3rem; } }
  body.top .loading__progress {
    width: 0%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%); }
    body.top .loading__progress span {
      width: 100%;
      height: 30px;
      display: block;
      background: #fff; }
      @media only screen and (max-width: 767px) {
        body.top .loading__progress span {
          height: 16px; } }
    body.top .loading__progress i {
      width: 158px;
      position: absolute;
      top: 50%;
      right: -79px;
      transform: translate(0%, -50%); }
      @media only screen and (max-width: 767px) {
        body.top .loading__progress i {
          width: 80px;
          right: -40px; } }

body.top .modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s; }
  body.top .modal.is-active {
    opacity: 1;
    visibility: visible; }
  body.top .modal__bg {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0; }
  body.top .modal__cont {
    max-width: 722px;
    position: relative;
    margin: 0 auto;
    width: 100%; }
    body.top .modal__cont__close {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding-left: 1px;
      margin-bottom: 15px;
      margin-left: auto;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        body.top .modal__cont__close {
          width: 22px;
          height: 22px;
          margin-bottom: 8px;
          padding: 8px; } }
      body.top .modal__cont__close:hover:before {
        transform: translate(-50%, -50%) scale(1.06667); }
      body.top .modal__cont__close:before {
        content: "";
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 50%;
        border: 1px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: width .3s, height .3s, transform .3s; }
        @media only screen and (max-width: 767px) {
          body.top .modal__cont__close:before {
            width: 22px;
            height: 22px; } }
      body.top .modal__cont__close img {
        display: block; }
    body.top .modal__cont__video video {
      width: 100%; }
    body.top .modal__cont__video iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 560/315; }
    body.top .modal__cont__video p {
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      font-weight: 500;
      margin-top: 15px;
      padding-left: 14px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        body.top .modal__cont__video p {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.46153846;
          margin-top: 8px; } }
      body.top .modal__cont__video p:before {
        content: "";
        width: 8px;
        height: 10px;
        display: inline-block;
        background: #DC000C;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        top: 8px;
        left: 0; }

body.top main {
  padding-top: 0;
  overflow: hidden; }

body.top .main-visual {
  position: relative;
  height: 100vh;
  min-height: 768px;
  background: #000;
  color: #fff;
  padding-top: 288px; }
  @media only screen and (max-width: 767px) {
    body.top .main-visual {
      min-height: 0;
      padding-top: 144px; } }
  body.top .main-visual .inner {
    max-width: 1326px; }
  body.top .main-visual__movie {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    body.top .main-visual__movie video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
    body.top .main-visual__movie iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 177.78vh;
      height: 100vh;
      min-width: 100vw;
      transform: translate(-50%, -50%);
      pointer-events: none; }
      @media (min-aspect-ratio: 16 / 9) {
        body.top .main-visual__movie iframe {
          width: 100vw;
          height: 56.25vw;
          min-height: 100vh; } }
  body.top .main-visual__text {
    font-family: "shippori-mincho", sans-serif;
    margin-left: 76px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      body.top .main-visual__text {
        margin-left: 26px; } }
    body.top .main-visual__text:before {
      content: "";
      width: 157px;
      height: 138px;
      display: block;
      background: #DC000C;
      clip-path: polygon(50px 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
      position: absolute;
      top: -52px;
      left: -63px; }
      @media only screen and (max-width: 767px) {
        body.top .main-visual__text:before {
          width: 85px;
          height: 74px;
          clip-path: polygon(27px 0, 100% 0, calc(100% - 27px) 100%, 0 100%);
          top: -30px;
          left: -34px; } }
    body.top .main-visual__text strong {
      display: inline-block;
      font-size: 62px;
      font-size: 6.2rem;
      letter-spacing: 0.05em;
      line-height: 1.32258065;
      font-weight: 600;
      padding-bottom: 10px;
      border-bottom: 2px solid #fff;
      position: relative;
      margin-bottom: 16px; }
      @media only screen and (max-width: 767px) {
        body.top .main-visual__text strong {
          font-size: 33px;
          font-size: 3.3rem;
          line-height: 1.33333333;
          padding-bottom: 8px;
          border-bottom: 1px solid #fff;
          margin-bottom: 8px; } }
      body.top .main-visual__text strong:before {
        content: "";
        width: 252px;
        height: 2px;
        background: #DC000C;
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px; }
        @media only screen and (max-width: 767px) {
          body.top .main-visual__text strong:before {
            width: 136px;
            bottom: -1px; } }
    body.top .main-visual__text p {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        body.top .main-visual__text p {
          font-size: 12px;
          font-size: 1.2rem; } }
  body.top .main-visual__play {
    width: 94px;
    height: 94px;
    position: absolute;
    top: 380px;
    right: 19.74317817%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px; }
    @media only screen and (max-width: 767px) {
      body.top .main-visual__play {
        width: 82px;
        height: 82px;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px;
        margin-left: 26px; } }
    body.top .main-visual__play:hover:before {
      background: rgba(57, 57, 57, 0.8);
      transform: translate(-50%, -50%) scale(1.0425); }
    body.top .main-visual__play img {
      position: relative;
      width: 80px; }
    body.top .main-visual__play:before {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: rgba(57, 57, 57, 0.5);
      border: 1px solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: transform .3s, background-color .3s; }
  body.top .main-visual__banner {
    width: 282px;
    height: 176px;
    position: absolute;
    right: 30px;
    bottom: 30px; }
    @media only screen and (max-width: 767px) {
      body.top .main-visual__banner {
        width: 208px;
        height: 126px;
        right: 12px;
        bottom: 13px; } }
    body.top .main-visual__banner:hover {
      opacity: 1; }
      body.top .main-visual__banner:hover .comment {
        transform: rotate(-5deg); }
        body.top .main-visual__banner:hover .comment:before {
          background: url(../images/top/bubble_bg_red.svg) center center/cover no-repeat; }
        body.top .main-visual__banner:hover .comment span:after {
          margin-left: 7px; }
          @media only screen and (max-width: 767px) {
            body.top .main-visual__banner:hover .comment span:after {
              margin-left: 0;
              left: 6px; } }
      body.top .main-visual__banner:hover .character .static {
        opacity: 0; }
      body.top .main-visual__banner:hover .character .hover {
        opacity: 1; }
    body.top .main-visual__banner img {
      display: block;
      transition: opacity .3s; }
    body.top .main-visual__banner .comment {
      width: 131px;
      height: 110px;
      position: absolute;
      top: 15px;
      left: 9px;
      color: #000;
      padding: 34px 0 0 15px;
      transition: transform .3s; }
      @media only screen and (max-width: 767px) {
        body.top .main-visual__banner .comment {
          width: 97px;
          height: 81px;
          padding: 25px 0 0 11px;
          top: 11px;
          left: 7px; } }
      body.top .main-visual__banner .comment:before {
        content: "";
        width: 128px;
        height: 96px;
        display: block;
        background: url(../images/top/bubble_bg_blk.svg) center center/cover no-repeat;
        position: absolute;
        top: 2px;
        left: -8px;
        transition: background-image .3s; }
        @media only screen and (max-width: 767px) {
          body.top .main-visual__banner .comment:before {
            width: 94px;
            height: 71px;
            left: -6px; } }
      body.top .main-visual__banner .comment:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: url(../images/top/bubble.svg) center center/cover no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
      body.top .main-visual__banner .comment strong {
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.13333333;
        font-weight: 500;
        position: relative;
        z-index: +1; }
        @media only screen and (max-width: 767px) {
          body.top .main-visual__banner .comment strong {
            font-size: 10px;
            font-size: 1rem; } }
        body.top .main-visual__banner .comment strong:after {
          content: "";
          width: 100px;
          height: 1px;
          display: block;
          background: #000;
          margin: 4px 0 3px; }
          @media only screen and (max-width: 767px) {
            body.top .main-visual__banner .comment strong:after {
              margin-top: 5px;
              width: 73px; } }
      body.top .main-visual__banner .comment span {
        display: block;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.09090909;
        position: relative;
        z-index: +1; }
        @media only screen and (max-width: 767px) {
          body.top .main-visual__banner .comment span {
            font-size: 10px;
            font-size: 1rem;
            transform: scale(0.8);
            transform-origin: left; } }
        body.top .main-visual__banner .comment span:after {
          content: "";
          width: 7px;
          height: 8px;
          display: inline-block;
          background: #DC000C;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          position: relative;
          top: -1px;
          margin-left: 4px;
          transition: margin .3s; }
          @media only screen and (max-width: 767px) {
            body.top .main-visual__banner .comment span:after {
              width: 5px;
              height: 6px;
              margin-left: 0;
              left: 4px; } }
    body.top .main-visual__banner .character {
      width: 130px;
      height: 131px;
      position: absolute;
      top: 45px;
      right: 0; }
      @media only screen and (max-width: 767px) {
        body.top .main-visual__banner .character {
          width: 95px;
          height: 96px;
          top: 33px; } }
      body.top .main-visual__banner .character .static {
        margin-left: auto;
        width: 120px;
        display: block; }
        @media only screen and (max-width: 767px) {
          body.top .main-visual__banner .character .static {
            width: 88px; } }
      body.top .main-visual__banner .character .hover {
        position: absolute;
        bottom: 5px;
        left: 0;
        opacity: 0;
        width: 120px;
        display: block; }
        @media only screen and (max-width: 767px) {
          body.top .main-visual__banner .character .hover {
            width: 88px;
            bottom: 3px; } }

body.top .about {
  padding: 179px 0;
  position: relative;
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0), #e6e6e6);
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.top .about {
      padding: 40px 0 80px; } }
  body.top .about .inner {
    max-width: 1326px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.top .about .inner {
        display: block; } }
  body.top .about .left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      body.top .about .left {
        width: 100%;
        padding: 100px 0 133px; } }
    body.top .about .left .before {
      content: "";
      width: 203px;
      height: 178px;
      display: block;
      background: #9F9F9F;
      clip-path: polygon(62px 0, 100% 0, calc(100% - 62px) 100%, 0 100%);
      position: absolute;
      top: -82px;
      left: 58px; }
      @media only screen and (max-width: 767px) {
        body.top .about .left .before {
          width: 85px;
          height: 74px;
          clip-path: polygon(28px 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
          top: 0;
          left: -14px; } }
    body.top .about .left .after {
      content: "";
      width: 249px;
      height: 218px;
      display: block;
      background: #E6E6E6;
      clip-path: polygon(82px 0, 100% 0, calc(100% - 82px) 100%, 0 100%);
      position: absolute;
      right: 34px;
      bottom: -206px;
      mix-blend-mode: multiply; }
      @media only screen and (max-width: 767px) {
        body.top .about .left .after {
          width: 126px;
          height: 111px;
          clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
          right: -87px;
          bottom: 0; } }
    body.top .about .left .logo {
      width: 312px; }
      @media only screen and (max-width: 767px) {
        body.top .about .left .logo {
          width: 272px; } }
  body.top .about .right {
    width: 48.95666132%; }
    @media only screen and (max-width: 767px) {
      body.top .about .right {
        width: 100%;
        position: relative;
        z-index: +4; } }
    body.top .about .right p {
      font-size: 17px;
      font-size: 1.7rem;
      letter-spacing: 0.05em;
      line-height: 1.82352941;
      font-weight: 700;
      font-family: "TT Norms", sans-serif;
      margin-bottom: 56px; }
      @media only screen and (max-width: 767px) {
        body.top .about .right p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2;
          margin-bottom: 36px; } }
    body.top .about .right .btn {
      width: 346px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      background: #000;
      color: #fff;
      border: 1px solid #000;
      transition: color .3s, background-color .3s; }
      @media only screen and (max-width: 767px) {
        body.top .about .right .btn {
          width: 258px;
          height: 44px;
          font-size: 15px;
          font-size: 1.5rem; } }
      body.top .about .right .btn:hover {
        background: #fff;
        color: #000;
        opacity: 1; }
  body.top .about__title {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 700;
    padding-bottom: 24px;
    border-bottom: 2px solid #000000;
    position: relative;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      body.top .about__title {
        margin-bottom: 28px; } }
    body.top .about__title:after {
      content: "";
      width: 153px;
      height: 2px;
      display: block;
      background: #DC000C;
      position: absolute;
      left: 0;
      bottom: -2px; }
      @media only screen and (max-width: 767px) {
        body.top .about__title:after {
          width: 79px; } }
    body.top .about__title small {
      display: block;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.25; }
      @media only screen and (max-width: 767px) {
        body.top .about__title small {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.7; } }
    body.top .about__title span {
      display: block;
      font-size: 50px;
      font-size: 5rem;
      line-height: 1.25; }
      @media only screen and (max-width: 767px) {
        body.top .about__title span {
          font-size: 33px;
          font-size: 3.3rem; } }

body.top .background {
  position: relative;
  aspect-ratio: 1366/368;
  z-index: +3; }
  @media only screen and (max-width: 1366px) {
    body.top .background {
      aspect-ratio: auto;
      height: 380px; } }
  @media only screen and (max-width: 767px) {
    body.top .background {
      height: 140px; } }
  body.top .background .before {
    content: "";
    width: 180px;
    height: 158px;
    display: block;
    background: #9F9F9F;
    clip-path: polygon(57px 0, 100% 0, calc(100% - 57px) 100%, 0 100%);
    position: absolute;
    top: -57px;
    right: 69px;
    z-index: +1; }
    @media only screen and (max-width: 767px) {
      body.top .background .before {
        width: 137px;
        height: 120px;
        background: #D1D1D1;
        clip-path: polygon(44px 0, 100% 0, calc(100% - 44px) 100%, 0 100%);
        top: -54px;
        left: -50px;
        right: auto; } }
  body.top .background .after {
    content: "";
    width: 138px;
    height: 121px;
    display: block;
    background: #9F9F9F;
    clip-path: polygon(41px 0, 100% 0, calc(100% - 41px) 100%, 0 100%);
    position: absolute;
    bottom: -30px;
    left: 60px; }
    @media only screen and (max-width: 767px) {
      body.top .background .after {
        width: 68px;
        height: 60px;
        clip-path: polygon(22px 0, 100% 0, calc(100% - 22px) 100%, 0 100%);
        bottom: -40px;
        left: auto;
        right: 10px;
        z-index: +1; } }
  body.top .background .image {
    position: relative;
    aspect-ratio: 1366/368;
    overflow: hidden; }
    @media only screen and (max-width: 1366px) {
      body.top .background .image {
        aspect-ratio: auto;
        height: 380px; } }
    @media only screen and (max-width: 767px) {
      body.top .background .image {
        height: 140px;
        z-index: +1; } }
  body.top .background img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media only screen and (max-width: 1366px) {
      body.top .background img {
        height: 768px; } }
    @media only screen and (max-width: 767px) {
      body.top .background img {
        height: 282px; } }

body.top .whole {
  position: relative;
  overflow: hidden; }
  body.top .whole:before {
    content: "";
    width: 1481px;
    height: 100%;
    display: block;
    background: #fafafa;
    mix-blend-mode: multiply;
    clip-path: polygon(0 0, calc(100% - 702px) 0, 100% 100%, 702px 100%);
    position: absolute;
    top: 0;
    left: 1.24450952vw;
    z-index: +2; }
    @media only screen and (max-width: 767px) {
      body.top .whole:before {
        width: 1212px;
        clip-path: polygon(0 0, calc(100% - 885px) 0, 100% 100%, 885px 100%);
        left: -340px; } }
  body.top .whole .after {
    content: "";
    width: 378px;
    height: 331px;
    display: block;
    background: #E6E6E6;
    position: absolute;
    top: -166px;
    right: -189px;
    clip-path: polygon(120px 0, 100% 0, calc(100% - 120px) 100%, 0 100%);
    z-index: +2;
    opacity: 0.5; }

body.top .products {
  position: relative; }
  body.top .products .c-head {
    margin-left: 74px;
    position: relative;
    z-index: +2; }
    @media only screen and (max-width: 767px) {
      body.top .products .c-head {
        margin-left: 0; } }
  body.top .products__cont {
    padding: 100px 0 116px;
    background: linear-gradient(to bottom, rgba(155, 155, 155, 0.2), white); }
    @media only screen and (max-width: 767px) {
      body.top .products__cont {
        padding: 80px 0 60px; } }
    body.top .products__cont .inner {
      max-width: 1326px; }
  body.top .products__box {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: +2; }
    @media only screen and (max-width: 767px) {
      body.top .products__box {
        margin-top: 76px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 10px; } }
  body.top .products__slider {
    width: 32.58426966%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      body.top .products__slider {
        width: 100%; } }
    body.top .products__slider .swiper-button-prev, body.top .products__slider .swiper-button-next {
      width: 16px;
      height: 19px;
      padding: 0;
      background: #000;
      z-index: +2; }
      @media only screen and (max-width: 767px) {
        body.top .products__slider .swiper-button-prev, body.top .products__slider .swiper-button-next {
          width: 12px;
          height: 14px; } }
      body.top .products__slider .swiper-button-prev:after, body.top .products__slider .swiper-button-next:after {
        content: none; }
    body.top .products__slider .swiper-button-prev {
      clip-path: polygon(0 50%, 100% 0, 100% 100%);
      left: -10px;
      top: auto;
      bottom: 110px; }
      @media only screen and (max-width: 767px) {
        body.top .products__slider .swiper-button-prev {
          left: 0;
          bottom: 85px; } }
    body.top .products__slider .swiper-button-next {
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      right: -10px;
      top: auto;
      bottom: 110px; }
      @media only screen and (max-width: 767px) {
        body.top .products__slider .swiper-button-next {
          right: 0;
          bottom: 85px; } }
    body.top .products__slider .swiper-pagination {
      position: static;
      margin-top: 78px;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        body.top .products__slider .swiper-pagination {
          margin-top: 60px; } }
      body.top .products__slider .swiper-pagination .swiper-pagination-bullet {
        width: 42px;
        height: 3px;
        border-radius: 0;
        background: #D5D5D5;
        display: inline-block;
        margin: 0 2px;
        opacity: 1;
        position: relative; }
        @media only screen and (max-width: 767px) {
          body.top .products__slider .swiper-pagination .swiper-pagination-bullet {
            width: 33px;
            height: 2px;
            margin: 0 1.5px;
            background: #9F9F9F; } }
        body.top .products__slider .swiper-pagination .swiper-pagination-bullet:after {
          content: "";
          width: 0%;
          height: 100%;
          display: block;
          background: #DC000C;
          position: absolute;
          top: 0;
          left: 0;
          transition: width 5s linear; }
      body.top .products__slider .swiper-pagination .swiper-pagination-bullet-active:after {
        width: 100%;
        transition: width 5s linear; }
    body.top .products__slider .swiper-slide {
      position: relative; }
      body.top .products__slider .swiper-slide.swiper-slide-active .image img {
        transform: translate(0, 0);
        opacity: 1; }
      body.top .products__slider .swiper-slide.swiper-slide-active .text {
        transform: translate(0, 0);
        opacity: 1; }
      body.top .products__slider .swiper-slide.swiper-slide-duplicate-active .image img {
        transform: translate(0, 0);
        opacity: 1; }
      body.top .products__slider .swiper-slide.swiper-slide-duplicate-active .text {
        transform: translate(0, 0);
        opacity: 1; }
      body.top .products__slider .swiper-slide:hover .image img {
        transform: scale(1.05) translate(0, 0); }
      body.top .products__slider .swiper-slide:hover .text strong {
        color: #DC000C; }
      body.top .products__slider .swiper-slide .number {
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 1.2;
        font-weight: 700;
        font-family: "TT Norms", sans-serif;
        position: absolute;
        top: 12px;
        left: 0px; }
        @media only screen and (max-width: 767px) {
          body.top .products__slider .swiper-slide .number {
            font-size: 35px;
            font-size: 3.5rem;
            line-height: 1.2;
            top: 10px; } }
      body.top .products__slider .swiper-slide .image {
        width: 85.22167488%;
        aspect-ratio: 346/329;
        border: 2px solid #fff;
        padding: 40px;
        margin: 0 auto; }
        body.top .products__slider .swiper-slide .image img {
          transform: translate(20px, 0);
          transition: transform .5s, opacity .5s;
          opacity: 0; }
      body.top .products__slider .swiper-slide .text {
        text-align: center;
        margin-top: 37px;
        transform: translate(20px, 0);
        transition: transform .5s, opacity .5s;
        opacity: 0; }
        @media only screen and (max-width: 767px) {
          body.top .products__slider .swiper-slide .text {
            margin-top: 25px;
            padding: 0 0px; } }
        body.top .products__slider .swiper-slide .text strong {
          display: block;
          font-size: 40px;
          font-size: 4rem;
          line-height: 1.2;
          font-weight: 700;
          font-family: "TT Norms", sans-serif;
          transition: color .3s; }
          @media only screen and (max-width: 767px) {
            body.top .products__slider .swiper-slide .text strong {
              font-size: 30px;
              font-size: 3rem;
              line-height: 1.17647059;
              white-space: nowrap; } }
        body.top .products__slider .swiper-slide .text small {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.1875;
          margin-top: 14px; }
          @media only screen and (max-width: 767px) {
            body.top .products__slider .swiper-slide .text small {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.16666667;
              margin-top: 11px; } }
  body.top .products__thumbnail {
    width: 30.97913323%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px; }
    @media only screen and (max-width: 767px) {
      body.top .products__thumbnail {
        order: 2;
        width: 54%;
        margin: 0 -4.5%;
        margin-top: 80px; } }
    body.top .products__thumbnail__item {
      width: 58.03108808%;
      margin-bottom: 1.5%;
      position: relative;
      clip-path: polygon(31.69643% 0, 100% 0, calc(100% - 31.69642857%) 100%, 0 100%);
      cursor: pointer; }
      body.top .products__thumbnail__item.none {
        pointer-events: none; }
      body.top .products__thumbnail__item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='31.7,0 100,0 68.3,100 0,100' fill='none' stroke='%23767676' stroke-width='2'/%3E%3C/svg%3E");
        background-size: 100% 100%;
        pointer-events: none;
        z-index: 1;
        transition: opacity .3s;
        opacity: 0; }
        @media only screen and (max-width: 767px) {
          body.top .products__thumbnail__item::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='31.7,0 100,0 68.3,100 0,100' fill='none' stroke='%23000000' stroke-width='6'/%3E%3C/svg%3E"); } }
      body.top .products__thumbnail__item.active img {
        opacity: 0.4; }
        @media only screen and (max-width: 767px) {
          body.top .products__thumbnail__item.active img {
            opacity: 0.6; } }
      body.top .products__thumbnail__item.active:before {
        opacity: 1; }
      body.top .products__thumbnail__item:hover img {
        opacity: 0.4; }
      body.top .products__thumbnail__item:hover:before {
        opacity: 1; }
      body.top .products__thumbnail__item:nth-of-type(2n) {
        margin-left: -16.5%; }
      body.top .products__thumbnail__item img {
        transition: opacity .3s;
        position: relative; }
  body.top .products .c-view-all {
    margin-top: 78px;
    position: relative;
    z-index: +2; }
    @media only screen and (max-width: 767px) {
      body.top .products .c-view-all {
        margin-top: 56px; } }

body.top .news {
  padding: 115px 0 100px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    body.top .news {
      padding: 60px 0 80px; } }
  body.top .news .inner {
    max-width: 1326px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.top .news .inner {
        display: block; } }
  body.top .news .left {
    width: 386px;
    position: relative;
    z-index: +2; }
    @media only screen and (max-width: 767px) {
      body.top .news .left {
        width: 100%;
        margin-bottom: 53px; } }
    body.top .news .left .c-head {
      margin-left: 74px; }
      @media only screen and (max-width: 767px) {
        body.top .news .left .c-head {
          margin-left: 0; } }
  body.top .news .right {
    width: calc(100% - 386px);
    padding: 58px 74px 46px 64px;
    border: 1px solid #E6E6E6;
    background: #fff;
    position: relative;
    z-index: +2; }
    @media only screen and (max-width: 767px) {
      body.top .news .right {
        width: 100%;
        padding: 40px 10px 60px; } }
    body.top .news .right .c-cate-list {
      justify-content: flex-start; }
      body.top .news .right .c-cate-list li:first-child {
        margin-left: 0; }
    body.top .news .right .c-news-list li a {
      padding-left: 20px; }
      @media only screen and (max-width: 767px) {
        body.top .news .right .c-news-list li a {
          padding-left: 10px;
          padding-right: 30px; } }
      body.top .news .right .c-news-list li a .text {
        padding-top: 0;
        width: 100%; }
    body.top .news .right .c-view-all {
      margin-top: 50px;
      margin-left: auto;
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        body.top .news .right .c-view-all {
          margin-right: 10px; } }
