@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* reCAPTCHAバッジ（ロゴマーク）を消す
--------------------------- */
.grecaptcha-badge { visibility: hidden; }

/* base
--------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFF;
  overflow-x: hidden;
  overflow-wrap: break-word;
  text-align: justify;
}

/*---------------------------
 l-header
--------------------------- */
.l-header {
  background-color: #E95B3C;
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 7.7rem;
}

.top .l-header {
  top: 5rem;
}
.top .l-header.is-scroll {
  top: 0;
}

.l-header__flex {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7.7rem;
}

.l-header__left-logo {
  margin-top: 1.6rem;
  width: 29.3rem;
  height: 3.1rem;
  display: inline-block;
}
.l-header__left-logo:hover {
  opacity: 0.6;
}
.l-header__left-logo .l-header__left-logo-link {
  display: block;
  margin-top: -0.8rem;
}

.l-header__right {
  margin-top: 1.2rem;
  margin-left: auto;
}

/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  position: relative;
}
.l-footer .l-footer__inner {
  padding-top: 13rem;
  padding-bottom: 4rem;
  width: 100%;
  background: #000;
  color: #fff;
}
.l-footer .l-footer__nav {
  margin: 0 auto;
}
.l-footer .l-footer__address {
  margin-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-footer .l-footer__address-logo:hover {
  opacity: 0.6;
  cursor: pointer;
}
.l-footer .l-footer__address-item {
  line-height: 1.32;
  font-weight: 500;
}
.l-footer .l-footer__bottom {
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-footer .l-footer__bottom .l-footer__bottom-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-footer .l-footer__bottom .l-footer__bottom-link ul li {
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.l-footer .l-footer__bottom .l-footer__bottom-link ul li:hover {
  opacity: 0.6;
  cursor: pointer;
}
.l-footer .l-footer__bottom .l-footer__copyright {
  margin-left: auto;
  font-size: 1.2rem;
}

/* l-page
sidebar.php
page.php
--------------------------- */
/*固定ページ*/
.l-page p a {
  color: #E95B3C;
}
.l-page p a:hover {
  opacity: 0.6;
}

/*投稿ページ*/
.l-single {
  padding-top: 6rem;
  background: #E3E2E2;
}
.l-single .l-single__time {
  margin-top: 2rem;
  margin-left: 2rem;
  display: block;
  font-size: 1.6rem;
}
.l-single .l-single__content {
  padding: 6.5rem 2rem;
  background: #fff;
  word-break: break-all;
}

/*投稿ページ　アーカイブ*/
.l-home,
.l-archive {
  margin: 9rem auto 0rem;
  max-width: 80rem;
  width: 100%;
}

/*製品ページ　テンプレート*/
.l-page-product__mv {
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/product-mv-bg.jpg");
  background-size: cover;
}
.l-page-product__mv .l-page-product__mv-title-box {
  margin-top: 0.6rem;
  width: 20vw;
  line-height: 20vw;
  background: url("../img/product-mv-title-bg.jpg");
  background-size: cover;
  border-top: 2.8rem solid #E95B3C;
}
.l-page-product__mv .l-page-product__mv-title {
  padding: 4rem 0;
  font-size: 3.7rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.l-page-product__mv .l-page-product__mv-title span {
  display: inline-block;
  width: 1px;
  height: 20rem;
  background: #000;
}
.l-page-product__mv .l-page-product__mv-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-page-product__mv .l-page-product__mv-box {
  margin-top: 16rem;
  margin-left: -4vw;
  padding: 5rem 2rem;
  width: 37vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  border: 1px solid #E95B3C;
}
.l-page-product__mv .l-page-product__mv-box h2 {
  font-size: 2.7rem;
  color: #E95B3C;
}
.l-page-product__mv .l-page-product__mv-box p {
  margin-top: 3rem;
  font-size: 1.8rem;
}
.l-page-product__mv .l-page-product__mv-img {
  margin-top: 7.3rem;
  margin-left: 3.5rem;
  margin-bottom: 10rem;
  width: 37vw;
  max-width: 54rem;
}

/*固定ページ　フォームテンプレート*/
.l-page__form {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #efefef;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.l-page__form .l-page__form-check {
  padding: 0 2rem;
  font-size: 1.6rem;
}

.c-inner {
  width: 110rem;
  max-width: 100%;
  margin: 0 auto 0rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.c-inner.c-inner--1300 {
  width: 130rem;
  margin: 0 auto;
}
.c-inner.c-inner--1100 {
  width: 110rem;
  margin: 0 auto;
}
.c-inner .c-inner--1000 {
  max-width: 100rem;
  margin: 0 auto;
}
.c-inner .c-inner--900 {
  max-width: 90rem;
  margin: 0 auto;
}
.c-inner .c-inner--850 {
  max-width: 85rem;
  margin: 0 auto;
}
.c-inner .c-inner--800 {
  max-width: 80rem;
  margin: 0 auto;
}
.c-inner .c-inner--750 {
  max-width: 75rem;
  margin: 0 auto;
}
.c-inner .c-inner--700 {
  max-width: 70rem;
  margin: 0 auto;
}
.c-inner .c-inner--650 {
  max-width: 65rem;
  margin: 0 auto;
}
.c-inner .c-inner--600 {
  max-width: 60rem;
  margin: 0 auto;
}
.c-inner .c-inner--500 {
  max-width: 50rem;
  margin: 0 auto;
}
.c-inner .c-inner--400 {
  max-width: 40rem;
  margin: 0 auto;
}

/* ヘッダー　お問い合わせ */
.c-btn-header a {
  padding: 0rem 1.5rem;
  display: inline-block;
  background: #fff;
  color: #E95B3C;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-btn-header a:hover {
  opacity: 0.6;
}

/* トップページ　赤いボタン*/
.c-btn-orange a {
  padding: 1rem 1.9rem;
  display: block;
  width: 28rem;
  height: 5rem;
  background: #E95B3C;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.c-btn-orange a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 9px solid #FFF;
  border-right: 0;
  background: transparent;
}
.c-btn-orange a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.c-btn-orange.c-btn-orange--small a {
  padding: 0.7rem 1.9rem;
  width: 14.7rem;
  height: 3.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}
.c-btn-orange.c-btn-orange--small a::before {
  left: 90%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #FFF;
}

.c-btn-skeleton a {
  padding: 1rem 1.9rem;
  display: block;
  width: 28rem;
  height: 5rem;
  background: transparent;
  border: 1px solid #FFF;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.c-btn-skeleton a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #FFF;
  border-right: 0;
  background: transparent;
}
.c-btn-skeleton a:hover {
  background: #FFF;
  color: #000;
}
.c-btn-skeleton a:hover::before {
  border-left: 6px solid #000;
}
.c-btn-skeleton.c-btn-skeleton--small a {
  padding: 1rem;
  width: 15.5rem;
  height: 5rem;
}
.c-btn-skeleton.c-btn-skeleton--small a::before {
  left: 85%;
}

/* トップページ　黒いボタン*/
.c-btn-black a {
  padding: 1rem 3rem;
  display: block;
  width: 24.5rem;
  height: 4.9rem;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  text-align: right;
  position: relative;
}
.c-btn-black a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 7rem;
  height: 0.1rem;
  background: #fff;
}
.c-btn-black a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

/* カテゴリーボタン*/
.c-btn-category {
  display: inline-block;
}
.c-btn-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.c-btn-category a {
  padding: 0.2rem 0.5rem;
  width: 9rem;
  background: #FFF;
  color: #000;
  font-size: 1.1rem;
  text-align: center;
  display: inline-block;
}
.c-btn-category a:hover {
  color: #fff;
  background: #E95B3C;
}

/* ボタン　フォーム用　*/
.c-ttl-orange {
  color: #E95B3C;
  font-weight: 700;
  position: relative;
}
.c-ttl-orange.c-ttl-orange--20 {
  font-size: 2.0rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-ttl-orange.c-ttl-orange--22 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-ttl-orange.c-ttl-orange--24 {
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-ttl-orange.c-ttl-orange--26 {
  font-size: 2.6rem;
  line-height: 1.5;
}
.c-ttl-orange.c-ttl-orange--28 {
  font-size: 2.8rem;
  line-height: 1.5;
}
.c-ttl-orange.c-ttl-orange--29 {
  font-size: 2.9rem;
  line-height: 1.5;
}
.c-ttl-orange.c-ttl-orange--33 {
  font-size: 3.3rem;
  line-height: 1.5;
}
.c-ttl-orange.c-ttl-orange--37 {
  font-size: 3.7rem;
}
.c-ttl-orange.c-ttl-orange--39 {
  font-size: 3.9rem;
}
.c-ttl-orange.c-ttl-orange--50 {
  font-size: 5rem;
}

/*トップページのタイトル*/
.c-ttl-bordering {
  color: #000;
  font-size: 7.3rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}
.c-ttl-bordering.c-ttl-bordering--2row {
  font-size: 5.3rem;
}

.c-ttl-white {
  color: #fff;
  font-weight: bold;
}
.c-ttl-white.c-ttl-white--37 {
  font-size: 3.7rem;
}
.c-ttl-white.c-ttl-white--40 {
  font-size: 4rem;
}
.c-ttl-white.c-ttl-white--2row {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
}

.c-ttl-line2color {
  padding-bottom: 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.c-ttl-line2color::before, .c-ttl-line2color::after {
  content: "";
  position: absolute;
  width: 3.8rem;
  height: 7px;
  bottom: 0;
  left: 50%;
}
.c-ttl-line2color::before {
  background-color: #E95B3C;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.c-ttl-line2color::after {
  background-color: #fff;
}
.c-ttl-line2color.c-ttl-line2color--fz20 {
  font-size: 2rem;
  letter-spacing: 0.15rem;
}
.c-ttl-line2color.c-ttl-line2color--orange {
  color: #E95B3C;
}
.c-ttl-line2color.c-ttl-line2color--orange::after {
  background: #000;
}

/*サムネイル デフォルト*/
.c-ttl-thumbnail {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
}
.c-ttl-thumbnail.c-ttl-thumbnail--black {
  font-size: 2.9rem;
  color: #000;
  line-height: 1.8;
}
.c-ttl-thumbnail.c-ttl-thumbnail--blackShadow {
  color: #000;
  font-size: 2.9rem;
  line-height: 1.8;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 3px 0 0 #FFF, -3px 0 0 #FFF, 0 3px 0 #FFF, 0 -3px 0 #FFF;
}

.c-ttl-thumbnail-en {
  color: #E95B3C;
  font-size: 4.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: -2rem;
}

.c-ttl-thumbnail-lineup {
  padding: 0.4rem 3rem 0.5rem;
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  background: #E95B3C;
}

.c-thumbnail__interview-title {
  text-align: center;
  margin-bottom: 1rem;
}
.c-thumbnail__interview-title .c-thumbnail__interview-title-orange {
  padding: 0 3.5rem;
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.c-thumbnail__interview-title .c-thumbnail__interview-title-orange::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4.4rem;
  background: #E95B3C;
  -webkit-transform: translate(-50%, -50%) skew(-20deg);
          transform: translate(-50%, -50%) skew(-20deg);
  top: 50%;
  left: 50%;
  z-index: -1;
}
.c-thumbnail__interview-title .c-thumbnail__interview-title-white {
  padding: 0 3.5rem;
  vertical-align: middle;
  color: #4a4949;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
  position: relative;
}
.c-thumbnail__interview-title .c-thumbnail__interview-title-white::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4.4rem;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) skew(-20deg);
          transform: translate(-50%, -50%) skew(-20deg);
  top: 50%;
  left: 50%;
  z-index: -1;
}

/*子ページタイトル*/
.c-ttl-interview {
  position: relative;
}
.c-ttl-interview figure {
  position: relative;
}
.c-ttl-interview figure::before {
  content: "";
  position: absolute;
  width: calc(50vw + 12rem);
  height: 100%;
  background: #868686;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}
.c-ttl-interview .c-ttl-interview__content {
  position: absolute;
  top: 50%;
  left: calc(50vw - 50rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 66rem;
  color: #fff;
}
.c-ttl-interview .c-ttl-interview__content h2 {
  color: #E95B3C;
  font-weight: bold;
  font-size: 2.1rem;
}
.c-ttl-interview .c-ttl-interview__content h2 span {
  font-size: 9.6rem;
}

.c-ttl-children {
  margin-left: calc(50% - 50vw);
  padding: 6.9rem 0;
  padding-left: calc(50vw - 54rem);
  width: 55vw;
  background: #000;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.25em;
  position: relative;
}
.c-ttl-children::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50vw - 10rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16.6rem;
  height: 1px;
  background: #fff;
}

/*製品ページのタイトル*/
/*投稿ページタイトル*/
/*求人ページ　下線の入ったタイトル*/
/*求人ページ　リンクタイトル*/
/*fフォーム等で使われているタイトル*/
/*アバウトページで、使用しているタイトル*/
/*アクセスページ　下線の入ったタイトル*/
.c-drawer__icon {
  position: fixed;
  top: 0.8rem;
  right: 1.5rem;
  z-index: 41;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  display: block;
}

.top .c-drawer__icon {
  top: 4.8rem;
}

.top .l-header.is-scroll .c-drawer__icon {
  top: 0.8rem;
}

.c-drawer__bars {
  margin-bottom: 1rem;
  margin-left: 1rem;
  display: inline-block;
  width: 3.4rem;
  height: 2rem;
  position: relative;
  vertical-align: middle;
}

.c-drawer__bar {
  position: absolute;
  left: 0rem;
  display: block;
  background: #FFF;
  width: 100%;
  height: 0.2rem;
  border-radius: 2px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.c-drawer__bar:nth-of-type(1) {
  top: 0;
}
.c-drawer__bar:nth-of-type(2) {
  top: 0.9rem;
}
.c-drawer__bar:nth-of-type(3) {
  top: 1.8rem;
}
.is-checked .c-drawer__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-checked .c-drawer__bar:nth-of-type(2) {
  background: transparent;
}
.is-checked .c-drawer__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-drawer__content {
  margin: 0;
  position: fixed;
  top: 4rem;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s 0s ease;
  transition: -webkit-transform 0.5s 0s ease;
  transition: transform 0.5s 0s ease;
  transition: transform 0.5s 0s ease, -webkit-transform 0.5s 0s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 40;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #f1f1f1;
}
.c-drawer__content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top .c-drawer__content {
  top: 9rem;
}
.top .c-drawer__content.is-scroll {
  top: 4rem;
}

.c-drawer__content .c-drawer__menus ul {
  margin-top: 0rem;
  list-style: none;
}
.c-drawer__content .c-drawer__menus ul > li {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #E95B3C;
  position: relative;
}
.c-drawer__content .c-drawer__menus ul > li > a {
  color: #E95B3C;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
}
.c-drawer__content .menu-item-has-children::before, .c-drawer__content .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-left: 1px solid #E95B3C;
  width: 5.5rem;
  height: 3.7rem;
  background: #E95B3C;
}
.c-drawer__content .menu-item-has-children::before {
  width: 15px;
  height: 1px;
}
.c-drawer__content .menu-item-has-children::after {
  width: 1px;
  height: 15px;
}
.c-drawer__content .menu-item-has-children.is-checked::after {
  display: none;
}
.c-drawer__content .menu-item-has-children > .sub-menu {
  margin-top: 1.3rem;
  padding-top: 0rem;
  background-color: #fff;
  position: absolute;
  left: 0rem;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 1;
}
.c-drawer__content .menu-item-has-children > .sub-menu.is-checked {
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.c-drawer__content .menu-item-has-children > .sub-menu li a {
  padding-left: 2rem;
  font-size: 1.4rem;
}

.c-form__table.wp-block-snow-monkey-forms-item.smf-item {
  border: 1px solid #878585;
}
.c-form__table.smf-form--business .smf-item__col--label {
  margin-top: 1rem;
  background: #fff;
  border-right: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26rem;
      -ms-flex: 0 0 26rem;
          flex: 0 0 26rem;
  max-width: 26rem;
}
.c-form__table.smf-form--business .smf-item__col--label .smf-item__description {
  margin-right: 1rem;
  padding: 0 1rem;
  background: #E95B3C;
  color: #FFF;
  font-size: 1.5rem;
  height: 2.5rem;
}
.c-form__table.smf-form--business .smf-item {
  padding: 1rem 3rem;
}
.c-form__table.smf-form--business .smf-radio-buttons-control__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-form__table.smf-form--business .smf-radio-buttons-control__control .smf-radio-button-control {
  margin-right: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__table .smf-item .smf-item__controls textarea,
.c-form__table .smf-item .smf-item__controls select,
.c-form__table .smf-item .smf-item__controls input[type=text],
.c-form__table .smf-item .smf-item__controls input[type=tel],
.c-form__table .smf-item .smf-item__controls input[type=email] {
  padding: 1.5rem 1rem;
  border: 1px solid #636262;
  border-radius: 0;
  background: #f4f4f4;
  mix-blend-mode: multiply;
  width: 100%;
}
.c-form__table .smf-item .smf-item__controls textarea.c-form__w500,
.c-form__table .smf-item .smf-item__controls select.c-form__w500,
.c-form__table .smf-item .smf-item__controls input[type=text].c-form__w500,
.c-form__table .smf-item .smf-item__controls input[type=tel].c-form__w500,
.c-form__table .smf-item .smf-item__controls input[type=email].c-form__w500 {
  max-width: 50rem;
}
.c-form__table .smf-item .smf-item__controls textarea.c-form__w760,
.c-form__table .smf-item .smf-item__controls select.c-form__w760,
.c-form__table .smf-item .smf-item__controls input[type=text].c-form__w760,
.c-form__table .smf-item .smf-item__controls input[type=tel].c-form__w760,
.c-form__table .smf-item .smf-item__controls input[type=email].c-form__w760 {
  max-width: 76rem;
}
.c-form__table .smf-item .smf-item__controls textarea {
  overflow-wrap: break-word;
}
.c-form__table .smf-item .smf-item__controls select {
  width: 26.8rem;
}

.smf-form--business + .smf-action {
  margin-top: 3.5rem;
  padding: 5rem 2rem;
  background: #E8E8E8;
}
.smf-form--business + .smf-action .smf-button-control__control {
  padding: 0.8rem 8rem;
  display: inline-block;
  background: #E95B3C;
  border: 1px solid #E95B3C;
  border-radius: none;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  vertical-align: middle;
  text-align: center;
}
.smf-form--business + .smf-action .smf-button-control__control:hover {
  opacity: 0.6;
}

.c-form__link {
  color: #2125aa;
}
.c-form__link:hover {
  opacity: 0.6;
}

.c-form__required .smf-item__label {
  font-size: 1.6rem;
}
.c-form__required .smf-item__label::before {
  margin-right: 1rem;
  content: "必須";
  padding: 0.4rem 0.8rem 0.6rem;
  display: inline-block;
  border-radius: 4px;
  background: #E95B3C;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  vertical-align: text-bottom;
}

.confirm .c-form__select {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.confirm .c-form__select::after {
  display: none;
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.c-text-25 {
  font-size: 2.5rem;
}

.c-text-22 {
  font-size: 2.2rem;
}

.c-text-20 {
  font-size: 2rem;
}

.c-text-19 {
  font-size: 1.9rem;
}

.c-text-18 {
  font-size: 1.8rem;
}

.c-nav-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.c-nav-header ul > li {
  margin-left: 0.7rem;
  padding-left: 0.7rem;
  border-left: 1px solid #FFF;
}
.c-nav-header li > a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
}
.c-nav-header li > a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  opacity: 0;
}
.c-nav-header li > a:hover {
  opacity: 0.6;
}
.c-nav-header li > a:hover::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.c-nav-header .sub-menu {
  margin-left: -0.8rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  background-color: #E95B3C;
  position: absolute;
  height: auto;
  top: 7rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: visibility 0.4s, -webkit-transform 0.4s;
  transition: visibility 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, visibility 0.4s;
  transition: transform 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 1;
}
.c-nav-header .sub-menu:hover {
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.c-nav-header .sub-menu li {
  border: none;
  width: 100%;
}
.c-nav-header .sub-menu li a {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.c-nav-header a:hover ~ .sub-menu {
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.c-nav-header a:hover ~ .sub-menu-cover {
  visibility: visible;
}
.c-nav-header .sub-menu:hover ~ .sub-menu-cover {
  visibility: visible;
}

.c-nav-footer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8rem;
}
.c-nav-footer .menu > li {
  padding-left: 2rem;
  line-height: 2.4;
  position: relative;
}
.c-nav-footer .menu > li::before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 1.8rem;
  font-weight: 900;
  color: #E95B3C;
  left: 0;
}
.c-nav-footer .menu > li > a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #E95B3C;
}
.c-nav-footer li > a:hover {
  opacity: 0.6;
}
.c-nav-footer .sub-menu {
  margin-bottom: 2rem;
}
.c-nav-footer .sub-menu li {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}

/*　製品ページ　成分情報*/
.c-table-product {
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  max-width: 90rem;
}
.c-table-product table {
  width: 100%;
}
.c-table-product td {
  padding: 1rem 0.5rem;
  vertical-align: middle;
}

/*　２列テーブルの表*/
.c-table-2col {
  width: 100%;
}
.c-table-2col tr {
  border-bottom: 1px solid #000;
}
.c-table-2col tr:first-child {
  border-top: 1px solid #000;
}
.c-table-2col th {
  padding: 1.6rem 0rem 1.6rem 4rem;
  width: 18rem;
  color: #E95B3C;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
}
.c-table-2col td {
  padding: 1.6rem 0;
  vertical-align: middle;
}

/*ラインナップページ　一覧表示*/
.c-card-lineup {
  margin-bottom: 0;
  gap: 0;
}
.c-card-lineup .wp-block-column {
  width: 30rem;
  -webkit-box-flex: unset !important;
  -webkit-flex-grow: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
  -webkit-flex-basis: 35.5rem !important;
      -ms-flex-preferred-size: 35.5rem !important;
          flex-basis: 35.5rem !important;
  border: 1px solid #878585;
  padding: 3rem 3rem 0.5rem;
  position: relative;
}
.c-card-lineup .wp-block-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #E95B3C transparent transparent transparent;
  border-width: 12.8rem 14.3rem 0px 0px;
  z-index: -1;
}
.c-card-lineup .wp-block-column h2 {
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  color: #E95B3C;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.c-card-lineup .wp-block-column h2::before {
  content: "";
  position: absolute;
  width: 5.4rem;
  height: 4px;
  background: #E95B3C;
  bottom: 0;
}
.c-card-lineup .wp-block-column p {
  margin-bottom: 3rem;
  line-height: 1.8;
}

.c-card-lineup2 {
  margin-bottom: 0;
  gap: 0;
  border: 1px solid #878585;
}
.c-card-lineup2 .wp-block-column {
  width: 30rem;
  -webkit-box-flex: unset !important;
  -webkit-flex-grow: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
  -webkit-flex-basis: 35.5rem !important;
      -ms-flex-preferred-size: 35.5rem !important;
          flex-basis: 35.5rem !important;
 
  padding: 3rem 3rem 0.5rem;
  position: relative;
}
/*.c-card-lineup2 .wp-block-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #E95B3C transparent transparent transparent;
  border-width: 12.8rem 14.3rem 0px 0px;
  z-index: -1;
}*/
.c-card-lineup2 .wp-block-column h2 {
  text-align: center;
  margin-top: -5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  color: #E95B3C;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.c-card-lineup2 .wp-block-column h2::before {
  content: "";
  position: absolute;
  width: 5.4rem;
  height: 4px;
  background: #E95B3C;
  bottom: 0;
}
.c-card-lineup2 .wp-block-column p {
  margin-bottom: 3rem;
  line-height: 1.8;
}

.c-card-lineup3 {
  margin-top: -2rem;
  margin-bottom: 2rem;
  padding: 0 25rem;
}

.c-card-lineup3 h2 {
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  color: #E95B3C;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.c-card-lineup3 h2::before {
  content: "";
  position: absolute;
  width: 5.4rem;
  height: 4px;
  background: #E95B3C;
  bottom: 0;
}
.c-card-lineup3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #E95B3C transparent transparent transparent;
  border-width: 12.8rem 14.3rem 0px 0px;
  z-index: -1;
}

.c-card-lineup4 {
  margin-top: -2rem;
  margin-bottom: 2rem;
  padding: 0 25rem;
}

.c-card-lineup4 h2 {
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  color: #E95B3C;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.c-card-lineup4 h2::before {
  content: "";
  position: absolute;
  width: 5.4rem;
  height: 4px;
  background: #E95B3C;
  bottom: 0;
}
.c-card-lineup4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #E95B3C transparent transparent transparent;
  border-width: 12.8rem 14.3rem 0px 0px;
  z-index: -1;
}

.c-card-lineup5 {
  margin-bottom: 0;
  gap: 0;
  border: 1px solid #878585;
}
.c-card-lineup5 .wp-block-column {
  width: 30rem;
  -webkit-box-flex: unset !important;
  -webkit-flex-grow: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
  -webkit-flex-basis: 35.5rem !important;
      -ms-flex-preferred-size: 35.5rem !important;
          flex-basis: 35.5rem !important;
 
  padding: 3rem 3rem 0.5rem;
  position: relative;
}
/*.c-card-lineup5 .wp-block-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #E95B3C transparent transparent transparent;
  border-width: 12.8rem 14.3rem 0px 0px;
  z-index: -1;
}*/
.c-card-lineup5 .wp-block-column h2 {
  text-align: center;
  margin-top: -5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  color: #E95B3C;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.c-card-lineup5 .wp-block-column h2::before {
  content: "";
  position: absolute;
  width: 5.4rem;
  height: 4px;
  background: #E95B3C;
  bottom: 0;
}
.c-card-lineup5 .wp-block-column p {
  margin-bottom: 3rem;
  line-height: 1.8;
}



/*トップページ　お知らせ一覧*/
.c-card-top-news .c-card-top-news__item {
  padding: 1.5rem 0;
  font-weight: 500;
}
.c-card-top-news .c-card-top-news__item-warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-card-top-news .c-card-top-news__item-category {
  margin-left: 2rem;
  display: inline-block;
}
.c-card-top-news .c-card-top-news__item-link {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50rem;
}
.c-card-top-news .c-card-top-news__item-link:hover {
  color: #E95B3C;
}
.c-card-top-news .c-card-top-news__item-title {
  margin-left: 1rem;
  border-bottom: 1px solid #FFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/*トップページ　トピックス*/
.c-card-top-topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.c-card-top-topics .c-card-top-topics__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33rem;
}
.c-card-top-topics .c-card-top-topics__item:hover {
  opacity: 0.6;
}
.c-card-top-topics .c-card-top-topics__item-thumbnail img {
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-top-topics .c-card-top-topics__item-title {
  padding: 1rem 4rem 1rem 2rem;
  max-width: 48rem;
  height: 13rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #FFF;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.c-card-top-topics .c-card-top-topics__item-title::before {
  content: "";
  position: absolute;
  width: 2.7rem;
  height: 2.6rem;
  background: url("../img/arrow-square.png");
  background-size: cover;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

/*トップ　製品一覧*/
.c-card-strength__item,
.c-card-product__item {
  position: relative;
}
.c-card-strength__item .c-card-strength__title,
.c-card-strength__item .c-card-product__title,
.c-card-product__item .c-card-strength__title,
.c-card-product__item .c-card-product__title {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 22rem;
  height: 4.4rem;
  background: #E95B3C;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 4.4rem;
}
.c-card-strength__item::before,
.c-card-product__item::before {
  content: "";
  position: absolute;
  width: 7.4rem;
  height: 7.4rem;
  background: url("../img/arrow-card.png");
  background-size: cover;
  top: 50%;
  left: 87%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-card-strength__item:hover,
.c-card-product__item:hover {
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
}
.c-card-strength__item:hover::before,
.c-card-product__item:hover::before {
  background: url("../img/arrow-card_hover.png");
  background-size: cover;
}

/*トップ　リクルート*/
.c-card-recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-card-recruit .c-card-recruit__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.c-card-recruit .c-card-recruit__link:hover {
  opacity: 0.6;
}
.c-card-recruit .c-card-recruit2__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.c-card-recruit .c-card-recruit__img:hover {
  opacity: 0.6;
}
.c-card-recruit .c-card-recruit__img {
  width: 26rem;
}
.c-card-recruit .c-card-recruit__title-en {
  margin-top: -2rem;
}
.c-card-recruit .c-card-recruit__title-jp {
  margin-top: -1rem;
}
.c-card-recruit .c-card-recruit__title-jp {
  font-weight: 500;
}

/*アーカイブ　お知らせ一覧*/
.c-card-newsContent .c-card-newsContent__item {
  padding: 1.4rem 2rem 1.4rem 4rem;
  border-bottom: 1px solid #000;
}
.c-card-newsContent .c-card-newsContent__item:first-child {
  border-top: 1px solid #000;
}
.c-card-newsContent .c-card-newsContent__item-published {
  margin-right: 1.5rem;
  display: inline-block;
  color: #636262;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: middle;
}
.c-card-newsContent .c-card-newsContent__category {
  margin-right: 1.5rem;
  display: inline-block;
}
.c-card-newsContent .c-card-newsContent__category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.c-card-newsContent .c-card-newsContent__category a {
  display: inline-block;
  padding: 0rem 1rem;
  width: 9rem;
  background: #E95B3C;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.c-card-newsContent .c-card-newsContent__category a:hover {
  opacity: 0.6;
}
.c-card-newsContent .c-card-newsContent__item-link {
  display: inline-block;
  vertical-align: middle;
}
.c-card-newsContent .c-card-newsContent__item-title {
  font-size: 1.6rem;
  overflow: hidden;
  line-height: 1.5;
  text-decoration: underline;
}
.c-card-newsContent .c-card-newsContent__item-title:hover {
  opacity: 0.6;
}

/* To-top*/
.c-toTop {
  width: 6.8rem;
  height: 6.8rem;
  background: #E95B3C;
  border: 2px solid #fff;
  position: fixed;
  right: 3.6rem;
  bottom: 4rem;
  z-index: 100;
  opacity: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-toTop.is-scroll {
  opacity: 1;
}
.c-toTop a {
  display: block;
  width: 6.8rem;
  height: 6.8rem;
  text-decoration: none;
  position: relative;
}
.c-toTop a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 3rem;
  color: #fff;
}
.c-toTop:hover {
  opacity: 0.6;
  background: #E95B3C;
  color: #fff;
}

/*　固定ページサムネール　*/
.c-thumbnail {
  position: relative;
  min-height: 23.8rem;
  background: #E3E2E2;
}
.c-thumbnail.c-thumbnail--mini {
  height: 24.3rem;
}
.c-thumbnail .c-thumbnail__img {
  height: 33.7rem;
}
.c-thumbnail .c-thumbnail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-thumbnail .c-thumbnail__img.c-thumbnail__img--mini {
  height: 24.3rem;
}
.c-thumbnail .c-thumbnail__skew {
  position: absolute;
  top: 0%;
  left: -30rem;
  background: #878585;
  mix-blend-mode: multiply;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  width: calc(50vw + 8rem);
  min-width: 42rem;
  height: 33.7rem;
  overflow-x: hidden;
}
.c-thumbnail .c-thumbnail__skew.c-thumbnail__skew--right {
  left: 90%;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
  width: calc(50vw - 30rem);
}
.c-thumbnail .c-thumbnail__body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-thumbnail.c-thumbnail--lineup .c-thumbnail__skew {
  background: #d9d9d9;
}

/*　ページナビ　*/
.c-pagenavi .wp-pagenavi {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-pagenavi span,
.c-pagenavi a {
  /*数字部分の共通CSS　大きさなど*/
  margin: 0.7rem;
  padding: 1.2rem 1.6rem;
  display: inline-block;
  background: #FFF;
  border: 1px solid #E95B3C;
  color: #E95B3C;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagenavi span:hover,
.c-pagenavi a:hover {
  border: 1px solid #E95B3C;
  background: #E95B3C;
  color: #fff;
}
.c-pagenavi span.current {
  border-color: #E95B3C;
  border: 1px solid #E95B3C;
  background: #E95B3C;
  color: #fff;
}
.c-pagenavi .nextpostslink,
.c-pagenavi .previouspostslink {
  border: none;
  background: #fff;
  border: 1px solid #fff;
}
.c-pagenavi .nextpostslink i,
.c-pagenavi .previouspostslink i {
  font-size: 1.3rem;
}

.c-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.c-category .c-category__item {
  padding: 0.4rem 2rem;
  border: 1px solid #000;
  font-size: 1.4rem;
}
.c-category .c-category__item.c-category__item-current {
  background: #000;
  color: #fff;
}

/*　箇条書き　*/
.c-itemization li {
  margin-bottom: 1.6rem;
  padding-left: 1.2rem;
  text-indent: -0.8rem;
  line-height: 1.5;
}
.c-itemization li::before {
  content: "●";
  font-size: 1.2rem;
  margin-right: 0.3rem;
  display: inline-block;
}
.c-itemization.c-itemization--orange li::before {
  color: #E95B3C;
}

/*　インタビューページ　*/
.c-bg-interview {
  position: relative;
}
.c-bg-interview::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/interview-bg.png");
  background-size: contain;
  top: -15rem;
  left: 0;
  z-index: -1;
}
.c-bg-interview .wp-block-columns.is-layout-flex {
  gap: 10rem;
}
.c-bg-interview h3 {
  margin-bottom: 5rem;
  padding-left: 8rem;
  color: #E95B3C;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1, 5;
  position: relative;
}
.c-bg-interview h3::before {
  content: "Q";
  position: absolute;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #E95B3C;
  font-size: 4.4rem;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.4;
}
.c-bg-interview figure {
  text-align: center;
}
.c-bg-interview img {
  max-width: 36.5rem;
}

/* p-top
--------------------------- */
.p-top-mv .p-top-mv__inner {
  position: relative;
}
.p-top-mv .p-top-mv__img img {
  max-height: 88rem;
}
.p-top-mv .p-top-mv__cover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*トップページ　メッセージ*/
.p-top-message {
  padding-top: 5rem;
  padding-bottom: 4.6rem;
  background: #E95B3C;
}
.p-top-message .p-top-message__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-message .p-top-message__body {
  margin-top: 3rem;
  color: #fff;
}
.p-top-message .p-top-message__title {
  padding-bottom: 1.5rem;
}
.p-top-message .p-top-message__text {
  margin-top: 2.5rem;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-top-message .p-top-message__img {
  max-width: 41.2rem;
}

/*トップページ　黒の背景　強みと製品*/
.p-top-bg {
  padding-bottom: 8.2rem;
  background: #000;
  color: #fff;
}
.p-top-bg .p-top-strength {
  padding-top: 5rem;
}
.p-top-bg .p-top-product {
  /*margin-top: 15.5rem;*/
  padding-top: 8rem;
}
.p-top-bg .p-top-strength__inner,
.p-top-bg .p-top-product__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem;
}
.p-top-bg .p-top-strength__warp,
.p-top-bg .p-top-product__warp,
.p-top-bg .c-card-strength__item,
.p-top-bg .c-card-product__item {
  max-width: 52rem;
}

.p-top-product__warp2 {
  margin-right: 10rem;
  max-width: 52rem;
}

.p-top-product__warp3 {
    display: flex;
  justify-content: center;
  max-width: 52rem;
}



.p-top-bg .p-top-strength__text,
.p-top-bg .p-top-product__text {
  margin-top: 1.5rem;
  margin-right: 3rem;
  line-height: 1.6;
}

.p-top-product__text2 {
　display: flex;
  margin-top: 3rem;
  line-height: 1.6;
}

/*トップページ　リンク*/
.p-top-link {
  margin-top: 8.6rem;
  color: #fff;
}
.p-top-link .p-top-link__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-top-link .p-top-link__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33%;
  padding: 4rem 2rem 3rem;
  background: url("../img/top-link02.png");
  background-position: center, center;
  background-size: cover;
}
.p-top-link .p-top-link__item:first-child {
  padding-left: 5rem;
  background: url("../img/top-link01.png");
  background-position: center, center;
  background-size: cover;
}
.p-top-link .p-top-link__item:first-child .p-top-link__item-title-en {
  line-height: 9.6rem;
}
.p-top-link .p-top-link__item:last-child {
  padding-right: 5rem;
  background: url("../img/top-link03.png");
  background-position: center, center;
  background-size: cover;
}
.p-top-link .p-top-link__item-title-jp {
  margin-top: 1.5rem;
  font-size: 1.7rem;
}
.p-top-link .p-top-link__item-text {
  margin-top: 1rem;
  line-height: 1.8;
}
.p-top-link .p-top-link__item-link {
  margin-top: 4.5rem;
}
.p-top-link .p-top-link__item-link a {
  margin-left: auto;
}

/*トップページ　求人情報*/
.p-top-recruit {
  margin-top: 8.6rem;
  position: relative;
}
.p-top-recruit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45.5rem;
  background: #E95B3C;
  z-index: -1;
}
.p-top-recruit .p-top-recruit__title-flex {
  padding-top: 9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  color: #fff;
}
.p-top-recruit .p-top-recruit__title-jp {
  margin-top: -1.2rem;
  font-weight: 500;
}
.p-top-recruit .p-top-recruit__title-flex-right {
  margin-top: 2.2rem;
  max-width: 55rem;
}
.p-top-recruit .p-top-recruit__mv {
  margin-top: 4rem;
}
.p-top-recruit .p-top-recruit__content {
  margin-top: 6.5rem;
}
.p-top-recruit .p-top-recruit__link {
  margin-top: 6rem;
}
.p-top-recruit .p-top-recruit__link a {
  margin: 0 auto;
}

/*トップページ　新着情報*/
.p-top-news {
  margin-top: 10rem;
  padding-top: 8rem;
  padding-bottom: 8.5rem;
  background: #000;
  color: #FFF;
}
.p-top-news .p-top-news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5rem;
  width: 100%;
}
.p-top-news .p-top-news__title-jp {
  margin-top: -1rem;
}
.p-top-news .p-top-news__right {
  width: 100%;
}
.p-top-news .p-top-news__top-link {
  margin-top: 1rem;
  margin-right: 11rem;
  text-align: right;
}
.p-top-news .p-top-news__top-link:hover {
  color: #E95B3C;
}

/*トップページ　トピックス*/
.p-top-topics {
  padding-top: 6.5rem;
  padding-bottom: 17rem;
  background: #f2f2f2;
}
.p-top-topics .p-top-topics__title-jp {
  margin-top: -2.5rem;
  font-weight: 500;
}
.p-top-topics .p-top-topics__content {
  margin-top: 4rem;
}

/* p-company
--------------------------- */
/*会社概要　メッセージ*/
.p-company-message {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
  background: url("../img/company-message-bg.jpg");
  background-position: center, center;
  background-size: cover;
  position: relative;
}
.p-company-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #5fcefd transparent transparent transparent;
  border-width: 15rem 50vw 0px 50vw;
  mix-blend-mode: multiply;
}
.p-company-message .p-company-message__subtitle {
  margin-top: 9.5rem;
  text-align: center;
}
.p-company-message .p-company-message__text {
  margin-top: 5.5rem;
}
.p-company-message .p-company-message__signature {
  margin-top: 1rem;
  text-align: right;
}
.p-company-message .p-top-message__img {
  max-width: 41.2rem;
}

/*会社概要　経営理念とビジョン*/
.p-company-flex {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-company-flex .p-company-flex__left,
.p-company-flex .p-company-flex__right {
  width: 50vw;
  height: 25vw;
  padding-top: 11rem;
  padding-bottom: 12rem;
  background: url("../img/company-flex-left.jpg");
  background-position: center, center;
  background-size: cover;
}
.p-company-flex .p-company-flex__right {
  background: url("../img/company-flex-right.jpg");
  background-position: center, center;
  background-size: cover;
}
.p-company-flex .p-company-flex__right .p-company-flex__body {
  margin-right: auto;
  margin-left: 0;
}
.p-company-flex2__body {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.p-company-flex2__body2 {
  position: absolute;
  top: 47%;
  right: 20%;
  transform: translate(-50%, -50%);
}

.p-company-flex .p-company-flex__body {
  width: 55rem;
  margin-left: auto;
}
.p-company-flex .p-company-flex__text {
  margin-top: 2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

/*会社概要　会社概要*/
.p-company-profile {
  margin-top: 13.5rem;
}
.p-company-profile .p-company-profile__table {
  margin-top: 8rem;
}

/*会社概要　主要取引先*/
.p-company-partner {
  margin-top: 13rem;
}
.p-company-partner .p-company-partner__content {
  margin-top: 5.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5rem;
}
.p-company-partner .p-company-partner__itemization {
  width: 26rem;
}

/*会社概要　沿革*/
.p-company-history {
  margin-top: 15rem;
  padding-top: 13.8rem;
  padding-bottom: 4rem;
  background: #000;
}
.p-company-history .p-company-history__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
}
.p-company-history .p-company-history__bordering {
  padding-left: 5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-company-history .p-company-history__content {
  max-width: 62rem;
  width: 100%;
}
.p-company-history .p-company-history__title {
  margin-bottom: 9rem;
}
.p-company-history .p-company-history__date {
  color: #E95B3C;
  float: left;
}
.p-company-history .p-company-history__text {
  padding-left: 16rem;
  color: #fff;
  line-height: 1.5;
  height: 6.4rem;
}

/*会社概要　工場所在地*/
.p-company-location {
  margin-top: 11.5rem;
}
.p-company-location .p-company-location__title {
  margin-bottom: 6.5rem;
}
.p-company-location .p-company-location__flex {
  padding: 0 2.5rem 5rem 10.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.p-company-location .p-company-location__body-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #E95B3C;
}
.p-company-location .p-company-location__body-tel {
  margin-top: -0.5rem;
}
.p-company-location .p-company-location__body-img {
  margin-top: 1.5rem;
}

/* p-template-fixed
--------------------------- */
.p-template-fixed {
  position: fixed;
  top: 41%;
  right: -0.5rem;
  z-index: 100;
}
.p-template-fixed .p-template-fixed__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* p-template-bread
--------------------------- */
.p-template-bread {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #E95B3C;
  background: #000;
}
.p-template-bread .p-template-bread--space {
  margin-left: 0.4rem;
  margin-right: 0.1rem;
}
.p-template-bread .current-item {
  color: #FFF;
}

/*

--------------------------- */
.p-template-topInitiativeLoop .p-template-topInitiativeLoop__items {
  margin: 0 auto;
  width: calc(100% - 7rem);
}
.p-template-topInitiativeLoop .p-template-topInitiativeLoop__item {
  margin: 0 1.6rem;
}
.p-template-topInitiativeLoop .p-template-topInitiativeLoop__item:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.p-template-topInitiativeLoop .p-template-topInitiativeLoop__img {
  position: relative;
}
.p-template-topInitiativeLoop .p-template-topInitiativeLoop__img::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0%;
  width: 44%;
  height: 2.1rem;
  background: #E95B3C;
}
.p-template-topInitiativeLoop .p-template-topInitiativeLoop__title {
  margin-top: 1rem;
  color: #E95B3C;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.08rem;
}

/* スライダー矢印*/
.p-template-topInitiativeLoop {
  position: relative;
}
.p-template-topInitiativeLoop .slick-arrow {
  position: absolute;
  bottom: 15%;
  width: 2.4rem;
  height: 4.8rem;
}
.p-template-topInitiativeLoop .slick-prev {
  left: -3rem;
  background: url("../img/topInitiativeLoop-arrow-left.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-template-topInitiativeLoop .slick-prev::before {
  display: none;
}
.p-template-topInitiativeLoop .slick-next {
  right: -3rem;
  background: url("../img/topInitiativeLoop-arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-template-topInitiativeLoop .slick-next::before {
  display: none;
}

/* p-template-contact
--------------------------- */
.p-template-contact {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.p-template-contact .p-template-contact__inner {
  padding: 2.6rem 3.6rem 2rem;
  background: #FFF;
  border: 1px solid #636262;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-template-contact .p-template-contact__title-jp {
  margin-top: -1rem;
  margin-left: 0.5rem;
}
.p-template-contact .p-template-contact__text {
  margin-left: 7rem;
}
.p-template-contact .p-template-contact__btn {
  margin-left: 14rem;
}

.contact .p-template-contact,
.recruit-form .p-template-contact {
  display: none;
}

.u-headerHight {
  height: 7.7rem;
}

.u-tac {
  text-align: center;
}

.u-m0auto {
  margin: 0 auto;
}

.u-mt-6 {
  margin-top: -6rem !important;
}

.u-mt-20 {
  margin-top: -20rem !important;
}

.u-fwb {
  font-weight: bold;
}

.u-fwm {
  font-weight: 500;
}

.u-fw300 {
  font-weight: 300;
}

.u-zindex-1 {
  z-index: 1;
}

.u-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.u-underline {
  position: relative;
}
.u-underline::before, .u-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.u-underline::after {
  width: 8rem;
  height: 5px;
  bottom: -1px;
}

/*--------------------------------------*
 * 0_foundation
 *--------------------------------------*/
/*--------------------------------------*
* 1_layout
*--------------------------------------*/
/*-------------------
* 2_component
-------------------*/
/*-------------------
* 3_project
-------------------*/
@media screen and (min-width: 768px) and (max-width: 1099px) {
  html {
    font-size: 0.9vw;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .wp-block-spacer[style="height:10rem"] {
    height: 5rem !important;
  }
  .wp-block-spacer[style="height:9rem"] {
    height: 4.5rem !important;
  }
  .wp-block-spacer[style="height:8rem"] {
    height: 4rem !important;
  }
  .wp-block-spacer[style="height:7rem"] {
    height: 3.5rem !important;
  }
  .wp-block-spacer[style="height:6rem"] {
    height: 3rem !important;
  }
  .wp-block-spacer[style="height:5rem"] {
    height: 2.5rem !important;
  }
  .wp-block-spacer[style="height:4rem"] {
    height: 2rem !important;
  }
  .wp-block-spacer[style="height:3rem"] {
    height: 1.5rem !important;
  }
  .l-header {
    height: 4rem;
  }
  .top .l-header {
    top: 4rem;
  }
  .l-header__flex {
    padding: 0;
  }
  .l-header__left-logo {
    margin-top: 1.1rem;
    width: 23.44rem;
    height: 2.48rem;
  }
  .l-footer .l-footer__inner {
    padding-top: 13rem;
  }
  .l-footer .l-footer__address {
    display: block;
  }
  .l-footer .l-footer__address-logo {
    margin: 0 auto 1rem;
    width: 25rem;
  }
  .l-footer .l-footer__address-item {
    margin: 2.5rem auto 0;
    width: 32rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .l-footer .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .l-footer .l-footer__bottom .l-footer__bottom-link ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer .l-footer__bottom .l-footer__bottom-link ul li:first-child {
    padding-left: 0;
  }
  .l-footer .l-footer__bottom .l-footer__copyright {
    margin: 0 auto;
  }
  .l-single {
    padding-top: 3rem;
  }
  .l-single .l-single__content {
    padding: 3rem 2rem;
  }
  .l-home,
.l-archive {
    margin: 4rem auto 0rem;
  }
  .l-page-product__mv {
    margin-bottom: 5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .l-page-product__mv .l-page-product__mv-title-box {
    border-top: 1.4rem solid #E95B3C;
  }
  .l-page-product__mv .l-page-product__mv-title {
    padding: 2rem 0;
    font-size: 2.2rem;
  }
  .l-page-product__mv .l-page-product__mv-content {
    display: block;
  }
  .l-page-product__mv .l-page-product__mv-box {
    margin-top: 2rem;
    margin-bottom: 5rem;
    padding: 2rem 1rem;
    width: 80vw;
    max-width: 47rem;
  }
  .l-page-product__mv .l-page-product__mv-box h2 {
    font-size: 1.7rem;
  }
  .l-page-product__mv .l-page-product__mv-box p {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .l-page-product__mv .l-page-product__mv-img {
    margin-bottom: 1rem;
    width: 70vw;
    margin-top: 3rem;
  }
  .l-page__form .l-page__form-check {
    text-align: left;
    padding: 1rem 2rem;
  }
  .c-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-btn-header a {
    width: 100%;
  }
  .c-btn-orange a {
    font-size: 1.6rem;
    padding: 0.5rem 1.9rem;
    display: block;
    height: 4.2rem;
  }
  .c-btn-skeleton a {
    padding: 0.5rem 1.9rem;
    display: block;
  }
  .c-btn-skeleton.c-btn-skeleton--small a {
    height: 4rem;
    padding: 0.5rem 1rem;
  }
  .c-btn-black a {
    padding: 0.7rem 3rem;
    display: block;
    width: 24.5rem;
    height: 4.5rem;
  }
  .c-btn-category a {
    padding: 0 1rem;
    line-height: 1.7;
    display: block;
  }
  .c-btn-category {
    display: block;
  } 
  .c-ttl-orange.c-ttl-orange--20 {
    font-size: 1.5rem;
  }
  .c-ttl-orange.c-ttl-orange--22 {
    font-size: 1.8rem;
  }
  .c-ttl-orange.c-ttl-orange--24 {
    font-size: 1.9rem;
  }
  .c-ttl-orange.c-ttl-orange--26 {
    font-size: 2rem;
  }
  .c-ttl-orange.c-ttl-orange--28 {
    font-size: 2rem;
  }
  .c-ttl-orange.c-ttl-orange--29 {
    font-size: 2rem;
  }
  .c-ttl-orange.c-ttl-orange--33 {
    font-size: 2.2rem;
  }
  .c-ttl-orange.c-ttl-orange--37 {
    font-size: 2.5rem;
  }
  .c-ttl-orange.c-ttl-orange--39 {
    font-size: 2.5rem;
  }
  .c-ttl-orange.c-ttl-orange--50 {
    font-size: 3rem;
  }
  .c-ttl-bordering {
    font-size: 5rem;
  }
  .c-ttl-bordering.c-ttl-bordering--2row {
    font-size: 3.8rem;
  }
  .c-ttl-white.c-ttl-white--37 {
    font-size: 2.5rem;
  }
  .c-ttl-white.c-ttl-white--40 {
    font-size: 3rem;
  }
  .c-ttl-white.c-ttl-white--2row {
    font-size: 2.5rem;
  }
  .c-ttl-line2color {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
  .c-ttl-line2color.c-ttl-line2color--fz20 {
    font-size: 1.7rem;
  }
  .c-ttl-thumbnail {
    font-size: 2.5rem;
  }
  .c-ttl-thumbnail-en {
    margin-top: -1rem;
    font-size: 2.5rem;
  }
  .c-ttl-thumbnail-lineup {
    font-size: 2rem;
  }
  .c-thumbnail__interview-title .c-thumbnail__interview-title-orange {
    padding: 0 2rem;
  }
  .c-thumbnail__interview-title .c-thumbnail__interview-title-white {
    font-size: 2rem;
    padding: 0 2rem;
  }
  .c-ttl-interview {
    height: 35rem;
  }
  .c-ttl-interview figure img {
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center right;
       object-position: center right;
  }
  .c-ttl-interview figure::before {
    background: transparent;
  }
  .c-ttl-interview .c-ttl-interview__content {
    gap: 0;
    width: auto;
    position: static;
    color: #000;
    padding-top: 6rem;
    padding-left: 1.5rem;
  }
  .c-ttl-interview .c-ttl-interview__content h2 span {
    font-size: 6rem;
    line-height: 1.4;
  }
  .c-ttl-children {
    font-size: 2rem;
    width: 85vw;
    padding: 2.9rem 0;
    padding-left: 2rem;
    letter-spacing: 0.1em;
  }
  .c-ttl-children::after {
    left: 75%;
    width: 10rem;
  }
  .c-form__table.smf-form--business .smf-item__col--label {
    border-bottom: none;
  }
  .c-form__table.smf-form--business .smf-item {
    padding: 1.5rem 0rem;
  }
  .c-form__table.smf-form--business .smf-radio-buttons-control__control {
    display: block;
  }
  .smf-form--business + .smf-action {
    margin-top: 2rem;
    padding: 4rem 2rem;
  }
  .smf-form--business + .smf-action .smf-button-control__control {
    padding: 0.5rem 6rem;
    font-size: 1.6rem;
  }
  .c-text-25 {
    font-size: 1.8rem;
  }
  .c-text-22 {
    font-size: 1.7rem;
  }
  .c-text-20 {
    font-size: 1.6rem;
  }
  .c-text-19 {
    font-size: 1.6rem;
  }
  .c-text-18 {
    font-size: 1.6rem;
  }
  .c-nav-footer {
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 1rem 2rem;
  }
  .c-nav-footer .menu {
    width: calc(50vw - 3rem);
  }
  .c-table-product td {
    padding: 0.5rem 0.5rem;
    font-size: 1.5rem;
  }
  .c-table-2col th {
    display: block;
    padding: 1.5rem 0rem 0rem 1rem;
  }
  .c-table-2col td {
    display: block;
    padding: 0rem 1.5rem 1.5rem 3rem;
  }
  .c-card-lineup .wp-block-column h2 {
    font-size: 1.8em;
  }
  .c-card-lineup2 .wp-block-column h2 {
    font-size: 5em;
    line-height: 1.2em;
  }
  .c-card-lineup2 .wp-block-column {
  margin: 0 0 0 0;
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 0rem;
  padding-left: 3rem
  }
  .c-card-lineup3 {
  margin-top: -9rem;
  padding-top: 0rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  }
  
.c-card-lineup4 {
  margin-top: -18rem;
  padding-top: 0rem;
  padding-right: 3rem;
  padding-bottom: 0rem;
  padding-left: 3rem;
  }

  .c-card-lineup5 .wp-block-column h2 {
    font-size: 5em;
    line-height: 1.2em;
  }
  .c-card-lineup5 .wp-block-column {
  margin: -30px 0 0 0;
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 0rem;
  padding-left: 3rem
  }    
    
    
  .c-card-top-news .c-card-top-news__item {
    padding: 1rem 0;
  }
  .c-card-top-news .c-card-top-news__item-warp {
    display: block;
  }
  .c-card-top-news .c-card-top-news__item-title {
    margin-top: 0rem;
    margin-left: 0rem;
    font-size: 1.5rem;
  }
  .c-card-top-topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-card-top-topics .c-card-top-topics__item {
    width: 100%;
  }
  .c-card-top-topics .c-card-top-topics__item-title {
    padding: 1rem 3rem 1rem 2rem;
    max-width: 100%;
    height: 10rem;
  }
  .c-card-strength__item .c-card-strength__title,
.c-card-strength__item .c-card-product__title,
.c-card-product__item .c-card-strength__title,
.c-card-product__item .c-card-product__title {
    width: 16rem;
    height: 3rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .c-card-strength__item::before,
.c-card-product__item::before {
    width: 5rem;
    height: 5rem;
  }
  .c-card-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .c-card-recruit .c-card-recruit__item:nth-child(2n) .c-card-recruit__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-card-recruit .c-card-recruit__item:nth-child(2n) .c-card-recruit2__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-card-recruit .c-card-recruit__title-en {
    margin-top: 1rem;
    line-height: 1.3;
  }
  .c-card-recruit .c-card-recruit__title-jp {
    margin-top: 1.5rem;
    line-height: 1.4;
  }
  .c-card-newsContent .c-card-newsContent__item {
    padding: 1rem 2rem 1rem 2rem;
    width: 100%;
  }
  .c-card-newsContent .c-card-newsContent__item-link {
    display: block;
  }
  .c-card-newsContent .c-card-newsContent__item-title {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .c-toTop {
    right: 1.5rem;
    bottom: 7rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  .c-toTop a {
    width: 4.8rem;
    height: 4.8rem;
  }
  .c-thumbnail.c-thumbnail--mini img {
    height: 24.3rem;
  }
  .c-thumbnail .c-thumbnail__img {
    height: 28.8rem;
  }
  .c-thumbnail .c-thumbnail__img img {
    height: 28.8rem;
  }
  .c-thumbnail .c-thumbnail__img.c-thumbnail__img--mini img {
    height: 24.3rem;
  }
  .c-thumbnail .c-thumbnail__skew {
    left: -10rem;
    min-width: 30rem;
    height: 28.8rem;
  }
  .c-thumbnail .c-thumbnail__skew.c-thumbnail__skew--right {
    display: none;
  }
  .c-thumbnail.c-thumbnail--interview {
    height: 40rem;
  }
  .c-thumbnail.c-thumbnail--interview .c-thumbnail__img img {
    height: 40rem;
  }
  .c-bg-interview::before {
    top: -20rem;
  }
  .p-top-mv .p-top-mv__cover {
    width: 80%;
  }
  .p-top-message {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
  .p-top-message .p-top-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .p-top-message .p-top-message__text {
    font-size: 2rem;
  }
  .p-top-message .p-top-message__img {
    width: 100%;
    height: auto;
  }
  .p-top-bg {
    padding-bottom: 4rem;
  }
/*  .p-top-bg .p-top-strength {
    padding-top: 5rem;
  }*/
  .p-top-bg .p-top-product {
    /*margin-top: 7rem;*/
    padding-top: 4rem;
  }
  .p-top-bg .p-top-strength__warp,
.p-top-bg .p-top-product__warp,
.p-top-bg .c-card-strength__item,
.p-top-bg .c-card-product__item {
    max-width: 100%;
  }
    
.p-top-product__warp2 {
    max-width: 100%;
  }
    
.p-top-product__warp3 {
    max-width: 100%;
}
  .p-top-bg .p-top-strength__text,
.p-top-bg .p-top-product__text {
    margin-right: 0;
    margin-bottom: 2rem;
  }
.p-top-product__text2 {
    float: left;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .p-top-link {
    margin-top: 4.6rem;
  }
  .p-top-link .p-top-link__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-top-link .p-top-link__item {
    padding: 3rem 1.5rem 2rem;
    width: 100%;
  }
  .p-top-link .p-top-link__item:first-child {
    padding-left: 1.5rem;
  }
  .p-top-link .p-top-link__item:last-child {
    padding-right: 1.5rem;
  }
  .p-top-link .p-top-link__item-title-jp {
    margin-top: 0rem;
  }
  .p-top-link .p-top-link__item-link {
    margin-top: 2.5rem;
  }
  .p-top-recruit {
    margin-top: 4.6rem;
  }
  .p-top-recruit::before {
    height: 35rem;
  }
  .p-top-recruit .p-top-recruit__title-flex {
    padding-top: 4rem;
    display: block;
  }
  .p-top-recruit .p-top-recruit__content {
    margin-top: 4rem;
  }
  .p-top-news {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
  .p-top-news .p-top-news__inner {
    display: block;
  }
  .p-top-news .p-top-news__right {
    margin-top: 2rem;
    width: 100%;
  }
  .p-top-news .p-top-news__top-link {
    margin-top: 3rem;
  }
  .p-top-topics {
    padding-top: 3.5rem;
    padding-bottom: 15rem;
  }
  .p-top-topics .p-top-topics__title-jp {
    margin-top: -1.5rem;
  }
  .p-company-message {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .p-company-message::before {
    border-width: 10rem 50vw 0px 50vw;
  }
  .p-company-message .p-company-message__subtitle {
    margin-top: 7rem;
  }
  .p-company-message .p-company-message__text {
    margin-top: 2rem;
  }
  .p-company-message .p-top-message__img {
    width: 100%;
    height: auto;
  }
  .p-company-flex {
    display: block;
    position: relative;
  }
  .p-company-flex .p-company-flex__left,
.p-company-flex .p-company-flex__right {
    width: 100vw;
    height: 50vw;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .p-company-flex .p-company-flex__right .p-company-flex__body {
    width: 32.8rem;
    margin: 0 auto;
  }
  .p-company-flex .p-company-flex__body {
    width: 32.8rem;
    margin: 0 auto;
  }
  .p-company-flex2__body {
    position: absolute;
    width: 90vw;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-company-flex2__body2 {
    position: absolute;
    width: 90vw;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }    
  .p-company-profile {
    margin-top: 6rem;
  }
  .p-company-partner {
    margin-top: 6rem;
  }
  .p-company-partner .p-company-partner__content {
    display: block;
  }
  .p-company-partner .p-company-partner__itemization {
    margin: 0 auto;
  }
  .p-company-history {
    margin-top: 8rem;
    padding-top: 3rem;
  }
  .p-company-history .p-company-history__inner {
    display: block;
  }
  .p-company-history .p-company-history__bordering {
    padding-left: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    margin-bottom: 2rem;
  }
  .p-company-history .p-company-history__title {
    margin-bottom: 3rem;
  }
  .p-company-history .p-company-history__date {
    float: none;
  }
  .p-company-history .p-company-history__text {
    margin-bottom: 2rem;
    padding-left: 0;
    height: auto;
  }
  .p-company-location {
    margin-top: 5rem;
  }
  .p-company-location .p-company-location__title {
    margin-bottom: 3rem;
  }
  .p-company-location .p-company-location__flex {
    padding: 0 0rem 5rem 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company-location .p-company-location__map iframe {
    margin-left: -1.5rem;
    width: 100vw;
    height: 25rem;
  }
  .p-template-fixed {
    width: 100vw;
    right: 0rem;
    left: 0rem;
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .p-template-fixed .p-template-fixed__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-template-bread {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .p-template-topInitiativeLoop .p-template-topInitiativeLoop__items {
    width: calc(100% - 6rem);
  }
  .p-template-topInitiativeLoop .p-template-topInitiativeLoop__img::after {
    height: 0.8rem;
  }
  .p-template-topInitiativeLoop .p-template-topInitiativeLoop__title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .p-template-topInitiativeLoop .slick-arrow {
    bottom: 50%;
  }
  .p-template-topInitiativeLoop .slick-prev {
    left: -3rem;
  }
  .p-template-topInitiativeLoop .slick-next {
    right: -3rem;
  }
  .p-template-contact .p-template-contact__inner {
    padding: 2rem 4rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-template-contact .p-template-contact__text {
    margin-left: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .p-template-contact .p-template-contact__btn {
    margin-left: 0;
  }
  .u-hidden-sp {
    display: none !important;
  }
  .u-headerHight {
    height: 4rem;
  }
  .u-mt-6 {
    margin-top: -2rem !important;
  }
  .u-mt-20 {
    margin-top: 0rem !important;
  }
}
@media (min-width: 768px) and (max-width:1099px) {
  .l-footer .l-footer__address-logo {
    width: 25rem;
  }
  .c-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-ttl-interview .c-ttl-interview__content {
    left: 5%;
  }
  .c-card-top-news .c-card-top-news__item-link {
    max-width: 100%;
  }
  .c-bg-interview .wp-block-columns.is-layout-flex {
    gap: 5rem;
  }
  .p-top-message .p-top-message__text {
    font-size: 3rem;
  }
  .p-top-news .p-top-news__top-link {
    margin-right: 0rem;
  }
  .p-company-location .p-company-location__flex {
    padding: 0 2.5rem 5rem 2.5rem;
  }
  .u-hidden-tab {
    display: none !important;
  }
  .u-headerHight {
    height: 7.7rem;
  }
}
@media (max-width: 350px) {
  .l-page-product__mv .l-page-product__mv-img {
    margin-left: 1.5rem;
  }
  .c-btn-orange a {
    width: 100%;
  }
  .c-btn-skeleton a {
    width: 100%;
  }
  .c-nav-footer {
    gap: 1rem 2rem;
  }
  .c-nav-footer .menu > li > a {
    font-size: 1.5rem;
  }
  .c-nav-footer .sub-menu li {
    font-size: 1.3rem;
  }
}
@media (min-width: 1100px) {
  .u-hidden-pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */


/*.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
element.style {
    display: none;
}

.modal_box, .modal_box2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.modal_bg, .modal_bg2 {
    background-color: rgba(30, 30, 30, 0.9);
    height: 100%;
    width: 100%;
}

.modal_inner {
    position: relative;
    z-index: 20;
    width: 95%;
    max-width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    padding: 30px;
}

.modal_close span, .modal_close2 span {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -3rem;
    font-size: 2rem;
    color: #ffffff;
}*/