@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #111;
  background: #F6F6F5;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  overflow-wrap: break-word;
}

body {
  background: #F6F6F5;
  font-weight: 400;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/ZenKakuGothicNew-Regular.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenKakuGothicNew-Medium.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenKakuGothicNew-Bold.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/WorkSans-Medium.ttf) format("truetype");
  font-family: "Work Sans";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/WorkSans-SemiBold.ttf) format("truetype");
  font-family: "Work Sans";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/WorkSans-Bold.ttf) format("truetype");
  font-family: "Work Sans";
  font-weight: 700;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.text-frame-clip {
  color: #F6F6F5;
  font-family: "Work Sans", serif;
  font-size: 120px;
  font-weight: bold;
  -webkit-text-stroke: 2px #E60012;
  paint-order: stroke;
  letter-spacing: 0.05em;
  margin-right: 2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.text-work-sans {
  font-family: "Work Sans", serif;
  font-weight: bold;
}

.notfound-btn-wrap {
  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;
  margin-bottom: 50px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 90px;
  border-bottom: 1px solid #111111;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px;
  position: relative;
  z-index: 10;
}
.c-header .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .logo-area .logo {
  margin-right: 20px;
}
.c-header .logo-area .logo-text {
  font-size: 12px;
}
.c-header .menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .menu-area .menu-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-header .menu-area .menu-ul li {
  margin-right: 30px;
}
.c-header .menu-area .menu-ul a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.c-header .menu-area .sub-menu-ul {
  display: none;
}
.c-header .menu-area.on {
  height: calc(100vh - 60px);
  padding-bottom: 80px;
}
.c-header .menu-area.on > * {
  display: block !important;
}
.c-header .menu-area.on .menu-ul {
  display: block;
  margin: 0 20px;
}
.c-header .menu-area.on .menu-ul li {
  margin: 0;
}
.c-header .menu-area.on .menu-ul li a {
  display: block;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #111111;
  position: relative;
}
.c-header .menu-area.on .menu-ul li a:before {
  content: "";
  background: #E60012;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.c-header .menu-area.on .menu-ul li a.has-sub-menu:before {
  width: 2px;
  height: 14px;
  right: 16px;
}
.c-header .menu-area.on .menu-ul li a.has-sub-menu:after {
  content: "";
  background: #E60012;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.c-header .menu-area.on .menu-ul li.open .has-sub-menu:before {
  display: none;
}
.c-header .menu-area.on .sub-menu-ul li a {
  background: #F6F6F5;
  border-bottom: none;
  padding-left: 35px;
}
.c-header .menu-area.on .sub-menu-ul li a:before {
  left: 15px;
  right: auto;
}
.c-header .menu-area.on .sub-menu-ul li + li a {
  border-top: 1px solid #d9d9d9;
}
.c-header .menu-area.on .sub-menu-ul li + li:last-child a {
  border-bottom: 1px solid #111111;
}
.c-header .menu-area.on .contact {
  margin: 0 20px;
}
.c-header .menu-area.on .contact a {
  background: none;
  color: #111111;
  display: block;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  border: none;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #111111;
  border-radius: 0;
}
.c-header .menu-area.on .contact a:before {
  content: "";
  background: #E60012;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.c-header .menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
}
.c-header .menu-btn .bar {
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background: #E60012;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header .menu-btn .bar:nth-child(2) {
  top: 13px;
}
.c-header .menu-btn .bar:nth-child(3) {
  top: 19px;
}
.c-header .menu-btn.on .bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
}
.c-header .menu-btn.on .bar:nth-child(2) {
  display: none;
}
.c-header .menu-btn.on .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  margin: 0 30px 30px;
  padding: 30px;
  border: 1px solid #111111;
}
.c-footer .logo-area .logo {
  margin: 0 0 40px;
}
.c-footer .logo-area .address-tel > div {
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  line-height: 1.6;
}
.c-footer .logo-area .address-tel .address-box {
  background: url(../img/common/icon_pin.svg) no-repeat left center;
  background-size: 20px;
}
.c-footer .logo-area .address-tel .address-box .zip {
  font-weight: 500;
  font-family: "Work Sans", serif;
}
.c-footer .logo-area .address-tel .address-box .address {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.c-footer .logo-area .address-tel .tel-box {
  background: url(../img/common/icon_phone.svg) no-repeat left center;
  background-size: 20px;
}
.c-footer .logo-area .address-tel .tel-box .tel {
  font-family: "Work Sans", serif;
  font-weight: 500;
}
.c-footer .logo-area .address-tel .tel-box .time {
  font-size: 12px;
}
.c-footer .logo-area .relation-link {
  margin: 40px 0 0;
}
.c-footer .logo-area .relation-link .relation-title {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.c-footer .logo-area .relation-link .relation-title:before {
  content: "";
  background: #E60012;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.c-footer .logo-area .relation-link a {
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 240px;
  height: 80px;
  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;
}
.c-footer .link-area .link-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-footer .link-area .link-ul > li {
  width: 25%;
  margin: 0 0 40px;
}
.c-footer .link-area .link-ul > li:nth-child(3n) {
  width: 50%;
}
.c-footer .link-area .link-ul > li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  line-height: 1;
  padding-left: 20px;
}
.c-footer .link-area .link-ul > li a:before {
  content: "";
  background: #E60012;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.c-footer .link-area .link-ul > li a:hover {
  color: #E60012;
}
.c-footer .link-area .sub-link-ul {
  margin: 10px 0 0;
  padding-left: 20px;
}
.c-footer .link-area .sub-link-ul > li a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  line-height: 1;
  padding-left: 20px;
}
.c-footer .link-area .sub-link-ul > li a:before {
  content: "";
  background: #E60012;
  height: 1px;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.c-footer .link-area .sub-link-ul > li a:hover {
  color: #E60012;
}
.c-footer .link-area .copyright {
  margin-top: 30px;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 67px;
  z-index: 100;
}
#pagetop a {
  border-top: 1px solid #111111;
  display: block;
  padding: 8px 30px 0 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 12px;
  line-height: 1;
}
#pagetop a:before {
  content: "";
  background: #111111;
  height: 1px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -11px;
  left: -5px;
  position: absolute;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn01 {
  background: #E60012;
  border: 1px solid #E60012;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 30px;
  border-radius: 50px;
}
.c-btn01:hover {
  background: #fff;
  color: #E60012;
}

.c-btn02 {
  background: #fff;
  border: 1px solid #111111;
  font-weight: bold;
  padding: 20px 70px 20px 30px;
  border-radius: 60px;
  height: 60px;
  line-height: 1.3;
  position: relative;
}
.c-btn02:before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E60012;
}
.c-btn02:after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.c-btn03 {
  border: 1px solid #111111;
  border-radius: 60px;
  background-color: #fff;
  color: #E60012;
  padding: 20px 30px;
  width: 100%;
  max-width: 360px;
  height: 80px;
  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-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.c-btn03.current {
  border-color: #E60012;
  background-color: #E60012;
  color: #fff;
}
.c-btn03 .inn {
  font-weight: bold;
  line-height: 1.3;
  font-size: 20px;
}
.c-btn03:before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E60012;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn03:after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-btn04 {
  font-family: "Work Sans", serif;
  color: #E60012;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  padding-right: 37px;
}
.c-btn04::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #E60012;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn04::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contact-btn {
  border: 1px solid #E60012;
  background: #E60012;
  padding: 48px 70px 20px 30px;
  border-radius: 120px;
  height: 120px;
  line-height: 1;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  min-width: 600px;
  display: inline-block;
}
.contact-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f06671;
}
.contact-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 52px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.contact-btn.ico-external::before {
  -webkit-mask: url(../img/common/icon_external.svg) no-repeat center center/contain;
          mask: url(../img/common/icon_external.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  background: #E60012;
  border-radius: 0;
  right: 40px;
}
.contact-btn.ico-external::after {
  display: none;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* --------------------------------
c-ttl
----------------------------------- */
.c-ttl01 {
  border-radius: 5px;
  padding: 10px 40px 10px 55px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #111111;
  position: relative;
  display: inline-block;
}
.c-ttl01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E60012;
}

/* --------------------------------
more-link
----------------------------------- */
.more-link {
  font-family: "Work Sans", serif;
  color: #E60012;
  font-size: 14px;
  font-weight: bold;
  padding-right: 40px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.more-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E60012;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.strong-dots {
  color: #E60012;
  position: relative;
}
.strong-dots:before {
  content: "";
  background: url(../img/common/dots.png.webp) repeat-x left center;
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  position: absolute;
}

.kv-block {
  position: relative;
  z-index: 1;
  padding: 70px 0 0;
}
.kv-block:before {
  background: url(../img/common/kv_bg.png.webp) no-repeat center center;
  background-size: 100%;
  content: "";
  height: 560px;
  width: 1060px;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.kv-block .main-text {
  position: relative;
  text-align: center;
  z-index: 10;
}
.kv-block .slide-text-area {
  position: absolute;
  top: 100px;
  left: 0;
  height: 120px;
  z-index: 2;
}
.kv-block.not-home {
  height: 450px;
  padding-top: 50px;
}

.slide-text-area {
  overflow: hidden;
  width: 100vw;
}
.slide-text-area .slide-text-wrap {
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
  position: absolute;
  width: 4724px;
  height: 120px;
  top: 0;
  left: 0;
  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;
}

.slide-product-area {
  overflow: hidden;
  width: 100vw;
  position: absolute;
  top: 200px;
  left: 0;
  height: 540px;
  z-index: 5;
}
.slide-product-area .slide-product-wrap {
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
  position: absolute;
  width: 3400px;
  height: 540px;
  top: 0;
  left: 0;
  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;
}

.slide-image-area {
  overflow: hidden;
  width: 100vw;
}
.slide-image-area .slide-image-wrap {
  -webkit-animation: infinity-scroll-left 70s infinite linear 0.5s both;
          animation: infinity-scroll-left 70s infinite linear 0.5s both;
  position: absolute;
  width: 4240px;
  height: 700px;
  top: 0;
  left: 0;
  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;
  gap: 50px;
}
.slide-image-area .slide-item {
  width: 2120px;
  height: 700px;
  position: relative;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.kv-ttl-area .ttl {
  font-size: clamp(44px, 50px, min(50px, 2.6041666667vw));
  line-height: 2;
  font-weight: bold;
  color: #E60012;
}
.kv-ttl-area .breadcrumb-wrap {
  margin: auto;
}
.kv-ttl-area .breadcrumb-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv-ttl-area .breadcrumb-area li {
  font-size: 14px;
  line-height: 2;
}
.kv-ttl-area .breadcrumb-area li:last-child {
  color: #E60012;
}
.kv-ttl-area .breadcrumb-area li + li {
  position: relative;
  padding-left: 28px;
}
.kv-ttl-area .breadcrumb-area li + li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background: url("../img/common/icon_arrow.svg") no-repeat center center;
  left: 0.8em;
  top: 0.64em;
  margin: auto;
}

/* --------------------------------
color-bg-block
----------------------------------- */
.color-bg-block {
  background: #E9DDCF;
  position: relative;
  margin: 0;
  z-index: 10;
}
.color-bg-block:before {
  background: url(../img/common/bg_color_content_top.png.webp) no-repeat center top;
  background-size: 100%;
  content: "";
  width: 100vw;
  min-width: 1920px;
  height: 130px;
  position: absolute;
  top: -130px;
  left: -100%;
  right: -100%;
  margin: auto;
}
.color-bg-block:after {
  background: url(../img/common/bg_color_content_bottom.png.webp) no-repeat center bottom;
  background-size: 100%;
  content: "";
  width: 100vw;
  min-width: 1920px;
  height: 130px;
  position: absolute;
  bottom: -130px;
  left: -100%;
  right: -100%;
  margin: auto;
}

/* --------------------------------
contact-block
----------------------------------- */
.contact-block {
  margin: 0 30px;
}
.contact-block .contact-inner-block {
  background: url(../img/common/bg_net.png.webp) repeat center top;
  background-size: 1920px;
  border-top: 1px solid #111111;
  padding: 40px 0;
}
.contact-block .contact-inner-block .text-area .big-text {
  line-height: 0.9;
  margin: 40px 0 30px;
  font-size: min(120px, 32vw);
}
.contact-block .contact-inner-block .text-area .text {
  font-size: 14px;
}
.contact-block .contact-inner-block .btn-area {
  padding: 50px 0 0;
  border-top: 1px solid #111111;
  text-align: center;
}
.contact-block .contact-inner-block .btn-area .tel-box {
  margin-top: 60px;
}
.contact-block .contact-inner-block .btn-area .tel {
  margin: 50px 0 10px;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}
.contact-block .contact-inner-block .btn-area .time {
  font-size: 12px;
}
.contact-block .contact-inner-block .btn-area .time .hour {
  font-family: "Work Sans", serif;
  margin-left: 8px;
}
.contact-block .contact-inner-block .btn-area .time .holiday {
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}
.contact-block .contact-inner-block .btn-area .time .holiday:before {
  content: "";
  background: #111111;
  width: 1px;
  height: 14px;
  position: absolute;
  top: -90%;
  left: 0;
  bottom: -100%;
  margin: auto;
}

.c-tab-block .btn-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 20px;
}
.c-tab-block .btn-wrap .c-btn03.current .inn {
  position: relative;
}
.c-tab-block .btn-wrap .c-btn03.current .inn::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 20px;
  background: url("../img/common/icon_drop.svg") no-repeat center center;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

.c-pagination {
  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;
}
.c-pagination .page-numbers {
  position: relative;
  font-size: 20px;
  line-height: 0.8;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Work Sans", serif;
  height: 60px;
  width: clamp(2.5rem, 1.605rem + 4.474vw, 3.75rem);
  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-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.c-pagination .page-numbers::after {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.c-pagination .page-numbers.next, .c-pagination .page-numbers.prev {
  border: 1px solid #111111;
  background-color: #F6F6F5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.c-pagination .page-numbers.next::after, .c-pagination .page-numbers.prev::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 11px;
  -webkit-mask: url(../img/common/icon_arrow_rounded.svg);
          mask: url(../img/common/icon_arrow_rounded.svg);
  background-color: #111111;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-pagination .page-numbers.prev {
  margin-right: 20px;
}
.c-pagination .page-numbers.next {
  margin-left: 20px;
}
.c-pagination .page-numbers.next::after {
  rotate: 180deg;
  left: 0;
  right: -1px;
}
.c-pagination .page-numbers.current {
  color: #E60012;
}
.c-pagination .page-numbers.current::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50%;
  background-color: #E60012;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-pagination .page-numbers:focus-visible {
  color: #E60012;
}
.c-pagination .page-numbers:focus-visible.next, .c-pagination .page-numbers:focus-visible.prev {
  border-color: #E60012;
}
.c-pagination .page-numbers:focus-visible.next::after, .c-pagination .page-numbers:focus-visible.prev::after {
  background-color: #E60012;
}

.c-pagination02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
}
.c-pagination02 .page-numbers {
  position: relative;
  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;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-radius: 70px;
  border: 1px solid #111111;
  background-color: #fff;
  width: 100%;
  padding: 20px 30px;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-pagination02 .page-numbers::after {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.c-pagination02 .page-numbers.back {
  grid-area: back;
  justify-self: center;
}
.c-pagination02 .page-numbers.next::after, .c-pagination02 .page-numbers.prev::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 11px;
  -webkit-mask: url(../img/common/icon_arrow_rounded.svg);
          mask: url(../img/common/icon_arrow_rounded.svg);
  background-color: #111111;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.c-pagination02 .page-numbers.prev {
  grid-area: prev;
  justify-self: right;
}
.c-pagination02 .page-numbers.prev::after {
  left: clamp(1rem, 0.463rem + 2.685vw, 1.75rem);
}
.c-pagination02 .page-numbers.next {
  grid-area: next;
  justify-self: left;
}
.c-pagination02 .page-numbers.next::after {
  right: clamp(1rem, 0.463rem + 2.685vw, 1.75rem);
  rotate: 180deg;
}
.c-pagination02 .page-numbers:focus-visible {
  color: #fff;
  background-color: #E60012;
  border-color: #E60012;
}
.c-pagination02 .page-numbers:focus-visible.next::after, .c-pagination02 .page-numbers:focus-visible.prev::after {
  background-color: #fff;
}

.c-news-article {
  padding-block: 50px;
}
.c-news-article p {
  font-size: 16px;
  line-height: 1.8;
}
.c-news-article h2 {
  color: #111111;
  border-bottom: 2px solid #999;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 7px;
}
.c-news-article h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.c-news-article h3::before {
  background: #111111;
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-news-article h4 {
  border-bottom: 2px solid #c3c3c3;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7px;
}
.c-news-article h5 {
  background: #d9d9d9;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
}
.c-news-article ul li,
.c-news-article ol li {
  line-height: 1.5;
  position: relative;
}
.c-news-article ul li {
  padding-left: 15px;
}
.c-news-article ul li::before {
  background: #111111;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
}
.c-news-article ol {
  counter-reset: number 0;
  padding-left: 17px;
}
.c-news-article ol li::before {
  color: #111111;
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: -1.1em;
}
.c-news-article a {
  color: #E60012;
  position: relative;
  text-decoration: underline;
}
.c-news-article a.link-ex::after {
  background: url(../img/common/ico-ex.svg) no-repeat center center;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  top: 1px;
  right: -5px;
  margin: auto;
}
.c-news-article .link-ex a::after {
  background: url(../img/common/ico-ex.svg) no-repeat center center;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  top: 1px;
  right: -5px;
  margin: auto;
}
.c-news-article .wp-block-button__link {
  border-radius: 70px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 12px 60px;
  text-decoration: none;
  width: auto;
  background-color: #E60012;
  border: 1px solid #E60012;
  font-weight: bold;
}
.c-news-article .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f06671;
}
.c-news-article .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.c-news-article .wp-block-button__link:focus-visible {
  color: #E60012;
  background-color: #fff;
}
.c-news-article .wp-block-button__link:focus-visible:before {
  right: 20px;
  width: 30px;
  height: 30px;
  background: #E60012;
}
.c-news-article .wp-block-button__link.is-style-outline {
  background: #fff;
  border: 1px solid #111111;
  color: #111111;
}
.c-news-article .wp-block-button__link.is-style-outline:before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E60012;
}
.c-news-article .wp-block-button__link.is-style-outline:after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.c-news-article .wp-block-button__link.is-style-outline:focus-visible {
  color: #fff;
  background-color: #E60012;
  border-color: #E60012;
}
.c-news-article .wp-block-button__link.is-style-outline:focus-visible:before {
  right: 20px;
  width: 30px;
  height: 30px;
  background: #f06671;
}
.c-news-article .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-news-article .wp-block-columns .wp-block-column {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.c-news-article .wp-block-columns .wp-block-image {
  margin: 0 15px;
  text-align: center;
}
.c-news-article .wp-block-columns .wp-block-image figure {
  margin: 0;
}
.c-news-article .wp-block-columns .wp-block-image figure img {
  width: 100%;
}
.c-news-article .wp-block-columns .wp-block-image figcaption {
  font-size: 12px;
  margin-top: 5px;
}
.c-news-article .wp-block-media-text {
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-news-article .wp-block-media-text .wp-block-media-text__media {
  margin: 0;
  text-align: center;
}
.c-news-article .wp-block-table {
  margin: 0;
}
.c-news-article table {
  margin-top: 30px;
  width: 100%;
}
.c-news-article table th,
.c-news-article table td {
  padding: 15px;
}
.c-news-article table th {
  background: #111111;
  border: 1px solid #111111;
  color: #fff;
}
.c-news-article table td {
  border: 1px solid #111111;
}
.c-news-article table thead th:nth-child(n+2) {
  border-left-color: #fff;
}
.c-news-article table thead th:not(:last-child) {
  border-right-color: #fff;
}
.c-news-article .iframe-wrap {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
.c-news-article .iframe-wrap.youtube .wp-block-embed__wrapper {
  position: static;
}
.c-news-article img {
  height: auto;
}
.c-news-article * + h2,
.c-news-article * + h3,
.c-news-article * + h4,
.c-news-article * + h5 {
  margin-top: 50px;
}
.c-news-article * + ul,
.c-news-article * + ol,
.c-news-article * + .wp-block-buttons {
  margin-top: 40px;
}
.c-news-article * + p {
  margin-top: 10px;
}
.c-news-article p + p {
  margin-top: 40px;
}
.c-news-article p:has(> a) + p:has(> a) {
  margin-top: 10px;
}
.c-news-article h2 {
  margin-bottom: 30px;
}
.c-news-article h3,
.c-news-article h4,
.c-news-article h5 {
  margin-bottom: 20px;
}
.c-news-article * + .wp-block-buttons {
  margin: 30px auto !important;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .kv-block {
  height: 740px;
}
.home .read-text {
  font-size: clamp(28px, 32px, min(32px, 1.6666666667vw));
  font-weight: bold;
  line-height: 2;
}
.home .news-block {
  position: relative;
  z-index: 2;
}
.home .news-block .inner-block .news-box {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .news-block .inner-block .news-list {
  margin-top: 30px;
  width: 100%;
}
.home .news-block .inner-block .news-list .news-date {
  font-family: "Work Sans", serif;
}
.home .news-block .inner-block .news-list .news-item {
  font-size: 14px;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #111111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .news-block .inner-block .news-list .news-item .int-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .news-block .inner-block .news-list .news-item .news-category,
.home .news-block .inner-block .news-list .news-item .news-text {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .news-block .inner-block .news-list .news-item .news-category:before,
.home .news-block .inner-block .news-list .news-item .news-text:before {
  content: "";
  background: #111111;
  height: 16px;
  width: 1px;
  position: absolute;
  top: -100%;
  left: 0;
  bottom: -100%;
  margin: auto;
}
.home .news-block .inner-block .news-list .news-item .news-category {
  font-weight: bold;
}
.home .news-block .inner-block .news-list .news-item .news-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .about-block {
  position: relative;
  margin: 120px 0 0;
  padding-bottom: 80px;
  z-index: 1;
}
.home .about-block:before {
  content: "";
  background: url(../img/top/map.png.webp) no-repeat center center;
  background-size: 100%;
  width: 1180px;
  height: 1080px;
  position: absolute;
  top: -180px;
  left: -100%;
  right: -57%;
  margin: auto;
  z-index: 1;
}
.home .about-block:after {
  content: "";
  background: url(../img/common/bg_net.png.webp) repeat center top;
  background-size: 1920px;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home .about-block .inner-block {
  position: relative;
  z-index: 3;
  padding: 120px 0 100px 560px;
}
.home .about-block .about-text {
  font-size: clamp(40px, 50px, min(50px, 2.6041666667vw));
  font-weight: bold;
  margin: 60px 0 40px;
  line-height: 1.6;
}
.home .about-block .about-text .text-work-sans {
  font-size: 60px;
  line-height: 1;
}
.home .about-block .about-text-2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 60px;
}
.home .about-block .about-img {
  margin: 50px 0 30px;
  overflow: hidden;
}
.home .product-block {
  padding-bottom: 100px;
}
.home .product-block .product-text {
  font-size: 18px;
  margin: 40px 0 80px;
}
.home .product-block .splide__track {
  overflow: visible;
}
.home .product-block .image {
  overflow: hidden;
  border-radius: 10px;
}
.home .product-block .image img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .product-block .splide__arrows {
  display: none;
}
.home .product-block .splide__arrow > svg {
  display: none;
}
.home .product-block .text-area {
  margin: 30px 0 0;
  padding-left: 30px;
  border-left: 4px solid #111111;
}
.home .product-block .text-area .product-title {
  font-size: 20px;
  font-weight: bold;
}
.home .product-block .text-area .product-text {
  margin: 20px 0 10px;
}
.home .product-block .text-area .more-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home .to-recruit-block {
  margin-top: 180px;
  position: relative;
  z-index: 15;
}
.home .to-recruit-block .slide-text-wrap {
  width: 4672px;
}
.home .to-recruit-block .slide-text-wrap .slide-text {
  width: 2336px;
}
.home .to-recruit-block .inner-block {
  position: relative;
  z-index: 20;
  height: 746px;
  background: url(../img/top/hiring_content_bg.png.webp) no-repeat center center;
  background-size: contain;
  top: -80px;
  left: 0;
  padding: 210px 100px 0;
  text-align: center;
}
.home .to-recruit-block .recruit-title {
  font-size: 50px;
  font-weight: bold;
  margin: 40px 0 25px;
}
.home .to-recruit-block .recruit-text {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 60px;
}
.home .to-recruit-block .btn-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .to-recruit-block .slide-item img {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .to-recruit-block .slide-item .img01 {
  top: 140px;
  left: 0;
  width: 560px;
  height: 460px;
}
.home .to-recruit-block .slide-item .img02 {
  top: 360px;
  left: 600px;
  width: 414px;
}
.home .to-recruit-block .slide-item .img03 {
  top: 0;
  left: 800px;
  width: 280px;
}
.home .to-recruit-block .slide-item .img04 {
  top: 120px;
  left: 1120px;
  width: 520px;
}
.home .to-recruit-block .slide-item .img05 {
  top: 60px;
  right: 0px;
  width: 414px;
}
.home .to-recruit-block .slide-item .img06 {
  top: 500px;
  right: 60px;
  width: 280px;
  height: 230px;
}

/* -----------------------------------------------
* blog detail Module
* blog detail ページ用
-------------------------------------------------- */
.blog-article-block .ttl-wrap .date {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
}
.blog-article-block .ttl-wrap .ttl {
  border-bottom: 1px solid #fba31a;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 6px;
}
.blog-article-block .ttl-wrap .tag {
  background-color: #E9DDCF;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 5px 18px;
  line-height: 1;
  font-size: 12px;
}
.blog-article-block .thumb {
  margin: 30px 0 55px;
}
.blog-article-block .thumb img {
  width: 100%;
  height: auto;
}
.blog-article-block .article-content {
  border-bottom: 1px solid #fa9900;
  padding-bottom: 70px;
}
.blog-article-block .article-content h2 {
  color: #E9DDCF;
  border-bottom: 2px solid #E9DDCF;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 7px;
}
.blog-article-block .article-content h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.blog-article-block .article-content h3::before {
  background: #E9DDCF;
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.blog-article-block .article-content h4 {
  border-bottom: 2px solid #E9DDCF;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7px;
}
.blog-article-block .article-content h5 {
  background: #f6f6f6;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
}
.blog-article-block .article-content ul li,
.blog-article-block .article-content ol li {
  line-height: 1.5;
  position: relative;
}
.blog-article-block .article-content ul li {
  padding-left: 15px;
}
.blog-article-block .article-content ul li::before {
  background: #E9DDCF;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
}
.blog-article-block .article-content ol {
  counter-reset: number 0;
  padding-left: 17px;
}
.blog-article-block .article-content ol li::before {
  color: #E9DDCF;
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: -1.1em;
}
.blog-article-block .article-content a {
  color: #E9DDCF;
  position: relative;
  text-decoration: underline;
}
.blog-article-block .article-content a.link-ex::after {
  background: url(../img/common/ico-ex.svg) no-repeat center center;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  top: 1px;
  right: -5px;
  margin: auto;
}
.blog-article-block .article-content .link-ex a::after {
  background: url(../img/common/ico-ex.svg) no-repeat center center;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  top: 1px;
  right: -5px;
  margin: auto;
}
.blog-article-block .article-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #E9DDCF;
  color: #E9DDCF;
}
.blog-article-block .article-content .wp-block-button.is-style-outline .wp-block-button__link::before {
  border-color: #E9DDCF;
}
.blog-article-block .article-content .wp-block-button__link {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 12px 60px;
  text-decoration: none;
  width: auto;
  background-color: #fa9900;
}
.blog-article-block .article-content .is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #E9DDCF;
  color: #E9DDCF;
}
.blog-article-block .article-content .is-style-outline .wp-block-button__link::before {
  border-color: #E9DDCF;
}
.blog-article-block .article-content .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-article-block .article-content .wp-block-columns .wp-block-column {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image {
  margin: 0 15px;
  text-align: center;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image figure {
  margin: 0;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image figure img {
  width: 100%;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image figcaption {
  font-size: 12px;
  margin-top: 5px;
}
.blog-article-block .article-content .wp-block-media-text {
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-article-block .article-content .wp-block-media-text .wp-block-media-text__media {
  margin: 0;
  text-align: center;
}
.blog-article-block .article-content .wp-block-table {
  margin: 0;
}
.blog-article-block .article-content table {
  margin-top: 30px;
  width: 100%;
}
.blog-article-block .article-content table th,
.blog-article-block .article-content table td {
  padding: 15px;
}
.blog-article-block .article-content table th {
  background: #E9DDCF;
  border: 1px solid #E9DDCF;
  color: #fff;
}
.blog-article-block .article-content table td {
  border: 1px solid #E9DDCF;
}
.blog-article-block .article-content table thead th:nth-child(n+2) {
  border-left-color: #fff;
}
.blog-article-block .article-content table thead th:not(:last-child) {
  border-right-color: #fff;
}
.blog-article-block .article-content .iframe-wrap {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
.blog-article-block .article-content .iframe-wrap.youtube .wp-block-embed__wrapper {
  position: static;
}
.blog-article-block .article-content img {
  height: auto;
}
.blog-article-block .article-content * + h2,
.blog-article-block .article-content * + h3,
.blog-article-block .article-content * + h4,
.blog-article-block .article-content * + h5,
.blog-article-block .article-content * + ul,
.blog-article-block .article-content * + ol,
.blog-article-block .article-content * + .wp-block-buttons {
  margin-top: 20px;
}
.blog-article-block .article-content * + p {
  margin-top: 10px;
}
.blog-article-block .article-content h2 {
  margin-bottom: 30px;
}
.blog-article-block .article-content h3,
.blog-article-block .article-content h4,
.blog-article-block .article-content h5 {
  margin-bottom: 20px;
}
.blog-article-block .article-content * + .wp-block-buttons {
  margin: 30px auto !important;
}

/* -----------------------------------------------
* company Module
* companyページ用
-------------------------------------------------- */
.company .mv-block {
  margin-top: 120px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.company .mv-block .inner-block {
  display: grid;
  grid-template-columns: 532px 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company .mv-block .main-txt {
  font-weight: bold;
  font-size: 50px;
  margin-top: 36px;
  line-height: 1.6;
}
.company .mv-block .main-txt .strong {
  position: relative;
  color: #E60012;
  padding-bottom: 3px;
}
.company .mv-block .main-txt .strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/company/dots.png.webp) space left/auto;
  width: 100%;
  height: 6px;
  display: inline-block;
}
.company .mv-block .desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  margin-top: 43px;
}
.company .mv-block .img-area {
  position: relative;
}
.company .mv-block .img-01 {
  /* margin-left: 57px; */
  margin-left: -108px;
  display: block;
}
.company .mv-block .img-01 svg path {
  -webkit-transform: translate(170px, 0);
          transform: translate(170px, 0);
}
.company .mv-block .img-02 {
  position: absolute;
  bottom: -155px;
  bottom: -175px;
  right: max(-152px, -7.9166666667vw);
}
.company .mv-block .img-02 svg path {
  -webkit-transform: translate(145px, 0);
          transform: translate(145px, 0);
}
.company .mv-block .deco {
  position: absolute;
  bottom: -128px;
  left: max(-63px, -3.28125vw);
  margin: auto;
}
.company .about-block {
  background: url(../img/company/bg01.png.webp) no-repeat top/cover;
  padding-top: 87px;
  padding-bottom: 143px;
}
.company .about-block .l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.company .about-block .about-tb {
  width: 50%;
}
.company .about-block .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #111111;
  gap: 30px;
  padding: 26.5px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.company .about-block .tb-ttl {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  width: 22%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 23px;
}
.company .about-block .tb-item {
  width: 78%;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
.company .about-block .tb-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #111111;
  height: 85%;
  width: 1px;
}
.company .access-block {
  padding-top: 97px;
  padding-bottom: 107px;
}
.company .access-block .info-area {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 45px;
}
.company .access-block .info-area .l-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  font-weight: 500;
  gap: 50px;
  margin-top: 15px;
}
.company .access-block .map-wrap {
  position: relative;
}
.company .safety-policy-section {
  padding-bottom: 120px;
}
.company .safety-policy-section .inn {
  background: #fff;
  padding: 40px 50px 50px;
  margin-top: 30px;
}
.company .safety-policy-section .main-ttl {
  color: #E60012;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.company .safety-policy-section .txt {
  font-size: 18px;
  font-weight: 500;
}
.company .safety-policy-section .txt + .policy-ttl {
  margin-top: 58px;
}
.company .safety-policy-section .policy-ttl {
  color: #E60012;
  font-family: "HGMaruGothicMPRO", "HG丸ｺﾞｼｯｸM-PRO", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1;
}
.company .safety-policy-section .num-list {
  counter-reset: num;
  font-size: 18px;
  font-weight: 500;
}
.company .safety-policy-section .num-list li {
  counter-increment: num;
  padding-left: 23px;
  position: relative;
}
.company .safety-policy-section .num-list li::before {
  color: #E60012;
  content: counter(num) ".";
  font-family: "Work Sans", serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.company .safety-policy-section .num-list li + li {
  margin-top: 20px;
}

/* -----------------------------------------------
* greeting Module
* greetingページ用
-------------------------------------------------- */
.company-greeting .greeting-block {
  padding-block: 120px;
}
.company-greeting .greeting-block .img {
  text-align: center;
}
.company-greeting .greeting-block .img .name {
  margin-top: 30px;
}
.company-greeting .greeting-block .img img {
  border-radius: 10px;
}
.company-greeting .greeting-block .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 60px;
  margin-top: 35px;
}
.company-greeting .greeting-block .texts-area .big-text-area {
  margin-bottom: 30px;
}
.company-greeting .greeting-block .texts-area .big-text-area .big-text {
  color: #E60012;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 50px;
  line-height: 1.6;
  font-weight: bold;
}
.company-greeting .greeting-block .texts-area .big-text-area .big-text .strong-dots::before {
  bottom: -5px;
}
.company-greeting .greeting-block .texts-area .paragraph-area {
  width: 100%;
}
.company-greeting .greeting-block .texts-area .paragraph-area .txt {
  line-height: 2.4;
  font-size: 18px;
  font-weight: 500;
}
.company-greeting .greeting-block .texts-area .paragraph-area .txt + .txt {
  margin-top: 30px;
}

/* -----------------------------------------------
* history Module
* historyページ用
-------------------------------------------------- */
.history .history-block {
  margin-top: 76px;
  padding-bottom: 120px;
}
.history .l-grid {
  display: grid;
  grid-template-columns: 1fr clamp(725px, 760px, min(760px, 39.5833333333vw)) 1fr;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
}
.history .tb-area {
  margin-top: 38px;
}
.history .line {
  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;
  gap: min(62px, 3.2291666667vw);
  border-bottom: 1px solid #d9d9d9;
  padding: 28.5px 0;
}
.history .year {
  color: #E60012;
  font-weight: bold;
  padding-left: 30px;
}
.history .year .num {
  font-size: 30px;
  font-family: "Work Sans", serif;
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
}
.history .txt {
  font-weight: 500;
}
.history img {
  display: block;
  border-radius: 10px;
}
.history .l-img-area .img01 {
  margin-top: 70px;
  border-radius: 0 10px 10px 0;
}
.history .l-img-area .img02 {
  margin-left: auto;
  margin-top: 83px;
}
.history .l-img-area .img03 {
  margin-top: 78px;
  border-radius: 0 10px 10px 0;
}
.history .r-img-area .img01 {
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
.history .r-img-area .img02 {
  margin-top: 83px;
}
.history .r-img-area .img03 {
  margin-left: auto;
  margin-top: 78px;
  border-radius: 10px 0 0 10px;
}

/* -----------------------------------------------
* product Module
* productページ用
-------------------------------------------------- */
.product-block {
  padding-bottom: 120px;
}
.product-block .top-paragraph {
  line-height: 2.4;
  font-size: 18px;
  font-weight: 500;
}
.product-block .product-list-block {
  padding-top: 50px;
}
.product-block .product-list-block ul {
  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;
  gap: 50px;
}
.product-block .product-list-block ul li a,
.product-block .product-list-block ul li .no-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.product-block .product-list-block ul li a .more-link::before,
.product-block .product-list-block ul li .no-link .more-link::before {
  -webkit-transition: right 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.product-block .product-list-block ul li a:focus-visible .more-link::before,
.product-block .product-list-block ul li .no-link:focus-visible .more-link::before {
  right: 0;
  width: 30px;
  height: 30px;
}
.product-block .product-list-block ul li a .img,
.product-block .product-list-block ul li .no-link .img {
  width: 340px;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 340/220;
}
.product-block .product-list-block ul li a .img img,
.product-block .product-list-block ul li .no-link .img img {
  width: 100%;
  height: auto;
}
.product-block .product-list-block ul li a .contents,
.product-block .product-list-block ul li .no-link .contents {
  max-width: 820px;
  width: 100%;
  padding-left: 40px;
  border-left: 1px solid #111111;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "head link" "desc desc";
  row-gap: 20px;
}
.product-block .product-list-block ul li a .contents .head,
.product-block .product-list-block ul li .no-link .contents .head {
  grid-area: head;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  align-self: center;
}
.product-block .product-list-block ul li a .contents .desc,
.product-block .product-list-block ul li .no-link .contents .desc {
  grid-area: desc;
  font-size: 16px;
  line-height: 2;
}
.product-block .product-list-block ul li a .contents .more-link,
.product-block .product-list-block ul li .no-link .contents .more-link {
  grid-area: link;
  align-self: center;
}

.product-cta-block {
  padding-bottom: 120px;
}
.product-cta-block .contents-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #E60012;
  border-radius: 10px;
}
.product-cta-block .contents-wrap .contents {
  position: relative;
  z-index: 2;
  padding: 50px 50px 60px 30px;
  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;
  gap: 30px 20px;
}
.product-cta-block .contents-wrap .contents .texts-area {
  color: #fff;
  padding-left: 38px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.product-cta-block .contents-wrap .contents .texts-area::before {
  position: absolute;
  content: "";
  width: 8px;
  height: calc(100% + 60px);
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  top: -50px;
  left: 0;
  margin: auto;
}
.product-cta-block .contents-wrap .contents .texts-area .head-txt {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-cta-block .contents-wrap .contents .texts-area .txt {
  font-size: 14px;
  line-height: 1.6;
}
.product-cta-block .contents-wrap .contents .contact-btn {
  text-align: center;
  background-color: #fff;
  color: #E60012;
}
.product-cta-block .contents-wrap .bg-text {
  opacity: 0.5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
.product-cta-block .contents-wrap .bg-text.text-frame-clip {
  color: #E60012;
  -webkit-text-stroke: 1px #fff;
}

/* -----------------------------------------------
* product-detail Module
* product-detailページ用
-------------------------------------------------- */
.product-detail .product-block .top-text {
  font-size: 50px;
  color: #E60012;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}

.product-detail-list-block {
  padding-top: 80px;
}
.product-detail-list-block ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
.product-detail-list-block ul li {
  padding: 30px;
  position: relative;
}
.product-detail-list-block ul li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111111;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-detail-list-block ul li .img {
  aspect-ratio: 320/174;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-detail-list-block ul li .img:not(:has(img)):not(:has(iframe)) {
  background-color: #B5B5B5;
}
.product-detail-list-block ul li .img img {
  width: 100%;
  height: auto;
  background-color: #B5B5B5;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-list-block ul li .img iframe {
  height: 100%;
  width: 100%;
}
.product-detail-list-block ul li .head {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10px;
}
.product-detail-list-block ul li .desc {
  font-size: 14px;
  line-height: 2;
}

/* -----------------------------------------------
* news Module
* newsページ用
-------------------------------------------------- */
.news-block {
  padding-bottom: 120px;
}
.news-block .news-list-block .news-list-area {
  grid-area: news;
}
.news-block .news-list-block .news-list-area li + li {
  margin-top: 30px;
}
.news-block .news-list-block .news-list-area li a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "date cat" "ttl ttl";
  row-gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #111111;
}
.news-block .news-list-block .news-list-area li .date {
  grid-area: date;
  align-self: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Work Sans", serif;
}
.news-block .news-list-block .news-list-area li .cat {
  grid-area: cat;
  align-self: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.news-block .news-list-block .news-list-area li .cat::before {
  content: "";
  position: absolute;
  height: 1.34em;
  width: 1px;
  left: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #111111;
}
.news-block .news-list-block .news-list-area li .ttl {
  grid-area: ttl;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-block .news-list-block .pagination-area {
  grid-area: pagi;
  justify-self: center;
}
.news-block .news-list-block .news-cat-area {
  grid-area: cat;
}
.news-block .news-list-block .news-cat-area .ttl {
  font-size: 30px;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 30px;
}
.news-block .news-list-block .news-cat-area .cat-list li:last-of-type a {
  border-bottom: 1px solid #111111;
}
.news-block .news-list-block .news-cat-area .cat-list li a {
  padding: 30px 20px;
  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;
  border-top: 1px solid #111111;
}
.news-block .news-list-block .news-cat-area .cat-list li .cat-name,
.news-block .news-list-block .news-cat-area .cat-list li .num {
  font-size: 14px;
  line-height: 2;
}
.news-block .news-list-block .news-cat-area .cat-list li .num {
  padding-left: 30px;
  position: relative;
}
.news-block .news-list-block .news-cat-area .cat-list li .num::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0.7em;
  left: 0.8em;
  top: 1em;
  margin: auto;
  background-color: #111111;
}

/* -----------------------------------------------
* news-detail Module
* news-detailページ用
-------------------------------------------------- */
.news-detail .news-related-block {
  padding-bottom: 120px;
}

.news-detail-block .news-detail-area .news-article-area {
  border-bottom: 1px solid #111111;
}
.news-detail-block .news-detail-area .news-article-area .ttl-wrap {
  border-bottom: 1px solid #111111;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "date cat" "ttl ttl";
  row-gap: 30px;
  padding-bottom: 30px;
}
.news-detail-block .news-detail-area .news-article-area .ttl-wrap .date {
  grid-area: date;
  align-self: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Work Sans", serif;
}
.news-detail-block .news-detail-area .news-article-area .ttl-wrap .cat {
  grid-area: cat;
  align-self: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.news-detail-block .news-detail-area .news-article-area .ttl-wrap .cat::before {
  content: "";
  position: absolute;
  height: 1.34em;
  width: 1px;
  left: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #111111;
}
.news-detail-block .news-detail-area .news-article-area .ttl-wrap .ttl {
  grid-area: ttl;
  font-size: 30px;
  line-height: 1.4;
}
.news-detail-block .news-detail-area .pagination-area {
  padding-top: 50px;
  padding-bottom: 80px;
}

.news-related-block .c-ttl01 {
  margin-bottom: 40px;
}
.news-related-block .news-related-area .related-cards-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px 30px;
}
.news-related-block .news-related-area .related-cards-list li a {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "date cat . " "ttl ttl ttl" "link link link ";
  row-gap: 20px;
}
.news-related-block .news-related-area .related-cards-list li a .date {
  grid-area: date;
  align-self: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Work Sans", serif;
}
.news-related-block .news-related-area .related-cards-list li a .cat {
  grid-area: cat;
  align-self: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.news-related-block .news-related-area .related-cards-list li a .cat::before {
  content: "";
  position: absolute;
  height: 1.34em;
  width: 1px;
  left: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #111111;
}
.news-related-block .news-related-area .related-cards-list li a .ttl {
  grid-area: ttl;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-related-block .news-related-area .related-cards-list li a .more-link {
  grid-area: link;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-related-block .news-related-area .related-cards-list li a .more-link::before, .news-related-block .news-related-area .related-cards-list li a .more-link::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.recruit .recruit-info-block .inner-block {
  max-width: 1442px;
}
.recruit .recruit-info-block .white-box {
  background: #fff;
  margin: auto;
  border-radius: 20px;
  padding: 50px min(80px, 4.1666666667vw);
}
.recruit .recruit-info-block .top-info {
  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;
  padding: 0 min(50px, 2.6041666667vw);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 34px;
}
.recruit .recruit-info-block .info-list {
  padding: 0 min(50px, 2.6041666667vw);
  margin-bottom: 70px;
}
.recruit .recruit-info-block .info-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #111111;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}
.recruit .recruit-info-block .info-list .date {
  font-family: "Work Sans", serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 16px;
}
.recruit .recruit-info-block .info-list .date::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 16px;
  width: 1px;
  background: #111111;
  margin: auto;
}
.recruit .recruit-info-block .info-list .tag {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 16px;
  display: inline-block;
  margin-left: 16px;
}
.recruit .recruit-info-block .info-list .tag::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 16px;
  width: 1px;
  background: #111111;
  margin: auto;
}
.recruit .recruit-info-block .info-list .ttl {
  font-weight: 500;
  font-size: 14px;
  margin-left: 16px;
}
.recruit .recruit-info-block .anchor-list {
  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;
  gap: min(23px, 1.1979166667vw);
}
.recruit .recruit-info-block .anchor-list > li {
  width: 100%;
}
.recruit .recruit-info-block .anchor-list > li > a {
  border-radius: 50px;
  border: 1px solid #111111;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 0;
}
.recruit .recruit-info-block .anchor-list > li > a .txt {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.recruit .recruit-info-block .anchor-list > li > a .txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 0;
  margin: auto;
  border-top: 2px solid #111111;
  border-right: 2px solid #111111;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 9px;
  height: 9px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.recruit .top-block {
  padding-top: 80px;
}
.recruit .top-block .l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(60px, 3.125vw);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.recruit .top-block .l-flex .ttl {
  color: #E60012;
  font-weight: bold;
  font-size: clamp(40px, 46px, min(46px, 2.3958333333vw));
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.recruit .top-block .l-flex .ttl .indent {
  margin-left: -0.5em;
}
.recruit .top-block .l-flex .ttl .line {
  position: relative;
  padding-bottom: 5px;
}
.recruit .top-block .l-flex .ttl .line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/company/dots.png.webp) space left/auto;
  width: 100%;
  height: 6px;
  display: inline-block;
}
.recruit .top-block .l-flex .r-area {
  width: 47%;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.recruit .top-block picture img {
  display: block;
  margin: auto;
}
.recruit .business-block {
  margin-top: 248px;
  background: #E9DDCF;
  position: relative;
  z-index: 0;
}
.recruit .business-block::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  background: url(../img/recruit/bg01.svg) no-repeat center/cover;
  width: 100%;
  height: 130px;
}
.recruit .business-block::after {
  content: "";
  position: absolute;
  bottom: -78px;
  left: 0;
  background: url(../img/recruit/bg02.svg) no-repeat center/cover;
  width: 100%;
  height: 130px;
  z-index: -1;
}
.recruit .business-block .l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(100px, 5.2083333333vw);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit .business-block .l-flex .c-ttl01 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: -10px;
}
.recruit .business-block .l-flex .txt {
  margin-top: -6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}
.recruit .business-block .img-area {
  margin-top: 70px;
}
.recruit .business-block .splide-wrapper {
  position: relative;
}
.recruit .business-block .splide__track {
  overflow: visible;
}
.recruit .person-block {
  padding-top: 202px;
  padding-bottom: 106px;
}
.recruit .person-block .icon-list {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(30px, 1.5625vw);
  margin: 62px auto 0;
  max-width: 1100px;
}
.recruit .person-block .icon-list > li {
  margin: 0 auto;
  text-align: center;
  width: calc((100% - 40px) / 3);
}
.recruit .person-block .icon-list .icon {
  position: relative;
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.recruit .person-block .icon-list .icon .icon-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.recruit .person-block .icon-list .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}
.recruit .person-block .desc {
  line-height: 2;
  max-width: 950px;
  margin: 75px auto 0;
  font-size: 18px;
  font-weight: 500;
}
.recruit .voice-block {
  padding-top: 124px;
  background: #fff;
  padding-bottom: 115px;
}
.recruit .voice-block .voice-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: min(27px, 1.40625vw);
}
.recruit .voice-block .voice-list img {
  border-radius: 10px;
  display: block;
  margin: auto;
}
.recruit .voice-block .voice-list .txt-area {
  margin: 23px auto 0;
  border-left: 4px solid #111111;
  padding-left: 28px;
  max-width: 280px;
}
.recruit .voice-block .voice-list .ttl {
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  line-height: 1.4;
}
.recruit .voice-block .voice-list .info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
}
.recruit .voice-block .voice-list .btn-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 11px;
}
.recruit .about-block {
  padding-top: 120px;
  background: url(../img/company/bg01.png.webp) repeat top/cover;
  background-size: 1920px;
  padding-bottom: 120px;
}
.recruit .about-block .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(100px, 5.2083333333vw);
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.recruit .about-block .c-ttl01 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.recruit .about-block .about-tb .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #111111;
  gap: 30px;
  padding: 26.5px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .about-block .about-tb .tb-ttl {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  width: 12.5%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 23px;
  white-space: nowrap;
}
.recruit .about-block .about-tb .tb-item {
  width: 87.5%;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
.recruit .about-block .about-tb .tb-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #111111;
  height: 16px;
  width: 1px;
}
.recruit .about-block .about-tb .tb-item .txt + .txt {
  margin-top: 30px;
}
.recruit .flow-block {
  padding-top: 122px;
  padding-bottom: 120px;
}
.recruit .flow-block .flow-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  gap: min(80px, 4.1666666667vw);
}
.recruit .flow-block .flow-list::before {
  content: "";
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 90%;
  background: #E60012;
}
.recruit .flow-block .flow-list > li {
  margin: 0 auto;
  width: calc((100% - min(240px, 12.5vw)) / 4);
}
.recruit .flow-block .flow-list .circle {
  background: #fff;
  border-radius: 50%;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.recruit .flow-block .flow-list .circle img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.recruit .flow-block .flow-list .num {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  background: #E60012;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: "Work Sans", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit .flow-block .flow-list .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
.recruit .flow-block .flow-list .txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 13px;
}

/* -----------------------------------------------
* voice Module
* voiceページ用
-------------------------------------------------- */
.c-interview-block + .c-interview-block {
  margin-top: 80px;
}
.c-interview-block.reverse .inner-block {
  grid-template-columns: 1fr clamp(400px, 800px, min(800px, 41.6666666667vw));
  margin-right: 0;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 0;
}
.c-interview-block.reverse .txt-area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.c-interview-block.reverse .img-area {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.c-interview-block.reverse .img-area img {
  border-radius: 20px 0 0 20px;
}
.c-interview-block .inner-block {
  display: grid;
  grid-template-columns: clamp(400px, 800px, min(800px, 41.6666666667vw)) 1fr;
  max-width: 1640px;
  margin-left: 0;
  padding-left: 0;
  gap: min(100px, 5.2083333333vw);
}
.c-interview-block .q-ttl {
  color: #E60012;
  padding-left: 40px;
  line-height: 1.8;
  font-size: clamp(18px, 24px, min(24px, 1.25vw));
  font-weight: 500;
  position: relative;
  margin-top: min(50px, 2.6041666667vw);
}
.c-interview-block .q-ttl::before {
  content: "Q.";
  font-family: "Work Sans", serif;
  font-size: clamp(22px, 30px, min(30px, 1.5625vw));
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 1.3;
}
.c-interview-block .ttl {
  font-size: clamp(26px, 40px, min(40px, 2.0833333333vw));
  font-weight: 500;
  line-height: 1.8;
  margin-top: min(40px, 2.0833333333vw);
}
.c-interview-block .txt {
  margin-top: min(50px, 2.6041666667vw);
  line-height: 2.4;
  font-size: 16px;
}
.c-interview-block .img-area img {
  border-radius: 0 20px 20px 0;
}

.c-person-list-block {
  margin-top: 120px;
  margin-bottom: 120px;
}
.c-person-list-block .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(62px, 3.2291666667vw);
}
.c-person-list-block .c-ttl01 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-person-list-block .person-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(50px, 2.6041666667vw);
}
.c-person-list-block .txt-area {
  position: relative;
  padding-left: 30px;
}
.c-person-list-block .txt-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #111111;
}
.c-person-list-block .ttl {
  font-weight: 500;
  font-size: clamp(18px, 20px, min(20px, 1.0416666667vw));
  line-height: 1.5;
  margin-top: 20px;
}
.c-person-list-block .info {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}
.c-person-list-block .btn-wrap {
  text-align: right;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-person-list-block .img img {
  border-radius: 10px;
}

.voice .mv-block {
  margin-top: -60px;
  position: relative;
  margin-bottom: 120px;
}
.voice .mv-block img {
  width: 100%;
}
.voice .mv-block .inner-block {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1440px;
  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;
}
.voice .mv-block .main-txt {
  color: #E60012;
  font-weight: bold;
  font-size: clamp(30px, 60px, min(60px, 3.125vw));
  line-height: 1.33;
}
.voice .mv-block .info {
  font-weight: 500;
  font-size: clamp(16px, 18px, min(18px, 0.9375vw));
  font-weight: 500;
  line-height: 1.8;
  margin-top: min(47px, 2.4479166667vw);
}

/* -----------------------------------------------
* contact Module
* contactページ用
-------------------------------------------------- */
.contact.complete {
  padding-bottom: 100px;
}
.contact .kv-ttl-area .ttl {
  line-height: 1.5;
}
.contact .p-ttl01 {
  position: relative;
  padding-left: 27px;
  font-size: clamp(16px, 20px, min(20px, 1.0416666667vw));
  line-height: 2.4;
  font-weight: 500;
}
.contact .p-ttl01::before {
  content: "";
  width: clamp(11px, 15px, min(15px, 0.78125vw));
  height: clamp(11px, 15px, min(15px, 0.78125vw));
  border-radius: 50%;
  background: #E60012;
  position: absolute;
  top: clamp(14px, 18px, min(18px, 0.9375vw));
  left: 0;
}
.contact .desc {
  line-height: 2;
  font-size: clamp(16px, 18px, min(18px, 0.9375vw));
  line-height: 2.4;
}
.contact .tel-area {
  display: grid;
  grid-template-columns: 1fr clamp(650px, 840px, min(840px, 43.75vw));
  margin-top: 60px;
}
.contact .tel-area .r-side {
  border-left: 1px solid #111111;
  border-right: 1px solid #111111;
  text-align: center;
  margin-top: 15px;
}
.contact .tel-area .num {
  font-weight: bold;
  font-family: "Work Sans", serif;
  font-size: clamp(40px, 80px, min(80px, 4.1666666667vw));
  line-height: 1;
  margin-bottom: 10px;
}
.contact .tel-area .info {
  font-size: 12px;
  font-weight: 500;
}
.contact .tel-area .time {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  margin-right: 15px;
}
.contact .tel-area .time .work-sans {
  font-family: "Work Sans", serif;
}
.contact .tel-area .time::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 16px;
  background: #000;
}
.contact .input-block {
  margin-top: 77px;
  margin-bottom: 96px;
}
.contact .input-block .p-ttl01 {
  font-weight: bold;
}
.contact .input-block .inner-block {
  display: grid;
  grid-template-columns: 1fr clamp(650px, 840px, min(840px, 43.75vw));
}
.contact .input-block .c-form-table {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.contact .input-block tr {
  border-bottom: 1px solid #111111;
}
.contact .input-block tr:last-child th {
  vertical-align: top;
}
.contact .input-block th {
  position: relative;
  vertical-align: middle;
  text-align: left;
  padding: 29.5px 36px 29.5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact .input-block td {
  padding: 21.5px 0px 21.5px 50px;
}
.contact .input-block .head {
  font-weight: 500;
  position: relative;
}
.contact .input-block .req {
  position: absolute;
  width: 35px;
  color: #fff;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-size: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #E60012;
}
.contact .input-block .error-msg,
.contact .input-block .validate-text {
  color: #E60012;
  display: block;
  font-size: 16px;
}
.contact .input-block .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contact .input-block .wpcf7-list-item {
  display: inline !important;
  margin: 0 !important;
}
.contact .input-block .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 343px;
}
.contact .input-block .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.contact .input-block .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact .input-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin: 0 !important;
  display: inline !important;
  padding-left: 34px;
  position: relative;
  display: block;
}
.contact .input-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  border: 1px solid #111111;
  width: 20px;
  height: 20px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.contact .input-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  border-radius: 50%;
  background: #E60012;
  position: absolute;
  top: 6px;
  left: 4px;
  margin: auto;
  opacity: 0;
  width: 12px;
  height: 12px;
}
.contact .input-block .wpcf7-text {
  border: 1px solid #111111;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px;
}
.contact .input-block .wpcf7-textarea {
  font-size: 16px;
  padding: 20px;
  display: block;
  height: 250px;
  width: 100%;
  border: 1px solid #111111;
}
.contact .input-block .form-btn {
  background: #E60012;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 360px;
  border-radius: 1000px;
  margin: auto;
  position: relative;
  display: block;
  padding: 24px 0;
  border: 1px solid #E60012;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact .input-block .form-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
}
.contact .input-block .form-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: block;
}
.contact .input-block .form-btn.back-btn {
  background: #fff;
  color: #E60012;
}
.contact .input-block .form-btn.back-btn::before {
  background: rgba(230, 0, 18, 0.1);
}
.contact .input-block .form-btn.back-btn::after {
  background: #E60012;
}
.contact .input-block .form-btn input,
.contact .input-block .form-btn > span {
  font-size: clamp(16px, 20px, min(20px, 1.0416666667vw));
  font-weight: bold;
}
.contact .input-block .btn-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.contact .input-block .btn-wrap button {
  max-width: 360px;
}
.contact .input-block .confirm-area th .head {
  width: 100%;
  position: relative;
}
.contact .confirm-area,
.contact .wpcf7-not-valid-tip {
  display: none;
}
.contact .thanks-message {
  text-align: center;
}
.contact .thanks-btn {
  display: block;
  margin: 40px auto 0;
}
.contact .wpcf7-response-output {
  display: none;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .text-frame-clip {
    font-size: 60px;
  }
  .c-header .logo-area {
    width: 260px;
  }
  .c-header .logo-area .logo {
    width: 260px;
  }
  .c-header .logo-area .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer {
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 30px 20px;
  }
  .c-footer .logo-area .logo {
    width: 280px;
  }
  .c-footer .logo-area .address-tel > div {
    font-size: 13px;
  }
  .c-footer .logo-area .address-tel .address-box .address {
    font-size: 13px;
  }
  .c-footer .logo-area .address-tel .tel-box {
    margin-top: 20px;
  }
  .c-footer .logo-area .relation-link .relation-title {
    font-size: 12px;
  }
  .c-footer .logo-area .relation-link a {
    width: 100%;
  }
  .c-footer .logo-area .relation-link a + a {
    margin-top: 10px;
  }
  .c-footer .link-area .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #111111;
    padding: 40px 20px;
    font-size: 10px;
    line-height: 1.8;
  }
  .c-footer .link-area .copyright .sp-copy {
    margin-right: 5px;
  }
  #pagetop {
    right: 15px;
    bottom: 58px;
  }
  .c-btn03 {
    height: 70px;
  }
  .c-btn03 .inn {
    font-size: 16px;
  }
  .contact-btn:before {
    right: 25px;
  }
  .contact-btn:after {
    right: 32px;
  }
  .contact-btn.ico-external::before {
    width: 24px;
    height: 24px;
    right: 25px;
  }
  .btn-wrap {
    gap: 10px;
  }
  .c-ttl01 {
    font-size: 12px;
    padding: 8px 24px 8px 35px;
  }
  .more-link {
    font-size: 12px;
  }
  .kv-block {
    padding: 45px 0 0;
  }
  .kv-block:before {
    background: url(../img/common/kv_bg_sp.png.webp) no-repeat center bottom;
    background-size: 100%;
    height: 82.6vw;
    max-height: 358px;
    min-height: 300px;
    width: 100%;
    top: -60px;
    left: -100%;
    right: -100%;
  }
  .kv-block .main-text {
    width: 315px;
    margin: auto;
  }
  .kv-block .slide-text-area {
    top: 140px;
  }
  .kv-block.not-home {
    height: 300px;
    padding-top: 40px;
  }
  .slide-product-area {
    height: 270px;
  }
  .slide-product-area .slide-product-wrap {
    width: 1700px;
    height: 270px;
  }
  .slide-image-area .slide-image-wrap {
    width: 2120px;
    height: 350px;
    -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
            animation: infinity-scroll-left 30s infinite linear 0.5s both;
  }
  .slide-image-area .slide-item {
    width: 1060px;
    height: 350px;
  }
  .kv-ttl-area .ttl {
    font-size: clamp(30px, 38px, min(38px, 10.1333333333vw));
  }
  .kv-ttl-area .breadcrumb-wrap {
    overflow-x: auto;
  }
  .kv-ttl-area .breadcrumb-wrap::-webkit-scrollbar {
    width: 100%;
    height: 2px;
  }
  .kv-ttl-area .breadcrumb-wrap::-webkit-scrollbar-thumb {
    background: #E60012;
    border-radius: 5px;
  }
  .kv-ttl-area .breadcrumb-area {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    white-space: nowrap;
  }
  .color-bg-block:before {
    background: url(../img/common/bg_color_content_top_sp.png.webp) no-repeat center bottom;
    background-size: 100%;
    width: 100%;
    min-width: 1px;
    height: 40px;
    top: -40px;
  }
  .color-bg-block:after {
    background: url(../img/common/bg_color_content_bottom_sp.png.webp) no-repeat center top;
    background-size: 100%;
    width: 100%;
    min-width: 1px;
    height: 40px;
    bottom: -40px;
  }
  .contact-block {
    margin: 0 20px;
  }
  .contact-block .contact-inner-block .text-area .big-text {
    font-size: min(60px, 16vw);
    margin: 30px 0;
  }
  .contact-block .contact-inner-block .text-area .text {
    font-size: 12px;
  }
  .contact-block .contact-inner-block .btn-area {
    margin: 30px 0 0;
  }
  .contact-block .contact-inner-block .btn-area .tel-box {
    margin-top: 40px;
  }
  .contact-block .contact-inner-block .btn-area .tel {
    margin: 40px 0 10px;
    font-size: min(48px, 12.8vw);
  }
  .contact-block .contact-inner-block .btn-area .time {
    font-size: 11px;
  }
  .c-tab-block .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-pagination .page-numbers.prev {
    margin-right: 2.6075619296vw;
  }
  .c-pagination .page-numbers.next {
    margin-left: 2.6075619296vw;
  }
  .c-news-article {
    padding-top: 30px;
  }
  .c-news-article h2 {
    font-size: 22px;
  }
  .c-news-article h3 {
    font-size: 18px;
  }
  .c-news-article h4 {
    font-size: 16px;
  }
  .c-news-article h5 {
    font-size: 14px;
    padding: 8px 10px;
  }
  .c-news-article ul li + li,
  .c-news-article ol li + li {
    margin-top: 10px;
  }
  .c-news-article ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .c-news-article .wp-block-button__link {
    display: block;
    text-align: center;
  }
  .c-news-article .wp-block-button__link:before {
    right: 25px;
  }
  .c-news-article .wp-block-button__link:after {
    right: 32px;
  }
  .c-news-article .wp-block-columns {
    margin-top: 20px;
  }
  .c-news-article .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 25px;
  }
  .c-news-article .wp-block-columns .wp-block-image {
    margin: 0;
  }
  .c-news-article .wp-block-columns.sp-col2 .wp-block-column {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
  .c-news-article .wp-block-columns.sp-col2 .wp-block-column:nth-child(even) {
    margin-left: 20px;
  }
  .c-news-article .wp-block-columns.sp-col2 .wp-block-column:nth-child(n+3) {
    margin-top: 20px;
  }
  .c-news-article .wp-block-media-text .wp-block-media-text__content {
    margin-top: 15px;
  }
  .c-news-article .sp-scroll {
    overflow-x: scroll;
  }
  .c-news-article .sp-scroll table {
    width: 100%;
    min-width: 600px;
  }
  .c-news-article .wp-block-table.sp-block {
    width: 100%;
  }
  .c-news-article .wp-block-table.sp-block th, .c-news-article .wp-block-table.sp-block td {
    display: block;
  }
  .c-news-article .wp-block-table.sp-block td {
    border-top: none;
  }
  .c-news-article table th,
  .c-news-article table td {
    padding: 10px;
  }
  .c-news-article table.sp-block {
    width: 100%;
  }
  .c-news-article table.sp-block th, .c-news-article table.sp-block td {
    display: block;
  }
  .c-news-article table.sp-block td {
    border-top: none;
  }
  .c-news-article .iframe-wrap.twitter iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .c-news-article .iframe-wrap.youtube {
    width: 100% !important;
    height: 0 !important;
    padding-top: 56% !important;
  }
  .c-news-article .iframe-wrap.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
  }
  .c-news-article * + h2,
  .c-news-article * + h3,
  .c-news-article * + h4,
  .c-news-article * + h5 {
    margin-top: 40px;
  }
  .c-news-article * + ul,
  .c-news-article * + ol,
  .c-news-article * + .wp-block-buttons {
    margin-top: 20px;
  }
  .c-news-article p + p {
    margin-top: 20px;
  }
  .c-news-article h2 {
    margin-bottom: 20px;
  }
  .home .kv-block {
    height: 490px;
  }
  .home .read-text {
    font-size: 24px;
    line-height: 1.8;
  }
  .home .news-block .inner-block .news-box {
    margin-top: 40px;
  }
  .home .news-block .inner-block .news-list {
    margin-top: 20px;
  }
  .home .news-block .inner-block .news-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2;
    padding: 10px 0;
    font-size: 10px;
  }
  .home .news-block .inner-block .news-list .news-item .news-text {
    padding-left: 0;
    margin-left: 0;
    margin-top: 2px;
    font-size: 12px;
  }
  .home .news-block .inner-block .news-list .news-item .news-text:before {
    display: none;
  }
  .home .about-block {
    margin-top: 80px;
  }
  .home .about-block:before {
    width: 590px;
    height: 540px;
    right: -100%;
    top: -140px;
  }
  .home .about-block:after {
    background-size: 960px;
  }
  .home .about-block .inner-block {
    padding: 110px 20px 10px;
    z-index: 8;
  }
  .home .about-block .about-text {
    font-size: min(27px, 7.2vw);
    margin: 30px 0 20px;
  }
  .home .about-block .about-text .text-work-sans {
    font-size: min(36px, 9.6vw);
  }
  .home .about-block .about-text-2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .home .about-block .about-img {
    border-radius: 10px;
  }
  .home .product-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home .product-block .product-text {
    margin: 30px 0;
  }
  .home .product-block .product-text .more-link {
    margin-top: 30px;
    display: inline-block;
  }
  .home .product-block .text-area {
    padding-left: 20px;
  }
  .home .product-block .text-area .product-title {
    font-size: 16px;
  }
  .home .product-block .text-area .product-text {
    font-size: 12px;
    margin-top: 15px;
  }
  .home .product-block .product-list-box {
    width: 70%;
  }
  .home .product-block .product-text p {
    font-size: 14px;
  }
  .home .to-recruit-block {
    margin-top: 40px;
    padding-top: 140px;
    padding-bottom: 170px;
  }
  .home .to-recruit-block .slide-text-wrap {
    width: 2336px;
  }
  .home .to-recruit-block .slide-text-wrap .slide-text {
    width: 1168px;
  }
  .home .to-recruit-block .inner-block {
    background-size: auto 100%;
    padding: 200px 10px 80px;
    height: auto;
  }
  .home .to-recruit-block .recruit-title {
    font-size: min(30px, 8vw);
    margin: 30px 0;
  }
  .home .to-recruit-block .recruit-text {
    font-size: 14px;
    margin: 30px 0;
  }
  .home .to-recruit-block .slide-item .img01 {
    top: 80px;
    width: 280px;
    height: 230px;
  }
  .home .to-recruit-block .slide-item .img02 {
    top: auto;
    bottom: 80px;
    left: 140px;
    width: 207px;
  }
  .home .to-recruit-block .slide-item .img03 {
    top: 100px;
    left: 400px;
    width: 140px;
  }
  .home .to-recruit-block .slide-item .img04 {
    top: auto;
    bottom: 20px;
    left: 360px;
    width: 260px;
  }
  .home .to-recruit-block .slide-item .img05 {
    top: 110px;
    width: 207px;
  }
  .home .to-recruit-block .slide-item .img06 {
    top: auto;
    bottom: 110px;
    width: 140px;
    height: 115px;
  }
  .home .to-recruit-block .slide-image-area.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 350px;
  }
  .blog-article-block .ttl-wrap .date {
    font-size: 13px;
  }
  .blog-article-block .ttl-wrap .ttl {
    font-size: 24px;
    padding-bottom: 12px;
  }
  .blog-article-block .ttl-wrap .tag {
    padding: 4px 15px;
  }
  .blog-article-block .thumb {
    margin: 25px 0 30px;
  }
  .blog-article-block .article-content {
    padding-bottom: 30px;
  }
  .blog-article-block .article-content h2 {
    font-size: 22px;
  }
  .blog-article-block .article-content h3 {
    font-size: 18px;
  }
  .blog-article-block .article-content h4 {
    font-size: 16px;
  }
  .blog-article-block .article-content h5 {
    font-size: 14px;
    padding: 8px 10px;
  }
  .blog-article-block .article-content ul li + li,
  .blog-article-block .article-content ol li + li {
    margin-top: 10px;
  }
  .blog-article-block .article-content ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .blog-article-block .article-content .wp-block-button__link {
    display: block;
    text-align: center;
  }
  .blog-article-block .article-content .wp-block-columns {
    margin-top: 20px;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 25px;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-image {
    margin: 0;
  }
  .blog-article-block .article-content .wp-block-columns.sp-col2 .wp-block-column {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
  .blog-article-block .article-content .wp-block-columns.sp-col2 .wp-block-column:nth-child(even) {
    margin-left: 20px;
  }
  .blog-article-block .article-content .wp-block-columns.sp-col2 .wp-block-column:nth-child(n+3) {
    margin-top: 20px;
  }
  .blog-article-block .article-content .wp-block-media-text .wp-block-media-text__content {
    margin-top: 15px;
  }
  .blog-article-block .article-content .sp-scroll {
    overflow-x: scroll;
  }
  .blog-article-block .article-content .sp-scroll table {
    width: 100%;
    min-width: 600px;
  }
  .blog-article-block .article-content .wp-block-table.sp-block {
    width: 100%;
  }
  .blog-article-block .article-content .wp-block-table.sp-block th, .blog-article-block .article-content .wp-block-table.sp-block td {
    display: block;
  }
  .blog-article-block .article-content .wp-block-table.sp-block td {
    border-top: none;
  }
  .blog-article-block .article-content table th,
  .blog-article-block .article-content table td {
    padding: 10px;
  }
  .blog-article-block .article-content table.sp-block {
    width: 100%;
  }
  .blog-article-block .article-content table.sp-block th, .blog-article-block .article-content table.sp-block td {
    display: block;
  }
  .blog-article-block .article-content table.sp-block td {
    border-top: none;
  }
  .blog-article-block .article-content .iframe-wrap.twitter iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .blog-article-block .article-content .iframe-wrap.youtube {
    width: 100% !important;
    height: 0 !important;
    padding-top: 56% !important;
  }
  .blog-article-block .article-content .iframe-wrap.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
  }
  .blog-article-block .article-content * + h2,
  .blog-article-block .article-content * + h3,
  .blog-article-block .article-content * + h4,
  .blog-article-block .article-content * + h5,
  .blog-article-block .article-content * + ul,
  .blog-article-block .article-content * + ol,
  .blog-article-block .article-content * + .wp-block-buttons {
    margin-top: 20px;
  }
  .blog-article-block .article-content h2 {
    margin-bottom: 20px;
  }
  .company .mv-block {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .company .mv-block .main-txt {
    font-size: 40px;
    margin-top: 20px;
  }
  .company .mv-block .desc {
    font-size: 16px;
    margin-top: 20px;
  }
  .company .mv-block .img-01 svg {
    width: 90.17vw;
    height: auto;
  }
  .company .mv-block .img-02 {
    width: 53.46vw;
    bottom: -44px;
    right: 10px;
  }
  .company .mv-block .img-02 svg {
    width: 53.46vw;
    height: auto;
  }
  .company .mv-block .deco {
    width: 30.6vw;
    max-width: 200px;
    bottom: -77px;
    left: max(-15px, -1.0791366906vw);
  }
  .company .about-block {
    padding: 50px 0;
    background-size: contain;
    background-repeat: repeat;
  }
  .company .about-block .line {
    padding: 15px 0;
    gap: 10px;
  }
  .company .about-block .tb-ttl {
    width: 24%;
    font-size: 14px;
    padding-left: 10px;
  }
  .company .about-block .tb-item {
    width: 76%;
    font-size: 13px;
    padding-left: 20px;
  }
  .company .access-block {
    padding: 0px 0 50px;
  }
  .company .access-block .info-area .l-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .company .safety-policy-section {
    padding-bottom: 50px;
  }
  .company .safety-policy-section .inn {
    padding: 20px 20px 30px;
    margin-top: 20px;
  }
  .company .safety-policy-section .main-ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .company .safety-policy-section .txt {
    font-size: 16px;
  }
  .company .safety-policy-section .txt + .policy-ttl {
    margin-top: 20px;
  }
  .company .safety-policy-section .policy-ttl {
    font-size: 16px;
  }
  .company .safety-policy-section .num-list {
    font-size: 16px;
  }
  .company .safety-policy-section .num-list li + li {
    margin-top: 10px;
  }
  .company-greeting .greeting-block {
    padding-block: 60px;
  }
  .company-greeting .greeting-block .inner {
    margin-top: 30px;
  }
  .company-greeting .greeting-block .texts-area .big-text-area .big-text {
    font-size: 38px;
  }
  .company-greeting .greeting-block .texts-area .paragraph-area .txt {
    font-size: 14px;
  }
  .history .history-block {
    padding-bottom: 100px;
  }
  .history .line {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 15px 0;
  }
  .history .year {
    padding-left: 20px;
    white-space: nowrap;
  }
  .history .year .num {
    font-size: 20px;
  }
  .history .txt {
    font-size: 12px;
  }
  .product-block {
    padding-bottom: 60px;
  }
  .product-block .top-paragraph {
    font-size: 14px;
    line-height: 2;
  }
  .product-block .product-list-block ul li a,
  .product-block .product-list-block ul li .no-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-block .product-list-block ul li a .img,
  .product-block .product-list-block ul li .no-link .img {
    width: 100%;
    height: auto;
  }
  .product-block .product-list-block ul li a .contents,
  .product-block .product-list-block ul li .no-link .contents {
    padding-left: 20px;
  }
  .product-block .product-list-block ul li a .contents .head,
  .product-block .product-list-block ul li .no-link .contents .head {
    font-size: 20px;
  }
  .product-block .product-list-block ul li a .contents .desc,
  .product-block .product-list-block ul li .no-link .contents .desc {
    font-size: 14px;
  }
  .product-cta-block {
    padding-bottom: 60px;
  }
  .product-cta-block .contents-wrap .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 50px 20px;
  }
  .product-cta-block .contents-wrap .contents .texts-area {
    padding-left: 28px;
  }
  .product-cta-block .contents-wrap .contents .texts-area .head-txt {
    font-size: 24px;
  }
  .product-cta-block .contents-wrap .bg-text {
    bottom: -16px;
  }
  .product-detail .kv-block .main-text {
    width: calc(100% - 40px);
    margin: auto;
  }
  .product-detail .product-block .top-text {
    font-size: 38px;
  }
  .product-detail-list-block {
    padding-top: 60px;
  }
  .product-detail-list-block ul li .img {
    width: 100%;
    height: auto;
  }
  .news-block {
    padding-bottom: 60px;
  }
  .news-block .news-list-block .pagination-area {
    margin-block: 50px;
  }
  .news-detail .news-related-block {
    padding-bottom: 80px;
  }
  .news-detail-block .news-detail-area .news-article-area .ttl-wrap .ttl {
    font-size: 24px;
    line-height: 1.6;
  }
  .news-detail-block .news-detail-area .pagination-area {
    padding-top: 30px;
  }
  .news-related-block .c-ttl01 {
    margin-bottom: 30px;
  }
  .news-related-block .news-related-area .related-cards-list li a {
    row-gap: 10px;
  }
  .recruit .recruit-info-block .top-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
  .recruit .recruit-info-block .info-list {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .recruit .recruit-info-block .info-list > li > a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .recruit .recruit-info-block .info-list .ttl {
    width: 100%;
    margin-left: 0;
  }
  .recruit .recruit-info-block .c-btn04 {
    margin: 0 20px 0;
    margin-bottom: 30px;
  }
  .recruit .recruit-info-block .anchor-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px;
  }
  .recruit .recruit-info-block .anchor-list > li {
    width: calc((100% - 15px) / 2);
  }
  .recruit .top-block {
    padding-top: 50px;
  }
  .recruit .top-block .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .recruit .top-block .l-flex .ttl {
    font-size: 28px;
  }
  .recruit .top-block .l-flex .r-area {
    width: 100%;
    font-size: 14px;
  }
  .recruit .business-block {
    margin-top: 100px;
  }
  .recruit .business-block::before {
    height: 65px;
    top: -65px;
    background-size: cover;
  }
  .recruit .business-block::after {
    height: 65px;
    bottom: -65px;
  }
  .recruit .business-block .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit .business-block .l-flex .txt {
    font-size: 14px;
  }
  .recruit .business-block .img-area {
    margin-top: 30px;
  }
  .recruit .person-block {
    padding: 50px 0;
  }
  .recruit .person-block .icon-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 30px;
  }
  .recruit .person-block .icon-list > li {
    width: 100%;
  }
  .recruit .person-block .icon-list .txt {
    font-size: 16px;
    margin-top: 20px;
  }
  .recruit .person-block .desc {
    font-size: 14px;
    margin-top: 50px;
  }
  .recruit .voice-block {
    padding: 50px 0;
  }
  .recruit .voice-block .voice-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    margin: 30px auto 0;
  }
  .recruit .voice-block .voice-list > li {
    width: 100%;
  }
  .recruit .about-block {
    padding: 50px 0;
  }
  .recruit .about-block .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 30px;
  }
  .recruit .about-block .about-tb .line {
    padding: 15px 0;
    gap: 10px;
  }
  .recruit .about-block .about-tb .line:first-child {
    padding-top: 0;
  }
  .recruit .about-block .about-tb .tb-ttl {
    width: 24%;
    font-size: 16px;
    padding-left: 10px;
  }
  .recruit .about-block .about-tb .tb-item {
    width: 76%;
    font-size: 13px;
    padding-left: 20px;
  }
  .recruit .about-block .about-tb .tb-item .txt + .txt {
    margin-top: 20px;
  }
  .recruit .flow-block {
    padding: 50px 0;
  }
  .recruit .flow-block .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 65px;
    margin-top: 55px;
  }
  .recruit .flow-block .flow-list::before {
    display: none;
  }
  .recruit .flow-block .flow-list > li {
    width: 100%;
  }
  .recruit .flow-block .flow-list .num {
    font-size: 18px;
  }
  .recruit .flow-block .flow-list .ttl {
    font-size: 16px;
  }
  .recruit .flow-block .flow-list .txt {
    text-align: center;
  }
  .c-interview-block + .c-interview-block {
    margin-top: 40px;
  }
  .c-interview-block .q-ttl {
    margin-top: 20px;
    font-size: 16px;
  }
  .c-interview-block .q-ttl::before {
    font-size: 20px;
  }
  .c-interview-block .ttl {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .c-person-list-block {
    margin: 50px 0;
  }
  .c-person-list-block .person-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: auto;
  }
  .voice .mv-block {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .voice .mv-block .inner-block {
    position: static;
  }
  .voice .mv-block .txt-area {
    margin-top: 24px;
    margin-left: 10px;
  }
  .voice .mv-block .main-txt {
    font-size: 32px;
    line-height: 1.56;
  }
  .voice .mv-block .info {
    font-size: 12px;
    margin-top: 17px;
  }
  .contact.complete {
    padding-bottom: 50px;
  }
  .contact .kv-ttl-area .ttl {
    font-size: 26px;
  }
  .contact .p-ttl01 {
    font-size: 16px;
  }
  .contact .desc {
    font-size: 14px;
  }
  .contact .tel-area .r-side {
    margin-top: 0;
    border: none;
  }
  .contact .tel-area .num {
    font-size: 32px;
  }
  .contact .input-block {
    margin: 50px 0;
  }
  .contact .input-block .c-form-table {
    margin-bottom: 20px;
  }
  .contact .input-block th {
    padding: 15px 40px 15px 0;
    width: 100%;
  }
  .contact .input-block td {
    display: block;
    width: 100%;
    padding: 0px 0px 15px 0px;
  }
  .contact .input-block .error-msg,
  .contact .input-block .validate-text {
    font-size: 14px;
  }
  .contact .input-block .wpcf7-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    gap: 20px;
    top: 6px;
  }
  .contact .input-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    top: 4px;
  }
  .contact .input-block .wpcf7-text {
    padding: 10px;
    font-size: 14px;
  }
  .contact .input-block .wpcf7-textarea {
    font-size: 14px;
  }
  .contact .input-block .form-btn {
    width: 100%;
    padding: 12px 0;
  }
  .contact .input-block .form-btn input,
  .contact .input-block .form-btn > span {
    font-size: 16px;
  }
  .contact .input-block .btn-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  .inner-block.narrow {
    max-width: 920px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .menu-area .menu-ul a:hover {
    color: #E60012;
  }
  .c-footer {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-footer .logo-area {
    width: 50%;
    padding: 30px 80px;
  }
  .c-footer .logo-area .address-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-footer .logo-area .address-tel > div {
    width: 50%;
  }
  .c-footer .logo-area .relation-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
  .c-footer .logo-area .relation-link a:hover {
    border-color: #E60012;
  }
  .c-footer .link-area {
    width: 50%;
    border-left: 1px solid #111111;
    padding: 30px 80px;
  }
  #pagetop a:hover {
    color: #E60012;
    border-color: #E60012;
  }
  #pagetop a:hover:before {
    background: #E60012;
  }
  .c-btn02:hover {
    background: #E60012;
    color: #fff;
    border-color: #E60012;
  }
  .c-btn02:hover:before {
    right: 20px;
    width: 30px;
    height: 30px;
    background: #f06671;
  }
  .c-btn03:hover {
    background: #E60012;
    color: #fff;
    border-color: #E60012;
  }
  .c-btn03:hover:before {
    right: 20px;
    width: 30px;
    height: 30px;
    background: #f06671;
  }
  .c-btn04:hover::before, .c-btn04:hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .contact-btn:hover {
    background: #fff;
    color: #E60012;
  }
  .contact-btn:hover:before {
    right: 40px;
    width: 30px;
    height: 30px;
    background: #E60012;
  }
  .contact-btn.ico-external:hover:before {
    right: 35px;
    width: 30px;
    height: 30px;
  }
  .more-link:hover:before {
    right: 0;
    width: 30px;
    height: 30px;
  }
  .kv-block.not-home::before {
    height: 500px;
    width: 965px;
  }
  .contact-block .contact-inner-block {
    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;
    padding: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact-block .contact-inner-block .text-area {
    width: 50%;
    padding: 30px 5px 30px 80px;
  }
  .contact-block .contact-inner-block .btn-area {
    width: 50%;
    padding: 70px 0 0;
    border-left: 1px solid #111111;
    border-top: none;
  }
  .c-news-article ul li + li,
  .c-news-article ol li + li {
    margin-top: 3px;
  }
  .c-news-article a:hover {
    text-decoration: none;
  }
  .c-news-article .wp-block-columns {
    margin: 30px -15px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .c-news-article .wp-block-columns .wp-block-column {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-news-article .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .c-news-article .wp-block-media-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-news-article .wp-block-media-text .wp-block-media-text__media {
    width: 252px;
  }
  .c-news-article .wp-block-media-text .wp-block-media-text__content {
    padding-left: 30px;
    width: calc(100% - 252px);
  }
  .c-news-article .wp-block-table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .c-news-article .wp-block-table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .c-news-article table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .c-news-article table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .c-news-article .iframe-wrap.youtube .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 490px;
  }
  .home .news-block .inner-block {
    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;
  }
  .home .news-block .inner-block .news-box {
    width: 640px;
  }
  .home .news-block .inner-block .news-list .news-item:hover .news-text {
    color: #E60012;
  }
  .home .about-block .about-img {
    position: absolute;
    left: 120px;
    top: 370px;
    margin: 0;
    border-radius: 20px;
  }
  .home .product-block .product-text {
    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;
  }
  .home .product-block .splide__slide:hover .more-link:before {
    right: 0;
    width: 30px;
    height: 30px;
  }
  .home .product-block .splide__slide:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .blog-article-block .article-content ul li + li,
  .blog-article-block .article-content ol li + li {
    margin-top: 3px;
  }
  .blog-article-block .article-content a:hover {
    text-decoration: none;
  }
  .blog-article-block .article-content .wp-block-columns {
    margin: 30px -15px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-column {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .blog-article-block .article-content .wp-block-media-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-article-block .article-content .wp-block-media-text .wp-block-media-text__media {
    width: 252px;
  }
  .blog-article-block .article-content .wp-block-media-text .wp-block-media-text__content {
    padding-left: 30px;
    width: calc(100% - 252px);
  }
  .blog-article-block .article-content .wp-block-table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .blog-article-block .article-content .wp-block-table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .blog-article-block .article-content table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .blog-article-block .article-content table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .blog-article-block .article-content .iframe-wrap.youtube .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 490px;
  }
  .news-block .news-list-block {
    display: grid;
    grid-template-columns: minmax(auto, 840px) minmax(200px, 1fr);
    grid-template-rows: 1fr auto;
    grid-template-areas: "news cat" "pagi cat";
    gap: 50px 60px;
  }
  .news-block .news-list-block .news-list-area li a:hover .ttl {
    color: #E60012;
  }
  .news-block .news-list-block .news-cat-area .cat-list li a:hover {
    color: #E60012;
  }
  .news-detail-block .news-detail-area .news-article-area .ttl-wrap .cat:hover {
    color: #E60012;
  }
  .recruit .recruit-info-block .info-list > li > a:hover .ttl {
    text-decoration: underline;
  }
  .recruit .recruit-info-block .anchor-list > li > a:hover {
    background: #E60012;
    border-color: #E60012;
  }
  .recruit .recruit-info-block .anchor-list > li > a:hover .txt {
    color: #fff;
  }
  .recruit .recruit-info-block .anchor-list > li > a:hover .txt::after {
    border-color: #fff;
  }
  .contact .input-block .form-btn:hover {
    background: #fff;
    color: #E60012;
  }
  .contact .input-block .form-btn:hover:before {
    right: 20px;
    width: 30px;
    height: 30px;
    background: #E60012;
  }
  .contact .input-block .form-btn.back-btn:hover {
    background: #E60012;
    color: #fff;
  }
  .contact .input-block .form-btn.back-btn:hover::before {
    background: rgba(255, 255, 255, 0.4);
  }
  .contact .input-block .form-btn.back-btn:hover::after {
    background: #fff;
  }
  .contact .input-block .confirm-area th {
    width: 220px;
  }
  .contact .input-block .confirm-area th .head::after {
    content: "";
    height: 22px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #111111;
  }
  .contact .input-block .confirm-area td {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .c-header {
    margin: 0 20px;
    height: 60px;
  }
  .c-header .menu-area {
    height: 0;
    width: 100vw;
    overflow: hidden;
    position: absolute;
    display: block;
    background: #fff;
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden;
    top: 60px;
    left: -20px;
  }
  .c-header .menu-area > * {
    display: none !important;
  }
  .c-header .menu-btn {
    display: block;
  }
  .c-footer .logo-area {
    width: 100%;
  }
  .c-footer .link-area {
    width: 100%;
    border-left: none;
    border-top: 1px solid #111111;
  }
  .contact-block .contact-inner-block .text-area {
    padding-left: 0;
    width: 100%;
  }
  .contact-block .contact-inner-block .btn-area {
    width: 100%;
    border-top: 1px solid #111111;
    border-left: none;
  }
}
@media only screen and (max-width: 1200px) {
  .c-header .logo-area .logo {
    width: 340px;
  }
}
@media only screen and (max-width: 1400px) {
  .c-header .logo-area .logo-text {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer .link-area {
    border-top: none;
  }
}
@media only screen and (max-width: 1500px) {
  .contact-btn {
    min-width: 1px;
    height: 100px;
    border-radius: 100px;
    padding-top: 38px;
    font-size: min(22px, 5.8666666667vw);
  }
  .contact-block .contact-inner-block .text-area {
    padding-left: 20px;
  }
  .contact-block .contact-inner-block .text-area .big-text {
    font-size: min(60px, 16vw);
  }
  .history .l-grid {
    display: block;
  }
  .history .tb-area {
    padding: 0 40px;
    margin: 40px 0;
  }
  .history .l-img-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .history .l-img-area .img01 {
    margin-top: 0;
    border-radius: 10px;
    width: clamp(200px, 352px, min(352px, 23.4666666667vw));
  }
  .history .l-img-area .img02 {
    margin-left: 0;
    width: clamp(160px, 280px, min(280px, 18.6666666667vw));
  }
  .history .l-img-area .img03 {
    margin-top: 0;
    border-radius: 10px;
    width: clamp(230px, 400px, min(400px, 26.6666666667vw));
  }
  .history .r-img-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .history .r-img-area .img01 {
    margin-top: 0;
    border-radius: 10px;
    margin-left: 0;
    width: clamp(200px, 352px, min(352px, 23.4666666667vw));
  }
  .history .r-img-area .img02 {
    width: clamp(160px, 280px, min(280px, 18.6666666667vw));
  }
  .history .r-img-area .img03 {
    margin-top: 0;
    margin-left: 0;
    border-radius: 10px;
    width: clamp(230px, 400px, min(400px, 26.6666666667vw));
  }
}
@media only screen and (max-width: 1500px) and (max-width: 767px) {
  .contact-btn {
    font-size: 16px;
    height: 80px;
    padding: 30px 35px 10px 15px;
    min-width: 1px;
    width: 100%;
  }
  .contact-block .contact-inner-block .text-area {
    padding-left: 0;
  }
  .history .tb-area {
    padding: 0 20px;
  }
  .history .l-img-area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 20px;
    position: relative;
  }
  .history .l-img-area .img01 {
    border-radius: 0 10px 10px 0;
    width: 43.4vw;
    margin-top: 26px;
  }
  .history .l-img-area .img02 {
    border-radius: 10px;
    width: 30.66vw;
    margin: 0;
    position: absolute;
    z-index: 1;
    right: 21.33vw;
  }
  .history .l-img-area .img03 {
    margin-top: 55px;
    border-radius: 10px 0 0 10px;
    width: 34.4vw;
    position: relative;
    z-index: 2;
  }
  .history .r-img-area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 20px;
    position: relative;
  }
  .history .r-img-area .img01 {
    border-radius: 0 10px 10px 0;
    width: 40vw;
  }
  .history .r-img-area .img02 {
    position: absolute;
    left: 28vw;
    width: 29.3vw;
    margin-top: 78px;
  }
  .history .r-img-area .img03 {
    border-radius: 10px 0 0 10px;
    width: 37.3vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 640px) {
  .kv-block:before {
    max-height: 370px;
  }
  .kv-block.not-home {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1030px) {
  .kv-block.not-home::before {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 380px) {
  .kv-ttl-area .breadcrumb-wrap {
    width: min(315px, 80.7692307692vw);
  }
}
@media (any-hover: hover) {
  .c-pagination .page-numbers:hover {
    color: #E60012;
  }
  .c-pagination .page-numbers.next:hover, .c-pagination .page-numbers.prev:hover {
    border-color: #E60012;
  }
  .c-pagination .page-numbers.next:hover::after, .c-pagination .page-numbers.prev:hover::after {
    background-color: #E60012;
  }
  .c-pagination02 .page-numbers:hover {
    color: #fff;
    background-color: #E60012;
    border-color: #E60012;
  }
  .c-pagination02 .page-numbers.next:hover::after, .c-pagination02 .page-numbers.prev:hover::after {
    background-color: #fff;
  }
  .c-news-article .wp-block-button__link:hover {
    color: #E60012;
    background-color: #fff;
  }
  .c-news-article .wp-block-button__link:hover:before {
    right: 20px;
    width: 30px;
    height: 30px;
    background: #E60012;
  }
  .c-news-article .wp-block-button__link.is-style-outline:hover {
    color: #fff;
    background-color: #E60012;
    border-color: #E60012;
  }
  .c-news-article .wp-block-button__link.is-style-outline:hover:before {
    right: 20px;
    width: 30px;
    height: 30px;
    background: #f06671;
  }
  .product-block .product-list-block ul li a:hover .more-link::before,
  .product-block .product-list-block ul li .no-link:hover .more-link::before {
    right: 0;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 577px) {
  .c-pagination02 {
    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;
  }
  .c-pagination02 .page-numbers.back {
    max-width: 291px;
    min-width: 220px;
  }
  .c-pagination02 .page-numbers.next, .c-pagination02 .page-numbers.prev {
    max-width: 207px;
  }
}
@media only screen and (max-width: 576px) {
  .c-pagination02 {
    display: grid;
    grid-template-areas: "back back" "prev next";
  }
  .c-pagination02 .page-numbers.back {
    width: 100%;
  }
  .c-pagination02 .page-numbers.next, .c-pagination02 .page-numbers.prev {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home .news-block .inner-block .news-box {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .home .about-block .inner-block {
    padding-left: 380px;
  }
  .home .about-block .about-img {
    width: 240px;
    left: 80px;
  }
  .recruit .recruit-info-block .top-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .recruit .recruit-info-block .info-list > li > a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .recruit .recruit-info-block .info-list .ttl {
    width: 100%;
  }
  .recruit .top-block .l-flex .r-area {
    width: 100%;
  }
  .recruit .about-block .about-tb .tb-ttl {
    width: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .company .mv-block {
    padding-bottom: 120px;
  }
  .company .mv-block .img-area {
    max-width: 1020px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1700px) {
  .company .mv-block .inner-block {
    gap: 50px;
  }
}
@media only screen and (max-width: 1700px) and (max-width: 1260px) {
  .company .mv-block .inner-block {
    grid-template-columns: min(532px, 42.2222222222vw) 1fr;
    gap: min(30px, 2.380952381vw);
  }
}
@media only screen and (max-width: 1700px) and (max-width: 1260px) and (max-width: 1050px) {
  .company .mv-block .inner-block {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1050px) {
  .company .mv-block .txt-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .company .mv-block .img-01 {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 767px) {
  .company .mv-block .txt-area {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 850px) {
  .company .mv-block .img-01 {
    margin-left: -80px;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 850px) and (max-width: 767px) {
  .company .mv-block .img-01 {
    width: 90.17vw;
    margin-left: -48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1650px) {
  .company .mv-block .img-01 svg {
    width: clamp(700px, 800px, min(800px, 48.4848484848vw));
  }
  .company .mv-block .img-02 svg {
    width: clamp(300px, 473px, min(473px, 28.6666666667vw));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1410px) {
  .company .mv-block .img-02 {
    right: max(-40px, -2.8368794326vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1410px) and (max-width: 1250px) {
  .company .mv-block .img-02 {
    right: 45px;
    bottom: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1410px) and (max-width: 1250px) and (max-width: 1050px) {
  .company .mv-block .img-02 {
    bottom: -100px;
    right: min(120px, 11.4285714286vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1410px) and (max-width: 1250px) and (max-width: 1050px) and (max-width: 950px) {
  .company .mv-block .img-02 {
    right: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .company .mv-block .deco {
    width: clamp(170px, 261px, min(261px, 20.88vw));
    left: 0;
  }
  .company .about-block {
    background-size: auto;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1250px) {
  .company .about-block .l-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .company .about-block .about-tb {
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 767px) {
  .company .about-block .l-flex {
    gap: 0px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .company .access-block .info-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .company-greeting .greeting-block .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-interview-block.reverse .inner-block {
    padding-right: 40px;
  }
  .c-interview-block.reverse .img-area img {
    border-radius: 20px;
  }
  .c-interview-block .inner-block {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
  .c-interview-block .txt-area {
    margin-top: 40px;
  }
  .c-interview-block .txt {
    margin-top: 30px;
  }
  .c-interview-block .img-area img {
    border-radius: 20px;
    text-align: center;
    display: block;
    margin: auto;
  }
  .c-person-list-block .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .company .access-block .info-area {
    gap: 20px;
  }
  .c-interview-block.reverse .inner-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-interview-block.reverse .img-area img {
    border-radius: 10px;
  }
  .c-interview-block .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-interview-block .txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2.2;
  }
  .c-interview-block .img-area img {
    border-radius: 10px;
  }
  .c-person-list-block .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 1300px) {
  .company .access-block .map-wrap {
    height: 400px;
  }
  .company .access-block .map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 767px) {
  .company .access-block .map-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 901px) {
  .company-greeting .greeting-block .inner .img {
    width: 27%;
  }
  .company-greeting .greeting-block .inner .texts-area {
    width: calc(73% - 60px);
  }
}
@media only screen and (max-width: 1280px) {
  .product-cta-block .contents-wrap .bg-text.text-frame-clip {
    font-size: 9.375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .recruit .recruit-info-block .anchor-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .recruit .recruit-info-block .anchor-list > li {
    width: calc((100% - min(23px, 1.1979166667vw) * 2) / 3);
  }
  .recruit .top-block .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .recruit .top-block .l-flex .ttl {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .recruit .person-block .icon-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .recruit .person-block .icon-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .recruit .voice-block .voice-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
  .recruit .voice-block .voice-list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  .recruit .voice-block .voice-list {
    gap: 30px;
  }
  .recruit .voice-block .voice-list > li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit .about-block .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .recruit .about-block .about-tb .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .recruit .about-block .about-tb .tb-ttl {
    padding-left: 0;
  }
  .recruit .about-block .about-tb .tb-item {
    padding-left: 0;
    width: 100%;
  }
  .recruit .about-block .about-tb .tb-item::after {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .contact .tel-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact .input-block .inner-block {
    grid-template-columns: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 767px) {
  .contact .tel-area {
    margin-top: 30px;
  }
  .contact .input-block .inner-block {
    gap: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */